5d2c806e7767c183941830c80e11c120a973199e
[pspp] / ChangeLog
1 2010-01-18  Bruno Haible  <bruno@clisp.org>
2
3         Tests for module 'cosl'.
4         * modules/cosl-tests: New file.
5         * tests/test-cosl.c: New file.
6
7         Tests for module 'atanl'.
8         * modules/atanl-tests: New file.
9         * tests/test-atanl.c: New file.
10
11         Tests for module 'asinl'.
12         * modules/asinl-tests: New file.
13         * tests/test-asinl.c: New file.
14
15         Tests for module 'acosl'.
16         * modules/acosl-tests: New file.
17         * tests/test-acosl.c: New file.
18
19         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
20         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
21         tanl): Use the standard gnulib idiom.
22         * lib/cosl.c: Don't include trigl.c and sincosl.c.
23         * lib/sinl.c: Likewise.
24         * lib/tanl.c: Don't include trigl.c.
25         (kernel_tanl): Make static.
26         * lib/sincosl.c: Include trigl.h first.
27         * lib/trigl.c: Likewise.
28         * m4/acosl.m4: New file.
29         * m4/asinl.m4: New file.
30         * m4/atanl.m4: New file.
31         * m4/cosl.m4: New file.
32         * m4/expl.m4: New file.
33         * m4/logl.m4: New file.
34         * m4/sinl.m4: New file.
35         * m4/sqrtl.m4: New file.
36         * m4/tanl.m4: New file.
37         * m4/mathl.m4: Remove file.
38         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
39         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
40         Don't initialize GNULIB_MATHL.
41         * modules/acosl: New file.
42         * modules/asinl: New file.
43         * modules/atanl: New file.
44         * modules/cosl: New file.
45         * modules/expl: New file.
46         * modules/logl: New file.
47         * modules/sinl: New file.
48         * modules/sqrtl: New file.
49         * modules/tanl: New file.
50         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
51         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
52         substitute GNULIB_MATHL.
53         * modules/mathl: Rewritten.
54         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
55         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
56         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
57         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
58         * doc/posix-functions/expl.texi: Mention the 'expl' module.
59         * doc/posix-functions/logl.texi: Mention the 'logl' module.
60         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
61         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
62         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
63
64 2010-01-18  Bruno Haible  <bruno@clisp.org>
65
66         sqrt: Make gl_FUNC_SQRT requirable.
67         * m4/sqrt.m4: New file.
68         * modules/sqrt (Files): Add it.
69         (configure.ac): Invoke gl_FUNC_SQRT.
70
71 2010-01-18  Bruno Haible  <bruno@clisp.org>
72
73         New modules for common <math.h> functions.
74         * m4/mathfunc.m4: New file.
75         * modules/acos: New file.
76         * modules/asin: New file.
77         * modules/atan: New file.
78         * modules/atan2: New file.
79         * modules/cbrt: New file.
80         * modules/copysign: New file.
81         * modules/cos: New file.
82         * modules/cosh: New file.
83         * modules/erf: New file.
84         * modules/erfc: New file.
85         * modules/exp: New file.
86         * modules/fabs: New file.
87         * modules/fmod: New file.
88         * modules/hypot: New file.
89         * modules/j0: New file.
90         * modules/j1: New file.
91         * modules/jn: New file.
92         * modules/ldexp: New file.
93         * modules/lgamma: New file.
94         * modules/log: New file.
95         * modules/log10: New file.
96         * modules/log1p: New file.
97         * modules/logb: New file.
98         * modules/modf: New file.
99         * modules/nextafter: New file.
100         * modules/pow: New file.
101         * modules/remainder: New file.
102         * modules/rint: New file.
103         * modules/sin: New file.
104         * modules/sinh: New file.
105         * modules/sqrt: New file.
106         * modules/tan: New file.
107         * modules/tanh: New file.
108         * modules/y0: New file.
109         * modules/y1: New file.
110         * modules/yn: New file.
111         * doc/posix-functions/acos.texi: Mention the 'acos' module.
112         * doc/posix-functions/asin.texi: Mention the 'asin' module.
113         * doc/posix-functions/atan.texi: Mention the 'atan' module.
114         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
115         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
116         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
117         * doc/posix-functions/cos.texi: Mention the 'cos' module.
118         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
119         * doc/posix-functions/erf.texi: Mention the 'erf' module.
120         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
121         * doc/posix-functions/exp.texi: Mention the 'exp' module.
122         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
123         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
124         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
125         * doc/posix-functions/j0.texi: Mention the 'j0' module.
126         * doc/posix-functions/j1.texi: Mention the 'j1' module.
127         * doc/posix-functions/jn.texi: Mention the 'jn' module.
128         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
129         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
130         * doc/posix-functions/log.texi: Mention the 'log' module.
131         * doc/posix-functions/log10.texi: Mention the 'log10' module.
132         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
133         * doc/posix-functions/logb.texi: Mention the 'logb' module.
134         * doc/posix-functions/modf.texi: Mention the 'modf' module.
135         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
136         * doc/posix-functions/pow.texi: Mention the 'pow' module.
137         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
138         * doc/posix-functions/rint.texi: Mention the 'rint' module.
139         * doc/posix-functions/sin.texi: Mention the 'sin' module.
140         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
141         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
142         * doc/posix-functions/tan.texi: Mention the 'tan' module.
143         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
144         * doc/posix-functions/y0.texi: Mention the 'y0' module.
145         * doc/posix-functions/y1.texi: Mention the 'y1' module.
146         * doc/posix-functions/yn.texi: Mention the 'yn' module.
147
148 2010-01-18  Jim Meyering  <meyering@redhat.com>
149
150         ignore-value: relax license to LGPLv2+
151         * modules/ignore-value (License): Relax to LGPLv2+.
152
153         getdate: don't leak when TZ contains two or more '"'s
154         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
155         double quote in TZ after the first one.
156
157         readtokens: do not leak internal token_lengths buffer
158         * lib/readtokens.c (readtokens): Free the local, lengths,
159         when the supplied "token_lengths" parameter is NULL.
160
161 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
162
163         Fix a couple of missing LIBTHREAD link failures on AIX.
164         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
165         $(LIBTHREAD).
166         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
167
168         Link test-poll against INET_PTON_LIB.
169         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
170         for inet_pton on Solaris 10.
171
172 2010-01-17  Bruno Haible  <bruno@clisp.org>
173
174         unistdio/*-sprintf: Fix typo in module description.
175         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
176         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
177         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
178         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
179         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
180         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
181         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
182         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
183
184 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
185
186         gnulib-tool: fix filelist for AIX, HP-UX ksh.
187         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
188         variables in shell case patterns, for AIX and HP-UX ksh.
189
190         Split large sed scripts, for HP-UX sed.
191         * modules/stdio: Split sed scripts around 50 sed commands,
192         to avoid HP-UX limit of 99 commands, in the near future.
193         * modules/string: Likewise.
194         * modules/unistd: Likewise.
195
196         gnulib-tool: avoid writing in the current directory.
197         * gnulib-tool (func_emit_lib_Makefile_am)
198         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
199         not in the current directory, so concurrent gnulib-tool
200         instances do not interfere.
201
202 2010-01-16  Jim Meyering  <meyering@redhat.com>
203
204         doc: update users.txt
205         * users.txt: Add grep.
206         (diffutils, gzip): Update URLs.
207
208 2010-01-12  Bruno Haible  <bruno@clisp.org>
209
210         posix_spawn: Avoid test failure on Cygwin.
211         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
212         characters.
213         Reported by Simon Josefsson.
214
215 2010-01-12  Bruno Haible  <bruno@clisp.org>
216
217         * tests/test-cond.c (main): When skipping the test, show the reason.
218
219 2010-01-12  Simon Josefsson  <simon@josefsson.org>
220
221         * lib/striconv.c (str_cd_iconv): Avoid if before free.
222
223 2010-01-12  Simon Josefsson  <simon@josefsson.org>
224
225         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
226         VC_LIST_ALWAYS_EXCLUDE_REGEX.
227
228 2010-01-12  Eric Blake  <ebb9@byu.net>
229
230         build: guarantee AS_VAR_IF
231         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
232         (gl_AS_VAR_IF): Move...
233         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
234         Reported by Simon Josefsson.
235
236 2010-01-12  Simon Josefsson  <simon@josefsson.org>
237
238         * lib/stdio.in.h: Fix typo.
239
240 2010-01-12  Simon Josefsson  <simon@josefsson.org>
241
242         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
243         libgpg-error.
244
245 2010-01-12  Simon Josefsson  <simon@josefsson.org>
246
247         * tests/test-xalloc-die.sh: Use $EXEEXT.
248
249 2010-01-12  Simon Josefsson  <simon@josefsson.org>
250             Bruno Haible  <bruno@clisp.org>
251
252         getlogin, getlogin_r: Avoid test failure.
253         * tests/test-getlogin.c: Include <stdio.h>.
254         (main): Skip the test when the function fails because stdin is not a
255         tty.
256         * tests/test-getlogin_r.c: Include <stdio.h>.
257         (main): Skip the test when the function fails because stdin is not a
258         tty.
259
260 2010-01-11  Eric Blake  <ebb9@byu.net>
261
262         tests: avoid more large file warnings
263         * tests/test-fflush.c: Avoid warning about ftell use.
264         * tests/test-fseek.c: Avoid warning about fseek use.
265
266 2010-01-10  Bruno Haible  <bruno@clisp.org>
267
268         nproc: Work better on Linux when /proc and /sys are not mounted.
269         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
270         as lower bound when, on glibc/Linux systems,
271         sysconf (_SC_NPROCESSORS_CONF) returns 1.
272         Suggested by Pádraig Brady <P@draigbrady.com>.
273         Reported by Dmitry V. Levin <ldv@altlinux.org>.
274
275         nproc: Refactor.
276         * lib/nproc.c (num_processors_via_affinity_mask): New function,
277         extracted from num_processors.
278         (num_processors): Call it.
279
280 2010-01-11  Jim Meyering  <meyering@redhat.com>
281
282         utimecmp: avoid new warning from upcoming gcc-4.5.0
283         * lib/utimecmp.c (BILLION): Define using #define rather than an
284         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
285
286 2010-01-11  Eric Blake  <ebb9@byu.net>
287
288         math: add portability warnings for classification macros
289         * modules/math (Depends-on): Add warn-on-use.
290         (Makefile.am): Provide new substitutions.
291         * m4/math_h.m4 (gl_MATH_H): Require inline.
292         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
293         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
294         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
295         implement warnings.
296
297         unistd: warn on use of environ without module
298         * modules/unistd (Depends-on): Add warn-on-use.
299         (Makefile.am): Provide new substitutions.
300         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
301         * lib/unistd.in.h (environ): Wrap with a warning helper function.
302
303         stdio: warn on suspicious uses
304         * modules/stdio (Depends-on): Add warn-on-use.
305         (Makefile.am): Provide new substitutions.
306         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
307         fseeko.
308         * lib/stdio.in.h (gets): Always warn on use.
309         (fseek, ftell): Adjust when warnings are issued, and honor
310         _GL_NO_LARGE_FILES as a way to silence the warning.
311         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
312         any warning about large file offsets.
313         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
314         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
315         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
316         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
317         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
318         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
319         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
320         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
321
322         warn-on-use: new module
323         * modules/warn-on-use: New file.
324         * build-aux/warn-on-use.h: Likewise.
325         * m4/warn-on-use.m4: Likewise.
326         * MODULES.html.sh (Support for building): Mention it.
327
328 2010-01-10  Bruno Haible  <bruno@clisp.org>
329
330         Tests for module 'unistr/u32-strdup'.
331         * modules/unistr/u32-strdup-tests: New file.
332         * tests/unistr/test-u32-strdup.c: New file.
333
334         Tests for module 'unistr/u16-strdup'.
335         * modules/unistr/u16-strdup-tests: New file.
336         * tests/unistr/test-u16-strdup.c: New file.
337
338         Tests for module 'unistr/u8-strdup'.
339         * modules/unistr/u8-strdup-tests: New file.
340         * tests/unistr/test-u8-strdup.c: New file.
341         * tests/unistr/test-strdup.h: New file.
342
343         Tests for module 'unistr/u32-strncmp'.
344         * modules/unistr/u32-strncmp-tests: New file.
345         * tests/unistr/test-u32-strncmp.c: New file.
346
347         Tests for module 'unistr/u16-strncmp'.
348         * modules/unistr/u16-strncmp-tests: New file.
349         * tests/unistr/test-u16-strncmp.c: New file.
350
351         Tests for module 'unistr/u8-strncmp'.
352         * modules/unistr/u8-strncmp-tests: New file.
353         * tests/unistr/test-u8-strncmp.c: New file.
354         * tests/unistr/test-strncmp.h: New file.
355
356         Tests for module 'unistr/u32-strcoll'.
357         * modules/unistr/u32-strcoll-tests: New file.
358         * tests/unistr/test-u32-strcoll.c: New file.
359
360         Tests for module 'unistr/u16-strcoll'.
361         * modules/unistr/u16-strcoll-tests: New file.
362         * tests/unistr/test-u16-strcoll.c: New file.
363
364         Tests for module 'unistr/u8-strcoll'.
365         * modules/unistr/u8-strcoll-tests: New file.
366         * tests/unistr/test-u8-strcoll.c: New file.
367
368         Tests for module 'unistr/u32-strcmp'.
369         * modules/unistr/u32-strcmp-tests: New file.
370         * tests/unistr/test-u32-strcmp.c: New file.
371         * tests/unistr/test-u32-strcmp.h: New file.
372
373         Tests for module 'unistr/u16-strcmp'.
374         * modules/unistr/u16-strcmp-tests: New file.
375         * tests/unistr/test-u16-strcmp.c: New file.
376         * tests/unistr/test-u16-strcmp.h: New file.
377
378         Tests for module 'unistr/u8-strcmp'.
379         * modules/unistr/u8-strcmp-tests: New file.
380         * tests/unistr/test-u8-strcmp.c: New file.
381         * tests/unistr/test-u8-strcmp.h: New file.
382         * tests/unistr/test-strcmp.h: New file.
383
384         Tests for module 'unistr/u32-strncat'.
385         * modules/unistr/u32-strncat-tests: New file.
386         * tests/unistr/test-u32-strncat.c: New file.
387
388         Tests for module 'unistr/u16-strncat'.
389         * modules/unistr/u16-strncat-tests: New file.
390         * tests/unistr/test-u16-strncat.c: New file.
391
392         Tests for module 'unistr/u8-strncat'.
393         * modules/unistr/u8-strncat-tests: New file.
394         * tests/unistr/test-u8-strncat.c: New file.
395         * tests/unistr/test-strncat.h: New file.
396
397         Tests for module 'unistr/u32-strcat'.
398         * modules/unistr/u32-strcat-tests: New file.
399         * tests/unistr/test-u32-strcat.c: New file.
400
401         Tests for module 'unistr/u16-strcat'.
402         * modules/unistr/u16-strcat-tests: New file.
403         * tests/unistr/test-u16-strcat.c: New file.
404
405         Tests for module 'unistr/u8-strcat'.
406         * modules/unistr/u8-strcat-tests: New file.
407         * tests/unistr/test-u8-strcat.c: New file.
408         * tests/unistr/test-strcat.h: New file.
409
410         Tests for module 'unistr/u32-stpncpy'.
411         * modules/unistr/u32-stpncpy-tests: New file.
412         * tests/unistr/test-u32-stpncpy.c: New file.
413
414         Tests for module 'unistr/u16-stpncpy'.
415         * modules/unistr/u16-stpncpy-tests: New file.
416         * tests/unistr/test-u16-stpncpy.c: New file.
417
418         Tests for module 'unistr/u8-stpncpy'.
419         * modules/unistr/u8-stpncpy-tests: New file.
420         * tests/unistr/test-u8-stpncpy.c: New file.
421         * tests/unistr/test-stpncpy.h: New file.
422
423         Tests for module 'unistr/u32-strncpy'.
424         * modules/unistr/u32-strncpy-tests: New file.
425         * tests/unistr/test-u32-strncpy.c: New file.
426
427         Tests for module 'unistr/u16-strncpy'.
428         * modules/unistr/u16-strncpy-tests: New file.
429         * tests/unistr/test-u16-strncpy.c: New file.
430
431         Tests for module 'unistr/u8-strncpy'.
432         * modules/unistr/u8-strncpy-tests: New file.
433         * tests/unistr/test-u8-strncpy.c: New file.
434         * tests/unistr/test-strncpy.h: New file.
435
436         Tests for module 'unistr/u32-stpcpy'.
437         * modules/unistr/u32-stpcpy-tests: New file.
438         * tests/unistr/test-u32-stpcpy.c: New file.
439
440         Tests for module 'unistr/u16-stpcpy'.
441         * modules/unistr/u16-stpcpy-tests: New file.
442         * tests/unistr/test-u16-stpcpy.c: New file.
443
444         Tests for module 'unistr/u8-stpcpy'.
445         * modules/unistr/u8-stpcpy-tests: New file.
446         * tests/unistr/test-u8-stpcpy.c: New file.
447         * tests/unistr/test-stpcpy.h: New file.
448
449         Tests for module 'unistr/u32-strcpy'.
450         * modules/unistr/u32-strcpy-tests: New file.
451         * tests/unistr/test-u32-strcpy.c: New file.
452
453         Tests for module 'unistr/u16-strcpy'.
454         * modules/unistr/u16-strcpy-tests: New file.
455         * tests/unistr/test-u16-strcpy.c: New file.
456
457         Tests for module 'unistr/u8-strcpy'.
458         * modules/unistr/u8-strcpy-tests: New file.
459         * tests/unistr/test-u8-strcpy.c: New file.
460         * tests/unistr/test-strcpy.h: New file.
461
462         Tests for module 'unistr/u32-strnlen'.
463         * modules/unistr/u32-strnlen-tests: New file.
464         * tests/unistr/test-u32-strnlen.c: New file.
465
466         Tests for module 'unistr/u16-strnlen'.
467         * modules/unistr/u16-strnlen-tests: New file.
468         * tests/unistr/test-u16-strnlen.c: New file.
469
470         Tests for module 'unistr/u8-strnlen'.
471         * modules/unistr/u8-strnlen-tests: New file.
472         * tests/unistr/test-u8-strnlen.c: New file.
473         * tests/unistr/test-strnlen.h: New file.
474
475         Tests for module 'unistr/u32-strlen'.
476         * modules/unistr/u32-strlen-tests: New file.
477         * tests/unistr/test-u32-strlen.c: New file.
478
479         Tests for module 'unistr/u16-strlen'.
480         * modules/unistr/u16-strlen-tests: New file.
481         * tests/unistr/test-u16-strlen.c: New file.
482
483         Tests for module 'unistr/u8-strlen'.
484         * modules/unistr/u8-strlen-tests: New file.
485         * tests/unistr/test-u8-strlen.c: New file.
486
487         Tests for module 'unistr/u32-prev'.
488         * modules/unistr/u32-prev-tests: New file.
489         * tests/unistr/test-u32-prev.c: New file.
490
491         Tests for module 'unistr/u16-prev'.
492         * modules/unistr/u16-prev-tests: New file.
493         * tests/unistr/test-u16-prev.c: New file.
494
495         Tests for module 'unistr/u8-prev'.
496         * modules/unistr/u8-prev-tests: New file.
497         * tests/unistr/test-u8-prev.c: New file.
498
499         Tests for module 'unistr/u32-next'.
500         * modules/unistr/u32-next-tests: New file.
501         * tests/unistr/test-u32-next.c: New file.
502
503         Tests for module 'unistr/u16-next'.
504         * modules/unistr/u16-next-tests: New file.
505         * tests/unistr/test-u16-next.c: New file.
506
507         Tests for module 'unistr/u8-next'.
508         * modules/unistr/u8-next-tests: New file.
509         * tests/unistr/test-u8-next.c: New file.
510
511         Tests for module 'unistr/u32-strmbtouc'.
512         * modules/unistr/u32-strmbtouc-tests: New file.
513         * tests/unistr/test-u32-strmbtouc.c: New file.
514
515         Tests for module 'unistr/u16-strmbtouc'.
516         * modules/unistr/u16-strmbtouc-tests: New file.
517         * tests/unistr/test-u16-strmbtouc.c: New file.
518
519         Tests for module 'unistr/u8-strmbtouc'.
520         * modules/unistr/u8-strmbtouc-tests: New file.
521         * tests/unistr/test-u8-strmbtouc.c: New file.
522
523         Tests for module 'unistr/u32-strmblen'.
524         * modules/unistr/u32-strmblen-tests: New file.
525         * tests/unistr/test-u32-strmblen.c: New file.
526
527         Tests for module 'unistr/u16-strmblen'.
528         * modules/unistr/u16-strmblen-tests: New file.
529         * tests/unistr/test-u16-strmblen.c: New file.
530
531         Tests for module 'unistr/u8-strmblen'.
532         * modules/unistr/u8-strmblen-tests: New file.
533         * tests/unistr/test-u8-strmblen.c: New file.
534
535         Tests for module 'unistr/u32-cpy-alloc'.
536         * modules/unistr/u32-cpy-alloc-tests: New file.
537         * tests/unistr/test-u32-cpy-alloc.c: New file.
538
539         Tests for module 'unistr/u16-cpy-alloc'.
540         * modules/unistr/u16-cpy-alloc-tests: New file.
541         * tests/unistr/test-u16-cpy-alloc.c: New file.
542
543         Tests for module 'unistr/u8-cpy-alloc'.
544         * modules/unistr/u8-cpy-alloc-tests: New file.
545         * tests/unistr/test-u8-cpy-alloc.c: New file.
546         * tests/unistr/test-cpy-alloc.h: New file.
547
548         Tests for module 'unistr/u32-mbsnlen'.
549         * modules/unistr/u32-mbsnlen-tests: New file.
550         * tests/unistr/test-u32-mbsnlen.c: New file.
551
552         Tests for module 'unistr/u16-mbsnlen'.
553         * modules/unistr/u16-mbsnlen-tests: New file.
554         * tests/unistr/test-u16-mbsnlen.c: New file.
555
556         Tests for module 'unistr/u8-mbsnlen'.
557         * modules/unistr/u8-mbsnlen-tests: New file.
558         * tests/unistr/test-u8-mbsnlen.c: New file.
559
560         Tests for module 'unistr/u32-chr'.
561         * modules/unistr/u32-chr-tests: New file.
562         * tests/unistr/test-u32-chr.c: New file.
563
564         Tests for module 'unistr/u16-chr'.
565         * modules/unistr/u16-chr-tests: New file.
566         * tests/unistr/test-u16-chr.c: New file.
567
568         Tests for module 'unistr/u8-chr'.
569         * modules/unistr/u8-chr-tests: New file.
570         * tests/unistr/test-u8-chr.c: New file.
571         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
572
573         Tests for module 'unistr/u32-cmp2'.
574         * modules/unistr/u32-cmp2-tests: New file.
575         * tests/unistr/test-u32-cmp2.c: New file.
576
577         Tests for module 'unistr/u16-cmp2'.
578         * modules/unistr/u16-cmp2-tests: New file.
579         * tests/unistr/test-u16-cmp2.c: New file.
580
581         Tests for module 'unistr/u8-cmp2'.
582         * modules/unistr/u8-cmp2-tests: New file.
583         * tests/unistr/test-u8-cmp2.c: New file.
584         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
585
586         Tests for module 'unistr/u32-cmp'.
587         * modules/unistr/u32-cmp-tests: New file.
588         * tests/unistr/test-u32-cmp.c: New file.
589
590         Tests for module 'unistr/u16-cmp'.
591         * modules/unistr/u16-cmp-tests: New file.
592         * tests/unistr/test-u16-cmp.c: New file.
593
594         Tests for module 'unistr/u8-cmp'.
595         * modules/unistr/u8-cmp-tests: New file.
596         * tests/unistr/test-u8-cmp.c: New file.
597         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
598
599         Tests for module 'unistr/u32-set'.
600         * modules/unistr/u32-set-tests: New file.
601         * tests/unistr/test-u32-set.c: New file.
602
603         Tests for module 'unistr/u16-set'.
604         * modules/unistr/u16-set-tests: New file.
605         * tests/unistr/test-u16-set.c: New file.
606
607         Tests for module 'unistr/u8-set'.
608         * modules/unistr/u8-set-tests: New file.
609         * tests/unistr/test-u8-set.c: New file.
610         * tests/unistr/test-set.h: New file.
611
612         Tests for module 'unistr/u32-move'.
613         * modules/unistr/u32-move-tests: New file.
614         * tests/unistr/test-u32-move.c: New file.
615
616         Tests for module 'unistr/u16-move'.
617         * modules/unistr/u16-move-tests: New file.
618         * tests/unistr/test-u16-move.c: New file.
619
620         Tests for module 'unistr/u8-move'.
621         * modules/unistr/u8-move-tests: New file.
622         * tests/unistr/test-u8-move.c: New file.
623         * tests/unistr/test-move.h: New file.
624
625         Tests for module 'unistr/u32-cpy'.
626         * modules/unistr/u32-cpy-tests: New file.
627         * tests/unistr/test-u32-cpy.c: New file.
628
629         Tests for module 'unistr/u16-cpy'.
630         * modules/unistr/u16-cpy-tests: New file.
631         * tests/unistr/test-u16-cpy.c: New file.
632
633         Tests for module 'unistr/u8-cpy'.
634         * modules/unistr/u8-cpy-tests: New file.
635         * tests/unistr/test-u8-cpy.c: New file.
636         * tests/unistr/test-cpy.h: New file.
637
638 2010-01-09  Bruno Haible  <bruno@clisp.org>
639
640         Tests for module 'unistr/u32-uctomb'.
641         * modules/unistr/u32-uctomb-tests: New file.
642         * tests/unistr/test-u32-uctomb.c: New file.
643
644         Tests for module 'unistr/u16-uctomb'.
645         * modules/unistr/u16-uctomb-tests: New file.
646         * tests/unistr/test-u16-uctomb.c: New file.
647
648         Tests for module 'unistr/u8-uctomb'.
649         * modules/unistr/u8-uctomb-tests: New file.
650         * tests/unistr/test-u8-uctomb.c: New file.
651
652         Tests for module 'unistr/u32-mbtoucr'.
653         * modules/unistr/u32-mbtoucr-tests: New file.
654         * tests/unistr/test-u32-mbtoucr.c: New file.
655
656         Tests for module 'unistr/u16-mbtoucr'.
657         * modules/unistr/u16-mbtoucr-tests: New file.
658         * tests/unistr/test-u16-mbtoucr.c: New file.
659
660         Tests for module 'unistr/u8-mbtoucr'.
661         * modules/unistr/u8-mbtoucr-tests: New file.
662         * tests/unistr/test-u8-mbtoucr.c: New file.
663
664         Tests for module 'unistr/u32-mbtouc'.
665         * modules/unistr/u32-mbtouc-tests: New file.
666         * tests/unistr/test-u32-mbtouc.c: New file.
667
668         Tests for module 'unistr/u16-mbtouc'.
669         * modules/unistr/u16-mbtouc-tests: New file.
670         * tests/unistr/test-u16-mbtouc.c: New file.
671
672         Tests for module 'unistr/u8-mbtouc'.
673         * modules/unistr/u8-mbtouc-tests: New file.
674         * tests/unistr/test-u8-mbtouc.c: New file.
675
676         Tests for module 'unistr/u32-mbtouc-unsafe'.
677         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
678         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
679         * tests/unistr/test-u32-mbtouc.h: New file.
680
681         Tests for module 'unistr/u16-mbtouc-unsafe'.
682         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
683         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
684         * tests/unistr/test-u16-mbtouc.h: New file.
685
686         Tests for module 'unistr/u8-mbtouc-unsafe'.
687         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
688         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
689         * tests/unistr/test-u8-mbtouc.h: New file.
690
691         Tests for module 'unistr/u32-mblen'.
692         * modules/unistr/u32-mblen-tests: New file.
693         * tests/unistr/test-u32-mblen.c: New file.
694
695         Tests for module 'unistr/u16-mblen'.
696         * modules/unistr/u16-mblen-tests: New file.
697         * tests/unistr/test-u16-mblen.c: New file.
698
699         Tests for module 'unistr/u8-mblen'.
700         * modules/unistr/u8-mblen-tests: New file.
701         * tests/unistr/test-u8-mblen.c: New file.
702
703         Tests for module 'unistr/u32-to-u16'.
704         * modules/unistr/u32-to-u16-tests: New file.
705         * tests/unistr/test-u32-to-u16.c: New file.
706
707         Tests for module 'unistr/u32-to-u8'.
708         * modules/unistr/u32-to-u8-tests: New file.
709         * tests/unistr/test-u32-to-u8.c: New file.
710
711         Tests for module 'unistr/u16-to-u32'.
712         * modules/unistr/u16-to-u32-tests: New file.
713         * tests/unistr/test-u16-to-u32.c: New file.
714
715         Tests for module 'unistr/u16-to-u8'.
716         * modules/unistr/u16-to-u8-tests: New file.
717         * tests/unistr/test-u16-to-u8.c: New file.
718
719         Tests for module 'unistr/u8-to-u32'.
720         * modules/unistr/u8-to-u32-tests: New file.
721         * tests/unistr/test-u8-to-u32.c: New file.
722
723         Tests for module 'unistr/u8-to-u16'.
724         * modules/unistr/u8-to-u16-tests: New file.
725         * tests/unistr/test-u8-to-u16.c: New file.
726
727         Tests for module 'unistr/u32-check'.
728         * modules/unistr/u32-check-tests: New file.
729         * tests/unistr/test-u32-check.c: New file.
730
731         Tests for module 'unistr/u16-check'.
732         * modules/unistr/u16-check-tests: New file.
733         * tests/unistr/test-u16-check.c: New file.
734
735         Tests for module 'unistr/u8-check'.
736         * modules/unistr/u8-check-tests: New file.
737         * tests/unistr/test-u8-check.c: New file.
738
739         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
740         (category_equals): New function.
741         (main): Add more tests.
742         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
743
744         * tests/unictype/test-bidi_byname.c (main): Add more tests.
745
746 2010-01-10  Bruno Haible  <bruno@clisp.org>
747
748         unistr/u*-strcoll: Try harder to distinguish different strings.
749         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
750         compare s1 and s2 to see if they are different.
751
752 2010-01-10  Bruno Haible  <bruno@clisp.org>
753
754         unistr/u*-stpncpy: Fix the return value.
755         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
756         description of the return value consistent with stpncpy in glibc.
757         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
758         written non-NUL unit.
759
760 2010-01-10  Bruno Haible  <bruno@clisp.org>
761
762         unistr/u*-next: Add missing dependencies.
763         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
764         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
765         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
766
767 2010-01-10  Bruno Haible  <bruno@clisp.org>
768
769         unistr/u8-mbsnlen: Fix return value for incomplete character.
770         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
771         u8_mblen.
772         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
773         Remove unistr/u8-mblen.
774         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
775         u16_mblen.
776         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
777         Remove unistr/u16-mblen.
778
779 2010-01-10  Bruno Haible  <bruno@clisp.org>
780
781         wchar: Fix compilation error when <wchar.h> is used from coreutils.
782         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
783         Reported by Brian Gough <bjg@gnu.org> and
784         Chris Clayton <chris2553@googlemail.com> via
785         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
786
787 2010-01-09  Bruno Haible  <bruno@clisp.org>
788
789         unistr/u16-to-u32: Reject invalid input.
790         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
791         u16_mbtouc.
792         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
793         Remove unistr/u16-mbtouc.
794
795         unistr/u16-to-u8: Reject invalid input.
796         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
797         u16_mbtouc.
798         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
799         Remove unistr/u16-mbtouc.
800
801         unistr/u8-to-u32: Reject invalid input.
802         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
803         u8_mbtouc.
804         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
805         Remove unistr/u8-mbtouc.
806
807         unistr/u8-to-u16: Reject invalid input.
808         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
809         u8_mbtouc.
810         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
811         Remove unistr/u8-mbtouc.
812
813 2010-01-09  Bruno Haible  <bruno@clisp.org>
814
815         Tests for module 'getlogin'.
816         * modules/getlogin-tests: New file.
817         * tests/test-getlogin.c: New file.
818
819         New module 'getlogin'.
820         * lib/unistd.in.h (getlogin): New declaration.
821         * lib/getlogin.c: New file.
822         * m4/getlogin.m4: New file.
823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
824         HAVE_GETLOGIN.
825         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
826         HAVE_GETLOGIN.
827         * modules/getlogin: New file.
828         * doc/posix-functions/getlogin.texi: Mention the new module.
829         Reported by John W. Eaton <jwe@gnu.org>.
830
831 2010-01-09  Bruno Haible  <bruno@clisp.org>
832
833         getlogin_r: Support for native Windows.
834         * lib/getlogin_r.c: Include <windows.h>
835         (getlogin_r): Implement for native Windows.
836         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
837         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
838         via John W. Eaton <jwe@gnu.org>.
839
840 2010-01-09  Bruno Haible  <bruno@clisp.org>
841
842         getlogin_r: Small fixes.
843         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
844         succeeds.
845         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
846         before testing whether getlogin_r is declared. No need to set
847         HAVE_DECL_GETLOGIN_R to 1.
848         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
849
850 2010-01-09  Bruno Haible  <bruno@clisp.org>
851
852         * lib/unistd.in.h (getlogin_r): Add comment.
853
854 2010-01-09  Bruno Haible  <bruno@clisp.org>
855
856         Tests for module 'getlogin_r'.
857         * modules/getlogin_r-tests: New file.
858         * tests/test-getlogin_r.c: New file.
859
860 2010-01-09  Jim Meyering  <meyering@redhat.com>
861
862         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
863         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
864         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
865
866 2010-01-08  Simon Josefsson  <simon@josefsson.org>
867
868         * lib/dup2.c (rpl_dup2): Improve comment.
869
870 2010-01-08  Eric Blake  <ebb9@byu.net>
871
872         maint.mk: allow packages to add makefile @@ exceptions
873         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
874         (sc_makefile_check): Rename...
875         (sc_makefile_at_at_check): ...to this, and use hook.
876
877         dup2: work around mingw bug
878         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
879         Reported by Simon Josefsson.
880
881 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
882
883         glob: Fix C++ compilation.
884         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
885         C++.
886
887 2010-01-07  Bruno Haible  <bruno@clisp.org>
888
889         Fix indentation of wctype.in.h, broken since 2007-01-06.
890         * lib/wctype.in.h: Fix indentation of preprocessor directives.
891
892 2010-01-07  Bruno Haible  <bruno@clisp.org>
893
894         mbslen: Avoid collision with system function.
895         * lib/string.in.h [MirBSD]: Include <wchar.h>.
896         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
897         * m4/mbslen.m4: New file.
898         * modules/mbslen (Files): Add it.
899         (configure.ac): Invoke gl_MBSLEN.
900         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
901         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
902         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
903         via Ian Beckwith <ianb@erislabs.net>.
904
905 2010-01-07  Bruno Haible  <bruno@clisp.org>
906
907         dirent: Document the last fix.
908         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
909
910 2010-01-07  Bruno Haible  <bruno@clisp.org>
911
912         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
913         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
914         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
915         va_list are defined.
916         * doc/posix-headers/stdio.texi: Document the bug of missing types.
917         Reported by Eric Blake.
918
919 2010-01-07  Bruno Haible  <bruno@clisp.org>
920
921         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
922         * modules/xlist (Depends-on): Add 'list',
923         * modules/xoset (Depends-on): Add 'oset'.
924         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
925
926 2010-01-07  Bruno Haible  <bruno@clisp.org>
927
928         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
929         * doc/posix-functions/strncasecmp.texi: Likewise.
930
931 2010-01-07  Bruno Haible  <bruno@clisp.org>
932
933         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
934
935 2010-01-07  John W. Eaton  <jwe@octave.org>
936
937         wctype: allow C++ use
938         * lib/wctype.in.h: Add extern "C" block for C++.
939
940 2010-01-06  Eric Blake  <ebb9@byu.net>
941
942         maint.mk: detect incorrect GFDL usage
943         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
944
945 2010-01-06  Jim Meyering  <meyering@redhat.com>
946         and Eric Blake  <ebb9@byu.net>
947
948         maint.mk: ignore multi-line copyright in NEWS
949         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
950
951 2010-01-06  Eric Blake  <ebb9@byu.net>
952
953         select: add missing dependency
954         * modules/select-tests (Depends-on): Move sockets dependency...
955         * modules/select (Depends-on): ...here.
956         Reported by Ian Beckwith.
957
958         doc: regenerate INSTALL
959         * doc/INSTALL: Reflect recent autoconf update.
960         * doc/INSTALL.ISO: Likewise.
961         * doc/INSTALL.UTF-8: Likewise.
962
963         pread: fix compilation on glibc
964         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
965         Reported by Ralf Wildenhues.
966
967         dirent: fix test failure
968         * lib/dirent.in.h (includes): Guarantee ino_t.
969         Reported by Ralf Wildenhues.
970
971 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
972
973         linkat, renameat: avoid bad free
974         * lib/at-func2.c (at_func2): Fix typo.
975         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
976
977 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
978
979         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
980         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
981         to avoid failure of symlink test later.
982
983 2010-01-06  Eric Blake  <ebb9@byu.net>
984
985         stdio, unistd: guarantee ssize_t
986         * lib/unistd.in.h (includes): Ensure that types required by POSIX
987         2008 are exposed when needed.
988         * lib/stdio.in.h (includes): Likewise.
989         Reported by Ralf Wildenhues.
990
991 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
992
993         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
994         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
995         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
996
997 2010-01-06  Jim Meyering  <meyering@redhat.com>
998
999         readtokens: this module *does* require xalloc.h
1000         It uses only functions that were omitted by the old syntax-check rule.
1001         * lib/readtokens.c: Include "xalloc.h" once again.
1002         * modules/readtokens (Depends-on): Add xalloc.
1003         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
1004
1005 2010-01-05  Eric Blake  <ebb9@byu.net>
1006
1007         maint: support 'make announcement' from a VPATH build
1008         * top/maint.mk (announcement): Look for correct NEWS file.
1009
1010 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
1011
1012         utimens (fdutimens): ignore a negative FD, per contract
1013         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
1014         when we have a valid file descriptor.  Otherwise, using a brand
1015         new glibc (with just-patched futimens that now fails with EBADF)
1016         would cause this function to fail with ENOSYS.
1017         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
1018         See also http://bugzilla.redhat.com/552320.
1019
1020 2010-01-05  Eric Blake  <ebb9@byu.net>
1021
1022         strcase: document what it provides
1023         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
1024         gnulib module.
1025         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
1026         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
1027
1028 2010-01-05  Jim Meyering  <meyering@redhat.com>
1029
1030         maint: remove useless inclusions of "xalloc.h"
1031         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
1032         * lib/readtokens.c: Likewise.
1033         * lib/same.c: Likewise.
1034         * modules/getloadavg (Depends-on): Remove xalloc.
1035         * modules/readtokens: Likewise.
1036         * modules/same: Likewise.
1037
1038         maint.mk: include 4 more function names in alloca.h-checking regexp
1039         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
1040         regexp.  Before, we would give a false-positive (saying alloca.h
1041         is included unnecessarily) when the only uses involved omitted symbols.
1042
1043         xalloc.h: use consistent formatting
1044         * lib/xalloc.h: Move declarations to start in the first column.
1045
1046 2010-01-05  Eric Blake  <ebb9@byu.net>
1047
1048         mkdir: avoid xalloc
1049         * lib/mkdir.c (includes): Drop unused header.
1050         Reported by John W. Eaton.
1051
1052 2010-01-04  Jim Meyering  <meyering@redhat.com>
1053
1054         nl_langinfo: avoid configure-time syntax error
1055         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
1056         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
1057         the empty string.  Don't let that provoke a shell syntax error.
1058
1059         regcomp, regexec, fnmatch: avoid array bounds read error
1060         * lib/regcomp.c (build_equiv_class): From glibc:
1061         Use only the low 24 bits of a findidx return value as an index
1062         into the weights array.  Patch by Ulrich Drepper:
1063         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
1064         * lib/regexec.c (check_node_accept_bytes): Likewise.
1065         * lib/fnmatch_loop.c (FCT): Likewise.
1066
1067         regcomp: skip collseq lookup when there are no rules
1068         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
1069         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
1070
1071         regcomp: recognize ill-formed { } expressions
1072         * lib/regcomp.c (parse_dup_op): From glibc:
1073         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
1074
1075         regcomp: fix typo in comment
1076         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
1077         s/satisfy/satisfies/.
1078
1079         regcomp: sync from glibc: remove dead store
1080         * lib/regcomp.c (duplicate_node_closure): Remove useless
1081         search_duplicated_node call and dead store.
1082
1083         regcomp: sync from glibc; always use nl_langinfo
1084         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
1085         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
1086         * modules/regex (Depends-on): Add nl_langinfo.
1087
1088 2010-01-04  Eric Blake  <ebb9@byu.net>
1089
1090         fdopendir: fix configure test
1091         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
1092
1093 2010-01-01  Bruno Haible  <bruno@clisp.org>
1094
1095         wchar: Remove unused configure check.
1096         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
1097
1098 2010-01-01  Eric Blake  <ebb9@byu.net>
1099
1100         headers: make check of system header explicit
1101         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
1102         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
1103         ourselves.
1104         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1105         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1106         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1107         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
1108         internals.
1109         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
1110         missing.
1111         Suggested by Bruno Haible.
1112
1113 2010-01-01  Jim Meyering  <meyering@redhat.com>
1114
1115         ChangeLog: tweak to eliminate unnecessary copyright line
1116         * ChangeLog: Remove a copyright line that was mistakenly updated
1117         by today's update-copyright run.  Reported by Eric Blake.
1118
1119         test-update-copyright: don't let envvar setting cause test failure
1120         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
1121
1122 2010-01-01  Bruno Haible  <bruno@clisp.org>
1123
1124         localename: Avoid gcc warning.
1125         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
1126         function if it is not used.
1127
1128 2010-01-01  Jim Meyering  <meyering@redhat.com>
1129
1130         update nearly all FSF copyright year lists to include 2010
1131         Use the same procedure as for 2009, outlined in
1132         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
1133
1134         version-etc: set COPYRIGHT_YEAR to 2010
1135         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
1136
1137 2009-12-31  Eric Blake  <ebb9@byu.net>
1138
1139         doc: correct availability of cygwin 1.5.x getopt
1140         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
1141         variables.
1142         * doc/posix-functions/opterr.texi (opterr): Likewise.
1143         * doc/posix-functions/optind.texi (optind): Likewise.
1144         * doc/posix-functions/optopt.texi (optopt): Likewise.
1145         * doc/posix-functions/tzname.texi (tzname): Likewise.
1146
1147         openat: update maintainer
1148         * modules/openat (Maintainer): Add myself.
1149
1150         utimens: avoid shadowing warning
1151         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
1152         buffers into one, to avoid shadowing, as well as avoiding a
1153         redundant stat.
1154         Reported by Jim Meyering.
1155
1156         test-dup2: avoid compiler warning
1157         * tests/test-dup2.c (is_inheritable): Only define if used.
1158
1159 2010-01-01  Bruno Haible  <bruno@clisp.org>
1160
1161         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
1162         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
1163         defined, use wctomb instead of wcrtomb.
1164
1165 2010-01-01  Bruno Haible  <bruno@clisp.org>
1166
1167         iconv: Reject native Solaris iconv.
1168         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
1169         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
1170
1171 2009-12-31  Bruno Haible  <bruno@clisp.org>
1172
1173         * tests/test-signal.c (main): Remove test of 'SIG'.
1174
1175 2009-12-31  Bruno Haible  <bruno@clisp.org>
1176
1177         spawn: Fix incomplete fix.
1178         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
1179         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
1180         warnings for GNULIB_POSIXCHECK again.
1181         Reported by Eric Blake.
1182
1183 2009-12-31  Bruno Haible  <bruno@clisp.org>
1184
1185         Avoid namespace pollution on glibc systems.
1186         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
1187         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
1188         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
1189         glibc systems.
1190
1191 2009-12-31  Bruno Haible  <bruno@clisp.org>
1192
1193         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
1194         (gl_REPLACE_WCHAR_H): Turn into a no-op.
1195         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
1196         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
1197         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
1198         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
1199         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
1200
1201 2009-12-31  Bruno Haible  <bruno@clisp.org>
1202
1203         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1204         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
1205         afterwards.
1206
1207 2009-12-31  Bruno Haible  <bruno@clisp.org>
1208
1209         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
1210         SYS_UTSNAME_H.
1211
1212 2009-12-31  Bruno Haible  <bruno@clisp.org>
1213
1214         spawn: Fix misapplied patch.
1215         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
1216         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
1217         warnings for GNULIB_POSIXCHECK.
1218
1219 2009-12-31  Bruno Haible  <bruno@clisp.org>
1220
1221         times: Update after sys_times changed.
1222         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
1223         * modules/times (Files): Add it.
1224         (configure.ac): Invoke gl_FUNC_TIMES.
1225
1226 2009-12-31  Bruno Haible  <bruno@clisp.org>
1227
1228         Use AC_C_INLINE where necessary.
1229         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
1230         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
1231         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
1232         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
1233         * m4/mbfile.m4 (gl_MBFILE): Likewise.
1234         * m4/mbiter.m4 (gl_MBITER): Likewise.
1235         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1236         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
1237         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
1238         * modules/u64 (configure.ac): Likewise.
1239
1240 2009-12-31  Bruno Haible  <bruno@clisp.org>
1241
1242         Use AC_C_INLINE instead of module 'inline' where possible.
1243         * modules/inline (Description): Clarify purpose.
1244         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
1245         * modules/count-one-bits (Depends-on): Remove inline.
1246         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
1247         * modules/openat (Depends-on): Remove inline.
1248         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
1249         instead of depending on module 'inline'.
1250         * modules/filevercmp (Depends-on, configure.ac): Likewise.
1251         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
1252         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
1253         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
1254         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
1255         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
1256         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
1257         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
1258         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
1259         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
1260         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
1261         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
1262         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
1263         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
1264         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
1265         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
1266         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
1267         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
1268         Likewise.
1269         * modules/unictype/property-ascii-hex-digit (Depends-on,
1270         configure.ac): Likewise.
1271         * modules/unictype/property-bidi-arabic-digit (Depends-on,
1272         configure.ac): Likewise.
1273         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
1274         configure.ac): Likewise.
1275         * modules/unictype/property-bidi-block-separator (Depends-on,
1276         configure.ac): Likewise.
1277         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
1278         configure.ac): Likewise.
1279         * modules/unictype/property-bidi-common-separator (Depends-on,
1280         configure.ac): Likewise.
1281         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
1282         Likewise.
1283         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
1284         configure.ac): Likewise.
1285         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
1286         configure.ac): Likewise.
1287         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
1288         configure.ac): Likewise.
1289         * modules/unictype/property-bidi-european-digit (Depends-on,
1290         configure.ac): Likewise.
1291         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
1292         configure.ac): Likewise.
1293         * modules/unictype/property-bidi-left-to-right (Depends-on,
1294         configure.ac): Likewise.
1295         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
1296         configure.ac): Likewise.
1297         * modules/unictype/property-bidi-other-neutral (Depends-on,
1298         configure.ac): Likewise.
1299         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
1300         Likewise.
1301         * modules/unictype/property-bidi-segment-separator (Depends-on,
1302         configure.ac): Likewise.
1303         * modules/unictype/property-bidi-whitespace (Depends-on,
1304         configure.ac): Likewise.
1305         * modules/unictype/property-combining (Depends-on, configure.ac):
1306         Likewise.
1307         * modules/unictype/property-composite (Depends-on, configure.ac):
1308         Likewise.
1309         * modules/unictype/property-currency-symbol (Depends-on,
1310         configure.ac): Likewise.
1311         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
1312         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
1313         Likewise.
1314         * modules/unictype/property-default-ignorable-code-point (Depends-on,
1315         configure.ac): Likewise.
1316         * modules/unictype/property-deprecated (Depends-on, configure.ac):
1317         Likewise.
1318         * modules/unictype/property-diacritic (Depends-on, configure.ac):
1319         Likewise.
1320         * modules/unictype/property-extender (Depends-on, configure.ac):
1321         Likewise.
1322         * modules/unictype/property-format-control (Depends-on, configure.ac):
1323         Likewise.
1324         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
1325         Likewise.
1326         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
1327         Likewise.
1328         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
1329         Likewise.
1330         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
1331         Likewise.
1332         * modules/unictype/property-hyphen (Depends-on, configure.ac):
1333         Likewise.
1334         * modules/unictype/property-id-continue (Depends-on, configure.ac):
1335         Likewise.
1336         * modules/unictype/property-id-start (Depends-on, configure.ac):
1337         Likewise.
1338         * modules/unictype/property-ideographic (Depends-on, configure.ac):
1339         Likewise.
1340         * modules/unictype/property-ids-binary-operator (Depends-on,
1341         configure.ac): Likewise.
1342         * modules/unictype/property-ids-trinary-operator (Depends-on,
1343         configure.ac): Likewise.
1344         * modules/unictype/property-ignorable-control (Depends-on,
1345         configure.ac): Likewise.
1346         * modules/unictype/property-iso-control (Depends-on, configure.ac):
1347         Likewise.
1348         * modules/unictype/property-join-control (Depends-on, configure.ac):
1349         Likewise.
1350         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
1351         Likewise.
1352         * modules/unictype/property-line-separator (Depends-on, configure.ac):
1353         Likewise.
1354         * modules/unictype/property-logical-order-exception (Depends-on,
1355         configure.ac): Likewise.
1356         * modules/unictype/property-lowercase (Depends-on, configure.ac):
1357         Likewise.
1358         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
1359         * modules/unictype/property-non-break (Depends-on, configure.ac):
1360         Likewise.
1361         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
1362         Likewise.
1363         * modules/unictype/property-numeric (Depends-on, configure.ac):
1364         Likewise.
1365         * modules/unictype/property-other-alphabetic (Depends-on,
1366         configure.ac): Likewise.
1367         * modules/unictype/property-other-default-ignorable-code-point
1368         (Depends-on, configure.ac): Likewise.
1369         * modules/unictype/property-other-grapheme-extend (Depends-on,
1370         configure.ac): Likewise.
1371         * modules/unictype/property-other-id-continue (Depends-on,
1372         configure.ac): Likewise.
1373         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
1374         Likewise.
1375         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
1376         Likewise.
1377         * modules/unictype/property-other-math (Depends-on, configure.ac):
1378         Likewise.
1379         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
1380         Likewise.
1381         * modules/unictype/property-paired-punctuation (Depends-on,
1382         configure.ac): Likewise.
1383         * modules/unictype/property-paragraph-separator (Depends-on,
1384         configure.ac): Likewise.
1385         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
1386         Likewise.
1387         * modules/unictype/property-pattern-white-space (Depends-on,
1388         configure.ac): Likewise.
1389         * modules/unictype/property-private-use (Depends-on, configure.ac):
1390         Likewise.
1391         * modules/unictype/property-punctuation (Depends-on, configure.ac):
1392         Likewise.
1393         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
1394         Likewise.
1395         * modules/unictype/property-radical (Depends-on, configure.ac):
1396         Likewise.
1397         * modules/unictype/property-sentence-terminal (Depends-on,
1398         configure.ac): Likewise.
1399         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
1400         Likewise.
1401         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
1402         * modules/unictype/property-terminal-punctuation (Depends-on,
1403         configure.ac): Likewise.
1404         * modules/unictype/property-titlecase (Depends-on, configure.ac):
1405         Likewise.
1406         * modules/unictype/property-unassigned-code-value (Depends-on,
1407         configure.ac): Likewise.
1408         * modules/unictype/property-unified-ideograph (Depends-on,
1409         configure.ac): Likewise.
1410         * modules/unictype/property-uppercase (Depends-on, configure.ac):
1411         Likewise.
1412         * modules/unictype/property-variation-selector (Depends-on,
1413         configure.ac): Likewise.
1414         * modules/unictype/property-white-space (Depends-on, configure.ac):
1415         Likewise.
1416         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
1417         Likewise.
1418         * modules/unictype/property-xid-start (Depends-on, configure.ac):
1419         Likewise.
1420         * modules/unictype/property-zero-width (Depends-on, configure.ac):
1421         Likewise.
1422         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
1423         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
1424         Likewise.
1425
1426 2009-12-31  Bruno Haible  <bruno@clisp.org>
1427
1428         Remove unnecessary AC_C_INLINE invocation.
1429         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
1430         since 2009-08-21.
1431
1432 2009-12-31  Jim Meyering  <meyering@redhat.com>
1433
1434         maint.mk: don't require explicit gpg_key_ID in cfg.mk
1435         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
1436         With this change, we can all remove the gpg_key_ID = ... definition
1437         from our respective cfg.mk files.
1438
1439         maint.mk: create announcement template in ~/, not in /tmp
1440         * top/maint.mk (emit_upload_commands): Adjust.
1441         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
1442         Remove temporary file, .ci-msg.
1443
1444 2009-12-31  Eric Blake  <ebb9@byu.net>
1445
1446         link-warning: always build headers with link warnings
1447         * modules/arpa_inet (Makefile.am): Always build replacement
1448         header.
1449         * modules/ctype (Makefile.am): Likewise.
1450         * modules/dirent (Makefile.am): Likewise.
1451         * modules/inttypes (Makefile.am): Likewise.
1452         * modules/langinfo (Makefile.am): Likewise.
1453         * modules/locale (Makefile.am): Likewise.
1454         * modules/spawn (Makefile.am): Likewise.
1455         * modules/sys_file (Makefile.am): Likewise.
1456         * modules/sys_ioctl (Makefile.am): Likewise.
1457         * modules/sys_select (Makefile.am): Likewise.
1458         * modules/sys_socket (Makefile.am): Likewise.
1459         * modules/sys_times (Makefile.am): Likewise.
1460         * modules/sys_utsname (Makefile.am): Likewise.
1461         * modules/sys_wait (Makefile.am): Likewise.
1462         * modules/wchar (Makefile.am): Likewise.
1463         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
1464         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
1465         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
1466         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
1467         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
1468         Likewise.
1469         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1470         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1471         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
1472         Likewise.
1473         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
1474         Likewise.
1475         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
1476         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
1477         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
1478         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1479         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1480         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
1481         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
1482         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
1483         (gl_WCHAR_H_DEFAULTS): Likewise.
1484
1485 2009-12-31  Eric Blake  <ebb9@byu.net>
1486
1487         signal, spawn: use link warnings
1488         * lib/signal.in.h (sigset_t): Make unconditional.
1489         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
1490         (sigpending, sigprocmask, sigaction): Add link warnings.
1491         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
1492         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
1493         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
1494         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
1495         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
1496         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
1497         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
1498         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
1499         (posix_spawn_file_actions_destroy)
1500         (posix_spawn_file_actions_addopen)
1501         (posix_spawn_file_actions_addclose)
1502         (posix_spawwn_file_actions_adddup2): Likewise.
1503         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
1504         * tests/test-signal.c (main): Enhance test.
1505
1506         spawn: improve wrapper support
1507         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
1508         (gl_SPAWN_H_DEFAULTS): New defaults.
1509         * modules/spawn (Makefile.am): Substitute them.
1510         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
1511         Only declare if missing or broken.
1512
1513         sys_times, sys_utsname: use include_next
1514         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
1515         header.
1516         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
1517         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
1518         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
1519         * modules/sys_times (Depends-on): Add include_next.
1520         (Makefile.am): Substitute additional values.
1521         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1522         * lib/sys_times.in.h (includes): Include native header, if
1523         available.
1524         * lib/sys_utsname.in.h (includes): Likewise.
1525         * tests/test-sys_times.c (main): Enhance test.
1526
1527         fdutimensat: revert prior patch
1528         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
1529         utimens.h.
1530         Reported by Bruno Haible.
1531
1532 2009-12-30  Eric Blake  <ebb9@byu.net>
1533
1534         sys_wait: drop link-warning dependency
1535         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
1536         link-warning efforts.
1537         * lib/sys_wait.in.h: Likewise.
1538
1539         fdutimensat: remove bogus dependency
1540         * modules/fdutimensat (Depends-on): Drop inline.
1541
1542         unistd: fix typo
1543         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
1544
1545 2009-12-30  Bruno Haible  <bruno@clisp.org>
1546
1547         Fix compilation error with Solaris cc.
1548         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
1549         * lib/unicase/u16-is-invariant.c: Likewise.
1550         * lib/unicase/u32-is-invariant.c: Likewise.
1551         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1552
1553 2009-12-30  Bruno Haible  <bruno@clisp.org>
1554
1555         Fix test crash.
1556         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
1557         locales.
1558         Reported by Simon Josefsson <simon@josefsson.org>.
1559
1560 2009-12-30  Bruno Haible  <bruno@clisp.org>
1561
1562         Fix compilation error on most platforms.
1563         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
1564         Reported by Simon Josefsson <simon@josefsson.org>
1565         and Nelson H. F. Beebe <beebe@math.utah.edu>.
1566
1567 2009-12-30  Eric Blake  <ebb9@byu.net>
1568
1569         futimens, utimensat: work around ntfs-3g bug
1570         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
1571         a ctime bug is present, and expand workaround to cover ntfs-3g.
1572         * lib/utimens.c (fdutimens, lutimens): Likewise.
1573         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
1574         (validate_timespec): Adjust return value.
1575         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
1576         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
1577         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
1578
1579 2009-12-29  Eric Blake  <ebb9@byu.net>
1580
1581         link-warning: make usage consistent
1582         * modules/ctype (Depends-on): Add link-warning.
1583         (Makefile.am): Update rules accordingly.
1584         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1585         * modules/locale (Depends-on, Makefile.am): Likewise.
1586         * modules/sys_file (Makefile.am): Likewise.
1587         * modules/getopt-posix (Makefile.am): Delete unused link warning
1588         efforts.
1589         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
1590         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
1591         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
1592         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
1593
1594         stdio: remove unused variables
1595         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
1596         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
1597         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
1598
1599         tests: test more substitute headers
1600         * modules/ctype-tests: New file.
1601         * modules/dirent-tests: Likewise.
1602         * modules/spawn-tests: Likewise.
1603         * modules/sys_file-tests: Likewise.
1604         * modules/sys_ioctl-tests: Likewise.
1605         * modules/sys_wait-tests: Likewise.
1606         * tests/test-ctype.c: Likewise.
1607         * tests/test-dirent.c: Likewise.
1608         * tests/test-spawn.c: Likewise.
1609         * tests/test-sys_file.c: Likewise.
1610         * tests/test-sys_ioctl.c: Likewise.
1611         * tests/test-sys_wait.c: Likewise.
1612         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
1613         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
1614         whether or not flock is in use.
1615
1616         tests: remove License section from module
1617         * modules/arpa_inet-tests: Remove unneeded section.
1618         * modules/byteswap-tests: Likewise.
1619         * modules/ceilf-tests: Likewise.
1620         * modules/ceill-tests: Likewise.
1621         * modules/crypto/des-tests: Likewise.
1622         * modules/crypto/gc-arcfour-tests: Likewise.
1623         * modules/crypto/gc-arctwo-tests: Likewise.
1624         * modules/crypto/gc-des-tests: Likewise.
1625         * modules/crypto/gc-hmac-md5-tests: Likewise.
1626         * modules/crypto/gc-hmac-sha1-tests: Likewise.
1627         * modules/crypto/gc-md2-tests: Likewise.
1628         * modules/crypto/gc-md4-tests: Likewise.
1629         * modules/crypto/gc-md5-tests: Likewise.
1630         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
1631         * modules/crypto/gc-rijndael-tests: Likewise.
1632         * modules/crypto/gc-sha1-tests: Likewise.
1633         * modules/crypto/gc-tests: Likewise.
1634         * modules/crypto/md2-tests: Likewise.
1635         * modules/crypto/md4-tests: Likewise.
1636         * modules/fcntl-h-tests: Likewise.
1637         * modules/floorf-tests: Likewise.
1638         * modules/floorl-tests: Likewise.
1639         * modules/frexp-nolibm-tests: Likewise.
1640         * modules/frexp-tests: Likewise.
1641         * modules/frexpl-nolibm-tests: Likewise.
1642         * modules/frexpl-tests: Likewise.
1643         * modules/getaddrinfo-tests: Likewise.
1644         * modules/inttypes-tests: Likewise.
1645         * modules/isfinite-tests: Likewise.
1646         * modules/isinf-tests: Likewise.
1647         * modules/ldexpl-tests: Likewise.
1648         * modules/locale-tests: Likewise.
1649         * modules/math-tests: Likewise.
1650         * modules/netdb-tests: Likewise.
1651         * modules/netinet_in-tests: Likewise.
1652         * modules/printf-frexp-tests: Likewise.
1653         * modules/printf-frexpl-tests: Likewise.
1654         * modules/priv-set-tests: Likewise.
1655         * modules/random_r-tests: Likewise.
1656         * modules/round-tests: Likewise.
1657         * modules/roundf-tests: Likewise.
1658         * modules/roundl-tests: Likewise.
1659         * modules/search-tests: Likewise.
1660         * modules/select-tests: Likewise.
1661         * modules/signal-tests: Likewise.
1662         * modules/stdbool-tests: Likewise.
1663         * modules/stddef-tests: Likewise.
1664         * modules/stdint-tests: Likewise.
1665         * modules/stdio-tests: Likewise.
1666         * modules/stdlib-tests: Likewise.
1667         * modules/string-tests: Likewise.
1668         * modules/strings-tests: Likewise.
1669         * modules/sys_select-tests: Likewise.
1670         * modules/sys_socket-tests: Likewise.
1671         * modules/sys_stat-tests: Likewise.
1672         * modules/sys_time-tests: Likewise.
1673         * modules/sys_utsname-tests: Likewise.
1674         * modules/sysexits-tests: Likewise.
1675         * modules/time-tests: Likewise.
1676         * modules/trunc-tests: Likewise.
1677         * modules/truncf-tests: Likewise.
1678         * modules/truncl-tests: Likewise.
1679         * modules/tsearch-tests: Likewise.
1680         * modules/unistd-tests: Likewise.
1681         * modules/wchar-tests: Likewise.
1682         * modules/wctype-tests: Likewise.
1683
1684         tests: fix license on several tests
1685         * tests/test-des.c: Update to GPLv3+.
1686         * tests/test-flock.c: Likewise.
1687         * tests/test-fsync.c: Likewise.
1688         * tests/test-futimens.h: Likewise.
1689         * tests/test-gc-arcfour.c: Likewise.
1690         * tests/test-gc-arctwo.c: Likewise.
1691         * tests/test-gc-des.c: Likewise.
1692         * tests/test-gc-hmac-md5.c: Likewise.
1693         * tests/test-gc-hmac-sha1.c: Likewise.
1694         * tests/test-gc-md2.c: Likewise.
1695         * tests/test-gc-md4.c: Likewise.
1696         * tests/test-gc-md5.c: Likewise.
1697         * tests/test-gc-pbkdf2-sha1.c: Likewise.
1698         * tests/test-gc-rijndael.c: Likewise.
1699         * tests/test-gc-sha1.c: Likewise.
1700         * tests/test-gc.c: Likewise.
1701         * tests/test-getcwd.c: Likewise.
1702         * tests/test-link.c: Likewise.
1703         * tests/test-link.h: Likewise.
1704         * tests/test-lutimens.h: Likewise.
1705         * tests/test-md2.c: Likewise.
1706         * tests/test-md4.c: Likewise.
1707         * tests/test-mkdir.h: Likewise.
1708         * tests/test-rename.c: Likewise.
1709         * tests/test-rename.h: Likewise.
1710         * tests/test-safe-alloc.c: Likewise.
1711         * tests/test-utimens-common.h: Likewise.
1712         * tests/test-utimens.h: Likewise.
1713
1714         maint: sync license texts
1715         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
1716         * doc/gpl-3.0.texi: Revert copyright year update.
1717         * doc/lgpl-3.0.texi: Likewise.
1718
1719 2009-12-29  Jim Meyering  <meyering@redhat.com>
1720
1721         update nearly all FSF copyright year lists to include 2009
1722         The files named by the following are exempted:
1723             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
1724               test -f "$dst" && { echo "$dst"; continue; }
1725               test -d "$dst" || continue
1726               echo "$dst"/$(basename "$src")
1727             done > exempt
1728             git ls-files tests/unictype >> exempt
1729         In the remaining files, convert to all-interval notation if
1730         - there is already at least one year interval like 2000-2003
1731         - the file is maintained by me
1732         - the file is in lib/uni*/, where that style already prevails
1733         Otherwise, use update-copyright's default.
1734
1735 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1736         and Eric Blake  <ebb9@byu.net>
1737
1738         tests: don't require debug system() to pass
1739         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
1740         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1741         * tests/test-unlink.h (test_unlink_func): Likewise.
1742         * tests/test-fstatat.c (main): ...into callers.
1743         * tests/test-lstat.c (main): Likewise.
1744         * tests/test-rmdir.c (main): Likewise.
1745         * tests/test-unlink.c (main): Likewise.
1746         * tests/test-unlinkat.c (main): Likewise.
1747         * tests/test-areadlink-with-size.c (main): Don't require a
1748         debug-only system call to pass, aiding cross-testing to mingw.
1749         * tests/test-areadlink.c (main): Likewise.
1750         * tests/test-areadlinkat-with-size.c (main): Likewise.
1751         * tests/test-areadlinkat.c (main): Likewise.
1752         * tests/test-canonicalize-lgpl.c (main): Likewise.
1753         * tests/test-canonicalize.c (main): Likewise.
1754         * tests/test-chown.c (main): Likewise.
1755         * tests/test-fchownat.c (main): Likewise.
1756         * tests/test-lchown.c (main): Likewise.
1757         * tests/test-fdutimensat.c (main): Likewise.
1758         * tests/test-futimens.c (main): Likewise.
1759         * tests/test-link.c (main): Likewise.
1760         * tests/test-linkat.c (main): Likewise.
1761         * tests/test-mkdir.c (main): Likewise.
1762         * tests/test-mkdirat.c (main): Likewise.
1763         * tests/test-mkfifo.c (main): Likewise.
1764         * tests/test-mkfifoat.c (main): Likewise.
1765         * tests/test-mknod.c (main): Likewise.
1766         * tests/test-readlink.c (main): Likewise.
1767         * tests/test-remove.c (main): Likewise.
1768         * tests/test-rename.c (main): Likewise.
1769         * tests/test-renameat.c (main): Likewise.
1770         * tests/test-symlink.c (main): Likewise.
1771         * tests/test-symlinkat.c (main): Likewise.
1772         * tests/test-utimens.c (main): Likewise.
1773         * tests/test-utimensat.c (main): Likewise.
1774
1775 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1776
1777         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
1778         on $(UNUSED_PARAMETER_H) to avoid build failure.
1779
1780 2009-12-28  Jim Meyering  <meyering@redhat.com>
1781
1782         update-copyright: you may specify a max. line length other than 72
1783         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
1784
1785         maint: use consistent FSF copyright line syntax
1786         * lib/posixtm.c: Add missing comma in FSF copyright line.
1787         * lib/posixtm.h: Likewise.
1788         * lib/getugroups.c: Add missing ", Inc.".
1789
1790         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
1791         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
1792         FSF copyright line.  Remove trailing blanks.
1793
1794 2009-12-28  Eric Blake  <ebb9@byu.net>
1795
1796         test-dup2: reduce dependencies
1797         * modules/cloexec (Configure.ac): Set witness.
1798         * modules/dup2-tests (Depends-on): Drop cloexec.
1799         * tests/test-dup2.c (main): Skip portion of test if cloexec module
1800         not present.
1801         Suggested by Bruno Haible.
1802
1803 2009-12-26  Bruno Haible  <bruno@clisp.org>
1804
1805         Remove an unneeded dependency.
1806         * modules/fseterr (Depends-on): Remove dup2.
1807
1808 2009-12-26  Eric Blake  <ebb9@byu.net>
1809
1810         tests: use macros.h in more places
1811         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
1812         (ASSERT_STREAM): Provide default of stderr.
1813         * tests/test-dirent-safer.c: Include macros.h, using alternate
1814         stream for assertions.
1815         * tests/test-dup-safer.c: Likewise.
1816         * tests/test-freopen-safer.c: Likewise.
1817         * tests/test-getopt.c: Likewise.
1818         * tests/test-openat-safer.c: Likewise.
1819         * tests/test-pipe.c: Likewise.
1820         * tests/test-popen-safer.c: Likewise.
1821         * modules/dirent-safer-tests (Files): Include macros.h.
1822         * modules/unistd-safer-tests (Files): Likewise.
1823         * modules/freopen-safer-tests (Files): Likewise.
1824         * modules/getopt-posix-tests (Files): Likewise.
1825         * modules/openat-safer-tests (Files): Likewise.
1826         * modules/pipe-tests (Files): Likewise.
1827
1828 2009-12-26  Bruno Haible  <bruno@clisp.org>
1829
1830         javacomp: Portability fix.
1831         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
1832         that it also works on Solaris.
1833
1834 2009-12-26  Bruno Haible  <bruno@clisp.org>
1835
1836         localename: Fix storage allocation of gl_locale_name_thread's result.
1837         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
1838         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
1839         all platforms that have 'uselocale'.
1840         (gl_locale_name_thread_unsafe): New function, extracted from
1841         gl_locale_name_thread.
1842         (gl_locale_name_thread): Call struniq on all platforms that have
1843         'uselocale'.
1844         * tests/test-localename.c (test_locale_name_thread): Check that the
1845         resulting strings are permanently allocated.
1846         * modules/localename-tests (Depends-on): Add strdup.
1847
1848 2009-12-26  Bruno Haible  <bruno@clisp.org>
1849
1850         * tests/test-localename.c (categories): Fill in the strings.
1851
1852 2009-12-26  Jim Meyering  <meyering@redhat.com>
1853
1854         isdir: complete the removal of m4/isdir.m4
1855         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
1856
1857         isdir: clean up, since at least grep still uses it
1858         * lib/isdir.c: Include "isdir.h".
1859         (S_ISDIR): Remove now-unneeded definition.
1860         * modules/isdir (Files): Add lib/isdir.h.
1861         * lib/isdir.h: New file, with declaration.
1862         * m4/isdir.m4: Remove file -- unneeded.
1863
1864 2009-12-25  Bruno Haible  <bruno@clisp.org>
1865
1866         selinux-h: Make generated .h files standalone.
1867         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
1868         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
1869         * lib/se-selinux.in.h: Likewise.
1870         * modules/selinux-h (Depends-on): Add unused-parameter.
1871         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
1872         selinux/selinux.h and selinux/context.h.
1873         Suggested by Eric Blake.
1874
1875 2009-12-25  Bruno Haible  <bruno@clisp.org>
1876
1877         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
1878         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
1879         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
1880         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
1881         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
1882
1883 2009-12-24  Bruno Haible  <bruno@clisp.org>
1884
1885         openat: Fix warning.
1886         * lib/openat-proc.c: Include <unistd.h>.
1887
1888 2009-12-24  Bruno Haible  <bruno@clisp.org>
1889
1890         New module 'unused-parameter'.
1891         * build-aux/unused-parameter.h: New file, extracted from earlier
1892         gnulib-common.m4.
1893         * modules/unused-parameter: New file.
1894         * lib/unistr.h: Include unused-parameter.h.
1895         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
1896         _GL_UNUSED.
1897         * modules/unistr/base (Depends-on): Add unused-parameter.
1898
1899 2009-12-24  Bruno Haible  <bruno@clisp.org>
1900
1901         Add missing dependencies to 'extensions' module.
1902         * m4/extensions.m4: Add comment.
1903         * modules/accept4 (Depends-on): Add extensions.
1904         * modules/dup3 (Depends-on): Likewise.
1905         * modules/fcntl (Depends-on): Likewise.
1906         * modules/futimens (Depends-on): Likewise.
1907         * modules/mknod (Depends-on): Likewise.
1908         * modules/pipe2 (Depends-on): Likewise.
1909         * modules/stat-time (Depends-on): Likewise.
1910         * modules/strcasestr-simple (Depends-on): Likewise.
1911         * modules/strsignal (Depends-on): Likewise.
1912         * modules/utimensat (Depends-on): Likewise.
1913         * modules/localcharset (Depends-on): Likewise. Needed because of
1914         gl_FCNTL_O_FLAGS.
1915         * modules/wcrtomb (Depends-on): Likewise. Needed because of
1916         AC_TYPE_MBSTATE_T.
1917         * modules/wcsnrtombs (Depends-on): Likewise.
1918         * modules/wcsrtombs (Depends-on): Likewise.
1919
1920 2009-12-24  Bruno Haible  <bruno@clisp.org>
1921
1922         binary-io: Avoid gcc warning due to SET_BINARY.
1923         * lib/binary-io.h (SET_BINARY): Cast the result to void.
1924         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
1925
1926 2009-12-24  Bruno Haible  <bruno@clisp.org>
1927
1928         Avoid future namespace pollution on glibc systems.
1929         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
1930         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
1931         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
1932         glibc systems.
1933
1934 2009-12-24  Bruno Haible  <bruno@clisp.org>
1935
1936         Refactor common macros used in tests.
1937         * tests/macros.h: New file.
1938         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
1939         and/or <stdlib.h>, if appropriate.
1940         (ASSERT, SIZEOF): Remove macros.
1941         * tests/test-areadlink-with-size.c: Likewise.
1942         * tests/test-areadlinkat.c: Likewise.
1943         * tests/test-areadlinkat-with-size.c: Likewise.
1944         * tests/test-argmatch.c: Likewise.
1945         * tests/test-argv-iter.c: Likewise.
1946         * tests/test-array-mergesort.c: Likewise.
1947         * tests/test-array_list.c: Likewise.
1948         * tests/test-array_oset.c: Likewise.
1949         * tests/test-avltree_list.c: Likewise.
1950         * tests/test-avltree_oset.c: Likewise.
1951         * tests/test-avltreehash_list.c: Likewise.
1952         * tests/test-base64.c: Likewise.
1953         * tests/test-binary-io.c: Likewise.
1954         * tests/test-bitrotate.c: Likewise.
1955         * tests/test-btowc.c: Likewise.
1956         * tests/test-byteswap.c: Likewise.
1957         * tests/test-c-ctype.c: Likewise.
1958         * tests/test-c-stack.c: Likewise.
1959         * tests/test-c-strcasecmp.c: Likewise.
1960         * tests/test-c-strcasestr.c: Likewise.
1961         * tests/test-c-strncasecmp.c: Likewise.
1962         * tests/test-c-strstr.c: Likewise.
1963         * tests/test-canonicalize-lgpl.c: Likewise.
1964         * tests/test-canonicalize.c: Likewise.
1965         * tests/test-carray_list.c: Likewise.
1966         * tests/test-ceilf1.c: Likewise.
1967         * tests/test-ceilf2.c: Likewise.
1968         * tests/test-ceill.c: Likewise.
1969         * tests/test-chown.c: Likewise.
1970         * tests/test-cloexec.c: Likewise.
1971         * tests/test-copy-acl.c: Likewise.
1972         * tests/test-copy-file.c: Likewise.
1973         * tests/test-count-one-bits.c: Likewise.
1974         * tests/test-dprintf-posix.c: Likewise.
1975         * tests/test-dup2.c: Likewise.
1976         * tests/test-dup3.c: Likewise.
1977         * tests/test-duplocale.c: Likewise.
1978         * tests/test-fbufmode.c: Likewise.
1979         * tests/test-fchdir.c: Likewise.
1980         * tests/test-fchownat.c: Likewise.
1981         * tests/test-fcntl-safer.c: Likewise.
1982         * tests/test-fcntl.c: Likewise.
1983         * tests/test-fdopendir.c: Likewise.
1984         * tests/test-fdutimensat.c: Likewise.
1985         * tests/test-fflush2.c: Likewise.
1986         * tests/test-file-has-acl.c: Likewise.
1987         * tests/test-filevercmp.c: Likewise.
1988         * tests/test-flock.c: Likewise.
1989         * tests/test-floorf1.c: Likewise.
1990         * tests/test-floorf2.c: Likewise.
1991         * tests/test-floorl.c: Likewise.
1992         * tests/test-fnmatch.c: Likewise.
1993         * tests/test-fopen.h: Likewise.
1994         * tests/test-fpending.c: Likewise.
1995         * tests/test-fprintf-posix.c: Likewise.
1996         * tests/test-fpurge.c: Likewise.
1997         * tests/test-freadable.c: Likewise.
1998         * tests/test-freadahead.c: Likewise.
1999         * tests/test-freading.c: Likewise.
2000         * tests/test-freadptr.c: Likewise.
2001         * tests/test-freadptr2.c: Likewise.
2002         * tests/test-freadseek.c: Likewise.
2003         * tests/test-freopen.c: Likewise.
2004         * tests/test-frexp.c: Likewise.
2005         * tests/test-frexpl.c: Likewise.
2006         * tests/test-fseek.c: Likewise.
2007         * tests/test-fseeko.c: Likewise.
2008         * tests/test-fstatat.c: Likewise.
2009         * tests/test-fstrcmp.c: Likewise.
2010         * tests/test-fsync.c: Likewise.
2011         * tests/test-ftell.c: Likewise.
2012         * tests/test-ftello.c: Likewise.
2013         * tests/test-func.c: Likewise.
2014         * tests/test-futimens.c: Likewise.
2015         * tests/test-fwritable.c: Likewise.
2016         * tests/test-fwriting.c: Likewise.
2017         * tests/test-getcwd.c: Likewise.
2018         * tests/test-getdate.c: Likewise.
2019         * tests/test-getdelim.c: Likewise.
2020         * tests/test-getdtablesize.c: Likewise.
2021         * tests/test-getgroups.c: Likewise.
2022         * tests/test-getline.c: Likewise.
2023         * tests/test-getndelim2.c: Likewise.
2024         * tests/test-glob.c: Likewise.
2025         * tests/test-hash.c: Likewise.
2026         * tests/test-i-ring.c: Likewise.
2027         * tests/test-iconv-utf.c: Likewise.
2028         * tests/test-iconv.c: Likewise.
2029         * tests/test-idpriv-drop.c: Likewise.
2030         * tests/test-idpriv-droptemp.c: Likewise.
2031         * tests/test-inet_ntop.c: Likewise.
2032         * tests/test-inet_pton.c: Likewise.
2033         * tests/test-isblank.c: Likewise.
2034         * tests/test-isfinite.c: Likewise.
2035         * tests/test-isinf.c: Likewise.
2036         * tests/test-isnan.c: Likewise.
2037         * tests/test-isnand.h: Likewise.
2038         * tests/test-isnanf.h: Likewise.
2039         * tests/test-isnanl.h: Likewise.
2040         * tests/test-lchown.c: Likewise.
2041         * tests/test-ldexpl.c: Likewise.
2042         * tests/test-link.c: Likewise.
2043         * tests/test-linkat.c: Likewise.
2044         * tests/test-linked_list.c: Likewise.
2045         * tests/test-linkedhash_list.c: Likewise.
2046         * tests/test-localename.c: Likewise.
2047         * tests/test-lseek.c: Likewise.
2048         * tests/test-lstat.c: Likewise.
2049         * tests/test-mbmemcasecmp.c: Likewise.
2050         * tests/test-mbmemcasecoll.c: Likewise.
2051         * tests/test-mbrtowc.c: Likewise.
2052         * tests/test-mbscasecmp.c: Likewise.
2053         * tests/test-mbscasestr1.c: Likewise.
2054         * tests/test-mbscasestr2.c: Likewise.
2055         * tests/test-mbscasestr3.c: Likewise.
2056         * tests/test-mbscasestr4.c: Likewise.
2057         * tests/test-mbschr.c: Likewise.
2058         * tests/test-mbscspn.c: Likewise.
2059         * tests/test-mbsinit.c: Likewise.
2060         * tests/test-mbsncasecmp.c: Likewise.
2061         * tests/test-mbsnrtowcs.c: Likewise.
2062         * tests/test-mbspbrk.c: Likewise.
2063         * tests/test-mbspcasecmp.c: Likewise.
2064         * tests/test-mbsrchr.c: Likewise.
2065         * tests/test-mbsrtowcs.c: Likewise.
2066         * tests/test-mbsspn.c: Likewise.
2067         * tests/test-mbsstr1.c: Likewise.
2068         * tests/test-mbsstr2.c: Likewise.
2069         * tests/test-mbsstr3.c: Likewise.
2070         * tests/test-memchr.c: Likewise.
2071         * tests/test-memchr2.c: Likewise.
2072         * tests/test-memcmp.c: Likewise.
2073         * tests/test-memmem.c: Likewise.
2074         * tests/test-memrchr.c: Likewise.
2075         * tests/test-mkdir.c: Likewise.
2076         * tests/test-mkdirat.c: Likewise.
2077         * tests/test-mkfifo.c: Likewise.
2078         * tests/test-mkfifoat.c: Likewise.
2079         * tests/test-mknod.c: Likewise.
2080         * tests/test-nanosleep.c: Likewise.
2081         * tests/test-nl_langinfo.c: Likewise.
2082         * tests/test-obstack-printf.c: Likewise.
2083         * tests/test-open.c: Likewise.
2084         * tests/test-openat.c: Likewise.
2085         * tests/test-pipe-filter-gi1.c: Likewise.
2086         * tests/test-pipe-filter-gi2-main.c: Likewise.
2087         * tests/test-pipe-filter-ii1.c: Likewise.
2088         * tests/test-pipe-filter-ii2-main.c: Likewise.
2089         * tests/test-pipe2.c: Likewise.
2090         * tests/test-popen.h: Likewise.
2091         * tests/test-posixtm.c: Likewise.
2092         * tests/test-pread.c: Likewise.
2093         * tests/test-printf-frexp.c: Likewise.
2094         * tests/test-printf-frexpl.c: Likewise.
2095         * tests/test-printf-posix.c: Likewise.
2096         * tests/test-priv-set.c: Likewise.
2097         * tests/test-quotearg.c: Likewise.
2098         * tests/test-random_r.c: Likewise.
2099         * tests/test-rawmemchr.c: Likewise.
2100         * tests/test-rbtree_list.c: Likewise.
2101         * tests/test-rbtree_oset.c: Likewise.
2102         * tests/test-rbtreehash_list.c: Likewise.
2103         * tests/test-readlink.c: Likewise.
2104         * tests/test-remove.c: Likewise.
2105         * tests/test-rename.c: Likewise.
2106         * tests/test-renameat.c: Likewise.
2107         * tests/test-rmdir.c: Likewise.
2108         * tests/test-round1.c: Likewise.
2109         * tests/test-roundf1.c: Likewise.
2110         * tests/test-roundl.c: Likewise.
2111         * tests/test-safe-alloc.c: Likewise.
2112         * tests/test-sameacls.c: Likewise.
2113         * tests/test-set-mode-acl.c: Likewise.
2114         * tests/test-setenv.c: Likewise.
2115         * tests/test-sigaction.c: Likewise.
2116         * tests/test-signbit.c: Likewise.
2117         * tests/test-sleep.c: Likewise.
2118         * tests/test-snprintf-posix.c: Likewise.
2119         * tests/test-snprintf.c: Likewise.
2120         * tests/test-sprintf-posix.c: Likewise.
2121         * tests/test-stat-time.c: Likewise.
2122         * tests/test-stat.c: Likewise.
2123         * tests/test-strcasestr.c: Likewise.
2124         * tests/test-strchrnul.c: Likewise.
2125         * tests/test-strerror.c: Likewise.
2126         * tests/test-striconv.c: Likewise.
2127         * tests/test-striconveh.c: Likewise.
2128         * tests/test-striconveha.c: Likewise.
2129         * tests/test-strsignal.c: Likewise.
2130         * tests/test-strstr.c: Likewise.
2131         * tests/test-strtod.c: Likewise.
2132         * tests/test-strverscmp.c: Likewise.
2133         * tests/test-symlink.c: Likewise.
2134         * tests/test-symlinkat.c: Likewise.
2135         * tests/test-trunc1.c: Likewise.
2136         * tests/test-trunc2.c: Likewise.
2137         * tests/test-truncf1.c: Likewise.
2138         * tests/test-truncf2.c: Likewise.
2139         * tests/test-truncl.c: Likewise.
2140         * tests/test-uname.c: Likewise.
2141         * tests/test-unlink.c: Likewise.
2142         * tests/test-unlinkat.c: Likewise.
2143         * tests/test-unsetenv.c: Likewise.
2144         * tests/test-usleep.c: Likewise.
2145         * tests/test-utimens.c: Likewise.
2146         * tests/test-utimensat.c: Likewise.
2147         * tests/test-vasnprintf-posix.c: Likewise.
2148         * tests/test-vasnprintf-posix2.c: Likewise.
2149         * tests/test-vasnprintf.c: Likewise.
2150         * tests/test-vasprintf-posix.c: Likewise.
2151         * tests/test-vasprintf.c: Likewise.
2152         * tests/test-vdprintf-posix.c: Likewise.
2153         * tests/test-vfprintf-posix.c: Likewise.
2154         * tests/test-vprintf-posix.c: Likewise.
2155         * tests/test-vsnprintf-posix.c: Likewise.
2156         * tests/test-vsnprintf.c: Likewise.
2157         * tests/test-vsprintf-posix.c: Likewise.
2158         * tests/test-wcrtomb.c: Likewise.
2159         * tests/test-wcsnrtombs.c: Likewise.
2160         * tests/test-wcsrtombs.c: Likewise.
2161         * tests/test-wctype.c: Likewise.
2162         * tests/test-wcwidth.c: Likewise.
2163         * tests/test-xfprintf-posix.c: Likewise.
2164         * tests/test-xmemdup0.c: Likewise.
2165         * tests/test-xprintf-posix.c: Likewise.
2166         * tests/test-xvasprintf.c: Likewise.
2167         * tests/unicase/test-locale-language.c: Likewise.
2168         * tests/unicase/test-mapping-part1.h: Likewise.
2169         * tests/unicase/test-predicate-part1.h: Likewise.
2170         * tests/unicase/test-u8-casecmp.c: Likewise.
2171         * tests/unicase/test-u8-casecoll.c: Likewise.
2172         * tests/unicase/test-u8-casefold.c: Likewise.
2173         * tests/unicase/test-u8-is-cased.c: Likewise.
2174         * tests/unicase/test-u8-is-casefolded.c: Likewise.
2175         * tests/unicase/test-u8-is-lowercase.c: Likewise.
2176         * tests/unicase/test-u8-is-titlecase.c: Likewise.
2177         * tests/unicase/test-u8-is-uppercase.c: Likewise.
2178         * tests/unicase/test-u8-tolower.c: Likewise.
2179         * tests/unicase/test-u8-totitle.c: Likewise.
2180         * tests/unicase/test-u8-toupper.c: Likewise.
2181         * tests/unicase/test-u16-casecmp.c: Likewise.
2182         * tests/unicase/test-u16-casecoll.c: Likewise.
2183         * tests/unicase/test-u16-casefold.c: Likewise.
2184         * tests/unicase/test-u16-is-cased.c: Likewise.
2185         * tests/unicase/test-u16-is-casefolded.c: Likewise.
2186         * tests/unicase/test-u16-is-lowercase.c: Likewise.
2187         * tests/unicase/test-u16-is-titlecase.c: Likewise.
2188         * tests/unicase/test-u16-is-uppercase.c: Likewise.
2189         * tests/unicase/test-u16-tolower.c: Likewise.
2190         * tests/unicase/test-u16-totitle.c: Likewise.
2191         * tests/unicase/test-u16-toupper.c: Likewise.
2192         * tests/unicase/test-u32-casecmp.c: Likewise.
2193         * tests/unicase/test-u32-casecoll.c: Likewise.
2194         * tests/unicase/test-u32-casefold.c: Likewise.
2195         * tests/unicase/test-u32-is-cased.c: Likewise.
2196         * tests/unicase/test-u32-is-casefolded.c: Likewise.
2197         * tests/unicase/test-u32-is-lowercase.c: Likewise.
2198         * tests/unicase/test-u32-is-titlecase.c: Likewise.
2199         * tests/unicase/test-u32-is-uppercase.c: Likewise.
2200         * tests/unicase/test-u32-tolower.c: Likewise.
2201         * tests/unicase/test-u32-totitle.c: Likewise.
2202         * tests/unicase/test-u32-toupper.c: Likewise.
2203         * tests/unicase/test-ulc-casecmp.c: Likewise.
2204         * tests/unicase/test-ulc-casecoll.c: Likewise.
2205         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2206         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
2207         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2208         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2209         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
2210         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
2211         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2212         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2213         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2214         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
2215         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2216         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2217         * tests/unictype/test-bidi_byname.c: Likewise.
2218         * tests/unictype/test-bidi_name.c: Likewise.
2219         * tests/unictype/test-bidi_of.c: Likewise.
2220         * tests/unictype/test-bidi_test.c: Likewise.
2221         * tests/unictype/test-block_list.c: Likewise.
2222         * tests/unictype/test-block_of.c: Likewise.
2223         * tests/unictype/test-block_test.c: Likewise.
2224         * tests/unictype/test-categ_and.c: Likewise.
2225         * tests/unictype/test-categ_and_not.c: Likewise.
2226         * tests/unictype/test-categ_byname.c: Likewise.
2227         * tests/unictype/test-categ_name.c: Likewise.
2228         * tests/unictype/test-categ_none.c: Likewise.
2229         * tests/unictype/test-categ_of.c: Likewise.
2230         * tests/unictype/test-categ_or.c: Likewise.
2231         * tests/unictype/test-categ_test_withtable.c: Likewise.
2232         * tests/unictype/test-combining.c: Likewise.
2233         * tests/unictype/test-decdigit.c: Likewise.
2234         * tests/unictype/test-digit.c: Likewise.
2235         * tests/unictype/test-mirror.c: Likewise.
2236         * tests/unictype/test-numeric.c: Likewise.
2237         * tests/unictype/test-pr_byname.c: Likewise.
2238         * tests/unictype/test-pr_test.c: Likewise.
2239         * tests/unictype/test-predicate-part1.h: Likewise.
2240         * tests/unictype/test-scripts.c: Likewise.
2241         * tests/unictype/test-sy_c_ident.c: Likewise.
2242         * tests/unictype/test-sy_java_ident.c: Likewise.
2243         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
2244         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
2245         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
2246         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
2247         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
2248         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
2249         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
2250         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
2251         * tests/uninorm/test-canonical-decomposition.c: Likewise.
2252         * tests/uninorm/test-compat-decomposition.c: Likewise.
2253         * tests/uninorm/test-composition.c: Likewise.
2254         * tests/uninorm/test-decomposing-form.c: Likewise.
2255         * tests/uninorm/test-decomposition.c: Likewise.
2256         * tests/uninorm/test-u8-nfc.c: Likewise.
2257         * tests/uninorm/test-u8-nfd.c: Likewise.
2258         * tests/uninorm/test-u8-nfkc.c: Likewise.
2259         * tests/uninorm/test-u8-nfkd.c: Likewise.
2260         * tests/uninorm/test-u8-normcmp.c: Likewise.
2261         * tests/uninorm/test-u8-normcoll.c: Likewise.
2262         * tests/uninorm/test-u16-nfc.c: Likewise.
2263         * tests/uninorm/test-u16-nfd.c: Likewise.
2264         * tests/uninorm/test-u16-nfkc.c: Likewise.
2265         * tests/uninorm/test-u16-nfkd.c: Likewise.
2266         * tests/uninorm/test-u16-normcmp.c: Likewise.
2267         * tests/uninorm/test-u16-normcoll.c: Likewise.
2268         * tests/uninorm/test-u32-nfc.c: Likewise.
2269         * tests/uninorm/test-u32-nfd.c: Likewise.
2270         * tests/uninorm/test-u32-nfkc.c: Likewise.
2271         * tests/uninorm/test-u32-nfkd.c: Likewise.
2272         * tests/uninorm/test-u32-normalize-big.c: Likewise.
2273         * tests/uninorm/test-u32-normcmp.c: Likewise.
2274         * tests/uninorm/test-u32-normcoll.c: Likewise.
2275         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
2276         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
2277         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
2278         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
2279         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
2280         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
2281         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
2282         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
2283         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
2284         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
2285         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
2286         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
2287         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
2288         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
2289         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
2290         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
2291         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
2292         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
2293         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
2294         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
2295         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
2296         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
2297         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
2298         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
2299         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
2300         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
2301         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
2302         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
2303         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
2304         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
2305         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
2306         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
2307         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
2308         * tests/uniwidth/test-u8-strwidth.c: Likewise.
2309         * tests/uniwidth/test-u8-width.c: Likewise.
2310         * tests/uniwidth/test-u16-strwidth.c: Likewise.
2311         * tests/uniwidth/test-u16-width.c: Likewise.
2312         * tests/uniwidth/test-u32-strwidth.c: Likewise.
2313         * tests/uniwidth/test-u32-width.c: Likewise.
2314         * tests/uniwidth/test-uc_width.c: Likewise.
2315         * tests/uniwidth/test-uc_width2.c: Likewise.
2316         * modules/acl-tests (Files): Add tests/macros.h.
2317         * modules/areadlink-tests (Files): Likewise.
2318         * modules/areadlink-with-size-tests (Files): Likewise.
2319         * modules/areadlinkat-tests (Files): Likewise.
2320         * modules/areadlinkat-with-size-tests (Files): Likewise.
2321         * modules/argmatch-tests (Files): Likewise.
2322         * modules/argv-iter-tests (Files): Likewise.
2323         * modules/array-list-tests (Files): Likewise.
2324         * modules/array-mergesort-tests (Files): Likewise.
2325         * modules/array-oset-tests (Files): Likewise.
2326         * modules/avltree-list-tests (Files): Likewise.
2327         * modules/avltree-oset-tests (Files): Likewise.
2328         * modules/avltreehash-list-tests (Files): Likewise.
2329         * modules/base64-tests (Files): Likewise.
2330         * modules/binary-io-tests (Files): Likewise.
2331         * modules/bitrotate-tests (Files): Likewise.
2332         * modules/btowc-tests (Files): Likewise.
2333         * modules/byteswap-tests (Files): Likewise.
2334         * modules/c-ctype-tests (Files): Likewise.
2335         * modules/c-stack-tests (Files): Likewise.
2336         * modules/c-strcase-tests (Files): Likewise.
2337         * modules/c-strcasestr-tests (Files): Likewise.
2338         * modules/c-strstr-tests (Files): Likewise.
2339         * modules/canonicalize-lgpl-tests (Files): Likewise.
2340         * modules/canonicalize-tests (Files): Likewise.
2341         * modules/carray-list-tests (Files): Likewise.
2342         * modules/ceilf-tests (Files): Likewise.
2343         * modules/ceill-tests (Files): Likewise.
2344         * modules/chown-tests (Files): Likewise.
2345         * modules/cloexec-tests (Files): Likewise.
2346         * modules/copy-file-tests (Files): Likewise.
2347         * modules/count-one-bits-tests (Files): Likewise.
2348         * modules/dprintf-posix-tests (Files): Likewise.
2349         * modules/dup2-tests (Files): Likewise.
2350         * modules/dup3-tests (Files): Likewise.
2351         * modules/duplocale-tests (Files): Likewise.
2352         * modules/fbufmode-tests (Files): Likewise.
2353         * modules/fchdir-tests (Files): Likewise.
2354         * modules/fcntl-safer-tests (Files): Likewise.
2355         * modules/fcntl-tests (Files): Likewise.
2356         * modules/fdopendir-tests (Files): Likewise.
2357         * modules/fdutimensat-tests (Files): Likewise.
2358         * modules/fflush-tests (Files): Likewise.
2359         * modules/filevercmp-tests (Files): Likewise.
2360         * modules/flock-tests (Files): Likewise.
2361         * modules/floorf-tests (Files): Likewise.
2362         * modules/floorl-tests (Files): Likewise.
2363         * modules/fnmatch-tests (Files): Likewise.
2364         * modules/fopen-safer-tests (Files): Likewise.
2365         * modules/fopen-tests (Files): Likewise.
2366         * modules/fpending-tests (Files): Likewise.
2367         * modules/fprintf-posix-tests (Files): Likewise.
2368         * modules/fpurge-tests (Files): Likewise.
2369         * modules/freadable-tests (Files): Likewise.
2370         * modules/freadahead-tests (Files): Likewise.
2371         * modules/freading-tests (Files): Likewise.
2372         * modules/freadptr-tests (Files): Likewise.
2373         * modules/freadseek-tests (Files): Likewise.
2374         * modules/freopen-tests (Files): Likewise.
2375         * modules/frexp-nolibm-tests (Files): Likewise.
2376         * modules/frexp-tests (Files): Likewise.
2377         * modules/frexpl-nolibm-tests (Files): Likewise.
2378         * modules/frexpl-tests (Files): Likewise.
2379         * modules/fseek-tests (Files): Likewise.
2380         * modules/fseeko-tests (Files): Likewise.
2381         * modules/fstrcmp-tests (Files): Likewise.
2382         * modules/fsync-tests (Files): Likewise.
2383         * modules/ftell-tests (Files): Likewise.
2384         * modules/ftello-tests (Files): Likewise.
2385         * modules/func-tests (Files): Likewise.
2386         * modules/futimens-tests (Files): Likewise.
2387         * modules/fwritable-tests (Files): Likewise.
2388         * modules/fwriting-tests (Files): Likewise.
2389         * modules/getcwd-tests (Files): Likewise.
2390         * modules/getdate-tests (Files): Likewise.
2391         * modules/getdelim-tests (Files): Likewise.
2392         * modules/getdtablesize-tests (Files): Likewise.
2393         * modules/getgroups-tests (Files): Likewise.
2394         * modules/getline-tests (Files): Likewise.
2395         * modules/getndelim2-tests (Files): Likewise.
2396         * modules/glob-tests (Files): Likewise.
2397         * modules/hash-tests (Files): Likewise.
2398         * modules/i-ring-tests (Files): Likewise.
2399         * modules/iconv-tests (Files): Likewise.
2400         * modules/iconv_open-utf-tests (Files): Likewise.
2401         * modules/idpriv-drop-tests (Files): Likewise.
2402         * modules/idpriv-droptemp-tests (Files): Likewise.
2403         * modules/inet_ntop-tests (Files): Likewise.
2404         * modules/inet_pton-tests (Files): Likewise.
2405         * modules/isblank-tests (Files): Likewise.
2406         * modules/isfinite-tests (Files): Likewise.
2407         * modules/isinf-tests (Files): Likewise.
2408         * modules/isnan-tests (Files): Likewise.
2409         * modules/isnand-nolibm-tests (Files): Likewise.
2410         * modules/isnand-tests (Files): Likewise.
2411         * modules/isnanf-nolibm-tests (Files): Likewise.
2412         * modules/isnanf-tests (Files): Likewise.
2413         * modules/isnanl-nolibm-tests (Files): Likewise.
2414         * modules/isnanl-tests (Files): Likewise.
2415         * modules/lchown-tests (Files): Likewise.
2416         * modules/ldexpl-tests (Files): Likewise.
2417         * modules/link-tests (Files): Likewise.
2418         * modules/linkat-tests (Files): Likewise.
2419         * modules/linked-list-tests (Files): Likewise.
2420         * modules/linkedhash-list-tests (Files): Likewise.
2421         * modules/localename-tests (Files): Likewise.
2422         * modules/lseek-tests (Files): Likewise.
2423         * modules/lstat-tests (Files): Likewise.
2424         * modules/mbmemcasecmp-tests (Files): Likewise.
2425         * modules/mbmemcasecoll-tests (Files): Likewise.
2426         * modules/mbrtowc-tests (Files): Likewise.
2427         * modules/mbscasecmp-tests (Files): Likewise.
2428         * modules/mbscasestr-tests (Files): Likewise.
2429         * modules/mbschr-tests (Files): Likewise.
2430         * modules/mbscspn-tests (Files): Likewise.
2431         * modules/mbsinit-tests (Files): Likewise.
2432         * modules/mbsncasecmp-tests (Files): Likewise.
2433         * modules/mbsnrtowcs-tests (Files): Likewise.
2434         * modules/mbspbrk-tests (Files): Likewise.
2435         * modules/mbspcasecmp-tests (Files): Likewise.
2436         * modules/mbsrchr-tests (Files): Likewise.
2437         * modules/mbsrtowcs-tests (Files): Likewise.
2438         * modules/mbsspn-tests (Files): Likewise.
2439         * modules/mbsstr-tests (Files): Likewise.
2440         * modules/memchr-tests (Files): Likewise.
2441         * modules/memchr2-tests (Files): Likewise.
2442         * modules/memcmp-tests (Files): Likewise.
2443         * modules/memmem-tests (Files): Likewise.
2444         * modules/memrchr-tests (Files): Likewise.
2445         * modules/mkdir-tests (Files): Likewise.
2446         * modules/mkfifo-tests (Files): Likewise.
2447         * modules/mkfifoat-tests (Files): Likewise.
2448         * modules/mknod-tests (Files): Likewise.
2449         * modules/nanosleep-tests (Files): Likewise.
2450         * modules/nl_langinfo-tests (Files): Likewise.
2451         * modules/obstack-printf-tests (Files): Likewise.
2452         * modules/open-tests (Files): Likewise.
2453         * modules/openat-tests (Files): Likewise.
2454         * modules/pipe-filter-gi-tests (Files): Likewise.
2455         * modules/pipe-filter-ii-tests (Files): Likewise.
2456         * modules/pipe2-tests (Files): Likewise.
2457         * modules/popen-safer-tests (Files): Likewise.
2458         * modules/popen-tests (Files): Likewise.
2459         * modules/posixtm-tests (Files): Likewise.
2460         * modules/pread-tests (Files): Likewise.
2461         * modules/printf-frexp-tests (Files): Likewise.
2462         * modules/printf-frexpl-tests (Files): Likewise.
2463         * modules/printf-posix-tests (Files): Likewise.
2464         * modules/priv-set-tests (Files): Likewise.
2465         * modules/quotearg-tests (Files): Likewise.
2466         * modules/random_r-tests (Files): Likewise.
2467         * modules/rawmemchr-tests (Files): Likewise.
2468         * modules/rbtree-list-tests (Files): Likewise.
2469         * modules/rbtree-oset-tests (Files): Likewise.
2470         * modules/rbtreehash-list-tests (Files): Likewise.
2471         * modules/readlink-tests (Files): Likewise.
2472         * modules/remove-tests (Files): Likewise.
2473         * modules/rename-tests (Files): Likewise.
2474         * modules/renameat-tests (Files): Likewise.
2475         * modules/rmdir-tests (Files): Likewise.
2476         * modules/round-tests (Files): Likewise.
2477         * modules/roundf-tests (Files): Likewise.
2478         * modules/roundl-tests (Files): Likewise.
2479         * modules/safe-alloc-tests (Files): Likewise.
2480         * modules/setenv-tests (Files): Likewise.
2481         * modules/sigaction-tests (Files): Likewise.
2482         * modules/signbit-tests (Files): Likewise.
2483         * modules/sleep-tests (Files): Likewise.
2484         * modules/snprintf-posix-tests (Files): Likewise.
2485         * modules/snprintf-tests (Files): Likewise.
2486         * modules/sprintf-posix-tests (Files): Likewise.
2487         * modules/stat-tests (Files): Likewise.
2488         * modules/stat-time-tests (Files): Likewise.
2489         * modules/strcasestr-tests (Files): Likewise.
2490         * modules/strchrnul-tests (Files): Likewise.
2491         * modules/strerror-tests (Files): Likewise.
2492         * modules/striconv-tests (Files): Likewise.
2493         * modules/striconveh-tests (Files): Likewise.
2494         * modules/striconveha-tests (Files): Likewise.
2495         * modules/strsignal-tests (Files): Likewise.
2496         * modules/strstr-tests (Files): Likewise.
2497         * modules/strtod-tests (Files): Likewise.
2498         * modules/strverscmp-tests (Files): Likewise.
2499         * modules/symlink-tests (Files): Likewise.
2500         * modules/symlinkat-tests (Files): Likewise.
2501         * modules/trunc-tests (Files): Likewise.
2502         * modules/truncf-tests (Files): Likewise.
2503         * modules/truncl-tests (Files): Likewise.
2504         * modules/uname-tests (Files): Likewise.
2505         * modules/unicase/cased-tests (Files): Likewise.
2506         * modules/unicase/ignorable-tests (Files): Likewise.
2507         * modules/unicase/locale-language-tests (Files): Likewise.
2508         * modules/unicase/tolower-tests (Files): Likewise.
2509         * modules/unicase/totitle-tests (Files): Likewise.
2510         * modules/unicase/toupper-tests (Files): Likewise.
2511         * modules/unicase/u8-casecmp-tests (Files): Likewise.
2512         * modules/unicase/u8-casecoll-tests (Files): Likewise.
2513         * modules/unicase/u8-casefold-tests (Files): Likewise.
2514         * modules/unicase/u8-is-cased-tests (Files): Likewise.
2515         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
2516         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
2517         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
2518         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
2519         * modules/unicase/u8-tolower-tests (Files): Likewise.
2520         * modules/unicase/u8-totitle-tests (Files): Likewise.
2521         * modules/unicase/u8-toupper-tests (Files): Likewise.
2522         * modules/unicase/u16-casecmp-tests (Files): Likewise.
2523         * modules/unicase/u16-casecoll-tests (Files): Likewise.
2524         * modules/unicase/u16-casefold-tests (Files): Likewise.
2525         * modules/unicase/u16-is-cased-tests (Files): Likewise.
2526         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
2527         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
2528         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
2529         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
2530         * modules/unicase/u16-tolower-tests (Files): Likewise.
2531         * modules/unicase/u16-totitle-tests (Files): Likewise.
2532         * modules/unicase/u16-toupper-tests (Files): Likewise.
2533         * modules/unicase/u32-casecmp-tests (Files): Likewise.
2534         * modules/unicase/u32-casecoll-tests (Files): Likewise.
2535         * modules/unicase/u32-casefold-tests (Files): Likewise.
2536         * modules/unicase/u32-is-cased-tests (Files): Likewise.
2537         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
2538         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
2539         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
2540         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
2541         * modules/unicase/u32-tolower-tests (Files): Likewise.
2542         * modules/unicase/u32-totitle-tests (Files): Likewise.
2543         * modules/unicase/u32-toupper-tests (Files): Likewise.
2544         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
2545         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
2546         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
2547         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
2548         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
2549         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
2550         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
2551         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
2552         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
2553         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
2554         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
2555         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
2556         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
2557         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
2558         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
2559         * modules/unictype/bidicategory-name-tests (Files): Likewise.
2560         * modules/unictype/bidicategory-of-tests (Files): Likewise.
2561         * modules/unictype/bidicategory-test-tests (Files): Likewise.
2562         * modules/unictype/block-list-tests (Files): Likewise.
2563         * modules/unictype/block-of-tests (Files): Likewise.
2564         * modules/unictype/block-test-tests (Files): Likewise.
2565         * modules/unictype/category-C-tests (Files): Likewise.
2566         * modules/unictype/category-Cc-tests (Files): Likewise.
2567         * modules/unictype/category-Cf-tests (Files): Likewise.
2568         * modules/unictype/category-Cn-tests (Files): Likewise.
2569         * modules/unictype/category-Co-tests (Files): Likewise.
2570         * modules/unictype/category-Cs-tests (Files): Likewise.
2571         * modules/unictype/category-L-tests (Files): Likewise.
2572         * modules/unictype/category-Ll-tests (Files): Likewise.
2573         * modules/unictype/category-Lm-tests (Files): Likewise.
2574         * modules/unictype/category-Lo-tests (Files): Likewise.
2575         * modules/unictype/category-Lt-tests (Files): Likewise.
2576         * modules/unictype/category-Lu-tests (Files): Likewise.
2577         * modules/unictype/category-M-tests (Files): Likewise.
2578         * modules/unictype/category-Mc-tests (Files): Likewise.
2579         * modules/unictype/category-Me-tests (Files): Likewise.
2580         * modules/unictype/category-Mn-tests (Files): Likewise.
2581         * modules/unictype/category-N-tests (Files): Likewise.
2582         * modules/unictype/category-Nd-tests (Files): Likewise.
2583         * modules/unictype/category-Nl-tests (Files): Likewise.
2584         * modules/unictype/category-No-tests (Files): Likewise.
2585         * modules/unictype/category-P-tests (Files): Likewise.
2586         * modules/unictype/category-Pc-tests (Files): Likewise.
2587         * modules/unictype/category-Pd-tests (Files): Likewise.
2588         * modules/unictype/category-Pe-tests (Files): Likewise.
2589         * modules/unictype/category-Pf-tests (Files): Likewise.
2590         * modules/unictype/category-Pi-tests (Files): Likewise.
2591         * modules/unictype/category-Po-tests (Files): Likewise.
2592         * modules/unictype/category-Ps-tests (Files): Likewise.
2593         * modules/unictype/category-S-tests (Files): Likewise.
2594         * modules/unictype/category-Sc-tests (Files): Likewise.
2595         * modules/unictype/category-Sk-tests (Files): Likewise.
2596         * modules/unictype/category-Sm-tests (Files): Likewise.
2597         * modules/unictype/category-So-tests (Files): Likewise.
2598         * modules/unictype/category-Z-tests (Files): Likewise.
2599         * modules/unictype/category-Zl-tests (Files): Likewise.
2600         * modules/unictype/category-Zp-tests (Files): Likewise.
2601         * modules/unictype/category-Zs-tests (Files): Likewise.
2602         * modules/unictype/category-and-not-tests (Files): Likewise.
2603         * modules/unictype/category-and-tests (Files): Likewise.
2604         * modules/unictype/category-byname-tests (Files): Likewise.
2605         * modules/unictype/category-name-tests (Files): Likewise.
2606         * modules/unictype/category-none-tests (Files): Likewise.
2607         * modules/unictype/category-of-tests (Files): Likewise.
2608         * modules/unictype/category-or-tests (Files): Likewise.
2609         * modules/unictype/category-test-withtable-tests (Files): Likewise.
2610         * modules/unictype/combining-class-tests (Files): Likewise.
2611         * modules/unictype/ctype-alnum-tests (Files): Likewise.
2612         * modules/unictype/ctype-alpha-tests (Files): Likewise.
2613         * modules/unictype/ctype-blank-tests (Files): Likewise.
2614         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
2615         * modules/unictype/ctype-digit-tests (Files): Likewise.
2616         * modules/unictype/ctype-graph-tests (Files): Likewise.
2617         * modules/unictype/ctype-lower-tests (Files): Likewise.
2618         * modules/unictype/ctype-print-tests (Files): Likewise.
2619         * modules/unictype/ctype-punct-tests (Files): Likewise.
2620         * modules/unictype/ctype-space-tests (Files): Likewise.
2621         * modules/unictype/ctype-upper-tests (Files): Likewise.
2622         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
2623         * modules/unictype/decimal-digit-tests (Files): Likewise.
2624         * modules/unictype/digit-tests (Files): Likewise.
2625         * modules/unictype/mirror-tests (Files): Likewise.
2626         * modules/unictype/numeric-tests (Files): Likewise.
2627         * modules/unictype/property-alphabetic-tests (Files): Likewise.
2628         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
2629         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
2630         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
2631         Likewise.
2632         * modules/unictype/property-bidi-block-separator-tests (Files):
2633         Likewise.
2634         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
2635         Likewise.
2636         * modules/unictype/property-bidi-common-separator-tests (Files):
2637         Likewise.
2638         * modules/unictype/property-bidi-control-tests (Files): Likewise.
2639         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
2640         Likewise.
2641         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
2642         Likewise.
2643         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
2644         Likewise.
2645         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
2646         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
2647         Likewise.
2648         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
2649         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
2650         Likewise.
2651         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
2652         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
2653         * modules/unictype/property-bidi-segment-separator-tests (Files):
2654         Likewise.
2655         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
2656         * modules/unictype/property-byname-tests (Files): Likewise.
2657         * modules/unictype/property-combining-tests (Files): Likewise.
2658         * modules/unictype/property-composite-tests (Files): Likewise.
2659         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
2660         * modules/unictype/property-dash-tests (Files): Likewise.
2661         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
2662         * modules/unictype/property-default-ignorable-code-point-tests (Files):
2663         Likewise.
2664         * modules/unictype/property-deprecated-tests (Files): Likewise.
2665         * modules/unictype/property-diacritic-tests (Files): Likewise.
2666         * modules/unictype/property-extender-tests (Files): Likewise.
2667         * modules/unictype/property-format-control-tests (Files): Likewise.
2668         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
2669         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
2670         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
2671         * modules/unictype/property-hex-digit-tests (Files): Likewise.
2672         * modules/unictype/property-hyphen-tests (Files): Likewise.
2673         * modules/unictype/property-id-continue-tests (Files): Likewise.
2674         * modules/unictype/property-id-start-tests (Files): Likewise.
2675         * modules/unictype/property-ideographic-tests (Files): Likewise.
2676         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
2677         * modules/unictype/property-ids-trinary-operator-tests (Files):
2678         Likewise.
2679         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
2680         * modules/unictype/property-iso-control-tests (Files): Likewise.
2681         * modules/unictype/property-join-control-tests (Files): Likewise.
2682         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
2683         * modules/unictype/property-line-separator-tests (Files): Likewise.
2684         * modules/unictype/property-logical-order-exception-tests (Files):
2685         Likewise.
2686         * modules/unictype/property-lowercase-tests (Files): Likewise.
2687         * modules/unictype/property-math-tests (Files): Likewise.
2688         * modules/unictype/property-non-break-tests (Files): Likewise.
2689         * modules/unictype/property-not-a-character-tests (Files): Likewise.
2690         * modules/unictype/property-numeric-tests (Files): Likewise.
2691         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
2692         * modules/unictype/property-other-default-ignorable-code-point-tests
2693         (Files): Likewise.
2694         * modules/unictype/property-other-grapheme-extend-tests (Files):
2695         Likewise.
2696         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
2697         * modules/unictype/property-other-id-start-tests (Files): Likewise.
2698         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
2699         * modules/unictype/property-other-math-tests (Files): Likewise.
2700         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
2701         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
2702         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
2703         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
2704         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
2705         * modules/unictype/property-private-use-tests (Files): Likewise.
2706         * modules/unictype/property-punctuation-tests (Files): Likewise.
2707         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
2708         * modules/unictype/property-radical-tests (Files): Likewise.
2709         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
2710         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
2711         * modules/unictype/property-space-tests (Files): Likewise.
2712         * modules/unictype/property-terminal-punctuation-tests (Files):
2713         Likewise.
2714         * modules/unictype/property-test-tests (Files): Likewise.
2715         * modules/unictype/property-titlecase-tests (Files): Likewise.
2716         * modules/unictype/property-unassigned-code-value-tests (Files):
2717         Likewise.
2718         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
2719         * modules/unictype/property-uppercase-tests (Files): Likewise.
2720         * modules/unictype/property-variation-selector-tests (Files): Likewise.
2721         * modules/unictype/property-white-space-tests (Files): Likewise.
2722         * modules/unictype/property-xid-continue-tests (Files): Likewise.
2723         * modules/unictype/property-xid-start-tests (Files): Likewise.
2724         * modules/unictype/property-zero-width-tests (Files): Likewise.
2725         * modules/unictype/scripts-tests (Files): Likewise.
2726         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
2727         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
2728         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
2729         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
2730         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
2731         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
2732         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
2733         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
2734         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
2735         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
2736         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
2737         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
2738         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
2739         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
2740         * modules/uninorm/composition-tests (Files): Likewise.
2741         * modules/uninorm/decomposing-form-tests (Files): Likewise.
2742         * modules/uninorm/decomposition-tests (Files): Likewise.
2743         * modules/uninorm/filter-tests (Files): Likewise.
2744         * modules/uninorm/nfc-tests (Files): Likewise.
2745         * modules/uninorm/nfd-tests (Files): Likewise.
2746         * modules/uninorm/nfkc-tests (Files): Likewise.
2747         * modules/uninorm/nfkd-tests (Files): Likewise.
2748         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
2749         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
2750         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
2751         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
2752         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
2753         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
2754         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
2755         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2756         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
2757         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
2758         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
2759         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
2760         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2761         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
2762         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
2763         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
2764         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
2765         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2766         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
2767         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
2768         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
2769         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
2770         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2771         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
2772         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
2773         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
2774         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
2775         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
2776         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
2777         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
2778         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
2779         * modules/uniwidth/u8-width-tests (Files): Likewise.
2780         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
2781         * modules/uniwidth/u16-width-tests (Files): Likewise.
2782         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
2783         * modules/uniwidth/u32-width-tests (Files): Likewise.
2784         * modules/uniwidth/width-tests (Files): Likewise.
2785         * modules/unlink-tests (Files): Likewise.
2786         * modules/unsetenv-tests (Files): Likewise.
2787         * modules/usleep-tests (Files): Likewise.
2788         * modules/utimens-tests (Files): Likewise.
2789         * modules/utimensat-tests (Files): Likewise.
2790         * modules/vasnprintf-posix-tests (Files): Likewise.
2791         * modules/vasnprintf-tests (Files): Likewise.
2792         * modules/vasprintf-posix-tests (Files): Likewise.
2793         * modules/vasprintf-tests (Files): Likewise.
2794         * modules/vdprintf-posix-tests (Files): Likewise.
2795         * modules/vfprintf-posix-tests (Files): Likewise.
2796         * modules/vprintf-posix-tests (Files): Likewise.
2797         * modules/vsnprintf-posix-tests (Files): Likewise.
2798         * modules/vsnprintf-tests (Files): Likewise.
2799         * modules/vsprintf-posix-tests (Files): Likewise.
2800         * modules/wcrtomb-tests (Files): Likewise.
2801         * modules/wcsnrtombs-tests (Files): Likewise.
2802         * modules/wcsrtombs-tests (Files): Likewise.
2803         * modules/wctype-tests (Files): Likewise.
2804         * modules/wcwidth-tests (Files): Likewise.
2805         * modules/xmemdup0-tests (Files): Likewise.
2806         * modules/xprintf-posix-tests (Files): Likewise.
2807         * modules/xvasprintf-tests (Files): Likewise.
2808
2809 2009-12-24  Eric Blake  <ebb9@byu.net>
2810
2811         test-nanosleep: fix typo
2812         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
2813         patch.
2814         Reported by Bruno Haible.
2815
2816 2009-12-24  Bruno Haible  <bruno@clisp.org>
2817
2818         Reduce namespace pollution on glibc systems.
2819         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
2820         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
2821         systems.
2822         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
2823         <getopt.h> on glibc systems.
2824         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
2825         systems.
2826         * lib/fcntl.c: Include <unistd.h> here instead.
2827
2828 2009-12-24  Bruno Haible  <bruno@clisp.org>
2829
2830         * lib/stdlib.in.h (includes): Fix typo in today's commit.
2831
2832 2009-12-24  Eric Blake  <ebb9@byu.net>
2833
2834         tests: add signature checks
2835         * tests/signature.h (SIGNATURE_CHECK): New file.
2836         * modules/atexit-tests (Files): Use it.
2837         * modules/btowc-tests (Files): Likewise.
2838         * modules/canonicalize-lgpl-tests (Files): Likewise.
2839         * modules/ceilf-tests (Files): Likewise.
2840         * modules/ceill-tests (Files): Likewise.
2841         * modules/chown-tests (Files): Likewise.
2842         * modules/dprintf-posix-tests (Files): Likewise.
2843         * modules/dup2-tests (Files): Likewise.
2844         * modules/dup3-tests (Files): Likewise.
2845         * modules/duplocale-tests (Files): Likewise.
2846         * modules/fchdir-tests (Files): Likewise.
2847         * modules/fcntl-tests (Files): Likewise.
2848         * modules/fdopendir-tests (Files): Likewise.
2849         * modules/fflush-tests (Files): Likewise.
2850         * modules/flock-tests (Files): Likewise.
2851         * modules/floorf-tests (Files): Likewise.
2852         * modules/floorl-tests (Files): Likewise.
2853         * modules/fnmatch-tests (Files): Likewise.
2854         * modules/fopen-tests (Files): Likewise.
2855         * modules/fprintf-posix-tests (Files): Likewise.
2856         * modules/freopen-tests (Files): Likewise.
2857         * modules/frexp-nolibm-tests (Files): Likewise.
2858         * modules/frexp-tests (Files): Likewise.
2859         * modules/frexpl-nolibm-tests (Files): Likewise.
2860         * modules/frexpl-tests (Files): Likewise.
2861         * modules/fseek-tests (Files): Likewise.
2862         * modules/fseeko-tests (Files): Likewise.
2863         * modules/fsync-tests (Files): Likewise.
2864         * modules/ftell-tests (Files): Likewise.
2865         * modules/ftello-tests (Files): Likewise.
2866         * modules/futimens-tests (Files): Likewise.
2867         * modules/getaddrinfo-tests (Files): Likewise.
2868         * modules/getcwd-tests (Files): Likewise.
2869         * modules/getdelim-tests (Files): Likewise.
2870         * modules/getdtablesize-tests (Files): Likewise.
2871         * modules/getgroups-tests (Files): Likewise.
2872         * modules/gethostname-tests (Files): Likewise.
2873         * modules/getline-tests (Files): Likewise.
2874         * modules/getopt-posix-tests (Files): Likewise.
2875         * modules/gettimeofday-tests (Files): Likewise.
2876         * modules/glob-tests (Files): Likewise.
2877         * modules/iconv-tests (Files): Likewise.
2878         * modules/inet_ntop-tests (Files): Likewise.
2879         * modules/inet_pton-tests (Files): Likewise.
2880         * modules/isblank-tests (Files): Likewise.
2881         * modules/lchown-tests (Files): Likewise.
2882         * modules/ldexpl-tests (Files): Likewise.
2883         * modules/link-tests (Files): Likewise.
2884         * modules/linkat-tests (Files): Likewise.
2885         * modules/lseek-tests (Files): Likewise.
2886         * modules/lstat-tests (Files): Likewise.
2887         * modules/mbrtowc-tests (Files): Likewise.
2888         * modules/mbsinit-tests (Files): Likewise.
2889         * modules/mbsnrtowcs-tests (Files): Likewise.
2890         * modules/mbsrtowcs-tests (Files): Likewise.
2891         * modules/memchr-tests (Files): Likewise.
2892         * modules/memcmp-tests (Files): Likewise.
2893         * modules/memmem-tests (Files): Likewise.
2894         * modules/memrchr-tests (Files): Likewise.
2895         * modules/mkdir-tests (Files): Likewise.
2896         * modules/mkfifo-tests (Files): Likewise.
2897         * modules/mkfifoat-tests (Files): Likewise.
2898         * modules/mknod-tests (Files): Likewise.
2899         * modules/nanosleep-tests (Files): Likewise.
2900         * modules/nl_langinfo-tests (Files): Likewise.
2901         * modules/obstack-printf-tests (Files): Likewise.
2902         * modules/open-tests (Files): Likewise.
2903         * modules/openat-tests (Files): Likewise.
2904         * modules/perror-tests (Files): Likewise.
2905         * modules/pipe2-tests (Files): Likewise.
2906         * modules/poll-tests (Files): Likewise.
2907         * modules/popen-tests (Files): Likewise.
2908         * modules/posix_spawn-tests (Files): Likewise.
2909         * modules/posix_spawnp-tests (Files): Likewise.
2910         * modules/pread-tests (Files): Likewise.
2911         * modules/printf-posix-tests (Files): Likewise.
2912         * modules/pty-tests (Files): Likewise.
2913         * modules/random_r-tests (Files): Likewise.
2914         * modules/rawmemchr-tests (Files): Likewise.
2915         * modules/readlink-tests (Files): Likewise.
2916         * modules/remove-tests (Files): Likewise.
2917         * modules/rename-tests (Files): Likewise.
2918         * modules/renameat-tests (Files): Likewise.
2919         * modules/rmdir-tests (Files): Likewise.
2920         * modules/round-tests (Files): Likewise.
2921         * modules/roundf-tests (Files): Likewise.
2922         * modules/roundl-tests (Files): Likewise.
2923         * modules/select-tests (Files): Likewise.
2924         * modules/setenv-tests (Files): Likewise.
2925         * modules/sigaction-tests (Files): Likewise.
2926         * modules/sleep-tests (Files): Likewise.
2927         * modules/snprintf-posix-tests (Files): Likewise.
2928         * modules/snprintf-tests (Files): Likewise.
2929         * modules/sprintf-posix-tests (Files): Likewise.
2930         * modules/stat-tests (Files): Likewise.
2931         * modules/strcasestr-tests (Files): Likewise.
2932         * modules/strchrnul-tests (Files): Likewise.
2933         * modules/strerror-tests (Files): Likewise.
2934         * modules/strsignal-tests (Files): Likewise.
2935         * modules/strstr-tests (Files): Likewise.
2936         * modules/strtod-tests (Files): Likewise.
2937         * modules/strverscmp-tests (Files): Likewise.
2938         * modules/symlink-tests (Files): Likewise.
2939         * modules/symlinkat-tests (Files): Likewise.
2940         * modules/times-tests (Files): Likewise.
2941         * modules/trunc-tests (Files): Likewise.
2942         * modules/truncf-tests (Files): Likewise.
2943         * modules/truncl-tests (Files): Likewise.
2944         * modules/tsearch-tests (Files): Likewise.
2945         * modules/uname-tests (Files): Likewise.
2946         * modules/unlink-tests (Files): Likewise.
2947         * modules/unsetenv-tests (Files): Likewise.
2948         * modules/usleep-tests (Files): Likewise.
2949         * modules/utimensat-tests (Files): Likewise.
2950         * modules/vasprintf-tests (Files): Likewise.
2951         * modules/vdprintf-posix-tests (Files): Likewise.
2952         * modules/vfprintf-posix-tests (Files): Likewise.
2953         * modules/vprintf-posix-tests (Files): Likewise.
2954         * modules/vsnprintf-posix-tests (Files): Likewise.
2955         * modules/vsnprintf-tests (Files): Likewise.
2956         * modules/vsprintf-posix-tests (Files): Likewise.
2957         * modules/wcrtomb-tests (Files): Likewise.
2958         * modules/wcsnrtombs-tests (Files): Likewise.
2959         * modules/wcsrtombs-tests (Files): Likewise.
2960         * modules/wcwidth-tests (Files): Likewise.
2961         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
2962         * tests/test-isinf.c (isinf): Likewise.
2963         * tests/test-isnan.c (isnan): Likewise.
2964         * tests/test-signbit.c (signbit): Likewise.
2965         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
2966         declaration, either as macro or with correct signature.
2967         (select): Ensure function under test is declared with correct
2968         signature in correct header.
2969         * tests/test-atexit.c (atexit): Likewise.
2970         * tests/test-btowc.c (btowc): Likewise.
2971         * tests/test-canonicalize-lgpl.c (realpath)
2972         (canonicalize_file_name): Likewise.
2973         * tests/test-ceilf1.c (ceilf): Likewise.
2974         * tests/test-ceill.c (ceill): Likewise.
2975         * tests/test-chown.c (chown): Likewise.
2976         * tests/test-dprintf-posix.c (dprintf): Likewise.
2977         * tests/test-dup2.c (dup2): Likewise.
2978         * tests/test-dup3.c (dup3): Likewise.
2979         * tests/test-duplocale.c (duplocale): Likewise.
2980         * tests/test-fchdir.c (fchdir): Likewise.
2981         * tests/test-fchownat.c (fchownat): Likewise.
2982         * tests/test-fcntl.c (fcntl): Likewise.
2983         * tests/test-fdopendir.c (fdopendir): Likewise.
2984         * tests/test-fflush.c (fflush): Likewise.
2985         * tests/test-flock.c (flock): Likewise.
2986         * tests/test-floorf1.c (floorf): Likewise.
2987         * tests/test-floorl.c (floorl): Likewise.
2988         * tests/test-fnmatch.c (fnmatch): Likewise.
2989         * tests/test-fopen.c (fopen): Likewise.
2990         * tests/test-fprintf-posix.c (fprintf): Likewise.
2991         * tests/test-freopen.c (freopen): Likewise.
2992         * tests/test-frexp.c (frexp): Likewise.
2993         * tests/test-frexpl.c (frexpl): Likewise.
2994         * tests/test-fseek.c (fseek): Likewise.
2995         * tests/test-fseeko.c (fseeko): Likewise.
2996         * tests/test-fstatat.c (fstatat): Likewise.
2997         * tests/test-fsync.c (fsync): Likewise.
2998         * tests/test-ftell.c (ftell): Likewise.
2999         * tests/test-ftello.c (ftello): Likewise.
3000         * tests/test-futimens.c (futimens): Likewise.
3001         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
3002         (gai_strerror): Likewise.
3003         * tests/test-getcwd.c (getcwd): Likewise.
3004         * tests/test-getdelim.c (getdelim): Likewise.
3005         * tests/test-getdtablesize.c (getdtablesize): Likewise.
3006         * tests/test-getgroups.c (getgroups): Likewise.
3007         * tests/test-gethostname.c (gethostname): Likewise.
3008         * tests/test-getline.c (getline): Likewise.
3009         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
3010         Likewise.
3011         * tests/test-gettimeofday.c (gettimeofday): Likewise.
3012         * tests/test-glob.c (glob, globfree): Likewise.
3013         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
3014         * tests/test-inet_ntop.c (inet_ntop): Likewise.
3015         * tests/test-inet_pton.c (inet_pton): Likewise.
3016         * tests/test-isblank.c (isblank): Likewise.
3017         * tests/test-lchown.c (lchown): Likewise.
3018         * tests/test-ldexpl.c (ldexpl): Likewise.
3019         * tests/test-link.c (link): Likewise.
3020         * tests/test-linkat.c (linkat): Likewise.
3021         * tests/test-lseek.c (lseek): Likewise.
3022         * tests/test-lstat.c (lstat): Likewise.
3023         * tests/test-mbrtowc.c (mbrtowc): Likewise.
3024         * tests/test-mbsinit.c (mbsinit): Likewise.
3025         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
3026         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
3027         * tests/test-memchr.c (memchr): Likewise.
3028         * tests/test-memcmp.c (memcmp): Likewise.
3029         * tests/test-memmem.c (memmem): Likewise.
3030         * tests/test-memrchr.c (memrchr): Likewise.
3031         * tests/test-mkdir.c (mkdir): Likewise.
3032         * tests/test-mkdirat.c (mkdirat): Likewise.
3033         * tests/test-mkfifo.c (mkfifo): Likewise.
3034         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
3035         * tests/test-mknod.c (mknod): Likewise.
3036         * tests/test-nanosleep.c (nanosleep): Likewise.
3037         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
3038         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
3039         Likewise.
3040         * tests/test-open.c (open): Likewise.
3041         * tests/test-openat.c (openat): Likewise.
3042         * tests/test-perror.c (perror): Likewise.
3043         * tests/test-pipe2.c (pipe2): Likewise.
3044         * tests/test-poll.c (poll): Likewise.
3045         * tests/test-popen.c (popen, pclose): Likewise.
3046         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
3047         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
3048         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
3049         (posix_spawn_file_actions_destroy)
3050         (posix_spawn_file_actions_addclose)
3051         (posix_spawn_file_actions_addopen)
3052         (posix_spawn_file_actions_adddup2): Likewise.
3053         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
3054         * tests/test-pread.c (pread): Likewise.
3055         * tests/test-printf-posix.c (printf): Likewise.
3056         * tests/test-pty.c (openpty, forkpty): Likewise.
3057         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
3058         (random_r): Likewise.
3059         * tests/test-rawmemchr.c (rawmemchr): Likewise.
3060         * tests/test-readlink.c (readlink): Likewise.
3061         * tests/test-remove.c (remove): Likewise.
3062         * tests/test-rename.c (rename): Likewise.
3063         * tests/test-renameat.c (renameat): Likewise.
3064         * tests/test-rmdir.c (rmdir): Likewise.
3065         * tests/test-round1.c (round): Likewise.
3066         * tests/test-roundf1.c (roundf): Likewise.
3067         * tests/test-roundl.c (roundl): Likewise.
3068         * tests/test-setenv.c (setenv): Likewise.
3069         * tests/test-sigaction.c (sigaction): Likewise.
3070         * tests/test-sleep.c (sleep): Likewise.
3071         * tests/test-snprintf.c (snprintf): Likewise.
3072         * tests/test-sprintf-posix.c (sprintf): Likewise.
3073         * tests/test-stat.c (stat): Likewise.
3074         * tests/test-stpncpy.c (stpncpy): Likewise.
3075         * tests/test-strcasestr.c (strcasestr): Likewise.
3076         * tests/test-strchrnul.c (strchrnul): Likewise.
3077         * tests/test-strerror.c (strerror): Likewise.
3078         * tests/test-strsignal.c (strsignal): Likewise.
3079         * tests/test-strstr.c (strstr): Likewise.
3080         * tests/test-strtod.c (strtod): Likewise.
3081         * tests/test-strverscmp.c (strverscmp): Likewise.
3082         * tests/test-symlink.c (symlink): Likewise.
3083         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
3084         * tests/test-times.c (times): Likewise.
3085         * tests/test-trunc1.c (trunc): Likewise.
3086         * tests/test-truncf1.c (truncf): Likewise.
3087         * tests/test-truncl.c (truncl): Likewise.
3088         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
3089         Likewise.
3090         * tests/test-uname.c (uname): Likewise.
3091         * tests/test-unlink.c (unlink): Likewise.
3092         * tests/test-unlinkat.c (unlinkat): Likewise.
3093         * tests/test-unsetenv.c (unsetenv): Likewise.
3094         * tests/test-usleep.c (usleep): Likewise.
3095         * tests/test-utimensat.c (utimensat): Likewise.
3096         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
3097         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
3098         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
3099         * tests/test-vprintf-posix.c (vprintf): Likewise.
3100         * tests/test-vsnprintf.c (vsnprintf): Likewise.
3101         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
3102         * tests/test-wcrtomb.c (wcrtomb): Likewise.
3103         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
3104         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
3105         * tests/test-wcwidth.c (wcwidth): Likewise.
3106
3107         build: pull in conditional headers during GNULIB_POSIXCHECK
3108         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
3109         definitions from any conditionally-included headers.
3110         * lib/stdlib.in.h (includes): Likewise.
3111         * lib/unistd.in.h (includes): Likewise.
3112
3113 2009-12-24  Bruno Haible  <bruno@clisp.org>
3114
3115         * tests/test-argv-iter.c: Include header file being tested immediately
3116         after config.h.
3117         * tests/test-base64.c: Likewise.
3118         * tests/test-flock.c: Likewise.
3119         * tests/test-fsync.c: Likewise.
3120         * tests/test-getdate.c: Likewise.
3121         * tests/test-getndelim2.c: Likewise.
3122         * tests/test-isfinite.c: Likewise.
3123         * tests/test-isinf.c: Likewise.
3124         * tests/test-strerror.c: Likewise.
3125         * tests/test-strsignal.c: Likewise.
3126
3127 2009-12-23  Eric Blake  <ebb9@byu.net>
3128
3129         unistd: work around cygwin bug
3130         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
3131         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
3132         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
3133
3134 2009-12-23  Bruno Haible  <bruno@clisp.org>
3135
3136         localename: More tests.
3137         * tests/test-localename.c (SIZEOF): New macro.
3138         (categories): New variable.
3139         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
3140         test_locale_name_default): Add test w.r.t. thread locale.
3141         (test_locale_name_thread): New function.
3142         (main): Invoke it.
3143
3144         localename: Make aware of thread locale.
3145         * lib/localename.h (gl_locale_name_thread): New declaration.
3146         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
3147         behaviour with respect to thread locale.
3148         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
3149         <langinfo.h>, glthread/lock.h.
3150         (SIZE_BITS): New macro.
3151         (string_hash): New function.
3152         (struct hash_node): New type.
3153         (HASH_TABLE_SIZE): New macro.
3154         (struniq_hash_table, struniq_lock): New variables.
3155         (struniq): New function.
3156         (gl_locale_name_thread): New function.
3157         (gl_locale_name): Invoke it.
3158         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
3159         * modules/localename (Depends-on): Add lock.
3160         Reported by Mike Gran <spk121@yahoo.com>.
3161
3162 2009-12-23  Eric Blake  <ebb9@byu.net>
3163
3164         va-args: new module
3165         * modules/va-args: New file.
3166         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
3167         * MODULES.html.sh (Core language properties): Mention it.
3168
3169         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
3170         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
3171         named alias for __attribute__((__unused__)).
3172         * lib/chown.c: Update client.
3173         * lib/fchmodat.c: Likewise.
3174         * lib/fts.c: Likewise.
3175         * lib/getdate.y: Likewise.
3176         * lib/getgroups.c: Likewise.
3177         * lib/getopt.c: Likewise.
3178         * lib/getugroups.c: Likewise.
3179         * lib/mkdir.c: Likewise.
3180         * lib/mkfifo.c: Likewise.
3181         * lib/mkfifoat.c: Likewise.
3182         * lib/mknod.c: Likewise.
3183         * lib/mknodat.c: Likewise.
3184         * lib/readlink.c: Likewise.
3185         * lib/se-context.in.h: Likewise.
3186         * lib/se-selinux.in.h: Likewise.
3187         * lib/sockets.c: Likewise.
3188         * lib/symlink.c: Likewise.
3189         * lib/symlinkat.c: Likewise.
3190         * lib/unicodeio.c: Likewise.
3191         * lib/unistr.h: Likewise.
3192         * tests/test-areadlink.c: Likewise.
3193         * tests/test-areadlinkat.c: Likewise.
3194         * tests/test-filenamecat.c: Likewise.
3195         * tests/test-fseeko.c: Likewise.
3196         * tests/test-ftello.c: Likewise.
3197         * tests/test-getdate.c: Likewise.
3198         * tests/test-getgroups.c: Likewise.
3199         * tests/test-gethostname.c: Likewise.
3200         * tests/test-quotearg.c: Likewise.
3201         * tests/test-version-etc.c: Likewise.
3202         * tests/test-xalloc-die.c: Likewise.
3203         * tests/test-xfprintf-posix.c: Likewise.
3204         * tests/test-xprintf-posix.c: Likewise.
3205         * tests/test-xvasprintf.c: Likewise.
3206
3207         tests: avoid compiler warnings
3208         * tests/test-fcntl.c (main): Delete unused parameters.
3209         * tests/test-freopen-safer.c (main): Likewise.
3210         * tests/test-xalloc-die.c (main): Mark unused parameters.
3211         * tests/test-fseeko.c (main): Likewise.
3212         * tests/test-ftello.c (main): Likewise.
3213         * tests/test-nanosleep.c (main): Avoid declaration warning.
3214         * tests/test-sleep.c (main): Likewise.
3215         * tests/test-unsetenv.c (main): Silence warning about string
3216         literal.
3217         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
3218
3219 2009-12-23  Bruno Haible  <bruno@clisp.org>
3220
3221         * tests/test-localename.c (test_locale_name): New function, extracted
3222         from main. Also test mixed situations.
3223         (test_locale_name_posix, test_locale_name_environ,
3224         test_locale_name_default): New functions.
3225         (main): Invoke them all.
3226         * modules/localename-tests (configure.ac): Test for newlocale.
3227
3228 2009-12-23  Bruno Haible  <bruno@clisp.org>
3229
3230         unistd: Ensure getcwd gets declared before being overridden.
3231         * lib/unistd.in.h: Conditionally include <io.h>.
3232
3233 2009-12-22  Bruno Haible  <bruno@clisp.org>
3234
3235         wchar: Diagnose broken combination of glibc and gcc versions and flags.
3236         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
3237         (gl_WCHAR_H): Invoke it.
3238         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
3239         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
3240         Reported by Karl Berry <karl@freefriends.org>.
3241
3242 2009-12-22  Eric Blake  <ebb9@byu.net>
3243
3244         math, unistd: avoid redundant includes
3245         * lib/math.in.h (isnan): No need to re-include <math.h>.
3246         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
3247
3248         getsubopt: work around cygwin bug
3249         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
3250         avoid conflicting with system getsubopt.
3251         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
3252         bug.
3253
3254         getopt: synchronize from glibc
3255         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
3256         parameter order.  Adjust all callers.
3257         (_getopt_internal_r, main): Adjust quoting in error messages.
3258         Drop considerations for outdated POSIX 1003.2 error message.
3259         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
3260         callers.
3261         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
3262
3263         test-getopt: test stderr behavior
3264         * modules/getopt-posix-tests (Depends-on): Add dup2.
3265         * tests/test-getopt.c (ASSERT): Avoid stderr.
3266         (main): Move stderr to a temporary file.
3267         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
3268         Instead, add parameter to inform caller if output occurred.
3269         (test_getopt): Adjust all existing tests to expect silence, and
3270         add new tests of leading ":".
3271         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
3272         glibc shortcomings with leading "-:" or "+:" in optstring.
3273         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3274         Likewise.
3275         * doc/posix-functions/getopt.texi (getopt): Likewise.
3276
3277         test-getopt: enhance test
3278         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
3279         supports optind=0.
3280         * tests/test-getopt.c (OPTIND_MIN): Move...
3281         * tests/test-getopt.h (OPTIND_MIN): ...here.
3282         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
3283         Require that optind=0 works, since modern BSD supports it in
3284         addition to optreset, and since coreutils expects it.
3285         (test_getopt_long_only): New test.
3286         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
3287         glibc shortcomings with 'W;', and enforcement of optind=0.
3288         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3289         Likewise.
3290
3291 2009-12-21  Bruno Haible  <bruno@clisp.org>
3292
3293         localename: Improvements for MacOS X and Cygwin.
3294         * lib/localename.h (gl_locale_name_environ): New declaration.
3295         * lib/localename.c (gl_locale_name_environ): New function, extracted from
3296         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
3297         (gl_locale_name_posix): Invoke it.
3298         (gl_locale_name_default): Add comments. Use Windows native API also on
3299         Cygwin.
3300
3301 2009-12-21  Bruno Haible  <bruno@clisp.org>
3302
3303         Update list of Win32 locale ids.
3304         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
3305         (LANG_SAMI): Renamed from LANG_SAAMI.
3306         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
3307         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
3308         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
3309         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
3310         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
3311         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
3312         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
3313         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
3314         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
3315         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
3316         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
3317         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
3318         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
3319         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
3320         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
3321         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
3322         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
3323         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
3324         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
3325         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
3326         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
3327         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
3328         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
3329         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
3330         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
3331         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
3332         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
3333         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
3334         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
3335         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
3336         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
3337         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
3338         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
3339         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
3340         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
3341         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
3342         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
3343         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
3344         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
3345         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
3346         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
3347         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
3348         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
3349         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
3350         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
3351         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
3352         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
3353         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
3354         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
3355         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
3356         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
3357         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
3358         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
3359         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
3360         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
3361         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
3362         Add more languages and countries for Sami, Sorbian. Add more countries
3363         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
3364         for Pashto. Change country for Syriac, Tswana.
3365
3366 2009-12-21  Eric Blake  <ebb9@byu.net>
3367
3368         test-utimens: avoid spurious failure
3369         * tests/test-chown.h (nap): Factor...
3370         * tests/nap.h: ...into new file.
3371         * tests/test-lchown.h (nap): Avoid duplication.
3372         * tests/test-utimens-common.h (nap): Use shared implementation,
3373         necessary on file systems with 1-second resolution.
3374         * modules/chown-tests (Files): Include new file.
3375         * modules/fdutimensat-tests (Files): Likewise.
3376         * modules/futimens-tests (Files): Likewise.
3377         * modules/lchown-tests (Files): Likewise.
3378         * modules/openat-tests (Files): Likewise.
3379         * modules/utimens-tests (Files): Likewise.
3380         * modules/utimensat-tests (Files): Likewise.
3381
3382 2009-12-19  Eric Blake  <ebb9@byu.net>
3383
3384         futimens, utimensat: work around Linux bug
3385         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
3386         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
3387         * lib/utimensat.c (rpl_utimensat): Work around it.
3388         * lib/futimens.c (rpl_futimens): Adjust comment.
3389
3390         utimens: work around Linux ctime bug
3391         * lib/utimens.c (detect_ctime_bug): New helper function.
3392         (update_timespec): Differentiate between workaround needed for
3393         this bug vs. what is needed for systems that lack utimensat.
3394         (fdutimens, lutimens): Work around bug.
3395
3396         utimens: check for ctime update
3397         * tests/test-utimens-common.h (check_ctime): Define.
3398         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
3399         * tests/test-futimens.h (test_futimens): Likewise.
3400         * tests/test-lutimens.h (test_lutimens): Likewise.
3401         * doc/posix-functions/futimens.texi (futimens): Document the bug.
3402         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
3403
3404 2009-12-19  Bruno Haible  <bruno@clisp.org>
3405
3406         dprintf-posix: Check against memory leak fixed on 2009-12-15.
3407         * tests/test-dprintf-posix2.sh: New file.
3408         * tests/test-dprintf-posix2.c: New file.
3409         * modules/dprintf-posix-tests (Files): Add them.
3410         (configure.ac): Check for getrlimit and setrlimit.
3411         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
3412
3413 2009-12-19  Bruno Haible  <bruno@clisp.org>
3414
3415         fprintf-posix: Check against memory leak fixed on 2009-12-15.
3416         * tests/test-fprintf-posix3.sh: New file.
3417         * tests/test-fprintf-posix3.c: New file.
3418         * modules/fprintf-posix-tests (Files): Add them.
3419         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
3420
3421 2009-12-19  Eric Blake  <ebb9@byu.net>
3422
3423         dirfd: fix prototype
3424         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
3425         * lib/dirfd.c (dirfd): Likewise.
3426
3427         canonicalize: reduce memory usage
3428         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
3429         allocation to size.
3430         Reported by Solar Designer <solar@openwall.com>.
3431
3432 2009-12-19  Bruno Haible  <bruno@clisp.org>
3433
3434         New module attribute 'Applicability'.
3435         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
3436         * gnulib-tool: New option --extract-applicability.
3437         (func_usage): Document it.
3438         (sed_extract_prog): Recognize it.
3439         (func_get_applicability): New function.
3440         (func_import): Generalize handling of 'link-warning' module.
3441         * modules/link-warning (Applicability): New section.
3442         * modules/arg-nonnull (Applicability): New section.
3443         Repoted by Simon Josefsson <simon@josefsson.org>.
3444
3445 2009-12-19  Bruno Haible  <bruno@clisp.org>
3446
3447         fflush: tweak
3448         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
3449         * lib/fseeko.c (rpl_fseeko): Likewise.
3450
3451 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
3452
3453         * lib/gl_list.h: Fix typo in comment.
3454
3455 2009-12-16  Eric Blake  <ebb9@byu.net>
3456
3457         fcntl: use to simplify other modules
3458         * modules/cloexec (Depends-on): Add fcntl.
3459         * modules/fchdir (Depends-on): Likewise.
3460         * modules/fd-safer-flag (Depends-on): Likewise.
3461         * modules/unistd-safer (Depends-on): Likewise.
3462         * modules/dup3 (configure.ac): Set module indicator.
3463         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
3464         missing.
3465         * lib/fchdir.c (_gl_register_dup): Fix comment.
3466         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
3467         * lib/dup-safer.c (dup_safer): Likewise.
3468         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
3469         * lib/dup3.c (dup3): Likewise.
3470         * tests/test-fchdir.c (main): Enhance test.
3471         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
3472
3473         fcntl: port portions of fcntl to mingw
3474         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
3475         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
3476         replacement for mingw.
3477         * modules/fcntl (Description): Update.
3478         (Depends-on): Add dup2.
3479         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
3480         * modules/fcntl-h (Makefile.am): Substitute it.
3481         * lib/fcntl.in.h (fcntl): Update declaration.
3482         (F_DUPFD, F_GETFD): New macros, when needed.
3483         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
3484         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
3485         * tests/test-fcntl.c (check_flags, main): Enhance test for items
3486         we now guarantee.
3487
3488         fcntl: work around cygwin bug in F_DUPFD
3489         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
3490         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
3491         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
3492         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
3493         * doc/posix-functions/fcntl.texi (fcntl): Document it.
3494
3495         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
3496         * modules/fcntl (Files): List new files.
3497         (configure.ac): Run a test.
3498         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
3499         * lib/fcntl.c (rpl_fcntl): Likewise.
3500         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
3501         (gl_FCNTL_H): Always replace fcntl.h.
3502         * modules/fcntl-h (Makefile.am): Substitute witnesses.
3503         * lib/fcntl.in.h (fcntl): Declare replacement.
3504         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
3505         needed, plus a witness.
3506         * doc/posix-functions/fcntl.texi (fcntl): Document this.
3507         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
3508         * tests/test-fcntl.c: New file.
3509         * modules/fcntl-tests: Likewise.
3510
3511         binary-io: avoid potential compilation warning
3512         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
3513         directives.
3514
3515         fflush: avoid compilation error on NetBSD
3516         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
3517         between off_t and fpos_t, since the latter is sometimes a struct.
3518         * lib/fseeko.c (rpl_fseeko): Likewise.
3519         Reported by Alexander Nasonov <alnsn@yandex.ru>.
3520
3521 2009-12-15  Eric Blake  <ebb9@byu.net>
3522
3523         fcntl-h, stdio, sys_ioctl: fix declarations
3524         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
3525         function must not take arguments.
3526         * lib/sys_ioctl.in.h (ioctl): Likewise.
3527         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
3528         (open): Add a link warning.
3529
3530 2009-12-15  Jim Meyering  <meyering@redhat.com>
3531
3532         areadlink, areadlink-with-size: relax license to LGPLv2+
3533         * modules/areadlink (License): Relax to LGPLv2+.
3534         * modules/areadlink-with-size (License): Likewise.
3535
3536 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
3537             Bruno Haible  <bruno@clisp.org>
3538
3539         *printf: Fix memory leak.
3540         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
3541         * lib/vfprintf.c (vfprintf): Likewise.
3542         * lib/dprintf.c (dprintf): Likewise.
3543         * lib/vdprintf.c (vdprintf): Likewise.
3544
3545 2009-12-14  Eric Blake  <ebb9@byu.net>
3546
3547         accept4: adjust module dependencies
3548         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
3549
3550         utimens: one more try at avoiding compiler warning
3551         * lib/utimens.c (lutimens): Lower scope of result.
3552
3553 2009-12-13  Bruno Haible  <bruno@clisp.org>
3554
3555         Move the malloc checking from module 'list' to new module 'xlist'.
3556         * modules/xlist: New file.
3557         * lib/gl_xlist.h: New file.
3558         * lib/gl_xlist.c: New file.
3559         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
3560         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
3561         gl_list_add_last, gl_list_add_before, gl_list_add_after,
3562         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
3563         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
3564         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
3565         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
3566         gl_sortedlist_nx_add): New declarations.
3567         (struct gl_list_implementation): Rename and change methods accordingly.
3568         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
3569         (gl_list_nx_create): Renamed from gl_list_create.
3570         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
3571         (gl_list_nx_set_at): Renamed from gl_list_set_at.
3572         (gl_list_nx_add_first): Renamed from gl_list_add_first.
3573         (gl_list_nx_add_last): Renamed from gl_list_add_last.
3574         (gl_list_nx_add_before): Renamed from gl_list_add_before.
3575         (gl_list_nx_add_after): Renamed from gl_list_add_after.
3576         (gl_list_nx_add_at): Renamed from gl_list_add_at.
3577         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
3578         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
3579         gl_list_create_empty.
3580         (gl_list_nx_create): Renamed from gl_list_create.
3581         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
3582         (gl_list_nx_set_at): Renamed from gl_list_set_at.
3583         (gl_list_nx_add_first): Renamed from gl_list_add_first.
3584         (gl_list_nx_add_last): Renamed from gl_list_add_last.
3585         (gl_list_nx_add_before): Renamed from gl_list_add_before.
3586         (gl_list_nx_add_after): Renamed from gl_list_add_after.
3587         (gl_list_nx_add_at): Renamed from gl_list_add_at.
3588         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
3589         * lib/gl_array_list.c: Don't include xalloc.h.
3590         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
3591         NULL upon out-of-memory.
3592         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
3593         out-of-memory.
3594         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
3595         Change return type to 'int'.
3596         (gl_array_nx_set_at): Renamed from gl_array_set_at.
3597         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
3598         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
3599         upon out-of-memory.
3600         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
3601         upon out-of-memory.
3602         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
3603         upon out-of-memory.
3604         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
3605         upon out-of-memory.
3606         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
3607         out-of-memory.
3608         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
3609         Update.
3610         (gl_array_list_implementation): Update.
3611         * lib/gl_carray_list.c: Don't include xalloc.h.
3612         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
3613         Return NULL upon out-of-memory.
3614         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
3615         out-of-memory.
3616         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
3617         Change return type to 'int'.
3618         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
3619         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
3620         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
3621         upon out-of-memory.
3622         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
3623         upon out-of-memory.
3624         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
3625         out-of-memory.
3626         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
3627         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
3628         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
3629         Update.
3630         (gl_carray_list_implementation): Update.
3631         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
3632         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
3633         gl_linked_create_empty. Return NULL upon out-of-memory.
3634         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
3635         out-of-memory.
3636         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
3637         Change return type to 'int'. Return -1 upon out-of-memory.
3638         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
3639         out-of-memory.
3640         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
3641         upon out-of-memory.
3642         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
3643         upon out-of-memory.
3644         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
3645         NULL upon out-of-memory.
3646         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
3647         upon out-of-memory.
3648         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
3649         out-of-memory.
3650         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
3651         Update.
3652         * lib/gl_linked_list.c: Don't include xalloc.h.
3653         (gl_linked_list_implementation): Update.
3654         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
3655         (add_to_bucket): Change return type to 'int'.
3656         (gl_linkedhash_list_implementation): Update.
3657         * lib/gl_anytree_list1.h (free_subtree): New function.
3658         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
3659         gl_tree_create_empty. Return NULL upon out-of-memory.
3660         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
3661         Change return type to 'int'. Return -1 upon out-of-memory.
3662         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
3663         out-of-memory.
3664         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
3665         (gl_tree_remove_node): New function, moved here from
3666         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
3667         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
3668         Update.
3669         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
3670         malloc, not xmalloc. Return NULL upon out-of-memory.
3671         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
3672         out-of-memory.
3673         (gl_tree_remove_node_from_tree): New function, extracted from
3674         gl_tree_remove_node.
3675         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
3676         upon out-of-memory.
3677         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
3678         out-of-memory.
3679         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
3680         upon out-of-memory.
3681         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3682         upon out-of-memory.
3683         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3684         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
3685         not xmalloc. Return NULL upon out-of-memory.
3686         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
3687         out-of-memory.
3688         (gl_tree_remove_node_from_tree): New function, extracted from
3689         gl_tree_remove_node.
3690         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
3691         upon out-of-memory.
3692         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
3693         out-of-memory.
3694         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
3695         upon out-of-memory.
3696         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3697         upon out-of-memory.
3698         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3699         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
3700         gl_anytree_list1.h before gl_anyavltree_list2.h.
3701         (gl_avltree_list_implementation): Update.
3702         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
3703         gl_anytree_list1.h before gl_anyavltree_list2.h.
3704         (gl_rbtree_list_implementation): Update.
3705         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
3706         Change return type to 'int'. Return -1 upon out-of-memory. Use
3707         __builtin_expect.
3708         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
3709         (gl_avltreehash_list_implementation): Update.
3710         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
3711         (gl_rbtreehash_list_implementation): Update.
3712         * modules/array-list (Depends-on): Remove xalloc.
3713         * modules/carray-list (Depends-on): Likewise.
3714         * modules/linked-list (Depends-on): Likewise.
3715         * modules/linkedhash-list (Depends-on): Likewise.
3716         * modules/avltree-list (Depends-on): Likewise.
3717         * modules/rbtree-list (Depends-on): Likewise.
3718         * modules/avltreehash-list (Depends-on): Likewise.
3719         * modules/rbtreehash-list (Depends-on): Likewise.
3720
3721         * modules/xsublist: New file.
3722         * lib/gl_xsublist.h: New file.
3723         * lib/gl_xsublist.c: New file.
3724         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
3725         (gl_sublist_nx_create): New declaration.
3726         * lib/gl_sublist.c: Don't include xalloc.h.
3727         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
3728         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
3729         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
3730         Change return type to 'int'. Return -1 upon out-of-memory.
3731         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
3732         upon out-of-memory.
3733         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
3734         NULL upon out-of-memory.
3735         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
3736         upon out-of-memory.
3737         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
3738         NULL upon out-of-memory.
3739         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
3740         NULL upon out-of-memory.
3741         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
3742         upon out-of-memory.
3743         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
3744         (gl_sublist_list_implementation): Update.
3745         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
3746         upon out-of-memory.
3747         * modules/sublist (Depends-on): Remove xalloc.
3748
3749         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
3750         * tests/test-carray_list.c: Likewise.
3751         * tests/test-linked_list.c: Likewise.
3752         * tests/test-linkedhash_list.c: Likewise.
3753         * tests/test-avltree_list.c: Likewise.
3754         * tests/test-rbtree_list.c: Likewise.
3755         * tests/test-avltreehash_list.c: Likewise.
3756         * tests/test-rbtreehash_list.c: Likewise.
3757         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
3758         * modules/carray-list-tests (Makefile.am): Likewise.
3759         * modules/linked-list-tests (Makefile.am): Likewise.
3760         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3761         * modules/avltree-list-tests (Makefile.am): Likewise.
3762         * modules/rbtree-list-tests (Makefile.am): Likewise.
3763         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3764         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3765
3766         * NEWS: Mention the changes.
3767
3768         * lib/clean-temp.c: Include gl_xlist.h.
3769         * modules/clean-temp (Depends-on): Add xlist.
3770
3771         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
3772         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
3773
3774         * tests/test-array_oset.c: Include gl_xlist.h.
3775         * modules/array-oset-tests (Depends-on): Add xlist.
3776
3777         Reported by José E. Marchesi <jemarch@gnu.org>.
3778
3779 2009-12-13  Bruno Haible  <bruno@clisp.org>
3780
3781         Move the malloc checking from module 'oset' to new module 'xoset'.
3782         * modules/xoset: New file.
3783         * lib/gl_xoset.h: New file.
3784         * lib/gl_xoset.c: New file.
3785         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
3786         declarations.
3787         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
3788         (struct gl_oset_implementation): Rename and change methods accordingly.
3789         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
3790         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3791         'int'. Mark as __warn_unused_result__.
3792         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
3793         gl_oset_create_empty.
3794         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3795         'int'.
3796         * lib/gl_array_oset.c: Don't include xalloc.h.
3797         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
3798         malloc, not xmalloc.
3799         (grow): Change return type to 'int'. Don't call xalloc_die.
3800         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
3801         to 'int'.
3802         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
3803         'int'.
3804         (gl_array_oset_implementation): Update.
3805         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
3806         gl_tree_create_empty.
3807         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
3808         'int'.
3809         * lib/gl_avltree_oset.c: Don't include xalloc.h.
3810         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3811         xmalloc.
3812         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3813         not xmalloc.
3814         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3815         xmalloc.
3816         (gl_avltree_oset_implementation): Update.
3817         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
3818         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3819         xmalloc.
3820         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3821         not xmalloc.
3822         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3823         xmalloc.
3824         (gl_rbtree_oset_implementation): Update.
3825         * modules/array-oset (Depends-on): Remove xalloc.
3826         * modules/avltree-oset (Depends-on): Likewise.
3827         * modules/rbtree-oset (Depends-on): Likewise.
3828         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
3829         * tests/test-avltree_oset.c: Likewise.
3830         * tests/test-rbtree_oset.c: Likewise.
3831         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3832         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
3833         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3834         * NEWS: Mention the change.
3835
3836 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
3837
3838         maint.mk: allow a project to override release-prep commands
3839         * top/maint.mk (alpha, beta, stable): Move release-preparatory
3840         commands into a new rule.
3841         (release-prep): New rule.
3842         (release-prep-hook): New overridable variable.
3843
3844 2009-12-13  Bruno Haible  <bruno@clisp.org>
3845
3846         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
3847
3848 2009-12-13  Jim Meyering  <meyering@redhat.com>
3849
3850         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
3851         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
3852
3853 2009-12-12  Bruno Haible  <bruno@clisp.org>
3854
3855         duplocale: Tweak.
3856         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
3857
3858 2009-12-12  Karl Berry  <karl@gnu.org>
3859
3860         * config/srclist.txt (strtoll.c): tab changes, no more sync.
3861
3862 2009-12-12  Bruno Haible  <bruno@clisp.org>
3863
3864         * m4/po.m4: Undo incorrect untabification.
3865
3866 2009-12-12  Bruno Haible  <bruno@clisp.org>
3867
3868         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
3869         * modules/c-strtod (Depends-on): Add locale.
3870         * modules/c-strtold (Depends-on): Likewise.
3871
3872 2009-12-12  Bruno Haible  <bruno@clisp.org>
3873
3874         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
3875
3876 2009-12-11  Eric Blake  <ebb9@byu.net>
3877
3878         setenv: relax requirement in light of POSIX ruling
3879         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
3880         not NULL.
3881         * tests/test-setenv.c (main): Relax test.
3882         * tests/test-unsetenv.c (main): Likewise.
3883         * doc/posix-functions/setenv.texi (setenv): Document this.
3884         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3885
3886 2009-12-11  Bruno Haible  <bruno@clisp.org>
3887
3888         New module 'fd-safer-flag'.
3889         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
3890         * lib/dup-safer.c (dup_safer_flag): Remove function.
3891         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
3892         * lib/fd-safer.c (fd_safer_flag): Remove function.
3893         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
3894         * modules/cloexec (configure.ac): Drop indicator macro.
3895         * modules/fd-safer-flag: New file.
3896         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
3897         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
3898         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
3899
3900 2009-12-11  Bruno Haible  <bruno@clisp.org>
3901
3902         Tests for module 'nl_langinfo'.
3903         * modules/nl_langinfo-tests: New file.
3904         * tests/test-nl_langinfo.sh: New file.
3905         * tests/test-nl_langinfo.c: New file.
3906
3907         New module 'nl_langinfo'.
3908         * lib/nl_langinfo.c: New file.
3909         * m4/nl_langinfo.m4: New file.
3910         * modules/nl_langinfo: New file.
3911         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
3912
3913 2009-12-11  Bruno Haible  <bruno@clisp.org>
3914
3915         Tests for module 'langinfo'.
3916         * modules/langinfo-tests: New file.
3917         * tests/test-langinfo.c: New file.
3918
3919         New module 'langinfo'.
3920         * lib/langinfo.in.h: New file.
3921         * m4/langinfo_h.m4: New file.
3922         * modules/langinfo: New file.
3923         * doc/posix-headers/langinfo.texi: Mention the new module.
3924
3925 2009-12-11  Bruno Haible  <bruno@clisp.org>
3926
3927         * lib/config.charset: Untabify.
3928
3929 2009-12-11  Bruno Haible  <bruno@clisp.org>
3930
3931         * modules/unistd-safer (configure.ac): Drop indicator macro.
3932
3933 2009-12-11  Bruno Haible  <bruno@clisp.org>
3934
3935         Move pipe2-safer code to its own file.
3936         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
3937         * lib/pipe-safer.c (pipe2_safer): Remove function.
3938         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
3939         (Makefile.am): Add it to lib_SOURCES.
3940
3941 2009-12-10  Bruno Haible  <bruno@clisp.org>
3942
3943         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
3944
3945 2009-12-10  Bruno Haible  <bruno@clisp.org>
3946
3947         Declare which arguments expect non-NULL values, for GCC and clang.
3948         * build-aux/arg-nonnull.h: New file.
3949         * modules/arg-nonnull: New file.
3950         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
3951         (inet_ntop, inet_pton): Use it.
3952         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
3953         (closedir, dirfd, opendir, scandir, alphasort): Use it.
3954         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
3955         (open, openat): Use it.
3956         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
3957         (fnmatch): Use it.
3958         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
3959         (getopt, getopt_long, getopt_long_only): Use it.
3960         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
3961         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
3962         Use it.
3963         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
3964         (iconv_open): Use it.
3965         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
3966         (strtoimax, strtoumax): Use it.
3967         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
3968         (duplocale): Use it.
3969         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
3970         (frexp, frexpl): Use it.
3971         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
3972         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
3973         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
3974         (tsearch, tfind, tdelete, twalk): Use it.
3975         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
3976         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
3977         sigpending): Use it.
3978         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
3979         (posix_spawn, posix_spawnp, posix_spawnattr_init,
3980         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
3981         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
3982         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
3983         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
3984         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
3985         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
3986         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
3987         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
3988         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
3989         Use it.
3990         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
3991         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
3992         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
3993         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
3994         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
3995         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
3996         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
3997         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
3998         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
3999         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
4000         strtoull, unsetenv): Use it.
4001         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
4002         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
4003         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
4004         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
4005         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
4006         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
4007         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
4008         (strcasecmp, strncasecmp): Use it.
4009         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
4010         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
4011         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
4012         rpl_setsockopt): Use it.
4013         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
4014         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
4015         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
4016         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
4017         (gettimeofday): Use it.
4018         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
4019         (times): Use it.
4020         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
4021         (uname): Use it.
4022         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
4023         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
4024         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
4025         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
4026         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
4027         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
4028         unlinkat, write): Use it.
4029         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
4030         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
4031         * lib/argv-iter.h: Include arg-nonnull.h.
4032         (_ATTRIBUTE_NONNULL_): Remove macro.
4033         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
4034         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
4035         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
4036         optimization.
4037         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
4038         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
4039         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
4040         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
4041         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
4042         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
4043         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
4044         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
4045         * modules/arpa_inet (Depends-on): Add arg-nonnull.
4046         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
4047         * modules/dirent (Depends-on): Add arg-nonnull.
4048         (Makefile.am): Insert arg-nonnull.h into dirent.h.
4049         * modules/fcntl-h (Depends-on): Add arg-nonnull.
4050         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
4051         * modules/fnmatch (Depends-on): Add arg-nonnull.
4052         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
4053         * modules/getopt-posix (Depends-on): Add arg-nonnull.
4054         (Makefile.am): Insert arg-nonnull.h into getopt.h.
4055         * modules/glob (Depends-on): Add arg-nonnull.
4056         (Makefile.am): Insert arg-nonnull.h into glob.h.
4057         * modules/iconv_open (Depends-on): Add arg-nonnull.
4058         (Makefile.am): Insert arg-nonnull.h into iconv.h.
4059         * modules/inttypes (Depends-on): Add arg-nonnull.
4060         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
4061         * modules/locale (Depends-on): Add arg-nonnull.
4062         (Makefile.am): Insert arg-nonnull.h into locale.h.
4063         * modules/math (Depends-on): Add arg-nonnull.
4064         (Makefile.am): Insert arg-nonnull.h into math.h.
4065         * modules/netdb (Depends-on): Add arg-nonnull.
4066         (Makefile.am): Insert arg-nonnull.h into netdb.h.
4067         * modules/search (Depends-on): Add arg-nonnull.
4068         (Makefile.am): Insert arg-nonnull.h into search.h.
4069         * modules/signal (Depends-on): Add arg-nonnull.
4070         (Makefile.am): Insert arg-nonnull.h into signal.h.
4071         * modules/spawn (Depends-on): Add arg-nonnull.
4072         (Makefile.am): Insert arg-nonnull.h into spawn.h.
4073         * modules/stdio (Depends-on): Add arg-nonnull.
4074         (Makefile.am): Insert arg-nonnull.h into stdio.h.
4075         * modules/stdlib (Depends-on): Add arg-nonnull.
4076         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
4077         * modules/string (Depends-on): Add arg-nonnull.
4078         (Makefile.am): Insert arg-nonnull.h into string.h.
4079         * modules/strings (Depends-on): Add arg-nonnull.
4080         (Makefile.am): Insert arg-nonnull.h into strings.h.
4081         * modules/sys_socket (Depends-on): Add arg-nonnull.
4082         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
4083         * modules/sys_stat (Depends-on): Add arg-nonnull.
4084         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
4085         * modules/sys_time (Depends-on): Add arg-nonnull.
4086         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
4087         * modules/sys_times (Depends-on): Add arg-nonnull.
4088         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
4089         * modules/sys_utsname (Depends-on): Add arg-nonnull.
4090         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
4091         * modules/time (Depends-on): Add arg-nonnull.
4092         (Makefile.am): Insert arg-nonnull.h into time.h.
4093         * modules/unistd (Depends-on): Add arg-nonnull.
4094         (Makefile.am): Insert arg-nonnull.h into unistd.h.
4095         * modules/wchar (Depends-on): Add arg-nonnull.
4096         (Makefile.am): Insert arg-nonnull.h into wchar.h.
4097         * modules/argv-iter (Depends-on): Add arg-nonnull.
4098         * tests/test-canonicalize.c (null_ptr): New function.
4099         (main): Use it.
4100         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
4101         (main): Use it.
4102         * tests/test-memmem.c (null_ptr): New function.
4103         (main): Use it.
4104         Reported by Jim Meyering.
4105
4106 2009-12-10  Bruno Haible  <bruno@clisp.org>
4107
4108         Use spaces for indentation, not tabs.
4109         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
4110         * m4/*.m4: Untabify.
4111         * build-aux/*.h: Untabify.
4112         * tests/**/*.[hc]: Untabify.
4113         * README: New section "Indent with spaces, not TABs", based on
4114         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
4115         * NEWS: Mention the change.
4116
4117 2009-12-10  Bruno Haible  <bruno@clisp.org>
4118
4119         pty test: Fix link error.
4120         * modules/pty-tests (Makefile.am): Add the default LDADD value to
4121         test_pty_LDADD.
4122
4123 2009-12-07  Simon Josefsson  <simon@josefsson.org>
4124
4125         * modules/pty: New file.
4126         * modules/pty-tests: New file.
4127         * m4/pty.m4: New file.
4128         * tests/test-pty.c: New file.
4129         * doc/glibc-headers/pty.texi: Modified.
4130         * doc/glibc-functions/forkpty.texi: Modified.
4131         * doc/glibc-functions/openpty.texi: Modified.
4132
4133 2009-12-10  Bruno Haible  <bruno@clisp.org>
4134
4135         Avoid syntax error in C++ mode.
4136         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
4137
4138 2009-12-10  Bruno Haible  <bruno@clisp.org>
4139
4140         Use sed with option -e.
4141         * gnulib-tool (func_version, func_emit_copyright_notice,
4142         func_emit_initmacro_end, func_import, func_create_testdir): Pass
4143         option -e to sed.
4144         * modules/link-warning (Makefile.am): Likewise.
4145
4146 2009-12-10  Jim Meyering  <meyering@redhat.com>
4147
4148         mgetgroups: do not write bytes beyond end of malloc'd buffer
4149         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
4150         username, we call getgroups with a one-element-shorter buffer,
4151         but still told it the length was original, max_n_groups.
4152
4153 2009-12-09  Eric Blake  <ebb9@byu.net>
4154
4155         cloexec: relax license
4156         * modules/cloexec (Maintainer): Add myself.
4157         (License): Use LGPL, not GPL.
4158
4159         link-warning: optimize generation
4160         * modules/link-warning (Makefile.am): Reduce process usage.
4161
4162 2009-12-09  Bruno Haible  <bruno@clisp.org>
4163
4164         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
4165         workaround was added on 2009-11-17.
4166
4167 2009-12-09  Jim Meyering  <meyering@redhat.com>
4168             Bruno Haible  <bruno@clisp.org>
4169
4170         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
4171         * modules/link-warning (Makefile.am): Make the comment-removing sed
4172         command more robust in the face of bootstrap-prepended comment lines.
4173
4174 2009-12-09  Bruno Haible  <bruno@clisp.org>
4175
4176         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
4177         most one group.
4178
4179 2009-12-09  Simon Josefsson <simon@josefsson.org>
4180             Bruno Haible  <bruno@clisp.org>
4181
4182         * build-aux/link-warning.h: Add copyright notice.
4183         * modules/link-warning (Makefile.am): Generate link-warning.h from
4184         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
4185         * NEWS: Mention change in link-warning module.
4186         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
4187         * modules/dirent (Makefile.am): Add dependency to dirent.h.
4188         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
4189         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
4190         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
4191         * modules/math (Makefile.am): Add dependency to math.h.
4192         * modules/search (Makefile.am): Add dependency to search.h.
4193         * modules/signal (Makefile.am): Add dependency to signal.h.
4194         * modules/spawn (Makefile.am): Add dependency to spawn.h.
4195         * modules/stdio (Makefile.am): Add dependency to stdio.h.
4196         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
4197         * modules/string (Makefile.am): Add dependency to string.h.
4198         * modules/strings (Makefile.am): Add dependency to strings.h.
4199         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
4200         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
4201         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
4202         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
4203         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
4204         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
4205         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
4206         * modules/unistd (Makefile.am): Add dependency to unistd.h.
4207         * modules/wchar (Makefile.am): Add dependency to wchar.h.
4208
4209 2009-12-09  Bruno Haible  <bruno@clisp.org>
4210
4211         fchdir: Optimize away rpl_fstat when possible.
4212         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
4213         REPLACE_OPEN_DIRECTORY.
4214         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
4215
4216 2009-12-09  Bruno Haible  <bruno@clisp.org>
4217
4218         * lib/fchdir.c: Update comment.
4219
4220 2009-12-09  Bruno Haible  <bruno@clisp.org>
4221
4222         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
4223
4224 2009-12-08  Eric Blake  <ebb9@byu.net>
4225
4226         fchdir: avoid memory leak on re-registration.
4227         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
4228
4229 2009-12-08  Jim Meyering  <meyering@redhat.com>
4230
4231         init.sh: avoid Solaris 10 /bin/sh portability problem
4232         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
4233         sourced script:
4234           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
4235           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
4236           bar
4237         tests/init.sh relied on that, accepting a --set-path=DIR argument,
4238         and two tests used that idiom.
4239         * tests/init.sh: Update suggested usage comments.
4240         (path_prepend_): New function, to be used in place
4241         of the --src-path=DIR option.
4242         (setup_): Move PATH-prepending code into path_prepend_.
4243         * tests/test-pread.sh: Adapt to new usage.
4244         * tests/test-xalloc-die.sh: Likewise.
4245
4246 2009-12-08  Simon Josefsson  <simon@josefsson.org>
4247
4248         * doc/gnulib.texi (Glibc pty.h): Add.
4249         * doc/glibc-functions/forkpty.texi: Add.
4250         * doc/glibc-functions/openpty.texi: Add.
4251         Suggested by Bruno Haible.
4252
4253 2009-12-08  Eric Blake  <ebb9@byu.net>
4254
4255         fchdir: fix logic bugs
4256         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
4257         * tests/test-fchdir.c (main): Enhance test.
4258         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
4259         is in use.
4260
4261         dup2: fix logic bugs
4262         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
4263         REPLACE_DUP2 to decide when rpl_dup2 is needed.
4264         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
4265         exists.
4266         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
4267
4268 2009-12-07  Eric Blake  <ebb9@byu.net>
4269
4270         unlink: fix m4 detection
4271         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
4272
4273         unistd-safer: add unit test
4274         * modules/unistd-safer-tests: New file.
4275         * tests/test-dup-safer.c: Likewise.
4276         * tests/test-cloexec.c (setmode): Avoid compiler warning.
4277         * tests/test-dup2.c (setmode): Likewise.
4278         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
4279
4280         cloexec: preserve text vs. binary across dup_cloexec
4281         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
4282         mode.
4283         * modules/dup2-tests (Depends-on): Add binary-io.
4284         * modules/cloexec-tests (Depends-on): Likewise.
4285         * tests/test-dup2.c (setmode, is_mode): New helpers.
4286         (main): Add tests that translation mode is preserved.
4287         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
4288         Reported by Bruno Haible.
4289
4290         mgetgroups: reduce duplicate listings
4291         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
4292         resulting array.
4293         * tests/test-chown.h (test_chown): Simplify client.
4294         * tests/test-lchown.h (test_lchown): Likewise.
4295
4296 2009-12-06  Bruno Haible  <bruno@clisp.org>
4297
4298         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
4299         value.
4300
4301 2009-12-06  Bruno Haible  <bruno@clisp.org>
4302
4303         * lib/progname.c: Include stdio.h, stdlib.h.
4304         (set_program_name): Reject a NULL argument.
4305
4306 2009-12-05  Eric Blake  <ebb9@byu.net>
4307
4308         pipe2-safer: new module
4309         * modules/pipe2-safer: New file.
4310         * lib/unistd-safer.h (pipe2_safer): New prototype.
4311         * lib/unistd--.h (pipe2): New wrapper.
4312         * lib/pipe-safer.c (pipe2_safer): New function.
4313         * modules/pipe (Depends-on): Add pipe2-safer.
4314         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
4315
4316         stdlib-safer: preserve cloexec flag for mkostemp[s]
4317         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
4318         fd_safer_flag.
4319
4320         unistd-safer: allow preservation of cloexec status via flag
4321         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
4322         prototypes.
4323         * lib/dup-safer.c (dup_safer_flag): New function.
4324         * lib/fd-safer.c (fd_safer_flag): Likewise.
4325         * modules/cloexec (configure.ac): Set witness.
4326
4327         test-dup2: enhance test
4328         * modules/dup2-tests (Depends-on): Add cloexec.
4329         * tests/test-dup2.c (main): Enhance test.
4330
4331         cloexec: add dup_cloexec
4332         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
4333         header and comments.
4334         * lib/cloexec.c (set_cloexec_flag): Add comments.
4335         (dup_cloexec): New function, with mingw implementation borrowed
4336         from...
4337         * lib/w32spawn.h (dup_noinherit): ...here.
4338         * modules/execute (Depends-on): Add cloexec.
4339         * modules/pipe (Depends-on): Likewise.
4340         * modules/cloexec (Depends-on): Add dup2.
4341         * modules/cloexec-tests (Files): New file.
4342         * tests/test-cloexec.c: Likewise.
4343
4344         test-xalloc-die: fix test for mingw
4345         * modules/xalloc-die-tests (Files): Add tests/init.sh.
4346         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
4347         directory and .exe suffix off argv[0] output.
4348
4349         test-fseeko: fix test for mingw
4350         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
4351         than undefining fseek, so test will pass on mingw.
4352
4353 2009-12-05  Bruno Haible  <bruno@clisp.org>
4354
4355         * lib/progname.h (set_program_name): Clarify specification.
4356         * lib/progname.c (set_program_name): Likewise.
4357         Reported by Jim Meyering.
4358
4359 2009-12-05  Jim Meyering  <meyering@redhat.com>
4360
4361         maint.mk: backslash-escape parens in default regexp
4362         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
4363         backslash-escape the literal parentheses.
4364
4365         maint.mk: news-date-check: use grep -E
4366         * top/maint.mk (today): Define a Make variable, not a...
4367         (news-date-check): ...shell variable.
4368         (news-date-regexp): Use the Make variable.
4369         Use grep's -E option.  Change the failing diagnostic to mention
4370         the variable, $(news-date-regexp).
4371
4372 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
4373
4374         maintainer-makefile: allow customization of NEWS entry format
4375         * top/maint.mk (news-date-regexp): New overridable variable.
4376         (news-date-check): Use it.
4377
4378 2009-12-04  Eric Blake  <ebb9@byu.net>
4379
4380         mgetgroups: add xgetgroups, and avoid ENOSYS failures
4381         * lib/mgetgroups.h (xgetgroups): New prototype.
4382         * lib/mgetgroups.c (xgetgroups): New wrapper.
4383         (mgetgroups): Handle ENOSYS.
4384         * modules/mgetgroups (Depends-on): Add realloc.
4385         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
4386
4387         mgetgroups: avoid argument promotion issues with -1
4388         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
4389         for invalid gid_t.
4390         * tests/test-chown.h (getegid, test_chown): Likewise.
4391         * tests/test-lchown.h (getegid, test_lchown): Likewise.
4392
4393 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
4394
4395         exclude: Fix header file problems.
4396         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
4397
4398 2009-12-01  Jim Meyering  <meyering@redhat.com>
4399
4400         fts: fts_open: do not let an empty string cause immediate failure
4401         This is required in support of GNU rm, for which the command
4402         "rm A '' B" must process and remove both A and B, in spite of
4403         the empty string argument.
4404         * lib/fts.c (fts_open): Do not let the presence of an empty string
4405         cause fts_open to fail immediately.  Most fts-using tools must be
4406         able to process all arguments, in order, and can be expected to
4407         diagnose such arguments themselves.
4408
4409 2009-11-30  Eric Blake  <ebb9@byu.net>
4410
4411         utimens: fix compilation error
4412         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
4413         Declare variable at right scope.
4414
4415 2009-11-29  Jim Meyering  <meyering@redhat.com>
4416
4417         bootstrap: handle perl-5.11's changed --version output
4418         * build-aux/bootstrap (get_version): Handle perl separately,
4419         since perl-5.11's --version output is different.
4420
4421 2009-11-28  Jim Meyering  <meyering@redhat.com>
4422
4423         userspec: depend on the inttostr module, too
4424         * modules/userspec (Depends-on): Add inttostr.
4425
4426         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
4427         * lib/userspec.c (parse_with_separator): Do not accept a user ID
4428         number of MAXUID when it evaluates to (uid_t) -1.
4429         Likewise for group ID.  Reported by Matt McCutchen in
4430         <http://savannah.gnu.org/bugs/?28113>
4431
4432         userspec: reformat to use spaces, not TABs
4433         * lib/userspec.c: Expand TABs to spaces.
4434         Add Emacs' "indent-tabs-mode: nil" hint.
4435
4436 2009-11-27  Eric Blake  <ebb9@byu.net>
4437
4438         getopt-gnu: flush out another BSD bug
4439         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
4440         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
4441         flush out BSD bug.
4442         * tests/test-getopt.h (test_getopt): End lists with NULL.
4443         * tests/test-getopt_long.h (test_getopt_long): Likewise.
4444         (test_getopt_long_posix): Enhance test.
4445         * modules/getopt-posix-tests (Depends-on): Add stdbool.
4446         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
4447         getopt-gnu.
4448         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4449         Likewise.
4450
4451 2009-11-27  Simon Josefsson  <simon@josefsson.org>
4452
4453         * modules/idpriv-droptemp-tests (Notice): Fix text.
4454
4455 2009-11-27  Jim Meyering  <meyering@redhat.com>
4456
4457         test-xalloc-die: avoid spurious failure due to libtool argv difference
4458         In a libtool-enabled project, this test would fail due to a difference
4459         in the emitted program name, e.g.,
4460         -test-xalloc-die: memory exhausted
4461         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
4462         Use program to avoid that.
4463         * modules/xalloc-die-tests (Depends-on): Add progname.
4464         * tests/test-xalloc-die.c: Include progname.h".
4465         (program_name): Remove decl.
4466         (main): Call set_program_name.
4467         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
4468
4469 2009-11-26  Richard Jones  <rjones@redhat.com>
4470
4471         w32sock: leave win32 error in place.
4472         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
4473
4474 2009-11-26  Eric Blake  <ebb9@byu.net>
4475
4476         init.sh: suggest to use skip_ and fail_ functions in comments
4477         * tests/init.sh: Add a sentence.
4478
4479 2009-11-25  Bruno Haible  <bruno@clisp.org>
4480
4481         init.sh: add documentation in comments
4482         * tests/init.sh: Add some developer and user documentation.
4483
4484 2009-11-26  Jim Meyering  <meyering@redhat.com>
4485
4486         init.sh: accommodate even those who specify bogus srcdir manually
4487         * tests/init.sh: Normally, srcdir is guaranteed by automake and
4488         configure-time tests to be sanitized, so that there is no need to
4489         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
4490         (with no double quotes) suffices.  However, since tests may be
4491         invoked manually, and since you may explicitly set srcdir to the
4492         name of a directory containing spaces, do quote its uses here.
4493         * tests/test-pread.sh: Likewise.
4494         Suggested by Bruno Haible.
4495
4496         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
4497         * tests/test-pread.sh: Write no data into the pipe, because
4498         test-pread actually reads none.  This avoids a diagnostic,
4499         "bash: echo: write error: Broken pipe", that arises in the unusual
4500         event something is ignoring SIGPIPE, and might be interpreted
4501         as some sort of failure.  Reported by Bruno Haible.
4502
4503 2009-11-25  Jim Meyering  <meyering@redhat.com>
4504
4505         test-pread: cover failure with ESPIPE and EINVAL
4506         * tests/test-pread.c (main): Test for failure, too.
4507         * tests/test-pread.sh: Invoke with stdin on a pipe.
4508         Suggested by Eric Blake.
4509
4510         pread: improvement and fix
4511         * modules/pread (Depends-on): Depend on lseek, for portability to
4512         e.g., mingw.  Suggested by Eric Blake.
4513         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
4514
4515         unistd.in.h: correct declaration of pread
4516         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
4517         Reported by Richard W.M. Jones.
4518
4519         test-pread.sh: distribute the test script
4520         * modules/pread-tests (Files): Include test-pread.sh.
4521
4522         test-pread.sh: clean up
4523         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
4524         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
4525         That is unnecessary, since it's always ".".
4526         Suggestion from Eric Blake.
4527
4528         test-pread.sh: make executable
4529         * tests/test-pread.sh: Set executable bit.
4530         Reported by Eric Blake.
4531
4532         correct typo in test-pread.sh
4533         * tests/test-pread.sh: Add #! line.
4534
4535         test pread
4536         * tests/test-pread.c: New file.
4537         * tests/test-pread.sh: Likewise.
4538         * modules/pread-tests: Likewise.
4539
4540         pread: new module
4541         * modules/pread: New file.
4542         * lib/unistd.in.h (pread): Define/declare.
4543         * lib/pread.c (pread): New file.
4544         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
4545         * modules/unistd (Makefile.am): Substitute witnesses.
4546         * doc/posix-functions/pread.texi (pread): Update.
4547         * MODULES.html.sh: Add pread.
4548
4549 2009-11-25  Jim Meyering  <meyering@redhat.com>
4550
4551         tests/init.sh: new file to be used via most *.sh tests
4552         * tests/init.sh: New file.
4553
4554 2009-11-25  Eric Blake  <ebb9@byu.net>
4555
4556         utimens: work around older Linux failure with symlinks
4557         * lib/utimens.c (lutimensat_works_really): New variable.
4558         (fdutimens, lutimens): Use it to manage kernels that support
4559         nanosecond times on files, but not on symlinks.
4560         Reported by OndÅ™ej Vašík.
4561
4562         utimes: fix configure grammar
4563         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
4564
4565 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
4566
4567         regex: Fix fastmap for multibyte character ranges.
4568         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
4569         characters when a multibyte character range is included.
4570
4571 2009-11-22  Andy Wingo  <wingo@pobox.com>
4572
4573         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
4574         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
4575
4576 2009-11-24  Bruno Haible  <bruno@clisp.org>
4577
4578         doc: Most *_l functions exist in MacOS X 10.5.
4579         * doc/posix-functions/duplocale.texi: Update platforms list.
4580         * doc/posix-functions/freelocale.texi: Likewise.
4581         * doc/posix-functions/newlocale.texi: Likewise.
4582         * doc/posix-functions/uselocale.texi: Likewise.
4583         * doc/posix-functions/isalnum_l.texi: Likewise.
4584         * doc/posix-functions/isalpha_l.texi: Likewise.
4585         * doc/posix-functions/isblank_l.texi: Likewise.
4586         * doc/posix-functions/iscntrl_l.texi: Likewise.
4587         * doc/posix-functions/isdigit_l.texi: Likewise.
4588         * doc/posix-functions/isgraph_l.texi: Likewise.
4589         * doc/posix-functions/islower_l.texi: Likewise.
4590         * doc/posix-functions/isprint_l.texi: Likewise.
4591         * doc/posix-functions/ispunct_l.texi: Likewise.
4592         * doc/posix-functions/isspace_l.texi: Likewise.
4593         * doc/posix-functions/isupper_l.texi: Likewise.
4594         * doc/posix-functions/iswalnum_l.texi: Likewise.
4595         * doc/posix-functions/iswalpha_l.texi: Likewise.
4596         * doc/posix-functions/iswblank_l.texi: Likewise.
4597         * doc/posix-functions/iswcntrl_l.texi: Likewise.
4598         * doc/posix-functions/iswctype_l.texi: Likewise.
4599         * doc/posix-functions/iswdigit_l.texi: Likewise.
4600         * doc/posix-functions/iswgraph_l.texi: Likewise.
4601         * doc/posix-functions/iswlower_l.texi: Likewise.
4602         * doc/posix-functions/iswprint_l.texi: Likewise.
4603         * doc/posix-functions/iswpunct_l.texi: Likewise.
4604         * doc/posix-functions/iswspace_l.texi: Likewise.
4605         * doc/posix-functions/iswupper_l.texi: Likewise.
4606         * doc/posix-functions/iswxdigit_l.texi: Likewise.
4607         * doc/posix-functions/isxdigit_l.texi: Likewise.
4608         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
4609         * doc/posix-functions/strcasecmp_l.texi: Likewise.
4610         * doc/posix-functions/strcoll_l.texi: Likewise.
4611         * doc/posix-functions/strfmon_l.texi: Likewise.
4612         * doc/posix-functions/strftime_l.texi: Likewise.
4613         * doc/posix-functions/strncasecmp_l.texi: Likewise.
4614         * doc/posix-functions/strxfrm_l.texi: Likewise.
4615         * doc/posix-functions/tolower_l.texi: Likewise.
4616         * doc/posix-functions/toupper_l.texi: Likewise.
4617         * doc/posix-functions/towctrans_l.texi: Likewise.
4618         * doc/posix-functions/towlower_l.texi: Likewise.
4619         * doc/posix-functions/towupper_l.texi: Likewise.
4620         * doc/posix-functions/wcscoll_l.texi: Likewise.
4621         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
4622         * doc/posix-functions/wctrans_l.texi: Likewise.
4623         * doc/posix-functions/wctype_l.texi: Likewise.
4624         * doc/glibc-functions/strptime_l.texi: Likewise.
4625         * doc/glibc-functions/strtod_l.texi: Likewise.
4626         * doc/glibc-functions/strtof_l.texi: Likewise.
4627         * doc/glibc-functions/strtol_l.texi: Likewise.
4628         * doc/glibc-functions/strtold_l.texi: Likewise.
4629         * doc/glibc-functions/strtoll_l.texi: Likewise.
4630         * doc/glibc-functions/strtoul_l.texi: Likewise.
4631         * doc/glibc-functions/strtoull_l.texi: Likewise.
4632         * doc/glibc-functions/wcsftime_l.texi: Likewise.
4633         * doc/glibc-functions/wcstod_l.texi: Likewise.
4634         * doc/glibc-functions/wcstof_l.texi: Likewise.
4635         * doc/glibc-functions/wcstol_l.texi: Likewise.
4636         * doc/glibc-functions/wcstold_l.texi: Likewise.
4637         * doc/glibc-functions/wcstoll_l.texi: Likewise.
4638         * doc/glibc-functions/wcstoul_l.texi: Likewise.
4639         * doc/glibc-functions/wcstoull_l.texi: Likewise.
4640
4641 2009-11-24  Bruno Haible  <bruno@clisp.org>
4642
4643         duplocale: Fix logic bug.
4644         * lib/duplocale.c: Don't include <langinfo.h>.
4645         (_NL_LOCALE_NAME): Remove macro.
4646         (rpl_duplocale): Use setlocale instead of nl_langinfo.
4647         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
4648
4649 2009-11-23  Jim Meyering  <meyering@redhat.com>
4650
4651         test-update-copyright: don't hard-code /usr/bin/perl
4652         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
4653         perl to print the current year.  Gilles Espinasse reported that
4654         the replaced use of perl was hard-coded as /usr/bin/perl.
4655
4656 2009-11-23  Bruno Haible  <bruno@clisp.org>
4657
4658         duplocale: Add support for glibc 2.3.x.
4659         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
4660
4661 2009-11-22  Bruno Haible  <bruno@clisp.org>
4662
4663         vasnprintf: Tiny optimization.
4664         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
4665         MacOS X.
4666
4667 2009-11-22  Bruno Haible  <bruno@clisp.org>
4668
4669         Tests for module 'duplocale'.
4670         * modules/duplocale-tests: New file.
4671         * tests/test-duplocale.c: New file.
4672
4673         New module 'duplocale'.
4674         * m4/duplocale.m4: New file.
4675         * lib/locale.in.h (duplocale): New declaration.
4676         * lib/duplocale.c: New file.
4677         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
4678         gl_LOCALE_H_DEFAULTS): New macros.
4679         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
4680         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
4681         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
4682         REPLACE_DUPLOCALE.
4683         * modules/duplocale: New file.
4684         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
4685
4686 2009-11-22  Bruno Haible  <bruno@clisp.org>
4687
4688         * modules/locale-tests (configure.ac): Test for newlocale function.
4689         * tests/test-locale.c: When the system has extended locale functions,
4690         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
4691
4692         locale: Make locale_t available when possible.
4693         * lib/locale.in.h: Include <xlocale.h> when it exists.
4694         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
4695         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
4696         * modules/locale (Depends-on): Add extensions.
4697         (Makefile.am): Also substitute HAVE_XLOCALE_H.
4698         * doc/posix-headers/locale.texi: Document the problem with locale_t.
4699
4700 2009-11-22  Bruno Haible  <bruno@clisp.org>
4701
4702         Add comments.
4703         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
4704         invocation.
4705         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
4706         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4707         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4708
4709 2009-11-22  Bruno Haible  <bruno@clisp.org>
4710
4711         error: account for the possibility of freopen (stdout).
4712         * lib/error.c: Include <unistd.h>.
4713         (flush_stdout): New function, extracted from error and error_at_line.
4714         Determine stdout's fd dynamically.
4715         (error, error_at_line): Invoke flush_stdout.
4716         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
4717         * modules/error (Depends-on): Add unistd.
4718
4719 2009-11-22  Bruno Haible  <bruno@clisp.org>
4720
4721         diffseq: Add comment.
4722         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
4723
4724 2009-11-22  Jim Meyering  <meyering@redhat.com>
4725
4726         c-stack: avoid defining an unused static function
4727         * lib/c-stack.c (find_stack_direction): Do not define this function
4728         when it will not be used.
4729
4730         diffseq: avoid spurious gcc warnings
4731         * lib/diffseq.h (IF_LINT2): Define.
4732         (compareseq): Use it to initialize two members of "part".
4733         This avoids two used-uninitialized warnings.
4734
4735 2009-11-21  Jim Meyering  <meyering@redhat.com>
4736
4737         c-stack: avoid "ignoring return value of `write'" warning
4738         * lib/c-stack.c: Include "ignore-value.h".
4739         (die): Explicitly ignore each write return value.
4740         * modules/c-stack (Depends-on): Add ignore-value.
4741
4742 2009-11-21  Bruno Haible  <bruno@clisp.org>
4743
4744         diffseq: reduce scope of variable 'best'.
4745         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
4746         variable, earlier used for two different purposes.
4747
4748 2009-11-21  Jim Meyering  <meyering@redhat.com>
4749
4750         diffseq: remove useless assignment to "best"
4751         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
4752         assignment.  At that point "best" is already guaranteed to be zero.
4753
4754 2009-11-20  Eric Blake  <ebb9@byu.net>
4755
4756         build: mention ftp redirector in release announcements
4757         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
4758         values that used to come from cfg.mk; mention FTP redirect URL.
4759         * build-aux/announce-gen: Mention the mirror list.
4760         Suggested by Karl Berry.
4761
4762         nanosleep: improve port to mingw
4763         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
4764         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
4765         LIB_NANOSLEEP, but only when needed.
4766         * modules/select (Link): Document LIBSOCKET.
4767         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
4768         enough.
4769
4770         nanosleep: work around cygwin bug
4771         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
4772         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
4773         bug.
4774         (getnow): Delete, not needed.
4775         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
4776         LIB_CLOCK_GETTIME.
4777         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
4778         clock-time, gettime.
4779         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
4780         bug.
4781         * modules/nanosleep-tests: New test.
4782         * tests/test-nanosleep.c: New file.
4783
4784         sleep: work around cygwin bug
4785         * lib/sleep.c (rpl_sleep): Work around the bug.
4786         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
4787         (gl_PREREQ_SLEEP): Delete unused macro.
4788         * modules/sleep (Depends-on): Add verify.
4789         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4790         * modules/unistd (Makefile.am): Substitute witness.
4791         * lib/unistd.in.h (sleep): Update prototype.
4792         * doc/posix-functions/sleep.texi (sleep): Document the bug.
4793         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
4794         * modules/sleep-tests (Depends-on): Check for alarm.
4795
4796 2009-11-20  Jim Meyering  <meyering@redhat.com>
4797
4798         maint.mk: improve sc_prohibit_magic_number_exit
4799         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
4800         so it does not match uses like System.exit(1).
4801         Add comments showing how to correct all offenders.
4802
4803 2009-11-19  Eric Blake  <ebb9@byu.net>
4804
4805         xalloc-die-tests: add missing library
4806         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
4807
4808         test-xvasprintf: silence compiler warnings
4809         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
4810         empty string from gcc.
4811
4812 2009-11-19  Jim Meyering  <meyering@redhat.com>
4813
4814         xfreopen: new module, from coreutils
4815         * modules/xfreopen: New module.
4816         * lib/xfreopen.c: New file.
4817         * lib/xfreopen.h: New file.
4818         * MODULES.html.sh (File stream based Input/Output"): Add it.
4819
4820 2009-11-19  Eric Blake  <ebb9@byu.net>
4821
4822         manywarnings: depend on warnings
4823         * modules/manywarnings (Depends-on): Add warnings.
4824
4825         build: avoid compiler warnings
4826         * lib/select.c (rpl_select): Delete unused variable.
4827         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
4828
4829 2009-11-18  Eric Blake  <ebb9@byu.net>
4830
4831         tests: avoid false negative with --with-packager
4832         * tests/test-version-etc.sh: Discard packager information.
4833         * tests/test-argp-version-etc-1.sh: Likewise.
4834         Reported by Mike Frysinger.
4835
4836         utimens: fix regression on Solaris
4837         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
4838         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
4839         can only change fd timestamps via futimesat.  Instead, use an
4840         additional witness macro to avoid BSD bug.
4841         Reported by Jim Meyering.
4842
4843 2009-11-17  Eric Blake  <ebb9@byu.net>
4844
4845         usleep: use it to simplify tests
4846         * modules/stat-time-tests (Depends-on): Add usleep.
4847         (configure.ac): Drop usleep check.
4848         * modules/chown-tests (Depends-on, configure.ac): Likewise.
4849         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
4850         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
4851         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
4852         * modules/openat-tests (Depends-on, configure.ac): Likewise.
4853         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
4854         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
4855         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
4856         Likewise.
4857         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
4858         * tests/test-lchown.h (nap): Likewise.
4859         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
4860         * tests/test-stat-time.c (nap): Likewise.
4861         * tests/test-utimens-common.h (nap): Update comments.
4862
4863         usleep: new module
4864         * modules/usleep: New file.
4865         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
4866         * lib/usleep.c (usleep): Likewise.
4867         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
4868         * modules/unistd (Makefile.am): Substitute witnesses.
4869         * lib/unistd.in.h (usleep): Add declaration.
4870         * doc/pastposix-functions/usleep.texi (usleep): Document this.
4871         * MODULES.html.sh (Date and time): Likewise.
4872         * modules/usleep-tests (Depends-on): New test.
4873         * tests/test-usleep.c: New file.
4874
4875         chown: work around OpenBSD bug
4876         * lib/chown.c (rpl_chown): Work around the bug.
4877         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
4878         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
4879         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
4880         * modules/chown (Depends-on): Add stdbool.
4881         * modules/lchown (Depends-on): Likewise.
4882         * doc/posix-functions/chown.texi (chown): Document the bug.
4883         * doc/posix-functions/lchown.texi (lchown): Likewise.
4884         * tests/test-lchown.h (test_chown): Relax test.
4885
4886         mkstemp: avoid conflict with C++ keyword template
4887         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
4888         * lib/mkostemp.c (mkostemp): Likewise.
4889         * lib/mkostemps.c (mkostemps): Likewise.
4890         * lib/mkstemp.c (mkstemp): Likewise.
4891         * lib/mkstemps.c (mkstemps): Likewise.
4892
4893         xalloc-die-tests: optimize
4894         * tests/test-xalloc-die.sh: Reduce number of processes.
4895
4896 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4897
4898         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
4899         patch from ludo@gnu.org (Ludovic Courtès).
4900
4901 2009-11-17  Jim Meyering  <meyering@redhat.com>
4902
4903         version-etc: use proper license string
4904         * modules/version-etc (License): Use LGPL, not LGPLv3+.
4905         * modules/version-etc-fsf: Likewise.
4906
4907 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4908
4909         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
4910         printed to stdout.  Deal with EOL differences.
4911
4912 2009-11-17  Eric Blake  <ebb9@byu.net>
4913
4914         unsetenv: work around Solaris bug
4915         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
4916         * lib/unsetenv.c (rpl_unsetenv): Work around it.
4917         Reported by Jim Meyering.
4918
4919         vasnprintf: avoid compiler warnings
4920         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
4921         variables.
4922         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
4923
4924 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4925
4926         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
4927         settings since xalloc-die is no longer the self test,
4928         xalloc-die.sh is.
4929
4930 2009-11-17  Jim Meyering  <meyering@redhat.com>
4931
4932         test-xalloc-die.sh: make the code agree with the commit log
4933         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
4934         at the end, just in case you happen to have a test-xalloc-die
4935         program in some other PATH directory.
4936
4937         test-xalloc-die.sh: fix a portability bug
4938         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
4939         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
4940         Otherwise, argv[0] (as often seen in diagnostics) would be too
4941         system-dependent, sometimes with, and sometimes without the leading "./".
4942
4943         version-etc-fsf: relax license to LGPLv3+
4944         * modules/version-etc-fsf (License): Relax license.
4945
4946 2009-11-16  Eric Blake  <ebb9@byu.net>
4947
4948         xalloc-die-tests: avoid printing null pointer
4949         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
4950         shell script.
4951         * tests/test-xalloc-die.c (program_name): Declare.
4952         * tests/test-xalloc-die.sh (tmpfiles): New file.
4953
4954         setenv, unsetenv: work around various bugs
4955         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
4956         (setenv) [HAVE_SETENV]: Work around bugs.
4957         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
4958         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
4959         for bugs.
4960         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
4961         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
4962         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
4963         * modules/stdlib (Makefile.am): Update substitutions.
4964         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
4965         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
4966         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
4967         * modules/setenv-tests: New test.
4968         * modules/unsetenv-tests: Likewise.
4969         * tests/test-setenv.c: New file.
4970         * tests/test-unsetenv.c: Likewise.
4971
4972 2009-11-16  Jim Meyering  <meyering@redhat.com>
4973
4974         version-etc: relax license to LGPLv3+
4975         * modules/version-etc (License): Relax license.
4976
4977         better AC_REQUIRE expanded-before-required-warning avoidance
4978         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
4979         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
4980         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
4981         which is no longer needed.
4982
4983 2009-11-16  Eric Blake  <ebb9@byu.net>
4984
4985         test-freading: clean up temporary file
4986         * tests/test-freading.c (main): Remove file on success, and use
4987         ASSERT more liberally.
4988         Reported by Jim Meyering.
4989
4990 2009-11-16  Jim Meyering  <meyering@redhat.com>
4991
4992         avoid new AC_REQUIRE expanded-before-required warnings
4993         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
4994         merely using it.
4995         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
4996         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
4997
4998 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4999
5000         * tests/test-xalloc-die.c: New file.
5001         * modules/xalloc-die-tests: New file.
5002         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
5003         XFAIL_TESTS so it can be appended by modules.
5004
5005 2009-11-15  Simon Josefsson  <simon@josefsson.org>
5006
5007         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
5008         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
5009
5010 2009-11-14  Eric Blake  <ebb9@byu.net>
5011
5012         fnmatch: avoid compiler warning
5013         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
5014         to silence compiler warning about mismatch signedness in ?:.
5015         Reported by Robert Millan.
5016
5017         intprops: add double-inclusion guard
5018         * lib/intprops.h: Allow idempotent includes.
5019         Suggested by Bruce Korb.
5020
5021         openat: detect Solaris fchownat bug
5022         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
5023         penalizing glibc chownat when only lchownat is broken.
5024         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
5025         trailing slash bugs.
5026         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
5027         * modules/openat-tests (Files): Include more files.
5028         (Depends-on): Add mgetgroups, sleep, stat-time.
5029         (configure.ac): Add additional checks.
5030         (Makefile.am): Build new test.
5031         * tests/test-fchownat.c: New file.
5032
5033         lchown: detect Solaris and FreeBSD bug
5034         * lib/lchown.c (rpl_lchown): Work around bug.
5035         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
5036         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5037         * modules/unistd (Makefile.am): Populate it.
5038         * lib/unistd.in.h (lchown): Update declaration.
5039         * doc/posix-functions/lchown.texi (lchown): Document the bug.
5040         * modules/lchown-tests: New file.
5041         * tests/test-lchown.h (test_lchown): Likewise.
5042         * tests/test-lchown.c (main): Likewise.
5043
5044         chown: detect Solaris and FreeBSD bug
5045         * lib/chown.c (rpl_chown): Work around bug.
5046         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
5047         (gl_PREREQ_CHOWN): Delete.
5048         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5049         * modules/unistd (Makefile.am): Populate it.
5050         * lib/unistd.in.h (chown): Update declaration.
5051         * lib/lchown.c (chown): Update client.
5052         * modules/lchown (Depends-on): Add lstat.
5053         * doc/posix-functions/chown.texi (chown): Document the bug.
5054         * doc/posix-functions/getgroups.texi (getgroups): Document
5055         getgroups pitfall.
5056         * modules/chown-tests: New file.
5057         * tests/test-chown.h (test_chown): Likewise.
5058         * tests/test-chown.c (main): Likewise.
5059
5060 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
5061
5062         gnulib-tool: correctly detect absence of m4 directories
5063         * gnulib-tool: Avoid extra newline on data passed to wc -l.
5064
5065 2009-11-14  Jim Meyering  <meyering@redhat.com>
5066
5067         maint.mk: Prohibit inclusion of "xalloc.h" without use.
5068         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
5069
5070 2009-11-14  John W. Eaton  <jwe@gnu.org>
5071
5072         strftime.h: wrap funtion declaration in extern "C" block
5073         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
5074
5075 2009-11-13  Eric Blake  <ebb9@byu.net>
5076
5077         getgroups: avoid compiler warning
5078         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
5079
5080         getgroups: work around FreeBSD bug
5081         * lib/getgroups.c (rpl_getgroups): Work around the bug.
5082         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
5083         * doc/posix-functions/getgroups.texi (getgroups): Document it.
5084         * tests/test-getgroups.c (main): Fix buffer overrun.
5085
5086         getgroups: avoid compilation failure
5087         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
5088         * modules/getgroups (Depends-on): Add stdint.
5089
5090 2009-11-13  Jim Meyering  <meyering@redhat.com>
5091
5092         test-getgroups: avoid compilation failure
5093         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
5094
5095 2009-11-13  Eric Blake  <ebb9@byu.net>
5096
5097         mgetgroups: new module, taken from coreutils
5098         * modules/mgetgroups: New file.
5099         * lib/mgetgroups.h: Likewise.
5100         * lib/mgetgroups.c (mgetgroups): Likewise.
5101         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
5102         * MODULES.html.sh (Users and groups): Mention it.
5103
5104         getgroups: don't expose GETGROUPS_T to user
5105         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
5106         an element at a time if GETGROUPS_T is wrong size.
5107         * lib/getugroups.h (getugroups): Change signature.
5108         * lib/unistd.in.h (getgroups): Likewise.
5109         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
5110         signature needs fixing.
5111         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
5112         AC_TYPE_GETGROUPS.
5113         * modules/group-member (Depends-on): Add getgroups.
5114         * lib/group-member.c (group_info, get_group_info): Use gid_t.
5115         (group_member): Rely on getgroups replacement.
5116         * lib/getugroups.c (getugroups): Use gid_t.
5117         * tests/test-getgroups.c (main): Likewise.
5118         * NEWS: Mention the signature change.
5119         * doc/posix-functions/getgroups.texi (getgroups): Mention the
5120         problem with signature.
5121         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
5122         GETGROUPS_T is still useful for setgroups.
5123
5124         getgroups, getugroups: provide stubs for mingw
5125         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
5126         * lib/getugroups.c (getugroups): Likewise.
5127         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
5128         function.  Modernize replacement scheme.
5129         (gl_PREREQ_GETGROUPS): Delete.
5130         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
5131         * modules/getgroups (configure.ac): Declare witness.
5132         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
5133         * modules/unistd (Depends-on): Substitute witness.
5134         * lib/unistd.in.h (getgroups): Declare replacement.
5135
5136         getgroups: avoid calling exit
5137         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
5138         drop xalloc.
5139         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
5140         dependencies.
5141         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
5142         exiting, in the rare case of malloc failure.
5143
5144         getgroups: fix logic error
5145         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
5146         has more than 20 groups.
5147         * modules/getgroups-tests: New test.
5148         * tests/test-getgroups.c: New file.
5149
5150 2009-11-13  Simon Josefsson  <simon@josefsson.org>
5151
5152         * tests/test-base64.c: Improve.
5153
5154 2009-11-13  Simon Josefsson  <simon@josefsson.org>
5155
5156         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
5157         Blake <ebb9@byu.net>.
5158
5159 2009-11-13  Simon Josefsson  <simon@josefsson.org>
5160
5161         * tests/test-xvasprintf.c: Add %s%s related checks.
5162
5163 2009-11-12  Eric Blake  <ebb9@byu.net>
5164
5165         version-etc: match standards.texi style
5166         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
5167         and use <> only for URLs.
5168
5169 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
5170
5171         fts: do not fail on a submount during traversal
5172         * lib/fts.c (fts_build): Read the stat info again after opening
5173         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
5174         Original report at http://bugzilla.redhat.com/501848.
5175
5176 2009-11-12  Jim Meyering  <meyering@redhat.com>
5177
5178         bootstrap: sync from coreutils
5179         * build-aux/bootstrap (bootstrap_epilogue): New function.
5180         Use git_modules_config in one more place.  This make bootstrap's
5181         --gnulib-srcdir option more useful for testing.
5182
5183         bootstrap: generalize autoheader check
5184         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
5185         AC_CONFIG_HEADERS.
5186
5187 2009-11-11  Eric Blake  <ebb9@byu.net>
5188
5189         mkfifoat: use new modules for Solaris and BSD bugs
5190         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
5191         * lib/mkfifoat.c (mknodat): Split...
5192         * lib/mknodat.c (mknodat): ...into new file.
5193         * modules/mkfifoat (Files): Ship new file.
5194         (Depends-on): Add mkfifo, mknod.
5195         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
5196         (Depends-on): Add symlink.
5197         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
5198         redundant with test_mkfifo.h.
5199         (do_mkfifoat, do_mknodat): New helpers.
5200
5201         mknod: new module
5202         * modules/mknod: New file.
5203         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
5204         * lib/mknod.c (mknod): Likewise.
5205         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
5206         defaults.
5207         * modules/sys_stat (Makefile.am): Substitute them.
5208         * lib/sys_stat.in.h (mknod): Declare replacement.
5209         * MODULES.html.sh (Support for systems lacking POSIX:2008):
5210         Document it.
5211         * doc/posix-functions/mknod.texi (mknod): Likewise.
5212         * modules/mknod-tests: New test.
5213         * tests/test-mknod.c: Likewise.
5214
5215         mkfifo: new module
5216         * modules/mkfifo: New file.
5217         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
5218         * lib/mkfifo.c (mkfifo): Likewise.
5219         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
5220         defaults.
5221         * modules/sys_stat (Makefile.am): Substitute them.
5222         * lib/sys_stat.in.h (mkfifo): Declare replacement.
5223         * MODULES.html.sh (Support for systems lacking POSIX:2008):
5224         Document it.
5225         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
5226         * modules/mkfifo-tests: New test.
5227         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
5228         from test-mkfifoat.c.
5229         * tests/test-mkfifo.c: New file.
5230
5231         readlink: detect FreeBSD bug
5232         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
5233         slash on symlink.
5234         * doc/posix-functions/readlink.texi (readlink): Document the bug.
5235         * tests/test-readlink.h (test_readlink): Enhance test.
5236
5237         symlink: detect FreeBSD bug
5238         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
5239         slash on symlink.
5240         * doc/posix-functions/symlink.texi (symlink): Document the bug.
5241         * tests/test-symlink.h (test_symlink): Enhance test.
5242
5243 2009-11-10  Eric Blake  <ebb9@byu.net>
5244
5245         link: detect FreeBSD bug
5246         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
5247         symlink.
5248         * doc/posix-functions/link.texi (link): Document the bug.
5249         * tests/test-link.h (test_link): Enhance test.
5250         * tests/test-linkat.c (main): Update caller.
5251
5252         unlink, remove: detect FreeBSD bug
5253         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
5254         slash on symlink.
5255         * doc/posix-functions/unlink.texi (unlink): Document the bug.
5256         * doc/posix-functions/remove.texi (remove): Likewise.
5257         * tests/test-unlink.h (test_unlink): Enhance test.
5258         * tests/test-remove.c (main): Likewise.
5259
5260 2009-11-09  Eric Blake  <ebb9@byu.net>
5261
5262         rename: detect FreeBSD bug
5263         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
5264         slash on symlink.
5265         * modules/renameat-tests (Depends-on): Add filenamecat.
5266         * tests/test-rename.h (test_rename): Allow one more errno.
5267         * tests/test-renameat.c (main): Likewise.
5268         * doc/posix-functions/rename.texi (rename): Document the bug.
5269
5270         open: detect FreeBSD bug
5271         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
5272         symlink.
5273         * doc/posix-functions/open.texi (open): Document the bug.
5274         * doc/posix-functions/utimes.texi (utimes): Likewise.
5275         * tests/test-open.h (test_open): Add parameters, and test symlink
5276         handling.
5277         * tests/test-open.c (main): Adjust caller.
5278         * tests/test-fcntl-safer.c (main): Likewise.
5279         * modules/open-tests (Depends-on): Add stdbool, symlink.
5280         * modules/fcntl-safer-tests (Depends-on): Likewise.
5281         * tests/test-openat.c (main): Add test-open tests.
5282
5283         stat: detect FreeBSD bug
5284         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
5285         symlink.
5286         * doc/posix-functions/stat.texi (stat): Document the bug.
5287         * tests/test-stat.h (test_stat_func): Add argument.
5288         * tests/test-stat.c (main): Adjust caller.
5289         * tests/test-fstatat.c (main): Likewise.
5290         * modules/stat-tests (Depends-on): Add stdbool, symlink.
5291         Reported by Jim Meyering.
5292
5293 2009-11-09  James Youngman  <jay@gnu.org>
5294
5295         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
5296         * lib/strftime.c: Correct placement of #include "ignore-value.h".
5297
5298 2009-11-08  Jim Meyering  <meyering@redhat.com>
5299
5300         utimens: remove invalid futimesat call
5301         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
5302         It used the file descriptor of the target file as the DIR_FD
5303         parameter and NULL as the file name.  That caused failure with
5304         errno == EFAULT on FreeBSD-8.0-rc2
5305
5306 2009-11-07  Eric Blake  <ebb9@byu.net>
5307
5308         fflush, freadseek: use fseeko, not fseek
5309         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
5310         (clear_ungetc_buffer): Avoid potential problems on large files.
5311         * lib/freadseek.c (freadseek): Likewise.
5312         * modules/freadseek (Depends-on): Add fseeko.
5313         * modules/fseek (configure.ac): Set a witness.
5314         * tests/test-fflush.c (main): Use fseeko.
5315         * tests/test-fpurge.c (fseek): Disable link warning.
5316         * tests/test-freadable.c (fseek): Likewise.
5317         * tests/test-freading.c (fseek): Likewise.
5318         * tests/test-fseeko.c (fseek): Likewise.
5319         * tests/test-ftell.c (fseek): Likewise.
5320         * tests/test-ftello.c (fseek): Likewise.
5321         * tests/test-fwritable.c (fseek): Likewise.
5322         * tests/test-fwriting.c (fseek): Likewise.
5323
5324 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5325
5326         * modules/memchr (Depends-on): Drop getpagesize dependency.
5327
5328 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5329
5330         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
5331         Reported by Ludovic Courtès.
5332         * build-aux/pmccabe2html: Improve example usage.
5333         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
5334
5335 2009-11-06  Jim Meyering  <meyering@redhat.com>
5336
5337         do-release-commit-and-tag: New module.
5338         Automate the release-commit and tag process.
5339         * build-aux/do-release-commit-and-tag: New script, from coreutils.
5340         * modules/do-release-commit-and-tag: New file.
5341         * MODULES.html.sh (Support for maintaining and releasing): Add it.
5342
5343 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5344
5345         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
5346         because test-select.c uses inet_pton.
5347
5348 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5349
5350         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
5351         GETADDRINFO_LIB.  Bump serial number.
5352         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
5353         Suggested by Eric Blake <ebb9@byu.net>.
5354
5355 2009-11-05  Eric Blake  <ebb9@byu.net>
5356
5357         strtod: detect darwin bug
5358         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
5359         Reported by Leo Davis.
5360
5361         freopen-safer: new module
5362         * modules/freopen-safer: New module.
5363         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
5364         * lib/freopen-safer.c (freopen_safer): New file.
5365         * lib/stdio-safer.h (freopen_safer): New declaration.
5366         * lib/stdio--.h (freopen): New override.
5367         * MODULES.html.sh (File stream based Input/Output): Mention it.
5368         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
5369         freopen-safer module.
5370         * doc/posix-functions/stderr.texi (stderr): Likewise.
5371         * doc/posix-functions/stdin.texi (stdin): Likewise.
5372         * doc/posix-functions/stdout.texi (stdout): Likewise.
5373         * modules/freopen-safer-tests: New test.
5374         * tests/test-reopen-safer.c: New file.
5375
5376 2009-11-05  Jim Meyering  <meyering@redhat.com>
5377
5378         maint.mk: Prohibit inclusion of "close-stream.h" without use.
5379         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
5380
5381 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5382
5383         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
5384
5385 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5386
5387         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
5388
5389 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5390
5391         Fix link error.
5392         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
5393         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5394
5395 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5396
5397         * tests/test-func.c: Also test value of __func__.
5398
5399 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5400
5401         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
5402         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
5403
5404 2009-11-05  Bruno Haible  <bruno@clisp.org>
5405
5406         Fix link error.
5407         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
5408         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5409         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
5410
5411 2009-11-05  Bruno Haible  <bruno@clisp.org>
5412
5413         Tests for module 'inet_pton'.
5414         * modules/inet_pton-tests: New file.
5415         * tests/test-inet_pton.c: New file.
5416
5417 2009-11-05  Bruno Haible  <bruno@clisp.org>
5418
5419         Tests for module 'inet_ntop'.
5420         * modules/inet_ntop-tests: New file.
5421         * tests/test-inet_ntop.c: New file.
5422
5423 2009-11-04  Eric Blake  <ebb9@byu.net>
5424
5425         stdlib-safer: wrap all mkstemp variants
5426         * modules/mkostemp (configure.ac): Set witness.
5427         * modules/mkostemps (configure.ac): Likewise.
5428         * modules/mkstemps (configure.ac): Likewise.
5429         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
5430         (mkstemps_safer): Wrap more functions.
5431         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
5432         wrapping.
5433         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
5434         (mkstemps_safer): Implement the wrappers.
5435
5436         mkstemps, mkostemps: new modules
5437         * modules/mkostemps: New module.
5438         * modules/mkstemps: Likewise.
5439         * lib/mkostemps.c (mkostemps): New file.
5440         * lib/mkstemps.c (mkstemps): Likewise.
5441         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
5442         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
5443         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
5444         * modules/stdlib (Makefile.am): Substitute them.
5445         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
5446         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
5447         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
5448         * doc/gnulib.texi (Glibc stdlib.h): Include them.
5449         * MODULES.html.sh (File system functions): Mention them.
5450
5451         tempname: resync from glibc
5452         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
5453         same values for __GT_FILE as glibc.  Abort even when assertions
5454         are disabled.
5455         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
5456         match its value otherwise.  Allow idempotent inclusion.
5457         * lib/mkdtemp.c (mkdtemp): Adjust caller.
5458         * lib/mkostemp.c (mkostemp): Likewise.
5459         * lib/mkstemp.c (mkstemp): Likewise.
5460         * lib/tmpfile.c (tmpfile): Likewise.
5461         * NEWS: Document this.
5462
5463         utimens: fix use of futimens on older Linux
5464         * lib/utimens.c (fdutimens): Use updated, rather than original,
5465         timespec to avoid bug in older Linux kernel.
5466         Reported by Simon Josefsson.
5467
5468 2009-11-04  Bruno Haible  <bruno@clisp.org>
5469
5470         Make num_processors more flexible and consistent.
5471         * lib/nproc.h (enum nproc_query): New type.
5472         (num_processors): Add a 'query' argument.
5473         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
5474         (num_processors): Add a 'query' argument. Test the value of the
5475         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
5476         mingw, count the number of CPUs available for the current process.
5477         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
5478         Check for sched_getaffinity and sched_getaffinity_np.
5479         * modules/nproc (Depends-on): Add c-ctype, extensions.
5480         * NEWS: Mention the change.
5481
5482 2009-11-03  Bruno Haible  <bruno@clisp.org>
5483
5484         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
5485
5486 2009-11-03  Jim Meyering  <meyering@redhat.com>
5487
5488         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
5489         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
5490         if it is defined.
5491
5492 2009-11-02  Eric Blake  <ebb9@byu.net>
5493
5494         mktime, timegm: share common declaration
5495         * lib/mktime-internal.h: New file.
5496         * lib/mktime.c: Use it rather than open-coding a declaration.
5497         * lib/timegm.c: Likewise.
5498         * modules/mktime (Files): Ship it.
5499         * modules/timegm (Files): Likewise.
5500         Suggested by Bruno Haible.
5501
5502         test-update-copyright: update test to match script changes
5503         * tests/test-update-copyright.sh: Avoid hard-coding perl
5504         location.  Don't update *.bak created by earlier runs.
5505
5506 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
5507             Simon Josefsson  <simon@josefsson.org>
5508             Bruno Haible  <bruno@clisp.org>
5509
5510         Fix link error on Solaris 8.
5511         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
5512         also in libnsl. Define also INET_PTON_LIB.
5513         * modules/inet_pton (Link): New section.
5514
5515 2009-11-02  Simon Josefsson  <simon@josefsson.org>
5516             Bruno Haible  <bruno@clisp.org>
5517
5518         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
5519         * modules/inet_ntop (Link): New section.
5520         Reported by Boyan Kasarov <bkasarov@gmail.com>.
5521
5522 2009-11-02  Eric Blake  <ebb9@byu.net>
5523
5524         maint: avoid compiler warnings in m4 macros
5525         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
5526         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
5527
5528 2009-11-02  Simon Josefsson  <simon@josefsson.org>
5529
5530         * m4/pmccabe2html.m4: Remove file.
5531         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
5532         function.  Change maintainer.
5533         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
5534         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
5535         Courtès).
5536
5537 2009-10-31  Eric Blake  <ebb9@byu.net>
5538
5539         fseeko: fix m4 regression
5540         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
5541         regression from 2009-10-27.
5542         Reported by Ralf Wildenhues.
5543
5544 2009-10-31  Jim Meyering  <meyering@redhat.com>
5545
5546         inttostr: aesthetics and improved (compile-time) safety
5547         Define inttype_is_signed rather than inttype_is_unsigned,
5548         since the sole use is via "#if inttype_is_signed".
5549         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
5550         inttype_is_unsigned.
5551         * lib/offtostr.c (inttype_is_signed): Likewise.
5552         * lib/uinttostr.c (inttype_is_signed): Likewise.
5553         * lib/umaxtostr.c (inttype_is_signed): Likewise.
5554         * lib/inttostr.c (inttostr): Use verify to cross-check the
5555         inttype_is_signed value and the signedness of the actual type.
5556         * modules/inttostr (Depends-on): Add verify.
5557
5558 2009-10-30  Eric Blake  <ebb9@byu.net>
5559
5560         build: avoid compiler warnings
5561         * lib/fchmodat.c (lchmod): Mark unused variables.
5562         * lib/getopt.c (_getopt_initialize): Likewise.
5563         * lib/mktime.c (__mktime_internal): Provide prototype.
5564         * lib/inttostr.c (inttostr): Avoid compiler warning even with
5565         older gcc that do not understand #pragma GCC diagnostic.
5566         * lib/uinttostr.c (inttype_is_unsigned): Define.
5567         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
5568
5569 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
5570
5571         stat: fix compilation on AIX
5572         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
5573         only see struct stat64.
5574
5575 2009-10-30  Eric Blake  <ebb9@byu.net>
5576
5577         exclude: make more robust
5578         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
5579         rather than masking a coding bug.
5580         Suggested by Bruno Haible.
5581
5582 2009-10-30  Jim Meyering  <meyering@redhat.com>
5583
5584         perl scripts: remove #!/usr/bin/perl in favor of more portable...
5585         Rather than putting #!/usr/bin/perl on the first line,
5586         start with a variant of what's recommended by "man perlrun" that
5587         invokes the first "perl" program from your shell's search path.
5588         * build-aux/gitlog-to-changelog: Replace #!... as above.
5589         Add a "Local Variables" perl mode setting.
5590         Prompted by a patch from Ludovic Courtès.
5591         Improved by Eric Blake.
5592         * build-aux/useless-if-before-free: Likewise.
5593         * build-aux/announce-gen: Likewise.
5594         * build-aux/update-copyright: Likewise.
5595
5596 2009-10-29  Eric Blake  <ebb9@byu.net>
5597
5598         filenamecat-lgpl: adjust clients
5599         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
5600         filenamecat.
5601         * modules/renameat (Depends-on): Likewise.
5602
5603         filenamecat: split into filenamecat-lgpl
5604         * modules/filenamecat-lgpl: New module.
5605         * modules/filenamecat (Files): Move library-safe files into
5606         filenamecat-lgpl.
5607         (Depends-on): Add filenamecat-lgpl.
5608         (configure.ac): Declare witness.
5609         * lib/filenamecat.h (file_name_concat): Only declare when using
5610         GPL module.
5611         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
5612         Move...
5613         * lib/filenamecat-lgpl.c: ...into new file.
5614         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
5615         (gl_FILE_NAME_CONCAT): Use it.
5616         * MODULES.html.sh (File system functions): Mention new module.
5617
5618         argp: avoid memory leak
5619         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
5620         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
5621         base_name, since the latter malloc()s and can call exit().
5622         Leak introduced 2006-07-03.
5623
5624         dirname-lgpl: adjust clients that don't need full dirname
5625         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
5626         * modules/filenamecat (Depends-on): Likewise.
5627         * modules/linkat (Depends-on): Likewise.
5628         * modules/mkancesdirs (Depends-on): Likewise.
5629         * modules/mkdir (Depends-on): Likewise.
5630         * modules/openat (Depends-on): Likewise.
5631         * modules/savewd (Depends-on): Likewise.
5632         * modules/rename (Depends-on): Likewise.
5633         (License): Relax license.
5634         * modules/mkdir-tests (Depends-on): Drop progname.
5635         (Makefile.am): Delete unneeded LDADD.
5636         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
5637
5638         dirname: split into dirname-lgpl
5639         * modules/dirname-lgpl: New module.
5640         * modules/dirname (Files): Move library-safe files into
5641         dirname-lgpl.
5642         (Depends-on): Add dirname-lgpl.
5643         (configure.ac): Declare witness.
5644         * modules/double-slash-root (License): Relax license.
5645         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
5646         module.
5647         * lib/dirname.c (dir_len, mdir_name): Move...
5648         * lib/dirname-lgpl.c: ...into new file.
5649         * lib/basename.c (last_component, base_len): Move...
5650         * lib/basename-lgpl.c: ...into new file.
5651         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
5652         (gl_DIRNAME): Use it.
5653         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
5654         Mention new module.
5655         * modules/dirname-tests (Depends-on): Add progname.
5656         * tests/test-dirname.c (program_name): Delete.
5657
5658         mkdir: make safe for libraries
5659         * modules/mkdir (Depends-on): Drop xalloc.
5660         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
5661         exit.
5662
5663         tests: avoid some compiler warnings
5664         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
5665         literals.
5666         * tests/test-memchr.c (main): Avoid type mismatch.
5667         * tests/test-arpa_inet.c (main): Avoid unused parameters.
5668         * tests/test-base64.c (main): Likewise.
5669         * tests/test-getdelim.c (main): Likewise.
5670         * tests/test-gethostname.c (main): Likewise.
5671         * tests/test-getline.c (main): Likewise.
5672         * tests/test-netinet_in.c (main): Likewise.
5673         * tests/test-select.c (open_server_socket, main): Likewise.
5674         * tests/test-select-stdin.c (main): Likewise.
5675         * tests/test-sockets.c (main): Likewise.
5676         * tests/test-strsignal.c (main): Likewise.
5677         * tests/test-sys_select.c (main): Likewise.
5678         * tests/test-sys_socket.c (main): Likewise.
5679         * tests/test-u64.c (main): Likewise.
5680         * tests/test-xfprintf-posix.c (main): Likewise.
5681         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
5682
5683         sockets: avoid compiler warning
5684         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
5685
5686         maint: detect usage(1) and other suspicious exits
5687         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
5688
5689 2009-10-29  Jim Meyering  <meyering@redhat.com>
5690
5691         timespec: long-to-int truncation could make timespec_cmp malfunction
5692         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
5693         a multiple of 2^32 nanoseconds as no difference.
5694
5695 2009-10-28  Jim Meyering  <meyering@redhat.com>
5696
5697         fprintftime: wrap macro code argument in "do {...} while(0)"
5698         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
5699         cpy macro must be a statement that can be followed by a semicolon.
5700         Now that the else clause contains a comment and is hence longer
5701         than one line, I require curly braces.  That in turn requires
5702         that we wrap this code block in the standard do...while(0).
5703
5704         fprintftime: remove stray semicolon from previous change
5705         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
5706
5707         fprintftime: avoid a warning about ignored fwrite return value
5708         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
5709         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
5710         that is unsafe.
5711         * modules/fprintftime (Depends-on): Add ignore-value.
5712
5713         exclude: avoid an unwarranted warning
5714         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
5715
5716 2009-10-27  Eric Blake  <ebb9@byu.net>
5717
5718         fseek: avoid compilation failure when fflush is replaced
5719         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
5720         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
5721         module is in use.
5722         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
5723         module is not in use; since REPLACE_FSEEK worked otherwise.
5724         (GNULIB_FTELLO): Likewise for ftell.
5725         Reported by Ian Beckwith and others.
5726
5727 2009-10-27  Bruno Haible  <bruno@clisp.org>
5728
5729         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
5730         Reported by Jim Meyering.
5731
5732 2009-10-27  Jim Meyering  <jim@meyering.net>
5733             Bruno Haible  <bruno@clisp.org>
5734
5735         Avoid warning despite dropping the return value of fwrite.
5736         * lib/unicodeio.c: Include ignore-value.h.
5737         (fwrite_success_callback): Explicitly ignore fwrite's return value.
5738         * modules/unicodeio (Depends-on): Add ignore-value.
5739
5740 2009-10-26  Eric Blake  <ebb9@byu.net>
5741
5742         areadlinkat: fix fallback path
5743         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
5744         pointer and zero.
5745
5746 2009-10-22  Pádraig Brady  <P@draigBrady.com>
5747
5748         Use a better IO block size for modern systems
5749         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
5750         * lib/md2.c: Likewise.
5751         * lib/md4.c: Likewise.
5752         * lib/md5.c: Likewise.
5753         * lib/sha1.c: Likewise.
5754         * lib/sha256.c: Likewise.
5755         * lib/sha512.c: Likewise.
5756
5757 2009-10-22  Eric Blake  <ebb9@byu.net>
5758
5759         tests: avoid several compiler warnings
5760         * tests/test-getcwd.c (main): Avoid buffer underflow.
5761         * tests/test-getdate.c (main): String literals are not safe with
5762         putenv, so use setenv.  Declare unused argument.
5763         * modules/getdate-tests (Depends-on): Add setenv.
5764         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
5765         problems with string literals in char *.
5766         * tests/test-hash.c (main): Avoid shadowing declaration.
5767         (insert_new): Treat string literals as char const *.
5768         * tests/test-getopt.h (test_getopt): Likewise.
5769         (getopt_loop): Alter types to minimize casting elsewhere.
5770         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
5771         (test_getopt_long_posix): Likewise.
5772         (do_getopt_long): Add wrapper to minimize casting.
5773         * tests/test-atexit.c (clear_temp_file): Use void.
5774         * tests/test-areadlink-with-size.c (main): Declare unused
5775         arguments.
5776         * tests/test-areadlink.c (main): Likewise.
5777         * tests/test-areadlinkat-with-size.c (main): Likewise.
5778         * tests/test-areadlinkat.c (main): Likewise.
5779         * tests/test-canonicalize-lgpl.c (main): Likewise.
5780         * tests/test-canonicalize.c (main): Likewise.
5781         * tests/test-dirent-safer.c (main): Likewise.
5782         * tests/test-dirname.c (main): Likewise.
5783         * tests/test-dup2.c (main): Likewise.
5784         * tests/test-fchdir.c (main): Likewise.
5785         * tests/test-fcntl-h.c (main): Likewise.
5786         * tests/test-fcntl-safer.c (main): Likewise.
5787         * tests/test-fdopendir.c (main): Likewise.
5788         * tests/test-fdutimensat.c (main): Likewise.
5789         * tests/test-fflush.c (main): Likewise.
5790         * tests/test-filenamecat.c (main): Likewise.
5791         * tests/test-filevercmp.c (main): Likewise.
5792         * tests/test-fopen-safer.c (main): Likewise.
5793         * tests/test-fopen.c (main): Likewise.
5794         * tests/test-fpending.c (main): Likewise.
5795         * tests/test-fpurge.c (main): Likewise.
5796         * tests/test-freading.c (main): Likewise.
5797         * tests/test-fstatat.c (main): Likewise.
5798         * tests/test-fsync.c (main): Likewise.
5799         * tests/test-futimens.c (main): Likewise.
5800         * tests/test-getndelim2.c (main): Likewise.
5801         * tests/test-gettimeofday.c (main): Likewise.
5802         * tests/test-getopt.c (main): Likewise.
5803         * tests/test-i-ring.c (main): Likewise.
5804         * tests/test-inttypes.c (main): Likewise.
5805         * tests/test-link.c (main): Likewise.
5806         * tests/test-lstat.c (main): Likewise.
5807         * tests/test-math.c (main): Likewise.
5808         * tests/test-md5.c (main): Likewise.
5809         * tests/test-memchr2.c (main): Likewise.
5810         * tests/test-memrchr.c (main): Likewise.
5811         * tests/test-mkdir.c (main): Likewise.
5812         * tests/test-mkdirat.c (main): Likewise.
5813         * tests/test-mkfifoat.c (main): Likewise.
5814         * tests/test-open.c (main): Likewise.
5815         * tests/test-openat-safer.c (main): Likewise.
5816         * tests/test-openat.c (main): Likewise.
5817         * tests/test-quotearg.c (main): Likewise.
5818         * tests/test-rawmemchr.c (main): Likewise.
5819         * tests/test-readlink.c (main): Likewise.
5820         * tests/test-remove.c (main): Likewise.
5821         * tests/test-rename.c (main): Likewise.
5822         * tests/test-renameat.c (main): Likewise.
5823         * tests/test-rmdir.c (main): Likewise.
5824         * tests/test-sha1.c (main): Likewise.
5825         * tests/test-signal.c (main): Likewise.
5826         * tests/test-sigaction.c (main): Likewise.
5827         * tests/test-stat.c (main): Likewise.
5828         * tests/test-stat-time.c (main): Likewise.
5829         * tests/test-stddef.c (main): Likewise.
5830         * tests/test-stdint.c (main): Likewise.
5831         * tests/test-stdio.c (main): Likewise.
5832         * tests/test-stdlib.c (main): Likewise.
5833         * tests/test-strchrnul.c (main): Likewise.
5834         * tests/test-strerror.c (main): Likewise.
5835         * tests/test-string.c (main): Likewise.
5836         * tests/test-strtod.c (main): Likewise.
5837         * tests/test-strverscmp.c (main): Likewise.
5838         * tests/test-symlink.c (main): Likewise.
5839         * tests/test-symlinkat.c (main): Likewise.
5840         * tests/test-sys_stat.c (main): Likewise.
5841         * tests/test-sys_time.c (main): Likewise.
5842         * tests/test-time.c (main): Likewise.
5843         * tests/test-unistd.c (main): Likewise.
5844         * tests/test-unlink.c (main): Likewise.
5845         * tests/test-unlinkat.c (main): Likewise.
5846         * tests/test-utimens.c (main): Likewise.
5847         * tests/test-utimensat.c (main): Likewise.
5848         * tests/test-version-etc.c (main): Likewise.
5849         * tests/test-wchar.c (main): Likewise.
5850         * tests/test-wctype.c (main): Likewise.
5851         * tests/test-xprintf-posix.c (main): Likewise.
5852         * tests/test-posixtm.c (main): Likewise.
5853         (STREQ): Delete unused macro.
5854         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
5855         shadowed variables.
5856         * tests/test-memchr.c (main): Likewise.
5857
5858 2009-10-21  Eric Blake  <ebb9@byu.net>
5859
5860         areadlinkat: avoid failure on older glibc
5861         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
5862         rather than mis-comparing 0 against FUNC_RESULT of char*.
5863
5864 2009-10-21  Bruno Haible  <bruno@clisp.org>
5865
5866         * modules/stpncpy (License): Relicense under LGPLv2+.
5867         Reported by David Lutterkort <lutter@redhat.com>.
5868
5869 2009-10-20  Eric Blake  <ebb9@byu.net>
5870
5871         utimensat: work around Solaris 9 bug
5872         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
5873         has trailing slash bugs.
5874         * tests/test-lutimens.h (test_lutimens): Enhance test.
5875         * tests/test-utimens.h (test_utimens): Likewise.
5876         * doc/posix-functions/utime.texi (utime): Enhance documentation.
5877         * doc/posix-functions/utimes.texi (utimes): Likewise.
5878         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5879         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
5880         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
5881         * doc/posix-functions/futimens.texi (futimens): Likewise.
5882
5883         fdutimensat: new module
5884         * modules/fdutimensat: New file.
5885         * lib/fdutimensat.c (fdutimensat): Likewise.
5886         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
5887         * MODULES.html.sh (File system functions): Mention module.
5888         * modules/fdutimensat-tests: New test.
5889         * tests/test-fdutimensat.c: Likewise.
5890
5891         doc: regenerate INSTALL
5892         * doc/INSTALL: Reflect recent autoconf update.
5893         * doc/INSTALL.ISO: Likewise.
5894         * doc/INSTALL.UTF-8: Likewise.
5895
5896 2009-10-20  Pádraig Brady  <P@draigBrady.com>
5897
5898         acl: warn if ACL support is not detected
5899         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
5900
5901 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
5902
5903         * lib/nproc.h: Add extern "C" block for C++.
5904
5905 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
5906             Bruno Haible  <bruno@clisp.org>
5907
5908         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
5909         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
5910         * doc/posix-functions/isalpha.texi: Likewise.
5911         * doc/posix-functions/isblank.texi: Likewise.
5912         * doc/posix-functions/iscntrl.texi: Likewise.
5913         * doc/posix-functions/isdigit.texi: Likewise.
5914         * doc/posix-functions/isgraph.texi: Likewise.
5915         * doc/posix-functions/islower.texi: Likewise.
5916         * doc/posix-functions/isprint.texi: Likewise.
5917         * doc/posix-functions/ispunct.texi: Likewise.
5918         * doc/posix-functions/isspace.texi: Likewise.
5919         * doc/posix-functions/isupper.texi: Likewise.
5920         * doc/posix-functions/isxdigit.texi: Likewise.
5921
5922 2009-10-18  Bruno Haible  <bruno@clisp.org>
5923
5924         Tests for module 'isblank'.
5925         * modules/isblank-tests: New file.
5926         * tests/test-isblank.c: New file.
5927
5928         New module 'isblank'.
5929         * lib/isblank.c: New file.
5930         * m4/isblank.m4: New file.
5931         * modules/isblank: New file.
5932         * doc/posix-functions/isblank.texi: Mention the new module.
5933
5934 2009-10-18  Bruno Haible  <bruno@clisp.org>
5935
5936         New module 'ctype'.
5937         * lib/ctype.in.h: New file.
5938         * m4/ctype.m4: New file.
5939         * modules/ctype: New file.
5940         * doc/posix-headers/ctype.texi: Mention the new module.
5941
5942 2009-10-18  Jim Meyering  <meyering@redhat.com>
5943
5944         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
5945         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
5946         right after its initialization, rather than farther down.
5947         Keeping these in close proximity makes it easier to ensure
5948         that each such variable is initialized.  E.g.,
5949
5950             LIB_CLOCK_GETTIME=
5951             AC_SUBST([LIB_CLOCK_GETTIME])
5952
5953         This change also increments these serial numbers.
5954         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
5955         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5956         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5957
5958 2009-10-18  Bruno Haible  <bruno@clisp.org>
5959
5960         Don't let environment variables perturb build.
5961         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
5962         (gl_PREREQ_GETHRXTIME): ... not here.
5963
5964 2009-10-18  Bruno Haible  <bruno@clisp.org>
5965
5966         Avoid symlink attack in localcharset module.
5967         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
5968         (O_NOFOLLOW): Define fallback.
5969         (get_charset_aliases): Don't open the file if it is a symbolic link.
5970         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
5971         gl_FCNTL_H.
5972         (gl_FCNTL_H): Require it.
5973         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
5974         * modules/localcharset (Files): Add m4/fcntl_h.m4.
5975         Reported by Fergal Glynn <fglynn@veracode.com>.
5976
5977 2009-10-18  Bruno Haible  <bruno@clisp.org>
5978
5979         Implement nproc for mingw.
5980         * lib/nproc.c: Include <windows.h>
5981         (num_processors): On native Windows platforms, try GetSystemInfo.
5982
5983 2009-10-18  Bruno Haible  <bruno@clisp.org>
5984
5985         Implement nproc for IRIX.
5986         * lib/nproc.c: Include <sys/sysmp.h>.
5987         (num_processors): On IRIX systems, try sysmp.
5988         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
5989
5990 2009-10-18  Bruno Haible  <bruno@clisp.org>
5991
5992         Implement nproc for HP-UX.
5993         * lib/nproc.c: Include <sys/pstat.h>
5994         (num_processors): On HP-UX systems, try pstat_getdynamic.
5995         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
5996         pstat_getdynamic.
5997
5998 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
5999             Bruno Haible  <bruno@clisp.org>
6000
6001         Implement nproc for NetBSD, OpenBSD.
6002         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
6003         (ARRAY_SIZE): New macro.
6004         (num_processors): On BSD systems, try sysctl of HW_NCPU.
6005         * m4/nproc.m4: New file.
6006         * modules/nproc (Files): Add m4/nproc.m4.
6007         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
6008         (Makefile.am): Instead, augment lib_SOURCES.
6009
6010 2009-10-18  Bruno Haible  <bruno@clisp.org>
6011
6012         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
6013         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
6014         sys/param.h.
6015
6016 2009-10-16  Eric Blake  <ebb9@byu.net>
6017
6018         utimensat: new module
6019         * modules/utimensat: New file.
6020         * lib/utimensat.c (utimensat): Likewise.
6021         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6022         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
6023         so we can work around Linux bugs.
6024         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6025         * modules/sys_stat (Makefile.am): Substitute them.
6026         * lib/sys_stat.in.h (utimensat): Declare it.
6027         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6028         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6029         * modules/utimensat-tests: New test.
6030         * tests/test-utimensat.c: Likewise.
6031
6032         utimens: let lutimens work on non-symlinks
6033         * lib/utimens.c (lutimens): Fall back to utimens rather than
6034         failing with ENOSYS, when file is not a symlink.
6035         (utimens): Reduce redirection.
6036         * tests/test-lutimens.h (test_lutimens): Update test to cover
6037         non-symlinks.
6038         * tests/test-utimens.h (test_utimens): Update test to cover
6039         symlinks.
6040         * tests/test-utimens.c (main): Update caller.
6041
6042         utimens: cache whether utimensat syscall works
6043         * lib/utimens.c (utimensat_works_really): New cache variable.
6044         (fdutimens, lutimens): Use it to avoid failing syscall.
6045
6046         test-stat-time, test-utimens: improve portability
6047         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
6048         ext4 on alpha, and for cygwin.
6049         * tests/test-utimens-common.h: New file.
6050         (nap): Factor delays into single function.
6051         * tests/test-lutimens.h (test_lutimens): Use new header.
6052         * tests/test-futimens.h (test_futimens): Likewise.
6053         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
6054         timestamps to occur from same machine, as was done previously for
6055         test_utimens.
6056         * modules/utimens-tests (Files): Ship new file.
6057         * modules/futimens-tests (Files): Likewise.
6058         Reported in part by Jim Meyering.
6059
6060         sys_stat: sort replacement declarations
6061         * lib/sys_stat.in.h: Sort declarations.
6062         * lib/futimens.c (futimens): Fix typo.
6063
6064 2009-10-15  Jim Meyering  <meyering@redhat.com>
6065
6066         don't let environment settings perturb build
6067         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
6068         could cause a configure-time and/or build-time malfunction.
6069         Typically, a configure-time function-in-library test is performed
6070         via code like this:
6071
6072           LIB_VAR=
6073           AC_SUBST([LIB_VAR])
6074           prefix_saved_LIBS=$LIBS
6075             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
6076                        [test "$ac_cv_search_FUNC" = "none required" ||
6077                         LIB_VAR=$ac_cv_search_FUNC])
6078           LIBS=$prefix_saved_LIBS
6079
6080         However, in each of the files affected by this change, the LIB_VAR=
6081         initialization was omitted.  Thus, when set in the environment, its
6082         value would propagate into generated Makefiles when FUNC is not found
6083         in LIB_NAME.
6084         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
6085         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
6086         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6087
6088 2009-10-14  Eric Blake  <ebb9@byu.net>
6089
6090         fchdir: avoid infinite recursion in mingw
6091         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
6092         recursing.
6093
6094         test-stat-time: port to mingw
6095         * tests/test-stat-time.c (force_unlink): Return a value.
6096         (test_ctime) [W32]: Fix compilation error.
6097         (nap): Don't call usleep with too large an argument.  Use
6098         force_unlink.
6099         * doc/pastposix-functions/usleep.texi (usleep): Document the
6100         portability issue.
6101
6102 2009-10-13  Jim Meyering  <meyering@redhat.com>
6103
6104         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
6105         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
6106         * modules/pipe-filter-ii: Likewise.
6107         * modules/sys_socket-tests: Likewise.
6108         * modules/tsearch-tests: Likewise.
6109         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
6110         (check): Depend on it.
6111
6112 2009-10-12  Eric Blake  <ebb9@byu.net>
6113
6114         utimens-tests: port to NFS file systems
6115         * tests/test-utimens.h (test_utimens): Refactor utimecmp
6116         comparisons to avoid spurious failures from timestamp drift
6117         between NFS machines.
6118
6119 2009-10-12  Eric Blake  <ebb9@byu.net>
6120
6121         stat-time-tests: minor cleanups
6122         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
6123         * tests/test-stat-time.c (nap): Separate assignment from call.
6124         Suggested by Paolo Bonzini and Bruno Haible.
6125
6126         sys_stat: guarantee struct timespec
6127         * lib/sys_stat.in.h (includes): Always include <time.h>
6128         * modules/sys_stat (Depends-on): Add time.
6129         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
6130         mode_t permission values.
6131         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
6132         get at subsecond timestamps.
6133
6134 2009-10-10  Eric Blake  <ebb9@byu.net>
6135
6136         futimens: new module
6137         * modules/futimens: New file.
6138         * lib/futimens.c (futimens): Likewise.
6139         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
6140         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
6141         we can work around Linux bugs.
6142         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6143         * modules/sys_stat (Makefile.am): Substitute them.
6144         * lib/sys_stat.in.h (futimens): Declare it.
6145         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6146         * doc/posix-functions/futimens.texi (futimens): Likewise.
6147         * modules/futimens-tests: New test.
6148         * tests/test-futimens.c: Likewise.
6149
6150         utimens: introduce fdutimens
6151         * lib/utimens.h (fdutimens): New prototype.
6152         * lib/utimens.c (gl_futimens): Move guts...
6153         (fdutimens): ...to new interface.
6154         * tests/test-utimens.c (do_fdutimens): Use it.
6155
6156         utimens: add UTIME_NOW and UTIME_OMIT support
6157         * lib/utimens.c (validate_timespec, update_timespec): New helper
6158         functions.
6159         (gl_futimens, lutimens): Use them.
6160         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
6161         stdbool, sys_stat.
6162         (Link): Mention resulting library dependency.
6163         * modules/utimecmp (Link): Likewise.
6164         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
6165         (Makefile.am): Pick up library dependency.
6166         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
6167         definition.
6168         * tests/test-sys_stat.c: Test the definitions.
6169         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
6170         * NEWS: Document library dependency.
6171
6172         utimecmp: support symlink timestamps
6173         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
6174         hashing when possible.  Use pathconf when available.
6175         (SYSCALL_RESOLUTION): Recognize tighter resolution.
6176         * modules/utimecmp (Depends-on): Add lstat.
6177
6178         utimens: add lutimens interface
6179         * lib/utimens.c (lutimens): New function.
6180         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
6181         * lib/utimens.h (lutimens): Declare new interface.
6182         * tests/test-utimens.c (main): Enhance test.
6183         * tests/test-lutimens.h (test_lutimens): New file.
6184         * modules/utimens-tests (Files): Distribute it.
6185         (Depends-on): Add symlink.
6186         (configure.ac): Check for usleep.
6187
6188         utimens: validate futimens usage
6189         * lib/utimens.c (gl_futimens): Require valid fd up front, using
6190         fewer syscalls on failure later on.  Avoid compiler warning on
6191         mingw.
6192         * modules/utimens (Depends-on): Add dup2.
6193
6194         utimens: add test
6195         * modules/utimens-tests: New test.
6196         * tests/test-utimens.h: New file.
6197         * tests/test-futimens.h: Likewise.
6198         * tests/test-utimens.c: Likewise.
6199
6200         doc: mention timestamp portability issues
6201         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
6202         instead.
6203         * doc/posix-functions/utime.texi (utime): Likewise.
6204         * doc/posix-functions/utimes.texi (utimes): Likewise.
6205         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
6206         instead.
6207         * doc/posix-functions/futimens.texi (futimens): Mention utimens
6208         module.
6209         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6210         Mention weakness with symlink timestamps.
6211         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
6212         to utimensat/futimens instead.
6213         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
6214
6215         test-dup2: enhance test
6216         * tests/test-dup2.c (main): Also check AT_FDCWD.
6217
6218         test-stat-time: avoid more spurious failures
6219         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
6220         xfs; and avoid race if the two timestamps cross quantization edge.
6221
6222         relocatable: prefer 'file system' over 'filesystem'
6223         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
6224         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
6225         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
6226         * doc/relocatable.texi (Enabling Relocatability): Likewise.
6227         * lib/relocatable.c (compute_curr_prefix): Likewise.
6228
6229 2009-10-10  Jim Meyering  <meyering@redhat.com>
6230
6231         stat-time-tests: check for the usleep function
6232         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
6233
6234 2009-10-10  Bruno Haible  <bruno@clisp.org>
6235
6236         * modules/xnanosleep: Put the Link section after the Include section.
6237
6238 2009-10-09  Eric Blake  <ebb9@byu.net>
6239
6240         dup2: work around FreeBSD 6.1 bug
6241         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
6242         * doc/posix-functions/dup2.texi (dup2): Document it.
6243         Reported by Nelson H. F. Beebe and Jim Meyering.
6244
6245         test-stat-time: port to buggy NFS clients
6246         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
6247         (test_ctime): Also skip test if mtime and ctime are skewed.
6248
6249         maint: prefer 'file system' over 'filesystem'
6250         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
6251         * doc/posix-functions/lstat.texi (lstat): Likewise.
6252         * lib/file-has-acl.c (file_has_acl): Likewise.
6253         * lib/fwriteerror.c [TEST]: Likewise.
6254         * tests/test-areadlink.h (test_areadlink): Likewise.
6255         * tests/test-areadlinkat-with-size.c (main): Likewise.
6256         * tests/test-areadlinkat.c (main): Likewise.
6257         * tests/test-canonicalize-lgpl.c (main): Likewise.
6258         * tests/test-canonicalize.c (main): Likewise.
6259         * tests/test-fstatat.c (main): Likewise.
6260         * tests/test-linkat.c (main): Likewise.
6261         * tests/test-lstat.h (test_lstat_func): Likewise.
6262         * tests/test-mkdir.h (test_mkdir): Likewise.
6263         * tests/test-readlink.h (test_readlink): Likewise.
6264         * tests/test-remove.c (main): Likewise.
6265         * tests/test-rename.h (test_rename): Likewise.
6266         * tests/test-renameat.c (main): Likewise.
6267         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6268         * tests/test-symlink.h (test_symlink): Likewise.
6269         * tests/test-symlinkat.c (main): Likewise.
6270         * tests/test-unlink.h (test_unlink_func): Likewise.
6271         * tests/test-unlinkat.c (main): Likewise.
6272
6273         maint: make realtime library usage explicit
6274         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
6275         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
6276         * modules/settime (Link): Likewise.
6277         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
6278
6279         test-stat-time: speed up execution
6280         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
6281         warning on mingw.
6282         (nap): New helper function.
6283         (prepare_test): Use it to reduce sleep time.
6284         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
6285         execution.
6286         * modules/stat-time-tests (configure.ac): Check for usleep.
6287
6288 2009-10-09  Jim Meyering  <meyering@redhat.com>
6289
6290         selinux-h: always use getfilecon wrappers
6291         * lib/getfilecon.c: New file.
6292         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
6293         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
6294         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
6295         (fgetfilecon): Provide a stub.
6296         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
6297         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
6298         file unconditionally.
6299         When <selinux/selinux.h> is found, arrange to use wrappers.
6300         * modules/selinux-h (Files): Add getfilecon.c.
6301         (Makefile.am): Substitute include-next-related bits
6302         into the now-always-generated selinux/selinux.h file.
6303         * doc/glibc-functions/lgetfilecon.texi: New file.
6304         * doc/glibc-functions/fgetfilecon.texi: New file.
6305         * doc/glibc-functions/getfilecon.texi: New file.
6306         * doc/glibc-functions/getfilecon-desc.texi: New file.
6307         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
6308         which to pull in the new files.
6309         * MODULES.html.sh (Misc): Add selinux-h.
6310
6311 2009-10-08  Jim Meyering  <meyering@redhat.com>
6312
6313         unistd: fix comment typo
6314         * lib/unistd.in.h (euidaccess): Fix a comment typo.
6315
6316 2009-10-08  Eric Blake  <ebb9@byu.net>
6317
6318         areadlink: use SIZE_MAX consistently
6319         * modules/areadlink (Depends-on): Add stdint.
6320         * modules/areadlink-with-size (Depends-on): Likewise.
6321         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
6322         gives NULL; drop sys/types, since unistd gives size_t; and add
6323         stdint for SIZE_MAX.
6324         (SIZE_MAX): Rely on headers.
6325         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
6326         and add stdint.
6327         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
6328         (SIZE_MAX): Likewise.
6329         (INITIAL_BUF_SIZE): Turn into enum.
6330         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
6331
6332 2009-10-08  Jim Meyering  <meyering@redhat.com>
6333
6334         areadlinkat: avoid compilation failure
6335         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
6336         Fix typo in comment.
6337
6338 2009-10-07  Eric Blake  <ebb9@byu.net>
6339
6340         areadlinkat-with-size: new module
6341         * modules/areadlinkat-with-size: New module.
6342         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
6343         * lib/areadlink.h (areadlinkat): Declare it.
6344         * MODULES.html.sh (File system functions): Mention it.
6345         * modules/areadlinkat-with-size-tests: New test.
6346         * tests/test-areadlinkat-with-size.c: New file.
6347
6348         xreadlinkat: new module
6349         * modules/xreadlinkat: New module.
6350         * lib/xreadlinkat.c (xreadlinkat): New file.
6351         * lib/xreadlink.h (xreadlinkat): Declare it.
6352         * MODULES.html.sh (File system functions): Mention it.
6353
6354         areadlinkat: new module
6355         * lib/at-func.c (FUNC_FAIL): New define.
6356         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
6357         * modules/areadlinkat: New module.
6358         * lib/linkat.c (areadlinkat): Move...
6359         * lib/areadlinkat.c (areadlinkat): ...to new file.
6360         * lib/areadlink.h (areadlinkat): Declare it.
6361         * modules/linkat (Depends-on): Add areadlinkat.
6362         * MODULES.html.sh (File system functions): Mention it.
6363         * modules/areadlinkat-tests: New test.
6364         * tests/test-areadlinkat.c: New file.
6365
6366         areadlink, areadlink-with-size: add tests
6367         * modules/areadlink-tests: New test.
6368         * modules/areadlink-with-size-tests: Likewise.
6369         * tests/test-areadlink.h: New file.
6370         * tests/test-areadlink.c: Likewise.
6371         * tests/test-areadlink-with-size.c: Likewise.
6372
6373         maint: minor cleanups
6374         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
6375         _UNUSED_PARAMETER_ instead.
6376         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
6377         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
6378         * modules/linkat-tests (Files): Distribute test-link.h.
6379
6380         openat, utimens: whitespace cleanup
6381         * lib/openat.c: Prefer space throughout, rather than mix of 8
6382         spaces vs. tabs.
6383         * lib/at-func.c: Likewise.
6384         * lib/utimens.c: Likewise.
6385
6386         openat: avoid using wrong fd
6387         * lib/openat.c (openat_permissive): Reject user's fd if saving the
6388         working directory chooses same fd.
6389         * lib/at-func.c (AT_FUNC_NAME): Likewise.
6390
6391         mkdir, mkdirat: fix cygwin 1.5.x bug
6392         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
6393         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
6394         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
6395         bug.
6396         (gl_PREREQ_MKDIR): Delete unused macro.
6397         * modules/mkdir (Files): Track file rename.
6398         (configure.ac): Update macro name.
6399         * modules/openat (Depends-on): Add mkdir.
6400         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
6401
6402         mkdir, mkdirat: add tests
6403         * modules/mkdir-tests: New test.
6404         * tests/test-mkdir.h: New file.
6405         * tests/test-mkdir.c: Likewise.
6406         * tests/test-mkdirat.c: Likewise.
6407         * modules/openat-tests (Files): Add new files.
6408         (Makefile.am): Run new test.
6409
6410 2009-10-06  Eric Blake  <ebb9@byu.net>
6411
6412         doc: tweak *at function documentation
6413         * doc/posix-functions/faccessat.texi (faccessat): Mention
6414         known issue with replacement.
6415         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
6416         * doc/posix-functions/linkat.texi (linkat): Likewise.
6417         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6418         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6419         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6420         * doc/posix-functions/renameat.texi (renameat): Likewise.
6421         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6422
6423         openat: fix GNU/Hurd bug in unlinkat
6424         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
6425         broken.
6426         * doc/posix-functions/unlink.texi (unlink): Document this.
6427         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
6428
6429         fdopendir: fix GNU/Hurd bug
6430         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
6431         allowing non-directory fds.
6432         * lib/fdopendir.c (rpl_fdopendir): Work around it.
6433         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
6434         * modules/dirent (Makefile.am): Substitute it.
6435         * lib/dirent.in.h (fdopendir): Declare replacement.
6436         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
6437         * tests/test-fdopendir.c (main): Test something other than
6438         /dev/null, since on Hurd that behaves like a directory.
6439
6440         test-symlink: port to GNU/Hurd
6441         * tests/test-symlink.h (test_symlink): Relax expected errno.
6442
6443         doc: tweak more cygwin information
6444         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
6445         now compatible with glibc.
6446         * doc/posix-functions/getopt.texi (getopt): Likewise.
6447
6448         getopt-gnu: add another test
6449         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
6450         guarantee behavior relied on by m4.
6451         * tests/test-getopt.c (main): Use it.
6452         * modules/getopt-posix-tests (Depends-on): Add setenv.
6453         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
6454
6455         getopt: fix compilation on darwin
6456         * lib/getopt.in.h (includes): Leave breadcrumbs during system
6457         include.
6458         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
6459         Reported by Ludovic Courtès.
6460
6461 2009-10-06  Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/size_max (Description): Discourage its use.
6464         Reported by Simon Josefsson.
6465
6466 2009-10-06  Jim Meyering  <meyering@redhat.com>
6467
6468         linkat: avoid compilation failure
6469         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
6470
6471 2009-10-05  Eric Blake  <ebb9@byu.net>
6472
6473         linkat: support Linux 2.6.17
6474         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
6475         linkat on Linux, but allow cache variable override.
6476         * lib/linkat.c (rpl_linkat): Define override.
6477         * modules/linkat (Depends-on): Add symlinkat.
6478         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
6479         * modules/unistd (Makefile.am): Substitute it.
6480         * lib/unistd.in.h (linkat): Declare replacement.
6481         Reported by Pádraig Brady.
6482
6483         quotearg: port test to systems with C.UTF-8 locale
6484         * tests/test-quotearg.c (struct result_strings): Add another
6485         member, differentiating between C.ASCII and C.UTF-8 handling.
6486         (compare_strings): Add parameter.
6487         (main): Adjust all callers.
6488
6489         getopt: avoid clash with FreeBSD _getopt_internal
6490         * lib/getopt.in.h (_getopt_internal): Override the name.
6491         * lib/getopt_int.h (includes): Pick up any overrides.
6492         Reported by Reuben Thomas.
6493
6494         hash: allow C89 compilation
6495         * lib/hash.c (check_tuning): Move declaration before statement.
6496         Reported by Reuben Thomas.
6497
6498 2009-10-05  Karl Berry  <karl@gnu.org>
6499
6500         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
6501
6502 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
6503             Bruno Haible  <bruno@clisp.org>
6504
6505         * lib/uname.c (uname): Use a table-driven algorithm to compute
6506         Windows NT versions.
6507
6508 2009-10-04  Bruno Haible  <bruno@clisp.org>
6509
6510         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
6511         program_invocation_short_name.
6512         * modules/progname (configure.ac): Test for presence of
6513         program_invocation_short_name.
6514         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
6515
6516 2009-10-04  Bruno Haible  <bruno@clisp.org>
6517
6518         * lib/progname.c (set_program_name): Fix comment.
6519         Reported by Jim Meyering.
6520
6521 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
6522             Bruno Haible  <bruno@clisp.org>
6523
6524         * lib/uname.c: Include <string.h>.
6525         (uname): Do only one call to GetVersionEx in the common case.
6526
6527 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
6528             Bruno Haible  <bruno@clisp.org>
6529
6530         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
6531         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
6532         (uname): Add support for Windows CE and various non-x86 CPU types.
6533
6534 2009-10-03  Bruno Haible  <bruno@clisp.org>
6535
6536         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
6537         invocation to tests/configure.ac.
6538         Reported by Ian Beckwith <ianb@erislabs.net>.
6539
6540 2009-10-02  Eric Blake  <ebb9@byu.net>
6541
6542         fchdir: avoid compiler warning
6543         * lib/fchdir.c (canonicalize_file_name)
6544         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
6545
6546         test-open: support mingw errno values
6547         * tests/test-open.h (test_open): Relax test.
6548         * tests/test-fopen.h (test_fopen): Likewise.
6549         * tests/test-openat-safer.c (main): Likewise.
6550
6551         open: fix opening directory on mingw
6552         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
6553
6554         test-open: on GNU/Hurd, /dev/null is a directory
6555         * tests/test-fopen.h (main): Rename...
6556         (test_fopen): ...to this.  Use a guaranteed non-directory when
6557         confirming open behavior on trailing slash.
6558         * tests/test-openat-safer.c (main): Likewise.
6559         * tests/test-open.h (main): Likewise....
6560         (test_open): ...to this.
6561         * tests/test-fopen.c (main): Adjust caller.
6562         * tests/test-fopen-safer.c (main): Likewise.
6563         * tests/test-open.c (main): Likewise.
6564         * tests/test-fcntl-safer.c (main): Likewise.
6565         Reported by Samuel Thibault.
6566
6567         rename, fchdir: don't ignore chdir failure
6568         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
6569         * lib/rename.c (rpl_rename) [W32]: Likewise.
6570         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
6571         an empty destination directory if source cannot be renamed,
6572         although there is still possibility for failure.
6573         * doc/posix-functions/rename.texi (rename): Document the race.
6574         Reported by Jim Meyering.
6575
6576         maint: cleanup whitespace in recent commits
6577         * lib/rename.c (rpl_rename): Remove tabs.
6578         * tests/test-link.h (test_link): Likewise.
6579         * lib/fchdir.c (get_name): Likewise.
6580         Reported by Jim Meyering.
6581
6582 2009-10-02  Ben Pfaff  <blp@gnu.org>
6583
6584         relocatable-prog-wrapper: Add missing dependency on
6585         double-slash-root.
6586         * modules/relocatable-prog-wrapper: Add dependency.
6587         Reported by Ian Beckwith <ianb@erislabs.net>.
6588
6589 2009-10-02  Eric Blake  <ebb9@byu.net>
6590
6591         renameat: fix Solaris bugs
6592         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
6593         needed fixing.
6594         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
6595         * modules/stdio (Makefile.am): Substitute it.
6596         * lib/stdio.in.h (renameat): Declare replacement.
6597         * lib/renameat.c (rpl_renameat): Implement fix.
6598
6599         renameat: new module
6600         * modules/renameat: New file.
6601         * lib/renameat.c (renameat): Likewise.
6602         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
6603         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6604         * modules/stdio (Makefile.am): Substitute them.
6605         * lib/stdio.in.h (renameat): Declare it.
6606         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6607         * doc/posix-functions/renameat.texi (renameat): Likewise.
6608         * modules/renameat-tests: New test.
6609         * tests/test-renameat.c: Likewise.
6610
6611         rename: fix mingw bugs
6612         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
6613         directory overwrite bugs.
6614
6615         rename: fix another cygwin 1.5 bug
6616         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
6617         checks.
6618         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
6619         unnecessary cygwin workarounds.  Also work around bug with moving
6620         full directory onto an empty one.
6621         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
6622
6623         rename-dest-slash: merge into rename module
6624         * modules/rename-dest-slash (Status): Mark obsolete.
6625         (Depends-on): Add rename.
6626         (Files): Let rename do it all.
6627         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
6628         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
6629         * m4/rename-dest-slash.m4: ...so this file can be deleted.
6630         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
6631         * lib/rename.c (rpl_rename): Update comments.
6632
6633         rename: fix cygwin 1.5.x bugs
6634         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
6635         * lib/rename.c (rpl_rename): Work around them.
6636         * modules/rename (Depends-on): Add same-inode.
6637
6638         rename: fix Solaris 10 bug
6639         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
6640         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
6641         was the only bug.
6642
6643         rename: fix Solaris 9 bug
6644         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
6645         on non-directory.  Avoid calling exit.
6646         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
6647         strdup.
6648         * modules/rename-tests (Depends-on): Drop lstat.
6649         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
6650         (gl_PREREQ_RENAME): Delete unused macro.
6651
6652         rename-dest-slash: fix NetBSD bug
6653         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
6654         links.
6655         * modules/rename-dest-slash (Depends-on): Add same-inode.
6656
6657         rename-tests: new test, exposes several platform bugs
6658         * modules/rename-tests: New file.
6659         * tests/test-rename.h: Likewise.
6660         * tests/test-rename.c: Likewise.
6661         * doc/posix-functions/rename.texi (rename): Improve documentation,
6662         including bugs that will eventually be fixed in gnulib.
6663
6664 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
6665
6666         * lib/uname.c: Include <stdlib.h>
6667         (uname): Assume version info is available.
6668
6669 2009-10-02  Jim Meyering  <meyering@redhat.com>
6670
6671         gnu-web-doc-update: correct --help output
6672         * build-aux/gnu-web-doc-update: Make --help output relevant.
6673
6674         gnu-web-doc-update: add standard options
6675         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
6676
6677         gnu-web-doc-update: New module.
6678         Use this script to automatically update the on-line web documentation
6679         for your GNU project at http://www.gnu.org/software/$pkg/manual/
6680         * modules/gnu-web-doc-update: New file, from coreutils.
6681         * build-aux/gnu-web-doc-update: New script.
6682
6683 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
6684
6685         link: LoadLibrary is not needed.
6686         * lib/link.c: Use GetModuleHandle.
6687
6688 2009-10-01  Eric Blake  <ebb9@byu.net>
6689
6690         getopt: bump serial number
6691         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
6692         change.
6693
6694         tests: tighten link, rmdir, and remove tests
6695         * tests/test-link.h (includes): No need to use <config.h> here.
6696         Clean up if directory hard link was created, otherwise test for
6697         trailing '.'.
6698         * tests/test-linkat.c (main): Simplify.
6699         * tests/test-remove.c (main): Enhance test for trailing '.'.
6700         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6701
6702 2009-10-01  Jim Meyering  <meyering@redhat.com>
6703
6704         maint.mk: requiring "make major" was annoying, for a "minor" release.
6705         What is intended is "stable", to contrast with alpha and beta,
6706         so require "make stable", not "make major".
6707         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
6708         (get_tool_versions): Likewise.
6709         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
6710
6711 2009-09-30  Ben Pfaff  <blp@gnu.org>
6712
6713         Fix broken build of replacement for Windows tmpfile().
6714         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
6715         flags argument added along with the 'mkostemp' module.
6716
6717 2009-09-28  Bruno Haible  <bruno@clisp.org>
6718
6719         Avoid identifier clash with POSIX function 'remove' defined as a macro.
6720         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
6721         to 'remove_elt'.
6722         (gl_list_remove): Update.
6723         * lib/gl_list.c (gl_list_remove): Update.
6724         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
6725         to 'remove_elt'.
6726         (gl_oset_remove): Update.
6727         * lib/gl_list.c (gl_oset_remove): Update.
6728         Reported by Eric Blake.
6729
6730 2009-09-28  Eric Blake  <ebb9@byu.net>
6731
6732         doc: mention yet more cygwin 1.7 status
6733         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
6734         cygwin.
6735         * doc/glibc-functions/execvpe.texi (execvpe): New file.
6736         * doc/gnulib.texi (Glibc unistd.h): Mention it.
6737
6738         argp: fix test failure
6739         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
6740         that are not upper-case.  Pass correct range to tolower.
6741
6742 2009-09-27  Jim Meyering  <meyering@redhat.com>
6743
6744         test-yesno: work around sparc-dash here-document infelicity
6745         Without this change, the literal \177 byte in a here document
6746         would make dash 0.5.5.1-3 access uninitialized memory.
6747         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
6748         Instead, use a marker, "@", and filter through tr to create the desired
6749         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
6750
6751 2009-09-27  Bruno Haible  <bruno@clisp.org>
6752
6753         Disable untested support for new flavours of ACLs on AIX.
6754         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
6755         progress.
6756         * lib/set-mode-acl.c (qset_acl): Likewise.
6757
6758 2008-12-07  Bruno Haible  <bruno@clisp.org>
6759
6760         Add support for new flavours of ACLs on AIX. (Untested.)
6761         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
6762         (file_has_acl): Add support for newer AIX.
6763         * lib/set-mode-acl.c (qset_acl): Likewise.
6764         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
6765         Rainer Tammer <tammer@tammer.net>.
6766
6767 2009-09-26  Eric Blake  <ebb9@byu.net>
6768
6769         argp: fix compilation of getopt
6770         * lib/getopt.in.h (includes): Use different guard than glibc.
6771         Reported by Sergey Poznyakoff.
6772
6773         doc: mention more cygwin 1.7 status
6774         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
6775         bug.
6776         * doc/posix-functions/execl.texi (execl): Likewise.
6777         * doc/posix-functions/execle.texi (execle): Likewise.
6778         * doc/posix-functions/execlp.texi (execlp): Likewise.
6779         * doc/posix-functions/execv.texi (execv): Likewise.
6780         * doc/posix-functions/execve.texi (execve): Likewise.
6781         * doc/posix-functions/execvp.texi (execvp): Likewise.
6782         * doc/glibc-functions/canonicalize_file_name.texi
6783         (canonicalize_file_name): Cygwin 1.7 now provides this.
6784         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
6785         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
6786         on AT_SYMLINK_NOFOLLOW.
6787
6788 2009-09-24  Eric Blake  <ebb9@byu.net>
6789
6790         test-linkat: make test more robust
6791         * tests/test-linkat.c (main): Avoid collision with EEXIST.
6792
6793         getopt: fix inclusion guards for cygwin
6794         * modules/getopt-posix (Depends-on): Add include-next.
6795         (Makefile.am): Substitute more items in replacement header.
6796         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
6797         <getopt.h>.
6798         * lib/getopt.in.h (includes): Use split inclusion guard, and
6799         prefer <getopt.h> over include <unistd.h> when one is present.
6800         (option): Also override name of 'struct option'.
6801
6802         same-inode: revert prior change; it is not yet ready
6803         * NEWS: Undo mention of this change.
6804         * lib/same-inode.h (same-inode.h): Undo tri-state change.
6805         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6806         * lib/cycle-check.c (cycle_check): Likewise.
6807         * lib/same.c (same_name): Likewise.
6808         * lib/at-func2.c (at_func2): Likewise.
6809
6810 2009-09-23  Eric Blake  <ebb9@byu.net>
6811
6812         linkat: new module
6813         * modules/linkat: New file.
6814         * lib/at-func2.c (at_func2): Likewise.
6815         * lib/linkat.c (linkat): Likewise.
6816         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
6817         * lib/openat-priv.h (at_func2): Add declaration.
6818         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6819         * modules/unistd (Makefile.am): Substitute them.
6820         * lib/unistd.in.h (linkat): Declare it.
6821         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6822         * doc/posix-functions/linkat.texi (linkat): Likewise.
6823         * doc/posix-functions/link.texi (link): Tweak wording.
6824         * tests/test-link.c (main): Move guts...
6825         * tests/test-link.h (test_link): ...into new file.
6826         * modules/linkat-tests: New test.
6827         * tests/test-linkat.c: Likewise.
6828         * modules/link-tests (Files): Ship new file.
6829         (Depends-on): Add stdbool.
6830
6831         dirname: add library-safe mdir_name
6832         * lib/dirname.h (mdir_name): New prototype.
6833         * lib/dirname.c (dir_name): Move guts...
6834         (mdir_name): ...to new function that avoids xalloc_die.
6835
6836         fchdir: another mingw fix
6837         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
6838         * lib/fchdir.c (get_name): New helper method; skips canonicalize
6839         on mingw (where it has not yet been ported), and make it optional
6840         elsewhere.
6841         (_gl_register_fd): Use it.
6842
6843         same-inode: make SAME_INODE tri-state, to port to mingw
6844         * NEWS: Mention this change.
6845         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
6846         st_ino always being 0.
6847         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6848         * lib/cycle-check.c (cycle_check): Likewise.
6849         * lib/same.c (same_name): Likewise.
6850
6851         lstat: avoid mingw compilation error
6852         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
6853         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
6854         lstat ourselves.
6855         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
6856         was adequate.
6857         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
6858         the checks for lstat.
6859         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
6860
6861         link: fix test failure on Solaris 9
6862         * lib/link.c (rpl_link): Don't assume link will catch bogus
6863         trailing slash on source.
6864
6865         test-symlinkat: enhance test
6866         * tests/test-readlink.c (main): Move guts...
6867         * tests/test-readlink.h (test_readlink): ...into new file.
6868         * tests/test-symlink.c (main): Move guts...
6869         * tests/test-symlink.h (test_symlink): ...into new file.
6870         * tests/test-symlinkat.c (main): Use new files for further
6871         coverage.
6872         (do_symlink, do_readlink): New helper functions.
6873         * modules/symlink-tests (Files): Ship new file.
6874         (Depends-on): Add stdbool.
6875         * modules/readlink-tests (Files): Ship new file.
6876         (Depends-on): Add stdbool.
6877         * modules/symlinkat-tests (Files): Use new files.
6878
6879 2009-09-23  Eric Blake  <ebb9@byu.net>
6880
6881         readlink: document portability issue with symlink length
6882         * doc/posix-functions/lstat.texi (lstat): Mention that some file
6883         systems have bogus st_size on symlinks, and mention the
6884         areadlink-with-size module.
6885         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
6886         * doc/posix-functions/readlink.texi (readlink): Mention the
6887         areadlink module, and ERANGE failure.
6888         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6889         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
6890
6891         readlink: fix Solaris 9 bug with trailing slash
6892         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
6893         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
6894         * doc/posix-functions/readlink.texi (readlink): Document this.
6895         * modules/readlink-tests: New test.
6896         * tests/test-readlink.c: Likewise.
6897
6898         readlink: fix cygwin 1.5.x bug with return type
6899         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
6900         * lib/unistd.in.h (readlink): Use ssize_t.
6901         * lib/readlink.c (readlink): Likewise.
6902         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6903         * modules/unistd (Makefile.am): Substitute it.
6904         * lib/unistd.in.h (readlink): Declare replacement.
6905         * doc/posix-functions/readlink.texi (readlink): Document this.
6906
6907         symlink: use throughout gnulib
6908         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
6909         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
6910         symlink is not used.
6911         * modules/symlinkat (Depends-on): Add symlink.
6912         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6913         * modules/canonicalize-tests (Depends-on): Likewise.
6914         * modules/lstat-tests (Depends-on): Likewise.
6915         * modules/openat-tests (Depends-on): Likewise.
6916         * modules/remove-tests (Depends-on): Likewise.
6917         * modules/rmdir-tests (Depends-on): Likewise.
6918         * modules/unlink-tests (Depends-on): Likewise.
6919         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
6920         * tests/test-canonicalize.c (symlink): Likewise.
6921         * tests/test-fstatat.c (symlink): Likewise.
6922         * tests/test-lstat.c (symlink): Likewise.
6923         * tests/test-remove.c (symlink): Likewise.
6924         * tests/test-rmdir.c (symlink): Likewise.
6925         * tests/test-unlink.c (symlink): Likewise.
6926         * tests/test-unlinkat.c (symlink): Likewise.
6927
6928         symlink: new module, for Solaris 9 bug
6929         * modules/symlink: New file.
6930         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
6931         * lib/symlink.c: Likewise.
6932         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6933         * modules/unistd (Makefile.am): Substitute them.
6934         * lib/unistd.in.h (symlink): Declare replacement.
6935         * MODULES.html.sh (File system functions): Mention it.
6936         * doc/posix-functions/symlink.texi (symlink): Likewise.
6937         * modules/symlink-tests: New test.
6938         * tests/test-symlink.c: Likewise.
6939
6940 2009-09-23  Bruno Haible  <bruno@clisp.org>
6941
6942         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
6943         when needed.
6944         Test case: gnulib-tool --import --with-tests atexit inttypes.
6945         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
6946
6947 2009-09-23  Bruno Haible  <bruno@clisp.org>
6948
6949         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
6950         subcommand, not in a subshell.
6951
6952 2009-09-22  Eric Blake  <ebb9@byu.net>
6953
6954         unistd: sort replacement declarations
6955         * lib/unistd.in.h: Sort declarations.
6956
6957         open, openat: minor optimization
6958         * lib/open.c (open): If open succeeded, len is non-zero.
6959         * lib/openat.c (rpl_openat): Likewise.
6960
6961         link-follow: ensure correct result
6962         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
6963         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
6964         distinguish between possible failures.
6965
6966 2009-09-21  Eric Blake  <ebb9@byu.net>
6967
6968         fts: avoid compiler warning
6969         * lib/fts.c (dirent_inode_sort_may_be_useful)
6970         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
6971
6972 2009-09-19  Bruno Haible  <bruno@clisp.org>
6973
6974         * lib/progreloc.c (canonicalize_file_name): New declaration.
6975
6976 2009-09-19  Eric Blake  <ebb9@byu.net>
6977
6978         link: fix quoting
6979         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
6980
6981         openat: fix openat bugs on Solaris 9
6982         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
6983         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
6984         * modules/openat (Depends-on): Add open.
6985         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
6986         * modules/fcntl-h (Makefile.am): Substitute it.
6987         * lib/fcntl.in.h (openat): Declare replacement.
6988         * doc/posix-functions/openat.texi (openat): Document this.
6989
6990         openat: move fstatat and unlinkat into correct files
6991         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
6992         compiled.
6993         * lib/openat.c (fstatat, unlinkat): Move...
6994         * lib/fstatat.c (fstatat): ...into correct files.
6995         * lib/unlinkat.c (unlinkat): Likewise.
6996
6997         openat: fix unlinkat bugs on Solaris 9
6998         * lib/unlinkat.c (unlinkat): New file.
6999         * modules/openat (Depends-on): Add unlink.
7000         (Files): Distribute it.
7001         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
7002         trailing slash behavior is broken.
7003         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7004         * modules/unistd (Makefile.am): Substitute it.
7005         * lib/unistd.in.h (unlinkat): Declare replacement.
7006         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
7007
7008         openat: fix fstatat bugs on Solaris 9
7009         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
7010         stat.
7011         * doc/posix-functions/fstatat.texi (fstatat): Document this.
7012
7013         test-unlinkat: enhance test, to expose Solaris 9 bug
7014         * tests/test-unlink.c (main): Factor guts...
7015         * tests/test-unlink.h (test_rmdir_func): ...into new file.
7016         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
7017         * tests/test-rmdir.c (main): Adjust caller.
7018         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
7019         (unlinker): New helper function.
7020         (rmdirat): Enhance check.
7021         * modules/rmdir-tests (Depends-on): Add stdbool.
7022         * modules/unlink-tests (Depends-on): Likewise.
7023         (Files): Add test-unlink.h.
7024         * modules/openat-tests (Files): Likewise.
7025         (Depends-on): Add unlinkdir.
7026
7027         test-fstatat: new test, to expose Solaris 9 bugs
7028         * tests/test-stat.c (main): Factor guts...
7029         * tests/test-stat.h (test_stat_func): ...into new file.
7030         * tests/test-lstat.c (main): Factor guts...
7031         * tests/test-lstat.h (test_lstat_func): ...into new file.
7032         * tests/test-fstatat.c: New file.
7033         * modules/stat-tests (Files): Add test-stat.h.
7034         * modules/lstat-tests (Files): Add test-lstat.h.
7035         (Depends-on): Add stdbool.
7036         * modules/openat-tests (Depends-on): Add pathmax.
7037         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
7038         (Makefile.am): Run new test.
7039
7040         remove: new module, for mingw and Solaris 9 bugs
7041         * modules/remove: New file.
7042         * lib/remove.c: Likewise.
7043         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
7044         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
7045         * modules/stdio (Makefile.am): Use them.
7046         * lib/stdio.in.h (remove): Declare replacement.
7047         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7048         * doc/posix-functions/remove.texi (remove): Likewise.
7049         * modules/remove-tests: New test.
7050         * tests/test-remove.c: Likewise.
7051
7052         unlink: new module, for Solaris 9 bug
7053         * modules/unlink: New file.
7054         * lib/unlink.c: Likewise.
7055         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
7056         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7057         * modules/unistd (Makefile.am): Use them.
7058         * lib/unistd.in.h (stat): Declare replacement.
7059         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7060         * doc/posix-functions/unlink.texi (unlink): Likewise.
7061         * modules/unlink-tests: New test.
7062         * tests/test-unlink.c: Likewise.
7063
7064         lstat: fix Solaris 9 bug
7065         * lib/lstat.c (lstat): Also check for trailing slash on
7066         non-symlink, non-directories.  Use stat module to simplify logic.
7067         * doc/posix-functions/lstat.texi (lstat): Document it.
7068         * modules/lstat-tests (Depends-on): Add errno, same-inode.
7069         (configure.ac): Check for symlink.
7070         * tests/test-lstat.c (main): Add more tests.
7071
7072         stat: add as dependency to other modules
7073         * modules/chown (Depends-on): Add stat.
7074         * modules/euidaccess (Depends-on): Likewise.
7075         * modules/fchdir (Depends-on): Likewise.
7076         * modules/isdir (Depends-on): Likewise.
7077         * modules/link (Depends-on): Likewise.
7078         * modules/lstat (Depends-on): Likewise.
7079         * modules/mkdir-p (Depends-on): Likewise.
7080         * modules/modechange (Depends-on): Likewise.
7081         * modules/open (Depends-on): Likewise.
7082         * modules/readlink (Depends-on): Likewise.
7083         * modules/same (Depends-on): Likewise.
7084
7085         stat: fix Solaris 9 bug
7086         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
7087         slash.
7088         * lib/stat.c (rpl_stat): Work around it.
7089         * doc/posix-functions/stat.texi (stat): Update documentation.
7090
7091         stat: new module, for mingw bug
7092         * modules/stat: New file.
7093         * lib/stat.c: Likewise.
7094         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
7095         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7096         * modules/sys_stat (Makefile.am): Use them.
7097         * lib/sys_stat.in.h (stat): Declare replacement.
7098         * lib/openat.c (fstatat): Deal with lstat and stat being function
7099         macros.
7100         * modules/openat (Depends-on): Add inline.
7101         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7102         * doc/posix-functions/stat.texi (stat): Likewise.
7103         * modules/stat-tests: New test.
7104         * tests/test-stat.c: Likewise.
7105
7106 2009-09-19  Jim Meyering  <meyering@redhat.com>
7107
7108         syntax-check: detect unnecessary inclusion of canonicalize.h
7109         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
7110
7111 2009-09-19  Eric Blake  <ebb9@byu.net>
7112
7113         canonicalize-lgpl: adjust clients to use correct header
7114         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
7115         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
7116         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
7117         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
7118         * lib/progreloc.c (includes): Likewise.
7119
7120 2009-09-19  Jim Meyering  <meyering@redhat.com>
7121
7122         test-posixtm.c: correct a comment
7123         * tests/test-posixtm.c: Correct first-line comment.
7124         Spotted by Eric Blake.
7125
7126 2009-09-16  Jim Meyering  <meyering@redhat.com>
7127
7128         posixtm-tests: make T const-correct; add a test case
7129         * tests/test-posixtm.c (T): Declare const.
7130         Add a test for -(2^31+1).
7131         Remove useless can-succeed-only-in-2002 test.
7132
7133         posixtm-tests: adjust the sole failing test
7134         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
7135         expected output matches what mktime now produces.  Cross-checked via
7136         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
7137
7138         posixtm: move #ifdef'd tests into a new module
7139         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
7140         * tests/test-posixtm.c: ... this new file.
7141         * modules/posixtm-tests: New module.
7142
7143 2009-09-19  Eric Blake  <ebb9@byu.net>
7144
7145         openat: simplify use of at-func.c
7146         * lib/at-func.c (includes): Include prerequisites here, to
7147         simplify requirements on client files.
7148         * lib/openat-priv.h: Add double-inclusion guard.
7149         * lib/faccessat.c (includes): Simplify.
7150         * lib/fchmodat.c (includes): Likewise.
7151         * lib/fchownat.c (includes): Likewise.
7152         * lib/mkdirat.c (includes): Likewise.
7153         * lib/mkfifoat.c (includes): Likewise.
7154         * lib/symlinkat.c (includes): Likewise.
7155
7156         openat: allow return of fd 0
7157         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
7158         * modules/save-cwd (Depends-on): Replace fcntl-safer with
7159         unistd-safer.
7160         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
7161         <fcntl.h>; this module does not leak fds.
7162         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
7163         must be allowed to return 0, leaving openat_safer to add the
7164         safety.
7165         (openat_permissive): Avoid writing to just-opened fd 2 if
7166         restoring the current directory fails.
7167         * lib/openat-die.c (openat_restore_fail): Add comment.
7168         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
7169         (save_cwd): Guarantee safe fd, but without use of open_safer.
7170         * tests/test-openat.c: New test.
7171         * modules/openat-tests (Files, Makefile.am): Distribute and build
7172         new file.
7173
7174         relocatable-prog-wrapper: fix build
7175         * modules/relocatable-prog-wrapper (Files): Update name of
7176         canonicalize m4 file, broken on 2009-09-17.
7177         Reported by emad hajjar <aleppos@hotmail.com>.
7178
7179 2009-09-19  Bruno Haible  <bruno@clisp.org>
7180
7181         * lib/safe-alloc.h: Use the standard header with GPL copyright.
7182         * lib/safe-alloc.c: Likewise.
7183         Reported by Ian Beckwith <ianb@erislabs.net>.
7184
7185 2009-09-18  Bruno Haible  <bruno@clisp.org>
7186
7187         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
7188         Reported by <erobles@sensacd.com.mx>.
7189
7190 2009-09-17  Eric Blake  <ebb9@byu.net>
7191
7192         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
7193         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
7194         slashes when checking if last component is missing.
7195         * tests/test-canonicalize.c (main): Test this.
7196
7197         canonicalize, canonicalize-lgpl: honor // if distinct from /
7198         * modules/canonicalize (Files): Add double-slash-root.m4.
7199         * modules/canonicalize-lgpl (Files): Likewise.
7200         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
7201         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
7202         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
7203         fallback definition.
7204         (canonicalize_filename_mode): Use it to protect //.
7205         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
7206         (__realpath): Likewise.
7207         * tests/test-canonicalize.c (main): Test this.
7208         * tests/test-canonicalize-lgpl.c (main): Likewise.
7209         * modules/canonicalize-tests (Depends-on): Add same-inode.
7210         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
7211
7212         canonicalize-lgpl: fix glibc bug with trailing slash
7213         * m4/canonicalize-lgpl.m4: Move contents...
7214         * m4/canonicalize.m4: ...here.
7215         (gl_CANONICALIZE_LGPL): Factor realpath check...
7216         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
7217         glibc 2.3.5 bug, fixed 2005-04-27.
7218         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
7219         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
7220         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
7221         * modules/canonicalize-lgpl (Files): Manage file rename.
7222         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
7223         * modules/stdlib (Makefile.am): Substitute witness.
7224         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
7225         is needed.
7226         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
7227         replacement is required.
7228         * lib/canonicalize.c (canonicalize_file_name): Likewise.
7229         * doc/glibc-functions/canonicalize_file_name.texi
7230         (canonicalize_file_name): Document this.
7231         * doc/posix-functions/realpath.texi (realpath): Likewise.
7232
7233         canonicalize-lgpl: reject non-directory with trailing slash
7234         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
7235         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
7236         catches failures in glibc 2.3.5.
7237         * tests/test-canonicalize.c (main): Likewise.
7238
7239         canonicalize-lgpl: use native realpath if it works
7240         * lib/canonicalize-lgpl.c (realpath): Guard with
7241         FUNC_REALPATH_WORKS.
7242         * lib/stdlib.in.h (realpath): Make declaration optional based on
7243         HAVE_REALPATH.
7244         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
7245         native realpath works.
7246         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
7247         * modules/stdlib (Makefile.am): Substitute witness.
7248
7249         canonicalize, canonicalize-lgpl: use <stdlib.h>
7250         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
7251         (Include): Mention <stdlib.h>.
7252         (configure.ac): Mention functions we provide.
7253         * modules/canonicalize (configure.ac): Likewise.
7254         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
7255         realpath if canonicalize_file_name is missing.
7256         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
7257         * modules/stdlib (Makefile.am): Substitute witnesses.
7258         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
7259         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
7260         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
7261         * NEWS: Document this.
7262         * doc/glibc-functions/canonicalize_file_name.texi
7263         (canonicalize_file_name): Likewise.
7264         * doc/posix-functions/realpath.texi (realpath): Likewise.
7265         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
7266
7267         test-canonicalize: consolidate into single C program
7268         * tests/test-canonicalize.sh: Delete; move setup into...
7269         * tests/test-canonicalize.c (main): ...the program, making it
7270         easier to run in debugger.  Add some tests.
7271         * modules/canonicalize-tests (Files): Remove unused file.
7272         (Depends-on): Add progname.
7273         (configure.ac, Makefile.am): Simplify.
7274
7275         test-canonicalize-lgpl: consolidate into single C program
7276         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
7277         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
7278         easier to run in debugger.  Add some tests.
7279         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
7280         (configure.ac, Makefile.am): Simplify.
7281
7282         canonicalize: avoid resolvepath
7283         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
7284         unnecessary checks.
7285         * lib/canonicalize.c (includes): Simplify.
7286         (canonicalize_file_name): Drop resolvepath implementation.
7287         * modules/canonicalize (Depends-on): Drop filenamecat.
7288
7289         canonicalize: don't lose errno
7290         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
7291         over calls to free.
7292
7293         canonicalize: simplify errno handling
7294         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
7295         assignment.
7296
7297         canonicalize, canonicalize-lgpl: update module dependencies
7298         * modules/canonicalize (Depends-on): Add extensions, lstat,
7299         pathmax, stdlib.
7300         (Files): Drop pathmax.h.
7301         (configure.ac): Adjust macro name.
7302         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
7303         lstat, stdlib, sys_stat.
7304         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
7305         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
7306         extensions.
7307         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
7308         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
7309         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
7310         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
7311         declaration, if available.
7312         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
7313         we can rely on the readlink module.
7314         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
7315         (includes): Use <unistd.h> unconditionally.
7316
7317 2009-09-17  Eric Blake  <ebb9@byu.net>
7318
7319         maint: make Include sections of modules consistent
7320         * modules/alloca: Use only header name; no need to list #include.
7321         * modules/alloca-opt: Likewise.
7322         * modules/arpa_inet: Likewise.
7323         * modules/canon-host: Likewise.
7324         * modules/configmake: Likewise.
7325         * modules/dirent: Likewise.
7326         * modules/eealloc: Likewise.
7327         * modules/environ: Likewise.
7328         * modules/fchdir: Likewise.
7329         * modules/fcntl: Likewise.
7330         * modules/fcntl-h: Likewise.
7331         * modules/gethrxtime: Likewise.
7332         * modules/gettime: Likewise.
7333         * modules/ignore-value: Likewise.
7334         * modules/inet_ntop: Likewise.
7335         * modules/inet_pton: Likewise.
7336         * modules/inttypes: Likewise.
7337         * modules/isnand-nolibm: Likewise.
7338         * modules/isnanf-nolibm: Likewise.
7339         * modules/mbchar: Likewise.
7340         * modules/mbfile: Likewise.
7341         * modules/mbiter: Likewise.
7342         * modules/mbuiter: Likewise.
7343         * modules/netdb: Likewise.
7344         * modules/netinet_in: Likewise.
7345         * modules/nproc: Likewise.
7346         * modules/pagealign_alloc: Likewise.
7347         * modules/poll: Likewise.
7348         * modules/printf-frexp: Likewise.
7349         * modules/pthread: Likewise.
7350         * modules/putenv: Likewise.
7351         * modules/random_r: Likewise.
7352         * modules/relocatable-prog: Likewise.
7353         * modules/search: Likewise.
7354         * modules/select: Likewise.
7355         * modules/selinux-h: Likewise.
7356         * modules/settime: Likewise.
7357         * modules/signal: Likewise.
7358         * modules/size_max: Likewise.
7359         * modules/socklen: Likewise.
7360         * modules/ssize_t: Likewise.
7361         * modules/stdarg: Likewise.
7362         * modules/stdbool: Likewise.
7363         * modules/stddef: Likewise.
7364         * modules/stdint: Likewise.
7365         * modules/stdio: Likewise.
7366         * modules/stdlib: Likewise.
7367         * modules/string: Likewise.
7368         * modules/strings: Likewise.
7369         * modules/sys_file: Likewise.
7370         * modules/sys_ioctl: Likewise.
7371         * modules/sys_select: Likewise.
7372         * modules/sys_socket: Likewise.
7373         * modules/sys_stat: Likewise.
7374         * modules/sys_time: Likewise.
7375         * modules/sys_times: Likewise.
7376         * modules/sys_utsname: Likewise.
7377         * modules/sys_wait: Likewise.
7378         * modules/sysexits: Likewise.
7379         * modules/time: Likewise.
7380         * modules/times: Likewise.
7381         * modules/tmpfile: Likewise.
7382         * modules/trim: Likewise.
7383         * modules/unistd: Likewise.
7384         * modules/wchar: Likewise.
7385         * modules/wctype: Likewise.
7386
7387 2009-09-17  Bruno Haible  <bruno@clisp.org>
7388
7389         Make getdate.y compile on QNX and NetBSD 5 / i386.
7390         * m4/getdate.m4 (gl_GETDATE): Conditionally define
7391         TIME_T_FITS_IN_LONG_INT.
7392         * lib/getdate.y (long_time_t): New type.
7393         (relative_time): Change type of 'seconds' field to long_time_t.
7394         (get_date): Update types of local variables. Check against overflow
7395         during conversion from long_time_t to time_t.
7396         Reported by Matt Kraai <kraai@ftbfs.org>
7397         and Hasso Tepper <hasso@netbsd.org>.
7398
7399 2009-09-17  Bruno Haible  <bruno@clisp.org>
7400
7401         * modules/COPYING: Update copyright years.
7402         * modules/README: Likeiwse.
7403         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
7404         Reported by Ian Beckwith <ianb@erislabs.net>.
7405
7406 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
7407
7408         * users.txt: Update references for gnuit package.
7409
7410 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
7411
7412         * m4/getdelim.m4: Fix typo in copyright line.
7413
7414 2009-09-17  Bruno Haible  <bruno@clisp.org>
7415
7416         * lib/atoll.c: Use the standard header with GPL copyright.
7417         * lib/argz.in.h: Likewise.
7418         * lib/glob.c: Likewise.
7419         * lib/glob-libc.h: Likewise.
7420         * lib/random_r.c: Likewise.
7421         * lib/siglist.h: Likewise.
7422         * lib/strsignal.c: Likewise.
7423         Reported by Ian Beckwith <ianb@erislabs.net>.
7424
7425 2009-09-17  Eric Blake  <ebb9@byu.net>
7426
7427         rmdir: ensure correct dependency order
7428         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
7429
7430 2009-09-17  Bruno Haible  <bruno@clisp.org>
7431
7432         Disable assertion that fails on NetBSD 5 / i386.
7433         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
7434         Reported by Sam Steingold <sds@gnu.org>
7435         and Hasso Tepper <hasso@netbsd.org>.
7436
7437 2009-09-16  Eric Blake  <ebb9@byu.net>
7438
7439         unlinkdir: port to mingw
7440         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
7441         on which no one can unlink a directory.
7442
7443         stdlib: sort witness names
7444         * modules/stdlib (Makefile.am): Sort replacements.
7445         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7446         * lib/stdlib.in.h: Likewise.
7447
7448         parse-duration-tests: avoid link failure
7449         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
7450         LIBINTL.
7451         Reported by Tom G. Christensen.
7452
7453         openat-tests: ensure unlinkat behaves like rmdir
7454         * tests/test-rmdir.c (main): Factor guts...
7455         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
7456         * modules/rmdir-tests (Files): Ship new file.
7457         * modules/openat-tests: New test.
7458         * tests/test-unlinkat.c: Likewise.
7459
7460         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
7461         * modules/rmdir-errno (Status, Notice): Now obsolete.
7462
7463         rmdir: work around cygwin 1.5.x and mingw bugs
7464         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
7465         * lib/rmdir.c (rmdir): Work around it.
7466         * modules/rmdir (Status, Notice): No longer obsolete.
7467         (Files): Add dos.m4.
7468         (Depends-on): Add unistd.
7469         (configure.ac): Set witnesses.
7470         (License): Relax to LGPLv2+.
7471         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
7472         * modules/unistd (Makefile.am): Substitute witnesses.
7473         * lib/unistd.in.h (rmdir): Declare replacement.
7474         * doc/posix-functions/rmdir.texi (rmdir): Document this.
7475         * modules/rmdir-tests: New tests.
7476         * tests/test-rmdir.c: Likewise.
7477
7478 2009-09-15  Eric Blake  <ebb9@byu.net>
7479
7480         fchdir: improve use of replacement functions
7481         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
7482         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
7483         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
7484         REPLACE_CLOSEDIR.
7485         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
7486         * modules/sys_stat (Makefile.am): Substitute correct witness.
7487         * modules/dirent (Makefile.am): Likewise.
7488         * modules/unistd (Makefile.am): Likewise.
7489         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
7490         * lib/unistd.in.h (dup): Likewise.
7491         * lib/sys_stat.in.h (fstat): Likewise.
7492
7493         maint: ignore gnulib-tool temp files
7494         * .gitignore: Ignore files created during gnulib-tool --test.
7495
7496 2009-09-13  Jim Meyering  <meyering@redhat.com>
7497
7498         posixtm: don't reject a time that specify "60" as the number of seconds
7499         * lib/posixtm.c (posixtime): The code to reject invalid dates
7500         would also reject a time specified with the .60 suffix.
7501         But POSIX allows that, in order to accommodate leap seconds.
7502         So don't reject it.
7503         (main): Adjust tests accordingly.
7504         * modules/posixtm (Depends-on): Add stpcpy.
7505
7506 2009-09-11  Jim Meyering  <meyering@redhat.com>
7507
7508         announce-gen: include [$release_type] in emitted Subject:
7509         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
7510         e.g., [stable] in the emitted Subject: line.
7511
7512 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7513
7514         Remove obsolete macros from several modules.
7515         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
7516         obsolete Autoconf macros with their modern counterparts.
7517         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
7518         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
7519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
7520         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7521         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
7522         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7523         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
7524         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
7525         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
7526         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
7527         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
7528         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
7529         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
7530         * m4/sockets.m4 (gl_SOCKETS): Likewise.
7531         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
7532         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
7533         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
7534         * m4/time_r.m4 (gl_TIME_R): Likewise.
7535         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
7536         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
7537         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7538
7539         Fix copyright header in build-aux scripts.
7540         * build-aux/git-version-gen: Fix copyright header to match GPLv3
7541         recommendation.
7542         * build-aux/ncftpput-ftp: Likewise.
7543         * build-aux/update-copyright: Likewise.
7544
7545 2009-09-09  Eric Blake  <ebb9@byu.net>
7546
7547         test-link: allow Linux choice of errno
7548         * tests/test-link.c (main): Relax test for alternate error.
7549
7550         strndup: fix improper m4 caching
7551         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
7552         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
7553         (gl_PREREQ_STRNDUP): Delete.
7554         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
7555         * modules/string (Makefile.am): Substitute it.
7556         * lib/string.in.h (strndup): Modernize prototype.
7557
7558         getcwd: port to mingw
7559         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
7560         different from the POSIX assumptions made throughout the getcwd
7561         module; fortunately, the mingw getcwd does not need replacement.
7562         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
7563         * modules/getcwd-tests: New test.
7564         * tests/test-getcwd.c: Likewise.
7565
7566         link: fix platform bugs
7567         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
7568         * lib/link.c (link): Work around them.  Fix related mingw bug.
7569         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
7570         * modules/unistd (Makefile.am): Substitute it.
7571         * lib/unistd.in.h (link): Declare replacement.
7572         * doc/posix-functions/link.texi (link): Document this.
7573         * modules/link (Depends-on): Add strdup-posix, sys_stat.
7574
7575         test-link: consolidate into single C program, test more cases
7576         * tests/test-link.sh: Delete.
7577         * tests/test-link.c: Test more error conditions.  Exposes bugs on
7578         at least Cygwin and Solaris.
7579         * modules/link-tests (Files): Remove unused file.
7580         (Depends-on): Add errno, sys_stat.
7581         (Makefile.am): Simplify.
7582
7583 2009-09-08  Bruno Haible  <bruno@clisp.org>
7584
7585         Work around towlower, towupper bug on mingw.
7586         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
7587         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
7588         * doc/posix-functions/towlower.texi: Mention the mingw bug.
7589         * doc/posix-functions/towupper.texi: Likewise.
7590         Reported by Eric Blake.
7591
7592 2009-09-08  Jim Meyering  <meyering@redhat.com>
7593
7594         build: don't try to run autoheader if we don't use it
7595         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
7596         is not used in configure.ac.
7597
7598 2009-09-08  Eric Blake  <ebb9@byu.net>
7599
7600         euidaccess: fix compilation error
7601         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
7602
7603         rawmemchr: relax license
7604         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
7605         okay.
7606         Reported by Jim Meyering.
7607
7608         mkfifoat: new module
7609         * modules/mkfifoat: New file.
7610         * lib/mkfifoat.c: Likewise.
7611         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
7612         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7613         * modules/sys_stat (Makefile.am): Use them.
7614         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
7615         * MODULES.html.sh (File system functions): Mention module.
7616         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
7617         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
7618         * modules/mkfifoat-tests: New test.
7619         * tests/test-mkfifoat.c: Likewise.
7620
7621         strchrnul: relax license
7622         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
7623         okay.
7624         Reported by Jim Meyering.
7625
7626 2009-09-08  Eric Blake  <ebb9@byu.net>
7627
7628         fstatat: fix compilation on Solaris
7629         * lib/fstatat.c (includes): Add fcntl.h.
7630         Reported by Pádraig Brady.
7631
7632 2009-09-07  Eric Blake  <ebb9@byu.net>
7633
7634         rename: modernize replacement
7635         * modules/rename (Depends-on): Add stdio.
7636         (configure.ac): Declare witness.
7637         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
7638         stdio take care of replacement.
7639         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7640         * modules/stdio (Makefile.am): Substitute them.
7641         * lib/stdio.in.h (rename): Declare replacement.
7642         * lib/rename.c (includes): Allow cross-compilation to non-windows
7643         machines.
7644         * doc/posix-functions/rename.texi (rename): Improve
7645         documentation.
7646
7647         stdio: sort witness names
7648         * modules/stdio (Makefile.am): Sort replacements.
7649         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7650         * lib/stdio.in.h: Likewise.
7651
7652         getcwd: minor cleanups
7653         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
7654         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
7655
7656         openat: provide more convenience names
7657         * modules/faccessat (configure.ac): Add C witness.
7658         * lib/unistd.in.h (readlinkat): Fix typo.
7659         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
7660         convenience wrappers.
7661         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
7662         wrappers in syntax checks.
7663
7664 2009-09-06  Eric Blake  <ebb9@byu.net>
7665
7666         doc: fix comments in recent patches
7667         * lib/faccessat.c: Mention correct function.
7668         * lib/fchmodat.c: Likewise.
7669         * lib/fchownat.c: Likewise.
7670         * lib/symlinkat.c: Likewise.
7671         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
7672         constants.
7673
7674         faccessat, symlinkat: continue cleanup of previous patch
7675         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
7676         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7677         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
7678         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
7679         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
7680         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
7681         set.
7682
7683 2009-09-06  Bruno Haible  <bruno@clisp.org>
7684
7685         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
7686         (fstatat): Declare if GNULIB_FSTATAT is set.
7687         (mkdirat): Declare if GNULIB_MKDIRAT is set.
7688         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
7689         (unlinkat): Declare if GNULIB_UNLINKAT is set.
7690         * modules/fcntl-h (Files): Remove m4/openat.m4.
7691         * modules/sys_stat (Files): Remove m4/openat.m4.
7692         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
7693         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
7694         * modules/unistd (Files): Remove m4/openat.m4.
7695         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
7696         GNULIB_OPENAT.
7697         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
7698         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
7699         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
7700         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
7701         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
7702         gl_OPENAT_DEFAULTS.
7703         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
7704         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
7705         Don't require gl_OPENAT_DEFAULTS.
7706         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
7707         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
7708         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
7709         (gl_OPENAT_DEFAULTS): Remove macro.
7710
7711 2009-09-06  Bruno Haible  <bruno@clisp.org>
7712
7713         * modules/openat (configure.ac): Remove unneeded witness.
7714
7715 2009-09-06  Bruno Haible  <bruno@clisp.org>
7716
7717         Set errno to ENOSYS when a function is entirely unsupported.
7718         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
7719         EOPNOTSUPP.
7720         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7721         * modules/chown (Depends-on): Remove errno.
7722
7723 2009-09-06  Bruno Haible  <bruno@clisp.org>
7724
7725         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
7726
7727 2009-09-06  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/sys_stat.in.h: Fix preprocessor command indentation.
7730
7731 2009-09-06  Ben Pfaff  <blp@gnu.org>
7732             Bruno Haible  <bruno@clisp.org>
7733
7734         Work around a glibc bug in strtok_r.
7735         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
7736         Undefine if UNDEFINE_STRTOK_R is set.
7737         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
7738         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7739         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
7740         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
7741         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
7742         UNDEFINE_STRTOK_R.
7743         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
7744
7745 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
7746
7747         exclude: minor fix
7748         * lib/exclude.c: Include wctype.h
7749
7750 2009-09-06  Akim Demaille  <demaille@gostai.com>
7751
7752         bootstrap: improve error message
7753         * build-aux/bootstrap (find_tool): Upon failure, report the list
7754         of candidates.
7755         Honor the initial value of the envvar.
7756
7757 2009-09-05  Eric Blake  <ebb9@byu.net>
7758
7759         symlinkat: new module
7760         * modules/symlinkat: New file.
7761         * lib/symlinkat.c: Likewise.
7762         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
7763         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7764         * modules/unistd (Makefile.am): Use them.
7765         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
7766         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
7767         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
7768         * MODULES.html.sh (File system functions): Mention module.
7769         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7770         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7771         * modules/symlinkat-tests: New test.
7772         * tests/test-symlinkat.c: Likewise.
7773
7774         test-openat-safer: add more checks
7775         * tests/test-openat-safer.c (main): Check more code paths.
7776
7777 2009-09-05  Jim Meyering  <meyering@redhat.com>
7778
7779         syntax-check: detect unnecessary inclusion of openat.h
7780         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
7781
7782 2009-09-05  Bruno Haible  <bruno@clisp.org>
7783
7784         Support towlower, towupper.
7785         * doc/posix-functions/towlower.texi: Mention module wctype.
7786         * doc/posix-functions/towupper.texi: Likewise.
7787         * lib/wctype.in.h (towlower, towupper): New functions.
7788         * tests/test-wctype.c: Include stdio.h, stdlib.h.
7789         (ASSERT): New macro.
7790         (e): New variable.
7791         (main): Test also towlower, towupper. Test WEOF argument.
7792         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7793
7794 2009-09-05  Bruno Haible  <bruno@clisp.org>
7795
7796         Fix conversion behaviour when the input is invalid.
7797         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
7798         mark occurring in first pass of indirect conversion.
7799         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
7800         input.
7801         Found by clang's static analyzer.
7802
7803 2009-09-05  Bruno Haible  <bruno@clisp.org>
7804
7805         * tests/test-striconveh.c (main): Test indirect conversion on platforms
7806         where direct conversion is possible.
7807
7808 2009-09-04  Eric Blake  <ebb9@byu.net>
7809
7810         openat: fail with ENOENT on empty name
7811         * lib/openat-proc.c (openat_proc_name): Special-case the empty
7812         buffer.
7813
7814         link-follow: fix logic bug in prior patch
7815         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
7816         reversed sense of yes and no in prior patch.  Avoid confusing
7817         compilation failure with desired semantics.
7818
7819         link-follow: accomodate mingw and cross-compilation
7820         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
7821         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
7822         cross-compilation results to -1, to make linkat easier to
7823         implement when cross-compiling.  Trivially support mingw.
7824         * modules/link-follow (configure.ac): Call new name.
7825         * NEWS: Mention this.
7826
7827 2009-09-03  Eric Blake  <ebb9@byu.net>
7828
7829         faccessat: compile replacement
7830         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
7831         needed.
7832
7833         fts: fix compilation error
7834         * lib/fts.c (includes): Re-add "openat.h", for
7835         openat_needs_fchdir.
7836
7837         faccessat: new module
7838         * modules/faccessat: New file.
7839         * lib/faccessat.c: Likewise.
7840         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7841         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7842         * modules/unistd (Makefile.am): Use it.
7843         * lib/unistd.in.h (faccessat): Declare it.
7844         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
7845         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
7846         * MODULES.html.sh (File system functions): Mention it.
7847         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
7848         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7849
7850         euidaccess: prefer POSIX over non-standard implementation
7851         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
7852         * lib/euidaccess.c (euidaccess): Use it if available.
7853
7854         openat: make template easier to use
7855         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
7856         AT_FUNC_F2 to be undefined.
7857         (VALIDATE_FLAG): New macro; use it to reject bad flags.
7858         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
7859         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
7860         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
7861         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
7862         Likewise.
7863         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
7864         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
7865         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
7866         Likewise.
7867
7868         openat: declare in POSIX headers
7869         * NEWS: Mention this.
7870         * modules/openat (configure.ac): Declare witnesses.
7871         (Depends-on): Add fcntl-h, sys_stat, unistd.
7872         (Include): Mention correct headers.
7873         * modules/fcntl-h (Depends-on): Add link-warning.
7874         (Files): Add openat.m4.
7875         (Makefile.am): Substitute witnesses.
7876         * modules/sys_stat (Files, Makefile.am): Likewise.
7877         * modules/unistd (Files, Makefile.am): Likewise.
7878         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
7879         (gl_OPENAT_DEFAULTS): New macro.
7880         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
7881         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
7882         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
7883         (SYS_STAT_H): Remove unused variable.
7884         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
7885         * lib/fcntl--.h (includes): Remove unneeded header.
7886         * lib/openat-safer.c (includes): Likewise.
7887         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
7888         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
7889         appropriate headers.
7890         (__OPENAT_PREFIX): Delete.
7891         * lib/fcntl.in.h (openat): Provide declaration.
7892         (AT_FDCWD): Fix Solaris bug.
7893         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
7894         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
7895         * lib/fchmodat.c (includes):  Adjust to find declaration.
7896         * lib/fchownat.c (includes): Likewise.
7897         * lib/mkdirat.c (includes): Likewise.
7898         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
7899         still visible.
7900
7901 2009-09-02  Eric Blake  <ebb9@byu.net>
7902
7903         errno: use consistently
7904         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
7905         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
7906         * lib/canonicalize.c (ELOOP): Likewise.
7907         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
7908         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
7909         * lib/lchown.c (EOPNOTSUPP): Likewise.
7910         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
7911         * lib/savewd.c (ESTALE): Likewise.
7912         * lib/settime.c (ENOSYS): Likewise.
7913         * lib/utimens.c (ENOSYS): Likewise.
7914         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
7915         * lib/chdir-safer.c (ELOOP): Likewise.
7916         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
7917         * modules/c-stack (Depends-on): Add errno.
7918         * modules/canonicalize (Depends-on): Likewise.
7919         * modules/chdir-safer (Depends-on): Likewise.
7920         * modules/fdopendir (Depends-on): Likewise.
7921         * modules/inet_ntop (Depends-on): Likewise.
7922         * modules/inet_pton (Depends-on): Likewise.
7923         * modules/lchown (Depends-on): Likewise.
7924         * modules/openat (Depends-on): Likewise.
7925         * modules/savewd (Depends-on): Likewise.
7926         * modules/settime (Depends-on): Likewise.
7927         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
7928
7929         fts: avoid leaking fds
7930         * modules/fts (Depends-on): Add cloexec.
7931         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
7932         flag.
7933
7934         fts: make directory fds more robust
7935         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
7936         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
7937
7938         backupfile, chdir-long, fts, savedir: make safer
7939         * lib/backupfile.c (includes): Use "dirent--.h", since
7940         numbered_backup can write to stderr during readdir.
7941         * lib/savedir.c (includes): Likewise.
7942         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
7943         emulation can write to stderr on failure.
7944         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
7945         * lib/getcwd.c: Document why opendir_safer is unused.
7946         * lib/glob.c: Likewise.
7947         * lib/scandir.c: Likewise.
7948         * lib/openat-proc.c: Likewise, for open_safer.
7949         * modules/backupfile (Depends-on): Add dirent-safer.
7950         * modules/savedir (Depends-on): Likewise.
7951         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
7952         * modules/chdir-long (Depends-on): Add openat-safer.
7953
7954         openat-safer: new module
7955         * modules/openat-safer: New file.
7956         * lib/openat-safer.c: Likewise.
7957         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
7958         * lib/fcntl-safer.h (openat_safer): Declare.
7959         * lib/fcntl--.h (openat): Override.
7960         * MODULES.html.sh (File descriptor based I/O): Mention it.
7961         * lib/openat.h: Add double-inclusion guards.
7962         * lib/openat.c (includes): Only include "fcntl-safer.h", not
7963         "fcntl--.h", so we can implement openat.
7964         * modules/openat-safer-tests: New test.
7965         * tests/test-openat-safer.c: New file.
7966
7967         dirent-safer: new module
7968         * modules/dirent-safer: New file.
7969         * lib/dirent--.h: Likewise.
7970         * lib/dirent-safer.h: Likewise.
7971         * lib/opendir-safer.c: Likewise.
7972         * m4/dirent-safer.m4: Likewise.
7973         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
7974         * modules/dirent-safer-tests: New test.
7975         * tests/test-dirent-safer.c: New file.
7976         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
7977
7978         fdopendir: optimize on mingw
7979         * lib/unistd.in.h (_gl_directory_name): New prototype.
7980         * lib/fchdir.c (_gl_directory_name): Implement it.
7981         (fchdir): Use it to simplify implementation.
7982         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
7983         fchdir, when available, to avoid calling [f]chdir().
7984
7985         fdopendir: split into its own module
7986         * lib/openat.c (fdopendir): Move...
7987         * lib/fdopendir.c: ...into new file.
7988         * modules/fdopendir: New module.
7989         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
7990         * modules/openat (Depends-on): Add fdopendir.
7991         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
7992         fdopendir here.
7993         * modules/savedir (Depends-on): Only need fdopendir, not full
7994         openat.
7995         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
7996         * lib/openat.h (fdopendir): Drop prototype.
7997         * lib/dirent.in.h (fdopendir): Provide prototype.
7998         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
7999         * modules/dirent (Makefile.am): Substitute them.
8000         * MODULES.html.sh (File system functions): Mention it.
8001         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
8002         * modules/fdopendir-tests: New file.
8003         * tests/test-fdopendir.c: Likewise.
8004
8005         fchdir: use more consistent macro convention
8006         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
8007         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
8008         REPLACE_FCHDIR, rather than relying on config.h macros.
8009         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
8010         inside a single make-time REPLACE_FCHDIR block, rather than using
8011         the config.h FCHDIR_REPLACEMENT.
8012         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
8013         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
8014         Manage fstat replacement.
8015         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
8016         REPLACE_FCHDIR.
8017         * modules/sys_stat (Files): Add m4/unistd_h.m4.
8018         (Makefile.am): Substitute REPLACE_FCHDIR.
8019         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
8020         FCHDIR_REPLACEMENT.
8021         * lib/dup-safer.c (dup_safer): Likewise.
8022         * lib/dup2.c (rpl_dup2): Likewise.
8023         * lib/dup3.c (rpl_dup3): Likewise.
8024         * lib/open.c (rpl_open): Likewise.
8025
8026         fchdir: simplify error handling, and support dup3
8027         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
8028         stdbool, malloc-posix, realloc-posix.
8029         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
8030         (ensure_dirs_slot): Return false on allocation failure.
8031         (rpl_dup2): Delete.
8032         (_gl_register_dup): New function.
8033         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
8034         (_gl_register_fd): Close fd on allocation failure.
8035         * lib/fcntl.in.h (_gl_register_fd): Update signature.
8036         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
8037         prototype.
8038         (rpl_dup2_fchdir): Delete prototype.
8039         * lib/open.c (open): Update caller.
8040         * lib/dup2.c (dup2): Track fchdir metadata.
8041         * lib/dup3.c (dup3): Likewise.
8042         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
8043         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
8044
8045 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8046
8047         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
8048         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
8049         don't pass arguments to AC_OUTPUT.
8050
8051 2009-09-02  Bruno Haible  <bruno@clisp.org>
8052
8053         * modules/mkdtemp (License): Relicense under LGPLv2+.
8054         Reported by Paolo Bonzini.
8055
8056 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8057
8058         Replace uses of obsolete autoconf macros in Jim's modules.
8059         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
8060         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
8061         can evoke a warning from autoconf when run with -Wobsolete
8062         enabled.  They were declared obsolete for good reasons (see
8063         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
8064         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
8065         should not continue using the deprecated macros.
8066         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
8067         obsolete Autoconf macros with modern counterparts.
8068         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8069         * m4/dos.m4 (gl_AC_DOS): Likewise.
8070         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
8071         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
8072         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
8073         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
8074         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
8075         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
8076         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
8077         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
8078         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
8079         Likewise.
8080         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
8081         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8082         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
8083         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
8084         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
8085         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8086
8087 2009-09-01  Eric Blake  <ebb9@byu.net>
8088
8089         fchdir: fix off-by-one bug in previous patch
8090         * lib/fchdir.c (rpl_fstat): Use correct bounds.
8091         (_gl_unregister_fd): Delete useless if.
8092
8093 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
8094
8095         maint.mk: sort the list of syntax-check rules
8096         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
8097         easier to get a sense of progress when the rules are run sequentially
8098         and take a long time.
8099
8100 2009-09-01  Simon Josefsson  <simon@josefsson.org>
8101
8102         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
8103         * modules/netinet_in: Likewise.
8104         * modules/sys_file: Likewise.
8105         * modules/sys_ioctl: Likewise.
8106         * modules/sys_select: Likewise.
8107         * modules/sys_socket: Likewise.
8108         * modules/sys_stat: Likewise.
8109         * modules/sys_time: Likewise.
8110         * modules/sys_times: Likewise.
8111         * modules/sys_utsname: Likewise.
8112         * modules/sys_wait: Likewise.
8113
8114 2009-09-01  Jim Meyering  <meyering@redhat.com>
8115
8116         fts: help ensure that return values are not ignored
8117         * lib/fts_.h (__GNUC_PREREQ): Define.
8118         (__attribute_warn_unused_result__): Define.
8119         (fts_children, fts_close, fts_open, fts_read): Declare with
8120         __attribute_warn_unused_result__.
8121
8122         fts: fts_close now fails also when closing a dir file descriptor fails
8123         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
8124         and propagate to caller, along with errno.
8125
8126         announce-gen: correct formatting in --help output
8127         * build-aux/announce-gen (usage): Move the one-line description in
8128         --help output "up", to where it belongs, just after Usage:.
8129
8130 2009-08-31  Eric Blake  <ebb9@byu.net>
8131
8132         fchdir: port to mingw
8133         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
8134         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
8135         opened, then use a substitute.
8136         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
8137         replacement.
8138         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
8139         (_gl_register_fd): No need to check stat if open already filters
8140         all directories.
8141         (fchdir): Fix error condition to match POSIX.
8142         * modules/fchdir (Depends-on): Add sys_stat.
8143         * doc/posix-functions/open.texi (open): Document the limitation.
8144         * modules/fchdir-tests: New file.
8145         * tests/test-fchdir.c: Likewise.
8146
8147         canonicalize: allow cross-testing from cygwin to mingw
8148         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
8149         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
8150         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
8151         Likewise.
8152         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
8153         target does not support symlinks.
8154         * tests/test-canonicalize-lgpl.sh: Likewise.
8155
8156         chown: avoid compilation warning on mingw
8157         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
8158         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
8159         mingw.
8160         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
8161         * modules/chown (Depends-on): Add errno.
8162
8163 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
8164
8165         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
8166         command.
8167
8168 2009-08-31  Jim Meyering  <meyering@redhat.com>
8169
8170         canonicalize: remove useless initialization
8171         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
8172         initialization of local, "end".
8173
8174 2009-08-30  Bruno Haible  <bruno@clisp.org>
8175
8176         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
8177         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
8178         ENOSYS.
8179
8180 2009-08-30  Bruno Haible  <bruno@clisp.org>
8181
8182         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
8183         /usr/xpg4/bin/tr when it exists.
8184         * tests/test-pipe-filter-gi1.sh: Likewise.
8185
8186 2009-08-30  Bruno Haible  <bruno@clisp.org>
8187
8188         Work around deficient /usr/bin/id program on Solaris.
8189         * tests/test-file-has-acl.sh (ID): New variable.
8190         * tests/test-set-mode-acl.sh (ID): Likewise.
8191         * tests/test-copy-acl.sh (ID): Likewise.
8192         * tests/test-copy-file.sh (ID): Likewise.
8193
8194 2009-08-30  Bruno Haible  <bruno@clisp.org>
8195
8196         New module 'xstriconveh'.
8197         * lib/xstriconveh.h: New file.
8198         * lib/xstriconveh.c: New file.
8199         * modules/xstriconveh: New file.
8200
8201 2009-08-30  Bruno Haible  <bruno@clisp.org>
8202
8203         Make it easier to use mem_cd_iconveh.
8204         * lib/striconveh.h (iconveh_t): New type.
8205         (iconveh_open, iconveh_close): New declarations.
8206         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
8207         with a single 'const iconveh_t *' argument.
8208         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
8209         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
8210         with a single 'const iconveh_t *' argument.
8211         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
8212         * tests/test-striconveh.c (main): Update.
8213         * NEWS: Mention the change.
8214
8215 2009-08-30  Bruno Haible  <bruno@clisp.org>
8216
8217         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
8218         problem.
8219
8220 2009-08-30  Bruno Haible  <bruno@clisp.org>
8221
8222         Work around iconv_open problem on Solaris.
8223         * lib/iconv_open-solaris.gperf: New file.
8224         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
8225         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
8226         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
8227         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
8228         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
8229         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
8230
8231 2009-08-29  Jim Meyering  <meyering@redhat.com>
8232
8233         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
8234         * top/maint.mk (cvs-check): Remove target; it was just an alias
8235         to the better-named vc-diff-check.
8236         (maintainer-distcheck): Remove rule.  It was used only from
8237         the (alpha/beta/major) target, and all of its commands but one
8238         were coreutils-specific.
8239         (vc-dist): Remove rule.
8240         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
8241         Run vc-diff-check, not vc-dist.
8242         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
8243
8244 2009-08-27  Bruno Haible  <bruno@clisp.org>
8245
8246         * tests/test-bitrotate.c (main): Remove test that uses a shift count
8247         of 0.
8248
8249 2009-08-27  Bruno Haible  <bruno@clisp.org>
8250
8251         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
8252         compilers.
8253         * doc/func.texi: Document the SunPRO C bug.
8254
8255 2009-08-27  Bruno Haible  <bruno@clisp.org>
8256
8257         Fix link error on Solaris.
8258         * tests/test-parse-duration.c (xstrdup): Remove function.
8259
8260 2009-08-26  Pádraig Brady  <P@draigbrady.com>
8261
8262         ignore-value: handle pointer types, too
8263         * lib/ignore-value.h (__attribute__): Remove definition.
8264         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
8265         of a more concise and more-often effective "(void) i" statement.
8266         (ignore_ptr): New function to suppress warnings from functions that
8267         return pointers, and to make it explicit that one function doesn't
8268         handle all cases.
8269
8270 2009-08-25  Bruno Haible  <bruno@clisp.org>
8271
8272         dup2: work around a Linux bug.
8273         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
8274         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
8275         * doc/posix-functions/dup2.texi: Mention the Linux bug.
8276         Reported by Simon Josefsson.
8277
8278 2009-08-25  Jim Meyering  <meyering@redhat.com>
8279
8280         libguestfs uses gnulib
8281         * users.txt: Add libguestfs.
8282
8283 2009-08-24  Eric Blake  <ebb9@byu.net>
8284
8285         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
8286         * lib/pipe2.c (includes): Add binary-io.h.
8287         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
8288
8289 2009-08-24  Bruno Haible  <bruno@clisp.org>
8290
8291         Tolerate declared but missing accept4 syscall.
8292         * lib/accept4.c (accept4): Invoke original accept4 function first, if
8293         available.
8294         * lib/sys_socket.in.h (accept4): If the function is already present,
8295         override it.
8296         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
8297         * modules/accept4 (Makefile.am): Compile accept4.c always.
8298         Reported by Paolo Bonzini and Eric Blake.
8299
8300 2009-08-23  Bruno Haible  <bruno@clisp.org>
8301
8302         New module 'accept4'.
8303         * lib/sys_socket.in.h (accept4): New declaration.
8304         * lib/accept4.c: New file.
8305         * m4/accept4.m4: New file.
8306         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
8307         GNULIB_ACCEPT4, HAVE_ACCEPT4.
8308         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
8309         HAVE_ACCEPT4.
8310         * modules/accept4: New file.
8311         * doc/glibc-functions/accept4.texi: Mention the new module.
8312
8313 2009-08-24  Jim Meyering  <meyering@redhat.com>
8314
8315         progname: also set global program_invocation_name, when possible
8316         Before this change, a libtool-enabled program that calls glibc's
8317         error function would report the program name as
8318         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
8319         * modules/progname (configure.ac): Check for a declaration of
8320         program_invocation_name.
8321         * lib/progname.c:  Include <errno.h>.
8322         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
8323         Set program_invocation_name.
8324
8325 2009-08-23  Bruno Haible  <bruno@clisp.org>
8326
8327         * lib/dup3.c: Include <string.h>.
8328
8329 2009-08-23  Bruno Haible  <bruno@clisp.org>
8330
8331         * lib/dup3.c (dup3): Test only once whether the system actually exists.
8332         * lib/pipe2.c (pipe2): Likewise.
8333         Suggested by Eric Blake.
8334
8335 2009-08-23  Bruno Haible  <bruno@clisp.org>
8336
8337         Tolerate declared but missing dup3 syscall.
8338         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
8339         * lib/unistd.in.h (dup3): If the function is already present,
8340         override it.
8341         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
8342         * modules/dup3 (Makefile.am): Compile dup3.c always.
8343         Reported by Paolo Bonzini.
8344
8345 2009-08-23  Bruno Haible  <bruno@clisp.org>
8346
8347         Tolerate declared but missing pipe2 syscall.
8348         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
8349         available.
8350         * lib/unistd.in.h (pipe2): If the function is already present,
8351         override it.
8352         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
8353         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
8354         Reported by Paolo Bonzini.
8355
8356 2009-08-23  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/pipe2.c (pipe2): Move #ifs inside function.
8359
8360 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
8361
8362         quotearg: document limitations of quote_these_too
8363         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
8364         those limitations are created.
8365         * lib/quotearg.h (set_char_quoting): Document that digits and
8366         letters that are special after backslash are not permitted.
8367         (quotearg_char): Cross-reference set_char_quoting documentation.
8368
8369 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
8370
8371         quotearg: implement custom_quoting_style
8372         * lib/quotearg.c: (struct quoting_options): Add left_quote and
8373         right_quote fields.
8374         (set_custom_quoting): New public function.
8375         (quotearg_buffer_restyled): Add left_quote and right_quote
8376         arguments, handle them very much like locale quoting, and update
8377         all uses.
8378         (quotearg_n_custom): New public function.
8379         (quotearg_n_custom_mem): New public function.
8380         (quotearg_custom): New public function.
8381         (quotearg_custom_mem): New public function.
8382         * lib/quotearg.h: Prototype and document new public functions.
8383         (enum quoting_style): For escape_quoting_style and
8384         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
8385         ignored even though they're otherwise like c_quoting_style.
8386         Add custom_quoting_style member and document with comparison to
8387         clocale_quoting_style.
8388         * tests/test-quotearg.c (custom_quotes): New array.
8389         (custom_results): New array.
8390         (main): Extend to test custom quoting.
8391
8392 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
8393
8394         quotearg: fix right quote escaping when it's in quote_these_too
8395         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
8396         quote, be sure to prepend only one backslash.
8397         * tests/test-quotearg.c (use_quote_double_quotes): New function.
8398         (main): Test it.
8399
8400 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
8401
8402         quotearg-tests: test escaping of embedded locale quotes
8403         * tests/test-quotearg.c (struct result_strings): Add member for
8404         new input.
8405         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
8406         (inputs): Add new input.
8407         (results_g): Add expected results.
8408         (flag_results): Likewise.
8409         (locale_results): Likewise.
8410         (compare_strings): Check those.
8411
8412 2009-08-23  Bruno Haible  <bruno@clisp.org>
8413
8414         Tests for module 'dup3'.
8415         * modules/dup3-tests: New file.
8416         * tests/test-dup3.c: New file.
8417
8418         New module 'dup3'.
8419         * lib/unistd.in.h (dup3): New declaration.
8420         * lib/dup3.c: New file.
8421         * m4/dup3.m4: New file.
8422         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
8423         HAVE_DUP3.
8424         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
8425         * modules/dup3: New file.
8426         * doc/glibc-functions/dup3.texi: Mention the new module.
8427
8428 2009-08-23  Bruno Haible  <bruno@clisp.org>
8429
8430         Tweak the dup2 test.
8431         * tests/test-dup2.c (main): Create the test file empty. Verify that an
8432         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
8433         the test file is still empty. Fix argument order of lseek.
8434
8435 2009-08-23  Bruno Haible  <bruno@clisp.org>
8436
8437         Avoid test link errors when the modules getopt-gnu, gettext are used.
8438         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
8439         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8440
8441 2009-08-23  Bruno Haible  <bruno@clisp.org>
8442
8443         Fix getdtablesize() on mingw.
8444         * lib/getdtablesize.c (getdtablesize): Implement differently.
8445         * lib/unistd.in.h (getdtablesize): Improve comment.
8446
8447 2009-08-23  Bruno Haible  <bruno@clisp.org>
8448
8449         New module 'mkostemp'.
8450         Based on Ulrich Drepper's 2007-08-10 change in glibc.
8451         * lib/stdlib.in.h (mksotemp): New declaration.
8452         * lib/mkostemp.c: New file, from glibc with modifications.
8453         * lib/tempname.h (GT_FILE): Remove outdated comment.
8454         (gen_tempname): Add flags argument.
8455         * lib/tempname.c (__GT_BIGFILE): Remove macro.
8456         (__GT_FILE): Map to 1.
8457         (small_open, large_open): Remove macros.
8458         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
8459         * lib/mkstemp.c (mkstemp): Update.
8460         * lib/mkdtemp.c (mkdtemp): Likewise.
8461         * m4/mkostemp.m4: New file.
8462         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
8463         HAVE_MKOSTEMP.
8464         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
8465         HAVE_MKOSTEMP.
8466         * modules/mkostemp: New file, based on modules/mkstemp.
8467         * doc/glibc-functions/mkostemp.texi: Mention the new module.
8468         * NEWS: Mention the change.
8469
8470 2009-08-23  Bruno Haible  <bruno@clisp.org>
8471
8472         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
8473         Reported by Eric Blake.
8474
8475 2009-08-23  Bruno Haible  <bruno@clisp.org>
8476
8477         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
8478         Reported by Eric Blake.
8479
8480 2009-08-23  Bruno Haible  <bruno@clisp.org>
8481
8482         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
8483         * modules/pipe2 (Depends-on): Likewise.
8484
8485 2009-08-23  Eric Blake  <ebb9@byu.net>
8486
8487         fcntl-h: add O_TTY_INIT support
8488         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
8489         * tests/test-fcntl-h.c (o): Test it.
8490         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
8491
8492         fcntl-h: rename from fcntl, in preparation for fcntl(2)
8493         * modules/fcntl: Move <fcntl.h> header replacement...
8494         * modules/fcntl-h: ...to new name, so as not to collide with
8495         like-named function.
8496         * tests/test-fcntl.c: Rename...
8497         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
8498         * modules/fcntl-tests: Rename...
8499         * modules/fcntl-h-tests: ...to this.  Update test file name.
8500         * modules/chdir-long (Depends-on): Update clients.
8501         * modules/chdir-safer (Depends-on): Likewise.
8502         * modules/fcntl-safer (Depends-on): Likewise.
8503         * modules/fts (Depends-on): Likewise.
8504         * modules/mkancesdirs (Depends-on): Likewise.
8505         * modules/mkdir-p (Depends-on): Likewise.
8506         * modules/open (Depends-on): Likewise.
8507         * modules/savewd (Depends-on): Likewise.
8508         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
8509         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
8510
8511 2009-08-22  Bruno Haible  <bruno@clisp.org>
8512
8513         * modules/binary-io (License): Relicense under LGPL.
8514         * modules/pipe2 (License): Likewise.
8515
8516 2009-08-22  Bruno Haible  <bruno@clisp.org>
8517
8518         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
8519         return value.
8520         * lib/pipe-filter-gi.c (filter_init): Likewise.
8521         Reported by Eric Blake.
8522
8523 2009-08-22  Bruno Haible  <bruno@clisp.org>
8524
8525         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
8526         * modules/pipe (Depends-on): Add pipe2.
8527
8528 2009-08-22  Bruno Haible  <bruno@clisp.org>
8529
8530         Tests for module 'pipe2'.
8531         * modules/pipe2-tests: New file.
8532         * tests/test-pipe2.c: New file.
8533
8534         New module 'pipe2'.
8535         * lib/unistd.in.h (pipe2): New declaration.
8536         * lib/pipe2.c: New file.
8537         * m4/pipe2.m4: New file.
8538         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
8539         HAVE_PIPE2.
8540         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
8541         * modules/pipe2: New file.
8542         * doc/glibc-functions/pipe2.texi: Mention the new module.
8543
8544 2009-08-22  Bruno Haible  <bruno@clisp.org>
8545
8546         Reference some new glibc functions.
8547         * doc/glibc-functions/accept4.texi: New file.
8548         * doc/glibc-functions/dup3.texi: New file.
8549         * doc/glibc-functions/mkostemp.texi: New file.
8550         * doc/glibc-functions/pipe2.texi: New file.
8551         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
8552         (Glibc sys/socket.h): Refer to accept4.
8553         (Glibc unistd.h): Refer to dup3, pipe2.
8554         Reported by Eric Blake.
8555
8556 2009-08-22  Jim Meyering  <meyering@redhat.com>
8557             Bruno Haible  <bruno@clisp.org>
8558
8559         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
8560         This makes it so packages using automake-1.11's silent-rules option
8561         can print e.g., a single "GEN    configmake.h" line, rather than
8562         the 30+ statements that perform the job.  If you want to see the
8563         actual commands, you can still run "make V=1".
8564         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
8565         so that make output is abbreviated when those variables are defined
8566         appropriately.
8567         * modules/argz: Likewise.
8568         * modules/arpa_inet: Likewise.
8569         * modules/byteswap: Likewise.
8570         * modules/configmake: Likewise.
8571         * modules/dirent: Likewise.
8572         * modules/errno: Likewise.
8573         * modules/fcntl: Likewise.
8574         * modules/float: Likewise.
8575         * modules/fnmatch: Likewise.
8576         * modules/getopt-posix: Likewise.
8577         * modules/glob: Likewise.
8578         * modules/iconv_open: Likewise.
8579         * modules/inttypes: Likewise.
8580         * modules/localcharset: Likewise.
8581         * modules/locale: Likewise.
8582         * modules/math: Likewise.
8583         * modules/netdb: Likewise.
8584         * modules/netinet_in: Likewise.
8585         * modules/poll: Likewise.
8586         * modules/posix_spawnp-tests: Likewise.
8587         * modules/sched: Likewise.
8588         * modules/search: Likewise.
8589         * modules/selinux-h: Likewise.
8590         * modules/signal: Likewise.
8591         * modules/spawn: Likewise.
8592         * modules/stdarg: Likewise.
8593         * modules/stdbool: Likewise.
8594         * modules/stddef: Likewise.
8595         * modules/stdint: Likewise.
8596         * modules/stdio: Likewise.
8597         * modules/stdlib: Likewise.
8598         * modules/string: Likewise.
8599         * modules/strings: Likewise.
8600         * modules/sys_file: Likewise.
8601         * modules/sys_ioctl: Likewise.
8602         * modules/sys_select: Likewise.
8603         * modules/sys_socket: Likewise.
8604         * modules/sys_stat: Likewise.
8605         * modules/sys_time: Likewise.
8606         * modules/sys_times: Likewise.
8607         * modules/sys_utsname: Likewise.
8608         * modules/sys_wait: Likewise.
8609         * modules/sysexits: Likewise.
8610         * modules/time: Likewise.
8611         * modules/unistd: Likewise.
8612         * modules/wchar: Likewise.
8613         * modules/wctype: Likewise.
8614
8615 2009-08-22  Jim Meyering  <meyering@redhat.com>
8616
8617         announce-gen: detect write failure
8618         * build-aux/announce-gen: Add Coda at end.
8619         Remove equivalent-but-more-verbose block at top.
8620
8621 2009-08-19  Akim Demaille  <demaille@gostai.com>
8622
8623         bootstrap: --help to stdout.
8624         * bootstrap (usage): Don't send --help to stderr.
8625         Use a here doc instead of a long string.
8626
8627 2009-08-21  Eric Blake  <ebb9@byu.net>
8628
8629         test-popen-safer: split from test-popen
8630         * tests/test-popen.c (main): Move...
8631         * tests/test-popen.h: ...into new file.
8632         * tests/test-popen-safer2.c: New file.
8633         * modules/popen-tests (Files): Add test-popen.h.
8634         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
8635         Suggested by Bruno Haible.
8636
8637         test-fcntl-safer: split from test-open
8638         * tests/test-open.c (main): Move...
8639         * tests/test-open.h: ...into new file.
8640         * tests/test-fcntl-safer.c: New file.
8641         * modules/open-tests (Files): Add test-open.h.
8642         * modules/fcntl-safer-tests: New file.
8643         Suggested by Bruno Haible.
8644
8645         test-fopen-safer: split from test-fopen
8646         * tests/test-fopen.c (main): Move...
8647         * tests/test-fopen.h: ...into new file.
8648         * tests/test-fopen-safer.c: New file.
8649         * modules/fopen-tests (Files): Add test-fopen.h.
8650         * modules/fopen-safer-tests: New file.
8651         Suggested by Bruno Haible.
8652
8653 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
8654
8655         popen-safer: test O_CLOEXEC at run-time.
8656         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
8657
8658 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
8659
8660         fcntl: move more flags to the header
8661         * lib/cloexec.c: Do not define FD_CLOEXEC here.
8662         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
8663         * lib/fcntl.in.h: Do both things here.
8664
8665 2009-08-21  Jim Meyering  <meyering@redhat.com>
8666
8667         consistently remove $@-t before redirecting to it
8668         * modules/argz: Remove $@-t and $@ before redirecting to the former.
8669         * modules/alloca-opt: Likewise.
8670         * modules/byteswap: Likewise.
8671         * modules/fnmatch: Likewise.
8672         * modules/getopt-posix: Likewise.
8673         * modules/glob: Likewise.
8674         * modules/poll: Likewise.
8675         * modules/posix_spawnp-tests: Likewise.
8676         * modules/sys_socket: Likewise.
8677         * modules/sysexits: Likewise.
8678
8679 2009-08-21  Eric Blake  <ebb9@byu.net>
8680
8681         popen: simplify access to original popen
8682         * lib/popen.c (rpl_popen): No need to worry about popen being a
8683         macro.
8684         Reported by Bruno Haible.
8685
8686 2009-08-20  Eric Blake  <ebb9@byu.net>
8687
8688         build: avoid some compiler warnings
8689         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
8690         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
8691         type.
8692         (new_exclude_segment, excluded_file_pattern_p)
8693         (excluded_file_name_p): Reduce scope.
8694         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
8695         old-style declaration.
8696
8697 2009-08-20  Simon Josefsson  <simon@josefsson.org>
8698
8699         * tests/test-exclude1.sh: Handle Windows EOL.
8700         * tests/test-exclude2.sh: Likewise.
8701         * tests/test-exclude3.sh: Likewise.
8702         * tests/test-exclude4.sh: Likewise.
8703         * tests/test-exclude5.sh: Likewise.
8704         * tests/test-exclude6.sh: Likewise.
8705         * tests/test-exclude7.sh: Likewise.
8706
8707 2009-08-19  Akim Demaille  <demaille@gostai.com>
8708
8709         bootstrap: find sha1sum when named gsha1sum.
8710         * bootstrap (find_tool): New.
8711         ($SHA1SUM): New.
8712         Use it.
8713
8714 2009-08-20  Jim Meyering  <meyering@redhat.com>
8715
8716         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
8717         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
8718         expression that converts "." in a file name to "\." in the resulting
8719         regexp.  Start with a dummy statement, so that prior shell variable
8720         definitions are expanded portably.  Reported by Simon Josefsson.
8721
8722 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
8723
8724         Fix polling for writeability of a screen buffer.
8725         * lib/poll.c: Distinguish input and screen buffers for the
8726         Win32 implementation.
8727         * lib/select.c: Likewise.
8728
8729 2009-08-19  Eric Blake  <ebb9@byu.net>
8730
8731         popen-safer: prevent popen from clobbering std descriptors
8732         * modules/popen-safer: New file.
8733         * lib/popen-safer.c: Likewise.
8734         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
8735         * lib/stdio--.h (popen): Provide override.
8736         * lib/stdio-safer.h (popen_safer): Provide declaration.
8737         * tests/test-popen.c (includes): Partially test this.
8738         * modules/popen-safer-tests: New file, for more tests.
8739         * tests/test-popen-safer.c: Likewise.
8740         * MODULES.html.sh (file stream based Input/Output): Mention it.
8741
8742         tests: test some of the *-safer modules
8743         * modules/fopen-safer (Depends-on): Add fopen.
8744         * modules/fcntl-safer (Depends-on): Add fcntl.
8745         * modules/stdlib-safer (Depends-on): Add stdlib.
8746         (configure.ac): Set indicator.
8747         * modules/unistd-safer (configure.ac): Likewise.
8748         * modules/tmpfile-safer (configure.ac): Likewise.
8749         (Depends-on): Add tmpfile.
8750         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
8751         active.
8752         * tests/test-fopen.c (includes): Test safer versions when they are
8753         in use.
8754         * tests/test-open.c (includes): Likewise.
8755
8756         popen: fix cygwin 1.5 bug when stdin closed
8757         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
8758         * modules/popen: New file.
8759         * modules/popen-tests: Likewise.
8760         * tests/test-popen.c: Likewise.
8761         * m4/popen.m4: Likewise.
8762         * lib/popen.c: Likewise.
8763         * lib/stdio.in.h (popen): New declaration.
8764         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
8765         * modules/stdio (Makefile.am): Likewise.
8766         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
8767
8768 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
8769
8770         maint.mk: give full control over update-copyright exclusions
8771         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
8772         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
8773         (update-copyright): Don't force inclusion of top-level
8774         ChangeLog.  Don't force exclusion of all COPYING files, but make
8775         them the default exclusion instead.
8776
8777 2009-08-16  Bruno Haible  <bruno@clisp.org>
8778
8779         Fix test failures on Solaris 10.
8780         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
8781         tests when Solaris iconv() is used.
8782         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
8783         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
8784         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
8785         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
8786         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
8787
8788 2009-08-16  Bruno Haible  <bruno@clisp.org>
8789
8790         Fix test failures on Solaris 10.
8791         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
8792         'tr' program and pass it as first argument.
8793         * tests/test-pipe-filter-gi1.sh: Likewise.
8794         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
8795         program as first argument.
8796         * tests/test-pipe-filter-gi1.c (main): Likewise.
8797
8798 2009-08-16  Eric Blake  <ebb9@byu.net>
8799
8800         fpurge: fix previous commits
8801         * modules/fpurge (Makefile.am): Make replacement conditional,
8802         partially reverting 2007-04-29 change; missed in previous
8803         attempt.
8804         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
8805         is missing.
8806
8807 2009-08-16  Bruno Haible  <bruno@clisp.org>
8808
8809         Clarify fpurge's effect on the file position.
8810         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
8811         * tests/test-fpurge.c (main): Make a second pass for checking the file
8812         position.
8813
8814 2009-08-16  Bruno Haible  <bruno@clisp.org>
8815
8816         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
8817         declaration of fpurge is missing.
8818         * tests/test-fpurge.c (main): Check that the file has not more contents
8819         than expected. Close the file before removing it.
8820
8821 2009-08-15  Eric Blake  <ebb9@byu.net>
8822
8823         fpurge: don't wrap working cygwin implementation
8824         * lib/fpurge.c (fpurge): Fix comment typo.
8825         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
8826         1.7 to avoid replacement.
8827         * tests/test-fpurge.c (main): Enhance test.
8828
8829 2009-08-15  Eric Blake  <ebb9@byu.net>
8830         and Jim Meyering  <meyering@redhat.com>
8831
8832         test-update-copyright: skip if perl is insufficient
8833         * tests/test-update-copyright.sh: Failure to run maintainer tool
8834         should not cause testsuite failure on cygwin 1.5.
8835
8836 2009-08-14  Eric Blake  <ebb9@byu.net>
8837
8838         doc: mention more functions added in cygwin 1.7.0
8839         * doc/posix-headers/limits.texi (limits.h): Update for recent
8840         cygwin additions.
8841         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
8842         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
8843         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
8844         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
8845         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
8846
8847 2009-08-14  Eric Blake  <ebb9@byu.net>
8848
8849         maint.mk: simplify update-copyright rule
8850         * top/maint.mk (update-copyright-local): Delete, and document how
8851         to do it in cfg.mk instead.
8852         (update-copyright-exclude-regexp): Delete, and document how to do
8853         it in .x-update-copyright instead.
8854         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
8855         exclude ChangeLog.
8856
8857 2009-08-14  Bruno Haible  <bruno@clisp.org>
8858
8859         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
8860
8861 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8862
8863         maint.mk: support update-copyright-env
8864         * top/maint.mk (update-copyright-env): Define place-holder.
8865         (update-copyright): Expand $(update-copyright-env) before
8866         invoking update-copyright.
8867
8868 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8869
8870         update-copyright: implement forced reformatting
8871         * build-aux/update-copyright: Implement and document
8872         UPDATE_COPYRIGHT_FORCE.
8873         * tests/test-update-copyright.sh: Test it.
8874
8875 2009-08-14  Eric Blake  <ebb9@byu.net>
8876         and Bruno Haible  <bruno@clisp.org>
8877
8878         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
8879         * tests/test-locale.c: Revert previous patch related to NULL.
8880         * tests/test-stdio.c: Likewise.
8881         * tests/test-stdlib.c: Likewise.
8882         * tests/test-string.c: Likewise.
8883         * tests/test-unistd.c: Likewise.
8884         * modules/time-tests (Depends-on): Add verify.
8885         * modules/wchar-tests (Depends-on): Likewise.
8886         * tests/test-time.c: Test for NULL compliance.
8887         * tests/test-wchar.c: Likewise.
8888         * modules/locale (Depends-on): Add stddef.
8889         * modules/stdio (Depends-on): Likewise.
8890         * modules/stdlib (Depends-on): Likewise.
8891         * modules/string (Depends-on): Likewise.
8892         * modules/time (Depends-on): Likewise.
8893         * modules/unistd (Depends-on): Likewise.
8894         * modules/wchar (Depends-on): Likewise.
8895         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
8896         * lib/stdlib.in.h (includes): Likewise.
8897         * lib/string.in.h (includes): Likewise.
8898         * lib/time.in.h (includes): Likewise.
8899         * lib/unistd.in.h (includes): Likewise.
8900         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
8901         replaced.
8902         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8903         * m4/stddef_h.m4: New file.
8904         * modules/stddef: Likewise.
8905         * lib/stddef.in.h: Likewise.
8906         * modules/stddef-tests: Likewise.
8907         * tests/test-stddef.c: Likewise.
8908         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
8909         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
8910         * doc/posix-headers/locale.texi (locale.h): Likewise.
8911         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
8912         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
8913         * doc/posix-headers/string.texi (string.h): Likewise.
8914         * doc/posix-headers/time.texi (time.h): Likewise.
8915         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
8916         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
8917
8918 2009-08-14  Eric Blake  <ebb9@byu.net>
8919
8920         doc: improve git diff of texinfo files
8921         * .gitattributes: Add rule for *.texi files, with hint on how to
8922         use it.
8923         Copied from m4, and based on a report by Bruno Haible.
8924
8925 2009-08-14  Bruno Haible  <bruno@clisp.org>
8926
8927         Disable multithread support by default on Cygwin 1.5.x for real.
8928         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
8929
8930 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8931
8932         update-copyright: much ado about intervals
8933         * build-aux/update-copyright: Implement and document
8934         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
8935         of copyright year intervals.
8936         Also, document UPDATE_COPYRIGHT_YEAR.
8937         * tests/test-update-copyright.sh: Test it.
8938
8939         update-copyright: convert 2-digit to 4-digit years
8940         * build-aux/update-copyright: Implement and document.
8941         * tests/test-update-copyright.sh: Update.
8942
8943 2009-08-14  Jim Meyering  <meyering@redhat.com>
8944
8945         test-exclude: avoid coreutils "make check" failure
8946         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
8947         just as in test-argmatch.c.
8948
8949 2009-08-13  Eric Blake  <ebb9@byu.net>
8950
8951         test-dup2: fix bad assumption
8952         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
8953         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
8954
8955         test-version-etc: fix CRLF portability issue
8956         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
8957         recognize \r.
8958         * tests/test-argp-version-etc-1.sh: Likewise.
8959
8960         getopt: update client modules
8961         * modules/argp (Depends-on): Use getopt-gnu.
8962         * modules/git-merge-changelog (Depends-on): Likewise.
8963         * modules/long-options (Depends-on): Likewise.
8964         * modules/xstrtol (Depends-on): Likewise.
8965
8966 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8967
8968         * tests/test-version-etc.sh: Don't fail on different
8969         project/version.  Don't fail on CRLF differences.  Rewrite to use
8970         multiple -e instead of multiple sed forks, suggested by Eric Blake
8971         <ebb9@byu.net>.
8972         * tests/test-argp-version-etc-1.sh: Likewise.
8973
8974 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8975
8976         * tests/test-version-etc.sh: Don't fail on different
8977         project/version.
8978
8979 2009-08-12  Bruno Haible  <bruno@clisp.org>
8980
8981         Tests for modules 'getopt-posix', 'getopt-gnu'.
8982         * modules/getopt-posix-tests: New file.
8983         * tests/test-getopt.c: New file.
8984         * tests/test-getopt.h: New file.
8985         * tests/test-getopt_long.h: New file.
8986
8987         New modules 'getopt-posix', 'getopt-gnu'.
8988         * modules/getopt-gnu: New file, renamed from modules/getopt.
8989         * modules/getopt-posix: New file.
8990         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
8991         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
8992         (gl_GETOPT): Remove macro.
8993         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
8994         Disable the test against BSD systems that declare optreset. Test
8995         against mingw bug. Test against lack of support of optional arguments
8996         on many platforms.
8997         * doc/glibc-headers/getopt.texi: Update module name and list of
8998         relevant platforms.
8999         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
9000         'getopt-gnu' and more portability problems.
9001         * NEWS: Mention the changes.
9002
9003 2009-08-12  Bruno Haible  <bruno@clisp.org>
9004
9005         Ensure that optarg etc. get declared by <unistd.h>.
9006         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
9007         AC_USE_SYSTEM_EXTENSIONS.
9008         * modules/getopt (Depends-on): Add 'extensions'.
9009
9010 2009-08-12  Bruno Haible  <bruno@clisp.org>
9011
9012         Avoid test link errors.
9013         * modules/pipe-filter-ii-tests (Makefile.am): Define
9014         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
9015         * modules/pipe-filter-gi-tests (Makefile.am): Define
9016         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
9017         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9018
9019 2009-08-12  Bruno Haible  <bruno@clisp.org>
9020
9021         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
9022         gl_GETOPT_SUBSTITUTE before.
9023         (gl_GETOPT): Use it.
9024         * m4/argp.m4 (gl_ARGP): Update.
9025         Reported by Sergey Poznyakoff.
9026
9027         * m4/getopt.m4: Reorder macros.
9028         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
9029         (gl_GETOPT_SUBSTITUTE): Remove macro.
9030
9031 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9032
9033         Minor improvement in gitlog-to-changelog
9034
9035         * build-aux/gitlog-to-changelog: New option `--format' makes
9036         output format string configurable.
9037
9038 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9039
9040         Optimize exclude: use hash tables for non-wildcard patterns.
9041
9042         * lib/exclude.c: Include hash.h and mbuiter.h
9043         (struct exclude_pattern, exclude_segment): New data types.
9044         (struct exclude): Rewrite.
9045         (fnmatch_pattern_has_wildcards): New function.
9046         (new_exclude_segment, free_exclude_segment): New functions.
9047         (excluded_file_pattern_p, excluded_file_name_p): New functions.
9048         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
9049         * lib/exclude.h (is_fnmatch_pattern): New prototype.
9050         * modules/exclude: Depend on hash and mbuiter.
9051
9052         * modules/exclude-tests: New file.
9053         * tests/test-exclude.c: New file.
9054         * tests/test-exclude1.sh: New file.
9055         * tests/test-exclude2.sh: New file.
9056         * tests/test-exclude3.sh: New file.
9057         * tests/test-exclude4.sh: New file.
9058         * tests/test-exclude5.sh: New file.
9059         * tests/test-exclude6.sh: New file.
9060         * tests/test-exclude7.sh: New file.
9061
9062 2009-08-12  Bruno Haible  <bruno@clisp.org>
9063
9064         Ensure that getopt() gets declared by <unistd.h>.
9065         * lib/unistd.in.h: Conditionally include getopt.h.
9066         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
9067         Set GNULIB_UNISTD_H_GETOPT.
9068         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9069         GNULIB_UNISTD_H_GETOPT.
9070         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
9071
9072 2009-08-12  Bruno Haible  <bruno@clisp.org>
9073
9074         Clarify logic.
9075         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
9076         gl_replace_getopt instead of GETOPT_H.
9077
9078 2009-08-12  Bruno Haible  <bruno@clisp.org>
9079
9080         * m4/getopt.m4: Add comments.
9081
9082 2009-08-12  Bruno Haible  <bruno@clisp.org>
9083
9084         Disable multithread support by default on Cygwin 1.5.x.
9085         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
9086         set gl_use_threads=no if not specified otherwise.
9087
9088 2009-08-11  Bruno Haible  <bruno@clisp.org>
9089
9090         Avoid compilation error on NetBSD 5.0.
9091         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
9092         * tests/test-stdio.c: Likewise.
9093         * tests/test-stdlib.c: Likewise.
9094         * tests/test-string.c: Likewise.
9095         * tests/test-unistd.c: Likewise.
9096         Reported by Greg Troxel <gdt@ir.bbn.com>
9097         at <https://savannah.gnu.org/support/?106973>.
9098
9099 2009-08-11  Bruno Haible  <bruno@clisp.org>
9100
9101         * modules/dup2-tests (Depends-on): Remove close.
9102
9103         Undo 2009-07-19 commit.
9104         * modules/acl-tests (Depends-on): Remove close.
9105         * modules/binary-io-tests (Depends-on): Likewise.
9106         * modules/closein-tests (Depends-on): Likewise.
9107         * modules/flock-tests (Depends-on): Likewise.
9108         * modules/fsync-tests (Depends-on): Likewise.
9109         * modules/lseek-tests (Depends-on): Likewise.
9110         * modules/pipe-tests (Depends-on): Likewise.
9111         * modules/posix_spawn-tests (Depends-on): Likewise.
9112         * modules/posix_spawnp-tests (Depends-on): Likewise.
9113         * modules/stat-time-tests (Depends-on): Likewise.
9114         * modules/yesno-tests (Depends-on): Likewise.
9115
9116 2009-08-10  Bruno Haible  <bruno@clisp.org>
9117
9118         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
9119
9120 2009-08-10  Bruno Haible  <bruno@clisp.org>
9121
9122         Fix a gcc warning.
9123         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
9124
9125 2009-08-10  Bruno Haible  <bruno@clisp.org>
9126
9127         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
9128         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
9129         not only the first time.
9130         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
9131         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
9132         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
9133         is 1, not only the the first time.
9134
9135 2009-08-10  Bruno Haible  <bruno@clisp.org>
9136
9137         Make it possible to use module 'gethostname' without module 'close'.
9138         * lib/unistd.in.h (close): Evoke a link error only if
9139         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
9140         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9141         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
9142         * modules/unistd (Makefile.am): Substitute
9143         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
9144         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
9145         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
9146         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
9147         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
9148         * modules/sys_ioctl (Makefile.am): Substitute
9149         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
9150         * modules/socket (configure.ac): On native Windows, set
9151         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
9152         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
9153         Reported by Sam Steingold <sds@gnu.org>.
9154
9155 2009-08-10  Bruno Haible  <bruno@clisp.org>
9156
9157         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
9158         * modules/ioctl (configure.ac): Likewise.
9159
9160 2009-08-10  Bruno Haible  <bruno@clisp.org>
9161
9162         Avoid collision between gnulib wrapper and libintl wrapper.
9163         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
9164         already defined in intl/printf.c.
9165         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
9166         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
9167
9168 2009-08-09  Bruno Haible  <bruno@clisp.org>
9169
9170         Make <sys/select.h> really self-contained, also on Solaris 10.
9171         * lib/sys_select.in.h: Include <string.h>.
9172         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
9173         Solaris 10 problem.
9174         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
9175         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
9176         Reported by Jim Meyering.
9177
9178 2009-08-09  Bruno Haible  <bruno@clisp.org>
9179
9180         Avoid warnings from 'aclocal' that are due to a use of macro name
9181         AM_XGETTEXT_OPTION that is not defined in automake.
9182         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
9183         automake.
9184         * modules/error (configure.ac): Likewise.
9185         * modules/propername (configure.ac): Likewise.
9186         * modules/vasprintf (configure.ac): Likewise.
9187         * modules/verror (configure.ac): Likewise.
9188         * modules/xprintf (configure.ac): Likewise.
9189         * modules/xvasprintf (configure.ac): Likewise.
9190
9191 2009-08-08  Bruno Haible  <bruno@clisp.org>
9192
9193         Avoid compilation error in C++ mode.
9194         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
9195         Reported by Sam Steingold <sds@gnu.org>.
9196
9197 2009-08-08  Bruno Haible  <bruno@clisp.org>
9198
9199         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
9200         for the various Unix platforms.
9201         * doc/posix-headers/limits.texi: Update platforms list regarding
9202         HOST_NAME_MAX.
9203         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9204
9205 2009-08-07  Jim Meyering  <meyering@redhat.com>
9206
9207         selinux-at: fix typo in a comment
9208         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
9209         Spotted by Paolo Bonzini.
9210
9211         selinux-at: remove redundant m4 code, add documentation
9212         * modules/selinux-at (configure.ac): Remove redundant code.
9213         LIB_SELINUX is already set via the dependent module, selinux-h.
9214         (Include): Add quotes around selinux-at.h.
9215         * lib/selinux-at.h: Add documentation.
9216         Reported by Bruno Haible in
9217         http://marc.info/?l=gnulib-bug&m=124958988300749
9218
9219 2009-08-07  Bruno Haible  <bruno@clisp.org>
9220
9221         Avoid link error on MacOS X 10.3 and 10.4.
9222         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
9223         on non-ELF systems.
9224         * lib/argp-pv.c (argp_program_version): Likewise.
9225         Reported by Simon Josefsson.
9226
9227 2009-08-07  Simon Josefsson  <simon@josefsson.org>
9228
9229         * tests/test-version-etc.sh: Use $EXEEXT.
9230
9231 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
9232
9233         update-copyright: update documentation to point to maint.mk
9234         * build-aux/update-copyright: Here.
9235
9236 2009-08-06  Jim Meyering  <meyering@redhat.com>
9237
9238         maint.mk: support update-copyright-local
9239         * top/maint.mk (update-copyright-local): Define place-holder.
9240         (update-copyright): Depend on $(update-copyright-local).
9241
9242 2009-08-06  Jim Meyering  <meyering@redhat.com>
9243
9244         selinux-at: new module
9245         Initially written for coreutils, this module will soon be
9246         used by findutils, too.
9247         * MODULES.html.sh [Misc]: Add selinux-at.
9248         * lib/selinux-at.h: New file, from coreutils.
9249         * lib/selinux-at.c: Likewise.
9250         * modules/selinux-at: Likewise.
9251         (License): Change from LGPL to GPL, since it depends
9252         on the GPL'd openat module.
9253
9254         doc: update README
9255         * README: Remove references to cogito.
9256         Remove cvs-repo-updating instructions from 2007.
9257         Don't imply that CVS is better if you have limited disk space.
9258
9259 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
9260
9261         update-copyright: support C-style comments
9262         * build-aux/update-copyright: Implement and document.
9263         * tests/test-update-copyright.sh: Test.
9264
9265 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
9266
9267         update-copyright: support omitted "(C)"
9268         * build-aux/update-copyright: Implement and document.  Also,
9269         allow variable whitespace before "(C)".
9270         * tests/test-update-copyright.sh: Test.
9271
9272 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
9273
9274         update-copyright: don't trip on non-FSF copyright statements
9275         * build-aux/update-copyright: Fix so that the first correctly
9276         formatted FSF copyright statement is recognized no matter what
9277         appears before it.  Update documentation.
9278         * tests/test-update-copyright.sh: Test that.
9279
9280 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
9281
9282         update-copyright: clean up code a little
9283         * build-aux/update-copyright: Append "_re" to the name of any
9284         variable holding a regular expression.
9285         Replace "old" and "new" with "stmt" in variable names.
9286         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
9287         handled correctly.
9288         Format code more consistently.
9289
9290 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
9291
9292         update-copyright-tests: improve portability
9293         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
9294         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
9295
9296 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
9297
9298         update-copyright: support @copyright{} and &copy;
9299         * build-aux/update-copyright: Implement and document.
9300         * tests/test-update-copyright.sh: Test.
9301
9302 2009-08-04  Jim Meyering  <meyering@redhat.com>
9303
9304         update-copyright-tests: correctly test EOL=\r\n handling
9305         * tests/test-update-copyright.sh: Put \r at the end of some lines
9306         for the dos-eol tests.  Based on a patch by Joel E. Denny.
9307
9308         maint.mk: make update-copyright exclusion list more configurable
9309         * top/maint.mk (update-copyright): Default to excluding COPYING,
9310         but allow an override, in case someone does want to update that file.
9311
9312         maint.mk: don't update copyright date in COPYING
9313         * top/maint.mk (update-copyright): Exclude COPYING.
9314
9315         maint.mk: add a copyright-updating rule
9316         * top/maint.mk (update-copyright): New rule.
9317         Derived from coreutils/Makefile.am.
9318
9319         update-copyright: rename some variables
9320         * build-aux/update-copyright: Rename a few variables for clarity.
9321         Tweak syntax.  List Joel E. Denny as coauthor.
9322
9323 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
9324
9325         update-copyright: fix bug for 2-digit last year and add tests
9326         * build-aux/update-copyright: Fix bug.
9327         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
9328         specified.
9329         * modules/update-copyright-tests: New
9330         * tests/test-update-copyright.sh: New.
9331
9332 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
9333
9334         update-copyright: handle leading tabs in line prefix
9335         * build-aux/update-copyright: Count leading tabs as 8 spaces
9336         when computing margin.  This helps with the formatting of
9337         ChangeLogs, for example.
9338         Fix documentation a little.
9339
9340 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
9341
9342         update-copyright: support EOL=\r\n
9343         * build-aux/update-copyright: Implement that.
9344
9345 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
9346
9347         update-copyright: automatically format copyright statements
9348         * build-aux/update-copyright: Implement that.
9349         Also, be a little more predictable and safer by always failing
9350         when the full copyright format is not perfectly recognized as an
9351         unbroken whole.  Discussed at
9352         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
9353         Rewrite documentation.
9354
9355 2009-08-03  Bruno Haible  <bruno@clisp.org>
9356
9357         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
9358
9359 2009-08-02  Bruno Haible  <bruno@clisp.org>
9360
9361         Tests for module 'uname'.
9362         * modules/uname-tests: New file.
9363         * tests/test-uname.c: New file.
9364
9365         New module 'uname'.
9366         * lib/uname.c: New file.
9367         * m4/uname.m4: New file.
9368         * modules/uname: New file.
9369         * doc/posix-functions/uname.texi: Mention the new module.
9370
9371 2009-08-02  Bruno Haible  <bruno@clisp.org>
9372
9373         Tests for module 'sys_utsname'.
9374         * modules/sys_utsname-tests: New file.
9375         * tests/test-sys_utsname.c: New file.
9376
9377         New module 'sys_utsname'.
9378         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
9379         * m4/sys_utsname_h.m4: New file.
9380         * modules/sys_utsname: New file.
9381         * doc/posix-headers/sys_utsname.texi: Mention the new module.
9382
9383 2009-08-02  Bruno Haible  <bruno@clisp.org>
9384
9385         Implicitly initialize the sockets library.
9386         * lib/gethostname.c: Include sockets.h.
9387         (rpl_gethostname): Invoke gl_sockets_startup.
9388         * lib/socket.c: Include sockets.h.
9389         (rpl_socket): Invoke gl_sockets_startup.
9390         * modules/gethostname (Depends-on): Add sockets.
9391         * modules/socket (Depends-on): Likewise.
9392         * tests/test-poll.c: Don't include sockets.h.
9393         (main): Don't invoke gl_sockets_startup.
9394         * tests/test-select.c: Don't include sockets.h.
9395         (main): Don't invoke gl_sockets_startup.
9396
9397 2009-08-02  Bruno Haible  <bruno@clisp.org>
9398
9399         Allow multiple calls to gl_sockets_startup.
9400         * lib/sockets.c (initialized_sockets_version): New variable.
9401         (gl_sockets_startup): Do nothing if already called for this or a higher
9402         version.
9403         (gl_sockets_cleanup): Reset initialized_sockets_version.
9404
9405 2009-08-03  Simon Josefsson  <simon@josefsson.org>
9406
9407         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
9408         different project/version.
9409
9410 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
9411             Bruno Haible  <bruno@clisp.org>
9412
9413         Tests for module 'pipe-filter-gi'.
9414         * modules/pipe-filter-gi-tests: New file.
9415         * tests/test-pipe-filter-gi1.sh: New file.
9416         * tests/test-pipe-filter-gi1.c: New file.
9417         * tests/test-pipe-filter-gi2.sh: New file.
9418         * tests/test-pipe-filter-gi2-main.c: New file.
9419         * tests/test-pipe-filter-gi2-child.c: New file.
9420
9421         New module 'pipe-filter-gi'.
9422         * lib/pipe-filter-gi.c: New file.
9423         * modules/pipe-filter-gi: New file.
9424
9425 2009-08-02  Bruno Haible  <bruno@clisp.org>
9426             Paolo Bonzini  <bonzini@gnu.org>
9427
9428         Tests for module 'pipe-filter-ii'.
9429         * modules/pipe-filter-ii-tests: New file.
9430         * tests/test-pipe-filter-ii1.sh: New file.
9431         * tests/test-pipe-filter-ii1.c: New file.
9432         * tests/test-pipe-filter-ii2.sh: New file.
9433         * tests/test-pipe-filter-ii2-main.c: New file.
9434         * tests/test-pipe-filter-ii2-child.c: New file.
9435
9436         New module 'pipe-filter-ii'.
9437         * lib/pipe-filter.h: New file.
9438         * lib/pipe-filter-ii.c: New file.
9439         * lib/pipe-filter-aux.h: New file.
9440         * modules/pipe-filter-ii: New file.
9441
9442 2009-08-02  Simon Josefsson  <simon@josefsson.org>
9443
9444         * lib/gc-libgcrypt.c: Change copyright to FSF.
9445         * lib/gc-gnulib.c: Likewise.
9446
9447 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
9448
9449         * lib/gethostname.c: Include limits.h.
9450
9451 2009-08-02  Simon Josefsson  <simon@josefsson.org>
9452             Bruno Haible  <bruno@clisp.org>
9453
9454         Ensure HOST_NAME_MAX as part of the gethostname module.
9455         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
9456         define also HOST_NAME_MAX.
9457         * tests/test-gethostname.c: Include <limits.h>.
9458         (main): Check also HOST_NAME_MAX.
9459         * doc/posix-headers/limits.texi: Document the mingw problem.
9460
9461 2009-08-02  Bruno Haible  <bruno@clisp.org>
9462
9463         * lib/gethostname.c (gethostname): Fix handling of large len argument.
9464         Add comments.
9465
9466 2009-03-31  Simon Josefsson  <simon@josefsson.org>
9467
9468         * lib/gethostname.c: Add Windows wrapper.
9469         * m4/gethostname.m4: Look for gethostname in -lws2_32.
9470         * modules/gethostname: Depend on sys_socket & errno, for also
9471         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
9472         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
9473
9474 2009-07-31  Jim Meyering  <meyering@redhat.com>
9475
9476         getloadavg: fix symbol name in comment
9477         * lib/getloadavg.c: Correct a typo I introduced when adding
9478         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
9479         Matt Kraai spotted the problem.
9480
9481 2009-07-29  Matt Kraai  <mkraai@beckman.com>
9482
9483         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
9484         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
9485         code also if ! defined N_NAME_POINTER.
9486         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
9487         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
9488         but the n_name member is a 12-byte array.
9489
9490 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
9491
9492         update-copyright: generalize comment handling
9493         * build-aux/update-copyright: Handle copyright statements
9494         within more comment styles.
9495         Document usage.
9496         Report any file with an external copyright holder or parse failure.
9497
9498 2009-07-29  Jim Meyering  <meyering@redhat.com>
9499
9500         mktime: correct setting of REPLACE_MKTIME
9501         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
9502
9503         update-copyright: new module
9504         * modules/update-copyright: New file.
9505         * build-aux/update-copyright: New file.
9506         * MODULES.html.sh (maint+release support): Add update-copyright.
9507
9508 2009-07-27  Bruno Haible  <bruno@clisp.org>
9509
9510         Fix compilation error when <ctime> is used and mktime is replaced.
9511         * lib/time.in.h (mktime): New declaration.
9512         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
9513         REPLACE_MKTIME instead of defining mktime in config.h.
9514         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
9515         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
9516         Reported by Ross McFarland <rwmcfa1@neces.com>.
9517
9518 2009-07-27  Bruno Haible  <bruno@clisp.org>
9519
9520         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
9521         Reported by Matt Kraai <mkraai@beckman.com>.
9522
9523 2009-07-25  Jim Meyering  <meyering@redhat.com>
9524
9525         maint.mk: avoid warnings about missing files
9526         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
9527         diagnostic when .prev-version does not exist.
9528         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
9529         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
9530         nonexistent cfg.mk.
9531         Suggestions from Simon Josefsson.
9532
9533 2009-07-25  Bruno Haible  <bruno@clisp.org>
9534
9535         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
9536         defined as macros. Needed on QNX 6.4.1.
9537         Reported by Matt Kraai <mkraai@beckman.com>.
9538
9539 2009-07-23  Jim Meyering  <meyering@redhat.com>
9540
9541         maint.mk: invoke "make dist" with a working value of XZ_OPT
9542         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
9543
9544 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
9545
9546         Make fseeko.c compile on QNX.
9547         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
9548
9549 2009-07-22  Peter Simons  <simons@cryp.to>
9550
9551         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
9552         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
9553         * lib/md4.h: Likewise.
9554         * lib/md5.h: Likewise.
9555         * lib/sha1.h: Likewise.
9556         * lib/sha256.h: Likewise.
9557         * lib/sha512.h: Likewise.
9558
9559         tests-sha1: don't assign literal string to 'char *' variable
9560         * tests/test-sha1.c (main): Declare locals with "const" to match
9561         attributes of the right hand side.
9562
9563 2009-07-21  Eric Blake  <ebb9@byu.net>
9564
9565         dup2: fix more mingw problems
9566         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
9567         fd to itself.
9568         * doc/posix-functions/dup2.texi (dup2): Document the bug.
9569         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
9570         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
9571         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
9572         care of mingw bugs.
9573
9574 2009-07-21  Jim Meyering  <meyering@redhat.com>
9575
9576         vc-list-files: avoid failure when /bin/sh is dash
9577         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
9578         On some Debian based systems, /bin/sh is a symlink to dash, and running
9579         this command would omit the "/" following each 'tests' prefix:
9580           dash -x build-aux/vc-list-files -C . tests
9581         That is because bash and dash work differently:
9582           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
9583           bash ok
9584           dash odd
9585
9586 2009-07-21  Eric Blake  <ebb9@byu.net>
9587
9588         dup2-tests: test previous patch
9589         * modules/dup2-tests: New file.
9590         * tests/test-dup2.c: Likewise.
9591         * tests/test-open.c (main): Avoid unspecified behavior.
9592         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
9593         test.
9594
9595         dup2: work around mingw and cygwin 1.5 bug
9596         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
9597         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9598         * modules/unistd (Makefile.am): Substitute it.
9599         * lib/unistd.in.h (dup2): Declare the replacement.
9600         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
9601         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
9602         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
9603         * modules/execute (Depends-on): Add dup2.
9604         * modules/fseterr (Depends-on): Likewise.
9605         * modules/pipe (Depends-on): Likewise.
9606         * modules/posix_spawn-internal (Depends-on): Likewise.
9607
9608 2009-07-21  Bruno Haible  <bruno@clisp.org>
9609
9610         * modules/.gitattributes: New file.
9611
9612 2009-07-20  Bruno Haible  <bruno@clisp.org>
9613
9614         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
9615         (main): Use it.
9616
9617 2009-07-20  Eric Blake  <ebb9@byu.net>
9618
9619         test-pipe: make a bit more robust.
9620         * tests/test-pipe.c (myerr): Allow error messages regardless of
9621         what we do to stderr.
9622         (test_pipe): Rearrange to avoid deadlock.
9623         (child_main): Try a larger read, to ensure we avoided deadlock.
9624         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
9625         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
9626         if misused.
9627
9628 2009-07-19  Jim Meyering  <meyering@redhat.com>
9629
9630         fts: avoid false-positive cycle-detection
9631         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
9632         for each new command line argument.
9633
9634 2009-07-19  Bruno Haible  <bruno@clisp.org>
9635
9636         Fix build error on mingw with the modules sys_select and unistd.
9637         * modules/acl-tests (Depends-on): Add close.
9638         * modules/binary-io-tests (Depends-on): Likewise.
9639         * modules/closein-tests (Depends-on): Likewise.
9640         * modules/flock-tests (Depends-on): Likewise.
9641         * modules/fsync-tests (Depends-on): Likewise.
9642         * modules/lseek-tests (Depends-on): Likewise.
9643         * modules/pipe-tests (Depends-on): Likewise.
9644         * modules/posix_spawn-tests (Depends-on): Likewise.
9645         * modules/posix_spawnp-tests (Depends-on): Likewise.
9646         * modules/stat-time-tests (Depends-on): Likewise.
9647         * modules/yesno-tests (Depends-on): Likewise.
9648
9649 2009-07-19  Bruno Haible  <bruno@clisp.org>
9650
9651         Unify conditionals.
9652         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
9653         macros, not at the compiler macros.
9654         * lib/pipe.c: Likewise.
9655         * lib/execute.c: Likewise.
9656         * lib/spawni.c: Likewise.
9657
9658 2009-07-19  Bruno Haible  <bruno@clisp.org>
9659
9660         Fix handling of closed stdin/stdout/stderr on mingw.
9661         * lib/w32spawn.h: Include unistd.h.
9662         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
9663         file descriptor with O_NOINHERIT flag.
9664         (fd_safer_noinherit): New function, based on fd-safer.c.
9665         (dup_safer_noinherit): New function, based on dup-safer.c.
9666         (undup_safer_noinherit): New function.
9667         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
9668         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
9669         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
9670         instead of fd_safer.
9671         * tests/test-pipe.c: Include <windows.h>.
9672         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
9673
9674         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
9675         from main.
9676         (test_pipe): Pass an extra argument for disambiguation.
9677         (main): Invoke parent_main or child_main.
9678
9679         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
9680         consistently.
9681
9682 2009-07-18  Eric Blake  <ebb9@byu.net>
9683
9684         test-pipe: fix mingw build
9685         * tests/test-pipe.c (main): Avoid fcntl on mingw.
9686
9687 2009-07-18  Bruno Haible  <bruno@clisp.org>
9688
9689         * modules/pipe-tests (Makefile.am): Fix typo.
9690
9691 2009-07-18  Eric Blake  <ebb9@byu.net>
9692
9693         error: fix mingw build
9694         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
9695         Reported by Bruno Haible.
9696
9697         error: avoid undefined use of stdout
9698         * lib/error.c (error, error_at_line): Check that fd 1 is open
9699         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
9700         is handling faults and the close_stdout module wants to report the
9701         detection of closed stdout as an error.
9702
9703 2009-07-17  Eric Blake  <ebb9@byu.net>
9704
9705         pipe: be robust in face of closed fds
9706         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
9707         should cause child to misbehave.
9708         * modules/pipe-tests: New module.
9709         * tests/test-pipe.c: New file.
9710         * tests/test-pipe.sh: New file.
9711         Reported by Akim Demaille.
9712
9713 2009-07-14  Bruno Haible  <bruno@clisp.org>
9714
9715         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
9716         Reported by anonymous kc.
9717
9718 2009-07-07  Jim Meyering  <meyering@redhat.com>
9719
9720         maint.mk: don't look for translatable strings in *.m4 or *.mk
9721         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
9722         when searching for translatable strings.
9723
9724 2009-07-05  Jim Meyering  <meyering@redhat.com>
9725
9726         remove superfluous parentheses in STREQ definition
9727         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
9728         * lib/getugroups.c (STREQ): Likewise.
9729         * lib/fnmatch.c (STREQ): Likewise.
9730         Spotted by Bruno Haible.
9731
9732 2009-07-04  Jim Meyering  <meyering@redhat.com>
9733
9734         argv-iter: new module
9735         * MODULES.html.sh: Add argv-iter.
9736         * lib/argv-iter.c, lib/argv-iter.h: New files.
9737         * modules/argv-iter: New file.
9738         * modules/argv-iter-tests: New file.
9739         * tests/test-argv-iter.c: Test it.
9740
9741 2009-07-04  Bruno Haible  <bruno@clisp.org>
9742
9743         Fix assertion.
9744         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
9745         contains more exact copies of a given entry than file2, leave the extra
9746         copies unpaired rather than aborting.
9747         Reported by Eric Blake.
9748
9749 2009-07-02  Bruno Haible  <bruno@clisp.org>
9750
9751         Speedup git-merge-changelog for git cherry-pick.
9752         * lib/git-merge-changelog.c (struct entries_mapping): New type.
9753         (entries_mapping_get): New function, extracted from compute_mapping.
9754         (entries_mapping_reverse_get): New function.
9755         (compute_mapping): Add a 'full' argument. Return the result in a
9756         'struct entries_mapping'.
9757         (main): Update. Access the mappings through entries_mapping_get.
9758         Reported by Eric Blake.
9759
9760 2009-07-02  Bruno Haible  <bruno@clisp.org>
9761
9762         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
9763         best_i.
9764
9765 2009-07-02  Bruno Haible  <bruno@clisp.org>
9766
9767         Speed up approximate search for matching ChangeLog entries.
9768         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
9769         argument. Call fstrcmp_bounded instead of fstrcmp.
9770         (compute_mapping, try_split_merged_entry, main): Update callers.
9771
9772 2009-07-02  Bruno Haible  <bruno@clisp.org>
9773
9774         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
9775
9776 2009-06-30  Bruno Haible  <bruno@clisp.org>
9777
9778         Reduce the number of uc_is_cased calls.
9779         * lib/unicase.h (casing_suffix_context_t): Add
9780         'first_char_except_ignorable' field.
9781         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
9782         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
9783         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
9784         Update initializer.
9785         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
9786         case-ignorable characters.
9787         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
9788         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
9789         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
9790         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
9791         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
9792
9793 2009-06-30  Bruno Haible  <bruno@clisp.org>
9794
9795         Tests for module 'unicase/ignorable'.
9796         * modules/unicase/ignorable-tests: New file.
9797         * tests/unicase/test-ignorable.c: New file, generated by
9798         gen-uni-tables.
9799
9800         Tests for module 'unicase/cased'.
9801         * modules/unicase/cased-tests: New file.
9802         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
9803         * tests/unicase/test-predicate-part1.h: New file, derived from
9804         tests/unictype/test-predicate-part1.h.
9805         * tests/unicase/test-predicate-part2.h: New file, same as
9806         tests/unictype/test-predicate-part2.h.
9807
9808         Fix evaluation of "Before C" condition of FINAL_SIGMA.
9809         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
9810         (output_casing_properties): New function.
9811         (main): Call it.
9812         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
9813         * lib/unicase/cased.c: Include unictype/bitmap.h.
9814         (uc_is_cased): Define through a bitmap lookup.
9815         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
9816         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
9817         (uc_is_case_ignorable): Define through a bitmap lookup.
9818         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
9819         lib/unictype/bitmap.h.
9820         (Depends-on): Add inline. Clean up.
9821         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
9822         lib/unictype/bitmap.h.
9823         (Depends-on): Add inline. Clean up.
9824         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
9825         recognition.
9826         * tests/unicase/test-u16-tolower.c (main): Likewise.
9827         * tests/unicase/test-u32-tolower.c (main): Likewise.
9828
9829 2009-06-30  Bruno Haible  <bruno@clisp.org>
9830
9831         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
9832         * lib/unicase/u16-casemap.c: Likewise.
9833         * lib/unicase/u32-casemap.c: Likewise.
9834
9835 2009-06-29  Bruno Haible  <bruno@clisp.org>
9836
9837         Define u32_casefold as a wrapper around u32_ct_casefold.
9838         * lib/unicase/u32-casefold.c: Update.
9839         * modules/unicase/u32-casefold (Depends-on): Add
9840         unicase/u32-ct-casefold, unicase/empty-prefix-context,
9841         unicase/empty-suffix-context. Clean up.
9842
9843         Define u16_casefold as a wrapper around u16_ct_casefold.
9844         * lib/unicase/u16-casefold.c: Update.
9845         * modules/unicase/u16-casefold (Depends-on): Add
9846         unicase/u16-ct-casefold, unicase/empty-prefix-context,
9847         unicase/empty-suffix-context. Clean up.
9848
9849         Define u8_casefold as a wrapper around u8_ct_casefold.
9850         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
9851         * lib/unicase/u8-casefold.c: Update.
9852         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
9853         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9854
9855         Define u32_totitle as a wrapper around u32_ct_totitle.
9856         * lib/unicase/u32-totitle.c: Update.
9857         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
9858         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9859
9860         Define u16_totitle as a wrapper around u16_ct_totitle.
9861         * lib/unicase/u16-totitle.c: Update.
9862         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
9863         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9864
9865         Define u8_totitle as a wrapper around u8_ct_totitle.
9866         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
9867         functions.
9868         (FUNC): Delegate to U_CT_TOTITLE.
9869         * lib/unicase/u8-totitle.c: Update.
9870         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
9871         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9872
9873         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
9874         invocation.
9875         * modules/unicase/u32-tolower (Depends-on): Add
9876         unicase/empty-prefix-context, unicase/empty-suffix-context.
9877
9878         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
9879         invocation.
9880         * modules/unicase/u16-tolower (Depends-on): Add
9881         unicase/empty-prefix-context, unicase/empty-suffix-context.
9882
9883         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
9884         * modules/unicase/u8-tolower (Depends-on): Add
9885         unicase/empty-prefix-context, unicase/empty-suffix-context.
9886
9887         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
9888         invocation.
9889         * modules/unicase/u32-toupper (Depends-on): Add
9890         unicase/empty-prefix-context, unicase/empty-suffix-context.
9891
9892         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
9893         invocation.
9894         * modules/unicase/u16-toupper (Depends-on): Add
9895         unicase/empty-prefix-context, unicase/empty-suffix-context.
9896
9897         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
9898         * modules/unicase/u8-toupper (Depends-on): Add
9899         unicase/empty-prefix-context, unicase/empty-suffix-context.
9900
9901         New module 'unicase/u32-ct-casefold'.
9902         * lib/unicase/u32-ct-casefold.c: New file.
9903         * modules/unicase/u32-ct-casefold: New file.
9904
9905         New module 'unicase/u16-ct-casefold'.
9906         * lib/unicase/u16-ct-casefold.c: New file.
9907         * modules/unicase/u16-ct-casefold: New file.
9908
9909         New module 'unicase/u8-ct-casefold'.
9910         * lib/unicase/u8-ct-casefold.c: New file.
9911         * lib/unicase/u-ct-casefold.h: New file, derived from
9912         lib/unicase/u-casefold.h.
9913         * modules/unicase/u8-ct-casefold: New file.
9914
9915         New module 'unicase/u32-ct-totitle'.
9916         * lib/unicase/u32-ct-totitle.c: New file.
9917         * modules/unicase/u32-ct-totitle: New file.
9918
9919         New module 'unicase/u16-ct-totitle'.
9920         * lib/unicase/u16-ct-totitle.c: New file.
9921         * modules/unicase/u16-ct-totitle: New file.
9922
9923         New module 'unicase/u8-ct-totitle'.
9924         * lib/unicase/u8-ct-totitle.c: New file.
9925         * lib/unicase/u-ct-totitle.h: New file, derived from
9926         lib/unicase/u-totitle.h.
9927         * modules/unicase/u8-ct-totitle: New file.
9928
9929         New module 'unicase/u32-ct-tolower'.
9930         * lib/unicase/u32-ct-tolower.c: New file.
9931         * modules/unicase/u32-ct-tolower: New file.
9932
9933         New module 'unicase/u16-ct-tolower'.
9934         * lib/unicase/u16-ct-tolower.c: New file.
9935         * modules/unicase/u16-ct-tolower: New file.
9936
9937         New module 'unicase/u8-ct-tolower'.
9938         * lib/unicase/u8-ct-tolower.c: New file.
9939         * modules/unicase/u8-ct-tolower: New file.
9940
9941         New module 'unicase/u32-ct-toupper'.
9942         * lib/unicase/u32-ct-toupper.c: New file.
9943         * modules/unicase/u32-ct-toupper: New file.
9944
9945         New module 'unicase/u16-ct-toupper'.
9946         * lib/unicase/u16-ct-toupper.c: New file.
9947         * modules/unicase/u16-ct-toupper: New file.
9948
9949         New module 'unicase/u8-ct-toupper'.
9950         * lib/unicase/u8-ct-toupper.c: New file.
9951         * modules/unicase/u8-ct-toupper: New file.
9952
9953         Add context arguments to u*_casemap functions.
9954         * lib/unicase/unicasemap.h: Include unicase.h.
9955         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
9956         suffix_context arguments.
9957         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
9958         functions.
9959         (FUNC): Add prefix_context and suffix_context arguments. Use
9960         uc_is_cased and uc_is_case_ignorable.
9961         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
9962         * lib/unicase/u16-casemap.c: Likewise.
9963         * lib/unicase/u32-casemap.c: Likewise.
9964         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
9965         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9966         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
9967         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9968         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
9969         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9970
9971         New module 'unicase/u32-suffix-context'.
9972         * lib/unicase/u32-suffix-context.c: New file.
9973         * modules/unicase/u32-suffix-context: New file.
9974
9975         New module 'unicase/u16-suffix-context'.
9976         * lib/unicase/u16-suffix-context.c: New file.
9977         * modules/unicase/u16-suffix-context: New file.
9978
9979         New module 'unicase/u8-suffix-context'.
9980         * lib/unicase/u8-suffix-context.c: New file.
9981         * lib/unicase/u-suffix-context.h: New file.
9982         * modules/unicase/u8-suffix-context: New file.
9983
9984         New module 'unicase/empty-suffix-context'.
9985         * lib/unicase/empty-suffix-context.c: New file.
9986         * modules/unicase/empty-suffix-context: New file.
9987
9988         New module 'unicase/u32-prefix-context'.
9989         * lib/unicase/u32-prefix-context.c: New file.
9990         * modules/unicase/u32-prefix-context: New file.
9991
9992         New module 'unicase/u16-prefix-context'.
9993         * lib/unicase/u16-prefix-context.c: New file.
9994         * modules/unicase/u16-prefix-context: New file.
9995
9996         New module 'unicase/u8-prefix-context'.
9997         * lib/unicase/u8-prefix-context.c: New file.
9998         * lib/unicase/u-prefix-context.h: New file.
9999         * lib/unicase/context.h: New file.
10000         * modules/unicase/u8-prefix-context: New file.
10001
10002         New module 'unicase/empty-prefix-context'.
10003         * lib/unicase/empty-prefix-context.c: New file.
10004         * modules/unicase/empty-prefix-context: New file.
10005
10006         New module 'unicase/ignorable'.
10007         * lib/unicase/ignorable.c: New file.
10008         * modules/unicase/ignorable: New file.
10009
10010         New module 'unicase/cased'.
10011         * lib/unicase/caseprop.h: New file.
10012         * lib/unicase/cased.c: New file.
10013         * modules/unicase/cased: New file.
10014
10015         New functions for case mapping of substrings.
10016         * lib/unicase.h (casing_prefix_context_t): New type.
10017         (unicase_empty_prefix_context): New variable.
10018         (u8_casing_prefix_context, u16_casing_prefix_context,
10019         u32_casing_prefix_context, u8_casing_prefixes_context,
10020         u16_casing_prefixes_context, u32_casing_prefixes_context): New
10021         declarations.
10022         (casing_suffix_context_t): New type.
10023         (unicase_empty_suffix_context): New variable.
10024         (u8_casing_suffix_context, u16_casing_suffix_context,
10025         u32_casing_suffix_context, u8_casing_suffixes_context,
10026         u16_casing_suffixes_context, u32_casing_suffixes_context,
10027         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
10028         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
10029         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
10030         declarations.
10031
10032 2009-06-28  Jim Meyering  <meyering@redhat.com>
10033
10034         boostrap: indent only with spaces
10035         * build-aux/bootstrap: Indent only with spaces, never TABs.
10036
10037         bootstrap: split long lines
10038         * build-aux/bootstrap: Keep line length < 80.
10039
10040         bootstrap: sync from coreutils
10041         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
10042         just as autoreconf does.  Verify a list of prerequisite
10043         package-name,version-number pairs if defined in bootstrap.conf.
10044         Refer to README-prereq, if prerequisites are not satisfied.
10045
10046 2009-06-27  Eric Blake  <ebb9@byu.net>
10047
10048         tests: add test for bogus NULL definition
10049         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
10050         * tests/test-stdlib.c: Likewise.
10051         * tests/test-string.c: Likewise.
10052         * tests/test-locale.c: Likewise.
10053         * tests/test-unistd.c: Likewise.
10054         * modules/stdio-tests (Depends-on): Add verify.
10055         * modules/stdlib-tests (Depends-on): Likewise.
10056         * modules/string-tests (Depends-on): Likewise.
10057         * modules/locale-tests (Depends-on): Likewise.
10058         * modules/unistd-tests (Depends-on): Likewise.
10059
10060 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
10061
10062         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
10063         self-explaining comment.
10064         * m4/selinux-selinux-h: Update serial.
10065         (gl_LIBSELINUX): New macro, adding a warning for missing development
10066         packages to code extracted from...
10067         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
10068         Add warning for missing development packages here, too.
10069
10070 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
10071
10072         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
10073
10074 2009-06-25  Eric Blake  <ebb9@byu.net>
10075
10076         version-etc: fix regression
10077         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
10078         gcc.
10079         (version_etc): Use it, to catch bugs with trailing NULL.
10080         * lib/version-etc.c (version_etc_arn): Delete unused argument.
10081         (version_etc_va): Fix logic bug.
10082         * modules/version-etc-tests: Add test.
10083         * tests/test-version-etc.c: New file.
10084         * tests/test-version-etc.sh: Likewise.
10085
10086 2009-06-25  Sam Steingold  <sds@gnu.org>
10087
10088         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
10089         mbtowc declaration.
10090
10091 2009-06-25  Eric Blake  <ebb9@byu.net>
10092
10093         fpurge: migrate into <stdio.h>
10094         * lib/fpurge.h: Delete...
10095         * lib/stdio.in.h (fpurge): ...and declare here, instead.
10096         * lib/fpurge.c (fpurge): Change declaring header.
10097         * modules/fpurge (Files): Drop deleted file.
10098         (Depends-on): Add stdio.
10099         (configure.ac): Set witness.
10100         * modules/stdio (Makefile.am): Support fpurge macros.
10101         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10102         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
10103         * lib/fflush.c: Update client.
10104         * tests/test-fpurge.c: Likewise.
10105         * NEWS: Mention the change.
10106
10107 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10108
10109         * lib/argp-version-etc.c (program_authors): Add const
10110         qualifier.
10111         * lib/version-etc.c: Fix typos in the comments.
10112         * modules/argp-version-etc: Depends on version-etc.
10113
10114 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10115
10116         argp-version-etc: new module.
10117
10118         * lib/argp-version-etc.c: New file.
10119         * lib/argp-version-etc.h: New file.
10120         * modules/argp-version-etc: New file.
10121         * modules/argp-version-etc-tests: New file.
10122         * tests/test-argp-version-etc.c: New test.
10123         * tests/test-argp-version-etc-1.sh: New test.
10124
10125 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10126
10127         Provide additional interfaces and documentation for version-etc
10128         module.
10129
10130         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
10131         interfaces.
10132         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
10133         prototypes.
10134
10135 2009-06-24  Bruno Haible  <bruno@clisp.org>
10136
10137         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
10138         HAVE_LIB${NAME} macro.
10139         Reported by Sam Steingold <sds@gnu.org>.
10140
10141 2009-06-23  Simon Josefsson  <simon@josefsson.org>
10142
10143         * modules/hash-tests (test_hash_LDADD): Link to libintl when
10144         needed.
10145
10146 2009-06-21  Bruno Haible  <bruno@clisp.org>
10147
10148         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
10149         work.
10150         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
10151         together with LIB${NAME}, LTLIB${NAME}.
10152         Reported by Sam Steingold <sds@gnu.org>.
10153
10154 2009-06-20  Jim Meyering  <meyering@redhat.com>
10155
10156         tests: make sc_require_test_exit_idiom more generic
10157         * top/maint.mk (Exit_witness_file): New overridable variable.
10158         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
10159         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
10160
10161 2009-06-19  Jim Meyering  <meyering@redhat.com>
10162
10163         hash: reverse order of src/dst parameters in an internal interface
10164         * lib/hash.c (transfer_entries): Reverse order of parameters to
10165         put DST before SRC.  Adjust callers.
10166
10167         tests: test-hash: avoid wholesale duplication
10168         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
10169         Instead, use a loop and add a single conditional.
10170
10171         tests: test-hash: allow seed selection via a command line argument
10172         * tests/test-hash.c (get_seed): New function.
10173         (main): Use it.
10174
10175 2009-06-19  Eric Blake  <ebb9@byu.net>
10176
10177         hash: avoid memory leak on allocation failure
10178         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
10179         failure.  Factor repeated algorithm...
10180         (transfer_entries): ...into new helper routine.
10181         (hash_delete): React to hash_rehash return value.
10182
10183         hash: reduce memory pressure in hash_rehash no-op case
10184         * lib/hash.c (next_prime): Avoid overflow.
10185         (hash_initialize): Factor bucket size computation...
10186         (compute_bucket_size): ...into new helper function.
10187         (hash_rehash): Use new function and open coding to reduce memory
10188         pressure, and avoid a memory leak in USE_OBSTACK code.
10189         Reported by Jim Meyering.
10190
10191 2009-06-18  Eric Blake  <ebb9@byu.net>
10192
10193         hash: make rotation more obvious
10194         * modules/hash (Depends-on): Add bitrotate and stdint.
10195         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
10196         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
10197         (SIZE_MAX): Rely on headers for definition.
10198         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
10199         (raw_hasher): Use rotr_sz.
10200         Suggested by Jim Meyering.
10201
10202         hash: fix memory leak in last patch
10203         * lib/hash.c (hash_rehash): Avoid memory leak.
10204
10205         hash: avoid no-op rehashing
10206         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
10207
10208         hash: provide default callback functions
10209         * lib/hash.c (raw_hasher, raw_comparator): New functions.
10210         (hash_initialize): Use them as defaults.
10211         * tests/test-hash.c (main): Test this.
10212
10213         hash: minor optimization
10214         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
10215         when possible.
10216         (hash_initialize): Document this promise.
10217         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
10218         * tests/test-hash.c (hash_compare_strings): Test this.
10219
10220 2009-06-18  Bruno Haible  <bruno@clisp.org>
10221
10222         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
10223         going to be replaced anyway.
10224
10225 2009-06-18  Bruno Haible  <bruno@clisp.org>
10226
10227         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
10228         in one place.
10229         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
10230         be replaced anyway.
10231
10232 2009-06-18  Eric Blake  <ebb9@byu.net>
10233
10234         hash: check for resize before insertion
10235         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
10236         threshold before insertion, so that a pathological hash_rehash
10237         that fills every bucket can still trigger another rehash.
10238
10239 2009-06-18  Jim Meyering  <meyering@redhat.com>
10240
10241         hash-tests: add a loop around the small tests
10242         * tests/test-hash.c (main): Repeat small tests with selected
10243         small initial table sizes.
10244
10245 2009-06-17  Eric Blake  <ebb9@byu.net>
10246
10247         hash: minor cleanups
10248         * lib/hash.h (hash_entry): Make opaque, by moving...
10249         * lib/hash.c (hash_entry): ...here.
10250         (hash_insert): Clarify restrictions on what can be inserted.
10251         (hash_get_next): Clarify when it is safe to remove an element
10252         during traversal.
10253         (check_tuning): Skip verification when tuning is known safe.
10254         (hash_initialize): Clarify restrictions on tuning.
10255
10256 2009-06-17  Jim Meyering  <jim@meyering.net>
10257         and Eric Blake  <ebb9@byu.net>
10258
10259         hash-tests: new module
10260         * modules/hash-tests: New file.
10261         * tests/test-hash.c: New file.
10262
10263 2009-06-17  Eric Blake  <ebb9@byu.net>
10264
10265         strstr-simple: document new module
10266         * MODULES.html.sh: Document new module.
10267
10268         strstr, strcasestr: replace on platforms with broken memchr
10269         * modules/strstr: Split into...
10270         * modules/strstr-simple: ...new module that does not care about
10271         performance, but does care about glibc bug.
10272         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
10273         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
10274         if platform memchr is broken, per Debian bug 521737.
10275         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
10276         memchr.
10277         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
10278         * doc/posix-functions/strstr.texi (strstr): Document the fix.
10279         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
10280         * modules/mountlist (Depends-on): Add strstr-simple.
10281         * modules/gen-uni-tables (Depends-on): Likewise.
10282         * modules/argz (Depends-on): Add strstr.
10283
10284 2009-06-17  Bruno Haible  <bruno@clisp.org>
10285
10286         * modules/posix_spawn-internal (Depends-on): Add errno.
10287
10288 2009-06-17  Bruno Haible  <bruno@clisp.org>
10289
10290         Define missing ESTALE on Interix 3.5.
10291         * lib/errno.in.h (ESTALE): Assign a value if missing.
10292         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
10293         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
10294         missing.
10295         * doc/posix-headers/errno.texi: Mention the Interix bug.
10296         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
10297
10298 2009-06-15  Eric Blake  <ebb9@byu.net>
10299
10300         memchr, memchr2: add valgrind exception
10301         * lib/memchr.valgrind: New file.
10302         * lib/memchr2.valgrind: New file.
10303         * modules/memchr (Files): Distribute valgrind file.
10304         * modules/memchr2 (Files): Likewise.
10305
10306         docs: memchr is no longer obsolete
10307         * MODULES.html.sh: Move memchr from obsolete to string.h section.
10308         * lib/string.in.h (memchr): Simplify logic.
10309
10310 2009-06-14  Jim Meyering  <meyering@redhat.com>
10311
10312         link-follow: fix the "checking..." message to not mention trailing slash
10313         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
10314         never considered trailing slashes.
10315
10316 2009-06-14  Bruno Haible  <bruno@clisp.org>
10317
10318         * m4/memchr.m4: Mention also the bug on IA-64.
10319         * doc/posix-functions/memchr.texi: Likewise.
10320
10321 2009-06-12  Eric Blake  <ebb9@byu.net>
10322
10323         memchr: detect broken x86_64 and alpha implementations
10324         * modules/memchr-tests (Depends-on): Move mmap detection...
10325         * modules/memchr (Depends-on): ...here.
10326         (configure.ac): Set indicator.
10327         * lib/string.in.h (memchr): Declare replacement.
10328         * modules/string (Makefile.am): Trigger replacement.
10329         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
10330         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
10331         bugs.
10332         * doc/posix-functions/memchr.texi (memchr): Document the bug.
10333         * modules/getpagesize (License): Relax license.
10334
10335 2009-06-11  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/idpriv.h: Add more references.
10338
10339 2009-06-08  Bruno Haible  <bruno@clisp.org>
10340
10341         Tests for module 'idpriv-droptemp'.
10342         * modules/idpriv-droptemp-tests: New file.
10343         * tests/test-idpriv-droptemp.sh: New file.
10344         * tests/test-idpriv-droptemp.su.sh: New file.
10345         * tests/test-idpriv-droptemp.c: New file.
10346
10347         New module 'idpriv-droptemp'.
10348         * lib/idpriv-droptemp.c: New file.
10349         * modules/idpriv-droptemp: New file.
10350
10351 2009-06-08  Bruno Haible  <bruno@clisp.org>
10352
10353         Tests for module 'idpriv-drop'.
10354         * modules/idpriv-drop-tests: New file.
10355         * tests/test-idpriv-drop.sh: New file.
10356         * tests/test-idpriv-drop.su.sh: New file.
10357         * tests/test-idpriv-drop.c: New file.
10358
10359         New module 'idpriv-drop'.
10360         * lib/idpriv.h: New file.
10361         * lib-idpriv-drop.c: New file.
10362         * m4/idpriv.m4: New file.
10363         * modules/idpriv-drop: New file.
10364
10365 2009-06-08  Bruno Haible  <bruno@clisp.org>
10366
10367         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
10368         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10369         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10370         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10371         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10372         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10373         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10374
10375 2009-06-08  Eric Blake  <ebb9@byu.net>
10376
10377         test-strstr: use memory fence, when possible
10378         * tests/test-strstr.c (main): Use memory fence, in order to be
10379         more likely to trigger Debian bug 521737.
10380         * modules/strstr-tests (Files): Pull in additional files.
10381
10382         memchr: no longer obsolete, for wider field testing
10383         * modules/memchr (Status, Notice): Delete, this module is no
10384         longer obsolete.
10385         * modules/vasnprintf (Depends-on): Add memchr.
10386
10387 2009-06-07  Jim Meyering  <meyering@redhat.com>
10388
10389         hash: declare some functions with the warn_unused_result attribute
10390         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
10391
10392 2009-06-07  Bruno Haible  <bruno@clisp.org>
10393
10394         * tests/test-alignof.c: Don't test int64_t if it does not exist.
10395         Reported by Eric Blake.
10396
10397 2009-06-06  Eric Blake  <ebb9@byu.net>
10398
10399         test-alignof: fix typo with long double
10400         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
10401         compiler error.
10402
10403 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
10404
10405         Escape non-texinfo { and }s.
10406         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
10407         markup error.
10408
10409 2009-06-04  Jim Meyering  <meyering@redhat.com>
10410
10411         gitlog-to-changelog: don't infloop on an empty commit log
10412         * build-aux/gitlog-to-changelog: Warn about an empty log message.
10413         Reported by Boris Petersen <transacid@centerim.org>.
10414
10415 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
10416
10417         version-etc: extend for packagers
10418         Add three new configure options, intended for packagers:
10419           --with-packager="packager name"
10420           --with-packager-version="packager-specific version"
10421           --with-packager-bug-reports="packager bug reporting"
10422         An example with coreutils:
10423           $ ./configure \
10424             --with-packager=Gentoo \
10425             --with-packager-bug-report=http://bugs.gentoo.org/ \
10426             --with-packager-version="patchset 1.6"
10427           $ ./src/ls --version | head -n2
10428           ls (GNU coreutils) 7.1-dirty
10429           Packaged by Gentoo (patchset 1.6)
10430         Note that the bug reporting info via --help doesn't show up because
10431         coreutils uses its own custom emit_bug_reporting_address() implementation
10432         in src/system.h.  If it didn't, it'd look like:
10433           $ ./src/ls --help | tail -n4
10434           Report bugs to <bug-coreutils@gnu.org>.
10435           Report Gentoo bugs to <http://bugs.gentoo.org/>.
10436           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
10437           General help using GNU software: <http://www.gnu.org/gethelp/>.
10438         * lib/version-etc.c: Print new information, if provided.
10439         * m4/version-etc.m4: New file.
10440         * modules/version-etc (Files): Add m4/version-etc.m4.
10441         (configure.ac): Add gl_VERSION_ETC.
10442
10443 2009-05-31  Bruno Haible  <bruno@clisp.org>
10444
10445         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
10446         and 'int64_t'.
10447         * modules/alignof-tests (Dependencies): Add stdint.
10448         Reported by Eric Blake.
10449
10450 2009-05-31  Bruno Haible  <bruno@clisp.org>
10451
10452         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
10453         restriction due to compiler bugs.
10454         Reported by Eric Blake.
10455
10456 2009-05-31  Simon Josefsson  <simon@josefsson.org>
10457             Bruno Haible  <bruno@clisp.org>
10458
10459         Fix test-alignof failure.
10460         * lib/alignof.h (alignof_slot): New macro.
10461         (alignof_type): New macro, with the same semantics as the previous
10462         'alignof'.
10463         (alignof): Alias to alignof_slot.
10464         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
10465         check that the results are usable as constant expressions.
10466
10467 2009-05-31  Bruno Haible  <bruno@clisp.org>
10468
10469         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
10470         * tests/test-memchr.c (main): Check that memchr does not read past the
10471         first occurrence of the byte.
10472         * tests/test-strstr.c (main): Update comment.
10473         Suggested by Eric Blake.
10474
10475 2009-05-30  Bruno Haible  <bruno@clisp.org>
10476
10477         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
10478         detail how to use dumpbin.
10479         Reported by David Byron <dbyron@dbyron.com>.
10480
10481 2009-06-02  Simon Josefsson  <simon@josefsson.org>
10482
10483         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
10484
10485 2009-06-02  Simon Josefsson  <simon@josefsson.org>
10486
10487         * m4/manywarnings.m4: Add GCC 4.4 warnings.
10488
10489 2009-05-28  Bruno Haible  <bruno@clisp.org>
10490
10491         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
10492         build-aux/ files.
10493
10494 2009-05-28  Simon Josefsson  <simon@josefsson.org>
10495
10496         * gnulib-tool (func_import): Transform license on build-aux/ files too.
10497
10498 2009-05-27  Simon Josefsson  <simon@josefsson.org>
10499
10500         * gnulib-tool (sed_transform_main_lib_file)
10501         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
10502         regexps.
10503
10504 2009-05-26  Simon Josefsson  <simon@josefsson.org>
10505
10506         * tests/test-strstr.c: Add another self-test.
10507         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
10508         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
10509
10510 2009-05-23  Bruno Haible  <bruno@clisp.org>
10511
10512         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
10513         change.
10514
10515 2009-05-21  Bruno Haible  <bruno@clisp.org>
10516
10517         Simplify use of mode_t varargs.
10518         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
10519         uses 'mode_t' or 'int'.
10520         * lib/openat.c (openat): Likewise.
10521         * lib/open-safer.c (open_safer): Likewise.
10522         * m4/mode_t.m4: New file.
10523         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
10524         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
10525         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
10526         * modules/open (Files): Add m4/mode_t.m4.
10527         * modules/openat (Files): Likewise.
10528         * modules/fcntl-safer (Files): Likewise.
10529         Suggested by Eric Blake.
10530
10531 2009-05-21  Pádraig Brady  <P@draigbrady.com>
10532
10533         * doc/glibc-functions/fallocate.texi: New file.
10534         * doc/gnulib.texi: Include it.
10535
10536 2009-05-21  Eric Blake  <ebb9@byu.net>
10537             Bruno Haible  <bruno@clisp.org>
10538
10539         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
10540         invocations.
10541         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10542
10543 2009-05-21  Eric Blake  <ebb9@byu.net>
10544             Bruno Haible  <bruno@clisp.org>
10545
10546         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
10547         include_next. Fix of 2008-11-20 commit.
10548         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
10549         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
10550         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
10551         NEXT_MATH_H.
10552         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
10553         instead of NEXT_MATH_H.
10554
10555 2009-05-21  Bruno Haible  <bruno@clisp.org>
10556
10557         Avoid redefinition warnings for SIZE_MAX.
10558         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
10559         Reported by Simon Josefsson.
10560
10561 2009-05-21  Bruno Haible  <bruno@clisp.org>
10562
10563         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
10564         AC_CACHE_VAL.
10565
10566 2009-05-20  Bruno Haible  <bruno@clisp.org>
10567
10568         Make zeroptr.h work on mingw.
10569         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
10570         mprotect.
10571         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
10572         * modules/memchr2-tests (configure.ac): Likewise.
10573         * modules/memcmp-tests (configure.ac): Likewise.
10574         * modules/memmem-tests (configure.ac): Likewise.
10575         * modules/memrchr-tests (configure.ac): Likewise.
10576         Reported by Simon Josefsson.
10577
10578 2009-05-20  Simon Josefsson  <simon@josefsson.org>
10579
10580         * tests/test-glob.c: Include string.h for strcmp prototype.
10581
10582 2009-05-20  Simon Josefsson  <simon@josefsson.org>
10583
10584         * modules/getdelim (Depends-on): Add explicit stdint, although it
10585         was implicitly already pulled in via realloc-posix.
10586         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
10587
10588 2009-05-20  Simon Josefsson  <simon@josefsson.org>
10589
10590         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
10591         G. Christensen" <tgc@jupiterrise.com>.
10592         * m4/sys_socket_h.m4: Check for sa_family_t.
10593         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
10594         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
10595         * tests/test-sys_socket.c: Check that sa_family_t works.
10596
10597 2009-05-18  Eric Blake  <ebb9@byu.net>
10598
10599         maint.mk: allow gnulib_dir in VPATH build
10600         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
10601
10602 2009-05-15  Jim Meyering  <meyering@redhat.com>
10603
10604         maint.mk: Give gnulib_dir a default definition.
10605         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
10606         Thus, most packages no longer need to specify this variable in cfg.mk
10607
10608 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
10609
10610         rename.m4: fix typos that would make non-mingw cross-configure fail
10611         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
10612
10613 2009-05-13  Eric Blake  <ebb9@byu.net>
10614
10615         mmap-anon: avoid out-of-order autoconf expansion
10616         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
10617         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
10618         * modules/memchr-tests (Depends-on): Add extensions.
10619         * modules/memchr2-tests (Depends-on): Add extensions.
10620         * modules/memcmp-tests (Depends-on): Add extensions.
10621         * modules/memmem-tests (Depends-on): Add extensions.
10622         * modules/memrchr-tests (Depends-on): Add extensions.
10623
10624 2009-05-13  Bruno Haible  <bruno@clisp.org>
10625
10626         Make some tests ISO C 99 compliant.
10627         * tests/zerosize-ptr.h: New file.
10628         * tests/test-memchr.c: Include zerosize-ptr.h.
10629         (main): Use a zero-size object pointer instead of NULL.
10630         * tests/test-memchr2.c: Include zerosize-ptr.h.
10631         (main): Use a zero-size object pointer instead of NULL.
10632         * tests/test-memcmp.c: Include zerosize-ptr.h.
10633         (main): Use a zero-size object pointer instead of NULL.
10634         * tests/test-memmem.c: Include zerosize-ptr.h.
10635         (main): Use a zero-size object pointer instead of NULL.
10636         * tests/test-memrchr.c: Include zerosize-ptr.h.
10637         (main): Use a zero-size object pointer instead of NULL.
10638         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
10639         m4/mmap-anon.m4.
10640         (Depends-on): Add getpagesize.
10641         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10642         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
10643         m4/mmap-anon.m4.
10644         (Depends-on): Add getpagesize.
10645         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10646         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
10647         m4/mmap-anon.m4.
10648         (Depends-on): Add getpagesize.
10649         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10650         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
10651         m4/mmap-anon.m4.
10652         (Depends-on): Add getpagesize.
10653         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10654         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
10655         m4/mmap-anon.m4.
10656         (Depends-on): Add getpagesize.
10657         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10658
10659 2009-05-12  Bruno Haible  <bruno@clisp.org>
10660
10661         Tests for module 'alignof'.
10662         * modules/alignof-tests: New file.
10663         * tests/test-alignof.c: New file.
10664
10665 2009-05-12  Bruno Haible  <bruno@clisp.org>
10666
10667         Fix alignof macro.
10668         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
10669         vendor compilers that are always correct.
10670
10671 2009-05-12  Bruno Haible  <bruno@clisp.org>
10672
10673         Make the MAP_ANONYMOUS detection work on HP-UX 11.
10674         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
10675         not whether its fully works.
10676
10677 2009-05-12  Bruno Haible  <bruno@clisp.org>
10678
10679         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
10680
10681 2009-05-12  Jim Meyering  <meyering@redhat.com>
10682
10683         * top/maint.mk: Adjust backslash alignment.
10684
10685 2009-05-11  Simon Josefsson  <simon@josefsson.org>
10686
10687         * top/maint.mk: Make $(srcdir)/build-aux configurable.
10688
10689 2009-05-11  Eric Blake  <ebb9@byu.net>
10690
10691         argp: avoid undefined behavior
10692         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
10693         macros.
10694
10695 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10696
10697         * tests/test-vc-list-files-git.sh: Do git config of user.email and
10698         user.name to prevent git commit from complaining.
10699
10700 2009-05-10  Bruno Haible  <bruno@clisp.org>
10701
10702         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
10703         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
10704         it rewrites every file name only once.
10705         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
10706
10707 2009-05-08  Bruno Haible  <bruno@clisp.org>
10708
10709         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
10710         instead of 'max'.
10711
10712 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10713
10714         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
10715         sockaddr_storage test.
10716
10717 2009-05-07  Simon Josefsson  <simon@josefsson.org>
10718
10719         * modules/sys_socket (Makefile.am): Substitute
10720         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
10721         * m4/sys_socket_h.m4: Check for sockaddr_storage.
10722         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
10723         * tests/test-sys_socket.c: Check sockaddr_storage.
10724
10725 2009-05-08  Bruno Haible  <bruno@clisp.org>
10726
10727         New module 'alignof'.
10728         * lib/alignof.h: New file.
10729         * modules/alignof: New file.
10730
10731 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10732             Bruno Haible  <bruno@clisp.org>
10733
10734         Fix test-file-has-acl on FreeBSD.
10735         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
10736         mask is implicitly added.
10737         * tests/test-file-has-acl.c: Include <signal.h>.
10738         (main): Terminate the test after 5 seconds.
10739         * modules/acl-tests (configure.ac): Check for alarm function.
10740
10741 2009-05-04  Bruno Haible  <bruno@clisp.org>
10742
10743         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
10744         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
10745         * modules/errno (configure.ac): Drop AC_REQUIRE.
10746         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
10747         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
10748
10749 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10750
10751         * modules/glob-tests: New module.
10752         * tests/test-glob.c: Add.
10753
10754 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10755
10756         * modules/fnmatch-tests: New module.
10757         * tests/test-fnmatch.c: Add.
10758
10759 2009-05-04  Eric Blake  <ebb9@byu.net>
10760
10761         maint: make the new no-submodule-changes rule VPATH-safe
10762         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
10763
10764 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10765             Bruno Haible  <bruno@clisp.org>
10766
10767         acl: Fix infinite loop on FreeBSD.
10768         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
10769         of return value from acl_get_entry.
10770         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
10771         Likewise.
10772
10773 2009-05-03  Bruno Haible  <bruno@clisp.org>
10774
10775         * lib/acl-internal.h (acl_entries): Clarify return value.
10776         * lib/acl_entries.c (acl_entries): Likewise.
10777
10778 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10779
10780         Bug fix in acl module.
10781         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
10782
10783 2009-05-03  Bruno Haible  <bruno@clisp.org>
10784
10785         Create gperf-generated file in the source dir, not in the build dir.
10786         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
10787         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
10788         * modules/unicase/locale-language (unicase/locale-languages.h):
10789         Likewise.
10790         * modules/unicase/special-casing (unicase/special-casing-table.h):
10791         Likewise.
10792         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
10793         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
10794         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
10795         Reported by Ralf Wildenhues.
10796
10797 2009-05-03  Bruno Haible  <bruno@clisp.org>
10798
10799         * modules/fnmatch (Description, configure.ac): Taken from
10800         fnmatch-posix.
10801         * modules/fnmatch-posix: Turn into a symbolic reference to the
10802         'fnmatch' module, and deprecate.
10803         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
10804
10805 2009-05-03  Bruno Haible  <bruno@clisp.org>
10806
10807         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
10808         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
10809         Reported by Ralf Wildenhues.
10810
10811 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10812
10813         * m4/fnmatch.m4: Fix fnmatch re-define.
10814
10815 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10816
10817         priv-set: new module and tests; adapt write-any-file
10818         * lib/priv-set.c: New file.
10819         * lib/priv-set.h: New file.
10820         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
10821         * lib/write-any-file.c: Simplify by using priv-set module.
10822         * m4/priv-set.m4: New file.
10823         * modules/priv-set: New file.
10824         * modules/unlinkdir: Add dependency on priv-set module.
10825         * modules/write-any-file: Likewise.
10826
10827         Tests for module 'priv-set'.
10828         * modules/priv-set-tests: New file.
10829         * tests/test-priv-set.c: New file.
10830
10831 2009-05-03  Jim Meyering  <meyering@redhat.com>
10832             Bruno Haible  <bruno@clisp.org>
10833
10834         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
10835         use the converted UTF-8 variant of the name instead.
10836
10837 2009-05-03  Jim Meyering  <meyering@redhat.com>
10838
10839         tests: tighten some getdate tests
10840         * tests/test-getdate.c (main): Tighten tests: require equality,
10841         not just greater than.  Set TZ envvar to UTC0.
10842
10843 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
10844
10845         getdate: correctly interpret "next monday" when run on a Monday
10846         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
10847         that e.g., "next tues" (when run on a tuesday) results in a date
10848         that is one week in the future, and not today's date.
10849         I.e., add a week when the wday is the same as the current one.
10850         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
10851         and earlier by Martin Bernreuther and Jan Minář.
10852         * tests/test-getdate.c (main): Check that "next DAY" is always in
10853         the future and that "last DAY" is always in the past.
10854
10855 2009-05-02  Jim Meyering  <meyering@redhat.com>
10856
10857         build: ensure that a release build fails when a submodule is unclean
10858         * top/maint.mk (no-submodule-changes): New rule.
10859         (alpha beta major): Depend on it.
10860
10861 2009-05-02  Bruno Haible  <bruno@clisp.org>
10862
10863         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
10864         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
10865         shell variable gl_fnmatch_required to detect which variant is
10866         requested.
10867         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
10868         gl_FUNC_FNMATCH_POSIX.
10869         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
10870         exclude fnmatch-posix.
10871
10872 2009-05-02  Bruno Haible  <bruno@clisp.org>
10873
10874         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
10875         * modules/mbsrtowcs (License): Change to LGPLv2+.
10876         * modules/strnlen1 (License): Likewise.
10877         Reported by Simon Josefsson.
10878
10879 2009-05-02  Bruno Haible  <bruno@clisp.org>
10880
10881         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
10882         "cross".
10883         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
10884         gnulib-tool was called with option --source-base=lib.
10885
10886 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10887
10888         Use automake *-local hooks without commands, for extensibility.
10889         * modules/localcharset (Makefile.am): Rename install-exec-local
10890         rule to install-exec-localcharset, and make it a prerequisite of
10891         install-exec-local.  Likewise, rename the uninstall-local rule to
10892         uninstall-localcharset, and make it a prerequisite of the former.
10893
10894 2009-05-01  Bruno Haible  <bruno@clisp.org>
10895
10896         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
10897         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10898         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
10899         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
10900         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
10901         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10902         m4/locale-zh.m4, m4/codeset.m4.
10903
10904         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10905         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
10906         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10907         m4/locale-zh.m4.
10908
10909         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
10910         REPLACE_WCRTOMB if mbstate_t must be replaced.
10911         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
10912         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
10913
10914 2009-05-01  Bruno Haible  <bruno@clisp.org>
10915
10916         Avoid compiler warnings when redefining macros defined by <libintl.h>.
10917         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
10918         dngettext, dcngettext, textdomain, bindtextdomain,
10919         bind_textdomain_codeset): Undefine before redefining.
10920
10921 2009-04-30  Bruno Haible  <bruno@clisp.org>
10922
10923         Fix bug introduced on 2009-04-25.
10924         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
10925         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
10926         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
10927         is defined.
10928         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
10929         is defined.
10930         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
10931         is defined.
10932         Reported by Elbert_Pol <elbert.pol@gmail.com>.
10933
10934 2009-04-28  Bruno Haible  <bruno@clisp.org>
10935
10936         Comment tweaks.
10937         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
10938         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
10939         * lib/unicase.h (u*_casexfrm): Likewise.
10940         Reported by Paolo Bonzini.
10941
10942 2009-04-28  Bruno Haible  <bruno@clisp.org>
10943
10944         Fix a compilation error.
10945         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
10946         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10947         Reported by Jim Meyering.
10948
10949 2009-04-27  Bruno Haible  <bruno@clisp.org>
10950
10951         New module 'libunistring'.
10952         * modules/libunistring: New file.
10953         * m4/libunistring.m4: New file.
10954         * MODULES.html.sh (Unicode string functions): Add it.
10955
10956 2009-04-27  Eric Blake  <ebb9@byu.net>
10957
10958         maint.mk: allow package-specific header to provide <config.h>
10959         * top/maint.mk (sc_require_config_h): New variable.
10960         (sc_require_config_h, sc_require_config_h_first): Use it.
10961
10962 2009-04-27  Simon Josefsson  <simon@josefsson.org>
10963
10964         * top/maint.mk (sc_avoid_if_before_free): Except
10965         useless-if-before-free script.
10966
10967 2009-04-27  Eric Blake  <ebb9@byu.net>
10968
10969         maintainer-makefile: depend on all required helper scripts
10970         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
10971         useless-if-before-free.
10972         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
10973         version, rather than assuming gnulib checkout is available.
10974         Reported by Simen Josefsson.
10975
10976 2009-04-26  Bruno Haible  <bruno@clisp.org>
10977
10978         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
10979         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
10980         "../" or "..".
10981
10982 2009-04-26  Bruno Haible  <bruno@clisp.org>
10983
10984         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
10985         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
10986         AC_LIB_HAVE_LINKFLAGS.
10987
10988 2009-04-26  Bruno Haible  <bruno@clisp.org>
10989
10990         Simplify calling convention of u*_conv_from_encoding.
10991         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
10992         u32_conv_from_encoding): Expect a resultbuf argument and return the
10993         result directly as a pointer.
10994         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
10995         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
10996         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
10997         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
10998         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
10999         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
11000         Update.
11001         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
11002         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
11003         * lib/vasnprintf.c (VASNPRINTF): Update.
11004         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
11005         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
11006         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
11007         * NEWS: Mention the change.
11008
11009 2009-04-26  Bruno Haible  <bruno@clisp.org>
11010
11011         Simplify calling convention of u*_conv_to_encoding.
11012         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
11013         u32_conv_to_encoding): Expect a resultbuf argument and return the
11014         result directly as a pointer.
11015         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
11016         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
11017         freeing scaled_offsets if mem_iconveha failed.
11018         * lib/unicase/u-casexfrm.h (FUNC): Update.
11019         * lib/uninorm/u-normxfrm.h (FUNC): Update.
11020         * lib/vasnprintf.c (VASNPRINTF): Update.
11021         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
11022         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
11023         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
11024         * NEWS: Mention the change.
11025
11026 2009-04-26  Bruno Haible  <bruno@clisp.org>
11027
11028         Avoid test failures on AIX and OSF/1.
11029         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
11030         malloc(0).
11031         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
11032         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
11033         Likewise.
11034         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
11035         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
11036         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
11037         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
11038         * doc/posix-functions/malloc.texi: Document the portability problem
11039         related to malloc(0).
11040
11041 2009-04-26  Bruno Haible  <bruno@clisp.org>
11042
11043         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
11044         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
11045         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
11046
11047 2009-04-25  Bruno Haible  <bruno@clisp.org>
11048
11049         Avoid link error when creating a namespace clean library.
11050         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
11051         as macro with arguments if already defined as an alias.
11052         * lib/signbitf.c (gl_signbitf): Don't undefine.
11053         * lib/signbitd.c (gl_signbitd): Don't undefine.
11054         * lib/signbitl.c (gl_signbitl): Don't undefine.
11055
11056 2009-04-25  Jim Meyering  <meyering@redhat.com>
11057
11058         vc-list-files: fix another quoting bug
11059         * build-aux/vc-list-files: Avoid sed backslash expansion
11060         of pathological directory names.
11061
11062 2009-04-25  Eric Blake  <ebb9@byu.net>
11063
11064         vc-list-files: fix shell quoting error
11065         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
11066         timestamp.
11067
11068 2009-04-25  Jim Meyering  <meyering@redhat.com>
11069
11070         vc-list-files: restore lost functionality with subdir argument
11071         * build-aux/vc-list-files: When given a non-"." sub-directory
11072         argument, substitute the $dir/ prefix back onto each resulting name.
11073         Otherwise, coreutils' root_tests check would fail.
11074
11075 2009-04-24  Eric Blake  <ebb9@byu.net>
11076
11077         vc-list-files: ignore git symlinks
11078         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
11079         than ls-files, to ignore git symlinks.
11080
11081         maint.mk: import improvements from m4
11082         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
11083         (move_if_change): Delete unused macro.
11084         (news-date-check, vc-diff-check): Support VPATH builds.
11085         (announcement): Likewise.  Split --bootstrap-tools list...
11086         (boostrap-tools): ...into separate list, which can be overridden
11087         in cfg.mk.
11088         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
11089         requiring dependency on useless-if-before-free module.
11090         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
11091         Support VPATH builds.
11092
11093 2009-04-24  Jim Meyering  <meyering@redhat.com>
11094
11095         maint.mk: remove coreutils-specific rules and variables
11096         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
11097         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
11098         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
11099
11100         maint.mk: remove obsolete rule
11101         * top/maint.mk (rel-check): Remove rule.
11102         (WGET, WGETFLAGS): Remove now-unused variables.
11103
11104 2009-04-24  Simon Josefsson  <simon@josefsson.org>
11105
11106         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
11107         consistency.
11108
11109         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
11110         '$(PATH_SEPARATOR)' instead of ':'.
11111
11112 2009-04-24  Simon Josefsson  <simon@josefsson.org>
11113
11114         * lib/getopt1.c (main): Use 'const' for static array.
11115
11116 2009-04-24  Simon Josefsson  <simon@josefsson.org>
11117
11118         * top/maint.mk: Sync with coreutils.
11119         * NEWS: Explain incompatibilities.
11120
11121 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11122             Bruno Haible  <bruno@clisp.org>
11123
11124         Fix cross-compilation results.
11125         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
11126         statement, as third argument of AC_TRY_RUN.
11127         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
11128         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
11129         Likewise.
11130         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
11131         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
11132         Likewise.
11133         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
11134         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
11135         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
11136
11137 2009-04-20  Bruno Haible  <bruno@clisp.org>
11138
11139         Avoid test failure on mingw.
11140         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
11141
11142 2009-04-20  Bruno Haible  <bruno@clisp.org>
11143
11144         Avoid compilation error on mingw.
11145         * modules/localename-tests (Depends-on): Add locale.
11146
11147 2009-04-19  Bruno Haible  <bruno@clisp.org>
11148
11149         Support for building a shared library on Windows platforms.
11150         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
11151         (main): Test the presence of UNINORM_NFC here.
11152         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
11153         (main): Test the presence of UNINORM_NFD here.
11154         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
11155         (main): Test the presence of UNINORM_NFKC here.
11156         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
11157         (main): Test the presence of UNINORM_NFKD here.
11158
11159 2009-04-19  Bruno Haible  <bruno@clisp.org>
11160
11161         Avoid a compiler warning.
11162         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
11163         Change type of variable 'sequence'.
11164
11165 2009-04-19  Bruno Haible  <bruno@clisp.org>
11166
11167         * modules/configmake (Makefile.am): When the contents of configmake.h
11168         does not change, arrange to preserve its modification time.
11169
11170 2009-04-17  Simon Josefsson  <simon@josefsson.org>
11171
11172         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
11173         gettext domain.
11174
11175 2009-04-16  Jim Meyering  <meyering@redhat.com>
11176
11177         useless-if-before-free: improve conversion code
11178         * build-aux/useless-if-before-free: Adjust code-in-comment to match
11179         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
11180
11181 2009-04-14  Bruno Haible  <bruno@clisp.org>
11182
11183         * modules/fcntl (Depends-on): Add extensions.
11184         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
11185
11186 2009-04-12  Ben Pfaff  <blp@gnu.org>
11187
11188         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
11189         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
11190
11191 2009-03-20  Ben Pfaff  <blp@gnu.org>
11192
11193         Make rename replace existing destinations on Windows.
11194         * m4/rename.m4: Add test for Mingw.
11195         * lib/rename.c: Add rename replacement that uses MoveFileEx with
11196         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
11197         * doc/posix-functions/rename.texi: Document.
11198
11199 2009-04-10  Bruno Haible  <bruno@clisp.org>
11200
11201         New include file "iconveh.h".
11202         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
11203         * lib/striconveh.h: Include it.
11204         (enum iconv_ilseq_handler): Remove definition.
11205         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
11206         striconveh.h.
11207         * lib/striconveha.c: Include striconveh.h.
11208         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
11209         * modules/striconveh (Files): Add lib/iconveh.h.
11210         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
11211         lib/striconveh.h.
11212
11213 2009-04-10  Bruno Haible  <bruno@clisp.org>
11214
11215         * lib/uniconv.h: Update comment.
11216
11217 2009-04-10  Bruno Haible  <bruno@clisp.org>
11218
11219         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
11220         always.
11221         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
11222         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11223         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11224         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
11225         "unistring-notinline.h", so that the function gets defined always.
11226         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
11227         * lib/unistr/u8-uctomb.c: Likewise.
11228         * lib/unistr/u16-mbtouc.c: Likewise.
11229         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11230         * lib/unistr/u16-uctomb.c: Likewise.
11231         * lib/unistr/u32-mbtouc.c: Likewise.
11232         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11233         * lib/unistr/u32-uctomb.c: Likewise.
11234
11235 2009-04-10  Bruno Haible  <bruno@clisp.org>
11236
11237         Mark 'utime' obsolete.
11238         * modules/utime (Status, Notice): New sections.
11239         Suggested by Jim Meyering.
11240
11241         Fix cross-compile guess for utime test.
11242         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
11243         autoconf.
11244         * doc/posix-functions/utime.texi: Give more precisions.
11245         Reported by Jan <ipif@ymail.com>.
11246
11247 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
11248
11249         filevercmp: correct today's change
11250         * lib/filevercmp.c: Also handle coreutils' test inputs.
11251         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
11252
11253         Fix regression in 'filevercmp' module. Thanks Sven Joachim
11254         for reporting it.
11255         * lib/filevercmp.c: Special handle for "", "." and "..".
11256         * tests/test-filevercmp.c: Enlarge the set suite.
11257
11258 2009-04-07  Jim Meyering  <meyering@redhat.com>
11259
11260         useless-if-before-free: show how to remove braced useless free, too
11261         * build-aux/useless-if-before-free: still only in a comment, though.
11262
11263 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
11264
11265         maint.mk: import changes to syntax-check macros from coreutils
11266         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
11267         Use them in the relevant macros.
11268
11269 2009-04-06  Bruno Haible  <bruno@clisp.org>
11270
11271         Fix unportable use of bit-fields.
11272         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
11273         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
11274         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
11275
11276 2009-04-06  Bruno Haible  <bruno@clisp.org>
11277
11278         Avoid test failures on AIX and OSF/1.
11279         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
11280         that malloc(0) = NULL.
11281         * tests/unicase/test-u8-tolower.c (check): Likewise.
11282         * tests/unicase/test-u8-totitle.c (check): Likewise.
11283         * tests/unicase/test-u8-toupper.c (check): Likewise.
11284         * tests/unicase/test-u16-casefold.c (check): Likewise.
11285         * tests/unicase/test-u16-tolower.c (check): Likewise.
11286         * tests/unicase/test-u16-totitle.c (check): Likewise.
11287         * tests/unicase/test-u16-toupper.c (check): Likewise.
11288         * tests/unicase/test-u32-casefold.c (check): Likewise.
11289         * tests/unicase/test-u32-tolower.c (check): Likewise.
11290         * tests/unicase/test-u32-totitle.c (check): Likewise.
11291         * tests/unicase/test-u32-toupper.c (check): Likewise.
11292         * tests/uninorm/test-u8-nfc.c (check): Likewise.
11293         * tests/uninorm/test-u8-nfd.c (check): Likewise.
11294         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
11295         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
11296         * tests/uninorm/test-u16-nfc.c (check): Likewise.
11297         * tests/uninorm/test-u16-nfd.c (check): Likewise.
11298         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
11299         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
11300         * tests/uninorm/test-u32-nfc.c (check): Likewise.
11301         * tests/uninorm/test-u32-nfd.c (check): Likewise.
11302         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
11303         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
11304
11305 2009-04-05  Bruno Haible  <bruno@clisp.org>
11306
11307         Work around an autoconf limitation.
11308         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
11309         comment line if it would be longer than 3 KB.
11310
11311 2009-04-05  Bruno Haible  <bruno@clisp.org>
11312
11313         Avoid test failure with libiconv-1.13.
11314         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
11315         of the expected test results.
11316
11317 2009-04-05  Bruno Haible  <bruno@clisp.org>
11318
11319         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
11320         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
11321         that it should be installed.
11322
11323 2009-04-05  Bruno Haible  <bruno@clisp.org>
11324
11325         * gnulib-tool: New option --copy-file.
11326         (func_usage): Document it.
11327         (func_dest_tmpfilename): Moved out of func_import.
11328         (func_add_file, func_update_file): New functions, extracted from
11329         func_import.
11330         (func_import): Update.
11331
11332 2009-04-05  Karl Berry  <karl@gnu.org>
11333
11334         * README: prominently mention gnulib-tool.
11335         Rearrange sections so getting the code is near the top.
11336
11337 2009-04-05  Bruno Haible  <bruno@clisp.org>
11338
11339         * lib/unicase.h: Mention u*_cmp2.
11340         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
11341         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
11342         * lib/unicase/ulc-casecmp.c: Likewise.
11343         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
11344         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
11345         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
11346         unistr/u8-cmp.
11347         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
11348         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
11349         unistr/u16-cmp.
11350         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
11351         unistr/u32-cmp.
11352
11353         * lib/uninorm.h: Mention u*_cmp2.
11354         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
11355         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
11356         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
11357         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
11358         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
11359         unistr/u8-cmp.
11360         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
11361         unistr/u16-cmp.
11362         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
11363         unistr/u32-cmp.
11364
11365         New module 'unistr/u32-cmp2'.
11366         * lib/unistr/u32-cmp2.c: New file.
11367         * modules/unistr/u32-cmp2: New file.
11368
11369         New module 'unistr/u16-cmp2'.
11370         * lib/unistr/u16-cmp2.c: New file.
11371         * modules/unistr/u16-cmp2: New file.
11372
11373         New module 'unistr/u8-cmp2'.
11374         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
11375         * lib/unistr/u8-cmp2.c: New file.
11376         * lib/unistr/u-cmp2.h: New file.
11377         * modules/unistr/u8-cmp2: New file.
11378
11379 2009-04-05  Bruno Haible  <bruno@clisp.org>
11380
11381         * lib/unictype.h (uc_property_is_valid): New macro.
11382         * tests/unictype/test-pr_byname.c (main): Use it.
11383
11384         * lib/unistr.h: Doc fixes.
11385         * lib/uniconv.h: Doc fixes.
11386         * lib/unictype.h: Doc fixes.
11387
11388 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
11389
11390         Port coreutils 7.2 to Solaris 8.
11391
11392         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
11393         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
11394         for Solaris 8.  This is a bit of a hack, as it means it's the
11395         caller's responsibility to add -lnsl if needed, but most likely it
11396         won't be needed since only getaddrinfo uses this and getaddrinfo
11397         isn't needed on Solaris 8.
11398
11399         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
11400         problem to Solaris 8 encountered with coreutils 7.2, which
11401         resulted in a message "fnmatch.c:292: warning: passing argument 4
11402         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
11403         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
11404
11405 2009-04-03  Simon Josefsson  <simon@josefsson.org>
11406
11407         * m4/ld-version-script.m4: Add FIXME comment.
11408
11409 2009-04-02  Simon Josefsson  <simon@josefsson.org>
11410
11411         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
11412         SOVERSION variable.
11413
11414 2009-04-02  Bruno Haible  <bruno@clisp.org>
11415
11416         * Makefile (info, html, dvi, pdf): Combine the rules.
11417         Suggested by Jim Meyering.
11418
11419 2009-04-01  Bruno Haible  <bruno@clisp.org>
11420
11421         * Makefile (info, html, dvi, pdf): New targets.
11422         Reported by Reuben Thomas <rrt@sc3d.org>.
11423
11424 2009-04-01  Bruno Haible  <bruno@clisp.org>
11425
11426         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
11427         can be put into PATH.
11428         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
11429
11430 2009-04-01  Bruno Haible  <bruno@clisp.org>
11431
11432         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
11433
11434 2009-04-01  Bruno Haible  <bruno@clisp.org>
11435
11436         Rename module 'visibility'.
11437         * modules/lib-symbol-visibility: Renamed from modules/visibility.
11438         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
11439         * doc/gnulib.texi: Update.
11440         * MODULES.html.sh (Misc): Update.
11441         * NEWS: Mention the change.
11442
11443 2009-04-01  Simon Josefsson  <simon@josefsson.org>
11444
11445         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
11446         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
11447         Eric Blake <ebb9@byu.net> for review.
11448         * MODULES.html.sh: Add lib-msvc-compat.
11449         * doc/gnulib.texi: Link to new section.
11450         * m4/ld-output-def.m4: New file.
11451         * doc/ld-output-def.texi: New file.
11452
11453 2009-04-01  Simon Josefsson  <simon@josefsson.org>
11454
11455         Rename ld-version-script to lib-symbol-versions.  Suggested by
11456         Bruno Haible <bruno@clisp.org>.
11457         * modules/ld-version-script: Renamed to lib-symbol-versions.
11458         * doc/ld-version-script.texi: Fix module name.
11459         * MODULES.html.sh: Add lib-symbol-versions.
11460
11461 2009-03-31  Simon Josefsson  <simon@josefsson.org>
11462
11463         * modules/u64-tests: New file.
11464         * tests/test-u64.c: New file.
11465
11466 2009-03-04  Simon Josefsson  <simon@josefsson.org>
11467
11468         * MODULES.html.sh: Mention u64.
11469         * modules/u64: New module.
11470         * modules/crypto/sha512: Depend on u64 module instead of providing
11471         u64.h.
11472
11473 2009-03-27  Eric Blake  <ebb9@byu.net>
11474
11475         test-strerror: make debugging EAI_SYSTEM easier
11476         * modules/getaddrinfo-tests (Depends-on): Add strerror.
11477         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
11478         failure was EAI_SYSTEM.
11479
11480 2009-03-25  Bruno Haible  <bruno@clisp.org>
11481
11482         Fix a problem with --enable-relocatable on Solaris 7.
11483         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
11484         since 2008-02-24.
11485
11486 2009-03-25  Eric Blake  <ebb9@byu.net>
11487
11488         test-sockets: avoid gcc warning
11489         * tests/test-sockets.c (main): Silence compiler warning.
11490
11491 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11492
11493         New modules nproc, pthread, contributed by Glen Lenker.
11494
11495         * MODULES.html.sh: Add pthread, nproc.
11496         * lib/nproc.c: New file.
11497         * lib/nproc.h: New file.
11498         * lib/pthread.in.h: New file.
11499         * m4/pthread.m4: New file.
11500         * modules/nproc: New file.
11501         * modules/pthread: New file.
11502
11503 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11504
11505         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
11506         New variable.
11507
11508 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
11509
11510         filevercmp: handle simple~ and numbered.~3~ backup suffixes
11511         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
11512         * tests/test-filevercmp.c: Add tests for backup suffixes.
11513
11514 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11515
11516         * modules/stdlib (Depends-on): Add stdint, needed when defining
11517         struct random_data on, for example, HP-UX 10.20.  Reported by
11518         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11519
11520 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11521
11522         * lib/readline.c (readline): Call fflush on stdout after printing
11523         prompt.
11524
11525 2009-03-20  Bruno Haible  <bruno@clisp.org>
11526
11527         Remove dependency from 'close' module to -lws2_32 on native Windows.
11528         * lib/close-hook.h: New file.
11529         * lib/close-hook.c: New file.
11530         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
11531         w32sock.h.
11532         (_gl_close_fd_maybe_socket): Remove function.
11533         (rpl_close): Invoke execute_all_close_hooks instead of
11534         _gl_close_fd_maybe_socket.
11535         * lib/sockets.c: Include close-hook.h, w32sock.h.
11536         (close_fd_maybe_socket): New function, essentially from lib/close.c.
11537         (close_sockets_hook): New variable.
11538         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
11539         (gl_sockets_cleanup): Unregister it.
11540         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
11541         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
11542         * modules/close-hook: New file.
11543         * modules/close (Files): Remove lib/w32sock.h.
11544         (Depends-on): Add close-hook.
11545         (Link): Remove section.
11546         * modules/sockets (Files): Add lib/w32sock.h.
11547         (Depends-on): Add close-hook.
11548         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
11549         invocation.
11550         * NEWS: Mention that LIB_CLOSE is gone.
11551
11552 2009-03-23  Eric Blake  <ebb9@byu.net>
11553
11554         signal-tests: test previous patch
11555         * tests/test-signal.c: New file.
11556         * modules/signal-tests: Likewise.
11557
11558         signal.h: always support 'volatile sig_atomic_t'
11559         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
11560         (gl_SIGNAL_H_DEFAULTS): Add a default.
11561         * modules/signal (Makefile.am): Substitute if needed.
11562         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
11563         users can blindly add volatile.
11564         * doc/posix-headers/signal.texi (signal.h): Document it.
11565         Reported by Matthew Woehlke.
11566
11567 2009-03-23  Jim Meyering  <meyering@redhat.com>
11568
11569         pathmax: PATH_MAX: use pathconf only when available
11570         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
11571         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
11572         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
11573         This avoids a link failure in a PSP cross-compilation environment
11574         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
11575
11576         * lib/vasnprintf.c (divide): Fix typo in comment.
11577
11578 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11579
11580         * gnulib-tool (func_filter_filelist): Fix comment.
11581
11582 2009-03-20  Bruno Haible  <bruno@clisp.org>
11583
11584         Make sockets.h self-contained.
11585         * lib/sockets.c: Include sockets.h first.
11586         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
11587
11588 2009-03-19  Eric Blake  <ebb9@byu.net>
11589
11590         doc: mention more functions added in cygwin 1.7.0
11591         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
11592         addition.
11593         * doc/posix-functions/log2f.texi: Likewise.
11594
11595 2009-03-19  Jim Meyering  <meyering@redhat.com>
11596
11597         fsusage: avoid syntax error due to statement-before-declaration
11598         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
11599         after all declarations.  Reported by Matthew Woehlke in
11600         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
11601
11602 2009-03-18  Eric Blake  <ebb9@byu.net>
11603
11604         build-aux/compile: sync from automake
11605         * build-aux/compile: New file, from automake.
11606         * config/srclist.txt: Mention build-aux/compile.
11607
11608 2009-03-17  Bruno Haible  <bruno@clisp.org>
11609
11610         * lib/git-merge-changelog.c: Fix typo in comment.
11611         Reported by Reuben Thomas <rrt@sc3d.org>.
11612
11613 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
11614
11615         * m4/regex.m4: update and improve help for
11616         --without-included-regex.
11617
11618 2009-03-17  Simon Josefsson  <simon@josefsson.org>
11619
11620         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
11621         failure on missing include files.
11622
11623 2009-03-17  Eric Blake  <ebb9@byu.net>
11624
11625         doc: mention more functions added in cygwin 1.7.0
11626         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
11627         addition.
11628         * doc/posix-functions/fwscanf.texi: Likewise.
11629         * doc/posix-functions/swprintf.texi: Likewise.
11630         * doc/posix-functions/swscanf.texi: Likewise.
11631         * doc/posix-functions/vfwprintf.texi: Likewise.
11632         * doc/posix-functions/vfwscanf.texi: Likewise.
11633         * doc/posix-functions/vswprintf.texi: Likewise.
11634         * doc/posix-functions/vswscanf.texi: Likewise.
11635         * doc/posix-functions/vwprintf.texi: Likewise.
11636         * doc/posix-functions/vwscanf.texi: Likewise.
11637         * doc/posix-functions/wcscasecmp.texi: Likewise.
11638         * doc/posix-functions/wcsdup.texi: Likewise.
11639         * doc/posix-functions/wcsftime.texi: Likewise.
11640         * doc/posix-functions/wcsncasecmp.texi: Likewise.
11641         * doc/posix-functions/wprintf.texi: Likewise.
11642         * doc/posix-functions/wscanf.texi: Likewise.
11643         * doc/glibc-functions/gethostbyname2.texi: Likewise.
11644
11645 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11646
11647         maint.mk: really add $(AM_MAKEFLAGS)
11648         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
11649         was inadvertently omitted in the last commit.
11650         Spotted by Bruno Haible.
11651
11652         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
11653         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
11654         $(AM_MAKEFLAGS)' rather than plain `make'.
11655
11656         gnulib-tool: execute $MAKE not make
11657         * gnulib-tool: Default $MAKE to 'make'.
11658         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
11659         than make.  Initialize $MAKE in the do-autobuild script.
11660
11661         gnulib-tool: use $MAKE not make in generated files
11662         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
11663         make, in generated files.  Initialize $MAKE in the do-autobuild
11664         script.
11665
11666         * top/GNUmakefile (_have-git-version-gen): Fix typo.
11667
11668         GNUmakefile: disable parallelism only for multiple, recursive targets
11669         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
11670         additions in the Makefile.
11671         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
11672         by Automake.
11673         (.NOTPARALLEL): Only disable parallel builds if multiple targets
11674         are listed on the command line and at least one of them is
11675         listed in $(ALL_RECURSIVE_TARGETS).
11676
11677 2009-03-14  Bruno Haible  <bruno@clisp.org>
11678
11679         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
11680         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
11681         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
11682         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
11683         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
11684         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
11685         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
11686         unistr/u8-uctomb.
11687         * modules/unistr/u8-strchr (Depends-on): Likewise.
11688         * modules/unistr/u8-strrchr (Depends-on): Likewise.
11689         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
11690         unistr/u16-uctomb.
11691         * modules/unistr/u16-strchr (Depends-on): Likewise.
11692         * modules/unistr/u16-strrchr (Depends-on): Likewise.
11693
11694 2009-03-12  Bruno Haible  <bruno@clisp.org>
11695
11696         Work around select() bug on Interix 3.5.
11697         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
11698         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
11699         * m4/select.m4: New file.
11700         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
11701         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
11702         * modules/select (Files): Add m4/select.m4.
11703         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
11704         * modules/nanosleep (Depends-on): Add select.
11705         * modules/poll (Depends-on): Likewise.
11706         * doc/posix-functions/select.texi: Mention the Interix bug.
11707         Reported by Markus Duft <mduft@gentoo.org>.
11708
11709         * lib/select.c: Renamed from lib/winsock-select.c.
11710         * modules/select (Files): Add lib/select.c, remove
11711         lib/winsock-select.c.
11712         (configure.ac): Update.
11713
11714 2009-03-12  Jim Meyering  <meyering@redhat.com>
11715
11716         avoid gcc warnings about unused macro definitions
11717         * lib/readtokens.c (STREQ): Remove unused definition.
11718         * lib/xmalloc.c (SIZE_MAX): Likewise.
11719         * lib/openat-die.c (N_): Likewise.
11720         * lib/mountlist.c (SIZE_MAX): Remove definition.
11721         Instead, include <stdint.h>.
11722         * lib/readutmp.c: Likewise.
11723         * modules/readutmp (Depends-on): Add stdint.
11724         * modules/mountlist (Depends-on): Add stdint.
11725         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
11726
11727 2009-03-10  Bruno Haible  <bruno@clisp.org>
11728
11729         Tests for module 'mbmemcasecoll'.
11730         * modules/mbmemcasecoll-tests: New file.
11731         * tests/test-mbmemcasecoll1.sh: New file.
11732         * tests/test-mbmemcasecoll2.sh: New file.
11733         * tests/test-mbmemcasecoll3.sh: New file.
11734         * tests/test-mbmemcasecoll.c: New file.
11735
11736         New module 'mbmemcasecoll'.
11737         * lib/mbmemcasecoll.h: New file.
11738         * lib/mbmemcasecoll.c: New file.
11739         * modules/mbmemcasecoll: New file.
11740
11741         * tests/test-mbmemcasecmp.h: New file, extracted from
11742         tests/test-mbmemcasecmp.c.
11743         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
11744         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
11745         (main): Update.
11746         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
11747
11748 2009-03-09  Bruno Haible  <bruno@clisp.org>
11749
11750         Tests for module 'mbmemcasecmp'.
11751         * modules/mbmemcasecmp-tests: New file.
11752         * tests/test-mbmemcasecmp1.sh: New file.
11753         * tests/test-mbmemcasecmp2.sh: New file.
11754         * tests/test-mbmemcasecmp3.sh: New file.
11755         * tests/test-mbmemcasecmp.c: New file.
11756
11757         New module 'mbmemcasecmp'.
11758         * lib/mbmemcasecmp.h: New file.
11759         * lib/mbmemcasecmp.c: New file.
11760         * modules/mbmemcasecmp: New file.
11761
11762 2009-03-09  Bruno Haible  <bruno@clisp.org>
11763
11764         Tests for module 'unicase/ulc-casecoll'.
11765         * modules/unicase/ulc-casecoll-tests: New file.
11766         * tests/unicase/test-ulc-casecoll1.sh: New file.
11767         * tests/unicase/test-ulc-casecoll2.sh: New file.
11768         * tests/unicase/test-ulc-casecoll.c: New file.
11769
11770         New module 'unicase/ulc-casecoll'.
11771         * lib/unicase.h (ulc_casecoll): New declaration.
11772         * lib/unicase/ulc-casecoll.c: New file.
11773         * modules/unicase/ulc-casecoll: New file.
11774
11775         New module 'unicase/ulc-casexfrm'.
11776         * lib/unicase.h (ulc_casexfrm): New declaration.
11777         * lib/unicase/ulc-casexfrm.c: New file.
11778         * modules/unicase/ulc-casexfrm: New file.
11779
11780 2009-03-09  Bruno Haible  <bruno@clisp.org>
11781
11782         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
11783         invocations.
11784
11785         * m4/mbscasecmp.m4: Remove file.
11786         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
11787         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
11788
11789         * m4/mbscasestr.m4: Remove file.
11790         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
11791         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
11792
11793         * m4/mbschr.m4: Remove file.
11794         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
11795         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
11796
11797         * m4/mbscspn.m4: Remove file.
11798         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
11799         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
11800
11801         * m4/mbslen.m4: Remove file.
11802         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
11803         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
11804
11805         * m4/mbsncasecmp.m4: Remove file.
11806         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
11807         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
11808
11809         * m4/mbsnlen.m4: Remove file.
11810         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
11811         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
11812
11813         * m4/mbspbrk.m4: Remove file.
11814         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
11815         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
11816
11817         * m4/mbspcasecmp.m4: Remove file.
11818         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
11819         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
11820
11821         * m4/mbsrchr.m4: Remove file.
11822         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
11823         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
11824
11825         * m4/mbssep.m4: Remove file.
11826         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
11827         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
11828
11829         * m4/mbsspn.m4: Remove file.
11830         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
11831         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
11832
11833         * m4/mbsstr.m4: Remove file.
11834         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
11835         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
11836
11837         * m4/mbstok_r.m4: Remove file.
11838         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
11839         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
11840
11841         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
11842
11843         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
11844         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
11845
11846         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
11847
11848 2009-03-08  Bruno Haible  <bruno@clisp.org>
11849
11850         Tests for module 'unicase/ulc-casecmp'.
11851         * modules/unicase/ulc-casecmp-tests: New file.
11852         * tests/unicase/test-ulc-casecmp1.sh: New file.
11853         * tests/unicase/test-ulc-casecmp2.sh: New file.
11854         * tests/unicase/test-ulc-casecmp.c: New file.
11855
11856         New module 'unicase/ulc-casecmp'.
11857         * lib/unicase.h (ulc_casecmp): New declaration.
11858         * lib/unicase/ulc-casecmp.c: New file.
11859         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
11860         'const SRC_UNIT *'.
11861         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
11862         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
11863         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
11864         * modules/unicase/ulc-casecmp: New file.
11865
11866         Tests for module 'unicase/u32-is-cased'.
11867         * modules/unicase/u32-is-cased-tests: New file.
11868         * tests/unicase/test-u32-is-cased.c: New file.
11869
11870         Tests for module 'unicase/u16-is-cased'.
11871         * modules/unicase/u16-is-cased-tests: New file.
11872         * tests/unicase/test-u16-is-cased.c: New file.
11873
11874         Tests for module 'unicase/u8-is-cased'.
11875         * modules/unicase/u8-is-cased-tests: New file.
11876         * tests/unicase/test-u8-is-cased.c: New file.
11877         * tests/unicase/test-is-cased.h: New file.
11878
11879         New module 'unicase/u32-is-cased'.
11880         * lib/unicase/u32-is-cased.c: New file.
11881         * modules/unicase/u32-is-cased: New file.
11882
11883         New module 'unicase/u16-is-cased'.
11884         * lib/unicase/u16-is-cased.c: New file.
11885         * modules/unicase/u16-is-cased: New file.
11886
11887         New module 'unicase/u8-is-cased'.
11888         * lib/unicase/u8-is-cased.c: New file.
11889         * lib/unicase/u-is-cased.h: New file.
11890         * modules/unicase/u8-is-cased: New file.
11891
11892         Tests for module 'unicase/u32-is-casefolded'.
11893         * modules/unicase/u32-is-casefolded-tests: New file.
11894         * tests/unicase/test-u32-is-casefolded.c: New file.
11895
11896         Tests for module 'unicase/u16-is-casefolded'.
11897         * modules/unicase/u16-is-casefolded-tests: New file.
11898         * tests/unicase/test-u16-is-casefolded.c: New file.
11899
11900         Tests for module 'unicase/u8-is-casefolded'.
11901         * modules/unicase/u8-is-casefolded-tests: New file.
11902         * tests/unicase/test-u8-is-casefolded.c: New file.
11903         * tests/unicase/test-is-casefolded.h: New file.
11904
11905         New module 'unicase/u32-is-casefolded'.
11906         * lib/unicase/u32-is-casefolded.c: New file.
11907         * modules/unicase/u32-is-casefolded: New file.
11908
11909         New module 'unicase/u16-is-casefolded'.
11910         * lib/unicase/u16-is-casefolded.c: New file.
11911         * modules/unicase/u16-is-casefolded: New file.
11912
11913         New module 'unicase/u8-is-casefolded'.
11914         * lib/unicase/u8-is-casefolded.c: New file.
11915         * modules/unicase/u8-is-casefolded: New file.
11916
11917         Tests for module 'unicase/u32-is-titlecase'.
11918         * modules/unicase/u32-is-titlecase-tests: New file.
11919         * tests/unicase/test-u32-is-titlecase.c: New file.
11920
11921         Tests for module 'unicase/u16-is-titlecase'.
11922         * modules/unicase/u16-is-titlecase-tests: New file.
11923         * tests/unicase/test-u16-is-titlecase.c: New file.
11924
11925         Tests for module 'unicase/u8-is-titlecase'.
11926         * modules/unicase/u8-is-titlecase-tests: New file.
11927         * tests/unicase/test-u8-is-titlecase.c: New file.
11928         * tests/unicase/test-is-titlecase.h: New file.
11929
11930         New module 'unicase/u32-is-titlecase'.
11931         * lib/unicase/u32-is-titlecase.c: New file.
11932         * modules/unicase/u32-is-titlecase: New file.
11933
11934         New module 'unicase/u16-is-titlecase'.
11935         * lib/unicase/u16-is-titlecase.c: New file.
11936         * modules/unicase/u16-is-titlecase: New file.
11937
11938         New module 'unicase/u8-is-titlecase'.
11939         * lib/unicase/u8-is-titlecase.c: New file.
11940         * modules/unicase/u8-is-titlecase: New file.
11941
11942         Tests for module 'unicase/u32-is-lowercase'.
11943         * modules/unicase/u32-is-lowercase-tests: New file.
11944         * tests/unicase/test-u32-is-lowercase.c: New file.
11945
11946         Tests for module 'unicase/u16-is-lowercase'.
11947         * modules/unicase/u16-is-lowercase-tests: New file.
11948         * tests/unicase/test-u16-is-lowercase.c: New file.
11949
11950         Tests for module 'unicase/u8-is-lowercase'.
11951         * modules/unicase/u8-is-lowercase-tests: New file.
11952         * tests/unicase/test-u8-is-lowercase.c: New file.
11953         * tests/unicase/test-is-lowercase.h: New file.
11954
11955         New module 'unicase/u32-is-lowercase'.
11956         * lib/unicase/u32-is-lowercase.c: New file.
11957         * modules/unicase/u32-is-lowercase: New file.
11958
11959         New module 'unicase/u16-is-lowercase'.
11960         * lib/unicase/u16-is-lowercase.c: New file.
11961         * modules/unicase/u16-is-lowercase: New file.
11962
11963         New module 'unicase/u8-is-lowercase'.
11964         * lib/unicase/u8-is-lowercase.c: New file.
11965         * modules/unicase/u8-is-lowercase: New file.
11966
11967         Tests for module 'unicase/u32-is-uppercase'.
11968         * modules/unicase/u32-is-uppercase-tests: New file.
11969         * tests/unicase/test-u32-is-uppercase.c: New file.
11970
11971         Tests for module 'unicase/u16-is-uppercase'.
11972         * modules/unicase/u16-is-uppercase-tests: New file.
11973         * tests/unicase/test-u16-is-uppercase.c: New file.
11974
11975         Tests for module 'unicase/u8-is-uppercase'.
11976         * modules/unicase/u8-is-uppercase-tests: New file.
11977         * tests/unicase/test-u8-is-uppercase.c: New file.
11978         * tests/unicase/test-is-uppercase.h: New file.
11979
11980         New module 'unicase/u32-is-uppercase'.
11981         * lib/unicase/u32-is-uppercase.c: New file.
11982         * modules/unicase/u32-is-uppercase: New file.
11983
11984         New module 'unicase/u16-is-uppercase'.
11985         * lib/unicase/u16-is-uppercase.c: New file.
11986         * modules/unicase/u16-is-uppercase: New file.
11987
11988         New module 'unicase/u8-is-uppercase'.
11989         * lib/unicase/u8-is-uppercase.c: New file.
11990         * modules/unicase/u8-is-uppercase: New file.
11991
11992         New module 'unicase/u32-is-invariant'.
11993         * lib/unicase/u32-is-invariant.c: New file.
11994         * modules/unicase/u32-is-invariant: New file.
11995
11996         New module 'unicase/u16-is-invariant'.
11997         * lib/unicase/u16-is-invariant.c: New file.
11998         * modules/unicase/u16-is-invariant: New file.
11999
12000         New module 'unicase/u8-is-invariant'.
12001         * lib/unicase/u8-is-invariant.c: New file.
12002         * lib/unicase/invariant.h: New file.
12003         * lib/unicase/u-is-invariant.h: New file.
12004         * modules/unicase/u8-is-invariant: New file.
12005
12006         Tests for module 'unicase/u32-casecoll'.
12007         * modules/unicase/u32-casecoll-tests: New file.
12008         * tests/unicase/test-u32-casecoll.c: New file.
12009
12010         Tests for module 'unicase/u16-casecoll'.
12011         * modules/unicase/u16-casecoll-tests: New file.
12012         * tests/unicase/test-u16-casecoll.c: New file.
12013
12014         Tests for module 'unicase/u8-casecoll'.
12015         * modules/unicase/u8-casecoll-tests: New file.
12016         * tests/unicase/test-u8-casecoll.c: New file.
12017
12018         New module 'unicase/u32-casecoll'.
12019         * lib/unicase/u32-casecoll.c: New file.
12020         * modules/unicase/u32-casecoll: New file.
12021
12022         New module 'unicase/u16-casecoll'.
12023         * lib/unicase/u16-casecoll.c: New file.
12024         * modules/unicase/u16-casecoll: New file.
12025
12026         New module 'unicase/u8-casecoll'.
12027         * lib/unicase/u8-casecoll.c: New file.
12028         * lib/unicase/u-casecoll.h: New file.
12029         * modules/unicase/u8-casecoll: New file.
12030
12031         New module 'unicase/u32-casexfrm'.
12032         * lib/unicase/u32-casexfrm.c: New file.
12033         * modules/unicase/u32-casexfrm: New file.
12034
12035         New module 'unicase/u16-casexfrm'.
12036         * lib/unicase/u16-casexfrm.c: New file.
12037         * modules/unicase/u16-casexfrm: New file.
12038
12039         New module 'unicase/u8-casexfrm'.
12040         * lib/unicase/u8-casexfrm.c: New file.
12041         * lib/unicase/u-casexfrm.h: New file.
12042         * modules/unicase/u8-casexfrm: New file.
12043
12044         Tests for module 'unicase/u32-casecmp'.
12045         * modules/unicase/u32-casecmp-tests: New file.
12046         * tests/unicase/test-u32-casecmp.c: New file.
12047
12048         Tests for module 'unicase/u16-casecmp'.
12049         * modules/unicase/u16-casecmp-tests: New file.
12050         * tests/unicase/test-u16-casecmp.c: New file.
12051
12052         Tests for module 'unicase/u8-casecmp'.
12053         * modules/unicase/u8-casecmp-tests: New file.
12054         * tests/unicase/test-u8-casecmp.c: New file.
12055         * tests/unicase/test-casecmp.h: New file.
12056
12057         New module 'unicase/u32-casecmp'.
12058         * lib/unicase/u32-casecmp.c: New file.
12059         * modules/unicase/u32-casecmp: New file.
12060
12061         New module 'unicase/u16-casecmp'.
12062         * lib/unicase/u16-casecmp.c: New file.
12063         * modules/unicase/u16-casecmp: New file.
12064
12065         New module 'unicase/u8-casecmp'.
12066         * lib/unicase/u8-casecmp.c: New file.
12067         * lib/unicase/u-casecmp.h: New file.
12068         * modules/unicase/u8-casecmp: New file.
12069
12070         Tests for module 'unicase/u32-casefold'.
12071         * modules/unicase/u32-casefold-tests: New file.
12072         * tests/unicase/test-u32-casefold.c: New file.
12073
12074         Tests for module 'unicase/u16-casefold'.
12075         * modules/unicase/u16-casefold-tests: New file.
12076         * tests/unicase/test-u16-casefold.c: New file.
12077
12078         Tests for module 'unicase/u8-casefold'.
12079         * modules/unicase/u8-casefold-tests: New file.
12080         * tests/unicase/test-u8-casefold.c: New file.
12081
12082         New module 'unicase/u32-casefold'.
12083         * lib/unicase/u32-casefold.c: New file.
12084         * modules/unicase/u32-casefold: New file.
12085
12086         New module 'unicase/u16-casefold'.
12087         * lib/unicase/u16-casefold.c: New file.
12088         * modules/unicase/u16-casefold: New file.
12089
12090         New module 'unicase/u8-casefold'.
12091         * lib/unicase/u8-casefold.c: New file.
12092         * lib/unicase/u-casefold.h: New file.
12093         * modules/unicase/u8-casefold: New file.
12094
12095         New module 'unicase/tocasefold'.
12096         * lib/unicase/casefold.h: New file.
12097         * lib/unicase/tocasefold.c: New file.
12098         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
12099         * modules/unicase/tocasefold: New file.
12100
12101         Tests for module 'unicase/u32-totitle'.
12102         * modules/unicase/u32-totitle-tests: New file.
12103         * tests/unicase/test-u32-totitle.c: New file.
12104
12105         Tests for module 'unicase/u16-totitle'.
12106         * modules/unicase/u16-totitle-tests: New file.
12107         * tests/unicase/test-u16-totitle.c: New file.
12108
12109         Tests for module 'unicase/u8-totitle'.
12110         * modules/unicase/u8-totitle-tests: New file.
12111         * tests/unicase/test-u8-totitle.c: New file.
12112
12113         New module 'unicase/u32-totitle'.
12114         * lib/unicase/u32-totitle.c: New file.
12115         * modules/unicase/u32-totitle: New file.
12116
12117         New module 'unicase/u16-totitle'.
12118         * lib/unicase/u16-totitle.c: New file.
12119         * modules/unicase/u16-totitle: New file.
12120
12121         New module 'unicase/u8-totitle'.
12122         * lib/unicase/u8-totitle.c: New file.
12123         * lib/unicase/u-totitle.h: New file.
12124         * modules/unicase/u8-totitle: New file.
12125
12126         Tests for module 'unicase/u32-tolower'.
12127         * modules/unicase/u32-tolower-tests: New file.
12128         * tests/unicase/test-u32-tolower.c: New file.
12129
12130         Tests for module 'unicase/u16-tolower'.
12131         * modules/unicase/u16-tolower-tests: New file.
12132         * tests/unicase/test-u16-tolower.c: New file.
12133
12134         Tests for module 'unicase/u8-tolower'.
12135         * modules/unicase/u8-tolower-tests: New file.
12136         * tests/unicase/test-u8-tolower.c: New file.
12137
12138         New module 'unicase/u32-tolower'.
12139         * lib/unicase/u32-tolower.c: New file.
12140         * modules/unicase/u32-tolower: New file.
12141
12142         New module 'unicase/u16-tolower'.
12143         * lib/unicase/u16-tolower.c: New file.
12144         * modules/unicase/u16-tolower: New file.
12145
12146         New module 'unicase/u8-tolower'.
12147         * lib/unicase/u8-tolower.c: New file.
12148         * modules/unicase/u8-tolower: New file.
12149
12150         Tests for module 'unicase/u32-toupper'.
12151         * modules/unicase/u32-toupper-tests: New file.
12152         * tests/unicase/test-u32-toupper.c: New file.
12153
12154         Tests for module 'unicase/u16-toupper'.
12155         * modules/unicase/u16-toupper-tests: New file.
12156         * tests/unicase/test-u16-toupper.c: New file.
12157
12158         Tests for module 'unicase/u8-toupper'.
12159         * modules/unicase/u8-toupper-tests: New file.
12160         * tests/unicase/test-u8-toupper.c: New file.
12161
12162         New module 'unicase/u32-toupper'.
12163         * lib/unicase/u32-toupper.c: New file.
12164         * modules/unicase/u32-toupper: New file.
12165
12166         New module 'unicase/u16-toupper'.
12167         * lib/unicase/u16-toupper.c: New file.
12168         * modules/unicase/u16-toupper: New file.
12169
12170         New module 'unicase/u8-toupper'.
12171         * lib/unicase/u8-toupper.c: New file.
12172         * modules/unicase/u8-toupper: New file.
12173
12174         New module 'unicase/u32-casemap'.
12175         * lib/unicase/u32-casemap.c: New file.
12176         * modules/unicase/u32-casemap: New file.
12177
12178         New module 'unicase/u16-casemap'.
12179         * lib/unicase/u16-casemap.c: New file.
12180         * modules/unicase/u16-casemap: New file.
12181
12182         New module 'unicase/u8-casemap'.
12183         * lib/unicase/unicasemap.h: New file.
12184         * lib/unicase/u8-casemap.c: New file.
12185         * lib/unicase/u-casemap.h: New file.
12186         * modules/unicase/u8-casemap: New file.
12187
12188         New module 'unicase/special-casing'.
12189         * lib/unicase/special-casing.h: New file.
12190         * lib/unicase/special-casing.c: New file.
12191         * lib/unicase/special-casing-table.gperf: New file, generated by
12192         gen-uni-tables.c.
12193         * modules/unicase/special-casing: New file.
12194
12195         Tests for module 'unicase/locale-language'.
12196         * modules/unicase/locale-language-tests: New file.
12197         * tests/unicase/test-locale-language.sh: New file.
12198         * tests/unicase/test-locale-language.c: New file.
12199
12200         New module 'unicase/locale-language'.
12201         * lib/unicase/locale-language.c: New file.
12202         * lib/unicase/locale-languages.gperf: New file.
12203         * modules/unicase/locale-language: New file.
12204
12205         Generate more tables for case conversion and case folding.
12206         * lib/gen-uni-tables.c (SCC_*): New enum items.
12207         (struct special_casing_rule): New type.
12208         (casing_rules, num_casing_rules, allocated_casing_rules): New
12209         variables.
12210         (add_casing_rule, fill_casing_rules): New functions.
12211         (struct casefold_rule): New type.
12212         (casefolding_rules, num_casefolding_rules,
12213         allocated_casefolding_rules): New variables.
12214         (fill_casefolding_rules): New function.
12215         (unicode_casefold): New variable.
12216         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
12217         sort_casing_rules, output_casing_rules): New functions.
12218         (main): Accept to more arguments: SpecialCasing.txt and
12219         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
12220         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
12221         Output mapping for casefolding.
12222
12223         * lib/unicase.h: Include stdbool.h, uninorm.h.
12224         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
12225         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
12226         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
12227         arguments.
12228         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
12229         resultp arguments.
12230         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
12231         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
12232         resultp arguments.
12233         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
12234         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
12235         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
12236         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
12237         declarations.
12238         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
12239
12240 2009-03-08  Bruno Haible  <bruno@clisp.org>
12241
12242         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
12243         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
12244         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
12245         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
12246
12247 2009-03-07  Bruno Haible  <bruno@clisp.org>
12248
12249         Adjust u*_normcmp, u*_normcoll API.
12250         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
12251         u16_normcoll, u32_normcoll): Change failure conventions.
12252         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
12253         errno and return -1.
12254         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
12255
12256 2009-03-07  Bruno Haible  <bruno@clisp.org>
12257
12258         Tests for module 'uninorm/u32-normcoll'.
12259         * modules/uninorm/u32-normcoll-tests: New file.
12260         * tests/uninorm/test-u32-normcoll.c: New file.
12261
12262         Tests for module 'uninorm/u16-normcoll'.
12263         * modules/uninorm/u16-normcoll-tests: New file.
12264         * tests/uninorm/test-u16-normcoll.c: New file.
12265
12266         Tests for module 'uninorm/u8-normcoll'.
12267         * modules/uninorm/u8-normcoll-tests: New file.
12268         * tests/uninorm/test-u8-normcoll.c: New file.
12269
12270 2009-03-07  Bruno Haible  <bruno@clisp.org>
12271
12272         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
12273         tests/uninorm/test-u32-normcmp.c.
12274         * tests/uninorm/test-u32-normcmp.c: Include it.
12275         (test_nonascii): New function, extracted from main. Add some more
12276         tests.
12277         (main): Invoke test_ascii and test_nonascii.
12278         * modules/uninorm/u32-normcmp-tests (Files): Add
12279         tests/uninorm/test-u32-normcmp.h.
12280         (Depends-on): Remove uninorm/u32-normcmp.
12281
12282         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
12283         tests/uninorm/test-u16-normcmp.c.
12284         * tests/uninorm/test-u16-normcmp.c: Include it.
12285         (test_nonascii): New function, extracted from main. Add some more
12286         tests.
12287         (main): Invoke test_ascii and test_nonascii.
12288         * modules/uninorm/u16-normcmp-tests (Files): Add
12289         tests/uninorm/test-u16-normcmp.h.
12290         (Depends-on): Remove uninorm/u16-normcmp.
12291
12292         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
12293         tests/uninorm/test-u8-normcmp.c.
12294         * tests/uninorm/test-u8-normcmp.c: Include it.
12295         (test_nonascii): New function, extracted from main. Add some more
12296         tests.
12297         (main): Invoke test_ascii and test_nonascii.
12298         * modules/uninorm/u8-normcmp-tests (Files): Add
12299         tests/uninorm/test-u8-normcmp.h.
12300         (Depends-on): Remove uninorm/u8-normcmp.
12301
12302 2009-03-07  Bruno Haible  <bruno@clisp.org>
12303
12304         New module 'uninorm/u32-normcoll'.
12305         * lib/uninorm/u32-normcoll.c: New file.
12306         * modules/uninorm/u32-normcoll: New file.
12307
12308         New module 'uninorm/u16-normcoll'.
12309         * lib/uninorm/u16-normcoll.c: New file.
12310         * modules/uninorm/u16-normcoll: New file.
12311
12312         New module 'uninorm/u8-normcoll'.
12313         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
12314         declarations.
12315         * lib/uninorm/u8-normcoll.c: New file.
12316         * lib/uninorm/u-normcoll.h: New file.
12317         * modules/uninorm/u8-normcoll: New file.
12318
12319         New module 'uninorm/u32-normxfrm'.
12320         * lib/uninorm/u32-normxfrm.c: New file.
12321         * modules/uninorm/u32-normxfrm: New file.
12322
12323         New module 'uninorm/u16-normxfrm'.
12324         * lib/uninorm/u16-normxfrm.c: New file.
12325         * modules/uninorm/u16-normxfrm: New file.
12326
12327         New module 'uninorm/u8-normxfrm'.
12328         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
12329         declarations.
12330         * lib/uninorm/u8-normxfrm.c: New file.
12331         * lib/uninorm/u-normxfrm.h: New file.
12332         * modules/uninorm/u8-normxfrm: New file.
12333
12334 2009-03-07  Bruno Haible  <bruno@clisp.org>
12335
12336         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
12337         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
12338         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
12339
12340 2009-03-07  Bruno Haible  <bruno@clisp.org>
12341
12342         New module 'memxfrm'.
12343         * lib/memxfrm.h: New file.
12344         * lib/memxfrm.c: New file.
12345         * modules/memxfrm: New file.
12346
12347 2009-03-07  Bruno Haible  <bruno@clisp.org>
12348
12349         New module 'memcmp2'.
12350         * lib/memcmp2.h: New file.
12351         * lib/memcmp2.c: New file.
12352         * modules/memcmp2: New file.
12353
12354 2009-03-07  Bruno Haible  <bruno@clisp.org>
12355
12356         Tests for module 'uninorm/decomposing-form'.
12357         * modules/uninorm/decomposing-form-tests: New file.
12358         * tests/uninorm/test-decomposing-form.c: New file.
12359
12360         New module 'uninorm/decomposing-form'.
12361         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
12362         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
12363         Add 'decomposing_variant' field.
12364         * lib/uninorm/decomposing-form.c: New file.
12365         * lib/uninorm/nfc.c (uninorm_nfc): Update.
12366         * lib/uninorm/nfd.c (uninorm_nfd): Update.
12367         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
12368         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
12369         * modules/uninorm/decomposing-form: New file.
12370         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
12371         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
12372
12373 2009-03-07  Bruno Haible  <bruno@clisp.org>
12374
12375         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
12376         strings.
12377
12378 2009-03-06  Bruno Haible  <bruno@clisp.org>
12379
12380         Tests for module 'uninorm/u32-normcmp'.
12381         * tests/uninorm/test-u32-normcmp.c: New file.
12382         * modules/uninorm/u32-normcmp-tests: New file.
12383
12384         Tests for module 'uninorm/u16-normcmp'.
12385         * tests/uninorm/test-u16-normcmp.c: New file.
12386         * modules/uninorm/u16-normcmp-tests: New file.
12387
12388         Tests for module 'uninorm/u8-normcmp'.
12389         * tests/uninorm/test-u8-normcmp.c: New file.
12390         * modules/uninorm/u8-normcmp-tests: New file.
12391
12392         New module 'uninorm/u32-normcmp'.
12393         * lib/uninorm/u32-normcmp.c: New file.
12394         * modules/uninorm/u32-normcmp: New file.
12395
12396         New module 'uninorm/u16-normcmp'.
12397         * lib/uninorm/u16-normcmp.c: New file.
12398         * modules/uninorm/u16-normcmp: New file.
12399
12400         New module 'uninorm/u8-normcmp'.
12401         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
12402         declarations.
12403         * lib/uninorm/u8-normcmp.c: New file.
12404         * lib/uninorm/u-normcmp.h: New file.
12405         * modules/uninorm/u8-normcmp: New file.
12406
12407 2009-03-06  Bruno Haible  <bruno@clisp.org>
12408
12409         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
12410         Reported by Eric Blake.
12411
12412 2009-03-06  Eric Blake  <ebb9@byu.net>
12413             Bruno Haible  <bruno@clisp.org>
12414
12415         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
12416         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
12417         condition.
12418         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
12419         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
12420         condition.
12421         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
12422
12423 2009-03-06  Eric Blake  <ebb9@byu.net>
12424
12425         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
12426         to avoid compiler warnings.
12427         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
12428
12429 2009-03-05  Bruno Haible  <bruno@clisp.org>
12430
12431         * tests/test-ftell.c (main): Disable test beyond end of file on
12432         FreeMiNT.
12433         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
12434
12435 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
12436
12437         * lib/filevercmp.c: Move hidden files up in ordering.
12438         * tests/test-filevercmp.c: Add tests for hidden files.
12439
12440 2009-03-04  Bruno Haible  <bruno@clisp.org>
12441
12442         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
12443         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
12444         AM_CFLAGS.
12445         Reported by Simon Josefsson.
12446
12447 2009-03-03  Bruno Haible  <bruno@clisp.org>
12448
12449         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
12450         Reported by Simon Josefsson.
12451
12452         * doc/ld-version-script.texi: Update node reference.
12453
12454 2009-03-03  Bruno Haible  <bruno@clisp.org>
12455
12456         * modules/visibility (License): Change to 'unlimited'.
12457         Suggested by Simon Josefsson.
12458
12459 2009-03-03  Jim Meyering  <meyering@redhat.com>
12460
12461         unlinkdir: cannot_unlink_dir may modify process state
12462         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
12463         it's neither thread-safe nor appropriate for use in a library.
12464
12465 2009-03-03  Eric Blake  <ebb9@byu.net>
12466
12467         test-closein: silence test under Darwin
12468         * tests/test-closein.sh: Ignore stderr from cat, since we don't
12469         care if it dies from EPIPE or EBADF.
12470
12471 2009-03-03  Bruno Haible  <bruno@clisp.org>
12472
12473         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
12474         earlier.
12475         * doc/visibility.texi: Fix @node and @section.
12476
12477 2009-03-03  Simon Josefsson  <simon@josefsson.org>
12478
12479         * doc/gnulib.texi: Link to sections for ld version script and
12480         visibility.
12481         * doc/visibility.texi: Add @node and @section.
12482         * modules/ld-version-script: New module.
12483         * m4/ld-version-script.m4: New file.
12484         * doc/ld-version-script.texi: New file.
12485
12486 2009-03-02  David Lutterkort  <lutter@redhat.com>
12487
12488         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
12489         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12490
12491 2009-03-02  Bruno Haible  <bruno@clisp.org>
12492
12493         * doc/visibility.texi: Mention libtool's -export-symbols option.
12494
12495 2009-03-02  Jim Meyering  <meyering@redhat.com>
12496
12497         announce-gen: new option: --no-print-checksums
12498         * build-aux/announce-gen (usage): Describe it.
12499         (print_checksums): Print a newline here, not in the [*] footnote.
12500         (main): Honor it.
12501
12502 2009-03-01  Bruno Haible  <bruno@clisp.org>
12503
12504         Use socklen_t in the native Windows replacements prototypes.
12505         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
12506         instead of 'int'.
12507         * lib/getsockopt.c (rpl_getsockopt): Likewise.
12508         * lib/setsockopt.c (rpl_setsockopt): Likewise.
12509         * modules/getsockopt (Depends-on): Add socklen.
12510         * modules/setsockopt (Depends-on): Add socklen.
12511
12512 2009-03-01  Bruno Haible  <bruno@clisp.org>
12513
12514         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
12515         least 4.2.
12516
12517 2009-03-01  Eric Blake  <ebb9@byu.net>
12518             Bruno Haible  <bruno@clisp.org>
12519
12520         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
12521         error messages.
12522         * lib/wait-process.c (wait_subprocess): Omit error message about
12523         deadly signal sent to the child of termsigp != NULL.
12524
12525 2009-03-01  Eric Blake  <ebb9@byu.net>
12526
12527         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
12528
12529 2009-03-01  Bruno Haible  <bruno@clisp.org>
12530
12531         Avoid a gcc warning.
12532         * tests/test-sched.c (b): Make global.
12533         Reported by Eric Blake.
12534
12535 2009-01-19  Martin Lambers  <marlam@marlam.de>
12536
12537         Provide POSIX semantics for socket timeout options on W32.
12538         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
12539         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
12540         * modules/setsockopt: Depend on sys_time module for struct timeval.
12541         * modules/getsockopt: Depend on sys_time module for struct timeval.
12542
12543 2009-03-01  Simon Josefsson  <simon@josefsson.org>
12544
12545         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
12546         __USE_GNU, for consistency with netdb.in.h.
12547         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12548
12549 2009-03-01  Bruno Haible  <bruno@clisp.org>
12550
12551         More support for FreeMiNT.
12552         * lib/fseeko.c (rpl_fseeko): Complete last commit.
12553         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12554
12555 2009-03-01  Bruno Haible  <bruno@clisp.org>
12556
12557         More support for FreeMiNT.
12558         * lib/fpurge.c (fpurge): Correct last commit.
12559         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12560
12561 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12562
12563         Fix unportable awk script in vc-list-files.
12564         * build-aux/vc-list-files: In the replacement awk script, use
12565         substr with a second argument of 1, not zero.
12566         Report by Simon Josefsson.
12567
12568 2009-02-28  Bruno Haible  <bruno@clisp.org>
12569
12570         More support for FreeMiNT.
12571         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
12572         to FreeMiNT today.
12573         * lib/fwriting.c (fwriting): Likewise.
12574         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
12575
12576 2009-02-28  Bruno Haible  <bruno@clisp.org>
12577
12578         * tests/test-freadseek.c (main): Disable test beyond end of file on
12579         FreeMiNT.
12580         * tests/test-ftello.c (main): Likewise.
12581         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
12582
12583 2009-02-28  Bruno Haible  <bruno@clisp.org>
12584
12585         Add tentative support for FreeMiNT.
12586         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
12587         * lib/fpurge.c (fpurge): Likewise.
12588         * lib/freadable.c (freadable): Likewise.
12589         * lib/freading.c (freading): Likewise.
12590         * lib/freadptr.c (freadptr): Likewise.
12591         * lib/freadseek.c (freadptrinc): Likewise.
12592         * lib/fseeko.c (rpl_fseeko): Likewise.
12593         * lib/fseterr.c (fseterr): Likewise.
12594         * lib/fwritable.c (fwritable): Likewise.
12595         * lib/fwriting.c (fwriting): Likewise.
12596         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
12597         Hourihane.
12598         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12599
12600 2009-02-28  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
12603         SIGCHLD.
12604         Reported by Jim Meyering.
12605
12606 2009-02-28  Bruno Haible  <bruno@clisp.org>
12607
12608         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
12609         Mention the results of these tests on various platforms.
12610         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
12611         order.
12612         * doc/posix-functions/printf.texi: Likewise.
12613         * doc/posix-functions/snprintf.texi: Likewise.
12614         * doc/posix-functions/sprintf.texi: Likewise.
12615         * doc/posix-functions/vfprintf.texi: Likewise.
12616         * doc/posix-functions/vprintf.texi: Likewise.
12617         * doc/posix-functions/vsnprintf.texi: Likewise.
12618         * doc/posix-functions/vsprintf.texi: Likewise.
12619         * doc/glibc-functions/obstack_printf.texi: Likewise.
12620         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
12621
12622 2009-02-28  Bruno Haible  <bruno@clisp.org>
12623
12624         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
12625         Reported by Loïc Minier <lool@dooz.org>.
12626
12627 2009-02-27  Bruno Haible  <bruno@clisp.org>
12628
12629         * gnulib-tool (func_import): Make the sed expression used to create the
12630         sed script for updating the .gitignore file POSIX compliant.
12631         Reported by Eric Blake.
12632
12633 2009-02-27  Bruno Haible  <bruno@clisp.org>
12634
12635         * gnulib-tool (sed): Don't alias as "sed --posix".
12636         Reported by Eric Blake.
12637
12638 2009-02-27  Bruno Haible  <bruno@clisp.org>
12639
12640         Avoid test link errors.
12641         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
12642         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
12643         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
12644         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
12645         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12646
12647 2009-02-27  Bruno Haible  <bruno@clisp.org>
12648
12649         Avoid spurious "(cached)" in configure output.
12650         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
12651         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
12652         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
12653         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
12654         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
12655         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
12656         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
12657         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
12658         Reported by Eric Blake.
12659
12660 2009-02-27  Eric Blake  <ebb9@byu.net>
12661
12662         printf: fix regression in previous patch
12663         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
12664
12665 2009-02-27  Bruno Haible  <bruno@clisp.org>
12666
12667         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
12668         value.
12669         * lib/stdint.in.h: Likewise.
12670         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
12671
12672 2009-02-27  Eric Blake  <ebb9@byu.net>
12673
12674         doc: mention more functions added in cygwin 1.7.0
12675         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
12676         addition.
12677         * doc/posix-functions/open_wmemstream.texi: Likewise.
12678         * doc/posix-functions/wcsnlen.texi: Likewise.
12679         * doc/posix-functions/wcsnrtombs.texi: Likewise.
12680         * doc/posix-functions/wcstod.texi: Likewise.
12681         * doc/posix-functions/wcstof.texi: Likewise.
12682         * doc/posix-functions/wcstoimax.texi: Likewise.
12683         * doc/posix-functions/wcstok.texi: Likewise.
12684         * doc/posix-functions/wcstoumax.texi: Likewise.
12685
12686         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
12687         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
12688         * doc/posix-functions/fprintf.texi: Update.
12689         * doc/posix-functions/printf.texi: Update.
12690         * doc/posix-functions/snprintf.texi: Update.
12691         * doc/posix-functions/sprintf.texi: Update.
12692         * doc/posix-functions/vfprintf.texi: Update.
12693         * doc/posix-functions/vprintf.texi: Update.
12694         * doc/posix-functions/vsnprintf.texi: Update.
12695         * doc/posix-functions/vsprintf.texi: Update.
12696         * doc/glibc-functions/obstack_printf.texi: Update.
12697         * doc/glibc-functions/obstack_vprintf.texi: Update.
12698
12699 2009-02-26  Eric Blake  <ebb9@byu.net>
12700
12701         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
12702         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
12703         compilation bug by using runtime conversion.
12704         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
12705         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
12706         * modules/ceill-tests (Files): Use nan.h.
12707         * modules/floorl-tests (Files): Likewise.
12708         * modules/frexpl-tests (Files): Likewise.
12709         * modules/isnanl-tests (Files): Likewise.
12710         * modules/ldexpl-tests (Files): Likewise.
12711         * modules/roundl-tests (Files): Likewise.
12712         * modules/truncl-tests (Files): Likewise.
12713         * tests/test-ceill.c (main): Use a working NaN.
12714         * tests/test-floorl.c (main): Likewise.
12715         * tests/test-frexpl.c (main): Likewise.
12716         * tests/test-isnan.c (test_long_double): Likewise.
12717         * tests/test-isnanl.h (main): Likewise.
12718         * tests/test-ldexpl.h (main): Likewise.
12719         * tests/test-roundl.h (main): Likewise.
12720         * tests/test-truncl.h (main): Likewise.
12721         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
12722
12723 2009-02-26  Eric Blake  <ebb9@byu.net>
12724             Bruno Haible  <bruno@clisp.org>
12725
12726         Work around a *printf bug with %ls on Solaris.
12727         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
12728         precision is specified, sprintf stops converting the wide string
12729         argument when the number of bytes that have been produced by this
12730         conversion equals or exceeds the precision.
12731         * doc/posix-functions/fprintf.texi: Update.
12732         * doc/posix-functions/printf.texi: Update.
12733         * doc/posix-functions/snprintf.texi: Update.
12734         * doc/posix-functions/sprintf.texi: Update.
12735         * doc/posix-functions/vfprintf.texi: Update.
12736         * doc/posix-functions/vprintf.texi: Update.
12737         * doc/posix-functions/vsnprintf.texi: Update.
12738         * doc/posix-functions/vsprintf.texi: Update.
12739         * doc/glibc-functions/obstack_printf.texi: Update.
12740         * doc/glibc-functions/obstack_vprintf.texi: Update.
12741
12742 2009-02-26  Eric Blake  <ebb9@byu.net>
12743
12744         stdlib: favor compiler check of random.h
12745         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
12746         to avoid an ObjC random.h installed by Swarm.
12747
12748 2009-02-26  Bruno Haible  <bruno@clisp.org>
12749
12750         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
12751         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
12752         Reported by Gary V. Vaughan <gary@gnu.org>.
12753
12754 2009-02-26  Bruno Haible  <bruno@clisp.org>
12755
12756         Fix *printf behaviour regarding the %ls directive.
12757         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
12758         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
12759         NEED_PRINTF_DIRECTIVE_LS.
12760         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
12761         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12762         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12763         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
12764         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
12765         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
12766         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
12767         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12768         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12769         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12770         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12771         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
12772         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12773         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12774         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12775         * doc/posix-functions/fprintf.texi: Update.
12776         * doc/posix-functions/printf.texi: Update.
12777         * doc/posix-functions/snprintf.texi: Update.
12778         * doc/posix-functions/sprintf.texi: Update.
12779         * doc/posix-functions/vfprintf.texi: Update.
12780         * doc/posix-functions/vprintf.texi: Update.
12781         * doc/posix-functions/vsnprintf.texi: Update.
12782         * doc/posix-functions/vsprintf.texi: Update.
12783         * doc/glibc-functions/obstack_printf.texi: Update.
12784         * doc/glibc-functions/obstack_vprintf.texi: Update.
12785         Reported by Eric Blake.
12786
12787 2009-02-25  Bruno Haible  <bruno@clisp.org>
12788
12789         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
12790         with known value.
12791         Reported by Gary V. Vaughan <gary@gnu.org>.
12792
12793 2009-02-25  Bruno Haible  <bruno@clisp.org>
12794
12795         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
12796         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
12797         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
12798         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
12799         Reported by Gary V. Vaughan <gary@gnu.org>.
12800
12801 2009-02-25  Bruno Haible  <bruno@clisp.org>
12802
12803         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
12804         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
12805         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
12806         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
12807         Reported by Gary V. Vaughan <gary@gnu.org>.
12808
12809 2009-02-25  Eric Blake  <ebb9@byu.net>
12810
12811         tests: skip fseek/ftell tests if ungetc is broken
12812         * m4/ungetc.m4: New file.
12813         * modules/fseek-tests: Split test, so ungetc dependency is
12814         separate from rest of test.
12815         * modules/fseeko-tests: Likewise.
12816         * modules/ftell-tests: Likewise.
12817         * modules/ftello-tests: Likewise.
12818         * tests/test-fseek.c (main): Isolate ungetc dependency.
12819         * tests/test-fseeko.c (main): Likewise.
12820         * tests/test-ftell.c (main): Likewise.
12821         * tests/test-ftello.c (main): Likewise.
12822         * tests/test-fseek2.sh: New file.
12823         * tests/test-fseeko2.sh: Likewise.
12824         * tests/test-ftell2.sh: Likewise.
12825         * tests/test-ftello2.sh: Likewise.
12826
12827 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
12828
12829         test-getaddrinfo: fix usage of skip return code 77
12830         * tests/test-gettaddrinfo.c: Return skip code 77 only
12831         for first occurance of skip (4x77 is not 77)
12832
12833 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
12834
12835         strtod: avoid C99 decl-after-statement
12836         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
12837
12838 2009-02-24  Eric Blake  <ebb9@byu.net>
12839
12840         strtod: detect HP-UX 11.31 bug
12841         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
12842         Reported by Gary V. Vaughan.
12843
12844 2009-02-23  Bruno Haible  <bruno@clisp.org>
12845
12846         Fix invalid read past end of memory block.
12847         * lib/vasnprintf.c (DCHAR_SET): Define.
12848         (local_wcslen): Define only when needed.
12849         (local_strnlen, local_wcsnlen): New functions.
12850         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
12851         directives that involve a conversion ourselves.
12852         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
12853         wcsnlen, mbrtowc, wcrtomb.
12854         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
12855         * tests/test-vasprintf-posix.c (test_function): Likewise.
12856         * tests/test-snprintf-posix.h (test_function): Likewise.
12857         * tests/test-sprintf-posix.h (test_function): Likewise.
12858         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12859
12860 2009-02-22  Bruno Haible  <bruno@clisp.org>
12861
12862         Implement new clarified decomposition of Hangul syllables.
12863         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
12864         of type LTV, return only a pairwise decomposition.
12865         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
12866         Likewise.
12867         * tests/uninorm/test-decomposition.c (main): Updated expected result.
12868         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
12869         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
12870
12871 2009-02-22  Bruno Haible  <bruno@clisp.org>
12872
12873         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
12874         zero-length results and shrink excess allocated memory.
12875         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
12876         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
12877         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
12878         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
12879         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
12880         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
12881         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
12882         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
12883         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
12884         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
12885         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
12886         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
12887
12888 2009-02-21  Bruno Haible  <bruno@clisp.org>
12889
12890         * doc/gnulib.texi: Include safe-alloc.texi earlier.
12891         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
12892         spaces after a period. Put a space between a macro name and its
12893         argument list. Trivial rewordings.
12894         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
12895         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
12896         (main): Return 0 explicitly.
12897
12898 2009-02-21  Bruno Haible  <bruno@clisp.org>
12899
12900         Tests for module 'uninorm/filter'.
12901         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
12902         * modules/uninorm/filter-tests: New file.
12903
12904         New module 'uninorm/filter'.
12905         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
12906         uninorm_filter_flush, uninorm_filter_free): New declarations.
12907         * lib/uninorm/uninorm-filter.c: New file.
12908         * modules/uninorm/filter: New file.
12909
12910 2009-02-21  Bruno Haible  <bruno@clisp.org>
12911
12912         Tests for module 'uninorm/nfkc'.
12913         * tests/uninorm/test-nfkc.c: New file.
12914         * tests/uninorm/test-u8-nfkc.c: New file.
12915         * tests/uninorm/test-u16-nfkc.c: New file.
12916         * tests/uninorm/test-u32-nfkc.c: New file.
12917         * tests/uninorm/test-u32-nfkc-big.sh: New file.
12918         * tests/uninorm/test-u32-nfkc-big.c: New file.
12919         * modules/uninorm/nfkc-tests: New file.
12920
12921         New module 'uninorm/nfkc'.
12922         * lib/uninorm/nfkc.c: New file.
12923         * modules/uninorm/nfkc: New file.
12924
12925         Tests for module 'uninorm/nfkd'.
12926         * tests/uninorm/test-nfkd.c: New file.
12927         * tests/uninorm/test-u8-nfkd.c: New file.
12928         * tests/uninorm/test-u16-nfkd.c: New file.
12929         * tests/uninorm/test-u32-nfkd.c: New file.
12930         * tests/uninorm/test-u32-nfkd-big.sh: New file.
12931         * tests/uninorm/test-u32-nfkd-big.c: New file.
12932         * modules/uninorm/nfkd-tests: New file.
12933
12934         New module 'uninorm/nfkd'.
12935         * lib/uninorm/nfkd.c: New file.
12936         * modules/uninorm/nfkd: New file.
12937
12938         Tests for module 'uninorm/nfc'.
12939         * tests/uninorm/test-nfc.c: New file.
12940         * tests/uninorm/test-u8-nfc.c: New file.
12941         * tests/uninorm/test-u16-nfc.c: New file.
12942         * tests/uninorm/test-u32-nfc.c: New file.
12943         * tests/uninorm/test-u32-nfc-big.sh: New file.
12944         * tests/uninorm/test-u32-nfc-big.c: New file.
12945         * modules/uninorm/nfc-tests: New file.
12946
12947         New module 'uninorm/nfc'.
12948         * lib/uninorm/nfc.c: New file.
12949         * modules/uninorm/nfc: New file.
12950
12951         Tests for module 'uninorm/nfd'.
12952         * tests/uninorm/test-nfd.c: New file.
12953         * tests/uninorm/test-u8-nfd.c: New file.
12954         * tests/uninorm/test-u16-nfd.c: New file.
12955         * tests/uninorm/test-u32-nfd.c: New file.
12956         * tests/uninorm/test-u32-nfd-big.sh: New file.
12957         * tests/uninorm/test-u32-nfd-big.c: New file.
12958         * tests/uninorm/test-u32-normalize-big.h: New file.
12959         * tests/uninorm/test-u32-normalize-big.c: New file.
12960         * tests/uninorm/NormalizationTest.txt: New file, created from
12961         Unicode 5.1.0 NormalizationTest.txt.
12962         * modules/uninorm/nfd-tests: New file.
12963
12964         New module 'uninorm/nfd'.
12965         * lib/uninorm/nfd.c: New file.
12966         * modules/uninorm/nfd: New file.
12967
12968         New module 'uninorm/u32-normalize'.
12969         * lib/uninorm/u32-normalize.c: New file.
12970         * modules/uninorm/u32-normalize: New file.
12971
12972         New module 'uninorm/u16-normalize'.
12973         * lib/uninorm/u16-normalize.c: New file.
12974         * modules/uninorm/u16-normalize: New file.
12975
12976         New module 'uninorm/u8-normalize'.
12977         * lib/uninorm/u8-normalize.c: New file.
12978         * lib/uninorm/normalize-internal.h: New file.
12979         * lib/uninorm/u-normalize-internal.h: New file.
12980         * modules/uninorm/u8-normalize: New file.
12981
12982         New module 'uninorm/decompose-internal'.
12983         * lib/uninorm/decompose-internal.c: New file.
12984         * modules/uninorm/decompose-internal: New file.
12985
12986         Tests for module 'uninorm/composition'.
12987         * tests/uninorm/test-composition.c: New file.
12988         * modules/uninorm/composition-tests: New file.
12989
12990         New module 'uninorm/composition'.
12991         * lib/uninorm/composition.c: New file.
12992         * lib/uninorm/composition-table.gperf: New file, generated by
12993         gen-uni-tables.
12994         * modules/uninorm/composition: New file.
12995
12996         Tests for module 'uninorm/compat-decomposition'.
12997         * tests/uninorm/test-compat-decomposition.c: New file.
12998         * modules/uninorm/compat-decomposition-tests: New file.
12999
13000         New module 'uninorm/compat-decomposition'.
13001         * lib/uninorm/decompose-internal.h: New file.
13002         * lib/uninorm/compat-decomposition.c: New file.
13003         * modules/uninorm/compat-decomposition: New file.
13004
13005         Tests for module 'uninorm/canonical-decomposition'.
13006         * tests/uninorm/test-canonical-decomposition.c: New file.
13007         * modules/uninorm/canonical-decomposition-tests: New file.
13008
13009         New module 'uninorm/canonical-decomposition'.
13010         * lib/uninorm/canonical-decomposition.c: New file.
13011         * modules/uninorm/canonical-decomposition: New file.
13012
13013         Tests for module 'uninorm/decomposition'.
13014         * tests/uninorm/test-decomposition.c: New file.
13015         * modules/uninorm/decomposition-tests: New file.
13016
13017         New module 'uninorm/decomposition'.
13018         * lib/uninorm/decomposition.c: New file.
13019         * modules/uninorm/decomposition: New file.
13020
13021         New module 'uninorm/decomposition-table'.
13022         * lib/uninorm/decomposition-table.h: New file.
13023         * lib/uninorm/decomposition-table.c: New file.
13024         * lib/uninorm/decomposition-table1.h: New file, generated by
13025         gen-uni-tables.
13026         * lib/uninorm/decomposition-table2.h: New file, generated by
13027         gen-uni-tables.
13028         * modules/uninorm/decomposition-table: New file.
13029
13030         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
13031         (UC_DECOMP_*): New enumeration items.
13032         (get_decomposition): New function.
13033         (struct decomp_table): New type.
13034         (output_decomposition, output_decomposition_tables): New functions.
13035         (unicode_composition_exclusions): New variable.
13036         (fill_composition_exclusions, debug_output_composition_tables): New
13037         functions.
13038         (main): Accept one more argument. Invoke fill_composition_exclusions.
13039         Output decomposition and composition tables.
13040
13041         New module 'uninorm/base'.
13042         * lib/uninorm.h: New file.
13043         * lib/unictype.h: Update comment.
13044         * modules/uninorm/base: New file.
13045
13046 2009-02-21  David Lutterkort  <lutter@redhat.com>
13047
13048         Tests for module 'safe-alloc'.
13049         * tests/test-safe-alloc.c: New file.
13050         * modules/safe-alloc-tests: New file.
13051
13052         New module 'safe-alloc'.
13053         * lib/safe-alloc.h: New file.
13054         * lib/safe-alloc.c: New file.
13055         * m4/safe-alloc.m4: New file.
13056         * modules/safe-alloc: New file.
13057         * doc/safe-alloc.texi: New file.
13058         * doc/gnulib.texi: Include it.
13059         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
13060         safe-alloc.
13061
13062 2009-02-18  Bruno Haible  <bruno@clisp.org>
13063
13064         Fix link error on non-glibc systems.
13065         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
13066         variable.
13067         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13068
13069 2009-02-18  Jim Meyering  <meyering@redhat.com>
13070
13071         fts: avoid used-uninitialized error due to recent change
13072         * lib/fts.c (fts_read): Guard uses of the new member,
13073         parent->fts_n_dirs_remaining, since it's not relevant for
13074         the parent of a directory specified on the command-line.
13075
13076 2009-02-17  James Youngman  <jay@gnu.org>
13077             Bruno Haible  <bruno@clisp.org>
13078
13079         * m4/include_next.m4: Reformulate comment.
13080
13081 2009-02-16  Jim Meyering  <meyering@redhat.com>
13082
13083         fts: add #if guards so that the fts_lgpl module still builds
13084         * lib/fts.c: Guard just-added hash-table-using parts with
13085         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
13086         Reported by Simon Josefsson.
13087
13088 2009-02-15  Bruno Haible  <bruno@clisp.org>
13089
13090         * modules/array-mergesort-tests: New file.
13091         * tests/test-array-mergesort.c: New file.
13092
13093         New module 'array-mergesort'.
13094         * modules/array-mergesort: New file.
13095         * lib/array-mergesort.h: New file.
13096
13097 2009-02-15  Bruno Haible  <bruno@clisp.org>
13098
13099         Fix 2009-02-07 commit.
13100         * lib/gen-uni-tables.c (output_predicate, output_category,
13101         output_combclass, output_bidi_category, output_decimal_digit,
13102         output_digit, output_numeric, output_mirror, output_scripts,
13103         output_ident_category, output_simple_mapping): Fix format directives.
13104         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
13105
13106 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
13107
13108         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
13109         fixes are available from IBM.
13110
13111 2009-02-13  Jim Meyering  <meyering@redhat.com>
13112
13113         fts: arrange not to stat non-directories in more cases
13114         This makes GNU find (when it doesn't need to stat each file)
13115         *much* more efficient at traversing reiserfs file systems.
13116         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
13117         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
13118         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
13119         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
13120         (leaf_optimization_applies): New function.
13121         (LCO_hash, LCO_compare): New helper functions.
13122         (link_count_optimize_ok): New function.
13123         (fts_stat): Initialize new member (if dir).
13124         (fts_read): Decrement parent's fts_n_dirs_remaining count if
13125         we've just stat'ed a directory.  Skip the stat call when possible.
13126         ---
13127         Note this AFS-related exchange:
13128         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
13129         and note find's pioctl call in find/fstype.c.
13130         But that is necessary only if you want to enable the
13131         optimization for AFS, and for now, I don't.
13132
13133         fts: move a function definition "up" (no semantic change)
13134         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
13135         "up" to precede upcoming use of a related function.
13136
13137 2009-02-11  Jim Meyering  <meyering@redhat.com>
13138
13139         fts: correct internal computation of nlinks (optimization-related)
13140         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
13141         whether the current entry is a directory, so don't test it.
13142
13143 2009-02-10  Bruno Haible  <bruno@clisp.org>
13144
13145         Tests for module 'uniwbrk/ulc-wordbreaks'.
13146         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
13147         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
13148         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
13149
13150         Tests for module 'uniwbrk/u32-wordbreaks'.
13151         * modules/uniwbrk/u32-wordbreaks-tests: New file.
13152         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
13153
13154         Tests for module 'uniwbrk/u16-wordbreaks'.
13155         * modules/uniwbrk/u16-wordbreaks-tests: New file.
13156         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
13157
13158         Tests for module 'uniwbrk/u8-wordbreaks'.
13159         * modules/uniwbrk/u8-wordbreaks-tests: New file.
13160         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
13161
13162 2009-02-10  Bruno Haible  <bruno@clisp.org>
13163
13164         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
13165         property.
13166         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
13167         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
13168         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
13169
13170 2009-02-10  Simon Josefsson  <simon@josefsson.org>
13171
13172         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
13173         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
13174
13175 2009-02-10  Bruno Haible  <bruno@clisp.org>
13176
13177         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
13178         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
13179         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
13180         * lib/unilbrk/u8-possible-linebreaks.c: Update.
13181         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
13182         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
13183
13184 2009-02-09  Simon Josefsson  <simon@josefsson.org>
13185
13186         * lib/sockets.h (gl_fd_to_handle): New function.
13187
13188         * tests/test-sockets.c: Call gl_fd_to_handle.
13189
13190 2009-02-09  Bruno Haible  <bruno@clisp.org>
13191
13192         * doc/havelib.texi: Document the conventions on bi-arch systems.
13193
13194 2009-02-08  Bruno Haible  <bruno@clisp.org>
13195
13196         Document the AC_LIB_LINKFLAGS macro.
13197         * doc/havelib.texi: New file, mostly written on 2005-05-24.
13198         * doc/gnulib.texi: Include it.
13199
13200 2009-02-08  Bruno Haible  <bruno@clisp.org>
13201
13202         Fix wrong order of sections, compared to TOC.
13203         * doc/gnulib.texi: Include relocatable-maint.texi after the
13204         "Regular expressions" node, not before.
13205
13206 2009-02-08  Bruno Haible  <bruno@clisp.org>
13207
13208         Tests for module 'unicase/totitle'.
13209         * modules/unicase/totitle-tests: New file.
13210
13211         Tests for module 'unicase/tolower'.
13212         * modules/unicase/tolower-tests: New file.
13213
13214         Tests for module 'unicase/toupper'.
13215         * modules/unicase/toupper-tests: New file.
13216         * tests/unicase/test-mapping-part1.h: New file.
13217         * tests/unicase/test-mapping-part2.h: New file.
13218
13219         New module 'unicase/totitle'.
13220         * modules/unicase/totitle: New file.
13221         * lib/unicase/totitle.c: New file.
13222
13223         New module 'unicase/tolower'.
13224         * modules/unicase/tolower: New file.
13225         * lib/unicase/tolower.c: New file.
13226
13227         New module 'unicase/toupper'.
13228         * modules/unicase/toupper: New file.
13229         * lib/unicase/toupper.c: New file.
13230         * lib/unicase/simple-mapping.h: New file.
13231
13232         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
13233         (mapping_table): New structure.
13234         (output_simple_mapping): New function.
13235         (main): Invoke output_simple_mapping_test and output_simple_mapping.
13236         * modules/gen-uni-tables (Description): Update.
13237         * lib/unicase/toupper.h: New file, automatically generated by
13238         gen-uni-tables.
13239         * lib/unicase/tolower.h: New file, automatically generated by
13240         gen-uni-tables.
13241         * lib/unicase/totitle.h: New file, automatically generated by
13242         gen-uni-tables.
13243         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
13244         gen-uni-tables.
13245         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
13246         gen-uni-tables.
13247         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
13248         gen-uni-tables.
13249
13250         New module 'unicase/base'.
13251         * modules/unicase/base: New file.
13252         * lib/unicase.h: New file.
13253
13254 2009-02-08  Bruno Haible  <bruno@clisp.org>
13255
13256         New module 'uniwbrk/ulc-wordbreaks'.
13257         * modules/uniwbrk/ulc-wordbreaks: New file.
13258         * lib/uniwbrk/ulc-wordbreaks.c: New file.
13259
13260         New module 'uniwbrk/u32-wordbreaks'.
13261         * modules/uniwbrk/u32-wordbreaks: New file.
13262         * lib/uniwbrk/u32-wordbreaks.c: New file.
13263
13264         New module 'uniwbrk/u16-wordbreaks'.
13265         * modules/uniwbrk/u16-wordbreaks: New file.
13266         * lib/uniwbrk/u16-wordbreaks.c: New file.
13267
13268         New module 'uniwbrk/u8-wordbreaks'.
13269         * modules/uniwbrk/u8-wordbreaks: New file.
13270         * lib/uniwbrk/u8-wordbreaks.c: New file.
13271         * lib/uniwbrk/u-wordbreaks.h: New file.
13272
13273         New module 'uniwbrk/table'.
13274         * modules/uniwbrk/table: New file.
13275         * lib/uniwbrk/wbrktable.h: New file.
13276         * lib/uniwbrk/wbrktable.c: New file.
13277
13278         New module 'uniwbrk/wordbreak-property'.
13279         * modules/uniwbrk/wordbreak-property: New file.
13280         * lib/uniwbrk/wordbreak-property.c: New file.
13281
13282         * lib/gen-uni-tables.c (WBP_*): New enum items.
13283         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
13284         (unicode_org_wbp): New variable.
13285         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
13286         New functions.
13287         (wbp_table): New structure.
13288         (output_wbp, output_wbrk_tables): New functions.
13289         (main): Accept additional argument. Invoke fill_org_wbp,
13290         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
13291         output_wbrk_tables.
13292         * modules/gen-uni-tables (Description): Update.
13293         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
13294         gen-uni-tables.
13295
13296         New module 'uniwbrk/base'.
13297         * modules/uniwbrk/base: New file.
13298         * lib/uniwbrk.h: New file.
13299
13300 2009-02-08  Bruno Haible  <bruno@clisp.org>
13301
13302         Update to Unicode 5.1.0.
13303         * lib/gen-uni-tables.c (is_property_alphabetic): Include
13304         U+2185..U+2188.
13305         (is_property_default_ignorable_code_point): Don't include characters
13306         of category Cc or Cs and not-a-characters.
13307         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
13308         U+0D79, U+109E, U+109F, U+A60C.
13309         * lib/unictype/bidi_of.h: Regenerated.
13310         * lib/unictype/blocks.h: Regenerated.
13311         * lib/unictype/categ_C.h: Regenerated.
13312         * lib/unictype/categ_Cf.h: Regenerated.
13313         * lib/unictype/categ_Cn.h: Regenerated.
13314         * lib/unictype/categ_L.h: Regenerated.
13315         * lib/unictype/categ_Ll.h: Regenerated.
13316         * lib/unictype/categ_Lm.h: Regenerated.
13317         * lib/unictype/categ_Lo.h: Regenerated.
13318         * lib/unictype/categ_Lu.h: Regenerated.
13319         * lib/unictype/categ_M.h: Regenerated.
13320         * lib/unictype/categ_Mc.h: Regenerated.
13321         * lib/unictype/categ_Me.h: Regenerated.
13322         * lib/unictype/categ_Mn.h: Regenerated.
13323         * lib/unictype/categ_N.h: Regenerated.
13324         * lib/unictype/categ_Nd.h: Regenerated.
13325         * lib/unictype/categ_Nl.h: Regenerated.
13326         * lib/unictype/categ_No.h: Regenerated.
13327         * lib/unictype/categ_P.h: Regenerated.
13328         * lib/unictype/categ_Pd.h: Regenerated.
13329         * lib/unictype/categ_Pe.h: Regenerated.
13330         * lib/unictype/categ_Pf.h: Regenerated.
13331         * lib/unictype/categ_Pi.h: Regenerated.
13332         * lib/unictype/categ_Po.h: Regenerated.
13333         * lib/unictype/categ_Ps.h: Regenerated.
13334         * lib/unictype/categ_S.h: Regenerated.
13335         * lib/unictype/categ_Sk.h: Regenerated.
13336         * lib/unictype/categ_Sm.h: Regenerated.
13337         * lib/unictype/categ_So.h: Regenerated.
13338         * lib/unictype/categ_of.h: Regenerated.
13339         * lib/unictype/combining.h: Regenerated.
13340         * lib/unictype/ctype_alnum.h: Regenerated.
13341         * lib/unictype/ctype_alpha.h: Regenerated.
13342         * lib/unictype/ctype_graph.h: Regenerated.
13343         * lib/unictype/ctype_lower.h: Regenerated.
13344         * lib/unictype/ctype_print.h: Regenerated.
13345         * lib/unictype/ctype_punct.h: Regenerated.
13346         * lib/unictype/ctype_upper.h: Regenerated.
13347         * lib/unictype/decdigit.h: Regenerated.
13348         * lib/unictype/digit.h: Regenerated.
13349         * lib/unictype/mirror.h: Regenerated.
13350         * lib/unictype/numeric.h: Regenerated.
13351         * lib/unictype/pr_alphabetic.h: Regenerated.
13352         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
13353         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
13354         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
13355         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
13356         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
13357         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
13358         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
13359         * lib/unictype/pr_combining.h: Regenerated.
13360         * lib/unictype/pr_dash.h: Regenerated.
13361         * lib/unictype/pr_decimal_digit.h: Regenerated.
13362         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
13363         * lib/unictype/pr_deprecated.h: Regenerated.
13364         * lib/unictype/pr_diacritic.h: Regenerated.
13365         * lib/unictype/pr_extender.h: Regenerated.
13366         * lib/unictype/pr_format_control.h: Regenerated.
13367         * lib/unictype/pr_grapheme_base.h: Regenerated.
13368         * lib/unictype/pr_grapheme_extend.h: Regenerated.
13369         * lib/unictype/pr_grapheme_link.h: Regenerated.
13370         * lib/unictype/pr_id_continue.h: Regenerated.
13371         * lib/unictype/pr_id_start.h: Regenerated.
13372         * lib/unictype/pr_ideographic.h: Regenerated.
13373         * lib/unictype/pr_ignorable_control.h: Regenerated.
13374         * lib/unictype/pr_lowercase.h: Regenerated.
13375         * lib/unictype/pr_math.h: Regenerated.
13376         * lib/unictype/pr_numeric.h: Regenerated.
13377         * lib/unictype/pr_other_alphabetic.h: Regenerated.
13378         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
13379         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
13380         * lib/unictype/pr_other_id_continue.h: Regenerated.
13381         * lib/unictype/pr_other_lowercase.h: Regenerated.
13382         * lib/unictype/pr_other_math.h: Regenerated.
13383         * lib/unictype/pr_punctuation.h: Regenerated.
13384         * lib/unictype/pr_sentence_terminal.h: Regenerated.
13385         * lib/unictype/pr_soft_dotted.h: Regenerated.
13386         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
13387         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
13388         * lib/unictype/pr_unified_ideograph.h: Regenerated.
13389         * lib/unictype/pr_uppercase.h: Regenerated.
13390         * lib/unictype/pr_xid_continue.h: Regenerated.
13391         * lib/unictype/pr_xid_start.h: Regenerated.
13392         * lib/unictype/pr_zero_width.h: Regenerated.
13393         * lib/unictype/scripts.h: Regenerated.
13394         * lib/unictype/scripts_byname.gperf: Regenerated.
13395         * lib/unictype/sy_java_ident.h: Regenerated.
13396         * lib/unilbrk/lbrkprop1.h: Regenerated.
13397         * lib/unilbrk/lbrkprop2.h: Regenerated.
13398         * tests/unictype/test-categ_C.c: Regenerated.
13399         * tests/unictype/test-categ_Cf.c: Regenerated.
13400         * tests/unictype/test-categ_Cn.c: Regenerated.
13401         * tests/unictype/test-categ_L.c: Regenerated.
13402         * tests/unictype/test-categ_Ll.c: Regenerated.
13403         * tests/unictype/test-categ_Lm.c: Regenerated.
13404         * tests/unictype/test-categ_Lo.c: Regenerated.
13405         * tests/unictype/test-categ_Lu.c: Regenerated.
13406         * tests/unictype/test-categ_M.c: Regenerated.
13407         * tests/unictype/test-categ_Mc.c: Regenerated.
13408         * tests/unictype/test-categ_Me.c: Regenerated.
13409         * tests/unictype/test-categ_Mn.c: Regenerated.
13410         * tests/unictype/test-categ_N.c: Regenerated.
13411         * tests/unictype/test-categ_Nd.c: Regenerated.
13412         * tests/unictype/test-categ_Nl.c: Regenerated.
13413         * tests/unictype/test-categ_No.c: Regenerated.
13414         * tests/unictype/test-categ_P.c: Regenerated.
13415         * tests/unictype/test-categ_Pd.c: Regenerated.
13416         * tests/unictype/test-categ_Pe.c: Regenerated.
13417         * tests/unictype/test-categ_Pf.c: Regenerated.
13418         * tests/unictype/test-categ_Pi.c: Regenerated.
13419         * tests/unictype/test-categ_Po.c: Regenerated.
13420         * tests/unictype/test-categ_Ps.c: Regenerated.
13421         * tests/unictype/test-categ_S.c: Regenerated.
13422         * tests/unictype/test-categ_Sk.c: Regenerated.
13423         * tests/unictype/test-categ_Sm.c: Regenerated.
13424         * tests/unictype/test-categ_So.c: Regenerated.
13425         * tests/unictype/test-ctype_alnum.c: Regenerated.
13426         * tests/unictype/test-ctype_alpha.c: Regenerated.
13427         * tests/unictype/test-ctype_graph.c: Regenerated.
13428         * tests/unictype/test-ctype_lower.c: Regenerated.
13429         * tests/unictype/test-ctype_print.c: Regenerated.
13430         * tests/unictype/test-ctype_punct.c: Regenerated.
13431         * tests/unictype/test-ctype_upper.c: Regenerated.
13432         * tests/unictype/test-decdigit.h: Regenerated.
13433         * tests/unictype/test-digit.h: Regenerated.
13434         * tests/unictype/test-numeric.h: Regenerated.
13435         * tests/unictype/test-pr_alphabetic.c: Regenerated.
13436         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
13437         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
13438         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
13439         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
13440         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
13441         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
13442         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
13443         * tests/unictype/test-pr_combining.c: Regenerated.
13444         * tests/unictype/test-pr_dash.c: Regenerated.
13445         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
13446         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
13447         * tests/unictype/test-pr_deprecated.c: Regenerated.
13448         * tests/unictype/test-pr_diacritic.c: Regenerated.
13449         * tests/unictype/test-pr_extender.c: Regenerated.
13450         * tests/unictype/test-pr_format_control.c: Regenerated.
13451         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
13452         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
13453         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
13454         * tests/unictype/test-pr_id_continue.c: Regenerated.
13455         * tests/unictype/test-pr_id_start.c: Regenerated.
13456         * tests/unictype/test-pr_ideographic.c: Regenerated.
13457         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
13458         * tests/unictype/test-pr_lowercase.c: Regenerated.
13459         * tests/unictype/test-pr_math.c: Regenerated.
13460         * tests/unictype/test-pr_numeric.c: Regenerated.
13461         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
13462         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
13463         Regenerated.
13464         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
13465         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
13466         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
13467         * tests/unictype/test-pr_other_math.c: Regenerated.
13468         * tests/unictype/test-pr_punctuation.c: Regenerated.
13469         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
13470         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
13471         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
13472         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
13473         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
13474         * tests/unictype/test-pr_uppercase.c: Regenerated.
13475         * tests/unictype/test-pr_xid_continue.c: Regenerated.
13476         * tests/unictype/test-pr_xid_start.c: Regenerated.
13477         * tests/unictype/test-pr_zero_width.c: Regenerated.
13478
13479         Update to Unicode 5.1.0.
13480         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
13481         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
13482         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
13483         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
13484         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
13485         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
13486         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
13487         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
13488         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
13489         (nonspacing_table_ind): Update.
13490         * tests/uniwidth/test-uc_width2.sh: Update expected result.
13491
13492         Update to Unicode 5.1.0.
13493         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
13494         code transform.
13495         * lib/uniname/uniname.c (unicode_character_name,
13496         unicode_name_character): Add the range 0x1Fxxx to the code transform.
13497         * lib/uniname/uninames.h: Regenerated.
13498         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
13499
13500 2009-02-07  Bruno Haible  <bruno@clisp.org>
13501
13502         Merge gen-ctype and gen-lbrk into a single program.
13503         * lib/gen-uni-tables.c: New file, incorporating
13504         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
13505         Add directory prefixes to the names of the generated files.
13506         * lib/unictype/gen-ctype.c: Remove file.
13507         * lib/unilbrk/gen-lbrk.c: Remove file.
13508         * modules/gen-uni-tables: New file.
13509         * modules/unictype/gen-ctype: Remove file.
13510         * modules/unilbrk/gen-lbrk: Remove file.
13511
13512 2009-02-07  Bruno Haible  <bruno@clisp.org>
13513
13514         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
13515
13516         New module 'unistr/u32-strcoll'.
13517         * modules/unistr/u32-strcoll: New file.
13518         * lib/unistr/u32-strcoll.c: New file.
13519
13520         New module 'unistr/u16-strcoll'.
13521         * modules/unistr/u16-strcoll: New file.
13522         * lib/unistr/u16-strcoll.c: New file.
13523
13524         New module 'unistr/u8-strcoll'.
13525         * modules/unistr/u8-strcoll: New file.
13526         * lib/unistr/u8-strcoll.c: New file.
13527         * lib/unistr/u-strcoll.h: New file.
13528
13529 2009-02-07  Bruno Haible  <bruno@clisp.org>
13530
13531         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
13532         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
13533         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
13534         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
13535         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
13536         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
13537
13538 2009-02-07  Bruno Haible  <bruno@clisp.org>
13539
13540         Make 64-bit clean.
13541         * lib/unictype/gen-ctype.c (output_predicate, output_category,
13542         output_combclass, output_bidi_category, output_decimal_digit,
13543         output_digit, output_numeric, output_mirror, output_scripts,
13544         output_ident_category): Use proper width specifier in format strings.
13545
13546 2009-02-07  Bruno Haible  <bruno@clisp.org>
13547
13548         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
13549         failure behaviour.
13550
13551 2009-02-07  Jim Meyering  <meyering@redhat.com>
13552
13553         regex: avoid compilation failure with upcoming gcc-4.4
13554         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
13555         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
13556         "... error: integer overflow in preprocessor expression".
13557
13558 2009-02-05  Ben Pfaff  <blp@gnu.org>
13559
13560         Fix link errors on Windows when close module is used.
13561         * modules/close: Add $(LIB_CLOSE) to Link section.
13562         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
13563         $(LIB_CLOSE) on Windows.
13564
13565 2009-02-05  Jim Meyering  <meyering@redhat.com>
13566
13567         still avoid unused-parameter warnings, but do it cleanly
13568         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
13569         (get_fs_usage): Cast to void instead.
13570         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
13571         (dev_from_mount_options, read_file_system_list): Cast to void.
13572         Prompted by Bruno Haible.
13573
13574 2009-02-04  Jim Meyering  <meyering@redhat.com>
13575
13576         fsusage.c: correct copyright year
13577         * lib/fsusage.c: Reflect year in which the change is pushed into
13578
13579         avoid misc. warnings
13580         * lib/fsusage.c (UNUSED_PARAM): Define.
13581         (get_fs_usage): Mark parameter "disk" as unused.
13582         * lib/getugroups.c (getgrent): Use "void" in prototype.
13583         * lib/mountlist.c: Mark unused parameters.
13584         (read_file_system_list): Declare a local with "const".
13585         * lib/nanosleep.c (getnow): Declare static.
13586         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
13587
13588         dirfd: set errno upon failure
13589         * lib/dirfd.c: Include <errno.h>.
13590         Set errno to ENOTSUP when returning -1.
13591         * modules/dirfd (Depends-on): Add errno.
13592         Suggested by John Kodis <kodis@comcast.net>.
13593
13594 2009-02-01  Bruno Haible  <bruno@clisp.org>
13595
13596         Don't assume sizeof (long) >= sizeof (void *).
13597         * lib/memcmp.c: Include stdint.h.
13598         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
13599         srcp2 to 'const byte *'.
13600         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
13601         types to uintptr_t.
13602         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
13603         * modules/memcmp (Depends-on): Add stdint.
13604         Reported by Ozkan Sezer <sezeroz@gmail.com>.
13605
13606 2009-01-30  Eric Blake  <ebb9@byu.net>
13607
13608         fix more require-before-expand issues
13609         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
13610         expand, AC_PROG_AWK.
13611         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
13612
13613 2009-01-28  Eric Blake  <ebb9@byu.net>
13614
13615         version-etc: use consistent URL formatting
13616         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
13617         Improve formatting.  Use fputs for string without %.
13618
13619 2009-01-28  Jim Meyering  <meyering@redhat.com>
13620
13621         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
13622         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
13623         "underquoted definition of NAME" from autoconf-2.59.
13624
13625 2009-01-28  Bruno Haible  <bruno@clisp.org>
13626
13627         * doc/gnulib.texi: Add "Obsolete modules" to index.
13628
13629 2009-01-28  Jim Meyering  <meyering@redhat.com>
13630
13631         useless-if-before-free: recognize more variants
13632         * build-aux/useless-if-before-free: Also recognize e.g.,
13633         if (NULL != p) free (p);
13634
13635 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
13636
13637         test-getaddrinfo: skip (don't fail) this test when there's no network
13638         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
13639         on the presumption that it means you lack network access.
13640
13641 2009-01-26  Jim Meyering  <meyering@redhat.com>
13642
13643         fflush: avoid warnings on modern systems
13644         * lib/fflush.c (rpl_fflush): Move declarations of locals,
13645         pos and result, into scopes where they're used.
13646
13647 2009-01-26  Eric Blake  <ebb9@byu.net>
13648
13649         Silence warning reintroduced by recent extensions patch.
13650         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
13651         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
13652         autoconf.
13653
13654         Backport improved autoconf semantics of AC_DEFUN_ONCE.
13655         * m4/00gnulib.m4: New file.
13656         * gnulib-tool (func_get_filelist): Always use it.
13657         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
13658         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
13659
13660 2009-01-25  Bruno Haible  <bruno@clisp.org>
13661
13662         Make test-quotearg work on MacOS X and AIX.
13663         * tests/test-quotearg.sh: New file.
13664         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
13665         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
13666         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
13667         include <libintl.h>.
13668         (fake_locale): Remove variable.
13669         (gettext, dgettext, dcgettext): Remove functions.
13670         (main): Instead of setting a fake locale, set a real locale. Call
13671         textdomain and bindtextdomain.
13672         * modules/quotearg-tests (Files): Add the new files.
13673         (Depends-on): Add gettext, setenv, unsetenv.
13674         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13675         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
13676         Augment TESTS_ENVIRONMENT.
13677
13678 2009-01-25  Bruno Haible  <bruno@clisp.org>
13679
13680         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
13681         fr_FR.ISO8859-1 locale on MacOS X.
13682         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
13683         ja_JP.eucJP locale on MacOS X.
13684         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
13685         zh_CN.GB18030 locale on MacOS X.
13686
13687 2009-01-25  Bruno Haible  <bruno@clisp.org>
13688
13689         Avoid link errors on MacOS X 10.3.
13690         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
13691         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13692
13693 2009-01-25  Bruno Haible  <bruno@clisp.org>
13694
13695         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13696         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
13697         * modules/pipe (Files): Remove m4/posix_spawn.m4.
13698         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13699         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
13700         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13701         posix_spawnattr_init, posix_spawnattr_setsigmask,
13702         posix_spawnattr_setflags, posix_spawnattr_destroy.
13703
13704         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13705         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
13706         * modules/execute (Files): Remove m4/posix_spawn.m4.
13707         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13708         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13709         posix_spawnattr_init, posix_spawnattr_setsigmask,
13710         posix_spawnattr_setflags, posix_spawnattr_destroy.
13711
13712 2009-01-25  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/glthread/threadlib.c: Include <stdlib.h>.
13715
13716 2009-01-25  Bruno Haible  <bruno@clisp.org>
13717
13718         * lib/glthread/threadlib.c (dummy): New declaration.
13719
13720 2009-01-25  Bruno Haible  <bruno@clisp.org>
13721
13722         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
13723         multibyte characters also for the GB18030 encoding. Don't crash when
13724         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
13725
13726 2009-01-25  Bruno Haible  <bruno@clisp.org>
13727
13728         Avoid redefining 'struct random_data' on OSF/1 5.1.
13729         * lib/stdlib.in.h: Include <random.h> if it exists.
13730         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
13731         HAVE_RANDOM_H. Include <random.h> when testing whether
13732         'struct random_data' exists.
13733         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
13734
13735 2009-01-25  Bruno Haible  <bruno@clisp.org>
13736
13737         Don't install charset.alias on MacOS X >= 10.3.
13738         * lib/localcharset.c (DARWIN7): New macro.
13739         (get_charset_aliases): Hardcode the result for Darwin7.
13740         * modules/localcharset (install-exec-local): Don't install
13741         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
13742
13743 2009-01-25  Bruno Haible  <bruno@clisp.org>
13744
13745         Don't install charset.alias on mingw and Cygwin.
13746         * modules/localcharset (install-exec-local): Don't install
13747         charset.alias on mingw and Cygwin, if the file does not yet exist.
13748         The result for these platforms is hardcoded in localcharset.c.
13749
13750 2009-01-25  Bruno Haible  <bruno@clisp.org>
13751
13752         Make it possible again to use AC_GNU_SOURCE together with gnulib.
13753         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
13754         before requiring AC_USE_SYSTEM_EXTENSIONS.
13755
13756 2009-01-25  Jim Meyering  <meyering@redhat.com>
13757
13758         c-strtod: avoid warnings
13759         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
13760         "assignment discards qualifiers from pointer target type" warnings.
13761
13762 2009-01-24  Bruno Haible  <bruno@clisp.org>
13763
13764         Add support for non-UTF-8 locales on MacOS X.
13765         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
13766         canonical encodings. For Darwin 7 and newer, don't map traditional
13767         encodings to UTF-8.
13768         Reported by Vincent Lefevre <vincent@vinc17.org>
13769         at <http://savannah.gnu.org/bugs/?25235>.
13770
13771 2009-01-24  Bruno Haible  <bruno@clisp.org>
13772
13773         * doc/gnulib.texi (Obsolete modules): New section.
13774         Reported by Mike Frysinger <vapier@gentoo.org>.
13775
13776 2009-01-24  Bruno Haible  <bruno@clisp.org>
13777
13778         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
13779         (%.dvi): New rule.
13780
13781 2009-01-24  Bruno Haible  <bruno@clisp.org>
13782
13783         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
13784         Reported by Eric Blake.
13785
13786 2009-01-24  Bruno Haible  <bruno@clisp.org>
13787
13788         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
13789         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
13790         Reported by Gary V. Vaughan <gary@gnu.org>.
13791
13792 2009-01-24  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
13795
13796 2009-01-23  Bruno Haible  <bruno@clisp.org>
13797
13798         Make c-strtod, c-strtold usable in libraries.
13799         * lib/c-strtod.c: Include string.h instead of xalloc.h.
13800         (C_STRTOD): Call strdup instead of xstrdup.
13801         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
13802         * modules/c-strtold (Depends-on): Likewise.
13803         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
13804         * NEWS: Mention the change.
13805         Reported by Michael Gold <mgold@ncf.ca>.
13806
13807 2009-01-23  Jim Meyering  <meyering@redhat.com>
13808
13809         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
13810         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
13811         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
13812
13813 2009-01-23  Simon Josefsson  <simon@josefsson.org>
13814
13815         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
13816         GNU CoreUtils.
13817         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
13818         * modules/version-etc (Description): Update.
13819
13820 2009-01-22  Bruno Haible  <bruno@clisp.org>
13821
13822         Cache the C locale object.
13823         * lib/c-strtod.c (c_locale_cache): New variable.
13824         (c_locale): New function.
13825         (C_STRTOD): Use it, and don't call freelocale.
13826         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
13827         Suggested by Paolo Bonzini.
13828
13829 2009-01-21  Bruno Haible  <bruno@clisp.org>
13830
13831         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
13832         conditions other than overflow.
13833
13834 2009-01-21  Bruno Haible  <bruno@clisp.org>
13835
13836         * lib/c-strtod.c: Include errno.h.
13837         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
13838         value from STRTOD_L and STRTOD.
13839
13840 2009-01-21  Bruno Haible  <bruno@clisp.org>
13841         and Jim Meyering  <meyering@redhat.com>
13842
13843         nanosleep: skip configure test (fail it) for apple universal builds
13844         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
13845         universal builds, assume that nanosleep does not work.
13846         * modules/nanosleep (Depends-on): Add multiarch.
13847
13848         mktime: skip configure test (fail it) for apple universal builds
13849         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
13850         universal builds, assume that mktime does not work.
13851         * modules/mktime (Depends-on): Add multiarch.
13852
13853 2009-01-21  Eric Blake  <ebb9@byu.net>
13854
13855         multiarch: avoid expand-before-require warning
13856         * modules/multiarch (configure.ac): Require, rather than expand,
13857         gl_MULTIARCH.
13858         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
13859         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
13860         enforce that all clients require it.  Partial reversion of
13861         2008-12-29 patch.
13862
13863         error: avoid expand-before-require warning
13864         * modules/errno (configure.ac): Require, rather than expand,
13865         gl_HEADER_ERRNO_H.
13866         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
13867         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
13868         enforce that all clients require it.
13869
13870         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
13871         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
13872         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
13873         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
13874
13875 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
13876
13877         Revert:
13878         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13879
13880         regex: do not depend on obsolete modules.
13881         * modules/regex: Remove memcmp and memmove.
13882
13883 2009-01-20  Bruno Haible  <bruno@clisp.org>
13884
13885         Make the 'link' module link on Windows NT 4.
13886         * lib/link.c (_WIN32_WINNT): Don't define.
13887         (CreateHardLinkFuncType): New type.
13888         (CreateHardLinkFunc, initialized): New variables.
13889         (initialize): New function.
13890         (link): Invoke CreateHardLink indirectly through the function pointer.
13891
13892 2009-01-20  Bruno Haible  <bruno@clisp.org>
13893
13894         Fix compilation failure on mingw.
13895         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
13896
13897 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
13898
13899         * doc/c-strtod.texi: Mention a couple of restrictions.
13900
13901 2009-01-20  Jim Meyering  <meyering@redhat.com>
13902
13903         gettimeofday: move more declarations out of functions
13904         * lib/gettimeofday.c: Move extern declarations of tzset and
13905         gmtime out of containing functions.  Prompted by Bruno Haible.
13906
13907 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13908
13909         regex: do not depend on obsolete modules.
13910         * modules/regex: Remove memcmp and memmove.
13911
13912 2009-01-19  Bruno Haible  <bruno@clisp.org>
13913
13914         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13915         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
13916         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13917         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
13918         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
13919
13920 2009-01-19  Bruno Haible  <bruno@clisp.org>
13921
13922         * tests/test-link.c: Include <errno.h>.
13923         (main): Exit with code 77 when a hard link cannot be created due to
13924         the file system.
13925         * tests/test-link.sh: Skip test when a hard link cannot be created due
13926         to the file system.
13927         Suggested by Eric Blake.
13928
13929 2009-01-19  Martin Lambers  <marlam@marlam.de>
13930
13931         * modules/link-tests: New file.
13932         * tests/test-link.sh: New file.
13933         * tests/test-link.c: New file.
13934
13935 2009-01-19  Eric Blake  <ebb9@byu.net>
13936
13937         doc: mention another function added in cygwin 1.7.0
13938         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
13939         Another new function in cygwin 1.7.
13940
13941 2009-01-19  Bruno Haible  <bruno@clisp.org>
13942
13943         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13944         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
13945         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
13946         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13947         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
13948         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
13949         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
13950         * m4/md4.m4 (gl_MD4): Likewise.
13951         * m4/md5.m4 (gl_MD5): Likewise.
13952         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
13953         * m4/sha1.m4 (gl_SHA1): Likewise.
13954         * m4/sha256.m4 (gl_SHA256): Likewise.
13955         * m4/sha512.m4 (gl_SHA512): Likewise.
13956
13957 2009-01-19  Bruno Haible  <bruno@clisp.org>
13958
13959         * modules/uniname/uniname-tests (Depends-on): Add progname.
13960         * tests/uniname/test-uninames.c: Include progname.h.
13961         (main): Call set_program_name.
13962
13963         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
13964         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
13965         (main): Call set_program_name.
13966
13967         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
13968         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
13969         (main): Call set_program_name.
13970
13971         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
13972         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
13973         (main): Call set_program_name.
13974
13975         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
13976         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
13977         (main): Call set_program_name.
13978
13979         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
13980         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
13981         (main): Call set_program_name.
13982
13983         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
13984         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
13985         (main): Call set_program_name.
13986
13987         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
13988         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
13989         (main): Call set_program_name.
13990
13991         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
13992         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
13993         (main): Call set_program_name.
13994
13995 2009-01-19  Eric Blake  <ebb9@byu.net>
13996
13997         test-unistd: test previous patch
13998         * tests/test-unistd.c: Test *_FILENO macros.
13999
14000         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
14001         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
14002         Guarantee a definition.
14003         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
14004         * modules/unistd-safer (Depends-on): Add dependency on unistd.
14005         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
14006         * lib/dup-safer.c (STDERR_FILENO): Likewise.
14007         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
14008         Likewise.
14009         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
14010         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
14011         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
14012         Likewise.
14013         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
14014         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
14015         (STDERR_FILENO): Likewise.
14016         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
14017         (STDERR_FILENO): Likewise.
14018         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
14019         (STDERR_FILENO): Likewise.
14020         Reported by Elbert Pol.
14021
14022 2009-01-19  Eric Blake  <ebb9@byu.net>
14023
14024         doc: mention more functions added in cygwin 1.7.0
14025         * doc/posix-functions/abort.texi (abort): Update wording related
14026         to cygwin.
14027         * doc/posix-functions/daylight.texi (daylight): Likewise.
14028         * doc/posix-functions/optarg.texi (optarg): Likewise.
14029         * doc/posix-functions/optarg.texi (opterr): Likewise.
14030         * doc/posix-functions/optarg.texi (optind): Likewise.
14031         * doc/posix-functions/optarg.texi (optopt): Likewise.
14032         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
14033         worked in 1.5.x, and was withdrawn in 1.7.
14034         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
14035         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
14036         cygwin versions.
14037         * doc/posix-functions/perror.texi (perror): Likewise.
14038         * doc/posix-functions/printf.texi (printf): Likewise.
14039         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
14040         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
14041         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
14042         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
14043         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
14044         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
14045         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
14046         Likewise.
14047         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
14048         Likewise.
14049         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
14050         this function.
14051         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
14052         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
14053         Likewise.
14054         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
14055         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
14056         * doc/posix-functions/confstr.texi (confstr): Likewise.
14057         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
14058         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
14059         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
14060         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
14061         * doc/posix-functions/fputws.texi (fputws): Likewise.
14062         * doc/posix-functions/fwide.texi (fwide): Likewise.
14063         * doc/posix-functions/getwc.texi (getwc): Likewise.
14064         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
14065         * doc/posix-functions/putwc.texi (putwc): Likewise.
14066         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
14067         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
14068         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
14069         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
14070         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
14071         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
14072         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
14073         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
14074         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
14075         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
14076         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
14077
14078 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
14079
14080         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
14081         * lib/ioctl.c: Include <sys/ioctl.h>.
14082
14083 2009-01-19  Simon Josefsson  <simon@josefsson.org>
14084
14085         * modules/getdate-tests (Depends-on): Add progname.
14086         * tests/test-getdate.c: Use progname module, to avoid link errors
14087         on non-glibc systems.
14088
14089 2009-01-18  Simon Josefsson  <simon@josefsson.org>
14090
14091         * modules/filenamecat-tests (Depends-on): Add progname.
14092         * modules/fstrcmp-tests (Depends-on): Likewise.
14093
14094         * tests/test-filenamecat.c: Use progname module, to avoid link
14095         errors on non-glibc systems.
14096         * tests/test-fstrcmp.c: Likewise.
14097
14098 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
14099
14100         gettimeofday: avoid warning: nested extern declaration of 'localtime'
14101         * lib/gettimeofday.c: Move extern declaration out of function.
14102
14103 2009-01-18  Bruno Haible  <bruno@clisp.org>
14104
14105         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
14106         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
14107         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
14108
14109 2009-01-18  Bruno Haible  <bruno@clisp.org>
14110
14111         * lib/strftime.c (MEMPCPY): Remove unused macro.
14112         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
14113
14114 2009-01-18  Martin Lambers  <marlam@marlam.de>
14115
14116         New module 'link'.
14117         * lib/unistd.in.h (link): New declaration.
14118         * lib/link.c: New file.
14119         * m4/link.m4: New file.
14120         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
14121         HAVE_LINK.
14122         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
14123         * modules/link: New file.
14124         * doc/posix-functions/link.texi: Mention the new module.
14125
14126 2009-01-18  Bruno Haible  <bruno@clisp.org>
14127
14128         * tests/test-avltree_list.c (main): Call set_program_name.
14129         * tests/test-avltree_oset.c (main): Likewise.
14130         * tests/test-obstack-printf.c: Include progname.h.
14131         (main): Call set_program_name.
14132         * tests/test-quotearg.c: Include progname.h.
14133         (main): Call set_program_name.
14134         * tests/test-xmemdup0.c: Include progname.h.
14135         (main): Call set_program_name.
14136
14137 2009-01-18  Bruno Haible  <bruno@clisp.org>
14138
14139         New module 'alphasort'.
14140         * lib/dirent.in.h (alphasort): New declaration.
14141         * lib/alphasort.c: New file, from glibc with modifications.
14142         * m4/alphasort.m4: New file.
14143         * modules/alphasort: New file.
14144         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
14145         HAVE_ALPHASORT.
14146         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
14147         HAVE_ALPHASORT.
14148         * doc/posix-functions/alphasort.texi: Mention the new module and the
14149         portability problems.
14150
14151 2009-01-18  Bruno Haible  <bruno@clisp.org>
14152
14153         New module 'scandir'.
14154         * lib/dirent.in.h (scandir): New declaration.
14155         * lib/scandir.c: New file, from glibc with modifications.
14156         * m4/scandir.m4: New file.
14157         * modules/scandir: New file.
14158         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
14159         HAVE_SCANDIR.
14160         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
14161         HAVE_SCANDIR.
14162         * doc/posix-functions/scandir.texi: Mention the new module and the
14163         portability problems.
14164
14165 2009-01-17  Bruno Haible  <bruno@clisp.org>
14166
14167         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
14168         Update documentation.
14169         (func_remove_suffix): Escape all dots in the suffix. Update
14170         documentation.
14171         (func_filter_filelist): Update documentation.
14172         Reported by Ralf Wildenhues.
14173
14174 2009-01-17  Bruno Haible  <bruno@clisp.org>
14175
14176         * modules/dprintf-posix-tests: New file.
14177         * tests/test-dprintf-posix.sh: New file.
14178         * tests/test-dprintf-posix.c: New file.
14179
14180         New modules 'dprintf', 'dprintf-posix'.
14181         * lib/stdio.in.h (dprintf): New declaration.
14182         * lib/dprintf.c: New file.
14183         * m4/dprintf.m4: New file.
14184         * m4/dprintf-posix.m4: New file.
14185         * modules/dprintf: New file.
14186         * modules/dprintf-posix: New file.
14187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
14188         HAVE_DPRINTF, REPLACE_DPRINTF.
14189         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
14190         HAVE_DPRINTF, REPLACE_DPRINTF.
14191         * doc/posix-functions/dprintf.texi: Mention the new modules.
14192
14193 2009-01-17  Bruno Haible  <bruno@clisp.org>
14194
14195         * modules/vdprintf-posix-tests: New file.
14196         * tests/test-vdprintf-posix.sh: New file.
14197         * tests/test-vdprintf-posix.c: New file.
14198
14199         New modules 'vdprintf', 'vdprintf-posix'.
14200         * lib/stdio.in.h (vdprintf): New declaration.
14201         * lib/vdprintf.c: New file.
14202         * m4/vdprintf.m4: New file.
14203         * m4/vdprintf-posix.m4: New file.
14204         * modules/vdprintf: New file.
14205         * modules/vdprintf-posix: New file.
14206         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
14207         HAVE_VDPRINTF, REPLACE_VDPRINTF.
14208         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
14209         HAVE_VDPRINTF, REPLACE_VDPRINTF.
14210         * doc/posix-functions/vdprintf.texi: Mention the new modules.
14211
14212 2009-01-17  Bruno Haible  <bruno@clisp.org>
14213
14214         Fix replacement of fopen on mingw.
14215         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
14216         mingw.
14217
14218 2009-01-17  Bruno Haible  <bruno@clisp.org>
14219
14220         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
14221         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
14222
14223 2009-01-17  Bruno Haible  <bruno@clisp.org>
14224
14225         Avoid test-fflush2.sh failure on mingw.
14226         * tests/test-fflush2.c: Include binary-io.h.
14227         (main): Put standard input into binary mode.
14228         * modules/fflush-tests (Depends-on): Add binary-io.
14229
14230 2009-01-17  Bruno Haible  <bruno@clisp.org>
14231
14232         * lib/wchar.in.h: In another particular situation, include only the
14233         system's <wchar.h> file.
14234         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
14235         Reported by Albert Chin-A-Young <china@thewrittenword.com>
14236         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
14237
14238 2009-01-17  Bruno Haible  <bruno@clisp.org>
14239
14240         Support for stripping executables in --enable-relocatable.
14241         * build-aux/install-reloc: Expect one more argument, or an environment
14242         variable RELOC_STRIP_PROG. If set, strip the destination program and
14243         its wrapper.
14244         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
14245         RELOC_STRIP_PROG.
14246         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
14247         to set RELOCATABLE_STRIP.
14248         * NEWS: Mention the new Makefile requirement.
14249
14250 2009-01-17  Bruno Haible  <bruno@clisp.org>
14251
14252         * build-aux/install-reloc: Remove debugging information left over by
14253         C compiler on MacOS X.
14254
14255 2009-01-17  Bruno Haible  <bruno@clisp.org>
14256
14257         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
14258         * lib/progreloc.c (find_executable): Fix type of pointer passed to
14259         _NSGetExecutablePath.
14260
14261 2009-01-16  Jim Meyering  <meyering@redhat.com>
14262
14263         strerror: avoid warnings about discarding "const"
14264         * lib/strerror.c (rpl_strerror): Instead of returning a const
14265         string from each and every "case", use a variable, and add a single
14266         cast after the switch.
14267
14268 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
14269
14270         * lib/arpa_inet.in.h: Add extern "C" block for C++.
14271
14272 2009-01-16  Bruno Haible  <bruno@clisp.org>
14273
14274         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
14275         array initializer syntax that also works in C++ mode.
14276         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14277
14278 2009-01-16  Jim Meyering  <meyering@redhat.com>
14279
14280         poll: suppress a warning
14281         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
14282         to ignore "...unsigned expression < 0 is always false" warnings.
14283
14284 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
14285
14286         poll: remove declarations of unused variables
14287         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
14288         sockbuf and optlen.
14289
14290 2009-01-15  Bruno Haible  <bruno@clisp.org>
14291
14292         Make fflush-after-ungetc POSIX compliant on BSD systems.
14293         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
14294         (clear_ungetc_buffer): Implement also for other systems.
14295         (rpl_fflush): On glibc systems, invoke
14296         clear_ungetc_buffer_preserving_position. Otherwise, invoke
14297         clear_ungetc_buffer after fetching the stream's position, not before.
14298
14299 2009-01-15  Bruno Haible  <bruno@clisp.org>
14300
14301         Make fflush-after-ungetc POSIX compliant on glibc systems.
14302         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
14303         after ungetc.
14304         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
14305         (rpl_fflush): On glibc systems, simply call the system's fflush
14306         function after clearing the ungetc buffer.
14307         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
14308         Instead, lseek only to the end of file, then use the system's fseeko
14309         for the rest. On glibc systems, reset the EOF indicator bit.
14310
14311 2009-01-15  Jim Meyering  <meyering@redhat.com>
14312
14313         openmp.m4: revert quote-adding change, for portability to older autoconf
14314         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
14315         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
14316         Simon Josefsson noticed the problem when using autoconf-2.61.
14317
14318 2009-01-15  Bruno Haible  <bruno@clisp.org>
14319
14320         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
14321         * tests/test-fflush2.c (ASSERT): Always fail.
14322         (main): Add two tests for fflush() after ungetc(), taking into account
14323         the Austin Group's clarification.
14324         Suggested by Eric Blake.
14325
14326 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
14327
14328         mktime.m4: remove K&R-style function prototypes
14329         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
14330         for the Sun C++ compiler.
14331
14332 2009-01-14  Bruno Haible  <bruno@clisp.org>
14333
14334         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
14335         while including <wchar.h>.
14336         * lib/wchar.in.h: In two particular situations on HP-UX, include only
14337         the system's <wchar.h> file.
14338         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14339
14340 2009-01-14  Bruno Haible  <bruno@clisp.org>
14341
14342         * m4/csharp.m4: Don't mention gettext on the serial number line.
14343         * m4/csharpexec.m4: Likewise.
14344         * m4/eaccess.m4: Likewise.
14345         * m4/javaexec.m4: Likewise.
14346         * m4/sig_atomic_t.m4: Likewise.
14347         * m4/tmpdir.m4: Likewise.
14348         * m4/intldir.m4: Bump gettext version.
14349         * m4/lib-ld.m4: Likewise.
14350
14351 2009-01-14  Bruno Haible  <bruno@clisp.org>
14352
14353         * lib/progname.c (set_program_name): Add more comments.
14354         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
14355
14356 2009-01-14  Simon Josefsson  <simon@josefsson.org>
14357
14358         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
14359         were sys/stat.h does not define it.
14360
14361 2009-01-14  Jim Meyering  <meyering@redhat.com>
14362
14363         many *.m4 files: improve m4 quoting
14364         99% of this change was performed by running the following commands:
14365         git ls-files | grep '\.m4$' | xargs perl -pi \
14366           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
14367           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
14368           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
14369           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
14370         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
14371         The remainder were to add Copyright dates, increment serial numbers,
14372         undo some changes in comments, exclude m4/intl.m4, and add quotes
14373         around the "1" in ",1" where the unusual spacing prohibited the
14374         above regexps from doing the job.  For more details, see
14375         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
14376         * m4/acl.m4: Modified.
14377         * m4/afs.m4: Likewise.
14378         * m4/alloca.m4: Likewise.
14379         * m4/argp.m4: Likewise.
14380         * m4/argz.m4: Likewise.
14381         * m4/atexit.m4: Likewise.
14382         * m4/bison-i18n.m4: Likewise.
14383         * m4/bison.m4: Likewise.
14384         * m4/byteswap.m4: Likewise.
14385         * m4/c-stack.m4: Likewise.
14386         * m4/c-strtod.m4: Likewise.
14387         * m4/calloc.m4: Likewise.
14388         * m4/canonicalize-lgpl.m4: Likewise.
14389         * m4/chown.m4: Likewise.
14390         * m4/clock_time.m4: Likewise.
14391         * m4/codeset.m4: Likewise.
14392         * m4/copy-file.m4: Likewise.
14393         * m4/csharp.m4: Likewise.
14394         * m4/csharpcomp.m4: Likewise.
14395         * m4/csharpexec.m4: Likewise.
14396         * m4/d-ino.m4: Likewise.
14397         * m4/d-type.m4: Likewise.
14398         * m4/dirfd.m4: Likewise.
14399         * m4/double-slash-root.m4: Likewise.
14400         * m4/eaccess.m4: Likewise.
14401         * m4/eealloc.m4: Likewise.
14402         * m4/environ.m4: Likewise.
14403         * m4/errno_h.m4: Likewise.
14404         * m4/euidaccess.m4: Likewise.
14405         * m4/execute.m4: Likewise.
14406         * m4/fatal-signal.m4: Likewise.
14407         * m4/fchdir.m4: Likewise.
14408         * m4/fcntl_h.m4: Likewise.
14409         * m4/fileblocks.m4: Likewise.
14410         * m4/filenamecat.m4: Likewise.
14411         * m4/findprog.m4: Likewise.
14412         * m4/flexmember.m4: Likewise.
14413         * m4/fnmatch.m4: Likewise.
14414         * m4/fopen.m4: Likewise.
14415         * m4/fpending.m4: Likewise.
14416         * m4/fprintf-posix.m4: Likewise.
14417         * m4/free.m4: Likewise.
14418         * m4/frexp.m4: Likewise.
14419         * m4/frexpl.m4: Likewise.
14420         * m4/fsusage.m4: Likewise.
14421         * m4/ftruncate.m4: Likewise.
14422         * m4/gc-camellia.m4: Likewise.
14423         * m4/gc-random.m4: Likewise.
14424         * m4/gc.m4: Likewise.
14425         * m4/getaddrinfo.m4: Likewise.
14426         * m4/getcwd-abort-bug.m4: Likewise.
14427         * m4/getcwd-path-max.m4: Likewise.
14428         * m4/getdate.m4: Likewise.
14429         * m4/getdomainname.m4: Likewise.
14430         * m4/getgroups.m4: Likewise.
14431         * m4/gethostname.m4: Likewise.
14432         * m4/gethrxtime.m4: Likewise.
14433         * m4/getline.m4: Likewise.
14434         * m4/getloadavg.m4: Likewise.
14435         * m4/getndelim2.m4: Likewise.
14436         * m4/getpass.m4: Likewise.
14437         * m4/gettext.m4: Likewise.
14438         * m4/gettime.m4: Likewise.
14439         * m4/gettimeofday.m4: Likewise.
14440         * m4/gnulib-common.m4: Likewise.
14441         * m4/group-member.m4: Likewise.
14442         * m4/host-os.m4: Likewise.
14443         * m4/iconv.m4: Likewise.
14444         * m4/iconv_open.m4: Likewise.
14445         * m4/inet_ntop.m4: Likewise.
14446         * m4/inet_pton.m4: Likewise.
14447         * m4/inline.m4: Likewise.
14448         * m4/intldir.m4: Likewise.
14449         * m4/intlmacosx.m4: Likewise.
14450         * m4/intmax.m4: Likewise.
14451         * m4/intmax_t.m4: Likewise.
14452         * m4/inttypes.m4: Likewise.
14453         * m4/inttypes_h.m4: Likewise.
14454         * m4/inttypes-pri.m4: Likewise.
14455         * m4/isapipe.m4: Likewise.
14456         * m4/isnand.m4: Likewise.
14457         * m4/isnanf.m4: Likewise.
14458         * m4/isnanl.m4: Likewise.
14459         * m4/javacomp.m4: Likewise.
14460         * m4/javaexec.m4: Likewise.
14461         * m4/jm-winsz1.m4: Likewise.
14462         * m4/jm-winsz2.m4: Likewise.
14463         * m4/lchown.m4: Likewise.
14464         * m4/lcmessage.m4: Likewise.
14465         * m4/ldexpl.m4: Likewise.
14466         * m4/lib-ld.m4: Likewise.
14467         * m4/lib-link.m4: Likewise.
14468         * m4/libsigsegv.m4: Likewise.
14469         * m4/link-follow.m4: Likewise.
14470         * m4/localcharset.m4: Likewise.
14471         * m4/locale-fr.m4: Likewise.
14472         * m4/locale-ja.m4: Likewise.
14473         * m4/locale-tr.m4: Likewise.
14474         * m4/locale-zh.m4: Likewise.
14475         * m4/lock.m4: Likewise.
14476         * m4/longlong.m4: Likewise.
14477         * m4/ls-mntd-fs.m4: Likewise.
14478         * m4/lstat.m4: Likewise.
14479         * m4/malloc.m4: Likewise.
14480         * m4/mathl.m4: Likewise.
14481         * m4/mbrtowc.m4: Likewise.
14482         * m4/mbstate_t.m4: Likewise.
14483         * m4/mbswidth.m4: Likewise.
14484         * m4/memchr.m4: Likewise.
14485         * m4/memcmp.m4: Likewise.
14486         * m4/memcpy.m4: Likewise.
14487         * m4/memmem.m4: Likewise.
14488         * m4/memmove.m4: Likewise.
14489         * m4/mempcpy.m4: Likewise.
14490         * m4/memrchr.m4: Likewise.
14491         * m4/memset.m4: Likewise.
14492         * m4/minmax.m4: Likewise.
14493         * m4/mkdir-slash.m4: Likewise.
14494         * m4/mkdtemp.m4: Likewise.
14495         * m4/mktime.m4: Likewise.
14496         * m4/mmap-anon.m4: Likewise.
14497         * m4/mountlist.m4: Likewise.
14498         * m4/nanosleep.m4: Likewise.
14499         * m4/nls.m4: Likewise.
14500         * m4/nocrash.m4: Likewise.
14501         * m4/open.m4: Likewise.
14502         * m4/openat.m4: Likewise.
14503         * m4/openmp.m4: Likewise.
14504         * m4/pathmax.m4: Likewise.
14505         * m4/perl.m4: Likewise.
14506         * m4/physmem.m4: Likewise.
14507         * m4/pipe.m4: Likewise.
14508         * m4/po.m4: Likewise.
14509         * m4/poll.m4: Likewise.
14510         * m4/posixtm.m4: Likewise.
14511         * m4/posixver.m4: Likewise.
14512         * m4/printf-frexp.m4: Likewise.
14513         * m4/printf-frexpl.m4: Likewise.
14514         * m4/printf-posix.m4: Likewise.
14515         * m4/printf-posix-rpl.m4: Likewise.
14516         * m4/printf.m4: Likewise.
14517         * m4/progtest.m4: Likewise.
14518         * m4/putenv.m4: Likewise.
14519         * m4/readline.m4: Likewise.
14520         * m4/readlink.m4: Likewise.
14521         * m4/readutmp.m4: Likewise.
14522         * m4/realloc.m4: Likewise.
14523         * m4/regex.m4: Likewise.
14524         * m4/relocatable.m4: Likewise.
14525         * m4/relocatable-lib.m4: Likewise.
14526         * m4/rename-dest-slash.m4: Likewise.
14527         * m4/rename.m4: Likewise.
14528         * m4/rmdir-errno.m4: Likewise.
14529         * m4/rmdir.m4: Likewise.
14530         * m4/roundf.m4: Likewise.
14531         * m4/roundl.m4: Likewise.
14532         * m4/rpmatch.m4: Likewise.
14533         * m4/save-cwd.m4: Likewise.
14534         * m4/selinux-selinux-h.m4: Likewise.
14535         * m4/setenv.m4: Likewise.
14536         * m4/settime.m4: Likewise.
14537         * m4/sig2str.m4: Likewise.
14538         * m4/sig_atomic_t.m4: Likewise.
14539         * m4/signalblocking.m4: Likewise.
14540         * m4/signbit.m4: Likewise.
14541         * m4/sigpipe.m4: Likewise.
14542         * m4/sockets.m4: Likewise.
14543         * m4/sockpfaf.m4: Likewise.
14544         * m4/st_dm_mode.m4: Likewise.
14545         * m4/stat-time.m4: Likewise.
14546         * m4/stdbool.m4: Likewise.
14547         * m4/stdint.m4: Likewise.
14548         * m4/stdint_h.m4: Likewise.
14549         * m4/stpcpy.m4: Likewise.
14550         * m4/stpncpy.m4: Likewise.
14551         * m4/strcase.m4: Likewise.
14552         * m4/strchrnul.m4: Likewise.
14553         * m4/strcspn.m4: Likewise.
14554         * m4/strdup.m4: Likewise.
14555         * m4/strftime.m4: Likewise.
14556         * m4/strndup.m4: Likewise.
14557         * m4/strnlen.m4: Likewise.
14558         * m4/strpbrk.m4: Likewise.
14559         * m4/strptime.m4: Likewise.
14560         * m4/strsep.m4: Likewise.
14561         * m4/strtod.m4: Likewise.
14562         * m4/strtoimax.m4: Likewise.
14563         * m4/strtok_r.m4: Likewise.
14564         * m4/strtol.m4: Likewise.
14565         * m4/strtoll.m4: Likewise.
14566         * m4/strtoul.m4: Likewise.
14567         * m4/strtoull.m4: Likewise.
14568         * m4/strtoumax.m4: Likewise.
14569         * m4/strverscmp.m4: Likewise.
14570         * m4/threadlib.m4: Likewise.
14571         * m4/timegm.m4: Likewise.
14572         * m4/tm_gmtoff.m4: Likewise.
14573         * m4/tmpdir.m4: Likewise.
14574         * m4/tmpfile.m4: Likewise.
14575         * m4/tzset.m4: Likewise.
14576         * m4/uintmax_t.m4: Likewise.
14577         * m4/unlinkdir.m4: Likewise.
14578         * m4/unlocked-io.m4: Likewise.
14579         * m4/uptime.m4: Likewise.
14580         * m4/userspec.m4: Likewise.
14581         * m4/utimbuf.m4: Likewise.
14582         * m4/utime.m4: Likewise.
14583         * m4/utimes-null.m4: Likewise.
14584         * m4/utimes.m4: Likewise.
14585         * m4/vararrays.m4: Likewise.
14586         * m4/vasnprintf.m4: Likewise.
14587         * m4/vfprintf-posix.m4: Likewise.
14588         * m4/vprintf-posix.m4: Likewise.
14589         * m4/wait-process.m4: Likewise.
14590         * m4/wchar_t.m4: Likewise.
14591         * m4/wint_t.m4: Likewise.
14592         * m4/write-any-file.m4: Likewise.
14593         * m4/yield.m4: Likewise.
14594
14595 2009-01-13  Bruno Haible  <bruno@clisp.org>
14596
14597         Avoid test-copy-file.sh failures when ACL support insufficient.
14598         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
14599         TESTS_ENVIRONMENT.
14600         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
14601         Reported by Jim Meyering.
14602
14603 2009-01-13  Bruno Haible  <bruno@clisp.org>
14604
14605         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
14606         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
14607         * modules/unistdio/u8-printf-parse (Files): Likewise.
14608         * modules/unistdio/u32-printf-parse (Files): Likewise.
14609         * modules/unistdio/ulc-printf-parse (Files): Likewise.
14610
14611 2009-01-13  Simon Josefsson  <simon@josefsson.org>
14612
14613         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
14614         and m4/inttypes_h.m4 too.
14615
14616 2009-01-12  Eric Blake  <ebb9@byu.net>
14617
14618         tests: IRIX 6.2 cc can't compile -0.0 into .data
14619         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
14620         rather than at compile-time.
14621         * tests/test-floorl.c (minus_zero): Likewise.
14622         * tests/test-frexpl.c (minus_zero): Likewise.
14623         * tests/test-isnan.c (minus_zerol): Likewise.
14624         * tests/test-isnanl.h (minus_zero): Likewise.
14625         * tests/test-ldexpl.c (minus_zero): Likewise.
14626         * tests/test-roundl.c (minus_zero): Likewise.
14627         * tests/test-signbit.c (minus_zerol): Likewise.
14628         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
14629         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
14630         * tests/test-truncl.c (minus_zero): Likewise.
14631         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
14632         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
14633         Reported by Tom G. Christensen and Nelson H. F. Beebe.
14634
14635 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14636
14637         regex: fix glibc bug 9697
14638         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
14639         handling.
14640
14641 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14642
14643         regex: fix glibc bug 697
14644         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
14645         being NULL also if there are no backreferences.
14646
14647 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14648
14649         regex: merge glibc changes
14650         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
14651         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
14652         re_string_skip_chars, re_string_reconstruct): Likewise.
14653         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
14654
14655 2009-01-07  Jim Meyering  <meyering@redhat.com>
14656
14657         poll: filter through cppi
14658         * lib/poll.c: Indent cpp directives to reflect nesting.
14659
14660 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
14661
14662         poll: don't return uninitialized
14663         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
14664
14665 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
14666
14667         avoid compile failure on AIX 6.1
14668         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
14669         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
14670
14671 2009-01-04  Jim Meyering  <meyering@redhat.com>
14672
14673         remove duplicate inclusion of <stdio.h>
14674         * tests/test-fprintf-posix.c: Likewise.
14675         * tests/test-printf-posix.c: Likewise.
14676         * tests/test-snprintf-posix.c: Likewise.
14677         * tests/test-sprintf-posix.c: Likewise.
14678         * tests/test-vasprintf-posix.c: Likewise.
14679         * tests/test-vfprintf-posix.c: Likewise.
14680         * tests/test-vprintf-posix.c: Likewise.
14681         * tests/test-vsnprintf-posix.c: Likewise.
14682         * tests/test-vsprintf-posix.c: Likewise.
14683
14684 2009-01-03  Jim Meyering  <meyering@redhat.com>
14685
14686         gnulib-tool: fix sed-based filtering
14687         * gnulib-tool (func_filter_filelist): Remove extra backslash
14688         in sed_fff_filter definition.
14689
14690 2009-01-02  Jim Meyering  <meyering@redhat.com>
14691
14692         strftime: avoid compilation failure on Solaris 2.6
14693         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
14694         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
14695         Don't #define mbrlen or mbsinit, since now they're guaranteed to
14696         be available.  Reported by Tom G. Christensen.  Details in
14697         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
14698
14699 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14700             Bruno Haible  <bruno@clisp.org>
14701
14702         Speed up gnulib-tool by doing more string processing through shell
14703         built-ins.
14704         * gnulib-tool (fast_func_append): New variable.
14705         (func_remove_prefix, func_remove_suffix): New functions.
14706         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
14707         (func_filter_filelist): New function.
14708         (func_get_dependencies): Use func_remove_suffix instead of sed.
14709         (func_get_automake_snippet): Use func_filter_filelist instead of a
14710         subshell and sed invocation.
14711
14712 2009-01-01  Bruno Haible  <bruno@clisp.org>
14713
14714         Fix a security bug.
14715         * gnulib-tool (func_import, import, update): Don't allow the characters
14716         '"', '$', '`', '\' in macro arguments that become part of commands that
14717         are evaluated.
14718
14719 2009-01-01  Bruno Haible  <bruno@clisp.org>
14720
14721         * gnulib-tool (func_reset_sigpipe): Add more comments.
14722
14723 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14724
14725         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
14726         func_emit_tests_Makefile_am, func_import): Abort loops early if we
14727         already know the answer.
14728
14729 2009-01-01  Jim Meyering  <meyering@redhat.com>
14730
14731         * lib/version-etc.c (version_etc_va): Update copyright year.
14732
14733 2008-12-30  Bruno Haible  <bruno@clisp.org>
14734
14735         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
14736         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
14737         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
14738
14739 2008-12-29  Eric Blake  <ebb9@byu.net>
14740
14741         multiarch: avoid autoconf AC_REQUIRE bug
14742         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
14743         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
14744         2.63 and older.
14745         Reported by Bruno Haible, and analyzed in
14746         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
14747
14748 2008-12-29  Bruno Haible  <bruno@clisp.org>
14749
14750         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
14751         files in subdirectories correctly.
14752         Reported by Ralf Wildenhues.
14753
14754 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14755
14756         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
14757         rather than 'join FILE -', for Solaris join.
14758
14759 2008-12-29  Bruno Haible  <bruno@clisp.org>
14760
14761         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
14762         quoting.
14763         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
14764         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
14765         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
14766         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
14767         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
14768         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
14769         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
14770         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
14771         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14772         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
14773         * m4/nls.m4 (AM_NLS): Likewise.
14774         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
14775         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
14776         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
14777         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
14778         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
14779         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
14780         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
14781         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
14782         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
14783         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14784         * m4/xsize.m4 (gl_XSIZE): Likewise.
14785         Suggested by Jim Meyering.
14786
14787 2008-11-17  Bruce Korb  <bkorb@gnu.org>
14788
14789         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
14790         * lib/parse-duration.c: use a switch instead of cascading if's.
14791
14792 2008-12-29  Eric Blake  <ebb9@byu.net>
14793
14794         wchar.h: supply WEOF on Irix 5.3
14795         * lib/wchar.in.h (wint_t): Also supply WEOF.
14796         * lib/wctype.in.h (wint_t): Likewise.
14797         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
14798         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
14799         Reported by Tom G. Christensen.
14800
14801 2008-12-26  Bruno Haible  <bruno@clisp.org>
14802
14803         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
14804         i486, i586, i686.
14805
14806 2008-12-26  Bruno Haible  <bruno@clisp.org>
14807
14808         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
14809
14810 2008-12-26  Bruno Haible  <bruno@clisp.org>
14811
14812         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
14813         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
14814         not __STDC_CONSTANT_MACROS.
14815         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
14816
14817 2008-12-25  Bruno Haible  <bruno@clisp.org>
14818
14819         Add support for universal builds to vasnprintf.
14820         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
14821         universal builds, guess no.
14822         * modules/vasnprintf-posix (Depends-on): Add multiarch.
14823         * modules/vasprintf-posix (Depends-on): Likewise.
14824         * modules/fprintf-posix (Depends-on): Likewise.
14825         * modules/vfprintf-posix (Depends-on): Likewise.
14826         * modules/snprintf-posix (Depends-on): Likewise.
14827         * modules/vsnprintf-posix (Depends-on): Likewise.
14828         * modules/sprintf-posix (Depends-on): Likewise.
14829         * modules/vsprintf-posix (Depends-on): Likewise.
14830         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14831         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14832         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14833         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14834         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14835         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14836         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14837
14838         Add support for universal builds to <inttypes.h>.
14839         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
14840         _SCNu64_PREFIX): In Apple
14841         universal builds, define directly, using _LP64.
14842         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
14843         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
14844         * modules/inttypes (Depends-on): Add multiarch.
14845         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14846
14847         Add support for universal builds to <stdint.h>.
14848         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
14849         universal builds, define directly, using _LP64.
14850         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
14851         Apple universal builds, don't test for the size and suffix of ptrdiff_t
14852         and size_t.
14853         * modules/stdint (Depends-on): Add multiarch.
14854         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14855
14856         New module 'multiarch'.
14857         * modules/multiarch: New file.
14858         * m4/multiarch.m4: New file.
14859
14860 2008-12-25  Bruno Haible  <bruno@clisp.org>
14861
14862         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
14863
14864 2008-12-25  Bruno Haible  <bruno@clisp.org>
14865
14866         * modules/btowc (License): Relicense under LGPLv2+.
14867         * modules/mbsinit (License): Likewise.
14868         * modules/mbrtowc (License): Likewise.
14869         * modules/wcrtomb (License): Likewise.
14870         * modules/streq (License): Likewise.
14871         Reported by David Lutterkort <lutter@redhat.com>.
14872
14873 2008-12-23  Bruno Haible  <bruno@clisp.org>
14874
14875         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
14876
14877 2008-12-23  Bruno Haible  <bruno@clisp.org>
14878
14879         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
14880         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
14881         GETADDRINFO_LIB, not in LIBS.
14882         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
14883         * modules/canon-host (Link): Likewise.
14884         * NEWS: Mention the change.
14885         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
14886         GETADDRINFO_LIB.
14887
14888 2008-12-22  Bruno Haible  <bruno@clisp.org>
14889
14890         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
14891         * doc/posix-functions/iswalpha_l.texi: Likewise.
14892         * doc/posix-functions/iswblank_l.texi: Likewise.
14893         * doc/posix-functions/iswcntrl_l.texi: Likewise.
14894         * doc/posix-functions/iswctype_l.texi: Likewise.
14895         * doc/posix-functions/iswdigit_l.texi: Likewise.
14896         * doc/posix-functions/iswgraph_l.texi: Likewise.
14897         * doc/posix-functions/iswlower_l.texi: Likewise.
14898         * doc/posix-functions/iswprint_l.texi: Likewise.
14899         * doc/posix-functions/iswpunct_l.texi: Likewise.
14900         * doc/posix-functions/iswspace_l.texi: Likewise.
14901         * doc/posix-functions/iswupper_l.texi: Likewise.
14902         * doc/posix-functions/iswxdigit_l.texi: Likewise.
14903         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
14904         * doc/posix-functions/open_wmemstream.texi: Likewise.
14905         * doc/posix-functions/swscanf.texi: Likewise.
14906         * doc/posix-functions/towctrans_l.texi: Likewise.
14907         * doc/posix-functions/towlower.texi: Likewise.
14908         * doc/posix-functions/towlower_l.texi: Likewise.
14909         * doc/posix-functions/towupper.texi: Likewise.
14910         * doc/posix-functions/towupper_l.texi: Likewise.
14911         * doc/posix-functions/vfwprintf.texi: Likewise.
14912         * doc/posix-functions/vfwscanf.texi: Likewise.
14913         * doc/posix-functions/vswscanf.texi: Likewise.
14914         * doc/posix-functions/vwprintf.texi: Likewise.
14915         * doc/posix-functions/vwscanf.texi: Likewise.
14916         * doc/posix-functions/wcpcpy.texi: Likewise.
14917         * doc/posix-functions/wcpncpy.texi: Likewise.
14918         * doc/posix-functions/wcscasecmp.texi: Likewise.
14919         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
14920         * doc/posix-functions/wcscoll_l.texi: Likewise.
14921         * doc/posix-functions/wcsdup.texi: Likewise.
14922         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14923         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
14924         * doc/posix-functions/wcsnlen.texi: Likewise.
14925         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14926         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
14927         * doc/posix-functions/wctrans_l.texi: Likewise.
14928         * doc/posix-functions/wctype_l.texi: Likewise.
14929         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
14930         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
14931         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
14932         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
14933         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
14934         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
14935         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
14936         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
14937         * doc/glibc-functions/wcschrnul.texi: Likewise.
14938         * doc/glibc-functions/wcsftime_l.texi: Likewise.
14939         * doc/glibc-functions/wcstod_l.texi: Likewise.
14940         * doc/glibc-functions/wcstof_l.texi: Likewise.
14941         * doc/glibc-functions/wcstol_l.texi: Likewise.
14942         * doc/glibc-functions/wcstold_l.texi: Likewise.
14943         * doc/glibc-functions/wcstoll_l.texi: Likewise.
14944         * doc/glibc-functions/wcstoq.texi: Likewise.
14945         * doc/glibc-functions/wcstoul_l.texi: Likewise.
14946         * doc/glibc-functions/wcstoull_l.texi: Likewise.
14947         * doc/glibc-functions/wcstouq.texi: Likewise.
14948         * doc/glibc-functions/wmempcpy.texi: Likewise.
14949
14950 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
14951             Eric Blake  <ebb9@byu.net>
14952             Paolo Bonzini  <bonzini@gnu.org>
14953             Bruno Haible  <bruno@clisp.org>
14954
14955         Make c-stack work on Haiku.
14956         * lib/c-stack.c (SA_ONSTACK): Define fallback.
14957         (c_stack_action): Use SA_ONSTACK flag.
14958
14959 2008-12-22  Bruno Haible  <bruno@clisp.org>
14960
14961         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
14962
14963 2008-12-22  Bruno Haible  <bruno@clisp.org>
14964
14965         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
14966         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
14967         being overridden.
14968         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
14969         New macros.
14970         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
14971         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
14972         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
14973         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
14974
14975 2008-12-22  Bruno Haible  <bruno@clisp.org>
14976
14977         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
14978         from test code.
14979
14980 2008-12-22  Eric Blake  <ebb9@byu.net>
14981
14982         Avoid gcc warnings on cygwin.
14983         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
14984         Avoid unused variable.
14985         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
14986         Likewise.
14987
14988 2008-12-22  Bruno Haible  <bruno@clisp.org>
14989
14990         Remove HAVE_MBRTOWC conditionals.
14991         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
14992         (mbscasecmp): Assume mbrtowc function.
14993         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
14994         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
14995         * lib/mbschr.c: Include mbuiter.h unconditionally.
14996         (mbschr): Assume mbrtowc function.
14997         * lib/mbscspn.c: Include mbuiter.h unconditionally.
14998         (mbscspn): Assume mbrtowc function.
14999         * lib/mbslen.c: Include mbuiter.h unconditionally.
15000         (mbslen): Assume mbrtowc function.
15001         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
15002         (mbsncasecmp): Assume mbrtowc function.
15003         * lib/mbsnlen.c: Include mbiter.h unconditionally.
15004         (mbsnlen): Assume mbrtowc function.
15005         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
15006         (mbspbrk): Assume mbrtowc function.
15007         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
15008         (mbspcasecmp): Assume mbrtowc function.
15009         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
15010         (mbsrchr): Assume mbrtowc function.
15011         * lib/mbssep.c: Include mbuiter.h unconditionally.
15012         (mbssep): Assume mbrtowc function.
15013         * lib/mbsspn.c: Include mbuiter.h unconditionally.
15014         (mbsspn): Assume mbrtowc function.
15015         * lib/mbsstr.c: Include mbuiter.h unconditionally.
15016         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
15017         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
15018         (mbstok_r): Assume mbrtowc function.
15019         * lib/propername.c: Include mbuiter.h unconditionally.
15020         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
15021         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
15022         (trim2): Assume mbrtowc function.
15023         * lib/mbswidth.c (mbsinit): Remove fallback definition.
15024         (mbsnwidth): Assume mbrtowc function.
15025         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
15026         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
15027         fallback definitions.
15028         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
15029
15030 2008-12-22  Bruno Haible  <bruno@clisp.org>
15031
15032         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
15033
15034 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
15035
15036         * modules/regex: Request emulations for the mb*/wc* functions we need.
15037         * m4/regex.m4: Don't look for those functions here.
15038         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
15039
15040 2008-12-22  Bruno Haible  <bruno@clisp.org>
15041
15042         * modules/fnmatch (Depends-on): Remove duplicated dependency.
15043
15044 2008-12-21  Bruno Haible  <bruno@clisp.org>
15045
15046         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
15047         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
15048         (Include): Remove conditionalization.
15049         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
15050         (Include): Remove conditionalization.
15051         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
15052         (Include): Remove conditionalization.
15053         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
15054         * m4/mbfile.m4 (gl_MBFILE): Likewise.
15055         * NEWS: Mention the change.
15056         Reported by Alan Hourihane <alanh@fairlite.co.uk>
15057         via Sergey Poznyakoff <gray@gnu.org.ua>.
15058
15059 2008-12-21  Bruno Haible  <bruno@clisp.org>
15060
15061         * MODULES.html.sh (Extended multibyte and wide character utilities
15062         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
15063         wcrtomb, wcsrtombs.
15064         (Support for systems lacking POSIX:2008): Add accept, bind, close,
15065         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
15066         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
15067         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
15068
15069 2008-12-21  Bruno Haible  <bruno@clisp.org>
15070
15071         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
15072
15073 2008-12-21  Bruno Haible  <bruno@clisp.org>
15074
15075         * modules/wcsnrtombs-tests: New file.
15076         * tests/test-wcsnrtombs1.sh: New file.
15077         * tests/test-wcsnrtombs2.sh: New file.
15078         * tests/test-wcsnrtombs3.sh: New file.
15079         * tests/test-wcsnrtombs4.sh: New file.
15080         * tests/test-wcsnrtombs.c: New file.
15081
15082         New module 'wcsnrtombs'.
15083         * lib/wchar.in.h (wcsnrtombs): New declaration.
15084         * lib/wcsnrtombs.c: New file.
15085         * lib/wcsrtombs-state.c: New file.
15086         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
15087         (internal_state): Remove variable.
15088         * m4/wcsnrtombs.m4: New file.
15089         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
15090         compilation units.
15091         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
15092         HAVE_WCSNRTOMBS.
15093         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
15094         HAVE_WCSNRTOMBS.
15095         * modules/wcsnrtombs: New file.
15096         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
15097         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
15098
15099 2008-12-21  Bruno Haible  <bruno@clisp.org>
15100
15101         * modules/wcsrtombs-tests: New file.
15102         * tests/test-wcsrtombs1.sh: New file.
15103         * tests/test-wcsrtombs2.sh: New file.
15104         * tests/test-wcsrtombs3.sh: New file.
15105         * tests/test-wcsrtombs4.sh: New file.
15106         * tests/test-wcsrtombs.c: New file.
15107
15108         New module 'wcsrtombs'.
15109         * lib/wchar.in.h (wcsrtombs): New declaration.
15110         * lib/wcsrtombs.c: New file.
15111         * m4/wcsrtombs.m4: New file.
15112         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
15113         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
15114         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
15115         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
15116         * modules/wcsrtombs: New file.
15117         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
15118         bugs.
15119
15120 2008-12-21  Bruno Haible  <bruno@clisp.org>
15121
15122         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
15123         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
15124         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
15125         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
15126         if not correct.
15127         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
15128         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
15129         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
15130         m4/locale-zh.m4, m4/codeset.m4.
15131         * doc/posix-functions/wcrtomb.texi: Document the bug.
15132
15133 2008-12-21  Bruno Haible  <bruno@clisp.org>
15134
15135         Work around a btowc() bug on IRIX 6.5.
15136         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
15137         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
15138         REPLACE_WTOBC if not.
15139         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
15140         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
15141         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
15142
15143 2008-12-21  Bruno Haible  <bruno@clisp.org>
15144
15145         * modules/wcrtomb-tests: New file.
15146         * tests/test-wcrtomb.sh: New file.
15147         * tests/test-wcrtomb.c: New file.
15148
15149         New module 'wcrtomb'.
15150         * lib/wchar.in.h (wcrtomb): New declaration.
15151         * lib/wcrtomb.c: New file.
15152         * m4/wcrtomb.m4: New file.
15153         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
15154         HAVE_WCRTOMB.
15155         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
15156         HAVE_WCRTOMB.
15157         * modules/wcrtomb: New file.
15158         * doc/posix-functions/wcrtomb.texi: Mention the new module.
15159
15160 2008-12-21  Bruno Haible  <bruno@clisp.org>
15161
15162         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
15163         * modules/mbsrtowcs (Files): Likewise.
15164         * modules/wctob (Files): Likewise.
15165         * modules/c-strcase-tests (Files): Likewise.
15166         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
15167         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
15168         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
15169         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
15170         * modules/vasnprintf-posix-tests (Files): Likewise.
15171
15172 2008-12-21  William Pursell  <bill.pursell@gmail.com>
15173
15174         gitlog-to-changelog: pass all command-line arguments to git-log
15175         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
15176         it is sometimes convenient to filter the commits in various ways.
15177         gitlog-to-changelog only allows --since to specify a start date,
15178         but git-log itself supports many other filtering mechanisms.
15179         At the moment, I want to filter by branch name.  Rather than
15180         adding a --branch option to gitlog-to-changelog, it seems more
15181         flexible to simply pass all options directly to git-log and let
15182         git do the work.  Notice that this effectively makes --since a
15183         redundant option for gitlog-to-changelog, but removing it would
15184         require current usage to change since calls would then require
15185         an additional '--'.
15186
15187 2008-12-21  Bruno Haible  <bruno@clisp.org>
15188
15189         * modules/mbsnrtowcs-tests: New file.
15190         * tests/test-mbsnrtowcs1.sh: New file.
15191         * tests/test-mbsnrtowcs2.sh: New file.
15192         * tests/test-mbsnrtowcs3.sh: New file.
15193         * tests/test-mbsnrtowcs4.sh: New file.
15194         * tests/test-mbsnrtowcs.c: New file.
15195
15196         New module 'mbsnrtowcs'.
15197         * lib/wchar.in.h (mbsnrtowcs): New declaration.
15198         * lib/mbsnrtowcs.c: New file.
15199         * lib/mbsrtowcs-state.c: New file.
15200         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
15201         (internal_state): Remove variable.
15202         * m4/mbsnrtowcs.m4: New file.
15203         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
15204         compilation units.
15205         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
15206         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
15207         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
15208         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
15209         * modules/mbsnrtowcs: New file.
15210         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
15211         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
15212         portability problem.
15213
15214 2008-12-21  Bruno Haible  <bruno@clisp.org>
15215
15216         Work around mbsrtowcs bug.
15217         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
15218         (gl_FUNC_MBSRTOWCS): Invoke it.
15219         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
15220         m4/locale-zh.m4.
15221         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
15222
15223 2008-12-21  Bruno Haible  <bruno@clisp.org>
15224
15225         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
15226
15227 2008-12-21  Bruno Haible  <bruno@clisp.org>
15228
15229         Update doc for AIX.
15230         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
15231         16-bit wchar_t type.
15232         * doc/posix-functions/btowc.texi: Likewise.
15233         * doc/posix-functions/fgetwc.texi: Likewise.
15234         * doc/posix-functions/fgetws.texi: Likewise.
15235         * doc/posix-functions/fputwc.texi: Likewise.
15236         * doc/posix-functions/fputws.texi: Likewise.
15237         * doc/posix-functions/fwide.texi: Likewise.
15238         * doc/posix-functions/fwprintf.texi: Likewise.
15239         * doc/posix-functions/fwscanf.texi: Likewise.
15240         * doc/posix-functions/getwchar.texi: Likewise.
15241         * doc/posix-functions/getwc.texi: Likewise.
15242         * doc/posix-functions/iswalnum.texi: Likewise.
15243         * doc/posix-functions/iswalpha.texi: Likewise.
15244         * doc/posix-functions/iswblank.texi: Likewise.
15245         * doc/posix-functions/iswcntrl.texi: Likewise.
15246         * doc/posix-functions/iswctype.texi: Likewise.
15247         * doc/posix-functions/iswdigit.texi: Likewise.
15248         * doc/posix-functions/iswgraph.texi: Likewise.
15249         * doc/posix-functions/iswlower.texi: Likewise.
15250         * doc/posix-functions/iswprint.texi: Likewise.
15251         * doc/posix-functions/iswpunct.texi: Likewise.
15252         * doc/posix-functions/iswspace.texi: Likewise.
15253         * doc/posix-functions/iswupper.texi: Likewise.
15254         * doc/posix-functions/iswxdigit.texi: Likewise.
15255         * doc/posix-functions/mbrtowc.texi: Likewise.
15256         * doc/posix-functions/mbsrtowcs.texi: Likewise.
15257         * doc/posix-functions/mbstowcs.texi: Likewise.
15258         * doc/posix-functions/mbtowc.texi: Likewise.
15259         * doc/posix-functions/putwchar.texi: Likewise.
15260         * doc/posix-functions/putwc.texi: Likewise.
15261         * doc/posix-functions/swprintf.texi: Likewise.
15262         * doc/posix-functions/tolower.texi: Likewise.
15263         * doc/posix-functions/toupper.texi: Likewise.
15264         * doc/posix-functions/towctrans.texi: Likewise.
15265         * doc/posix-functions/ungetwc.texi: Likewise.
15266         * doc/posix-functions/vswprintf.texi: Likewise.
15267         * doc/posix-functions/wcrtomb.texi: Likewise.
15268         * doc/posix-functions/wcscat.texi: Likewise.
15269         * doc/posix-functions/wcschr.texi: Likewise.
15270         * doc/posix-functions/wcscmp.texi: Likewise.
15271         * doc/posix-functions/wcscoll.texi: Likewise.
15272         * doc/posix-functions/wcscpy.texi: Likewise.
15273         * doc/posix-functions/wcscspn.texi: Likewise.
15274         * doc/posix-functions/wcsftime.texi: Likewise.
15275         * doc/posix-functions/wcslen.texi: Likewise.
15276         * doc/posix-functions/wcsncat.texi: Likewise.
15277         * doc/posix-functions/wcsncmp.texi: Likewise.
15278         * doc/posix-functions/wcsncpy.texi: Likewise.
15279         * doc/posix-functions/wcspbrk.texi: Likewise.
15280         * doc/posix-functions/wcsrchr.texi: Likewise.
15281         * doc/posix-functions/wcsrtombs.texi: Likewise.
15282         * doc/posix-functions/wcsspn.texi: Likewise.
15283         * doc/posix-functions/wcsstr.texi: Likewise.
15284         * doc/posix-functions/wcstod.texi: Likewise.
15285         * doc/posix-functions/wcstof.texi: Likewise.
15286         * doc/posix-functions/wcstoimax.texi: Likewise.
15287         * doc/posix-functions/wcstok.texi: Likewise.
15288         * doc/posix-functions/wcstold.texi: Likewise.
15289         * doc/posix-functions/wcstoll.texi: Likewise.
15290         * doc/posix-functions/wcstol.texi: Likewise.
15291         * doc/posix-functions/wcstombs.texi: Likewise.
15292         * doc/posix-functions/wcstoull.texi: Likewise.
15293         * doc/posix-functions/wcstoul.texi: Likewise.
15294         * doc/posix-functions/wcstoumax.texi: Likewise.
15295         * doc/posix-functions/wcswidth.texi: Likewise.
15296         * doc/posix-functions/wcsxfrm.texi: Likewise.
15297         * doc/posix-functions/wctob.texi: Likewise.
15298         * doc/posix-functions/wctomb.texi: Likewise.
15299         * doc/posix-functions/wctrans.texi: Likewise.
15300         * doc/posix-functions/wctype.texi: Likewise.
15301         * doc/posix-functions/wcwidth.texi: Likewise.
15302         * doc/posix-functions/wmemchr.texi: Likewise.
15303         * doc/posix-functions/wmemcmp.texi: Likewise.
15304         * doc/posix-functions/wmemcpy.texi: Likewise.
15305         * doc/posix-functions/wmemmove.texi: Likewise.
15306         * doc/posix-functions/wmemset.texi: Likewise.
15307         * doc/posix-functions/wprintf.texi: Likewise.
15308         * doc/posix-functions/wscanf.texi: Likewise.
15309
15310 2008-12-21  Bruno Haible  <bruno@clisp.org>
15311
15312         Update doc for HP-UX 11.11.
15313         * doc/posix-functions/btowc.texi: Clarify that the function is missing
15314         in HP-UX version 11.00, not in all versions of HP-UX 11.
15315         * doc/posix-functions/fwide.texi: Likewise.
15316         * doc/posix-functions/fwprintf.texi: Likewise.
15317         * doc/posix-functions/fwscanf.texi: Likewise.
15318         * doc/posix-functions/inet_ntop.texi: Likewise.
15319         * doc/posix-functions/inet_pton.texi: Likewise.
15320         * doc/posix-functions/mbrlen.texi: Likewise.
15321         * doc/posix-functions/mbrtowc.texi: Likewise.
15322         * doc/posix-functions/mbsinit.texi: Likewise.
15323         * doc/posix-functions/mbsrtowcs.texi: Likewise.
15324         * doc/posix-functions/swprintf.texi: Likewise.
15325         * doc/posix-functions/swscanf.texi: Likewise.
15326         * doc/posix-functions/towctrans.texi: Likewise.
15327         * doc/posix-functions/vfwprintf.texi: Likewise.
15328         * doc/posix-functions/vswprintf.texi: Likewise.
15329         * doc/posix-functions/vwprintf.texi: Likewise.
15330         * doc/posix-functions/wcrtomb.texi: Likewise.
15331         * doc/posix-functions/wcsrtombs.texi: Likewise.
15332         * doc/posix-functions/wcsstr.texi: Likewise.
15333         * doc/posix-functions/wctob.texi: Likewise.
15334         * doc/posix-functions/wctrans.texi: Likewise.
15335         * doc/posix-functions/wmemchr.texi: Likewise.
15336         * doc/posix-functions/wmemcmp.texi: Likewise.
15337         * doc/posix-functions/wmemcpy.texi: Likewise.
15338         * doc/posix-functions/wmemmove.texi: Likewise.
15339         * doc/posix-functions/wmemset.texi: Likewise.
15340         * doc/posix-functions/wprintf.texi: Likewise.
15341         * doc/posix-functions/wscanf.texi: Likewise.
15342
15343 2008-12-21  Bruno Haible  <bruno@clisp.org>
15344
15345         Work around a portability problem.
15346         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
15347         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
15348
15349 2008-12-20  Bruno Haible  <bruno@clisp.org>
15350
15351         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
15352         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
15353         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
15354         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
15355         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
15356
15357         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
15358         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
15359         set.
15360         (GNULIB_defined_mbstate_t): New macro.
15361         (mbsinit): Redefine if REPLACE_MBSINIT is set.
15362         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
15363         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
15364         reuses the system's mbrtowc function but works around the bugs.
15365         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
15366         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
15367         macros.
15368         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
15369         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
15370         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
15371         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
15372         REPLACE_MBSINIT if mbsinit needs to be overridden.
15373         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
15374         REPLACE_MBSINIT, REPLACE_MBRTOWC.
15375         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
15376         REPLACE_MBSINIT, REPLACE_MBRTOWC.
15377         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
15378         m4/locale-zh.m4.
15379         (Depends): Add mbsinit.
15380         * modules/mbsinit (Depends): Add mbrtowc.
15381         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
15382
15383 2008-12-20  Bruno Haible  <bruno@clisp.org>
15384
15385         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
15386         so that there are no conversion errors on AIX.
15387         * tests/test-mbsrtowcs.c (main): LIkewise.
15388
15389 2008-12-20  Bruno Haible  <bruno@clisp.org>
15390
15391         Work around wctob bug on Solaris <= 9.
15392         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
15393         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
15394         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
15395         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
15396         * modules/wctob (Files): Add m4/locale-fr.m4.
15397         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
15398
15399 2008-12-20  Bruno Haible  <bruno@clisp.org>
15400
15401         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
15402         /dev/null.
15403         * tests/test-select-in.sh: Likewise.
15404         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15405
15406 2008-12-20  Bruno Haible  <bruno@clisp.org>
15407
15408         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
15409         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
15410         Cygwin 1.5.x.
15411
15412 2008-12-20  Bruno Haible  <bruno@clisp.org>
15413
15414         Ensure mbstate_t is defined on HP-UX 11.11.
15415         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
15416         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
15417         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
15418         AC_USE_SYSTEM_EXTENSIONS.
15419         * modules/fnmatch (Depends-on): Add extensions.
15420         * modules/mbrlen (Depends-on): Likewise.
15421         * modules/mbrtowc (Depends-on): Likewise.
15422         * modules/mbsinit (Depends-on): Likewise.
15423         * modules/mbsrtowcs (Depends-on): Likewise.
15424         * modules/mbswidth (Depends-on): Likewise.
15425         * modules/quotearg (Depends-on): Likewise.
15426         * modules/strftime (Depends-on): Likewise.
15427
15428 2008-12-20  Bruno Haible  <bruno@clisp.org>
15429
15430         Ensure wctob is declared on IRIX 6.5.
15431         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
15432         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
15433         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
15434         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
15435         of HAVE_WCTOB.
15436         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
15437         HAVE_WCTOB.
15438         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
15439
15440 2008-12-19  Bruno Haible  <bruno@clisp.org>
15441
15442         * modules/mbsrtowcs-tests: New file.
15443         * tests/test-mbsrtowcs1.sh: New file.
15444         * tests/test-mbsrtowcs2.sh: New file.
15445         * tests/test-mbsrtowcs3.sh: New file.
15446         * tests/test-mbsrtowcs4.sh: New file.
15447         * tests/test-mbsrtowcs.c: New file.
15448
15449         New module 'mbsrtowcs'.
15450         * lib/wchar.in.h (mbsrtowcs): New declaration.
15451         * lib/mbsrtowcs.c: New file.
15452         * m4/mbsrtowcs.m4: New file.
15453         * modules/mbsrtowcs: New file.
15454         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
15455         HAVE_MBSRTOWCS.
15456         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
15457         HAVE_MBSRTOWCS.
15458         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
15459
15460 2008-12-19  Bruno Haible  <bruno@clisp.org>
15461
15462         New module 'mbrlen'.
15463         * lib/wchar.in.h (mbrlen): New declaration.
15464         * lib/mbrlen.c: New file.
15465         * m4/mbrlen.m4: New file.
15466         * modules/mbrlen: New file.
15467         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
15468         HAVE_MBRLEN.
15469         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
15470         HAVE_MBRLEN.
15471         * doc/posix-functions/mbrlen.texi: Document the new module.
15472
15473 2008-12-19  Bruno Haible  <bruno@clisp.org>
15474
15475         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
15476         * modules/mbrtowc (Depends-on): Add verify.
15477         Suggested by Paul Eggert.
15478
15479 2008-12-18  Bruno Haible  <bruno@clisp.org>
15480
15481         * modules/mbsinit-tests: New file.
15482         * tests/test-mbsinit.sh: New file.
15483         * tests/test-mbsinit.c: New file.
15484
15485 2008-12-18  Bruno Haible  <bruno@clisp.org>
15486
15487         * modules/mbrtowc-tests: New file.
15488         * tests/test-mbrtowc1.sh: New file.
15489         * tests/test-mbrtowc2.sh: New file.
15490         * tests/test-mbrtowc3.sh: New file.
15491         * tests/test-mbrtowc4.sh: New file.
15492         * tests/test-mbrtowc.c: New file.
15493
15494         New module 'mbrtowc'.
15495         * lib/wchar.in.h (mbstate_t): Override when the system does not have
15496         mbsinit and mbrtowc.
15497         (mbrtowc): New declaration.
15498         * lib/mbrtowc.c: New file.
15499         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
15500         * modules/mbrtowc: New file.
15501         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
15502         HAVE_MBRTOWC.
15503         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
15504         HAVE_MBRTOWC.
15505         * doc/posix-functions/mbrtowc.texi: Document the new module.
15506
15507 2008-12-18  Bruno Haible  <bruno@clisp.org>
15508
15509         New module 'wctob'.
15510         * lib/wchar.in.h (wctob): New declaration.
15511         * lib/wctob.c: New file.
15512         * m4/wctob.m4: New file.
15513         * modules/wctob: New file.
15514         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
15515         HAVE_WCTOB.
15516         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
15517         * doc/posix-functions/wctob.texi: Document the new module.
15518
15519 2008-12-18  Bruno Haible  <bruno@clisp.org>
15520
15521         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
15522         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
15523
15524 2008-12-18  Simon Josefsson  <simon@josefsson.org>
15525
15526         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
15527         G. Christensen" <tgc@jupiterrise.com>.
15528
15529         * lib/flock.c: Need to include errno.h.  Reported by "Tom
15530         G. Christensen" <tgc@jupiterrise.com>.
15531
15532         * lib/flock.c: Need to include string.h.  Reported by "Tom
15533         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
15534         <ebb9@byu.net>.
15535
15536 2008-12-18  Bruno Haible  <bruno@clisp.org>
15537
15538         * m4/locale-ja.m4: New file, from GNU gettext.
15539
15540 2008-12-17  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
15543         Suggested by Eric Blake.
15544
15545 2008-12-17  Bruno Haible  <bruno@clisp.org>
15546
15547         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
15548
15549 2008-12-17  Bruno Haible  <bruno@clisp.org>
15550
15551         * lib/mbsinit.c: Include verify.h. Verify an assumption.
15552         * modules/mbsinit (Depends-on): Add verify.
15553         Suggested by Paul Eggert.
15554
15555 2008-12-17  Bruno Haible  <bruno@clisp.org>
15556
15557         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
15558         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
15559         gl_FUNC_MBRTOWC.
15560         * m4/mbiter.m4 (gl_MBITER): LIkewise.
15561         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
15562         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
15563         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
15564         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
15565         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
15566         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
15567         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
15568         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
15569         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
15570         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
15571         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
15572         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
15573         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
15574         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
15575         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15576         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
15577         * modules/trim (configure.ac): Likewise.
15578
15579 2008-12-17  Bruno Haible  <bruno@clisp.org>
15580
15581         * modules/btowc-tests: New file.
15582         * tests/test-btowc1.sh: New file.
15583         * tests/test-btowc2.sh: New file.
15584         * tests/test-btowc.c: New file.
15585
15586         New module 'btowc'.
15587         * lib/wchar.in.h (btowc): New declaration.
15588         * lib/btowc.c: New file.
15589         * m4/btowc.m4: New file.
15590         * modules/btowc: New file.
15591         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
15592         HAVE_BTOWC.
15593         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
15594         * doc/posix-functions/btowc.texi: Document the new module.
15595
15596 2008-12-17  Bruno Haible  <bruno@clisp.org>
15597
15598         New module 'mbsinit'.
15599         * lib/wchar.in.h (mbsinit): New declaration.
15600         * lib/mbsinit.c: New file.
15601         * m4/mbsinit.m4: New file.
15602         * modules/mbsinit: New file.
15603         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
15604         HAVE_MBSINIT.
15605         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
15606         HAVE_MBSINIT.
15607         * doc/posix-functions/mbsinit.texi: Document the new module.
15608
15609 2008-12-16  Bruno Haible  <bruno@clisp.org>
15610
15611         * lib/unistd.in.h: Add comment.
15612         * tests/test-environ.c: Don't include <stdlib.h>.
15613
15614 2008-12-16  Bruno Haible  <bruno@clisp.org>
15615
15616         * lib/parse-duration.h (parse_duration): Document return value
15617         convention.
15618         * lib/parse-duration.c: Include specification header first. Add
15619         comments.
15620         (_): Remove macro.
15621         (parse_year_month_day, parse_hour_minute_second): Move side effects
15622         outside of strchr call.
15623         (parse_non_iso8601): Move side effects outside of isspace call.
15624         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
15625         call.
15626
15627 2008-12-16  Bruno Haible  <bruno@clisp.org>
15628
15629         * tests/test-parse-duration.sh: Produce no output when the test
15630         succeeds.
15631
15632 2008-12-16  Bruno Haible  <bruno@clisp.org>
15633
15634         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
15635         expressions.
15636
15637 2008-12-15  Bruno Haible  <bruno@clisp.org>
15638
15639         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
15640         * doc/glibc-functions/flistxattr.texi: Likewise.
15641         * doc/glibc-functions/fopencookie.texi: Likewise.
15642         * doc/glibc-functions/fremovexattr.texi: Likewise.
15643         * doc/glibc-functions/fsetxattr.texi: Likewise.
15644         * doc/glibc-functions/getxattr.texi: Likewise.
15645         * doc/glibc-functions/lgetxattr.texi: Likewise.
15646         * doc/glibc-functions/listxattr.texi: Likewise.
15647         * doc/glibc-functions/llistxattr.texi: Likewise.
15648         * doc/glibc-functions/lremovexattr.texi: Likewise.
15649         * doc/glibc-functions/lsetxattr.texi: Likewise.
15650         * doc/glibc-functions/removexattr.texi: Likewise.
15651         * doc/glibc-functions/setxattr.texi: Likewise.
15652         * doc/posix-functions/open_memstream.texi: Likewise.
15653
15654 2008-12-15  Eric Blake  <ebb9@byu.net>
15655
15656         Update doc for cygwin 1.7.
15657         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
15658         functions.
15659         * doc/posix-functions/fchmodat.texi: Likewise.
15660         * doc/posix-functions/fchownat.texi: Likewise.
15661         * doc/posix-functions/fdopendir.texi: Likewise.
15662         * doc/posix-functions/fmemopen.texi: Likewise.
15663         * doc/posix-functions/freeaddrinfo.texi: Likewise.
15664         * doc/posix-functions/fstatat.texi: Likewise.
15665         * doc/posix-functions/futimens.texi: Likewise.
15666         * doc/posix-functions/gai_strerror.texi: Likewise.
15667         * doc/posix-functions/getaddrinfo.texi: Likewise.
15668         * doc/posix-functions/getnameinfo.texi: Likewise.
15669         * doc/posix-functions/if_freenameindex.texi: Likewise.
15670         * doc/posix-functions/if_indextoname.texi: Likewise.
15671         * doc/posix-functions/if_nameindex.texi: Likewise.
15672         * doc/posix-functions/if_nametoindex.texi: Likewise.
15673         * doc/posix-functions/insque.texi: Likewise.
15674         * doc/posix-functions/linkat.texi: Likewise.
15675         * doc/posix-functions/llrint.texi: Likewise.
15676         * doc/posix-functions/llrintf.texi: Likewise.
15677         * doc/posix-functions/llrintl.texi: Likewise.
15678         * doc/posix-functions/lockf.texi: Likewise.
15679         * doc/posix-functions/lrintl.texi: Likewise.
15680         * doc/posix-functions/mkdirat.texi: Likewise.
15681         * doc/posix-functions/mkfifoat.texi: Likewise.
15682         * doc/posix-functions/mknodat.texi: Likewise.
15683         * doc/posix-functions/mq_close.texi: Likewise.
15684         * doc/posix-functions/mq_getattr.texi: Likewise.
15685         * doc/posix-functions/mq_notify.texi: Likewise.
15686         * doc/posix-functions/mq_open.texi: Likewise.
15687         * doc/posix-functions/mq_receive.texi: Likewise.
15688         * doc/posix-functions/mq_send.texi: Likewise.
15689         * doc/posix-functions/mq_setattr.texi: Likewise.
15690         * doc/posix-functions/mq_timedreceive.texi: Likewise.
15691         * doc/posix-functions/mq_timedsend.texi: Likewise.
15692         * doc/posix-functions/mq_unlink.texi: Likewise.
15693         * doc/posix-functions/open_memstream.texi: Likewise.
15694         * doc/posix-functions/openat.texi: Likewise.
15695         * doc/posix-functions/posix_fadvise.texi: Likewise.
15696         * doc/posix-functions/posix_fallocate.texi: Likewise.
15697         * doc/posix-functions/posix_madvise.texi: Likewise.
15698         * doc/posix-functions/posix_memalign.texi: Likewise.
15699         * doc/posix-functions/posix_openpt.texi: Likewise.
15700         * doc/posix-functions/readlinkat.texi: Likewise.
15701         * doc/posix-functions/remque.texi: Likewise.
15702         * doc/posix-functions/renameat.texi: Likewise.
15703         * doc/posix-functions/rintl.texi: Likewise.
15704         * doc/posix-functions/sem_unlink.texi: Likewise.
15705         * doc/posix-functions/shm_open.texi: Likewise.
15706         * doc/posix-functions/shm_unlink.texi: Likewise.
15707         * doc/posix-functions/signgam.texi: Likewise.
15708         * doc/posix-functions/sigset.texi: Likewise.
15709         * doc/posix-functions/stpcpy.texi: Likewise.
15710         * doc/posix-functions/stpncpy.texi: Likewise.
15711         * doc/posix-functions/strerror.texi: Likewise.
15712         * doc/posix-functions/strtod.texi: Likewise.
15713         * doc/posix-functions/symlinkat.texi: Likewise.
15714         * doc/posix-functions/unlinkat.texi: Likewise.
15715         * doc/posix-functions/utimensat.texi: Likewise.
15716         * doc/glibc-functions/bindresvport.texi: Likewise.
15717         * doc/glibc-functions/dn_expand.texi: Likewise.
15718         * doc/glibc-functions/exp10.texi: Likewise.
15719         * doc/glibc-functions/exp10f.texi: Likewise.
15720         * doc/glibc-functions/fgetxattr.texi: Likewise.
15721         * doc/glibc-functions/flistxattr.texi: Likewise.
15722         * doc/glibc-functions/fopencookie.texi: Likewise.
15723         * doc/glibc-functions/freeifaddrs.texi: Likewise.
15724         * doc/glibc-functions/fremovexattr.texi: Likewise.
15725         * doc/glibc-functions/fsetxattr.texi: Likewise.
15726         * doc/glibc-functions/getifaddrs.texi: Likewise.
15727         * doc/glibc-functions/getxattr.texi: Likewise.
15728         * doc/glibc-functions/lgetxattr.texi: Likewise.
15729         * doc/glibc-functions/listxattr.texi: Likewise.
15730         * doc/glibc-functions/llistxattr.texi: Likewise.
15731         * doc/glibc-functions/lremovexattr.texi: Likewise.
15732         * doc/glibc-functions/lsetxattr.texi: Likewise.
15733         * doc/glibc-functions/pow10.texi: Likewise.
15734         * doc/glibc-functions/pow10f.texi: Likewise.
15735         * doc/glibc-functions/rcmd_af.texi: Likewise.
15736         * doc/glibc-functions/removexattr.texi: Likewise.
15737         * doc/glibc-functions/res_init.texi: Likewise.
15738         * doc/glibc-functions/res_mkquery.texi: Likewise.
15739         * doc/glibc-functions/res_query.texi: Likewise.
15740         * doc/glibc-functions/res_querydomain.texi: Likewise.
15741         * doc/glibc-functions/res_send.texi: Likewise.
15742         * doc/glibc-functions/rresvport_af.texi: Likewise.
15743         * doc/glibc-functions/setxattr.texi: Likewise.
15744         * doc/glibc-functions/strcasestr.texi: Likewise.
15745
15746 2008-12-15  Bruno Haible  <bruno@clisp.org>
15747
15748         Fix compilation error on OSF/1 4.0.
15749         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
15750         <sys/time.h>, simply delegate to the system header.
15751         Reported by Daniel Richard G. <oss@teragram.com>.
15752
15753 2008-12-15  Bruno Haible  <bruno@clisp.org>
15754
15755         * doc/posix-functions/openat.texi: Mention the 'openat' module.
15756         * doc/posix-functions/fchmodat.texi: Likewise.
15757         * doc/posix-functions/fchownat.texi: Likewise.
15758         * doc/posix-functions/fdopendir.texi: Likewise.
15759         * doc/posix-functions/fstatat.texi: Likewise.
15760         * doc/posix-functions/mkdirat.texi: Likewise.
15761         * doc/posix-functions/unlinkat.texi: Likewise.
15762
15763 2008-12-14  Bruno Haible  <bruno@clisp.org>
15764
15765         Update doc for POSIX:2008.
15766         * doc/posix-functions/faccessat.texi: New file.
15767         * doc/posix-functions/fchmodat.texi: New file.
15768         * doc/posix-functions/fchownat.texi: New file.
15769         * doc/posix-functions/fdopendir.texi: New file.
15770         * doc/posix-functions/fstatat.texi: New file.
15771         * doc/posix-functions/futimens.texi: New file.
15772         * doc/posix-functions/linkat.texi: New file.
15773         * doc/posix-functions/mkdirat.texi: New file.
15774         * doc/posix-functions/mkfifoat.texi: New file.
15775         * doc/posix-functions/mknodat.texi: New file.
15776         * doc/posix-functions/open_wmemstream.texi: New file.
15777         * doc/posix-functions/openat.texi: New file.
15778         * doc/posix-functions/psiginfo.texi: New file.
15779         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
15780         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
15781         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
15782         * doc/posix-functions/readlinkat.texi: New file.
15783         * doc/posix-functions/renameat.texi: New file.
15784         * doc/posix-functions/strerror_l.texi: New file.
15785         * doc/posix-functions/symlinkat.texi: New file.
15786         * doc/posix-functions/unlinkat.texi: New file.
15787         * doc/posix-functions/utimensat.texi: New file.
15788         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15789
15790 2008-12-14  Bruno Haible  <bruno@clisp.org>
15791
15792         Update doc for POSIX:2008.
15793         * doc/posix-functions/alphasort.texi: Renamed from
15794         doc/glibc-functions/alphasort.texi.
15795         * doc/posix-functions/dirfd.texi: Renamed from
15796         doc/glibc-functions/dirfd.texi.
15797         * doc/posix-functions/dprintf.texi: Renamed from
15798         doc/glibc-functions/dprintf.texi.
15799         * doc/posix-functions/duplocale.texi: Renamed from
15800         doc/glibc-functions/duplocale.texi.
15801         * doc/posix-functions/fexecve.texi: Renamed from
15802         doc/glibc-functions/fexecve.texi.
15803         * doc/posix-functions/fmemopen.texi: Renamed from
15804         doc/glibc-functions/fmemopen.texi.
15805         * doc/posix-functions/freelocale.texi: Renamed from
15806         doc/glibc-functions/freelocale.texi.
15807         * doc/posix-functions/getdate_err.texi: Renamed from
15808         doc/glibc-functions/getdate_err.texi.
15809         * doc/posix-functions/isalnum_l.texi: Renamed from
15810         doc/glibc-functions/isalnum_l.texi.
15811         * doc/posix-functions/isalpha_l.texi: Renamed from
15812         doc/glibc-functions/isalpha_l.texi.
15813         * doc/posix-functions/isblank_l.texi: Renamed from
15814         doc/glibc-functions/isblank_l.texi.
15815         * doc/posix-functions/iscntrl_l.texi: Renamed from
15816         doc/glibc-functions/iscntrl_l.texi.
15817         * doc/posix-functions/isdigit_l.texi: Renamed from
15818         doc/glibc-functions/isdigit_l.texi.
15819         * doc/posix-functions/isgraph_l.texi: Renamed from
15820         doc/glibc-functions/isgraph_l.texi.
15821         * doc/posix-functions/islower_l.texi: Renamed from
15822         doc/glibc-functions/islower_l.texi.
15823         * doc/posix-functions/isprint_l.texi: Renamed from
15824         doc/glibc-functions/isprint_l.texi.
15825         * doc/posix-functions/ispunct_l.texi: Renamed from
15826         doc/glibc-functions/ispunct_l.texi.
15827         * doc/posix-functions/isspace_l.texi: Renamed from
15828         doc/glibc-functions/isspace_l.texi.
15829         * doc/posix-functions/isupper_l.texi: Renamed from
15830         doc/glibc-functions/isupper_l.texi.
15831         * doc/posix-functions/iswalnum_l.texi: Renamed from
15832         doc/glibc-functions/iswalnum_l.texi.
15833         * doc/posix-functions/iswalpha_l.texi: Renamed from
15834         doc/glibc-functions/iswalpha_l.texi.
15835         * doc/posix-functions/iswblank_l.texi: Renamed from
15836         doc/glibc-functions/iswblank_l.texi.
15837         * doc/posix-functions/iswcntrl_l.texi: Renamed from
15838         doc/glibc-functions/iswcntrl_l.texi.
15839         * doc/posix-functions/iswctype_l.texi: Renamed from
15840         doc/glibc-functions/iswctype_l.texi.
15841         * doc/posix-functions/iswdigit_l.texi: Renamed from
15842         doc/glibc-functions/iswdigit_l.texi.
15843         * doc/posix-functions/iswgraph_l.texi: Renamed from
15844         doc/glibc-functions/iswgraph_l.texi.
15845         * doc/posix-functions/iswlower_l.texi: Renamed from
15846         doc/glibc-functions/iswlower_l.texi.
15847         * doc/posix-functions/iswprint_l.texi: Renamed from
15848         doc/glibc-functions/iswprint_l.texi.
15849         * doc/posix-functions/iswpunct_l.texi: Renamed from
15850         doc/glibc-functions/iswpunct_l.texi.
15851         * doc/posix-functions/iswspace_l.texi: Renamed from
15852         doc/glibc-functions/iswspace_l.texi.
15853         * doc/posix-functions/iswupper_l.texi: Renamed from
15854         doc/glibc-functions/iswupper_l.texi.
15855         * doc/posix-functions/iswxdigit_l.texi: Renamed from
15856         doc/glibc-functions/iswxdigit_l.texi.
15857         * doc/posix-functions/isxdigit_l.texi: Renamed from
15858         doc/glibc-functions/isxdigit_l.texi.
15859         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
15860         doc/glibc-functions/mbsnrtowcs.texi.
15861         * doc/posix-functions/mkdtemp.texi: Renamed from
15862         doc/glibc-functions/mkdtemp.texi.
15863         * doc/posix-functions/newlocale.texi: Renamed from
15864         doc/glibc-functions/newlocale.texi.
15865         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
15866         doc/glibc-functions/nl_langinfo_l.texi.
15867         * doc/posix-functions/open_memstream.texi: Renamed from
15868         doc/glibc-functions/open_memstream.texi.
15869         * doc/posix-functions/opterr.texi: Renamed from
15870         doc/glibc-functions/opterr.texi.
15871         * doc/posix-functions/optind.texi: Renamed from
15872         doc/glibc-functions/optind.texi.
15873         * doc/posix-functions/optopt.texi: Renamed from
15874         doc/glibc-functions/optopt.texi.
15875         * doc/posix-functions/psignal.texi: Renamed from
15876         doc/glibc-functions/psignal.texi.
15877         * doc/posix-functions/scandir.texi: Renamed from
15878         doc/glibc-functions/scandir.texi.
15879         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
15880         doc/glibc-functions/sched_get_priority_min.texi.
15881         * doc/posix-functions/signgam.texi: Renamed from
15882         doc/glibc-functions/signgam.texi.
15883         * doc/posix-functions/stpcpy.texi: Renamed from
15884         doc/glibc-functions/stpcpy.texi.
15885         * doc/posix-functions/stpncpy.texi: Renamed from
15886         doc/glibc-functions/stpncpy.texi.
15887         * doc/posix-functions/strcasecmp_l.texi: Renamed from
15888         doc/glibc-functions/strcasecmp_l.texi.
15889         * doc/posix-functions/strcoll_l.texi: Renamed from
15890         doc/glibc-functions/strcoll_l.texi.
15891         * doc/posix-functions/strfmon_l.texi: Renamed from
15892         doc/glibc-functions/strfmon_l.texi.
15893         * doc/posix-functions/strftime_l.texi: Renamed from
15894         doc/glibc-functions/strftime_l.texi.
15895         * doc/posix-functions/strncasecmp_l.texi: Renamed from
15896         doc/glibc-functions/strncasecmp_l.texi.
15897         * doc/posix-functions/strndup.texi: Renamed from
15898         doc/glibc-functions/strndup.texi.
15899         * doc/posix-functions/strnlen.texi: Renamed from
15900         doc/glibc-functions/strnlen.texi.
15901         * doc/posix-functions/strsignal.texi: Renamed from
15902         doc/glibc-functions/strsignal.texi.
15903         * doc/posix-functions/strxfrm_l.texi: Renamed from
15904         doc/glibc-functions/strxfrm_l.texi.
15905         * doc/posix-functions/timer_gettime.texi: Renamed from
15906         doc/glibc-functions/timer_gettime.texi.
15907         * doc/posix-functions/tolower_l.texi: Renamed from
15908         doc/glibc-functions/tolower_l.texi.
15909         * doc/posix-functions/toupper_l.texi: Renamed from
15910         doc/glibc-functions/toupper_l.texi.
15911         * doc/posix-functions/towctrans_l.texi: Renamed from
15912         doc/glibc-functions/towctrans_l.texi.
15913         * doc/posix-functions/towlower_l.texi: Renamed from
15914         doc/glibc-functions/towlower_l.texi.
15915         * doc/posix-functions/towupper_l.texi: Renamed from
15916         doc/glibc-functions/towupper_l.texi.
15917         * doc/posix-functions/uselocale.texi: Renamed from
15918         doc/glibc-functions/uselocale.texi.
15919         * doc/posix-functions/vdprintf.texi: Renamed from
15920         doc/glibc-functions/vdprintf.texi.
15921         * doc/posix-functions/wcpcpy.texi:
15922         Renamed from doc/glibc-functions/wcpcpy.texi.
15923         * doc/posix-functions/wcpncpy.texi: Renamed from
15924         doc/glibc-functions/wcpncpy.texi.
15925         * doc/posix-functions/wcscasecmp.texi: Renamed from
15926         doc/glibc-functions/wcscasecmp.texi.
15927         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
15928         doc/glibc-functions/wcscasecmp_l.texi.
15929         * doc/posix-functions/wcscoll_l.texi: Renamed from
15930         doc/glibc-functions/wcscoll_l.texi.
15931         * doc/posix-functions/wcsdup.texi: Renamed from
15932         doc/glibc-functions/wcsdup.texi.
15933         * doc/posix-functions/wcsncasecmp.texi: Renamed from
15934         doc/glibc-functions/wcsncasecmp.texi.
15935         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
15936         doc/glibc-functions/wcsncasecmp_l.texi.
15937         * doc/posix-functions/wcsnlen.texi: Renamed from
15938         doc/glibc-functions/wcsnlen.texi.
15939         * doc/posix-functions/wcsnrtombs.texi: Renamed from
15940         doc/glibc-functions/wcsnrtombs.texi.
15941         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
15942         doc/glibc-functions/wcsxfrm_l.texi.
15943         * doc/posix-functions/wctrans_l.texi: Renamed from
15944         doc/glibc-functions/wctrans_l.texi.
15945         * doc/posix-functions/wctype_l.texi: Renamed from
15946         doc/glibc-functions/wctype_l.texi.
15947         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15948         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
15949         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
15950         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
15951         these subsections.
15952         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
15953         Remove sections.
15954
15955 2008-12-14  Bruno Haible  <bruno@clisp.org>
15956
15957         Update doc for POSIX:2008.
15958         * doc/posix-functions/*.texi: Update URL of POSIX specification.
15959
15960 2008-12-14  Bruno Haible  <bruno@clisp.org>
15961
15962         Update doc for POSIX:2008.
15963         * doc/pastposix-functions/bcmp.texi: Renamed from
15964         doc/posix-functions/bcmp.texi.
15965         * doc/pastposix-functions/bcopy.texi: Renamed from
15966         doc/posix-functions/bcopy.texi.
15967         * doc/pastposix-functions/bsd_signal.texi: Renamed from
15968         doc/posix-functions/bsd_signal.texi.
15969         * doc/pastposix-functions/bzero.texi: Renamed from
15970         doc/posix-functions/bzero.texi.
15971         * doc/pastposix-functions/ecvt.texi: Renamed from
15972         doc/posix-functions/ecvt.texi.
15973         * doc/pastposix-functions/fcvt.texi: Renamed from
15974         doc/posix-functions/fcvt.texi.
15975         * doc/pastposix-functions/ftime.texi: Renamed from
15976         doc/posix-functions/ftime.texi.
15977         * doc/pastposix-functions/gcvt.texi: Renamed from
15978         doc/posix-functions/gcvt.texi.
15979         * doc/pastposix-functions/getcontext.texi: Renamed from
15980         doc/posix-functions/getcontext.texi.
15981         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
15982         doc/posix-functions/gethostbyaddr.texi.
15983         * doc/pastposix-functions/gethostbyname.texi: Renamed from
15984         doc/posix-functions/gethostbyname.texi.
15985         * doc/pastposix-functions/getwd.texi: Renamed from
15986         doc/posix-functions/getwd.texi.
15987         * doc/pastposix-functions/h_errno.texi: Renamed from
15988         doc/posix-functions/h_errno.texi.
15989         * doc/pastposix-functions/index.texi: Renamed from
15990         doc/posix-functions/index.texi.
15991         * doc/pastposix-functions/makecontext.texi: Renamed from
15992         doc/posix-functions/makecontext.texi.
15993         * doc/pastposix-functions/mktemp.texi: Renamed from
15994         doc/posix-functions/mktemp.texi.
15995         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
15996         doc/posix-functions/pthread_attr_getstackaddr.texi.
15997         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
15998         doc/posix-functions/pthread_attr_setstackaddr.texi.
15999         * doc/pastposix-functions/rindex.texi: Renamed from
16000         doc/posix-functions/rindex.texi.
16001         * doc/pastposix-functions/scalb.texi: Renamed from
16002         doc/posix-functions/scalb.texi.
16003         * doc/pastposix-functions/setcontext.texi: Renamed from
16004         doc/posix-functions/setcontext.texi.
16005         * doc/pastposix-functions/swapcontext.texi: Renamed from
16006         doc/posix-functions/swapcontext.texi.
16007         * doc/pastposix-functions/ualarm.texi: Renamed from
16008         doc/posix-functions/ualarm.texi.
16009         * doc/pastposix-functions/usleep.texi: Renamed from
16010         doc/posix-functions/usleep.texi.
16011         * doc/pastposix-functions/vfork.texi: Renamed from
16012         doc/posix-functions/vfork.texi.
16013         * doc/pastposix-functions/wcswcs.texi: Renamed from
16014         doc/posix-functions/wcswcs.texi.
16015         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
16016         (Function Substitutes): Update.
16017
16018 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16019
16020         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
16021         m4/strerror.m4.
16022
16023 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16024             Bruno Haible  <bruno@clisp.org>
16025
16026         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
16027
16028 2008-12-13  Bruno Haible  <bruno@clisp.org>
16029
16030         * modules/strtoull (Depends-on): Remove unistd.
16031
16032 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16033
16034         * modules/strtoull (Depends-on): Add stdlib.
16035
16036 2008-12-11  Simon Josefsson  <simon@josefsson.org>
16037
16038         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
16039
16040 2008-12-10  Jim Meyering  <meyering@redhat.com>
16041
16042         gl_ASSERT: don't say assertions are disabled when they're not
16043         * m4/assert.m4 (gl_ASSERT): Do not make configure report
16044         "checking whether to enable assertions... no", when they are in
16045         fact enabled.  This is solely a bug in the output of configure.
16046         In spite of saying "no", NDEBUG was not defined in that case.
16047         Also, as noted by Eric Blake, leave assertions enabled upon
16048         --enable-assert=INVALID.
16049
16050 2008-12-10  Bruno Haible  <bruno@clisp.org>
16051
16052         Change MODULES.html to refer to POSIX:2008 where possible.
16053         * MODULES.html.sh (POSIX2008_URL): New variable.
16054         (posix_headers): Remove sys/timeb, ucontext.
16055         (posix2001_headers): New variable.
16056         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
16057         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
16058         index, makecontext, mktemp, pthread_attr_getstackaddr,
16059         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
16060         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
16061         (posix2001_functions): New variable.
16062         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
16063         otherwise.
16064
16065 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16066
16067         add missing include to parse-duration.c
16068         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
16069         * modules/parse-duration (Depends-on): Add xalloc.
16070
16071         fix sed script reading maint.mk
16072         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
16073         (syntax-check-rules): Use it.
16074
16075 2008-12-09  Bruno Haible  <bruno@clisp.org>
16076
16077         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
16078         MacOS X 10.4/PowerPC.
16079         Reported by Simon Josefsson.
16080
16081 2008-12-08  Jim Meyering  <meyering@redhat.com>
16082
16083         work around mingw's lack of some S_IF definitions
16084         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
16085         Reported by Simon Josefsson.
16086
16087 2008-12-08  Bruno Haible  <bruno@clisp.org>
16088
16089         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
16090         applied to variables. Needed on MacOS X 10.4/PowerPC.
16091         Reported by Simon Josefsson.
16092
16093 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
16094         and Eric Blake  <ebb9@byu.net>
16095
16096         assert: honor --enable-assert
16097         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
16098         order to honor --enable-assert, rather than treating it as a
16099         synonym for --disable-assert.
16100
16101 2008-12-08  Jim Meyering  <meyering@redhat.com>
16102
16103         * lib/posixtm.c: Remove now-useless declaration of mktime.
16104
16105         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
16106
16107 2008-12-07  Bruno Haible  <bruno@clisp.org>
16108
16109         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
16110         test_once): Mark functions as static.
16111         * tests/test-tls.c (test_tls): Likewise.
16112
16113 2008-12-07  Bruno Haible  <bruno@clisp.org>
16114
16115         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
16116         iconv_register_autodetect.
16117
16118 2008-12-07  Jim Meyering  <meyering@redhat.com>
16119
16120         posixtm.c: avoid a warning
16121         * lib/posixtm.c (posixtime): Don't initialize tm0.
16122         It's no longer needed to placate gcc4's -Wuninitialized,
16123         and the attempt to placate would elicit a new warning.
16124
16125         unicodeio.c: mark unused parameters
16126         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
16127         (fallback_failure_callback): Likewise.
16128
16129 2008-12-07  Bruno Haible  <bruno@clisp.org>
16130
16131         * gnulib-tool (func_create_testdir): When building the tests
16132         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
16133         Reported by Simon Josefsson.
16134
16135 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16136
16137         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
16138
16139 2008-12-06  Bruno Haible  <bruno@clisp.org>
16140
16141         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
16142         Suggested by Eric Blake.
16143
16144 2008-12-06  Bruno Haible  <bruno@clisp.org>
16145
16146         Fix a c-stack test failure on MacOS X.
16147         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
16148         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
16149         handler for SIGBUS as well.
16150         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
16151         install a signal handler for SIGBUS as well.
16152         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
16153
16154 2008-12-06  Bruno Haible  <bruno@clisp.org>
16155
16156         Advocacy documentation.
16157         * doc/gnulib-intro.texi (Benefits): New section.
16158         * doc/gnulib.texi: Update.
16159
16160 2008-12-06  Bruno Haible  <bruno@clisp.org>
16161
16162         Document the 'manywarnings' module.
16163         * doc/manywarnings.texi: New file.
16164         * doc/gnulib.texi: Include it.
16165
16166 2008-12-05  Eric Blake  <ebb9@byu.net>
16167
16168         tests: silence some gcc warnings
16169         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
16170         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
16171         type mismatches.
16172
16173 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16174             Bruno Haible  <bruno@clisp.org>
16175
16176         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
16177
16178 2008-11-29  Jim Meyering  <meyering@redhat.com>
16179
16180         unicodeio.c: mark unused parameters
16181         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
16182         (fallback_failure_callback): Likewise.
16183
16184         fts: fix a thinko
16185         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
16186         (set_stat_type): Return S_IF*-valued "type" directly.
16187         Prompted by James Youngman's spotting a related bug.
16188         Confirmed by further testing through find.
16189
16190         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
16191         * lib/fts.c (D_TYPE): Define.
16192         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
16193         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
16194         (s_ifmt_shift_bits): New function.
16195         (set_stat_type): New function.
16196         (fts_build): When not calling fts_stat, call set_stat_type
16197         to propagate dirent.d_type info to fts_read caller.
16198         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
16199         fts_statp->st_mode type information may be valid.
16200
16201 2008-11-28  Simon Josefsson  <simon@josefsson.org>
16202
16203         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
16204         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
16205         <sds@gnu.org>.
16206
16207 2008-11-20  Bruno Haible  <bruno@clisp.org>
16208
16209         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
16210         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
16211         INCLUDE_NEXT.
16212         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
16213         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
16214         * modules/math (Makefile.am): Substitute
16215         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
16216         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16217
16218 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
16219             Bruno Haible  <bruno@clisp.org>
16220
16221         * lib/stdint.in.h: Define all type macros so that their expansion is
16222         a single typedef'ed token. Fixes a compilation failure in Boost which
16223         does "using ::int8_t;".
16224
16225 2008-11-18  Simon Josefsson  <simon@josefsson.org>
16226
16227         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
16228         gl_MANYWARN_ALL_GCC.
16229         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
16230         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
16231         * modules/manywarnings: New file.
16232         * MODULES.html.sh: Mention manywarnings module.
16233
16234 2008-11-18  Bruno Haible  <bruno@clisp.org>
16235
16236         * doc/gnulib-tool.texi (Unit tests): New section.
16237
16238 2008-11-18  Simon Josefsson  <simon@josefsson.org>
16239
16240         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
16241         paths like 'lib/po/foo.po'.
16242
16243 2008-11-17  Simon Josefsson  <simon@josefsson.org>
16244
16245         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
16246         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
16247
16248 2008-11-17  Simon Josefsson  <simon@josefsson.org>
16249
16250         * m4/warnings.m4: Use CPPFLAGS to really check whether the
16251         parameter works.
16252
16253 2008-11-17  Simon Josefsson  <simon@josefsson.org>
16254
16255         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
16256
16257 2008-11-17  Bruce Korb  <bkorb@gnu.org>
16258
16259         * modules/parse-duration-tests: New file.
16260         * tests/test-parse-duration.sh: New file.
16261         * tests/test-parse-duration.c: New file.
16262
16263         New module 'parse-duration'.
16264         * lib/parse-duration.h: New file.
16265         * lib/parse-duration.c: New file.
16266         * modules/parse-duration: New file.
16267
16268 2008-11-17  Bruno Haible  <bruno@clisp.org>
16269
16270         * tests/test-select-out.sh: Comment out the first pipe test.
16271         Reported by Simon Josefsson.
16272
16273 2008-11-17  Bruno Haible  <bruno@clisp.org>
16274
16275         * modules/getaddrinfo (Depends-on): Add servent, hostent.
16276         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
16277         gl_HOSTENT.
16278
16279 2008-11-17  Bruno Haible  <bruno@clisp.org>
16280
16281         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
16282         -lnetwork and -lnet. Needed for Haiku and BeOS.
16283
16284 2008-11-16  Bruno Haible  <bruno@clisp.org>
16285
16286         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
16287
16288 2008-11-16  Bruno Haible  <bruno@clisp.org>
16289
16290         Avoid test failure on Haiku.
16291         * tests/test-fsync.c: Include <errno.h>.
16292         (main): Don't require that fsync (0) fails.
16293
16294 2008-11-15  Bruno Haible  <bruno@clisp.org>
16295
16296         New module 'hostent'.
16297         * modules/hostent: New file.
16298         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
16299
16300 2008-11-15  Bruno Haible  <bruno@clisp.org>
16301
16302         New module 'servent'.
16303         * modules/servent: New file.
16304         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
16305
16306 2008-11-15  Bruno Haible  <bruno@clisp.org>
16307
16308         Avoid generating same test program with two different rules.
16309         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
16310         test-frexp to test-frexp-nolibm.
16311         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
16312         test-frexpl to test-frexpl-nolibm.
16313
16314 2008-11-15  Bruno Haible  <bruno@clisp.org>
16315
16316         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
16317         $(FREXPL_LIBM).
16318
16319 2008-11-15  Bruno Haible  <bruno@clisp.org>
16320
16321         * lib/netdb.in.h: Activate the definitions also when the system's
16322         <netdb.h> has 'struct addrinfo'.
16323         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
16324         EAI_OVERFLOW or AI_NUMERICSERV.
16325         * doc/posix-headers/netdb.texi: Document the problem.
16326
16327 2008-11-15  Bruno Haible  <bruno@clisp.org>
16328
16329         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
16330
16331         Make the 'sched' module work on platforms where <sched.h> exists but
16332         is incomplete (such as Haiku).
16333         * lib/sched.in.h; Include the system's <sched.h> if it exists.
16334         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
16335         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
16336         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
16337         HAVE_STRUCT_SCHED_PARAM.
16338         * modules/sched (Depends-on): Add include_next.
16339         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
16340         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
16341         * doc/posix-headers/sched.texi: Document the issue.
16342
16343 2008-11-13  Jim Meyering  <meyering@redhat.com>
16344
16345         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
16346         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
16347         test would fail due to the difference in the Report bugs to ...
16348         line.  The expected address is empty, "<>", while the actual
16349         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
16350
16351 2008-11-12  Bruno Haible  <bruno@clisp.org>
16352
16353         lstat: don't compile lstat.c on systems lacking lstat
16354         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
16355         which don't have lstat; this is handled by lib/sys_stat.in.h already.
16356         Reported by Daniel P. Berrange via Jim Meyering.
16357
16358 2008-11-12  Jim Meyering  <meyering@redhat.com>
16359
16360         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
16361
16362 2008-11-12  Simon Josefsson  <simon@josefsson.org>
16363
16364         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
16365         instead.
16366
16367 2008-11-12  Bruno Haible  <bruno@clisp.org>
16368
16369         * lib/unicodeio.c: Include unistr.h.
16370         (utf8_wctomb): Remove function.
16371         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
16372
16373 2008-11-12  Simon Josefsson  <simon@josefsson.org>
16374
16375         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
16376         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
16377         <bruno@clisp.org>.
16378         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
16379
16380 2008-11-12  Simon Josefsson  <simon@josefsson.org>
16381
16382         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
16383         * doc/gnulib.texi: Add section for warnings.
16384
16385 2008-11-11  Bruno Haible  <bruno@clisp.org>
16386
16387         * lib/sockets.h: Add a comment.
16388
16389 2008-11-11  Karl Berry  <karl@gnu.org>
16390
16391         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
16392
16393 2008-11-11  Eric Blake  <ebb9@byu.net>
16394
16395         fdl.texi: avoid git symlinks
16396         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
16397
16398 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16399
16400         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
16401
16402 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16403
16404         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
16405         (gl_WARN_ADD): Substitute $2 if literal.
16406
16407 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16408
16409         * m4/warning.m4: Remove.
16410
16411 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16412
16413         * m4/warnings.m4: Almost complete rewrite. :-)
16414
16415 2008-11-10  Simon Josefsson  <simon@josefsson.org>
16416
16417         * modules/warnings: New module.
16418         * m4/warnings.m4: New file.
16419         * MODULES.html.sh: Mention warnings module.
16420         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
16421         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16422
16423 2008-11-10  Eric Blake  <ebb9@byu.net>
16424
16425         fdl.texi: make a symlink to the latest version
16426         * doc/standards.texi: Revert today's earlier change.
16427         * doc/fdl-1.2.texi: Rename from old fdl.texi...
16428         * doc/fdl.texi: ...and replace this with a symlink to the newer
16429         fdl-1.3.texi.
16430
16431 2008-11-10  Bruno Haible  <bruno@clisp.org>
16432
16433         * tests/test-select-fd.c (main): Accept the result file name as fourth
16434         argument.
16435         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
16436         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
16437
16438 2008-11-10  Bruno Haible  <bruno@clisp.org>
16439
16440         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
16441         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
16442         as autoconf-substituted macros.
16443         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
16444         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
16445         gl_NETDB_H_DEFAULTS. Set these variables.
16446         * modules/netdb (Makefile.am): Substitute these variables.
16447
16448 2008-11-10  Eric Blake  <ebb9@byu.net>
16449
16450         standards.texi: include correct file for FDL 1.3
16451         * doc/standards.texi (GNU Free Documentation License): Change
16452         include file to pull in FDL 1.3, not 1.2.
16453
16454         fdl.texi: revert accidental change to license
16455         * doc/fdl.texi: This is FDL 1.2, not 1.3.
16456
16457 2008-11-10  Bruno Haible  <bruno@clisp.org>
16458
16459         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
16460         cross-compiling guesses also when the native compile gives no result.
16461
16462 2008-11-10  Bruno Haible  <bruno@clisp.org>
16463
16464         * lib/spawni.c (__spawni): Force variable into the stack.
16465
16466 2008-11-10  Bruno Haible  <bruno@clisp.org>
16467
16468         Add support for Haiku.
16469         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
16470         glibc and BeOS, but also on Haiku.
16471         * lib/fpurge.c (fpurge): Likewise.
16472         * lib/freadable.c (freadable): Likewise.
16473         * lib/freadahead.c (freadahead): Likewise.
16474         * lib/freading.c (freading): Likewise.
16475         * lib/freadptr.c (freadptr): Likewise.
16476         * lib/freadseek.c (freadptrinc): Likewise.
16477         * lib/fseeko.c (rpl_fseeko): Likewise.
16478         * lib/fseterr.c (fseterr): Likewise.
16479         * lib/fwritable.c (fwritable): Likewise.
16480         * lib/fwriting.c (fwriting): Likewise.
16481         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
16482
16483 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
16484
16485         * lib/config.charset: Treat Haiku like BeOS.
16486
16487 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
16488
16489         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
16490         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
16491
16492 2008-11-08  Bruno Haible  <bruno@clisp.org>
16493
16494         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
16495         AC_CACHE_CHECK.
16496
16497 2008-11-08  Bruno Haible  <bruno@clisp.org>
16498
16499         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
16500
16501 2008-11-08  Bruno Haible  <bruno@clisp.org>
16502
16503         * tests/test-select-fd.c: New file.
16504         * tests/test-select-in.sh: New file.
16505         * tests/test-select-out.sh: New file.
16506         * tests/test-select-stdin.c: New file.
16507         * modules/select-tests (Files): Add the new files.
16508         (Depends-on): Add gettimeofday.
16509         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
16510         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
16511         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
16512
16513 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
16514             Bruno Haible  <bruno@clisp.org>
16515
16516         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
16517
16518 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
16519
16520         * build-aux/pmccabe2html: Added support for C++ source files.
16521
16522 2008-11-05  Ben Pfaff  <blp@gnu.org>
16523
16524         Fix lib/close.c build on Windows.
16525         * modules/close (Files): Add lib/w32sock.h.
16526
16527 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
16528
16529         Accept Bison's NEWS format.
16530         * build-aux/announce-gen (print_news_deltas): Tweak
16531         $re_prefix.
16532
16533 2008-11-04  Bruno Haible  <bruno@clisp.org>
16534
16535         * modules/random_r (Maintainer): Add glibc.
16536
16537 2008-11-04  Simon Josefsson  <simon@josefsson.org>
16538
16539         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
16540         by karl@freefriends.org (Karl Berry).
16541         * doc/alloca.texi: Likewise.
16542         * doc/c-ctype.texi: Likewise.
16543         * doc/c-strcase.texi: Likewise.
16544         * doc/c-strcaseeq.texi: Likewise.
16545         * doc/c-strcasestr.texi: Likewise.
16546         * doc/c-strstr.texi: Likewise.
16547         * doc/c-strtod.texi: Likewise.
16548         * doc/c-strtold.texi: Likewise.
16549         * doc/ctime.texi: Likewise.
16550         * doc/error.texi: Likewise.
16551         * doc/fdl.texi: Likewise.
16552         * doc/gcd.texi: Likewise.
16553         * doc/getdate.texi: Likewise.
16554         * doc/gnulib-intro.texi: Likewise.
16555         * doc/gnulib-tool.texi: Likewise.
16556         * doc/gnulib.texi: Likewise.
16557         * doc/inet_ntoa.texi: Likewise.
16558         * doc/maintain.texi: Likewise.
16559         * doc/make-stds.texi: Likewise.
16560         * doc/quote.texi: Likewise.
16561         * doc/regexprops-generic.texi: Likewise.
16562         * doc/standards.texi: Likewise.
16563         * doc/verify.texi: Likewise.
16564         * doc/visibility.texi: Likewise.
16565         * doc/gnulib.texi (GNU Free Documentation License): Include
16566         fdl-1.3.texi instead of fdl.texi.
16567
16568 2008-11-04  Simon Josefsson  <simon@josefsson.org>
16569
16570         * doc/fdl-1.3.texi: New file, from
16571         <http://www.gnu.org/licenses/fdl-1.3.texi>.
16572         * modules/fdl-1.3: Add.
16573         * MODULES.html.sh: Add fdl-1.3.
16574
16575 2008-11-03  Bruno Haible  <bruno@clisp.org>
16576
16577         Make determination of absolute name of header file work with AIX xlc.
16578         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
16579         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
16580         preprocessing.
16581         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
16582         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16583
16584 2008-11-03  Simon Josefsson  <simon@josefsson.org>
16585
16586         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
16587         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
16588         <ludo@gnu.org>.
16589
16590 2008-11-02  Bruno Haible  <bruno@clisp.org>
16591
16592         Mark 'strpbrk' obsolete.
16593         * modules/strpbrk (Status, Notice): New sections.
16594         * modules/strtok_r (Depends-on): Add strpbrk.
16595
16596 2008-11-02  Bruno Haible  <bruno@clisp.org>
16597
16598         Mark 'strdup' obsolete.
16599         * modules/strdup (Status, Notice): New sections.
16600         * modules/findprog (Depends-on): Add strdup.
16601         * modules/getaddrinfo (Depends-on): Likewise.
16602         * modules/localename (Depends-on): Likewise.
16603         * modules/relocatable-lib (Depends-on): Likewise.
16604         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
16605         * modules/relocatable-prog (Depends-on): Likewise.
16606         * modules/trim (Depends-on): Likewise.
16607         * modules/unictype/gen-ctype (Depends-on): Likewise.
16608         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
16609
16610 2008-11-02  Bruno Haible  <bruno@clisp.org>
16611
16612         Mark 'strcspn' obsolete.
16613         * modules/strcspn (Status, Notice): New sections.
16614
16615 2008-11-02  Bruno Haible  <bruno@clisp.org>
16616
16617         Mark 'rmdir' obsolete.
16618         * modules/rmdir (Status, Notice): New sections.
16619         * modules/clean-temp (Depends-on): Add rmdir.
16620         * modules/openat (Depends-on): Likewise.
16621
16622 2008-11-02  Bruno Haible  <bruno@clisp.org>
16623
16624         Mark 'raise' obsolete.
16625         * modules/raise (Status, Notice): New sections.
16626         (Include): Specify <signal.h>.
16627         * modules/stdio (Depends-on): Add raise.
16628         * modules/write (Depends-on): Likewise.
16629
16630 2008-11-02  Bruno Haible  <bruno@clisp.org>
16631
16632         Mark 'memset' obsolete.
16633         * modules/memset (Status, Notice): New sections.
16634
16635 2008-11-02  Bruno Haible  <bruno@clisp.org>
16636
16637         Mark 'memmove' obsolete.
16638         * modules/memmove (Status, Notice): New sections.
16639         * modules/argp (Depends-on): Add memmove.
16640         * modules/argz (Depends-on): Likewise.
16641         * modules/canonicalize (Depends-on): Likewise.
16642         * modules/canonicalize-lgpl (Depends-on): Likewise.
16643         * modules/fts (Depends-on): Likewise.
16644         * modules/getcwd (Depends-on): Likewise.
16645         * modules/human (Depends-on): Likewise.
16646         * modules/regex (Depends-on): Likewise.
16647         * modules/striconveh (Depends-on): Likewise.
16648         * modules/trim (Depends-on): Likewise.
16649         * modules/unistr/u8-move (Depends-on): Likewise.
16650         * modules/unistr/u16-move (Depends-on): Likewise.
16651         * modules/unistr/u32-move (Depends-on): Likewise.
16652
16653 2008-11-02  Bruno Haible  <bruno@clisp.org>
16654
16655         Mark 'memcpy' obsolete.
16656         * modules/memcpy (Status, Notice): New sections.
16657
16658 2008-11-02  Bruno Haible  <bruno@clisp.org>
16659
16660         Mark 'memcmp' obsolete.
16661         * modules/memcmp (Status, Notice): New sections.
16662         * modules/argmatch (Depends-on): Add memchr.
16663         * modules/backupfile (Depends-on): Likewise.
16664         * modules/c-strcasestr (Depends-on): Likewise.
16665         * modules/crypto/des (Depends-on): Likewise.
16666         * modules/csharpcomp (Depends-on): Likewise.
16667         * modules/fnmatch (Depends-on): Likewise.
16668         * modules/git-merge-changelog (Depends-on): Likewise.
16669         * modules/isnand (Depends-on): Likewise.
16670         * modules/isnand-nolibm (Depends-on): Likewise.
16671         * modules/isnanf (Depends-on): Likewise.
16672         * modules/isnanf-nolibm (Depends-on): Likewise.
16673         * modules/isnanl (Depends-on): Likewise.
16674         * modules/isnanl-nolibm (Depends-on): Likewise.
16675         * modules/mbchar (Depends-on): Likewise.
16676         * modules/memcoll (Depends-on): Likewise.
16677         * modules/quotearg (Depends-on): Likewise.
16678         * modules/regex (Depends-on): Likewise.
16679         * modules/relocatable-prog (Depends-on): Likewise.
16680         * modules/same (Depends-on): Likewise.
16681         * modules/signbit (Depends-on): Likewise.
16682         * modules/strcasestr-simple (Depends-on): Likewise.
16683         * modules/unictype/gen-ctype (Depends-on): Likewise.
16684         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
16685         * modules/uniname/uniname (Depends-on): Likewise.
16686         * modules/unistr/u8-cmp (Depends-on): Likewise.
16687
16688 2008-11-02  Bruno Haible  <bruno@clisp.org>
16689
16690         Mark 'memchr' obsolete.
16691         * modules/memchr (Status, Notice): New sections.
16692         * modules/argp (Depends-on): Add memchr.
16693         * modules/base64 (Depends-on): Likewise.
16694         * modules/c-strcasestr (Depends-on): Likewise.
16695         * modules/chdir-long (Depends-on): Likewise.
16696         * modules/fnmatch (Depends-on): Likewise.
16697         * modules/getsubopt (Depends-on): Likewise.
16698         * modules/git-merge-changelog (Depends-on): Likewise.
16699         * modules/glob (Depends-on): Likewise.
16700         * modules/strcasestr-simple (Depends-on): Likewise.
16701         * modules/strnlen (Depends-on): Likewise.
16702
16703 2008-11-02  Bruno Haible  <bruno@clisp.org>
16704
16705         Mark 'atexit' obsolete.
16706         * modules/atexit (Status, Notice): New sections.
16707         * modules/chdir-long (Depends-on): Add atexit.
16708         * modules/wait-process (Depends-on): Likewise.
16709
16710 2008-11-02  Bruno Haible  <bruno@clisp.org>
16711
16712         * gnulib-tool: New option --with-obsolete.
16713         (func_usage): Document it.
16714         (func_modules_transitive_closure): Drop obsolete dependencies if
16715         incobsolete is not true.
16716         (func_import): Read and save the incobsolete variable to the cache.
16717
16718 2008-11-02  Bruno Haible  <bruno@clisp.org>
16719
16720         * modules/TEMPLATE-EXTENDED: New field 'Status'.
16721         * gnulib-tool: New option --extract-status.
16722         (func_usage): Document it.
16723         (sed_extract_prog): Recognize it.
16724         (func_get_status): New function.
16725
16726 2008-10-30  Simon Josefsson  <simon@josefsson.org>
16727
16728         * modules/sockets (License): Change from LGPL to LGPLv2+.
16729
16730 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16731
16732         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
16733
16734 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16735
16736         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16737         Mention times and sys_times.
16738         * modules/sys_times, modules/sys_times-tests: New modules.
16739         * modules/times, modules/times-tests: Likewise
16740         * m4/sys_times_h.m4: New file.
16741         * lib/sys_times.in.h: Likewise
16742         * lib/times.c: Likewise.
16743         * tests/test-sys_times.c: Likewise.
16744         * tests/test-times.c: Likewise.
16745         * doc/posix-headers/sys_times.texi: Update.
16746         * doc/posix-functions/times.texi: Update.
16747
16748 2008-10-28  Jim Meyering  <meyering@redhat.com>
16749
16750         * modules/tempname (Depends-on): Add lstat.
16751
16752         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
16753
16754 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16755
16756         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
16757         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
16758         using idiom used elsewhere in gnulib.
16759
16760 2008-10-27  Jim Meyering  <meyering@redhat.com>
16761
16762         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
16763
16764 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16765
16766         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
16767         TESTS_ENVIRONMENT, for shell scripts that needs to call built
16768         programs.
16769         * tests/test-argp-2.sh: Use $EXEEXT when needed.
16770
16771 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16772
16773         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
16774
16775 2008-10-27  Bruno Haible  <bruno@clisp.org>
16776
16777         * tests/test-lstat.c: Include <stdio.h>.
16778
16779 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16780
16781         * modules/lstat-tests: New module.
16782         * tests/test-lstat.c: New file.
16783
16784 2008-10-26  Jim Meyering  <meyering@redhat.com>
16785
16786         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
16787
16788 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16789             Bruno Haible  <bruno@clisp.org>
16790
16791         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
16792         * modules/configmake (Include): Add a note that the include must come
16793         after all system headers.
16794         * lib/javaversion.c: Include configmake.h after all other includes.
16795
16796 2008-10-26  Bruno Haible  <bruno@clisp.org>
16797
16798         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
16799         HAVE_STRUCT_RANDOM_DATA to 1.
16800         (gl_STDLIB_H): Simplify.
16801
16802 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16803
16804         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
16805         substitute HAVE_STRUCT_RANDOM_DATA.
16806         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
16807         random_data.
16808         * modules/stdlib (Makefile.am): Substitute
16809         HAVE_STRUCT_RANDOM_DATA.
16810
16811 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16812
16813         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
16814         * doc/gnulib-intro.texi (Copyright): Likewise.
16815
16816 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16817
16818         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
16819         findings.
16820
16821 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
16822             Bruno Haible  <bruno@clisp.org>
16823
16824         * lib/unistd.in.h: Include <winsock2.h>.
16825         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
16826         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
16827         Provide dummy declarations.
16828         (gethostname): Override.
16829         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
16830         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
16831         gl_PREREQ_SYS_H_WINSOCK2.
16832         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
16833         * doc/posix-functions/gethostname.texi: More details.
16834
16835 2008-10-25  Bruno Haible  <bruno@clisp.org>
16836
16837         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16838         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
16839         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
16840
16841         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
16842         here ...
16843         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
16844         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
16845         gl_UNISTD_H_DEFAULTS.
16846
16847 2008-10-25  Eric Blake  <ebb9@byu.net>
16848
16849         signbit: avoid spurious compiler failure
16850         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
16851         declarations inside function.
16852
16853 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16854             Bruno Haible  <bruno@clisp.org>
16855
16856         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
16857         * modules/random_r (Depends-on): Add stdint.
16858
16859 2008-10-24  Bruno Haible  <bruno@clisp.org>
16860
16861         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
16862         Eggert.
16863         * modules/strerror (License): Likewise.
16864
16865 2008-10-24  Jim Meyering  <meyering@redhat.com>
16866
16867         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
16868         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
16869
16870 2008-10-24  Eric Blake  <ebb9@byu.net>
16871
16872         getgroups: fix compilation when getgroups is available
16873         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
16874         but with <config.h> override of getgroups disabled.
16875
16876 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16877
16878         * doc/gnulib.texi (Header files): Add note about C++ problems.
16879         Explained by Bruno Haible <bruno@clisp.org>.
16880
16881 2008-10-23  Bruno Haible  <bruno@clisp.org>
16882
16883         Define a dummy SA_NODEFER macro on Interix.
16884         * lib/signal.in.h (SA_NODEFER): Define fallback.
16885         Reported by Aleksey Cheusov <cheusov@tut.by> via
16886         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
16887
16888 2008-10-23  Bruno Haible  <bruno@clisp.org>
16889
16890         * modules/freadahead (License): Change to LGPLv2+.
16891         Suggested by Simon Josefsson.
16892
16893 2008-10-23  Jim Meyering  <meyering@redhat.com>
16894
16895         random_r: new module
16896         * modules/random_r: New file.
16897         * m4/random_r.m4: New file.
16898         * lib/random_r.c: New file, from glibc.
16899         * modules/random_r-tests: New file.
16900         * tests/test-random_r.c: New file.
16901         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
16902          Declare.
16903         (RAND_MAX): Define.
16904         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
16905         * modules/stdlib: Substitute them, too.
16906         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
16907         * doc/glibc-functions/initstate_r.texi: Mention the new module.
16908         * doc/glibc-functions/random_r.texi: Likewise.
16909         * doc/glibc-functions/setstate_r.texi: Likewise.
16910         * doc/glibc-functions/srandom_r.texi: Likewise.
16911         * config/srclist.txt: Mention it.
16912
16913 2008-10-23  David Lutterkort  <lutter@redhat.com>
16914
16915         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
16916         link requirement
16917
16918 2008-10-23  Jim Meyering  <meyering@redhat.com>
16919
16920         selinux-h: mark parameters of stub functions as intentionally unused
16921         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
16922         * lib/se-context.in.h: Likewise.
16923
16924 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16925
16926         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
16927
16928 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16929
16930         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
16931
16932 2008-10-22  Eric Blake  <ebb9@byu.net>
16933
16934         glthread/thread: avoid compiler warning
16935         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
16936         Add unreachable abort to silence compiler.
16937
16938 2008-10-22  Eric Blake  <ebb9@byu.net>
16939
16940         netdb: also supply struct addrinfo for cygwin 1.5.x
16941         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
16942         older cygwin.
16943         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
16944         cygwin.
16945         * doc/posix-headers/netdb.texi (netdb.h): Document this.
16946
16947 2008-10-22  Bruno Haible  <bruno@clisp.org>
16948
16949         * users.txt: Update entry about pspp.
16950
16951 2008-10-21  Bruno Haible  <bruno@clisp.org>
16952
16953         Simplification.
16954         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
16955         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
16956
16957         Simplification.
16958         * lib/ioctl.c (ioctl): Don't undefine.
16959         * lib/socket.c (socket): Don't undefine.
16960
16961         Remove unused module indicator macros.
16962         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
16963         GNULIB_$1 as a C macro.
16964
16965         * doc/posix-functions/close.texi: Undo last change.
16966         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
16967         Windows platforms.
16968
16969 2008-10-21  Bruno Haible  <bruno@clisp.org>
16970
16971         Add gethostname() declaration to <unistd.h>.
16972         * lib/unistd.in.h (gethostname): New declaration.
16973         * lib/gethostname.c: Include <unistd.h>.
16974         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
16975         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
16976         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
16977         and HAVE_GETHOSTNAME.
16978         * modules/gethostname (Depends-on): Add unistd.
16979         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16980         (Include): Specify <unistd.h>.
16981         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
16982         HAVE_GETHOSTNAME.
16983         * tests/test-gethostname.c: Include <unistd.h> first.
16984
16985 2008-10-21  Bruno Haible  <bruno@clisp.org>
16986
16987         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
16988         * modules/select-tests (Depends-on): Likewise.
16989         Reported by Simon Josefsson.
16990
16991 2008-10-21  Simon Josefsson  <simon@josefsson.org>
16992
16993         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
16994         * lib/accept.c: New file, based on winsock.c.
16995         * lib/bind.c: New file, based on winsock.c.
16996         * lib/connect.c: New file, based on winsock.c.
16997         * lib/getpeername.c: New file, based on winsock.c.
16998         * lib/getsockname.c: New file, based on winsock.c.
16999         * lib/getsockopt.c: New file, based on winsock.c.
17000         * lib/ioctl.c: New file, based on winsock.c.
17001         * lib/listen.c: New file, based on winsock.c.
17002         * lib/recv.c: New file, based on winsock.c.
17003         * lib/recvfrom.c: New file, based on winsock.c.
17004         * lib/send.c: New file, based on winsock.c.
17005         * lib/sendto.c: New file, based on winsock.c.
17006         * lib/setsockopt.c: New file, based on winsock.c.
17007         * lib/shutdown.c: New file, based on winsock.c.
17008         * lib/socket.c: New file, based on winsock.c.
17009         * lib/w32sock.h: New file, based on winsock.c.
17010         * lib/winsock.c: Remove file.
17011         * modules/accept: Likewise.
17012         * modules/bind: Likewise.
17013         * modules/connect: Likewise.
17014         * modules/getpeername: Likewise.
17015         * modules/getsockname: Likewise.
17016         * modules/getsockopt: Likewise.
17017         * modules/ioctl: Likewise.
17018         * modules/listen: Likewise.
17019         * modules/recv: Likewise.
17020         * modules/recvfrom: Likewise.
17021         * modules/send: Likewise.
17022         * modules/sendto: Likewise.
17023         * modules/setsockopt: Likewise.
17024         * modules/shutdown: Likewise.
17025         * modules/socket: Use socket.c instead of winsock.c.
17026         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
17027         * doc/posix-functions/accept.texi: Doc fix.
17028         * doc/posix-functions/bind.texi: Doc fix.
17029         * doc/posix-functions/close.texi: Doc fix.
17030         * doc/posix-functions/connect.texi: Doc fix.
17031         * doc/posix-functions/getpeername.texi: Doc fix.
17032         * doc/posix-functions/getsockname.texi: Doc fix.
17033         * doc/posix-functions/getsockopt.texi: Doc fix.
17034         * doc/posix-functions/ioctl.texi: Doc fix.
17035         * doc/posix-functions/listen.texi: Doc fix.
17036         * doc/posix-functions/recv.texi: Doc fix.
17037         * doc/posix-functions/recvfrom.texi: Doc fix.
17038         * doc/posix-functions/send.texi: Doc fix.
17039         * doc/posix-functions/sendto.texi: Doc fix.
17040         * doc/posix-functions/setsockopt.texi: Doc fix.
17041         * doc/posix-functions/shutdown.texi: Doc fix.
17042         * doc/posix-functions/socket.texi: Doc fix.
17043
17044 2008-10-20  Bruno Haible  <bruno@clisp.org>
17045
17046         Take into account the role of SIGABRT_COMPAT on Windows 2008.
17047         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
17048         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
17049         as an alias for SIGABRT.
17050         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
17051         (sigaction): Map it to SIGABRT.
17052         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
17053
17054 2008-10-20  Bruno Haible  <bruno@clisp.org>
17055
17056         * lib/fts.c: Don't include lstat.h.
17057         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
17058
17059         Move the lstat() declaration to <sys/stat.h>.
17060         * lib/lstat.h: Remove file.
17061         * lib/sys_stat.in.h: Add special invocation convention.
17062         (lstat): New declaration.
17063         * lib/lstat.c (orig_lstat): New function.
17064         (rpl_lstat): Use orig_lstat instead of lstat.
17065         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
17066         AC_C_INLINE. Set REPLACE_LSTAT.
17067         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
17068         and REPLACE_LSTAT.
17069         * modules/lstat (Files): Remove lib/lstat.h.
17070         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
17071         (Include): Specify <sys/stat.h> instead of lstat.h.
17072         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
17073         REPLACE_LSTAT.
17074         * NEWS: Mention the change.
17075
17076 2008-10-20  Bruno Haible  <bruno@clisp.org>
17077
17078         * modules/posix_spawn-tests: New file.
17079         * tests/test-posix_spawn3.c: New file.
17080
17081 2008-10-20  Bruno Haible  <bruno@clisp.org>
17082
17083         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
17084         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
17085         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
17086         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
17087         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
17088
17089 2008-10-20  Bruno Haible  <bruno@clisp.org>
17090
17091         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
17092         of posix_spawn on AIX 5.3.
17093
17094 2008-10-20  Bruno Haible  <bruno@clisp.org>
17095
17096         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
17097
17098 2008-10-20  Bruno Haible  <bruno@clisp.org>
17099
17100         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
17101         of AC_LANG_PROGRAM.
17102
17103 2008-10-20  Simon Josefsson  <simon@josefsson.org>
17104
17105         * lib/netdb.in.h: Don't define GNU specific constants until they
17106         are supported or needed.  Reported by Bruno Haible
17107         <bruno@clisp.org>.
17108
17109 2008-10-20  Simon Josefsson  <simon@josefsson.org>
17110
17111         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
17112
17113 2008-10-20  Simon Josefsson  <simon@josefsson.org>
17114
17115         * lib/getaddrinfo.h: Remove file.
17116         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
17117         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
17118         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
17119         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
17120         * modules/netdb: Substitute GNULIB_GETADDRINFO.
17121         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
17122         * tests/test-getaddrinfo.c: Likewise.
17123         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
17124         * NEWS: Mention change.
17125
17126 2008-10-19  Bruno Haible  <bruno@clisp.org>
17127
17128         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
17129
17130 2008-10-19  Bruno Haible  <bruno@clisp.org>
17131
17132         * lib/wait-process.c: Include simply <sys/wait.h>.
17133         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
17134         WIFSTOPPED): Remove fallback definitions.
17135         * modules/wait-process (Depends-on): Add sys_wait.
17136
17137         New module 'sys_wait'.
17138         * modules/sys_wait: New file.
17139         * lib/sys_wait.in.h: New file, partially copied from
17140         lib/wait-process.c.
17141         * m4/sys_wait_h.m4: New file.
17142         * doc/posix-headers/sys_wait.texi: Mention the new module.
17143
17144 2008-10-19  Bruno Haible  <bruno@clisp.org>
17145
17146         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
17147
17148 2008-10-19  Bruno Haible  <bruno@clisp.org>
17149
17150         Assume that waitpid() fills an 'int' status, not a 'union wait'.
17151         * lib/wait-process.c (WAIT_T): Remove type.
17152         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
17153         (wait_subprocess): Update.
17154
17155 2008-10-19  Bruno Haible  <bruno@clisp.org>
17156
17157         New module 'atoll'.
17158         * modules/atoll: New file.
17159         * lib/stdlib.in.h (atoll): New declaration.
17160         * lib/atoll.c: New file, from glibc with modifications.
17161         * m4/atoll.m4: New file.
17162         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
17163         HAVE_ATOLL.
17164         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
17165         * doc/posix-functions/atoll.texi: Mention the new module.
17166
17167 2008-10-19  Bruno Haible  <bruno@clisp.org>
17168
17169         Add strtoull() declaration to <stdlib.h>.
17170         * lib/stdlib.in.h (strtoull): New declaration.
17171         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
17172         Set HAVE_STRTOULL.
17173         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
17174         HAVE_STRTOULL.
17175         * modules/strtoull (Depends-on): Add stdlib.
17176         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17177         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
17178         HAVE_STRTOULL.
17179
17180 2008-10-19  Bruno Haible  <bruno@clisp.org>
17181
17182         Add strtoll() declaration to <stdlib.h>.
17183         * lib/stdlib.in.h (strtoll): New declaration.
17184         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
17185         Set HAVE_STRTOLL.
17186         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
17187         HAVE_STRTOLL.
17188         * modules/strtoll (Depends-on): Add stdlib.
17189         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17190         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
17191
17192 2008-10-19  Bruno Haible  <bruno@clisp.org>
17193
17194         * modules/bcopy (Depends-on): Add strings.
17195         (Include): Specify <strings.h>.
17196
17197 2008-10-19  Bruno Haible  <bruno@clisp.org>
17198
17199         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
17200
17201 2008-10-19  Bruno Haible  <bruno@clisp.org>
17202
17203         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
17204         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
17205         mingw.
17206
17207 2008-10-19  Bruno Haible  <bruno@clisp.org>
17208
17209         * lib/atanl.c: Don't include isnanl.h.
17210         * lib/cosl.c: Likewise.
17211         * lib/ldexpl.c: Likewise.
17212         * lib/logl.c: Likewise.
17213         * lib/sinl.c: Likewise.
17214         * lib/sqrtl.c: Likewise.
17215         * lib/tanl.c: Likewise.
17216
17217         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
17218         * lib/isnanf.h: Remove file.
17219         * lib/isnand.h: Remove file.
17220         * lib/isnanl.h: Remove file.
17221         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
17222         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
17223         macros.
17224         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
17225         HAVE_ISNANF, don't define it as a C macro.
17226         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
17227         HAVE_ISNAND, don't define it as a C macro.
17228         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
17229         HAVE_ISNANL, don't define it as a C macro.
17230         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
17231         HAVE_ISNAN[FDL].
17232         * modules/isnanf (Files): Remove lib/isnanf.h.
17233         (Depends-on): Add math.
17234         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
17235         (Include): Specify <math.h> instead of isnanf.h.
17236         * modules/isnand (Files): Remove lib/isnand.h.
17237         (Depends-on): Add math.
17238         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
17239         (Include): Specify <math.h> instead of isnand.h.
17240         * modules/isnanl (Files): Remove lib/isnanl.h.
17241         (Depends-on): Add math.
17242         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
17243         (Include): Specify <math.h> instead of isnanl.h.
17244         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
17245         HAVE_ISNAN[FDL].
17246         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
17247         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
17248         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
17249         * NEWS: Mention the change.
17250
17251 2008-10-18  Bruno Haible  <bruno@clisp.org>
17252
17253         Add getusershell(), setusershell(), endusershell() declarations to
17254         <unistd.h>.
17255         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
17256         declarations.
17257         * lib/getusershell.c: Include unistd.h.
17258         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
17259         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
17260         HAVE_GETUSERSHELL.
17261         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
17262         and HAVE_GETUSERSHELL.
17263         * modules/getusershell (Depends-on): Add unistd, extensions.
17264         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17265         (Include): Specify <unistd.h>.
17266         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
17267         HAVE_GETUSERSHELL.
17268
17269 2008-10-18  Bruno Haible  <bruno@clisp.org>
17270
17271         Add a getloadavg() declaration to <stdlib.h>.
17272         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
17273         getloadavg declaration.
17274         (getloadavg): New declaration.
17275         * lib/getloadavg.c: Include <stdlib.h> first.
17276         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
17277         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
17278         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
17279         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
17280         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
17281         * modules/getloadavg (Depends-on): Add stdlib, extensions.
17282         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17283         (Include): Specify <stdlib.h>.
17284         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
17285         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
17286
17287 2008-10-18  Bruno Haible  <bruno@clisp.org>
17288
17289         * lib/dirchownmod.c: Don't include lchmod.h.
17290
17291         Move the lchmod() declaration to <sys/stat.h>.
17292         * lib/lchmod.h: Remove file.
17293         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
17294         (lchmod): New declaration, moved here from lib/lchown.h.
17295         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
17296         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
17297         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
17298         and HAVE_LCHMOD.
17299         * modules/lchmod (Files): Remove lib/lchmod.h.
17300         (Depends-on): Add sys_stat, extensions.
17301         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
17302         (Include): Specify <sys/stat.h> instead of lchmod.h.
17303         * modules/sys_stat (Depends-on): Add link-warning.
17304         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
17305         definition of GL_LINK_WARNING.
17306         * NEWS: Mention the change.
17307
17308 2008-10-18  Bruno Haible  <bruno@clisp.org>
17309
17310         * lib/fchdir.c: Don't include dirfd.h.
17311         * lib/fts.c: Likewise.
17312         * lib/getcwd.c: Likewise.
17313         * lib/glob.c: Likewise.
17314
17315         Move the dirfd() declaration to <dirent.h>.
17316         * lib/dirfd.h: Remove file.
17317         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
17318         (dirfd): New declaration.
17319         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
17320         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
17321         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
17322         HAVE_DECL_DIRFD.
17323         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
17324         HAVE_DECL_DIRFD.
17325         * modules/dirfd (Files): Remove lib/dirfd.h.
17326         (Depends-on): Add dirent, extensions.
17327         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
17328         (Include): Specify <dirent.h> instead of dirfd.h.
17329         * modules/dirent (Depends-on): Add link-warning.
17330         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
17331         definition of GL_LINK_WARNING.
17332         * NEWS: Mention the change.
17333
17334 2008-10-18  Bruno Haible  <bruno@clisp.org>
17335
17336         Move the euidaccess() declaration to <unistd.h>.
17337         * lib/euidaccess.h: Remove file.
17338         * lib/unistd.in.h (euidaccess): New declaration.
17339         * lib/euidaccess.c: Don't include euidaccess.h.
17340         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
17341         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
17342         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
17343         and HAVE_EUIDACCESS.
17344         * modules/euidaccess (Files): Remove lib/euidaccess.h.
17345         (Depends-on): Add unistd.
17346         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17347         (Include): Specify <unistd.h> instead of euidaccess.h.
17348         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
17349         HAVE_EUIDACCESS.
17350         * NEWS: Mention the change.
17351
17352 2008-10-18  Bruno Haible  <bruno@clisp.org>
17353
17354         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
17355
17356         Move the getdomainname() declaration to <unistd.h>.
17357         * lib/getdomainname.h: Remove file.
17358         * lib/unistd.in.h (getdomainname): New declaration.
17359         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
17360         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
17361         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
17362         HAVE_GETDOMAINNAME.
17363         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17364         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
17365         * modules/getdomainname (Files): Remove lib/getdomainname.h.
17366         (Depends-on): Add unistd, extensions.
17367         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17368         (Includes): Specify <unistd.h> instead of getdomainname.h.
17369         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
17370         HAVE_GETDOMAINNAME.
17371         * NEWS: Mention the change.
17372
17373 2008-10-18  Bruno Haible  <bruno@clisp.org>
17374
17375         * modules/dirent: New file.
17376         * m4/dirent_h.m4: New file.
17377         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
17378         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
17379         * modules/fchdir (Files): Remove lib/dirent.in.h.
17380         (Depends-on): Add dirent.
17381         (Makefile.am): Move rules to modules/dirent.
17382         * doc/posix-headers/dirent.texi: Mention the new module.
17383
17384 2008-10-18  Bruno Haible  <bruno@clisp.org>
17385
17386         Avoid -Wunused-parameter warnings in public gnulib header files.
17387         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
17388         macro.
17389         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
17390
17391 2008-10-18  Bruno Haible  <bruno@clisp.org>
17392
17393         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
17394         * doc/glibc-functions/error.texi: Mention the module 'error'.
17395         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
17396         * doc/glibc-functions/getdomainname.texi: Mention the module
17397         'getdomainname'.
17398         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
17399         * doc/glibc-functions/getpagesize.texi: Mention the module
17400         'getpagesize'.
17401         * doc/glibc-functions/getusershell.texi: Mention the module
17402         'getusershell'.
17403         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
17404         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
17405         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
17406         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
17407         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
17408         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
17409         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
17410         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
17411         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
17412         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
17413         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
17414         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
17415         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
17416         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
17417
17418 2008-10-17  Bruno Haible  <bruno@clisp.org>
17419
17420         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
17421         HP-UX and IRIX, use -0.0L.
17422         * tests/test-ceill.c (minus_zero): Likewise.
17423         * tests/test-floorl.c (minus_zero): Likewise.
17424         * tests/test-frexpl.c (minus_zero): Likewise.
17425         * tests/test-isnan.c (minus_zerol): Likewise.
17426         * tests/test-isnanl.h (minus_zero): Likewise.
17427         * tests/test-ldexpl.c (minus_zero): Likewise.
17428         * tests/test-roundl.c (minus_zero): Likewise.
17429         * tests/test-signbit.c (minus_zerol): Likewise.
17430         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17431         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17432         * tests/test-truncl.c (minus_zero): Likewise.
17433         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17434         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17435         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
17436         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17437
17438 2008-10-17  Bruno Haible  <bruno@clisp.org>
17439
17440         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
17441         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
17442         that it gets activated only for gcc >= 3.0.
17443         * lib/dirent.in.h: Likewise.
17444         * lib/errno.in.h: Likewise.
17445         * lib/fcntl.in.h: Likewise.
17446         * lib/float.in.h: Likewise.
17447         * lib/iconv.in.h: Likewise.
17448         * lib/inttypes.in.h: Likewise.
17449         * lib/locale.in.h: Likewise.
17450         * lib/math.in.h: Likewise.
17451         * lib/netdb.in.h: Likewise.
17452         * lib/netinet_in.in.h: Likewise.
17453         * lib/search.in.h: Likewise.
17454         * lib/signal.in.h: Likewise.
17455         * lib/spawn.in.h: Likewise.
17456         * lib/stdarg.in.h: Likewise.
17457         * lib/stdint.in.h: Likewise.
17458         * lib/stdio.in.h: Likewise.
17459         * lib/stdlib.in.h: Likewise.
17460         * lib/string.in.h: Likewise.
17461         * lib/strings.in.h: Likewise.
17462         * lib/sys_file.in.h: Likewise.
17463         * lib/sys_ioctl.in.h: Likewise.
17464         * lib/sys_select.in.h: Likewise.
17465         * lib/sys_socket.in.h: Likewise.
17466         * lib/sys_stat.in.h: Likewise.
17467         * lib/sys_time.in.h: Likewise.
17468         * lib/sysexits.in.h: Likewise.
17469         * lib/time.in.h: Likewise.
17470         * lib/unistd.in.h: Likewise.
17471         * lib/wchar.in.h: Likewise.
17472         * lib/wctype.in.h: Likewise.
17473         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17474
17475 2008-10-17  Jim Meyering  <meyering@redhat.com>
17476
17477         ignore-value: don't depend on inline module
17478         * modules/ignore-value (Depends-on): Remove 'inline'.
17479         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
17480         Suggestion from Bruno Haible.
17481
17482 2008-10-17  Bruno Haible  <bruno@clisp.org>
17483
17484         New implementation of condition variables for Win32.
17485         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
17486         (gl_linked_waitqueue_t): New type.
17487         (gl_cond_t): Use it.
17488         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
17489         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
17490         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
17491         (glthread_cond_init_func, glthread_cond_wait_func,
17492         glthread_cond_timedwait_func, glthread_cond_signal_func,
17493         glthread_cond_broadcast_func, glthread_cond_destroy_func):
17494         Reimplemented on the basis of gl_linked_waitqueue_t.
17495         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
17496         gl_waitqueue_t.
17497         (gl_rwlock_t): Update.
17498         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
17499
17500 2008-10-17  Simon Josefsson  <simon@josefsson.org>
17501
17502         * modules/recvfrom (Depends-on): Add dependency on getpeername.
17503         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17504
17505 2008-10-17  Jim Meyering  <meyering@redhat.com>
17506
17507         ignore-value: new module
17508         * modules/ignore-value: New file.
17509         * lib/ignore-value.h: New file.
17510         * MODULES.html.sh (Compiler warning management): New section,
17511         just for this module.  More to come.
17512
17513 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17514
17515         open-safer.c: avoid 'signed and unsigned in conditional...' warning
17516         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
17517         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
17518
17519 2008-10-16  Jim Meyering  <meyering@redhat.com>
17520
17521         openat-die.c: avoid 'no previous prototype' warning
17522         * lib/openat-die.c: Include "openat.h".
17523         Reported by Reuben Thomas <rrt@sc3d.org>.
17524
17525 2008-10-16  Simon Josefsson  <simon@josefsson.org>
17526
17527         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
17528         * lib/netdb.in.h: Fix typo.
17529         Reported by Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/netdb.in.h: Include sys/socket.h for platforms without
17532         netdb.h, to get structures like hostent on MinGW.
17533         * modules/netdb (Depends-on): Add sys_socket.
17534
17535 2008-10-15  Simon Josefsson  <simon@josefsson.org>
17536
17537         * modules/netdb, modules/netdb-tests: New file.
17538         * m4/netdb_h.m4: New file.
17539         * lib/netdb.in.h: Add, currently just an empty file pending
17540         definitions.
17541         * tests/test-netdb.c: New file.
17542         * doc/posix-headers/netdb.texi: Mention that we replace it if
17543         needed.
17544         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17545         netdb.
17546
17547 2008-10-15  Simon Josefsson  <simon@josefsson.org>
17548
17549         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
17550         with code.
17551
17552 2008-10-13  Bruno Haible  <bruno@clisp.org>
17553
17554         * lib/glthread/cond.c (glthread_cond_wait_func,
17555         glthread_cond_timedwait_func): Add a comment.
17556
17557 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17558
17559         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
17560         * tests/test-select.c: Likewise,
17561
17562 2008-10-13  Bruno Haible  <bruno@clisp.org>
17563
17564         * lib/glthread/cond.c (glthread_cond_wait_func,
17565         glthread_cond_timedwait_func): Fix variable name.
17566         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17567
17568 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
17569
17570         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
17571         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
17572         struct sockaddr.sa_len.
17573         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
17574
17575 2008-10-13  Simon Josefsson  <simon@josefsson.org>
17576
17577         * build-aux/pmccabe2html: Add css and css_url parameters.
17578
17579 2008-10-12  Bruno Haible  <bruno@clisp.org>
17580
17581         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
17582         calling aclx_get.
17583         Reported by Rainer Tammer <tammer@tammer.net>.
17584
17585 2008-10-12  Bruno Haible  <bruno@clisp.org>
17586
17587         Use msvcrt aware primitives for creation/termination of Win32 threads.
17588         * lib/glthread/thread.c: Include <process.h>.
17589         (glthread_create_func): Use _beginthreadex instead of CreateThread.
17590         (wrapper_func): Update signature.
17591         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
17592
17593 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17594             Bruno Haible  <bruno@clisp.org>
17595
17596         Provide a Win32 implementation of the 'cond' module.
17597         * lib/glthread/cond.h [USE_WIN32]: New implementation.
17598         * lib/glthread/cond.c (glthread_cond_init_func,
17599         glthread_cond_wait_func, glthread_cond_timedwait_func,
17600         glthread_cond_signal_func, glthread_cond_broadcast_func,
17601         glthread_cond_destroy_func) [USE_WIN32]: New functions.
17602         * modules/cond (Dependencies): Add gettimeofday.
17603
17604 2008-10-11  Bruno Haible  <bruno@clisp.org>
17605
17606         Make sleep work on older versions of mingw.
17607         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
17608         only whether it exists.
17609         * doc/posix-functions/sleep.texi: Mention the problem with older
17610         versions of mingw.
17611
17612 2008-10-11  Bruno Haible  <bruno@clisp.org>
17613
17614         New module 'shutdown'.
17615         * modules/shutdown: New file.
17616         * lib/sys_socket.in.h (shutdown): New declaration.
17617         * lib/winsock.c (shutdown): New function.
17618         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
17619         GNULIB_SHUTDOWN.
17620         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
17621         * doc/posix-functions/shutdown.texi: Document the new module.
17622
17623 2008-10-11  Jim Meyering  <meyering@redhat.com>
17624
17625         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
17626
17627 2008-10-11  Bruno Haible  <bruno@clisp.org>
17628
17629         New module 'fclose'.
17630         * modules/fclose: New file.
17631         * lib/stdio.in.h (fclose): New declaration.
17632         * lib/fclose.c: New file.
17633         * m4/fclose.m4: New file.
17634         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
17635         REPLACE_FCLOSE.
17636         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
17637         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
17638         REPLACE_FCLOSE.
17639         * modules/close (Depends-on): fclose.
17640         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
17641
17642 2008-10-11  Bruno Haible  <bruno@clisp.org>
17643
17644         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
17645         set errno and don't call _close.
17646
17647 2008-10-10  Bruno Haible  <bruno@clisp.org>
17648
17649         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
17650         ACL, not afterwards. Fixes test failure on Cygwin.
17651
17652 2008-10-09  Ben Pfaff  <blp@gnu.org>
17653
17654         * build-aux/announce-gen: Fix gnulib version related part of usage
17655         message.  Die with a useful error message if no tarballs are
17656         found.
17657
17658 2008-10-10  Jim Meyering  <meyering@redhat.com>
17659
17660         bootstrap: use git's --depth=N option only if it's supported
17661         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
17662         recognize the --depth option.  Reported by Pádraig Brady.
17663
17664 2008-10-09  Bruno Haible  <bruno@clisp.org>
17665
17666         New module 'ioctl'.
17667         * modules/ioctl: New file.
17668         * lib/sys_socket.in.h (ioctl): Remove declaration.
17669         * lib/winsock.c: Include <sys/ioctl.h>.
17670         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
17671         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
17672         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
17673         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
17674         * doc/posix-functions/ioctl.texi: Mention the new module.
17675
17676 2008-10-09  Bruno Haible  <bruno@clisp.org>
17677
17678         New module 'sys_ioctl'.
17679         * lib/sys_ioctl.in.h: New file.
17680         * m4/sys_ioctl_h.m4: New file.
17681         * modules/sys_ioctl: New file.
17682         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
17683
17684 2008-10-09  Bruno Haible  <bruno@clisp.org>
17685
17686         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
17687         * lib/winsock.c: Include <stdarg.h>.
17688         (rpl_ioctl): Change to second argument 'int' and then varargs.
17689
17690 2008-10-09  Bruno Haible  <bruno@clisp.org>
17691
17692         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
17693         when the sys_socket module is present and the system has <winsock2.h>.
17694
17695 2008-10-09  Bruno Haible  <bruno@clisp.org>
17696
17697         * doc/posix-functions/close.texi: Mention module 'close' instead of
17698         module 'sys_socket'.
17699
17700 2008-10-09  Bruno Haible  <bruno@clisp.org>
17701
17702         * doc/glibc-headers/sys_ioctl.texi: New file.
17703         * doc/gnulib.texi: Include it.
17704
17705 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17706             Bruno Haible  <bruno@clisp.org>
17707
17708         Combine the two replacements of 'close'.
17709         * lib/sys_socket.in.h (close): Define to a reminder to include
17710         <unistd.h>.
17711         (_gl_close_fd_maybe_socket): New declaration.
17712         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
17713         * lib/winsock.c (close): Remove undefinition.
17714         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
17715         needed for the gnulib module 'close'.
17716         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
17717         define to an error symbol or to a warning, if suitable.
17718         * lib/close.c: Include <sys/socket.h>.
17719         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
17720         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
17721         UNISTD_H_HAVE_WINSOCK2_H.
17722         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
17723         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17724         UNISTD_H_HAVE_WINSOCK2_H.
17725         * modules/sys_socket (Files): Add m4/unistd_h.m4.
17726         (configure.ac): Set a module indicator.
17727         (Makefile.am): Substitute GNULIB_CLOSE.
17728         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
17729         * modules/poll-tests (Depends-on): Add close.
17730         * modules/select-tests (Depends-on): Likewise.
17731
17732 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17733             Bruno Haible  <bruno@clisp.org>
17734
17735         New module 'close'.
17736         * modules/close: New file.
17737         * lib/unistd.in.h (close): Move declaration out of the
17738         FCHDIR_REPLACEMENT scope.
17739         (_gl_unregister_fd): New declaration.
17740         * lib/close.c: New file.
17741         * lib/fchdir.c (rpl_close): Remove function.
17742         * m4/close.m4: New file.
17743         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17744         close.
17745         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
17746         REPLACE_CLOSE.
17747         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
17748         REPLACE_CLOSE.
17749         * modules/fchdir (Depends-on): Add close.
17750
17751 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17752             Bruno Haible  <bruno@clisp.org>
17753
17754         * lib/fcntl.in.h (open): Simplify conditionals.
17755         (_gl_register_fd): New declaration.
17756         * lib/fchdir.c (rpl_open): Remove function.
17757         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
17758         also.
17759         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
17760         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17761         open.
17762
17763 2008-10-09  Jim Meyering  <meyering@redhat.com>
17764
17765         GNUmakefile: use the more name-space-friendly "_version"
17766         * top/GNUmakefile (_dummy): Update.
17767         (_version): Rename from "version".
17768
17769 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17770             Bruno Haible  <bruno@clisp.org>
17771
17772         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
17773         rpl_close.
17774         (_gl_register_fd): New function, extracted from rpl_open.
17775         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
17776         (rpl_open, rpl_opendir): Use _gl_register_fd.
17777
17778 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17779
17780         Fix organization of 'open' replacement.
17781         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
17782         (gl_FUNC_OPEN): Use it.
17783         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
17784
17785 2008-10-08  Bruno Haible  <bruno@clisp.org>
17786
17787         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
17788
17789 2008-10-08  Simon Josefsson  <simon@josefsson.org>
17790
17791         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
17792         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
17793         listen).
17794
17795 2008-10-08  Eric Blake  <ebb9@byu.net>
17796
17797         GNUmakefile: add 'make version' target
17798         * top/GNUmakefile (_curr-ver): Split version update rules...
17799         (version): ...into a target.
17800
17801 2008-10-07  Bruno Haible  <bruno@clisp.org>
17802
17803         Use a more portable replacement expression for -0.0L.
17804         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
17805         instead of -0.0L. Fix m4 quotation.
17806
17807         * tests/test-signbit.c: Include <float.h>.
17808         (minus_zero): New variable.
17809         (test_signbitl): Use minus_zero instead of -zero.
17810         * modules/signbit-tests (Depends-on): Add float.
17811
17812         * tests/test-ceill.c: Include <float.h>.
17813         (zero): Remove variable.
17814         (minus_zero): New variable.
17815         (main): Use minus_zero instead of -zero.
17816         * modules/ceill-tests (Depends-on): Add float.
17817
17818         * tests/test-floorl.c: Include <float.h>.
17819         (zero): Remove variable.
17820         (minus_zero): New variable.
17821         (main): Use minus_zero instead of -zero.
17822         * modules/floorl-tests (Depends-on): Add float.
17823
17824         * tests/test-roundl.c: Include <float.h>.
17825         (zero): Remove variable.
17826         (minus_zero): New variable.
17827         (main): Use minus_zero instead of -zero.
17828         * modules/roundl-tests (Depends-on): Add float.
17829
17830         * tests/test-truncl.c: Include <float.h>.
17831         (zero): Remove variable.
17832         (minus_zero): New variable.
17833         (main): Use minus_zero instead of -zero.
17834         * modules/truncl-tests (Depends-on): Add float.
17835
17836         * tests/test-frexpl.c (zero): Remove variable.
17837         (minus_zero): New variable.
17838         (main): Use minus_zero instead of -zero.
17839         * modules/frexpl-tests (Depends-on): Add float.
17840
17841         * tests/test-isnan.c (zerol): Remove variable.
17842         (minus_zerol): New variable.
17843         (test_long_double): Use minus_zerol instead of -zerol.
17844         * modules/isnan-tests (Depends-on): Add float.
17845
17846         * tests/test-isnanl.h (zero): Remove variable.
17847         (minus_zero): New variable.
17848         (main): Use minus_zero instead of -zero.
17849         * modules/isnanl-nolibm-tests (Depends-on): Add float.
17850         * modules/isnanl-tests (Depends-on): Add float.
17851
17852         * tests/test-ldexpl.c (zero): Remove variable.
17853         (minus_zero): New variable.
17854         (main): Use minus_zero instead of -zero.
17855         * modules/ldexpl-tests (Depends-on): Add float.
17856
17857         * tests/test-snprintf-posix.h (zerol): Remove variable.
17858         (minus_zerol): New variable.
17859         (test_function): Use minus_zerol instead of -zerol.
17860         * modules/snprintf-posix-tests (Depends-on): Add float.
17861         * modules/vsnprintf-posix-tests (Depends-on): Add float.
17862
17863         * tests/test-sprintf-posix.h (zerol): Remove variable.
17864         (minus_zerol): New variable.
17865         (test_function): Use minus_zerol instead of -zerol.
17866         * modules/sprintf-posix-tests (Depends-on): Add float.
17867         * modules/vsprintf-posix-tests (Depends-on): Add float.
17868
17869         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
17870         (minus_zerol): New variable.
17871         (test_function): Use minus_zerol instead of -zerol.
17872         * modules/vasnprintf-posix-tests (Depends-on): Add float.
17873
17874         * tests/test-vasprintf-posix.c (zerol): Remove variable.
17875         (minus_zerol): New variable.
17876         (test_function): Use minus_zerol instead of -zerol.
17877         * modules/vasprintf-posix-tests (Depends-on): Add float.
17878
17879 2008-10-07  Simon Josefsson  <simon@josefsson.org>
17880
17881         * MODULES.html.sh (Support for building documentation): Mention
17882         pmccabe2html.  Sort entries.
17883
17884         Add pmccabe2html module, from gnupdf.
17885         * build-aux/pmccabe.css: New file.
17886         * build-aux/pmccabe2html: New file.
17887         * m4/pmccabe2html.m4: New file.
17888         * modules/pmccabe2html: New file.
17889
17890 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
17891
17892         flock: new module
17893         * MODULES.html.sh: Add to list of modules.
17894         * lib/flock.c: flock implementation for Windows and Unix systems
17895         which have fcntl.
17896         * doc/glibc-functions/flock.texi: Update documentation.
17897         * lib/sys_file.in.h: <sys/file.h> header file.
17898         * m4/flock.m4: M4 macros.
17899         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
17900         * modules/flock: flock module.
17901         * modules/flock-tests: flock tests module.
17902         * modules/sys_file: sys/file.h module.
17903         * tests/test-flock.c: test suite for flock.
17904
17905 2008-10-06  Jim Meyering  <meyering@redhat.com>
17906
17907         bootstrap: check for LT_INIT more portably still ;-)
17908         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
17909         Spotted by Bruno Haible.
17910
17911 2008-10-06  Eric Blake  <ebb9@byu.net>
17912
17913         test-signbit: avoid tripping Irix cc bug on -0.0L
17914         * tests/test-signbit.c (minus_zerol): Delete, and replace with
17915         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
17916         entire testsuite consistent and avoids an Irix 6.2 bug.
17917
17918 2008-10-05  Bruno Haible  <bruno@clisp.org>
17919             Jim Meyering  <jim@meyering.net>
17920
17921         Add an option for ignoring EPIPE during close_stdout.
17922         * lib/closeout.h: Include <stdbool.h>.
17923         (close_stdout_set_ignore_EPIPE): New declaration.
17924         * lib/closeout.c: Include <stdbool.h>.
17925         (ignore_EPIPE): New variable.
17926         (close_stdout_set_ignore_EPIPE): New function.
17927         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
17928         * lib/close-stream.c (close_stream): Mention the possible EPIPE
17929         failure.
17930         * modules/closeout (Depends-on): Add stdbool.
17931
17932 2008-10-05  Bruno Haible  <bruno@clisp.org>
17933
17934         * modules/accept: New file.
17935         * modules/bind: New file.
17936         * modules/connect: New file.
17937         * modules/getpeername: New file.
17938         * modules/getsockname: New file.
17939         * modules/getsockopt: New file.
17940         * modules/listen: New file.
17941         * modules/recv: New file.
17942         * modules/recvfrom: New file.
17943         * modules/send: New file.
17944         * modules/sendto: New file.
17945         * modules/setsockopt: New file.
17946         * modules/socket: New file.
17947         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
17948         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
17949         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
17950         the particular module is requested. Add a link warning when the
17951         particular module is not requested.
17952         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
17953         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
17954         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
17955         the particular module is requested.
17956         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
17957         gl_SYS_SOCKET_H_DEFAULTS): New macros.
17958         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
17959         * modules/sys_socket (Depends-on): Add link-warning.
17960         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
17961         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
17962         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
17963         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
17964         GL_LINK_WARNING.
17965         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
17966         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
17967         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
17968         * doc/posix-functions/getpeername.texi: Mention the new module
17969         'getpeername'.
17970         * doc/posix-functions/getsockname.texi: Mention the new module
17971         'getsockname'.
17972         * doc/posix-functions/getsockopt.texi: Mention the new module
17973         'getsockopt'.
17974         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
17975         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
17976         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
17977         * doc/posix-functions/send.texi: Mention the new module 'send'.
17978         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
17979         * doc/posix-functions/setsockopt.texi: Mention the new module
17980         'setsockopt'.
17981         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
17982         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
17983         listen, connect, accept.
17984         * modules/select-tests (Depends-on): Likewise.
17985
17986 2008-10-05  Bruno Haible  <bruno@clisp.org>
17987
17988         * lib/winsock.c (strerror): Remove unused #undef.
17989         (rpl_close): Remove unused local variable.
17990
17991         * modules/sys_socket (Depends-on); Add errno.
17992
17993 2008-10-05  Bruno Haible  <bruno@clisp.org>
17994
17995         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
17996         (select): Add a link warning when the 'select' module is not used.
17997         * modules/sys_select (Depends-on): Add link-warning.
17998         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
17999         Suggested by Paolo Bonzini.
18000
18001 2008-10-05  Jim Meyering  <meyering@redhat.com>
18002
18003         bootstrap: check for LT_INIT more portably
18004         * build-aux/bootstrap: Avoid using grep -E, since it's not
18005         portable enough.  Suggestion from Bruno Haible.
18006
18007 2008-10-05  Bruno Haible  <bruno@clisp.org>
18008
18009         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
18010         as being fixed by gnulib.
18011
18012 2008-10-05  Bruno Haible  <bruno@clisp.org>
18013
18014         * modules/select-tests: New file, mostly copied from
18015         modules/sys_select-tests.
18016         * tests/test-select.c: New file, mostly copied from
18017         tests/test-sys_select.c.
18018         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
18019         * modules/sys_select-tests (Depends-on): Remove all dependencies.
18020         (Makefile.am): Remove test_sys_select_LDADD.
18021
18022         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
18023         to an undefined symbol, for an error message.
18024         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
18025         (gl_SYS_SELECT_H_DEFAULTS): New macro.
18026         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
18027         winsock-select.c here.
18028         * modules/sys_select (Files): Remove lib/winsock-select.c.
18029         (Depends-on): Remove alloca.
18030         (Makefile.am): Substitute GNULIB_SELECT.
18031         * modules/select: New file.
18032         * doc/posix-functions/select.texi: Update.
18033
18034 2008-10-05  Bruno Haible  <bruno@clisp.org>
18035
18036         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
18037         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
18038         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
18039         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
18040         getdtablesize.
18041         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
18042         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
18043
18044 2008-10-05  Bruno Haible  <bruno@clisp.org>
18045
18046         * modules/getdtablesize-tests: New file.
18047         * tests/test-getdtablesize.c: New file.
18048
18049         New module 'getdtablesize'.
18050         * lib/unistd.in.h (getdtablesize): New declaration.
18051         * lib/getdtablesize.c: New file.
18052         * m4/getdtablesize.m4: New file.
18053         * modules/getdtablesize: New file.
18054         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18055         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
18056         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
18057         HAVE_GETDTABLESIZE.
18058         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
18059
18060 2008-10-05  Bruno Haible  <bruno@clisp.org>
18061
18062         * modules/sched (Makefile.am): Fix typo.
18063         Reported by Simon Josefsson.
18064
18065 2008-10-05  Jim Meyering  <meyering@redhat.com>
18066
18067         bootstrap: check for LT_INIT, too
18068         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
18069         are deprecated.  Suggestion from Ralf Wildenhues.
18070
18071 2008-10-05  Bruno Haible  <bruno@clisp.org>
18072
18073         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
18074         overriding them by ours.
18075         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
18076
18077 2008-10-05  Jim Meyering  <meyering@redhat.com>
18078
18079         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
18080         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
18081         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
18082
18083 2008-10-04  Bruno Haible  <bruno@clisp.org>
18084
18085         * modules/dup2 (License): Change to LGPLv2+.
18086         * modules/sleep (License): Likewise.
18087         * modules/perror (License): Likewise.
18088         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
18089         Blake.
18090         * modules/signal (License): Likewise.
18091         * modules/sigprocmask (License): Likewise.
18092         * modules/raise (License): Change to LGPLv2+, with approval by Jim
18093         Meyering.
18094
18095 2008-10-04  Bruno Haible  <bruno@clisp.org>
18096
18097         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
18098         Reported by Rainer Tammer <tammer@tammer.net>.
18099
18100 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
18101             Bruno Haible  <bruno@clisp.org>
18102
18103         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
18104         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
18105         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
18106
18107 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
18108
18109         filevercmp: new module
18110         * lib/filevercmp.h: New function filevercmp comparing version strings.
18111         * lib/filevercmp.c: Implementation of filevercmp function.
18112         * modules/filevercmp: Module metadata.
18113         * tests/test-filevercmp.c: Unit test for new module.
18114         * modules/filevercmp-tests: Unit test metadata.
18115         * MODULES.html.sh: Add filevercmp module.
18116
18117 2008-10-03  Bruno Haible  <bruno@clisp.org>
18118
18119         * lib/c-ctype.h: Add comment.
18120         Reported by Jim Meyering.
18121
18122 2008-10-02  Bruno Haible  <bruno@clisp.org>
18123
18124         * modules/posix_spawn-internal (Depends-on): Add 'open'.
18125
18126 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
18127
18128         * build-aux/bootstrap: Allow renaming bootstrap, and change the
18129         name of bootstrap.conf accordingly.
18130
18131 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
18132
18133         * build-aux/bootstrap: Install git-merge-changelog configuration
18134         items into .gitconfig if needed.
18135
18136 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
18137
18138         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
18139         git repository, and initialize/update it accordingly.
18140
18141 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
18142
18143         * modules/fsync-tests: New file.
18144         * tests/test-fsync.c: New file.
18145
18146         New module 'fsync'.
18147         * lib/fsync.c: New file.
18148         * m4/fsync.m4: New file.
18149         * modules/fsync: New file.
18150         * lib/unistd.in.h (fsync): New declaration.
18151         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
18152         GNULIB_FSYNC and HAVE_FSYNC.
18153         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
18154         * MODULES.html.sh (posix_functions): Add fsync.
18155         * doc/posix-functions/fsync.texi: Mention the new module.
18156
18157 2008-10-02  Jim Meyering  <meyering@redhat.com>
18158
18159         fts.c: sync with similar code from coreutils' remove.c
18160         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
18161         Guard also with "#if defined __linux__", since for now at least,
18162         this code is Linux-kernel-specific.
18163
18164 2008-10-02  Jim Meyering  <meyering@redhat.com>
18165
18166         fts: bug fixes
18167         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
18168         Include <sys/vfs.h>, not <sys/statfs.h>.
18169
18170         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
18171         Include <sys/vfs.h>, not <sys/statfs.h>.
18172
18173 2008-10-01  Bruno Haible  <bruno@clisp.org>
18174
18175         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
18176         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
18177         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
18178         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
18179         * doc/posix-functions/posix_spawnp.texi: Likewise.
18180         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
18181         whether posix_spawn actually works.
18182         * m4/pipe.m4 (gl_PIPE): Likewise.
18183         * modules/execute (Files): Add m4/posix_spawn.m4.
18184         * modules/pipe (Files): Add m4/posix_spawn.m4.
18185         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
18186
18187 2008-10-01  Jim Meyering  <meyering@redhat.com>
18188
18189         remove trailing spaces
18190         * NEWS: Likewise.
18191         * lib/poll.c (poll): Likewise.
18192         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
18193         * lib/winsock.c (rpl_close): Likewise.
18194         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
18195         * modules/yield: Likewise.
18196         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
18197         * tests/test-sys_select.c (connect_to_socket): Likewise.
18198
18199         fts.c: adjust a new interface to be more generally useful
18200         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
18201         (fts_build): Adjust caller.
18202
18203 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18204
18205         * modules/cond-tests: New file.
18206         * tests/test-cond.c: New file.
18207
18208 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18209             Bruno Haible  <bruno@clisp.org>
18210
18211         * modules/cond (Dependencies): Add errno, time.
18212         * lib/glthread/cond.h: Include <time.h>.
18213         (gl_cond_define, gl_cond_define_initialized): Use the same definition
18214         across platforms.
18215
18216 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18217             Bruno Haible  <bruno@clisp.org>
18218
18219         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
18220
18221 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18222             Bruno Haible  <bruno@clisp.org>
18223
18224         * modules/tls-tests (Depends-on): Add thread, yield.
18225         (configure.ac): Remove all checks.
18226         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
18227         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
18228         gl_thread_self): Remove definitions. Include glthread/thread.h and
18229         glthread/yield.h instead.
18230         (test_tls): Pass an additional NULL argument to gl_thread_join.
18231
18232 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18233             Bruno Haible  <bruno@clisp.org>
18234
18235         * modules/lock-tests (Depends-on): Add thread, yield.
18236         (configure.ac): Remove all checks.
18237         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
18238         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
18239         gl_thread_self): Remove definitions. Include glthread/thread.h and
18240         glthread/yield.h instead.
18241         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
18242         additional NULL argument to gl_thread_join.
18243
18244 2008-09-30  Bruno Haible  <bruno@clisp.org>
18245
18246         Fix the Win32 implementation of the 'thread' module.
18247         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
18248         pointer type.
18249         (gl_thread_self): Invoke gl_thread_self_func.
18250         (gl_thread_self_func): New declaration.
18251         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
18252         (do_init_self_key, init_self_key): New functions.
18253         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
18254         Remove some fields.
18255         (running_threads, running_lock): Remove variables.
18256         (get_current_thread_handle): New function.
18257         (gl_thread_self_func, wrapper_func, glthread_create_func,
18258         glthread_join_func, gl_thread_exit_func): Largely rewritten and
18259         simplified.
18260
18261 2008-09-30  Bruno Haible  <bruno@clisp.org>
18262
18263         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
18264         files.
18265
18266 2008-09-30  Jim Meyering  <meyering@redhat.com>
18267
18268         fts.m4: correct the test for statfs.f_type
18269         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
18270         when checking for statfs.f_type.
18271
18272 2008-09-15  Simon Josefsson  <simon@josefsson.org>
18273
18274         tests: avoid some compiler warnings
18275         * tests/test-memchr.c (main): Pass NULL indirectly.
18276         * tests/test-getdate.c (main): Remove unused variable 'ret'.
18277
18278 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
18279
18280         getdate.y: disallow countable dayshifts like "4 yesterday ago"
18281         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
18282         exactly specified dayshifts.
18283         (dayshift): New rule.
18284         (rel): Add dayshift.
18285         (relative_time_table) [tomorrow, yesterday, today, now]:
18286         Use tDAY_SHIFT in place of tDAY_UNIT.
18287         * tests/test-getdate.c: Add tests for now-disallowed countable
18288         dayshifts, e.g., "4 yesterday ago".
18289
18290 2008-09-29  Bruno Haible  <bruno@clisp.org>
18291
18292         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
18293         * tests/test-posix_spawn1.in.sh: Renamed from
18294         tests/test-posix_spawn.in.sh.
18295         * tests/test-posix_spawn2.c: New file.
18296         * tests/test-posix_spawn2.in.sh: New file.
18297         * modules/posix_spawnp-tests (Files): Update.
18298         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
18299
18300 2008-09-29  Bruno Haible  <bruno@clisp.org>
18301
18302         Propagate effects of putenv/setenv/unsetenv to child processes.
18303         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
18304         * lib/pipe.c (create_pipe): Likewise.
18305
18306 2008-09-29  Bruno Haible  <bruno@clisp.org>
18307
18308         Enable use of shell scripts as executables in mingw.
18309         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
18310         run the program as a shell script.
18311         * lib/pipe.c (create_pipe): Likewise.
18312         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
18313         resulting array.
18314
18315 2008-09-29  Eric Blake  <ebb9@byu.net>
18316
18317         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
18318
18319 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
18320
18321         * doc/posix-functions/accept.texi: Update mingw problems.
18322         * doc/posix-functions/bind.texi: Update mingw problems.
18323         * doc/posix-functions/close.texi: Update mingw problems.
18324         * doc/posix-functions/connect.texi: Update mingw problems.
18325         * doc/posix-functions/getpeername.texi: Update mingw problems.
18326         * doc/posix-functions/getsockname.texi: Update mingw problems.
18327         * doc/posix-functions/getsockopt.texi: Update mingw problems.
18328         * doc/posix-functions/ioctl.texi: Update mingw problems.
18329         * doc/posix-functions/listen.texi: Update mingw problems.
18330         * doc/posix-functions/recv.texi: Update mingw problems.
18331         * doc/posix-functions/recvfrom.texi: Update mingw problems.
18332         * doc/posix-functions/select.texi: Update mingw problems.
18333         * doc/posix-functions/send.texi: Update mingw problems.
18334         * doc/posix-functions/sendto.texi: Update mingw problems.
18335         * doc/posix-functions/setsockopt.texi: Update mingw problems.
18336         * doc/posix-functions/socket.texi: Update mingw problems.
18337
18338 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
18339             Bruno Haible  <bruno@clisp.org>
18340
18341         * lib/sys_select.in.h: Include sys/time.h.
18342         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
18343         * modules/sys_select: Depend on sys_time.
18344         * tests/test-sys_select.c: Test that sys/select.h defines struct
18345         timeval fully.
18346
18347 2008-09-29  Bruno Haible  <bruno@clisp.org>
18348
18349         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
18350         * lib/sys_select.in.h: Likewise.
18351
18352 2008-09-29  Bruno Haible  <bruno@clisp.org>
18353
18354         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
18355
18356 2008-09-29  Bruno Haible  <bruno@clisp.org>
18357
18358         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
18359         Set LIBSOCKET instead of augmenting LIBS.
18360         * modules/sockets (Link): New section.
18361         * modules/sockets-tests (test_sockets_LDADD): New variable.
18362         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
18363         * modules/poll-tests (test_poll_LDADD): New variable.
18364         * NEWS: Document the change.
18365
18366 2008-09-29  Bruno Haible  <bruno@clisp.org>
18367
18368         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
18369         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
18370         ARPA_INET_H directly.
18371         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18372
18373 2008-09-28  Bruno Haible  <bruno@clisp.org>
18374
18375         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
18376         from gl_HEADER_SYS_SOCKET.
18377         (gl_HEADER_SYS_SOCKET): Invoke it.
18378         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18379
18380 2008-09-28  Bruno Haible  <bruno@clisp.org>
18381
18382         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
18383         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
18384         Needed on OSF/1 4.0.
18385
18386 2008-09-28  Bruno Haible  <bruno@clisp.org>
18387
18388         Override open more carefully.
18389         * lib/open.c (orig_open): New function.
18390         (rpl_open): Use orig_open instead of open.
18391         * lib/fcntl.in.h: Add special invocation convention.
18392         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
18393         (gl_FUNC_OPEN): Invoke it.
18394
18395         Override freopen more carefully.
18396         * lib/freopen.c (orig_freopen): New function.
18397         (rpl_freopen): Use orig_freopen instead of freopen.
18398         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
18399         (gl_FUNC_FREOPEN): Invoke it.
18400
18401         Override fopen more carefully.
18402         * lib/fopen.c (orig_fopen): New function.
18403         (rpl_fopen): Use orig_fopen instead of fopen.
18404         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
18405         (gl_FUNC_FOPEN): Invoke it.
18406         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
18407
18408 2008-09-28  Bruno Haible  <bruno@clisp.org>
18409
18410         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
18411         SIGPIPE.
18412
18413 2008-09-28  Bruno Haible  <bruno@clisp.org>
18414
18415         * tests/test-sigaction.c (handler, main): Disable the check whether
18416         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
18417         glibc systems with LinuxThreads.
18418
18419 2008-09-28  Bruno Haible  <bruno@clisp.org>
18420
18421         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
18422
18423         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
18424         with AIX xlc.
18425         * lib/fcntl.in.h (open): Likewise.
18426         Reported by Rainer Tammer <tammer@tammer.net>.
18427
18428 2008-09-28  Bruno Haible  <bruno@clisp.org>
18429
18430         * modules/posix_spawnp-tests: New file.
18431         * tests/test-posix_spawn.c: New file.
18432         * tests/test-posix_spawn.in.sh: New file.
18433
18434         New module 'posix_spawnp'.
18435         * modules/posix_spawnp: New file.
18436         * lib/spawnp.c: New file, from GNU libc with modifications.
18437         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
18438
18439         New module 'posix_spawn'.
18440         * modules/posix_spawn: New file.
18441         * lib/spawn.c: New file, from GNU libc with modifications.
18442         * doc/posix-functions/posix_spawn.texi: Mention the new module.
18443
18444         New module 'posix_spawnattr_destroy'.
18445         * modules/posix_spawnattr_destroy: New file.
18446         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
18447         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
18448         module.
18449
18450         New module 'posix_spawnattr_setsigmask'.
18451         * modules/posix_spawnattr_setsigmask: New file.
18452         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
18453         modifications.
18454         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
18455         new module.
18456
18457         New module 'posix_spawnattr_getsigmask'.
18458         * modules/posix_spawnattr_getsigmask: New file.
18459         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
18460         modifications.
18461         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
18462         new module.
18463
18464         New module 'posix_spawnattr_setsigdefault'.
18465         * modules/posix_spawnattr_setsigdefault: New file.
18466         * lib/spawnattr_setdefault.c: New file, from GNU libc with
18467         modifications.
18468         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
18469         new module.
18470
18471         New module 'posix_spawnattr_getsigdefault'.
18472         * modules/posix_spawnattr_getsigdefault: New file.
18473         * lib/spawnattr_getdefault.c: New file, from GNU libc with
18474         modifications.
18475         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
18476         new module.
18477
18478         New module 'posix_spawnattr_setschedpolicy'.
18479         * modules/posix_spawnattr_setschedpolicy: New file.
18480         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
18481         modifications.
18482         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
18483         new module.
18484
18485         New module 'posix_spawnattr_getschedpolicy'.
18486         * modules/posix_spawnattr_getschedpolicy: New file.
18487         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
18488         modifications.
18489         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
18490         new module.
18491
18492         New module 'posix_spawnattr_setschedparam'.
18493         * modules/posix_spawnattr_setschedparam: New file.
18494         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
18495         modifications.
18496         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
18497         new module.
18498
18499         New module 'posix_spawnattr_getschedparam'.
18500         * modules/posix_spawnattr_getschedparam: New file.
18501         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
18502         modifications.
18503         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
18504         new module.
18505
18506         New module 'posix_spawnattr_setpgroup'.
18507         * modules/posix_spawnattr_setpgroup: New file.
18508         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
18509         modifications.
18510         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
18511         module.
18512
18513         New module 'posix_spawnattr_getpgroup'.
18514         * modules/posix_spawnattr_getpgroup: New file.
18515         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
18516         modifications.
18517         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
18518         module.
18519
18520         New module 'posix_spawnattr_setflags'.
18521         * modules/posix_spawnattr_setflags: New file.
18522         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
18523         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
18524         module.
18525
18526         New module 'posix_spawnattr_getflags'.
18527         * modules/posix_spawnattr_getflags: New file.
18528         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
18529         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
18530         module.
18531
18532         New module 'posix_spawnattr_init'.
18533         * modules/posix_spawnattr_init: New file.
18534         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
18535         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
18536         module.
18537
18538         New module 'posix_spawn_file_actions_destroy'.
18539         * modules/posix_spawn_file_actions_destroy: New file.
18540         * lib/spawn_faction_destroy.c: New file, from GNU libc with
18541         modifications.
18542         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
18543         the new module.
18544
18545         New module 'posix_spawn_file_actions_addopen'.
18546         * modules/posix_spawn_file_actions_addopen: New file.
18547         * lib/spawn_faction_addopen.c: New file, from GNU libc with
18548         modifications.
18549         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
18550         the new module.
18551
18552         New module 'posix_spawn_file_actions_adddup2'.
18553         * modules/posix_spawn_file_actions_adddup2: New file.
18554         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
18555         modifications.
18556         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
18557         the new module.
18558
18559         New module 'posix_spawn_file_actions_addclose'.
18560         * modules/posix_spawn_file_actions_addclose: New file.
18561         * lib/spawn_faction_addclose.c: New file, from GNU libc with
18562         modifications.
18563         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
18564         the new module.
18565
18566         New module 'posix_spawn_file_actions_init'.
18567         * modules/posix_spawn_file_actions_init: New file.
18568         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
18569         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
18570         new module.
18571
18572         New module 'posix_spawn-internal'.
18573         * modules/posix_spawn-internal: New file.
18574         * lib/spawn_int.h: New file, from GNU libc with modifications.
18575         * lib/spawni.c: New file, from GNU libc with modifications.
18576         * m4/posix_spawn.m4: New file.
18577
18578         New module 'spawn'.
18579         * modules/spawn: New file.
18580         * lib/spawn.in.h: New file, from GNU libc with modifications.
18581         * m4/spawn_h.m4: New file.
18582         * doc/posix-headers/spawn.texi: Mention the new module.
18583
18584 2008-09-28  Bruno Haible  <bruno@clisp.org>
18585
18586         * modules/sched-tests: New file.
18587         * tests/test-sched.c: New file.
18588
18589         New module 'sched'.
18590         * modules/sched: New file.
18591         * lib/sched.in.h: New file.
18592         * m4/sched_h.m4: New file.
18593         * doc/posix-headers/sched.texi: Mention the new module.
18594
18595 2008-09-27  Eric Blake  <ebb9@byu.net>
18596
18597         Fix previous patch, and tweak references to $0.
18598         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
18599         (func_version, func_gnulib_dir): Don't call this program
18600         gnulib-tool.
18601         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
18602         with using $0 in function.
18603         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
18604         (func_fatal_error): Reuse the name the user invoked us with.
18605
18606 2008-09-27  Bruno Haible  <bruno@clisp.org>
18607
18608         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
18609         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
18610         (gl_ICONV_H): Not here.
18611         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
18612         instead of assigning ICONV_H directly.
18613
18614         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
18615         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
18616         WCHAR_H directly.
18617
18618 2008-09-27  Bruno Haible  <bruno@clisp.org>
18619
18620         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
18621         * modules/arpa_inet (Depends-on): Add link-warning.
18622         (Makefile.am): Insert the definition of GL_LINK-WARNING.
18623         * modules/unistd (Makefile.am): Likewise.
18624
18625 2008-09-26  Bruno Haible  <bruno@clisp.org>
18626
18627         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
18628         variables.
18629         (func_version): Essentially copied from gnulib-tool.
18630         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
18631         func_readlink): Copied from gnulib-tool.
18632
18633 2008-09-26  Bruno Haible  <bruno@clisp.org>
18634
18635         * gnulib-tool (func_version): Change directory to $gnulib_dir before
18636         invoking git-version-gen.
18637
18638 2008-09-26  Bruno Haible  <bruno@clisp.org>
18639
18640         * posix-modules: Update to directory names changed on 2008-01-19.
18641         Remove commas in output before splitting into words. No more need to
18642         avoid 'ftruncate' since 2007-02-19.
18643
18644 2008-09-26  Bruno Haible  <bruno@clisp.org>
18645
18646         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
18647
18648 2008-09-26  Bruno Haible  <bruno@clisp.org>
18649
18650         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
18651         * modules/fwriteerror (Depends-on): Add errno.
18652
18653 2008-09-26  Bruno Haible  <bruno@clisp.org>
18654
18655         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
18656         * tests/test-vc-list-files-cvs.sh: Likewise.
18657
18658 2008-09-26  Bruno Haible  <bruno@clisp.org>
18659
18660         * doc/posix-headers/sys_resource.texi: Reorder items.
18661
18662 2008-09-26  Jim Meyering  <meyering@redhat.com>
18663
18664         fts: tweak inode comparison function
18665         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
18666         inode numbers, as documented.
18667
18668         fts: sort dirent entries on inode number before traversing
18669         This avoids a quadratic, seek-related performance penalty when
18670         operating on a directory containing many entries (measurable at 10k;
18671         3.5 hours at 2 million entries with a cold cache) on certain types
18672         of file systems, including ext3 and ext4, but not tmpfs.
18673         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
18674         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
18675         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
18676         (fs_handles_readdir_ordered_dirents_efficiently): New function.
18677         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
18678         (fts_build): Set the stat.st_ino member from D_INO.
18679         If it is likely to be useful, sort dirent entries on inode number.
18680
18681         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
18682         and the struct statfs.f_type member.
18683         * modules/fts (Depends-on): Add d-ino.
18684
18685 2008-09-26  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/sigpipe-die (Depends-on): Add sigpipe.
18688
18689         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
18690         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
18691         and GNULIB_STDIO_H_SIGPIPE are set.
18692         * lib/stdio-write.c: New file.
18693         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
18694         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18695         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18696         REPLACE_STDIO_WRITE_FUNCS.
18697         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
18698         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18699         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18700         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18701         * modules/stdio (Files): Add lib/stdio-write.c.
18702         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
18703         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18704         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18705         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18706         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
18707         REPLACE_FPRINTF_POSIX.
18708         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
18709         REPLACE_PRINTF_POSIX.
18710         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
18711         REPLACE_VFPRINTF_POSIX.
18712         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
18713         REPLACE_VPRINTF_POSIX.
18714         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
18715         SIGPIPE issue.
18716         * doc/posix-functions/fputc.texi: Likewise.
18717         * doc/posix-functions/fputs.texi: Likewise.
18718         * doc/posix-functions/fwrite.texi: Likewise.
18719         * doc/posix-functions/printf.texi: Likewise.
18720         * doc/posix-functions/putc.texi: Likewise.
18721         * doc/posix-functions/putchar.texi: Likewise.
18722         * doc/posix-functions/puts.texi: Likewise.
18723         * doc/posix-functions/vfprintf.texi: Likewise.
18724         * doc/posix-functions/vprintf.texi: Likewise.
18725
18726         * modules/safe-write (Depends-on): Add write.
18727
18728         * modules/sigpipe-tests: New file.
18729         * tests/test-sigpipe.c: New file.
18730         * tests/test-sigpipe.sh: New file.
18731
18732         * modules/write: New file.
18733         * lib/unistd.in.h: Include <sys/types.h>.
18734         (write): New declaration.
18735         * lib/write.c: New file.
18736         * m4/write.m4: New file.
18737         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18738         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
18739         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
18740         GNULIB_WRITE, REPLACE_WRITE.
18741         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
18742         and the SIGPIPE issue.
18743
18744         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
18745         (raise): New declaration.
18746         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
18747         (ext_signal): New function.
18748         (rpl_raise): New function.
18749         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
18750         GNULIB_SIGNAL_H_SIGPIPE.
18751         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
18752         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
18753
18754         * modules/sigpipe: New file.
18755         * m4/sigpipe.m4: New file.
18756
18757 2008-09-25  Derek Price  <derek@ximbiot.com>
18758             Bruno Haible  <bruno@clisp.org>
18759
18760         * gnulib-tool (func_import): Report all license incompatibilities, not
18761         just the first one.
18762
18763 2008-09-25  Bruno Haible  <bruno@clisp.org>
18764
18765         * gnulib-tool (func_import): When computing the edits, consider not
18766         only the Makefile.ams that exist but also those that will be generated.
18767
18768 2008-09-25  Simon Josefsson  <simon@josefsson.org>
18769
18770         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
18771         fixes gnulib-tool --test warning about duplicate dependency.
18772
18773 2008-09-25  Bruno Haible  <bruno@clisp.org>
18774
18775         * gnulib-tool: Don't ask the user to perform edits in the generated
18776         Makefile.ams.
18777         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
18778         apply to the Makefile.am being generated.
18779         (func_emit_tests_Makefile_am): Execute edits that apply to the
18780         Makefile.am being generated.
18781         (func_import): Setup list of Makefile.am edits before emitting the
18782         Makefile.ams, not at the end.
18783         (func_create_testdir): Update.
18784         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18785
18786 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18787
18788         * gnulib-tool (func_import): Store the --tests-base option in the
18789         comment in gnulib-cache.m4.
18790
18791 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
18792
18793         * NEWS: Document increased portability that sys_select now provides.
18794
18795         * lib/sys_select.in.h: Install select wrapper.
18796         * lib/sys_socket.in.h: Use more descriptive name when there is no
18797         select wrapper.
18798         * lib/winsock-select.c: New.
18799         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
18800         Require gl_HEADER_SYS_SOCKET.
18801         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
18802         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
18803         * tests/test-sys_select.c: Add functional tests.
18804
18805 2008-09-24  Eric Blake  <ebb9@byu.net>
18806
18807         open, fopen: close fd leak in last patch
18808         * lib/open.c (rpl_open): Close fd before returning error.
18809         * lib/fopen.c (rpl_fopen): Close fd before returning error.
18810         * doc/posix-functions/open.texi (open): Document that Irix also
18811         has the bug.
18812         * doc/posix-functions/fopen.texi (fopen): Likewise.
18813         Reported by Paolo Bonzini.
18814
18815 2008-09-24  Bruno Haible  <bruno@clisp.org>
18816
18817         Ensure that a filename ending in a slash cannot be used to access a
18818         non-directory.
18819         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
18820         to check whether it's really a directory.
18821         * lib/fopen.c: Include fcntl.h, unistd.h.
18822         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
18823         and fdopen().
18824         * modules/fopen (Depends-on): Add unistd.
18825         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
18826         * tests/test-fopen.c (main): Likewise.
18827         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
18828         * doc/posix-functions/fopen.texi: Likewise.
18829         Reported by Eric Blake.
18830
18831 2008-09-23  Eric Blake  <ebb9@byu.net>
18832
18833         c-stack: avoid compiler optimizations when provoking overflow
18834         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
18835         recursion harder to optimize, to ensure a stack overflow occurs.
18836         * tests/test-c-stack.c (recurse): Likewise.
18837         Borrowed from libsigsegv.
18838
18839         c-stack: work around Irix sigaltstack bug
18840         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
18841         whether sigaltstack uses wrong end of stack_t (copied in part from
18842         libsigsegv).
18843         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
18844         Irix bug, without requiring an over-allocation.
18845         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
18846         bug.
18847
18848         fopen: document mingw bug on directories
18849         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
18850         not allowing a stream visiting a directory, even though reading
18851         from such a stream is not portable.
18852
18853 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18854
18855         * lib/poll.c: Rewrite.
18856         * modules/poll: Depend on alloca.
18857
18858 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18859
18860         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
18861         instead define prototypes for a full set of wrappers.  Ensure
18862         that Cygwin does not use the compatibility code, which is only
18863         for MinGW.
18864         * lib/winsock.c: New.
18865         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
18866         * modules/sys_socket: Add lib/winsock.c.
18867
18868         * modules/poll-tests: Add errno and perror.
18869         * tests/test-poll.c: Use ioctl, not ioctlsocket.
18870
18871 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18872
18873         * tests/test-poll.c: Downgrade minimum needed Winsock version.
18874
18875 2008-09-23  Bruno Haible  <bruno@clisp.org>
18876
18877         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
18878         * doc/glibc-functions/*: Likewise.
18879
18880 2008-09-23  Simon Josefsson  <simon@josefsson.org>
18881
18882         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
18883         success.
18884
18885 2008-09-22  Eric Blake  <ebb9@byu.net>
18886             Bruno Haible  <bruno@clisp.org>
18887
18888         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
18889         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
18890         supply %A but mishandle pseudo-NaN.
18891         Reported by Simon Josefsson.
18892
18893 2008-09-21  Bruno Haible  <bruno@clisp.org>
18894
18895         * tests/test-lock.c (main): Tweak skip message.
18896         * tests/test-tls.c (main): Likewise.
18897
18898 2008-09-21  Bruno Haible  <bruno@clisp.org>
18899
18900         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
18901         whether 'struct sigaction' has sa_sigaction here...
18902         (gl_PREREQ_SIG_HANDLER_H): ... not here.
18903         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
18904
18905 2008-09-21  Bruno Haible  <bruno@clisp.org>
18906
18907         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
18908         section.
18909         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
18910         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
18911         the new section.
18912         (Support for obsolete systems lacking POSIX:2001): New section.
18913         (String handling <string.h>): Move strdup to the new section.
18914         Suggested by Simon Josefsson and Paolo Bonzini.
18915
18916 2008-09-21  Bruno Haible  <bruno@clisp.org>
18917
18918         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
18919         exponents in %e and %g results on 'long double'. Needed for mingw's
18920         improved *printf functions.
18921         * tests/test-vasprintf-posix.c (test_function): Likewise.
18922         * tests/test-snprintf-posix.h (test_function): Likewise.
18923         * tests/test-sprintf-posix.h (test_function): Likewise.
18924         Reported by Eric Blake.
18925
18926 2008-09-21  Bruno Haible  <bruno@clisp.org>
18927
18928         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
18929         * tests/test-sprintf-posix.h (test_function): Likewise.
18930
18931 2008-09-21  Bruno Haible  <bruno@clisp.org>
18932
18933         * modules/getpass (Depends-on): Add strdup-posix.
18934
18935         New module 'strdup-posix'.
18936         * modules/strdup-posix: New file.
18937         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
18938         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
18939         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18940         REPLACE_STRDUP.
18941         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
18942         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
18943         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18944         strdup-posix.
18945
18946         * modules/strdup (Depends-on): Remove malloc-posix.
18947
18948 2008-09-20  Bruno Haible  <bruno@clisp.org>
18949
18950         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
18951         Wildenhues.
18952
18953 2008-09-20  Bruno Haible  <bruno@clisp.org>
18954
18955         Ensure that wint_t gets defined on IRIX 5.3.
18956         * lib/wchar.in.h (wint_t): Define if not defined by the system.
18957         * lib/wctype.in.h (wint_t): Likewise.
18958         (__wctype_wint_t): Remove type.
18959         (isw*): Use wint_t instead of __wctype_wint_t.
18960         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
18961         * modules/wchar (Files): Add m4/wint_t.m4.
18962         (Makefile.am): Substitute HAVE_WINT_T.
18963         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
18964         * tests/test-wctype.c: Check that wint_t is defined.
18965         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
18966         * doc/posix-headers/wctype.texi: Likewise.
18967         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18968
18969 2008-09-18  Bruno Haible  <bruno@clisp.org>
18970
18971         * gnulib-tool (func_exit): Update comment.
18972
18973 2008-09-18  Simon Josefsson  <simon@josefsson.org>
18974
18975         * modules/getaddrinfo (Depends-on): Remove strdup, this module
18976         assumes strdup exists and does not depend on strdup to return
18977         ENOMEM on out of memory conditions.
18978
18979 2008-09-18  Bruno Haible  <bruno@clisp.org>
18980
18981         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
18982         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
18983         digits for the exponent.
18984
18985 2008-09-18  Jim Meyering  <meyering@redhat.com>
18986             Bruno Haible  <bruno@clisp.org>
18987
18988         * lib/vasnprintf.c (decimal_point_char): Define also if
18989         NEED_PRINTF_INFINITE_LONG_DOUBLE.
18990
18991 2008-09-16  Bruno Haible  <bruno@clisp.org>
18992         and Eric Blake  <ebb9@byu.net>
18993
18994         vasnprintf: support Irix 5.3
18995         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
18996         that mishandle long double infinity.
18997         Reported by Tom G. Christensen.
18998
18999 2008-09-16  Bruno Haible  <bruno@clisp.org>
19000
19001         * doc/glibc-functions/scandir.texi: Mention the function is missing on
19002         Solaris 9.
19003         * doc/glibc-functions/alphasort.texi: Likewise.
19004         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
19005
19006 2008-09-16  Jim Meyering  <meyering@redhat.com>
19007
19008         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
19009         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
19010         a umask modification leak out of a subshell.  Otherwise, the
19011         opensolaris /bin/sh would be accepted and thus cause unwarranted
19012         failures in the coreutils test suite.
19013
19014 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
19015
19016         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
19017         to succeed.
19018
19019 2008-09-16  Jim Meyering  <meyering@redhat.com>
19020
19021         avoid spurious test failure when library is built without ACL support
19022         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
19023         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
19024         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
19025         * tests/test-copy-acl.sh: Likewise.
19026
19027 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19028
19029         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
19030         based on character occurrence counts.
19031
19032 2008-09-15  Eric Blake  <ebb9@byu.net>
19033
19034         tests: avoid some compiler warnings
19035         * tests/test-memchr.c (main): Pass NULL indirectly.
19036         * tests/test-closein.c (main): Avoid unused variable.
19037
19038 2008-09-15  Bruno Haible  <bruno@clisp.org>
19039
19040         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
19041         are missing on OpenBSD 4.0 individually.
19042         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19043
19044 2008-09-15  Bruno Haible  <bruno@clisp.org>
19045
19046         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
19047         * doc/posix-functions/strerror.texi: Mention also Cygwin.
19048         * doc/posix-functions/perror.texi: Likewise.
19049         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
19050         is missing.
19051         Reported by Eric Blake.
19052
19053         * lib/errno.in.h: Use replacement values >= 2000.
19054         Reported by Eric Blake.
19055
19056 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19057
19058         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
19059         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
19060         limit.
19061         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
19062         compareseq was aborted.
19063
19064 2008-09-14  Bruno Haible  <bruno@clisp.org>
19065
19066         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
19067         yvec_edit_count.
19068         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
19069         (fstrcmp_bounded): Simplify result computation accordingly.
19070
19071 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19072
19073         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
19074         (fstrcmp): Define in terms of fstrcmp_bounded.
19075         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
19076         lower_bound argument.
19077         Return quickly if the result is certainly < lower_bound.
19078         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
19079
19080 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19081
19082         * lib/diffseq.h (EARLY_ABORT): New macro.
19083         (compareseq): Change return type to bool. Return true when EARLY_ABORT
19084         evaluates to true.
19085
19086 2008-09-14  Bruno Haible  <bruno@clisp.org>
19087
19088         * modules/perror-tests: New file.
19089         * tests/test-perror.sh: New file.
19090         * tests/test-perror.c: New file.
19091
19092         New module 'perror'.
19093         * lib/stdio.in.h (perror): New declaration.
19094         * lib/perror.c: New file.
19095         * m4/perror.m4: New file.
19096         * modules/perror: New file.
19097         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
19098         * doc/posix-functions/perror.texi: Mention the perror module.
19099         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
19100         REPLACE_PERROR.
19101         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
19102         REPLACE_PERROR.
19103
19104 2008-09-14  Bruno Haible  <bruno@clisp.org>
19105
19106         * modules/stdio (Makefile.am): Reorder to match the order in
19107         lib/stdio.in.h.
19108         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19109
19110 2008-09-13  Bruno Haible  <bruno@clisp.org>
19111
19112         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
19113
19114 2008-09-13  Bruno Haible  <bruno@clisp.org>
19115
19116         Extend strerror to cover the added errno values.
19117         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
19118         (rpl_strerror): Provide error messages for the added errno values and
19119         for the WSA* values.
19120         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
19121         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
19122         strerror.
19123         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
19124         * modules/strerror (Depends-on): Add errno.
19125         * doc/posix-functions/strerror.texi: Document the change.
19126         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
19127         and EOVERFLOW.
19128
19129 2008-09-13  Bruno Haible  <bruno@clisp.org>
19130
19131         * modules/EOVERFLOW: Remove file.
19132         * m4/eoverflow.m4: Remove file.
19133         * modules/EOVERFLOW-tests: Remove file.
19134         * tests/test-EOVERFLOW.c: Remove file.
19135         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
19136         * modules/ftell (Depends-on): Likewise.
19137         * modules/getdelim (Depends-on): Likewise.
19138         * modules/getugroups (Depends-on): Likewise.
19139         * modules/poll (Depends-on): Likewise.
19140         * modules/snprintf (Depends-on): Likewise.
19141         * modules/sprintf-posix (Depends-on): Likewise.
19142         * modules/vasnprintf (Depends-on): Likewise.
19143         * modules/vasprintf (Depends-on): Likewise.
19144         * modules/vfprintf-posix (Depends-on): Likewise.
19145         * modules/vsnprintf (Depends-on): Likewise.
19146         * modules/vsprintf-posix (Depends-on): Likewise.
19147         * modules/xvasprintf (Depends-on): Likewise.
19148         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19149         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
19150         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
19151         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
19152         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19153         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
19154         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
19155         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
19156         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19157         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
19158         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
19159         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
19160         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19161         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
19162         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
19163         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
19164         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19165         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
19166         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
19167         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
19168         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19169         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
19170         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
19171         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
19172         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
19173         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19174         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
19175         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
19176         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
19177         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
19178         * MODULES.html.sh: Remove EOVERFLOW.
19179         * NEWS: Mention the change.
19180
19181 2008-09-13  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/errno-tests: New file.
19184         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
19185
19186         * lib/errno.in.h: New file.
19187         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
19188         * modules/errno: New file.
19189         * doc/posix-headers/errno.texi: Update documentation.
19190         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
19191
19192 2008-09-13  Bruno Haible  <bruno@clisp.org>
19193
19194         * tests/test-poll.c: Use #if for native Windows, rather than testing
19195         __MSVCRT__.
19196
19197 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19198             Bruno Haible  <bruno@clisp.org>
19199
19200         * lib/glob.c: Don't include <pwd.h> on native Windows.
19201         (WINDOWS32): New macro.
19202         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
19203
19204 2008-09-13  Bruno Haible  <bruno@clisp.org>
19205
19206         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
19207         (ETIMEDOUT): Remove macro.
19208         (glthread_cond_timedwait_multithreaded): New declaration.
19209         (glthread_cond_timedwait): Use it.
19210         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
19211         (glthread_cond_timedwait_multithreaded): New function.
19212
19213 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
19214
19215         * modules/poll-tests: Do not check for io.h.
19216         * tests/test-poll.c: Check for __MSVCRT__ instead.
19217
19218 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
19219
19220         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
19221         * modules/poll-tests: Add inet_pton, stdbool, sockets.
19222         * tests/test-poll.c: Use them.  Use _pipe on Windows.
19223
19224 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
19225
19226         * modules/poll-tests: New.
19227         * tests/test-poll.c: New.
19228
19229 2008-09-12  Eric Blake  <ebb9@byu.net>
19230
19231         frexp: test for NetBSD failure on -0.0
19232         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
19233         not all, bugs from NetBSD 3.0 have been fixed.
19234         * doc/posix-functions/frexp.texi (frexp): Document bug.
19235         Reported by Thomas Klausner.
19236
19237         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
19238         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
19239         literal -0.0.
19240         Reported by Jonathan C. Patschke <jp@centtech.com>.
19241
19242 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19243
19244         * lib/glthread/cond.h: Use dummy implementation also if
19245         USE_WIN32_THREADS.
19246
19247 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19248
19249         * modules/fnmatch-posix (License): Change to LGPLv2+.
19250         * modules/fnmatch-gnu (License): Likewise.
19251
19252 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19253
19254         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
19255
19256 2008-09-11  Jim Meyering  <meyering@redhat.com>
19257
19258         * users.txt: Add gtk-vnc.
19259
19260 2008-09-08  Simon Josefsson  <simon@josefsson.org>
19261
19262         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
19263         rotate amounts.
19264
19265         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
19266         required for 16-bit and 8-bit rotates.
19267         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
19268         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
19269         UINT8_MAX instead of hard-coded constants.
19270         Suggested by Paul Eggert.
19271
19272 2008-09-07  Bruno Haible  <bruno@clisp.org>
19273
19274         * tests/test-striconveh.c (main): Check behaviour when converting from
19275         UTF-7.
19276
19277         Make striconveh work better with stateful encodings.
19278         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
19279         that iconv does not increment the inptr when returning -1/EINVAL.
19280
19281 2008-09-07  Bruno Haible  <bruno@clisp.org>
19282
19283         * build-aux/config.rpath: Update according to libtool-2.2.6.
19284         * build-aux/config.libpath: Likewise.
19285
19286 2008-09-06  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
19289         * lib/freadptr.c (freadptr): Likewise.
19290         * lib/freadseek.c (freadptrinc): Likewise.
19291         Reported by Simon Josefsson.
19292
19293 2008-09-06  Bruno Haible  <bruno@clisp.org>
19294
19295         * modules/freadptr (License): Change to LGPLv2+.
19296         * modules/freadseek (License): Likewise.
19297         Suggested by Eric Blake.
19298
19299         * modules/memchr2 (License): Change to LGPLv2+.
19300         Approved by Eric Blake.
19301
19302 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19303             Bruno Haible  <bruno@clisp.org>
19304
19305         Make gnulib-tool work with native 'sed' on AIX.
19306         * gnulib-tool (sed_noop): New variable.
19307         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
19308         func_add_or_update, func_create_testdir): Use it to initialize sed
19309         script variables.
19310         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19311
19312 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
19313             Bruno Haible  <bruno@clisp.org>
19314
19315         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
19316         also works after #include directives.
19317
19318 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
19319
19320         getdate.y: reject an out-of-range timezone value
19321         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
19322         the range [-24...+24].  When specified with only one or two digits,
19323         * tests/test-getdate.c: Tests for the fix.
19324         * doc/getdate.texi: Document this change.
19325
19326 2008-09-03  Bruno Haible  <bruno@clisp.org>
19327
19328         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
19329
19330 2008-09-02  Simon Josefsson  <simon@josefsson.org>
19331
19332         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
19333         <bruce.korb@gmail.com> with ideas from Ben Pfaff
19334         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
19335         Blake <ebb9@byu.net>.
19336
19337         * tests/test-bitrotate.c: Add more test vectors.
19338
19339 2008-09-02  Eric Blake  <ebb9@byu.net>
19340
19341         vasnprintf-posix: handle large precision via %.*d
19342         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
19343         when handling it ourselves.
19344         * tests/test-vasnprintf-posix.c (test_function): Add test.
19345         * tests/test-snprintf-posix.h (test_function): Likewise.
19346         * tests/test-sprintf-posix.h (test_function): Likewise.
19347         * tests/test-vasprintf-posix.c (test_function): Likewise.
19348         Reported by Alain Guibert.
19349
19350 2008-09-01  Eric Blake  <ebb9@byu.net>
19351
19352         c-stack: make configure-time check more robust
19353         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
19354         successful sigaction call.
19355         Reported by Tom G. Christensen.
19356
19357 2008-09-01  Bruno Haible  <bruno@clisp.org>
19358
19359         New module 'findprog-lgpl'.
19360         * modules/findprog-lgpl: New file.
19361         * lib/findprog-lgpl.c: New file.
19362         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
19363         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
19364         to decide whether to use strdup or xstrdup, concatenated_filename or
19365         xconcatenated_filename.
19366
19367 2008-09-01  Bruno Haible  <bruno@clisp.org>
19368
19369         Split module 'concat-filename' into 'concat-filename' (LGPL) and
19370         'xconcat-filename' (GPL).
19371         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
19372         (License): Change to LGPLv2+.
19373         * modules/xconcat-filename: New file.
19374         * lib/concat-filename.h (concatenated_filename): Change specification.
19375         (xconcatenated_filename): New declaration.
19376         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
19377         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
19378         memory situations.
19379         * lib/xconcat-filename.c: New file.
19380         * NEWS: Mention the change.
19381         * lib/findprog.c: Include concat-filename.h, not filename.h.
19382         (find_in_path): Use xconcatenated_filename instead of
19383         concatenated_filename.
19384         * lib/javacomp.c: Include concat-filename.h, not filename.h.
19385         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19386         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19387         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19388         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
19389         instead of concatenated_filename.
19390         * lib/javaexec.c: Include concat-filename.h, not filename.h.
19391         (execute_java_class): Use xconcatenated_filename instead of
19392         concatenated_filename.
19393         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
19394         * modules/javacomp (Depends-on): Likewise.
19395         * modules/javaexec (Depends-on): Likewise.
19396
19397 2008-09-01  Bruno Haible  <bruno@clisp.org>
19398
19399         Split module 'filename' into 'filename' and 'concat-filename'.
19400         * modules/filename: Keep only lib/filename.h.
19401         (License): Change to LGPLv2+.
19402         * modules/concat-filename: New file, extracted from modules/filename.
19403         * lib/filename.h (concatenated_filename): Remove declaration.
19404         * lib/concat-filename.h: New file, extracted from lib/filename.h.
19405         * lib/concat-filename.c: Include concat-filename.h.
19406         * NEWS: Mention the change.
19407
19408 2008-09-01  Simon Josefsson  <simon@josefsson.org>
19409
19410         * lib/bitrotate.h (rotl8, rotr8): Add.
19411
19412         * modules/bitrotate (configure.ac): Need
19413         AC_REQUIRE([AC_C_INLINE]).
19414         (Description): Mention stdint.h.  Reported by Bruno Haible
19415         <bruno@clisp.org>.
19416
19417         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
19418         Paolo Bonzini <bonzini@gnu.org>.
19419
19420 2008-08-31  Bruno Haible  <bruno@clisp.org>
19421
19422         Assume Solaris specific bi-arch conventions on Solaris systems.
19423         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
19424         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
19425         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
19426         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
19427         like acl_libdirstem.
19428         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
19429         acl_libdirstem.
19430         * NEWS: Mention the change.
19431         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
19432
19433 2008-08-31  Jim Meyering  <meyering@redhat.com>
19434
19435         * lib/strftime.h: Add comments describing the two added arguments.
19436
19437         remove duplicate #include directives
19438         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
19439         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
19440
19441 2008-08-31  Bruno Haible  <bruno@clisp.org>
19442
19443         New module 'sigpipe-die'.
19444         * modules/sigpipe-die: New file.
19445         * lib/sigpipe-die.h: New file.
19446         * lib/sigpipe-die.c: New file.
19447         * MODULES.html.sh (Signal handling): Add sigpipe-die.
19448
19449 2008-08-31  Bruno Haible  <bruno@clisp.org>
19450
19451         Don't override previously installed signal handlers.
19452         * lib/fatal-signal.c (saved_sigactions): New variable.
19453         (uninstall_handlers): Reset the signal to the saved handler, not
19454         to SIG_DFL (except when ignored).
19455         (install_handlers): Save the previous handlers.
19456
19457 2008-08-30  Bruno Haible  <bruno@clisp.org>
19458
19459         * gnulib-tool (func_reset_sigpipe): New function.
19460         (func_get_automake_snippet, func_modules_transitive_closure,
19461         func_import): Invoke it before a join command that reads from stdin,
19462         to avoid "echo: write error: Broken pipe" error messages on stderr.
19463         Reported by Sam Steingold <sds@gnu.org>.
19464
19465 2008-08-30  Bruno Haible  <bruno@clisp.org>
19466
19467         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
19468         Code copied from m4/open.m4.
19469         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
19470         access and the filename ends in a slash. Code copied from lib/open.c.
19471         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
19472         * tests/test-fopen.c (main): Check against bug with trailing slash.
19473
19474 2008-08-29  Bruno Haible  <bruno@clisp.org>
19475
19476         Avoid some "gcc -pedantic" warnings.
19477         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
19478         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
19479         * lib/dirent.in.h: Likewise.
19480         * lib/fcntl.in.h: Likewise.
19481         * lib/float.in.h: Likewise.
19482         * lib/iconv.in.h: Likewise.
19483         * lib/inttypes.in.h: Likewise.
19484         * lib/locale.in.h: Likewise.
19485         * lib/math.in.h: Likewise.
19486         * lib/netinet_in.in.h: Likewise.
19487         * lib/search.in.h: Likewise.
19488         * lib/signal.in.h: Likewise.
19489         * lib/stdarg.in.h: Likewise.
19490         * lib/stdint.in.h: Likewise.
19491         * lib/stdio.in.h: Likewise.
19492         * lib/stdlib.in.h: Likewise.
19493         * lib/string.in.h: Likewise.
19494         * lib/strings.in.h: Likewise.
19495         * lib/sys_select.in.h: Likewise.
19496         * lib/sys_socket.in.h: Likewise.
19497         * lib/sys_stat.in.h: Likewise.
19498         * lib/sys_time.in.h: Likewise.
19499         * lib/sysexits.in.h: Likewise.
19500         * lib/time.in.h: Likewise.
19501         * lib/unistd.in.h: Likewise.
19502         * lib/wchar.in.h: Likewise.
19503         * lib/wctype.in.h: Likewise.
19504         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
19505         * modules/fchdir (Makefile.am): Likewise.
19506         * modules/fcntl (Makefile.am): Likewise.
19507         * modules/float (Makefile.am): Likewise.
19508         * modules/iconv_open (Makefile.am): Likewise.
19509         * modules/inttypes (Makefile.am): Likewise.
19510         * modules/locale (Makefile.am): Likewise.
19511         * modules/math (Makefile.am): Likewise.
19512         * modules/netinet_in (Makefile.am): Likewise.
19513         * modules/search (Makefile.am): Likewise.
19514         * modules/signal (Makefile.am): Likewise.
19515         * modules/stdarg (Makefile.am): Likewise.
19516         * modules/stdint (Makefile.am): Likewise.
19517         * modules/stdio (Makefile.am): Likewise.
19518         * modules/stdlib (Makefile.am): Likewise.
19519         * modules/string (Makefile.am): Likewise.
19520         * modules/strings (Makefile.am): Likewise.
19521         * modules/sys_select (Makefile.am): Likewise.
19522         * modules/sys_socket (Makefile.am): Likewise.
19523         * modules/sys_stat (Makefile.am): Likewise.
19524         * modules/sys_time (Makefile.am): Likewise.
19525         * modules/sysexits (Makefile.am): Likewise.
19526         * modules/time (Makefile.am): Likewise.
19527         * modules/unistd (Makefile.am): Likewise.
19528         * modules/wchar (Makefile.am): Likewise.
19529         * modules/wctype (Makefile.am): Likewise.
19530         Reported by Reuben Thomas <rrt@sc3d.org>.
19531
19532 2008-08-29  Bruno Haible  <bruno@clisp.org>
19533
19534         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
19535         any more.
19536
19537 2008-08-29  Simon Josefsson  <simon@josefsson.org>
19538
19539         * MODULES.html.sh (Misc): Add bitrotate.
19540
19541         * modules/bitrotate: New file.
19542
19543         * lib/bitrotate.h: New file.
19544
19545         * modules/bitrotate-tests: New file.
19546
19547         * tests/test-bitrotate.c: New file.
19548
19549         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
19550         on the bitrotate module.
19551
19552         * lib/arctwo.c: Use new bitrotate module.
19553
19554 2008-08-29  Jim Meyering  <meyering@redhat.com>
19555
19556         bootstrap: merge changes from coreutils
19557         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
19558         of copied files.  Remove a kludge, now that this is fixed.
19559         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
19560         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
19561         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
19562
19563 2008-08-29  Bruno Haible  <bruno@clisp.org>
19564
19565         * MODULES.html.sh: Remove --cvs-urls option.
19566
19567 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
19568
19569         maint.mk: adjust to file name change
19570         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
19571
19572 2008-08-28  Jim Meyering  <meyering@redhat.com>
19573
19574         * modules/getndelim2 (License): Relicense to LGPLv2+.
19575         Approved by Richard Stallman for the version of 1995, and by
19576         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
19577
19578 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
19579
19580         * lib/getdelim.c (flockfile, funlockfile): Make all of them
19581         dummy if one is not available.  Do not touch them if
19582         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
19583         (getc_maybe_unlocked): New.
19584         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
19585
19586 2008-08-26  Eric Blake  <ebb9@byu.net>
19587
19588         doc/INSTALL: resync from autoconf
19589         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
19590         (INSTALL_PRELUDE): Delete; this is done more efficiently by
19591         moving...
19592         * install.texi [!autoconf]: ...here.  Resync from autoconf.
19593         * INSTALL: Regenerate.
19594         * INSTALL.ISO: New file.
19595         * INSTALL.UTF-8: Likewise.
19596
19597 2008-08-26  Jim Meyering  <meyering@redhat.com>
19598
19599         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
19600         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
19601         these definitions conditional, so that they may be overridden, too.
19602
19603 2008-08-26  Bruno Haible  <bruno@clisp.org>
19604
19605         Generate INSTALL file variants with prettier quotes.
19606         * doc/Makefile (INSTALL_PRELUDE): New macro.
19607         (INSTALL): Use it.
19608         (INSTALL.ISO, INSTALL.UTF-8): New rules.
19609
19610 2008-08-26  Bruno Haible  <bruno@clisp.org>
19611
19612         Run makeinfo in an English locale.
19613         * doc/Makefile (MAKEINFO): New variable.
19614
19615 2008-08-26  Bruno Haible  <bruno@clisp.org>
19616
19617         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
19618         Suggested by Eric Blake.
19619
19620 2008-08-25  Bruno Haible  <bruno@clisp.org>
19621
19622         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
19623
19624 2008-08-25  Eric Blake  <ebb9@byu.net>
19625
19626         c-stack: test that stack overflow can be caught
19627         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
19628         that platform allows handling stack overflow; at least OS/2 EMX
19629         has sigaltstack, but crashes before transferring control to
19630         handler on stack overflow.
19631         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
19632         check for HAVE_STACK_OVERFLOW_HANDLING.
19633         Reported by Elbert Pol.
19634
19635 2008-08-25  Bruno Haible  <bruno@clisp.org>
19636
19637         * doc/posix-functions/strftime.texi: Fix description of strftime
19638         module.
19639
19640 2008-08-24  Bruno Haible  <bruno@clisp.org>
19641
19642         * tests/uniwidth/test-uc_width2.c: New file.
19643         * tests/uniwidth/test-uc_width2.sh: New file.
19644         * modules/uniwidth/width-tests (Files): Add the new files.
19645         (TESTS): Add uniwidth/test-uc_width2.sh.
19646         (TESTS_ENVIRONMENT): New variable.
19647         (check_PROGRAMS): Add test-uc_width2.
19648         (test_uc_width2_SOURCES): New variable.
19649
19650         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
19651         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
19652         not 0x00AB.
19653         Reported by Alexander V. Lukyanov <lav@netis.ru>.
19654
19655 2008-08-22  Eric Blake  <ebb9@byu.net>
19656
19657         test-lock, test-tls: mention why a test is skipped
19658         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
19659         skipped.
19660         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
19661
19662         count-one-bits: relax license
19663         * modules/count-one-bits (License): Relicense to LGPLv2+.
19664         Suggested by Ludovic Courtès, approved by Ben Pfaff.
19665
19666 2008-08-22  Andreas Schwab  <schwab@suse.de>
19667
19668         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
19669         Remove spurious space in assignment.
19670
19671 2008-08-21  Simon Josefsson  <simon@josefsson.org>
19672
19673         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
19674         Paul Eggert <eggert@CS.UCLA.EDU>.
19675
19676 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
19677
19678         * modules/gettext: Add m4/threadlib.m4.
19679
19680 2008-08-19  Eric Blake  <ebb9@byu.net>
19681
19682         test-c-stack: fix compilation failure on FreeBSD 5.0
19683         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
19684         headers before <sys/resource.h>.
19685         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
19686         the bug.
19687         Reported by Nelson H. F. Beebe.
19688
19689         strverscmp: migrate from "strverscmp.h" to <string.h>
19690         * modules/string (Makefile.am): Add new hooks.
19691         * modules/strverscmp (Files): Remove strverscmp.h.
19692         (Depends-on): Add string.
19693         (configure.ac): Add indicator.
19694         (Include): Mention new header.
19695         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
19696         defaults.
19697         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
19698         results.
19699         * lib/strverscmp.h: Delete.
19700         * lib/string.in.h (strverscmp): Provide declaration, when needed.
19701         * tests/test-strverscmp.c (includes): Adjust client.
19702         * lib/check-version.c (includes): Likewise.
19703         * NEWS: Document the change.
19704
19705         strverscmp: add unit test
19706         * modules/strverscmp-tests: New file.
19707         * tests/test-strverscmp.c: Likewise.
19708
19709 2008-08-19  Simon Josefsson  <simon@josefsson.org>
19710
19711         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
19712         regarding Windows crypto stuff, from Mono.
19713
19714 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
19715
19716         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
19717         if present, for intel RND.  Return error on failures.
19718
19719 2008-08-18  Ben Pfaff  <blp@gnu.org>
19720
19721         gitlog-to-changelog: give better diagnostic for failed pipe-open
19722         * build-aux/gitlog-to-changelog: Improve error message: suggest
19723         that the version of Git may be too old.
19724
19725 2008-08-18  Simon Josefsson  <simon@josefsson.org>
19726
19727         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
19728         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
19729
19730 2008-08-18  Bruno Haible  <bruno@clisp.org>
19731
19732         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
19733         pthread_in_use().
19734
19735 2008-08-18  Bruno Haible  <bruno@clisp.org>
19736
19737         * lib/glthread/threadlib.c: Include <pthread.h>.
19738
19739 2008-08-18  Bruno Haible  <bruno@clisp.org>
19740
19741         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
19742         glthread_recursive_lock_* macros.
19743         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
19744         Fix syntax error.
19745
19746 2008-08-18  Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/glthread/thread.c: Avoid forcing a context switch right after
19749         thread creation.
19750
19751 2008-08-17  Bruno Haible  <bruno@clisp.org>
19752
19753         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
19754         * lib/glthread/thread.h: Provide Win32 specific implementation.
19755         * modules/thread (Files): Add lib/glthread/thread.c.
19756         (Depends-on): Add lock.
19757         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
19758
19759 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19760
19761         New module 'yield'.
19762         * modules/yield: New file.
19763         * lib/glthread/yield.h: New file.
19764         * m4/yield.m4: New file.
19765         * MODULES.html.sh (Multithreading): Add yield.
19766
19767 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19768
19769         New module 'thread'.
19770         * modules/thread: New file.
19771         * lib/glthread/thread.h: New file.
19772         * m4/thread.m4: New file.
19773         * MODULES.html.sh (Multithreading): Add thread.
19774
19775 2008-08-17  Bruno Haible  <bruno@clisp.org>
19776
19777         * lib/glthread/lock.h: Include <stdlib.h> always.
19778         * lib/glthread/tls.h: Likewise.
19779         * lib/glthread/cond.h: Likewise.
19780
19781 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19782
19783         New module 'cond'.
19784         * modules/cond: New file.
19785         * lib/glthread/cond.h: New file.
19786         * lib/glthread/cond.c: New file.
19787         * m4/cond.m4: New file.
19788         * MODULES.html.sh (Multithreading): Add cond.
19789
19790 2008-08-16  Eric Blake  <ebb9@byu.net>
19791
19792         c-stack: fix regression on Irix 5.3 from 2008-06-21
19793         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
19794         sa_sigaction...
19795         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
19796         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
19797         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
19798         * modules/signal (Makefile.am): Use the value.
19799         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
19800         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
19801         * doc/posix-headers/signal.texi (signal.h): Document this
19802         portability issue.
19803         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
19804         Reported by Tom G. Christensen.
19805
19806 2008-08-17  Bruno Haible  <bruno@clisp.org>
19807
19808         New module 'threadlib'.
19809         * modules/threadlib: New file.
19810         * lib/glthread/threadlib.c: New file, extracted from
19811         lib/glthread/lock.c.
19812         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
19813         functions.
19814         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
19815         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
19816         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
19817         macros.
19818         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
19819         (gl_DISABLE_THREADS): Remove macro.
19820         * modules/lock (Files): Remove build-aux/config.rpath.
19821         (Depends-on): Remove havelib. Add threadlib.
19822         (configure.ac-early): Remove section.
19823         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
19824         * modules/tls (Depends-on): Remove lock. Add threadlib.
19825         (Link): New section, copied from threadlib.
19826         * MODULES.html.sh (Multithreading): Add threadlib.
19827
19828 2008-08-14  Bruno Haible  <bruno@clisp.org>
19829
19830         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
19831         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
19832         glthread_rwlock_unlock, glthread_rwlock_destroy,
19833         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
19834         glthread_recursive_lock_destroy): Define as macros always.
19835         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
19836         glthread_lock_lock.
19837         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
19838         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
19839         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
19840         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
19841         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
19842         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
19843         (glthread_recursive_lock_lock_func): Renamed from
19844         glthread_recursive_lock_lock.
19845         (glthread_recursive_lock_unlock_func): Renamed from
19846         glthread_recursive_lock_unlock.
19847         (glthread_recursive_lock_destroy_func): Renamed from
19848         glthread_recursive_lock_destroy.
19849
19850 2008-08-14  Bruno Haible  <bruno@clisp.org>
19851
19852         * lib/glthread/lock.h: Renamed from lib/lock.h.
19853         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
19854         * lib/glthread/tls.h: Renamed from lib/tls.h.
19855         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
19856         * lib/fstrcmp.c: Update includes.
19857         * lib/strsignal.c: Update includes.
19858         * modules/lock (Files, Makefile.am): Update.
19859         (Include): Change to "glthread/lock.h".
19860         * modules/tls (Files, Makefile.am): Update.
19861         (Include): Change to "glthread/tls.h".
19862         * tests/test-lock.c: Update includes.
19863         * tests/test-tls.c: Update includes.
19864         * NEWS: Mention the renamed header files.
19865
19866 2008-08-11  Jim Meyering  <meyering@redhat.com>
19867
19868         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
19869
19870 2008-08-11  Eric Blake  <ebb9@byu.net>
19871
19872         test-c-stack: avoid C99-ism
19873         * tests/test-c-stack.c (main): Fix whitespace, move declaration
19874         before statement.
19875         Reported by Alain Guibert.
19876
19877 2008-08-10  Jim Meyering  <meyering@redhat.com>
19878
19879         ensure that return value of uinttostr et al are not ignored
19880         * lib/inttostr.h (__GNUC_PREREQ): Define.
19881         (__attribute_warn_unused_result__): Define.
19882         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
19883
19884 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
19885
19886         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
19887         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
19888
19889 2008-08-07  Jim Meyering  <meyering@redhat.com>
19890
19891         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
19892
19893         * modules/mkstemp (License): Relicense under LGPLv2+.
19894         * modules/tempname (License): Likewise.
19895
19896 2008-08-06  Bruno Haible  <bruno@clisp.org>
19897
19898         * lib/poll.c (poll): Further micro-optimization.
19899
19900 2008-08-06  Jim Meyering  <meyering@redhat.com>
19901
19902         inet_pton.c: use locale-independent tolower
19903         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
19904         (inet_pton6): Use c_tolower rather than tolower.
19905         * modules/inet_pton (Depends-on): Add c-ctype.
19906
19907 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
19908
19909         * lib/poll.c (poll): Avoid division when timeout is 0, cache
19910         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
19911
19912 2008-08-06  Jim Meyering  <meyering@redhat.com>
19913
19914         * modules/inet_pton (License): Relicense under LGPLv2+.
19915
19916 2008-08-03  Bruno Haible  <bruno@clisp.org>
19917
19918         Additional non-aborting API for lock and tls.
19919         * lib/lock.h: Include <errno.h>.
19920         (glthread_lock_init): New macro/function.
19921         (gl_lock_init): Define as wrapper around glthread_lock_init.
19922         (glthread_lock_lock): New macro/function.
19923         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
19924         (glthread_lock_unlock): New macro/function.
19925         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
19926         (glthread_lock_destroy): New macro/function.
19927         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
19928         (glthread_rwlock_init): New macro/function.
19929         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
19930         (glthread_rwlock_rdlock): New macro/function.
19931         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
19932         (glthread_rwlock_wrlock): New macro/function.
19933         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
19934         (glthread_rwlock_unlock): New macro/function.
19935         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
19936         (glthread_rwlock_destroy): New macro/function.
19937         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
19938         (glthread_recursive_lock_init): New macro/function.
19939         (gl_recursive_lock_init): Define as wrapper around
19940         glthread_recursive_lock_init.
19941         (glthread_recursive_lock_lock): New macro/function.
19942         (gl_recursive_lock_lock): Define as wrapper around
19943         glthread_recursive_lock_lock.
19944         (glthread_recursive_lock_unlock): New macro/function.
19945         (gl_recursive_lock_unlock): Define as wrapper around
19946         glthread_recursive_lock_unlock.
19947         (glthread_recursive_lock_destroy): New macro/function.
19948         (gl_recursive_lock_destroy): Define as wrapper around
19949         glthread_recursive_lock_destroy.
19950         (glthread_once): New macro/function.
19951         (gl_once): Define as wrapper around glthread_once.
19952         Update function declarations.
19953         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
19954         glthread_rwlock_init. Return error code.
19955         (glthread_rwlock_rdlock_multithreaded): Renamed from
19956         glthread_rwlock_rdlock. Return error code.
19957         (glthread_rwlock_wrlock_multithreaded): Renamed from
19958         glthread_rwlock_wrlock. Return error code.
19959         (glthread_rwlock_unlock_multithreaded): Renamed from
19960         glthread_rwlock_unlock. Return error code.
19961         (glthread_rwlock_destroy_multithreaded): Renamed from
19962         glthread_rwlock_destroy. Return error code.
19963         (glthread_recursive_lock_init_multithreaded): Renamed from
19964         glthread_recursive_lock_init. Return error code.
19965         (glthread_recursive_lock_lock_multithreaded): Renamed from
19966         glthread_recursive_lock_lock. Return error code.
19967         (glthread_recursive_lock_unlock_multithreaded): Renamed from
19968         glthread_recursive_lock_unlock. Return error code.
19969         (glthread_recursive_lock_destroy_multithreaded): Renamed from
19970         glthread_recursive_lock_destroy. Return error code.
19971         (glthread_once_call): Make static.
19972         (glthread_once_multithreaded): Renamed from glthread_once.
19973         * lib/tls.h: Include <errno.h>.
19974         (glthread_tls_key_init): New macro/function.
19975         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
19976         (glthread_tls_set): New macro/function.
19977         (gl_tls_set): Define as wrapper around glthread_tls_set.
19978         (glthread_tls_key_destroy): New macro/function.
19979         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
19980         Update function declarations.
19981         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
19982         glthread_tls_get.
19983         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19984
19985 2008-08-04  Eric Blake  <ebb9@byu.net>
19986
19987         gnumakefile: use space, not TAB, outside of targets
19988         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
19989
19990 2008-08-02  Jim Meyering  <meyering@redhat.com>
19991
19992         getdate.y: avoid locale-dependent date parsing failure
19993         In Turkish locales, getdate would fail to recognize keywords
19994         containing a lowercase "i".  The solution is not to rely on
19995         locale-sensitive case-conversion.
19996         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
19997         (lookup_word): Use c_toupper in place of toupper.
19998         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
19999         Reported by Vefa Bicakci <bicave@superonline.com> in
20000         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
20001         * modules/getdate (Depends-on): Add c-ctype.
20002
20003 2008-08-02  Bruno Haible  <bruno@clisp.org>
20004
20005         * gnulib-tool (func_import): When updating or creating a .gitignore
20006         file, prepend each added line with a slash, and ignore leading slashes
20007         from the existing lines.
20008         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20009
20010 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20011
20012         Portability fix for GNU make 3.79.1.
20013         * top/GNUmakefile: Avoid 'else COND', which older GNU make
20014         versions do not understand.
20015
20016 2008-08-01  Bruno Haible  <bruno@clisp.org>
20017
20018         Work around bug of HP-UX 10.20 cc with -0.0 literal.
20019         * tests/test-isnanf.h (zero): New variable.
20020         (main): Avoid literal -0.0f.
20021         * tests/test-isnand.h (zero): New variable.
20022         (main): Avoid literal -0.0.
20023         * tests/test-isnanl.h (zero): New variable.
20024         (main): Avoid literal -0.0L.
20025         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
20026         (test_float, test_double, test_long_double): Avoid literals -0.0f,
20027         -0.0, -0.0L.
20028         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
20029         (test_signbitd): Avoid literal -0.0.
20030         (test_signbitl): Avoid literal -0.0L.
20031         * tests/test-ceilf1.c (zero): New variable.
20032         (main): Avoid literal -0.0f.
20033         * tests/test-ceill.c (zero): New variable.
20034         (main): Avoid literal -0.0L.
20035         * tests/test-floorf1.c (zero): New variable.
20036         (main): Avoid literal -0.0f.
20037         * tests/test-floorl.c (zero): New variable.
20038         (main): Avoid literal -0.0L.
20039         * tests/test-roundf1.c (zero): New variable.
20040         (main): Avoid literal -0.0f.
20041         * tests/test-round1.c (zero): New variable.
20042         (main): Avoid literal -0.0.
20043         * tests/test-roundl.c (zero): New variable.
20044         (main): Avoid literal -0.0L.
20045         * tests/test-truncf1.c (zero): New variable.
20046         (main): Avoid literal -0.0f.
20047         * tests/test-trunc1.c (zero): New variable.
20048         (main): Avoid literal -0.0.
20049         * tests/test-truncl.c (zero): New variable.
20050         (main): Avoid literal -0.0L.
20051         * tests/test-frexp.c (zero): New variable.
20052         (main): Avoid literal -0.0.
20053         * tests/test-frexpl.c (zero): New variable.
20054         (main): Avoid literal -0.0L.
20055         * tests/test-ldexpl.c (zero): New variable.
20056         (main): Avoid literal -0.0L.
20057         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
20058         (zerod, zerol): New variables.
20059         (test_function): Avoid literals -0.0, -0.0L.
20060         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
20061         (zerod, zerol): New variables.
20062         (test_function): Avoid literals -0.0, -0.0L.
20063         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
20064         (zerod, zerol): New variables.
20065         (test_function): Avoid literals -0.0, -0.0L.
20066         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
20067         (zerod, zerol): New variables.
20068         (test_function): Avoid literals -0.0, -0.0L.
20069         * tests/test-strtod.c (zero): New variable.
20070         (main): Avoid literal -0.0.
20071         Reported by Jonathan C. Patschke <jp@centtech.com>.
20072
20073 2008-07-31  Jim Meyering  <meyering@redhat.com>
20074
20075         sha256.h: correct definition of SHA224_DIGEST_SIZE
20076         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
20077         Reported by Paulie Pena IV <paulie4@gmail.com>.
20078         Define as 224 / 8, rather than as a literal.
20079         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
20080         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
20081         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
20082
20083 2008-07-31  Bruno Haible  <bruno@clisp.org>
20084
20085         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
20086         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
20087         Reported by Jonathan Patschke <jp@centtech.com>.
20088
20089 2008-07-31  Bruno Haible  <bruno@clisp.org>
20090
20091         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
20092         Reported by Paolo Bonzini <bonzini@gnu.org>.
20093
20094 2008-07-30  Eric Blake  <ebb9@byu.net>
20095
20096         test-strtod: allow compilation without -lm
20097         * tests/test-strtod.c (main): Avoid link dependence on fabs.
20098         Reported by Dennis Clarke <blastwave@gmail.com>.
20099
20100 2008-07-28  Jim Meyering  <meyering@redhat.com>
20101
20102         bootstrap: work also when there are no .po files in po/
20103         * build-aux/bootstrap (update_po_files): Complete the change
20104         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
20105
20106 2008-07-27  Jim Meyering  <meyering@redhat.com>
20107
20108         * users.txt: Add zile.
20109
20110 2008-07-26  Ben Pfaff  <blp@gnu.org>
20111
20112         Add missing dependencies on new m4/exponent[fdl].m4 files.
20113         * modules/isnanf-nolibm: Add m4/exponentf.m4.
20114         * modules/isnand-nolibm: Add m4/exponentd.m4.
20115         * modules/isnanl-nolibm: Add m4/exponentl.m4.
20116         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
20117         m4/isnan[fdl].m4, because the macros actually used moved.
20118         Reported by Jim Meyering.
20119
20120 2008-07-14  Ben Pfaff  <blp@gnu.org>
20121
20122         Add isinf module.
20123         * lib/isinf.c: New file.
20124         * lib/math.in.h: Define isinf macro if we have decided to replace
20125         it.
20126         * m4/isinf.m4: New file.
20127         * m4/math_h.m4: Initialize and substitute variables for isinf
20128         module.
20129         * modules/isinf: New file.
20130         * modules/isinf-tests: New file.
20131         * modules/math: Add substitutions for new module.
20132         * tests/test-isinf.c: New file.
20133         * doc/posix-functions/isinf.texi: Mention new module.
20134         * MODULES.html.sh: Mention new module.
20135
20136 2008-07-14  Ben Pfaff  <blp@gnu.org>
20137
20138         Factor out some macros for use by additional modules.
20139         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
20140         exponentf.m4.
20141         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
20142         exponentd.m4.
20143         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
20144         file exponentl.m4.
20145         * m4/exponentf.m4: New file.
20146         * m4/exponentd.m4: New file.
20147         * m4/exponentl.m4: New file.
20148         * modules/isnanf: Use new file m4/exponentf.m4.
20149         * modules/isnand: Use new file m4/exponentd.m4.
20150         * modules/isnanl: Use new file m4/exponentl.m4.
20151
20152 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
20153
20154         mktime.c: normalize tp->tm_isdst value to -1/0/1.
20155         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
20156         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
20157         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
20158
20159         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
20160         readlink on platforms without PATH_MAX.
20161
20162 2008-07-21  Eric Blake  <ebb9@byu.net>
20163
20164         Warn, not fail, on stale version.
20165         * top/GNUmakefile (_curr-ver): Tone down previous patch.
20166
20167         Don't allow installation with stale devel version number.
20168         * top/GNUmakefile (_is-install-target): New macro.
20169         (_curr-ver): Forbid installation with stale version number.
20170
20171 2008-07-20  Bruno Haible  <bruno@clisp.org>
20172
20173         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
20174         TESTS_ENVIRONMENT.
20175         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
20176
20177 2008-07-20  Bruno Haible  <bruno@clisp.org>
20178
20179         * lib/c-stack.h (c_stack_action): Add documentation.
20180         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
20181
20182 2008-07-20  Bruno Haible  <bruno@clisp.org>
20183
20184         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
20185         * modules/readlink (License): Likewise.
20186
20187 2008-07-17  Eric Blake  <ebb9@byu.net>
20188
20189         * modules/c-stack (Link): Fix typo.
20190
20191         Make c-stack use libsigsegv, when available.
20192         * modules/c-stack (Depends-on): Add libsigsegv.
20193         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
20194         needed.
20195         * lib/c-stack.c (SIGSTKSZ): Define fallback.
20196         (segv_handler, overflow_handler, c_stack_action)
20197         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
20198         implementation when libsigsegv is available, but only when using
20199         the library is necessary.
20200         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
20201         comment, explaining why XSI check fails on Linux.
20202         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
20203         * tests/test-c-stack2.sh: Tweak skip message.
20204         * NEWS: Document new link-time requirements.
20205
20206 2008-07-16  Eric Blake  <ebb9@byu.net>
20207
20208         c-stack: Expose false positives when not using libsigsegv.
20209         * modules/c-stack-tests (Files): Expand test.
20210         * tests/test-c-stack.c (main): Add means to conditionally trigger
20211         non-overflow SIGSEGV.
20212         * tests/test-c-stack2.sh: New file.
20213
20214 2008-07-14  Bruno Haible  <bruno@clisp.org>
20215
20216         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
20217         Reported by Eric Blake.
20218
20219 2008-07-14  Sam Steingold  <sds@gnu.org>
20220             Bruno Haible  <bruno@clisp.org>
20221
20222         New module libsigsegv.
20223         * modules/libsigsegv: New file.
20224         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
20225         modifications.
20226         * MODULES.html.sh (Signal handling): New section.
20227
20228 2008-07-14  Bruno Haible  <bruno@clisp.org>
20229
20230         * modules/unictype/ctype-* (Description): Add the word "function".
20231         Improves the resulting doc in MODULES.html.
20232
20233 2008-07-12  Ben Pfaff  <blp@gnu.org>
20234
20235         Add longlong module.
20236         * modules/longlong: New file.
20237
20238 2008-07-12  Bruno Haible  <bruno@clisp.org>
20239
20240         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
20241         to empty.
20242
20243 2008-07-10  Ben Pfaff  <blp@gnu.org>
20244
20245         Add isnan module.
20246         * doc/posix-functions/isnan.texi: Mention new module.
20247         * lib/math.in.h: Define isnan macro if we have decided to replace
20248         it.
20249         * m4/isnan.m4: New file.
20250         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
20251         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
20252         also.
20253         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
20254         redundancy.
20255         * m4/math_h.m4: Initialize and substitute variables for isnan
20256         module.
20257         * modules/isnan: New file.
20258         * modules/isnan-tests: New file.
20259         * modules/math: Add substitutions for new module.
20260         * tests/test-isnan.c: New file.
20261         * MODULES.html.sh: Mention new module.
20262
20263 2008-07-10  Ben Pfaff  <blp@gnu.org>
20264
20265         Add isnanf module.
20266         * lib/isnanf.m4: New file.
20267         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
20268         (gl_HAVE_ISNANF_IN_LIBM): New macro.
20269         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
20270         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
20271         * modules/isnanf: New file.
20272         * modules/isnanf-tests: New file.
20273         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
20274         files.
20275         * tests/test-isnanf-nolibm.c: factored most of its contents into
20276         new file tests/test-isnanf.h.
20277         * tests/test-isnanf.h: New file.
20278         * tests/test-isnanf.c: New file.
20279         * MODULES.html.sh: Mention new module.
20280         * doc/glibc-functions/isnanf.texi: Mention new module.
20281
20282 2008-07-10  Ben Pfaff  <blp@gnu.org>
20283
20284         Add isnand module.
20285         * lib/isnand.h: New file.
20286         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
20287         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
20288         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
20289         functionality also.
20290         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
20291         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
20292         (gl_HAVE_ISNAND_IN_LIBM): New macro.
20293         * modules/isnand: New file.
20294         * modules/isnand-tests: New file.
20295         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
20296         files.
20297         * tests/test-isnand-nolibm.c: factored most of its contents into
20298         new file tests/test-isnand.h.
20299         * tests/test-isnand.h: New file.
20300         * tests/test-isnand.c: New file.
20301         * MODULES.html.sh: Mention new module.
20302
20303 2008-07-10  Ben Pfaff  <blp@gnu.org>
20304
20305         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
20306         * lib/isnand.h: Rename lib/isnand-nolibm.h.
20307         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
20308         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
20309         * modules/isnanf-nolibm: Update references to renamed files.
20310         * modules/isnand-nolibm: Likewise.
20311         * modules/isnanf-nolibm-tests: Likewise.
20312         * modules/isnand-nolibm-tests: Likewise.
20313         * lib/frexp.c: Likewise.
20314         * lib/isfinite.c: Likewise.
20315         * lib/signbitd.c: Likewise.
20316         * lib/signbitf.c: Likewise.
20317         * lib/vasnprintf.c: Likewise.
20318         * tests/test-ceilf1.c: Likewise.
20319         * tests/test-ceilf2.c: Likewise.
20320         * tests/test-floorf1.c: Likewise.
20321         * tests/test-floorf2.c: Likewise.
20322         * tests/test-frexp.c: Likewise.
20323         * tests/test-round1.c: Likewise.
20324         * tests/test-round2.c: Likewise.
20325         * tests/test-roundf1.c: Likewise.
20326         * tests/test-strtod.c: Likewise.
20327         * tests/test-trunc1.c: Likewise.
20328         * tests/test-trunc2.c: Likewise.
20329         * tests/test-truncf1.c: Likewise.
20330         * tests/test-truncf2.c: Likewise.
20331         * NEWS: Mention the renamed header files.
20332
20333 2008-07-11  Jim Meyering  <meyering@redhat.com>
20334
20335         vc-list-files: make the last-resort awk code more portable
20336         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
20337         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
20338         does not support it.
20339
20340 2008-07-10  Eric Blake  <ebb9@byu.net>
20341
20342         Work with tar's bootstrap.
20343         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
20344         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
20345         an m4 comment.
20346
20347 2008-07-09  Jim Meyering  <meyering@redhat.com>
20348
20349         posix-shell.m4: fix typo that made this test malfunction
20350         * m4/posix-shell.m4: Remove capitalization in variable name.
20351
20352 2008-07-08  Bruno Haible  <bruno@clisp.org>
20353
20354         * m4/onceonly.m4: Update comments.
20355         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20356
20357 2008-07-04  Jim Meyering  <meyering@redhat.com>
20358
20359         * users.txt: Add vc-dwim.
20360         (bison, coreutils): Use the gitweb URL.
20361
20362 2008-07-03  Jim Meyering  <meyering@redhat.com>
20363
20364         * users.txt: Add libffcall.  From Sam Steingold.
20365
20366 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
20367
20368         getdate.y: do not ignore TZ with relative day, month or year offset
20369         * lib/getdate.y (get_date): Move the tz-handling block to follow the
20370         relative-date-handling, since otherwise, the latter would clobber the
20371         sole output (an updated Start value) of the tz-handling block.
20372         * tests/test-getdate.c: Tests for the fix
20373
20374 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20375
20376         Recognize 'foo_LIBRARIES += libgnu.a'.
20377         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
20378         makefile snippet has already specified an installation location,
20379         also using '+='.
20380
20381 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
20382
20383         getdate.y: factor out common actions
20384         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
20385         Use them in place of open-coded actions.
20386
20387 2008-07-01  Simon Josefsson  <simon@josefsson.org>
20388
20389         Add self-test for getdate module.
20390         * modules/getdate-tests: New file.
20391         * tests/test-getdate.c: New file.
20392
20393 2008-06-29  Bruno Haible  <bruno@clisp.org>
20394
20395         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
20396         .gitignore.
20397         Reported by Sylvain Beucler <beuc@beuc.net>.
20398
20399 2008-06-29  Bruno Haible  <bruno@clisp.org>
20400
20401         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
20402         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
20403
20404 2008-06-29  Bruno Haible  <bruno@clisp.org>
20405
20406         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
20407         EXTRA_DIST.
20408         Reported by Sylvain Beucler <beuc@beuc.net>.
20409
20410 2008-06-26  Jim Meyering  <meyering@redhat.com>
20411
20412         make several modules depend on the "open" module
20413         This provides slightly increased consistency when opening-for-write
20414         the name of a non-directory spelled with a trailing slash.
20415         * modules/chdir-safer: Likewise.
20416         * modules/chown: Likewise.
20417         * modules/clean-temp: Likewise.
20418         * modules/copy-file: Likewise.
20419         * modules/fchdir: Likewise.
20420         * modules/fcntl-safer: Likewise.
20421         * modules/pipe: Likewise.
20422         * modules/utime: Likewise.
20423         Prompted by Eric Blake and Bruno Haible.
20424
20425 2008-06-24  Andreas Schwab  <schwab@suse.de>
20426
20427         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
20428         literals can be used as initializers for global variables.
20429
20430 2008-06-23  Eric Blake  <ebb9@byu.net>
20431
20432         Make gnulib-cache.m4 easier to diff.
20433         * gnulib-tool (func_import): Allow newlines when reading cached
20434         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
20435
20436 2008-06-23  Bruno Haible  <bruno@clisp.org>
20437
20438         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
20439         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
20440         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
20441         m4/signalblocking.m4.
20442         (gl_PREREQ_SIGACTION): Don't invoke it.
20443         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
20444         gl_PREREQ_SIG_HANDLER_H.
20445         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
20446         Don't check for sigaction here.
20447
20448 2008-06-23  Bruno Haible  <bruno@clisp.org>
20449
20450         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
20451         (install_handlers): Don't set the SA_RESETHAND flag.
20452
20453 2008-06-23  Bruno Haible  <bruno@clisp.org>
20454
20455         * m4/sigaction.m4: Comment fixes.
20456         * lib/signal.in.h: Likewise.
20457
20458 2008-06-23  Eric Blake  <ebb9@byu.net>
20459
20460         Fix typo.
20461         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
20462
20463         Avoid SA_ namespace.
20464         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
20465         Reported by Ralf Wildenhues.
20466
20467         Avoid test failure due to SA_RESTORER.
20468         * tests/test-sigaction.c (SA_MASK): New macro.
20469         (main): Avoid failing due to extension flags being set.
20470         Reported by Jim Meyering.
20471
20472         Revert use of sig-handler.h in sigprocmask.c.
20473         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
20474         it requires the existence of struct sigaction.
20475         * lib/sigprocmask.c (handler_t): Restore typedef.
20476         (rpl_signal, old_handlers): Use local type.
20477
20478 2008-06-22  Bruno Haible  <bruno@clisp.org>
20479
20480         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
20481         conditionally.
20482         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20483
20484 2008-06-22  Bruno Haible  <bruno@clisp.org>
20485
20486         * doc/posix-functions/siginterrupt.texi: Move note.
20487
20488         * lib/signal.in.h (SA_RESTART): New macro.
20489         * lib/sigaction.c: Update comment.
20490
20491         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
20492
20493         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
20494         (gl_PREREQ_SIGPROCMASK): Invoke it.
20495         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
20496
20497         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
20498
20499         * lib/sigprocmask.c: Update a comment.
20500
20501 2008-06-21  Eric Blake  <ebb9@byu.net>
20502
20503         Use sigaction module rather than signal().
20504         * modules/c-stack (Depends-on): Add sigaction.
20505         * modules/fatal-signal (Depends-on): Likewise.
20506         * modules/nanosleep (Depends-on): Likewise.
20507         * modules/sigprocmask (Files): Add sig-handler.h.
20508         * modules/sigaction (Files): Likewise.
20509         * lib/sig-handler.h (get_handler): New file, suggested by Paul
20510         Eggert.
20511         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
20512         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
20513         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
20514         (init_fatal_signals): Likewise.
20515         * lib/nanosleep.c (rpl_nanosleep): Likewise.
20516         (siginterrupt): Delete fallback.
20517         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
20518         instead.
20519         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
20520         siginterrupt.
20521
20522         New module sigaction, for mingw.
20523         * modules/sigaction: New module...
20524         * modules/sigaction-tests: ...and its test.
20525         * m4/sigaction.m4: New file.
20526         * lib/sigaction.c: Likewise.
20527         * tests/test-sigaction.c: Likewise.
20528         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
20529         * modules/signal (Makefile.am): Likewise.
20530         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
20531         needed.
20532         * doc/posix-headers/signal.texi (signal.h): Mention provided
20533         types.
20534         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
20535         that sigaction is preferable.
20536         * doc/posix-functions/sigaction.texi (sigaction): Mention new
20537         module.
20538         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20539         sigaction.
20540
20541         Improve robustness of sigprocmask by overriding signal.
20542         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
20543         is in use.
20544         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
20545         (SIGKILL, SIGSTOP): Provide fallbacks.
20546         (rpl_signal): Implement.
20547         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
20548         signal can be called inside handlers.
20549
20550         Fix nanosleep module on mingw.
20551         * modules/nanosleep (Depends-on): Add sys_select.
20552         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
20553
20554         Fix licensing of sigprocmask.
20555         * modules/raise (License): Relicense as LGPL.
20556
20557 2008-06-21  Bruno Haible  <bruno@clisp.org>
20558
20559         * lib/propername.c (proper_name_utf8): Don't use the transliterated
20560         result if it contains question marks.
20561         Reported by Michael Geng <linux@michaelgeng.de>.
20562
20563 2008-06-19  Bruno Haible  <bruno@clisp.org>
20564
20565         Fix CVS-ism.
20566         * doc/gnulib.texi: Include updated-stamp.texi.
20567         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
20568         (updated-stamp.texi): New rule.
20569         (gnulib.info): Depend on it.
20570         * doc/.gitignore: Add updated-stamp.texi.
20571         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
20572
20573 2008-06-19  Bruno Haible  <bruno@clisp.org>
20574
20575         * doc/Makefile (gnulib.info): Update and simplify dependencies.
20576         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20577
20578 2008-06-19  Eric Blake  <ebb9@byu.net>
20579
20580         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
20581         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
20582         Reported by Stepan Kasal.
20583
20584 2008-06-18  Bruno Haible  <bruno@clisp.org>
20585
20586         * lib/fatal-signal.c (init_fatal_signals): Add comment.
20587         Reported by Eric Blake.
20588
20589 2008-06-18  Eric Blake  <ebb9@byu.net>
20590
20591         Work around cygwin 1.5.25 strsignal bug.
20592         * tests/test-strsignal.c: Allow for const char *.
20593         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
20594
20595 2008-06-18  Simon Josefsson  <simon@josefsson.org>
20596
20597         * users.txt: Update URL to article and add author/date
20598         information.
20599
20600 2008-06-17  Bruno Haible  <bruno@clisp.org>
20601
20602         New macro gl_DISABLE_THREADS.
20603         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
20604         if the user did not pass --enable-threads or --disable-threads option.
20605         (gl_DISABLE_THREADS): New macro.
20606         Reported by Eric Blake <ebb9@byu.net>.
20607
20608 2008-06-17  Bruno Haible  <bruno@clisp.org>
20609
20610         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
20611         when the macro ignores it.
20612         Based on a patch by Eric Blake <ebb9@byu.net>.
20613
20614 2008-06-17  Bruno Haible  <bruno@clisp.org>
20615
20616         * modules/tls (License): Change to LGPLv2+.
20617         Reported by Eric Blake.
20618
20619 2008-06-17  Eric Blake  <ebb9@byu.net>
20620
20621         Simplify c-stack prerequisites.
20622         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
20623         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
20624         no longer requires <ucontext.h> to exist.  Optimize setrlimit
20625         check.
20626         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
20627         <sys/resource.h>.
20628
20629         Move c-stack test into testsuite.
20630         * modules/c-stack-tests: New file.
20631         * lib/c-stack.c [DEBUG]: Move test program...
20632         * tests/test-c-stack.c: ...into this new file.  Skip rather than
20633         fail test if sigaltstack is lacking.
20634         * tests/test-c-stack.sh: New driver file.
20635
20636 2008-06-16  Eric Blake  <ebb9@byu.net>
20637
20638         Use raise module consistently.
20639         * modules/fatal-signal (Depends-on): Add raise.
20640         * modules/sigprocmask (Depends-on): Likewise.
20641         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
20642         * lib/sigprocmask.c (sigprocmask): Likewise.
20643         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
20644         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
20645
20646         Fix compliance bug in sigpending.
20647         * lib/sigprocmask.c (sigpending): Return pending array via
20648         parameter, not return value.
20649
20650 2008-06-14  Eric Blake  <ebb9@byu.net>
20651
20652         Improve obstack-printf test code.
20653         * tests/test-obstack-printf.c (test_function): Fix comment, and
20654         simplify usage of obstack_* in macros.  Add a test for coverage.
20655         Reported by Bruno Haible.
20656
20657 2008-06-14  Bruno Haible  <bruno@clisp.org>
20658
20659         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
20660         array size as a constant, not as a const variable.
20661         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
20662         AC_USE_SYSTEM_EXTENSIONS.
20663         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
20664         Test whether the obstack_printf function actually exists.
20665         * modules/obstack-printf (Depends-on): Add extensions.
20666         (Include): Remove obstack.h.
20667         * modules/obstack-printf-posix (Depends-on): Add extensions.
20668         (Include): Remove obstack.h.
20669
20670 2008-06-13  Eric Blake  <ebb9@byu.net>
20671
20672         Add obstack-printf and obstack-printf-posix modules.
20673         * modules/obstack-printf: New file.
20674         * modules/obstack-printf-posix: Likewise.
20675         * MODULES.html.sh (Misc): Mention them.
20676         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
20677         Likewise.
20678         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
20679         Likewise.
20680         * modules/stdio (Makefile.am): Accomodate new modules.
20681         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20682         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
20683         Declare.
20684         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
20685         functions.
20686         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
20687         (gl_REPLACE_OBSTACK_PRINTF): New macros
20688         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
20689         * tests/test-obstack-printf.c: New file.
20690         * modules/obstack-printf-tests: Likewise.
20691         * modules/obstack-printf-posix-tests: Likewise.
20692
20693 2008-06-11  Bruno Haible  <bruno@clisp.org>
20694
20695         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
20696         * lib/open.c: Include errno.h.
20697         (open): Fail when attempting to write to a file that has a trailing
20698         slash.
20699         * tests/test-open.c (main): Test against trailing slash bug.
20700         * doc/posix-functions/open.texi: Mention the trailing slash bug.
20701
20702 2008-06-10  Bruno Haible  <bruno@clisp.org>
20703
20704         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
20705         for $? to work inside the trap command, with various /bin/sh-s.
20706         * tests/test-vc-list-files-cvs.sh: Likewise.
20707
20708 2008-06-10  Bruno Haible  <bruno@clisp.org>
20709
20710         * lib/acl-internal.h: Don't include gettext.h here.
20711         * lib/set-mode-acl.c: Include gettext.h here.
20712         * lib/copy-acl.c: Likewise.
20713
20714 2008-06-10  Bruno Haible  <bruno@clisp.org>
20715
20716         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
20717         * lib/wait-process.c (wait_subprocess): Likewise.
20718         * lib/execute.h (execute): Add termsigp argument.
20719         * lib/execute.c (execute): Likewise.
20720         * lib/csharpcomp.c (compile_csharp_using_pnet,
20721         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
20722         * lib/csharpexec.c (execute_csharp_using_pnet,
20723         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
20724         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
20725         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
20726         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
20727         is_jikes_present): Update.
20728         * lib/javaexec.c (execute_java_class): Update.
20729         * lib/javaversion.c (execute_and_read_line): Update.
20730         * NEWS: Document the changes.
20731         Reported by Eric Blake.
20732
20733 2008-06-10  Eric Blake  <ebb9@byu.net>
20734
20735         Add missing include.
20736         * tests/test-strstr.c (includes): Add <signal.h>.
20737         * tests/test-strcasestr.c (includes): Likewise.
20738         * tests/test-memmem.c (includes): Likewise.
20739
20740 2008-06-10  Bruno Haible  <bruno@clisp.org>
20741
20742         * lib/wait-process.c (wait_subprocess): Add an assertion.
20743
20744 2008-06-10  Bruno Haible  <bruno@clisp.org>
20745
20746         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
20747
20748 2008-06-10  Bruno Haible  <bruno@clisp.org>
20749
20750         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
20751         using alarm().
20752         * tests/test-strcasestr.c (main): Likewise.
20753         * tests/test-strstr.c (main): Likewise.
20754
20755 2008-06-09  Bruno Haible  <bruno@clisp.org>
20756
20757         Work around the Solaris 10 ACE ACLs ABI change.
20758         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
20759         declare if ACL_NO_TRIVIAL is present.
20760         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
20761         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
20762         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
20763         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
20764         define if ACL_NO_TRIVIAL is present.
20765         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
20766         and use the current ABI.
20767         (file_has_acl): Use same #if condition as elsewhere.
20768         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
20769         in use, and use the current ABI.
20770         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
20771         Reported by Jim Meyering.
20772
20773 2008-06-09  Eric Blake  <ebb9@byu.net>
20774
20775         Work around environments that (stupidly) ignore SIGALRM.
20776         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
20777         before using alarm().
20778         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20779         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20780         Reported by Ian Beckwith <ianb@erislabs.net>.
20781
20782         Produce autobuild blurb earlier in log.
20783         * modules/autobuild (configure.ac-early): Move AB_INIT here.
20784
20785 2008-06-09  Jim Meyering  <meyering@redhat.com>
20786         and OndÅ™ej Vašík  <ovasik@redhat.com>
20787
20788         utimens.c: correct kernel bug work-around
20789         OndÅ™ej Vašík found that the invalid return value of 280 indicates
20790         failure, not success, and the kernel bug we're trying to work
20791         around affects not just the utimensat call, but also the fallback
20792         futimens call.
20793         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
20794         not success.
20795         [HAVE_FUTIMENS]: Use the same work-around, here.
20796
20797 2008-06-09  Jim Meyering  <meyering@redhat.com>
20798
20799         add more guards around definition of ACE_-related code
20800         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
20801         ALLOW and ACE_OWNER are also defined.
20802
20803 2008-06-08  Bruno Haible  <bruno@clisp.org>
20804
20805         * lib/acl-internal.h: Add me as co-author.
20806         * lib/file-has-acl.c: Likewise.
20807         * lib/set-mode-acl.c: Likewise.
20808         * lib/copy-acl.c: Likewise.
20809
20810 2008-06-08  Bruno Haible  <bruno@clisp.org>
20811
20812         Add support for AIX ACLs.
20813         * lib/acl-internal.h (acl_nontrivial): New declaration.
20814         * lib/file-has-acl.c (acl_nontrivial): New function.
20815         (file_has_acl): Add implementation using AIX 4 ACL API.
20816         * lib/set-mode-acl.c (qset_acl): Likewise.
20817         * lib/copy-acl.c (qcopy_acl): Likewise.
20818
20819 2008-06-08  Bruno Haible  <bruno@clisp.org>
20820
20821         Add support for HP-UX ACLs.
20822         * lib/acl-internal.h (acl_nontrivial): New declaration.
20823         * lib/file-has-acl.c (acl_nontrivial): New function.
20824         (file_has_acl): Add implementation using HP-UX 11 ACL API.
20825         * lib/set-mode-acl.c (qset_acl): Likewise.
20826         * lib/copy-acl.c (qcopy_acl): Likewise.
20827
20828 2008-06-08  Bruno Haible  <bruno@clisp.org>
20829
20830         Add support for Cygwin ACLs.
20831         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
20832         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
20833         the chmod_or_fchmod call.
20834         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
20835
20836 2008-06-08  Bruno Haible  <bruno@clisp.org>
20837
20838         Fix bug with setuid modes in Solaris 10+ code.
20839         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
20840         succeeded, when the mode contains some special bits.
20841
20842 2008-06-08  Bruno Haible  <bruno@clisp.org>
20843
20844         Add support for Solaris 7..10 ACLs.
20845         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
20846         declarations.
20847         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
20848         functions.
20849         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
20850         * lib/set-mode-acl.c (qset_acl): Likewise.
20851         * lib/copy-acl.c (qcopy_acl): Likewise.
20852
20853 2008-06-08  Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
20856         declaration.
20857         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
20858         (acl_access_nontrivial): Remove MacOS X case.
20859         (file_has_acl): Use acl_extended_nontrivial.
20860         * lib/copy-acl.c (qcopy_acl): Likewise.
20861
20862 2008-06-08  Bruno Haible  <bruno@clisp.org>
20863
20864         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
20865
20866 2008-06-08  Jim Meyering  <meyering@redhat.com>
20867
20868         * modules/acl (Maintainer): Add Bruno Haible.
20869
20870 2008-06-07  Bruno Haible  <bruno@clisp.org>
20871
20872         Improve support for Tru64 ACLs.
20873         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
20874         ACL on OSF/1.
20875
20876 2008-06-07  Bruno Haible  <bruno@clisp.org>
20877
20878         Add support for MacOS X ACLs.
20879         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
20880         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
20881         * lib/set-mode-acl.c (qset_acl): Likewise.
20882         * lib/copy-acl.c (qcopy_acl): Likewise.
20883
20884 2008-06-07  Bruno Haible  <bruno@clisp.org>
20885
20886         Fix memory leak introduced on 2008-05-22.
20887         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
20888         use.
20889
20890 2008-06-07  Bruno Haible  <bruno@clisp.org>
20891
20892         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
20893         to construct an empty ACL.
20894
20895 2008-06-07  Bruno Haible  <bruno@clisp.org>
20896
20897         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
20898         precisely.
20899         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
20900
20901 2008-06-07  Bruno Haible  <bruno@clisp.org>
20902
20903         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
20904         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
20905
20906 2008-06-07  Bruno Haible  <bruno@clisp.org>
20907
20908         * doc/posix-functions/_setjmp.texi: Explain the use of this function
20909         regardless of POSIX.
20910         * doc/posix-functions/_longjmp.texi: Likewise.
20911         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
20912         SystemV platform in this case.
20913
20914 2008-06-06  Eric Blake  <ebb9@byu.net>
20915
20916         Document abort() bugs.
20917         * doc/posix-functions/abort.texi (abort): Mention anomalies.
20918
20919         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
20920         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
20921         sigsetjmp.
20922         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
20923         siglongjmp, but only as a macro.
20924         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
20925         is obsolete.
20926         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
20927
20928         Tweak documentation to cover cygwin argz bugs.
20929         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
20930         argz bug fix; no code change needed since no cygwin releases
20931         occurred between the last fix and the bug being tested.
20932         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
20933         module and recently fixed cygwin bugs.
20934         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
20935         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
20936         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
20937         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
20938         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
20939         Likewise.
20940         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
20941         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
20942         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
20943         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
20944         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
20945         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
20946         Likewise.
20947
20948         Avoid gcc warning on cygwin.
20949         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
20950         !ACL_NO_TRIVIAL]: Avoid unused variable.
20951
20952 2008-06-05  Eric Blake  <ebb9@byu.net>
20953
20954         Be tolerant of UNKNOWN version in gnulib-tool test dir.
20955         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
20956         git-version-gen fails to come up with a version.
20957         Reported by Simon Josefsson.
20958
20959 2008-06-05  Jim Meyering  <meyering@redhat.com>
20960             Paul Eggert  <eggert@cs.ucla.edu>
20961
20962         utimens.c: work around a probable Linux kernel bug
20963         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
20964         appears to be a kernel bug that causes utimensat to return 280
20965         instead of 0, indicating success.
20966
20967 2008-06-04  Bruno Haible  <bruno@clisp.org>
20968
20969         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
20970         2008-06-01 commit.
20971
20972 2008-06-04  Bruno Haible  <bruno@clisp.org>
20973
20974         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
20975         * lib/file-has-acl.c (acl_access_nontrivial): New function.
20976         (file_has_acl): Use it. Save errno afterwards.
20977         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
20978
20979 2008-06-03  Bruno Haible  <bruno@clisp.org>
20980
20981         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
20982         draft code. Simplify #ifs.
20983         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
20984         Put Solaris code after POSIX-draft code. Fix comments regarding
20985         Solaris 10, HP-UX. Mention Cygwin.
20986         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
20987
20988 2008-06-03  Eric Blake  <ebb9@byu.net>
20989
20990         Provide fallback for older kernels.
20991         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
20992         Provide runtime fallback if kernel lacks support.
20993         Reported by Mike Frysinger.
20994
20995 2008-06-02  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20998         it exists.
20999
21000 2008-06-02  Bruno Haible  <bruno@clisp.org>
21001
21002         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
21003         * lib/copy-acl.c (qcopy_acl): Update comment.
21004
21005 2008-06-02  Bruno Haible  <bruno@clisp.org>
21006
21007         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
21008         like ACL APIs.
21009
21010 2008-06-02  Bruno Haible  <bruno@clisp.org>
21011
21012         * tests/test-file-has-acl.sh: Use different code for Cygwin.
21013         * tests/test-set-mode-acl.sh: Likewise.
21014         * tests/test-copy-acl.sh: Likewise.
21015         * tests/test-copy-file.sh: Likewise.
21016
21017 2008-06-02  Bruno Haible  <bruno@clisp.org>
21018
21019         * tests/test-file-has-acl.sh: Remove unused code.
21020
21021 2008-06-01  Bruno Haible  <bruno@clisp.org>
21022
21023         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
21024         (copy_acl): Just a wrapper around qcopy_acl that emits the error
21025         messages.
21026         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
21027
21028 2008-06-01  Bruno Haible  <bruno@clisp.org>
21029
21030         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
21031         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
21032         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
21033         APIs.
21034         * modules/acl-tests (configure.ac): Remove tests now contained in
21035         m4/acl.m4.
21036
21037 2008-06-02  Jim Meyering  <meyering@redhat.com>
21038
21039         announce-gen: use a better key-server host name
21040         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
21041         it may be more consistently reliable.  Suggested by Werner Koch
21042         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
21043
21044 2008-06-01  Bruno Haible  <bruno@clisp.org>
21045
21046         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
21047         Reported by Voroskoi Andras <voroskoi@gmail.com>.
21048
21049 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
21050
21051         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
21052
21053 2008-06-01  Bruno Haible  <bruno@clisp.org>
21054
21055         New ACL tests.
21056         * tests/test-file-has-acl.sh: New file.
21057         * tests/test-file-has-acl.c: New file.
21058         * tests/test-set-mode-acl.sh: New file.
21059         * tests/test-set-mode-acl.c: New file.
21060         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
21061         * tests/test-copy-acl.c: New file.
21062         * modules/acl-tests: New file, based on modules/copy-file-tests.
21063         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
21064         (Depends-on): Add acl-tests.
21065         (configure.ac): Remove checks.
21066         (Makefile.am): Don't create test-sameacls program here any more.
21067
21068 2008-06-01  Bruno Haible  <bruno@clisp.org>
21069
21070         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
21071         * tests/test-sameacls.c: Include progname.h.
21072         (main): Invoke set_program_name. Portability fixes for MacOS X,
21073         Solaris, HP-UX.
21074
21075 2008-06-01  Bruno Haible  <bruno@clisp.org>
21076
21077         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
21078         function.
21079         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
21080
21081 2008-06-01  Bruno Haible  <bruno@clisp.org>
21082
21083         * modules/rpmatch (Depends-on): Add strdup.
21084
21085 2008-06-01  Bruno Haible  <bruno@clisp.org>
21086
21087         * lib/pipe.c: Include unistd-safer.h.
21088         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
21089         * modules/pipe (Depends-on): Add unistd-safer.
21090
21091 2008-05-30  Simon Josefsson  <simon@josefsson.org>
21092
21093         * modules/autobuild (configure.ac): Call AB_INIT.
21094
21095 2008-05-30  Simon Josefsson  <simon@josefsson.org>
21096
21097         * tests/test-getaddrinfo.c: Don't print debug messages by default.
21098         Suggested by Bruno Haible <bruno@clisp.org>.
21099
21100 2008-05-30  Simon Josefsson  <simon@josefsson.org>
21101
21102         * tests/test-base64.c: Cast size_t to unsigned long when invoking
21103         printf.  Use %lu instead of %d.  Reported by Bruno Haible
21104         <bruno@clisp.org>.
21105
21106 2008-05-29  Eric Blake  <ebb9@byu.net>
21107
21108         Prefer new POSIX 200x interfaces over futimesat.
21109         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
21110         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
21111         when available.
21112         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
21113
21114 2008-05-28  Bruno Haible  <bruno@clisp.org>
21115
21116         * modules/stpcpy (License): Change to LGPLv2+.
21117         Requested by David Lutterkort <dlutter@redhat.com>.
21118
21119 2008-05-27  Bruno Haible  <bruno@clisp.org>
21120
21121         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
21122         current mingw.
21123         Reported by Jose E. Marchesi <jemarch@gnu.org>.
21124
21125 2008-05-27  Bruno Haible  <bruno@clisp.org>
21126
21127         * modules/iconv_open (Link): New section, from module 'iconv'.
21128         * modules/striconv (Link): Likewise.
21129         * modules/striconveh (Link): Likewise.
21130         * modules/xstriconv (Link): Likewise.
21131         * modules/unicodeio (Link): Likewise.
21132         * modules/propername (Link): Likewise.
21133         Reported by Jim Meyering.
21134
21135 2008-05-26  Jim Meyering  <meyering@redhat.com>
21136
21137         sha256: do not artificially restrict buffer length to be < 2^32
21138         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
21139         uint32_t to size_t.
21140         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
21141         to match.
21142
21143         avoid unaligned access errors, e.g., on sparc
21144         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
21145         direct access through a possibly-unaligned uint64* pointer.
21146         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
21147         direct access through a possibly-unaligned uint32* pointer.
21148         Prompted by this patch from Tom "spot" Callaway:
21149         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
21150
21151         sha512.c: fix typo in comment
21152         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
21153
21154 2008-05-25  Bruno Haible  <bruno@clisp.org>
21155
21156         * lib/set-mode-acl.c: Renamed from lib/acl.c.
21157         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
21158         (Makefile.am): Update lib_SOURCES.
21159
21160 2008-05-25  Bruno Haible  <bruno@clisp.org>
21161
21162         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
21163
21164 2008-05-25  Jim Meyering  <meyering@redhat.com>
21165
21166         useless-if-before-free: freed expr may have white-space differences
21167         * build-aux/useless-if-before-free: Recognize cases in which the
21168         freed expression differs from the tested one in embedded white
21169         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
21170         $1 was used, so we can't make any regexp shy.  Improved tests now
21171         detect this.
21172
21173         useless-if-before-free: accept white space in the expression.
21174         * build-aux/useless-if-before-free: For now, any white space
21175         in the expression must be identical in the free argument.
21176
21177         useless-if-before-free: efficiency tweak
21178         * build-aux/useless-if-before-free: Make the expression-matching
21179         regexp "shy".
21180         Make the *outer* regexp shy, not the expr-matching one.
21181
21182         update code-in-comment to accept cast of free arg
21183         * build-aux/useless-if-before-free: Update regexp.
21184
21185 2008-05-25  Bruno Haible  <bruno@clisp.org>
21186
21187         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
21188         * modules/copy-file-tests (Files, Makefile.am): Update.
21189         * tests/test-copy-file.c (func_test_copy): Update.
21190
21191 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
21192
21193         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
21194
21195 2008-05-23  Bruno Haible  <bruno@clisp.org>
21196
21197         Improve support for ACLs on OSF/1.
21198         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
21199         Remove fallback for unknown flavors of ACLs.
21200
21201 2008-05-22  Bruno Haible  <bruno@clisp.org>
21202
21203         Add support for ACLs on OSF/1.
21204         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
21205         replacements.
21206         (acl_free_text): New macro fallback.
21207         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
21208         acl_free.
21209         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
21210         acl_free_text function. Require AC_C_INLINE.
21211
21212 2008-05-22  Bruno Haible  <bruno@clisp.org>
21213
21214         Make copy_acl work on MacOS X 10.5.
21215         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
21216         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
21217         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
21218         If MODE_INSIDE_ACL, don't assume that every system has the same text
21219         representation for ACLs as FreeBSD.
21220         * lib/copy-acl.c (copy_acl): Add support for platforms with
21221         !MODE_INSIDE_ACL.
21222         * lib/file-has-acl.c (file_has_acl): Likewise.
21223         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
21224         FreeBSD, MacOS X, or IRIX, respectively.
21225
21226 2008-05-22  Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/acl.h: Don't include <sys/acl.h>.
21229         (GETACLCNT): Move fallback to lib/acl-internal.h.
21230         * lib/acl-internal.h: Include <sys/acl.h> here.
21231         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
21232
21233 2008-05-22  Bruno Haible  <bruno@clisp.org>
21234
21235         Split off copy_acl function to separate file.
21236         * lib/copy-acl.c: New file, extracted from lib/acl.c.
21237         * lib/acl.c (copy_acl): Moved function to separate file.
21238         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
21239         * modules/acl (Files): Add lib/copy-acl.c.
21240         (Makefiles.am): Augment lib_SOURCES.
21241
21242 2008-05-22  Bruno Haible  <bruno@clisp.org>
21243
21244         * modules/copy-file-tests: New file.
21245         * tests/test-copy-file.sh: New file.
21246         * tests/test-copy-file.c: New file.
21247         * tests/test-copy-file-sameacls.c: New file.
21248
21249 2008-05-22  Eric Blake  <ebb9@byu.net>
21250
21251         Avoid gcc warning.
21252         * tests/test-memcmp.c (main): Pass NULL indirectly.
21253
21254 2008-05-21  Bruno Haible  <bruno@clisp.org>
21255
21256         Add reference doc about ACLs.
21257         * doc/acl-resources.txt: New file.
21258         * doc/acl-cygwin.txt: New file.
21259
21260 2008-05-21  Bruno Haible  <bruno@clisp.org>
21261
21262         Avoid one more warning from gcc.
21263         * lib/vasnprintf.c (IF_LINT): Update comments.
21264         (VASNPRINTF): Use it also for the 'prefix' array initializer.
21265
21266 2008-05-21  Jim Meyering  <meyering@redhat.com>
21267
21268         avoid a warning from gcc
21269         * lib/vasnprintf.c (IF_LINT): Define.
21270         (scale10_round_decimal_long_double):
21271         Use it to avoid a "may be used uninitialized" warning.
21272         (scale10_round_decimal_double): Likewise.
21273
21274 2008-05-21  Simon Josefsson  <simon@josefsson.org>
21275
21276         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
21277         declared.
21278
21279 2008-05-20  Bruno Haible  <bruno@clisp.org>
21280
21281         * tests/test-memcmp.c (main): Test also the sign of the result. Test
21282         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
21283
21284 2008-05-20  Simon Josefsson  <simon@josefsson.org>
21285
21286         * modules/memcmp-tests: New file.
21287         * tests/test-memcmp.c: New file.
21288
21289 2008-05-19  Bruno Haible  <bruno@clisp.org>
21290
21291         * modules/propername (Notice, configure.ac): Put quoted "..." into
21292         --keyword option.
21293         * lib/propername.h: Update comments accordingly.
21294         Reported by Eric Blake.
21295
21296 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
21297
21298         * modules/getpass-gnu (Depends-on): Add fseeko.
21299
21300 2008-05-19  Simon Josefsson  <simon@josefsson.org>
21301
21302         * modules/base64-tests: New file.
21303
21304 2008-05-19  Bo Borgerson <gigabo@gmail.com>
21305
21306         * lib/base64.c (base64_decode_ctx): If a decode context structure
21307         was passed in use it to ignore newlines.  If a context structure
21308         was _not_ passed in, continue to treat newlines as garbage (this
21309         is the historical behavior).  Formerly base64_decode.
21310         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
21311         takes a decode context structure.
21312         * lib/base64.h (base64_decode): Macro for four-argument calls.
21313         (base64_decode_alloc): Likewise.
21314         * lib/base64.c (base64_decode_ctx): If a decode context structure
21315         was passed in use it to ignore newlines.  If a context structure
21316         was _not_ passed in, continue to treat newlines as garbage (this
21317         is the historical behavior).  Formerly base64_decode.
21318         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
21319         takes a decode context structure.
21320         * lib/base64.h (base64_decode): Macro for four-argument calls.
21321         (base64_decode_alloc): Likewise.
21322
21323 2008-05-19  Jim Meyering  <meyering@redhat.com>
21324
21325         avoid a warning from gcc
21326         * lib/trim.c (IF_LINT): Define.
21327         (trim2): Use it to avoid a "may be used uninitialized" warning.
21328
21329         Fix doc typo.
21330         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
21331
21332 2008-05-19  Bruno Haible  <bruno@clisp.org>
21333
21334         * doc/glibc-functions/getpass.texi: Document limits of other
21335         implementations.
21336
21337 2008-05-19  Simon Josefsson  <simon@josefsson.org>
21338             Bruno Haible <bruno@clisp.org>
21339
21340         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
21341
21342 2008-05-18  Bruno Haible  <bruno@clisp.org>
21343
21344         * modules/propername: New file, from GNU gettext.
21345         * lib/propername.h: New file, from GNU gettext.
21346         * lib/propername.c: New file, from GNU gettext.
21347         * MODULES.html.sh (Internationalization functions): Add propername.
21348
21349 2008-05-16  Jim Meyering  <meyering@redhat.com>
21350             Bruno Haible  <bruno@clisp.org>
21351
21352         Avoid some warnings from "gcc -Wshadow".
21353         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
21354
21355 2008-05-15  Eric Blake  <ebb9@byu.net>
21356
21357         Extend previous patch to cygwin 1.7.0.
21358         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
21359         fast implementation in cygwin >= 1.7.0.
21360         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21361         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21362
21363 2008-05-15  Bruno Haible  <bruno@clisp.org>
21364
21365         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
21366         implementation in glibc >= 2.9.
21367         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21368         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21369
21370 2008-05-15  Bruno Haible  <bruno@clisp.org>
21371
21372         * MODULES.html.sh (Internationalization functions): Remove linebreak.
21373         (Unicode string functions): Add unilbrk/*.
21374         Reported by Karl Berry.
21375
21376 2008-05-15  Eric Blake  <ebb9@byu.net>
21377
21378         Fix violation of <stdbool.h> replacement in regex.
21379         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
21380         * lib/regexec.c (re_search_internal): Likewise.
21381         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
21382
21383 2008-05-15  Jim Meyering  <meyering@redhat.com>
21384
21385         avoid distracting test output when git or cvs is not found
21386         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
21387         * tests/test-vc-list-files-git.sh: Likewise.
21388
21389 2008-05-15  Eric Blake  <ebb9@byu.net>
21390
21391         Glibc finally accepted the memmem speedup code, bugzilla #5514.
21392         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
21393         glibc version.
21394         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
21395         * doc/posix-functions/strstr.texi (strstr): Likewise.
21396         * lib/str-two-way.h (MAX): Sychronize with glibc.
21397
21398 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
21399
21400         * lib/regcomp.c (optimize_utf8): Add a note on why we test
21401         opr.ctx_type.
21402         (calc_first): Initialize constraint field.
21403         (duplicate_node_closure): Use it instead of special casing ANCHORS.
21404         Fix grammar.
21405         (duplicate_node): Merge constraint field for all node types.
21406         (calc_eclosure_iter): Look at constraint field for all node types.
21407         * lib/regex_internal.c (create_cd_newstate): Don't look at
21408         opr.ctx_type.
21409
21410 2008-05-14  Bruno Haible  <bruno@clisp.org>
21411
21412         Help GCC to do better code generation.
21413         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
21414         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
21415         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
21416         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
21417         Declare with attribute 'malloc' if supported.
21418
21419 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
21420
21421         use "echo STR|wc -c" rather than unportable "expr length STR"
21422         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
21423         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
21424
21425 2008-05-14  Jim Meyering  <meyering@redhat.com>
21426
21427         use dd ibs=$n count=1 ... rather than less-portable head -c$n
21428         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
21429         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
21430         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
21431         via Collin Lasse.
21432
21433 2008-05-14  Eric Blake  <ebb9@byu.net>
21434
21435         Avoid quadratic growth in gl_LIBSOURCES.
21436         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
21437         Suggested by Bruno Haible.
21438
21439         Test xmemdup0.
21440         * modules/xmemdup0-tests: New file.
21441         * tests/test-xmemdup0.c: Likewise.
21442
21443 2008-05-13  Eric Blake  <ebb9@byu.net>
21444
21445         Split xmemdup0 into its own module.
21446         * modules/xmemdup0: New file.
21447         * lib/xmemdup0.h: Likewise.
21448         * lib/xmemdup0.c: Likewise.
21449         * MODULES.html.sh (Memory management functions): Add xmemdup0.
21450         * lib/xalloc.h (xmemdup0): Remove.
21451         * lib/xmalloc.c (xmemdup0): Likewise.
21452
21453 2008-05-13  Eric Blake  <ebb9@byu.net>
21454             Bruno Haible  <bruno@clisp.org>
21455
21456         Reduce number of forks required during autoconf.
21457         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
21458         and gl_LIBSOURCES_DIR.
21459         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
21460         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
21461         m4_syscmd per file.
21462         <m4_foreach_w>: Move...
21463         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
21464
21465 2008-05-13  Eric Blake  <ebb9@byu.net>
21466
21467         * gnulib-tool: Fix various comment typos.
21468
21469 2008-05-12  Bruno Haible  <bruno@clisp.org>
21470
21471         Tailor the linebreaking algorithm.
21472         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
21473
21474 2008-05-12  Bruno Haible  <bruno@clisp.org>
21475
21476         Update to Unicode 5.0.0.
21477         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
21478         LBP_JV, LBP_JT. Redistribute values.
21479         (unilbrk_table): Change size.
21480         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
21481         Unicode TR#14 rev. 22.
21482         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
21483         LBP_JV, LBP_JT. Redistribute values.
21484         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
21485         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
21486         Update.
21487         * lib/unilbrk/lbrkprop1.h: Regenerated.
21488         * lib/unilbrk/lbrkprop2.h: Regenerated.
21489         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
21490         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
21491         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
21492         Likewise.
21493         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
21494         Likewise.
21495         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
21496         result.
21497         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
21498         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
21499         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
21500         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
21501         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
21502         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
21503
21504 2008-05-11  Bruno Haible  <bruno@clisp.org>
21505
21506         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
21507
21508 2008-05-11  Bruno Haible  <bruno@clisp.org>
21509
21510         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
21511         * modules/unilbrk/gen-lbrk: New file.
21512
21513 2008-05-11  Bruno Haible  <bruno@clisp.org>
21514
21515         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
21516         * m4/sha512.m4 (gl_SHA512): Likewise.
21517
21518 2008-05-11  Jim Meyering  <meyering@redhat.com>
21519
21520         New modules: crypto/sha256, crypto/sha512 (from coreutils)
21521         * modules/crypto/sha256: New file.
21522         * modules/crypto/sha512: Likewise.
21523         * lib/sha256.c: Likewise.
21524         * lib/sha256.h: Likewise.
21525         * lib/sha512.c: Likewise.
21526         * lib/sha512.h: Likewise.
21527         * lib/u64.h: Likewise.
21528         * m4/sha256.m4: Likewise.
21529         * m4/sha512.m4: Likewise.
21530         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
21531
21532 2008-05-10  Bruno Haible  <bruno@clisp.org>
21533
21534         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
21535         (Input/Output <stdio.h>): Add xprintf.
21536         (Signal handling <signal.h>): Add strsignal.
21537         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
21538         (Core language properties): Add func.
21539         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
21540         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
21541         strings.
21542         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
21543         (Input/output): New section.
21544         (File system functions): Add openat-die, stat-macros.
21545         (Networking functions): Add sockets.
21546         (Unicode string functions): Add unictype/*.
21547         (Support for building libraries and executables): Add gperf.
21548         (Support for building documentation): Add agpl-3.0.
21549         (Misc): Add nocrash.
21550
21551 2008-05-10  Bruno Haible  <bruno@clisp.org>
21552
21553         * modules/unictype/gen-ctype: New file.
21554
21555 2008-05-10  Jim Meyering  <meyering@redhat.com>
21556
21557         Make chdir-safer.c more efficient on a system with no symlinks.
21558         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
21559         also if ELOOP is zero.  Suggested by Bruno Haible.
21560
21561         Make chdir-safer.c slightly safer.
21562         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
21563         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
21564
21565         Avoid compile failure on systems without ELOOP (like mingw).
21566         * lib/chdir-safer.c (ELOOP): Define if not already defined.
21567         Reported by Bruno Haible.
21568
21569 2008-05-10  Bruno Haible  <bruno@clisp.org>
21570
21571         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
21572         (is_utf8_encoding): Use a case-insensitive comparison.
21573         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
21574         streq.
21575
21576 2008-05-10  Bruno Haible  <bruno@clisp.org>
21577
21578         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
21579         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
21580         * lib/unilbrk/ulc-common.h (iconv_string_length,
21581         iconv_string_keeping_offsets): Remove declarations.
21582         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
21583         Don't include <iconv.h>, streq.h, xsize.h.
21584         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
21585         conversion.
21586         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
21587         <iconv.h>, streq.h, xsize.h.
21588         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
21589         conversion.
21590         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
21591         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
21592         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
21593         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
21594
21595 2008-05-10  Bruno Haible  <bruno@clisp.org>
21596
21597         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
21598         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
21599
21600         * modules/unilbrk/u32-width-linebreaks-tests: New file.
21601         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
21602
21603         * modules/unilbrk/u16-width-linebreaks-tests: New file.
21604         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
21605
21606         * modules/unilbrk/u8-width-linebreaks-tests: New file.
21607         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
21608
21609         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
21610         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
21611
21612         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
21613         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
21614
21615         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
21616         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
21617
21618         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
21619         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
21620
21621 2008-05-10  Bruno Haible  <bruno@clisp.org>
21622
21623         Split up 'linebreak' module.
21624         * lib/unilbrk.h: New file, based on lib/linebreak.h.
21625         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
21626         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
21627         modifications.
21628         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
21629         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
21630         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
21631         lib/linebreak.c.
21632         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
21633         lib/linebreak.c.
21634         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
21635         lib/linebreak.c.
21636         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
21637         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
21638         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
21639         lib/linebreak.c.
21640         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
21641         lib/linebreak.c.
21642         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
21643         lib/linebreak.c.
21644         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
21645         lib/linebreak.c.
21646         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
21647         lib/linebreak.c.
21648         * modules/unilbrk/base: New file.
21649         * modules/unilbrk/tables: New file.
21650         * modules/unilbrk/u8-possible-linebreaks: New file.
21651         * modules/unilbrk/u16-possible-linebreaks: New file.
21652         * modules/unilbrk/u32-possible-linebreaks: New file.
21653         * modules/unilbrk/ulc-common: New file.
21654         * modules/unilbrk/ulc-possible-linebreaks: New file.
21655         * modules/unilbrk/u8-width-linebreaks: New file.
21656         * modules/unilbrk/u16-width-linebreaks: New file.
21657         * modules/unilbrk/u32-width-linebreaks: New file.
21658         * modules/unilbrk/ulc-width-linebreaks: New file.
21659         * lib/linebreak.h: Remove file.
21660         * lib/linebreak.c: Remove file.
21661         * m4/linebreak.m4: Remove file.
21662         * modules/linebreak: Remove file.
21663         * NEWS: Mention the changes.
21664
21665 2008-05-09  Eric Blake  <ebb9@byu.net>
21666
21667         Add xmemdup0.
21668         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
21669         implementation.
21670         * lib/xmalloc.c (xmemdup0): New C implementation.
21671
21672 2008-05-08  Bruno Haible  <bruno@clisp.org>
21673
21674         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
21675
21676 2008-05-07  Eric Blake  <ebb9@byu.net>
21677
21678         Support cross-compilation of <wctype.h>.
21679         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
21680         AC_CACHE_CHECK.
21681
21682 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
21683
21684         * build-aux/vc-list-files: Add support for bzr.
21685
21686 2008-05-03  Jim Meyering  <meyering@redhat.com>
21687
21688         avoid failed assertion with tight malloc
21689         * tests/test-getndelim2.c: Correct an off-by-one assertion.
21690
21691 2008-05-03  Simon Josefsson  <simon@josefsson.org>
21692
21693         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
21694         are needed from arpa/inet.h.
21695         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
21696         Reported by Bruno Haible.
21697
21698 2008-05-02  Jim Meyering  <meyering@redhat.com>
21699
21700         avoid compilation error on FreeBSD 6
21701         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
21702
21703 2008-05-01  Jim Meyering  <meyering@redhat.com>
21704
21705         useless-if-before-free: correct --help's exit status description
21706         * build-aux/useless-if-before-free (usage): Like grep, exit 0
21707         for one or more matches, etc.  Reported by Bruno Haible.
21708
21709         vc-list-files: make the stand-alone gnulib test work
21710         * modules/vc-list-files-tests (configure.ac):
21711         Define and AC_SUBST abs_aux_dir.
21712         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
21713         $(abs_top_srcdir) to each script and having each of them
21714         duplicate the work of setting PATH, set PATH here, using
21715         the new variable, abs_aux_dir instead.
21716         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
21717         * tests/test-vc-list-files-git.sh: Likewise.
21718         Reported by Bruno Haible.
21719
21720 2008-05-01  Bruno Haible  <bruno@clisp.org>
21721
21722         * lib/getndelim2.c (getndelim2): Fix newsize computation during
21723         reallocation. Rename 'done' to 'found_delimiter'.
21724
21725 2008-05-01  Jim Meyering  <meyering@redhat.com>
21726
21727         vc-list-files: accommodate /bin/sh like the one from Solaris 10
21728         * build-aux/vc-list-files: Use `...`, not $(...).
21729
21730 2008-04-30  Jim Meyering  <meyering@redhat.com>
21731
21732         add tests for vc-list-files
21733         * modules/vc-list-files-tests: New module.
21734         * tests/test-vc-list-files-cvs.sh: New file.
21735         * tests/test-vc-list-files-git.sh: New file.
21736
21737         avoid a warning from gcc
21738         * lib/getndelim2.c (IF_LINT): Define.
21739         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
21740
21741         vc-list-files: work properly with build-aux/cvsu, too
21742         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
21743         to all cvs-based clauses.
21744
21745         vc-list-files: work properly in the CVS+awk case, too
21746         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
21747
21748         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
21749         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
21750         take more than one file argument, so .  Add quotes, just in case $dir
21751         ever contains a shell meta-character.  Prompted by Soren Hansen in
21752         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
21753
21754 2008-04-29  Eric Blake  <ebb9@byu.net>
21755
21756         Optimize getndelim2 to use block operations when possible.
21757         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
21758         freadseek, and memchr2.
21759         * lib/getndelim2.c (getndelim2): Use them for block reads.
21760
21761 2008-04-29  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
21764         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21765         * modules/inet_ntop (Depends-on): Add extensions.
21766         * modules/inet_pton (Depends-on): Likewise.
21767         Reported by Simon Josefsson.
21768
21769 2008-04-29  Jim Meyering  <meyering@redhat.com>
21770
21771         When the is more than one match in a block, match all of them.
21772         * build-aux/useless-if-before-free: Iterate through each block
21773         until there are no more matches.
21774
21775         Fix broken useless-if-before-free script.
21776         * build-aux/useless-if-before-free: Fix typo: missing "?" after
21777         the expression to match cast of argument to free-like function.
21778
21779 2008-04-29  Eric Blake  <ebb9@byu.net>
21780
21781         Use new header.
21782         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
21783
21784 2008-04-29  Jim Meyering  <meyering@redhat.com>
21785
21786         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
21787         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
21788         by gnulib to exist and to declare e.g., inet_ntop.
21789         Don't include "inet_ntop.h", now removed.
21790
21791         * m4/arpa_inet_h.m4: Remove trailing blanks.
21792
21793 2008-04-29  Eric Blake  <ebb9@byu.net>
21794
21795         Silence valgrind on safe reads beyond potential array bounds.
21796         * lib/rawmemchr.valgrind: New file.
21797         * lib/strchrnul.valgrind: Likewise.
21798         * modules/rawmemchr (Files): Distribute new file.
21799         * modules/strchrnul (Files): Likewise.
21800         Suggested by Bruno Haible.
21801
21802 2008-04-29  Bruno Haible  <bruno@clisp.org>
21803
21804         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
21805         (inet_ntop, inet_pton): Change portability warning's wording.
21806         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
21807         Invoke gl_CHECK_NEXT_HEADERS.
21808         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
21809         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
21810         set ARPA_INET_H.
21811         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21812         * modules/arpa_inet (Description): No longer only for systems that
21813         lack it.
21814         (Depends-on): Add include_next.
21815         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
21816         HAVE_ARPA_INET_H.
21817
21818 2008-04-29  Jim Meyering  <meyering@redhat.com>
21819
21820         * modules/mkdir (License): Re-license as LGPLv2+.
21821
21822 2008-04-29  Bruno Haible  <bruno@clisp.org>
21823
21824         * modules/rawmemchr (Maintainer): Set to Eric.
21825         * modules/strchrnul (Maintainer): Likewise.
21826
21827 2008-04-29  Simon Josefsson  <simon@josefsson.org>
21828
21829         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
21830         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
21831
21832         * modules/arpa_inet (arpa/inet.h): Use them.
21833
21834 2008-04-28  Eric Blake  <ebb9@byu.net>
21835
21836         Test getndelim2.
21837         * modules/getndelim2-tests: New file.
21838         * tests/test-getndelim2.c: Likewise.
21839         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
21840         stream.
21841         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
21842
21843         * MODULES.html.sh: Document new module.
21844
21845 2008-04-20  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/c-stack.c (die): Use raise.
21848         * modules/c-stack (Depends-on): Add raise.
21849
21850 2008-04-28  Bruno Haible  <bruno@clisp.org>
21851
21852         Expect rpmatch to be declared.
21853         * lib/yesno.c (rpmatch): Remove declaration.
21854
21855         Declare rpmatch.
21856         * lib/stdlib.in.h (rpmatch): New declaration.
21857         * lib/rpmatch.c: Include <stdlib.h> first.
21858         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
21859         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
21860         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
21861         HAVE_RPMATCH.
21862         * modules/rpmatch (Depends-on): Add stdlib, extensions.
21863         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21864         (Include): Set to <stdlib.h>.
21865         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
21866         HAVE_RPMATCH.
21867         * NEWS: Document the change.
21868
21869 2008-04-28  Bruno Haible  <bruno@clisp.org>
21870
21871         Change rpmatch to use nl_langinfo when appropriate.
21872         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
21873         (N_): New macro.
21874         (localized_pattern): New function/macro.
21875         (try): Remove match, nomatch arguments. Copy the pattern into safe
21876         memory before caching it.
21877         (rpmatch): Use localized_pattern. Add translator comments.
21878         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
21879         Suggested by Eric Blake.
21880         * modules/rpmatch (Depends-on): Add stdbool.
21881
21882 2008-04-28  Eric Blake  <ebb9@byu.net>
21883
21884         Add rawmemchr module, matching glibc.
21885         * modules/string (Makefile.am): New indicator.
21886         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
21887         * lib/string.in.h (rawmemchr): Declare when appropriate.
21888         * modules/rawmemchr: New file.
21889         * m4/rawmemchr.m4: Likewise.
21890         * lib/rawmemchr.c: Likewise.
21891         * modules/rawmemchr-tests: Likewise.
21892         * tests/test-rawmemchr.c: Likewise.
21893         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
21894         module.
21895         * modules/strchrnul (Depends-on): Add rawmemchr.
21896         * lib/strchrnul.c (strchrnul): Optimize a corner case.
21897
21898         Whitespace cleanup.
21899         * tests/test-strchrnul.c: Reindent.
21900         * lib/strchrnul.c: Likewise.
21901
21902         Optimize and test strchrnul.
21903         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
21904         * modules/strchrnul-tests: New file.
21905         * tests/test-strchrnul.c: Likewise.
21906
21907         Remove intprops dependency.
21908         * modules/memchr (Depends-on): Remove intprops.
21909         * modules/memrchr (Depends-on): Likewise.
21910         * modules/memchr2 (Depends-on): Likewise.
21911         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
21912         * lib/memrchr.c (__memrchr): Likewise.
21913         * lib/memrchr2.c (memchr2): Likewise.
21914         Reported by Simon Josefsson.
21915
21916 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21917
21918         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
21919         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21920
21921 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21922
21923         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
21924
21925         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
21926
21927         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
21928
21929         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
21930         declarations.
21931         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
21932
21933         * m4/inet_pton.m4: Don't check for header files.
21934
21935         * m4/inet_ntop.m4: Don't check for header files.
21936
21937 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21938
21939         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
21940         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
21941         trigger for cygwin).
21942         Reported by Bruno Haible  <bruno@clisp.org>.
21943
21944 2008-04-28  Bruno Haible  <bruno@clisp.org>
21945
21946         * doc/posix-functions/strdup.texi: Mention mingw problem.
21947
21948 2008-04-27  Bruno Haible  <bruno@clisp.org>
21949
21950         * modules/stat-time-tests (Depends-on): Add sleep.
21951         * tests/test-stat-time.c (force_unlink): New function.
21952         (cleanup): Use it.
21953         (test_mtime): Remove the ctime related tests.
21954         (test_ctime): New function, containing the ctime related tests.
21955         (main): Call test_ctime, except on native Windows platforms.
21956
21957 2008-04-27  Bruno Haible  <bruno@clisp.org>
21958
21959         * lib/rpmatch.c (rpmatch): Add some comments.
21960         Reported by James Youngman <jay@gnu.org>.
21961
21962 2008-04-27  Bruno Haible  <bruno@clisp.org>
21963
21964         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
21965         quiet NaNs.
21966
21967 2008-04-27  Bruno Haible  <bruno@clisp.org>
21968
21969         Make test-yesno.sh work on mingw.
21970         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
21971         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
21972         (main): Set stdin to binary mode.
21973         * modules/yesno-tests (Depends-on): Add binary-io.
21974
21975 2008-04-27  Bruno Haible  <bruno@clisp.org>
21976
21977         Fix 'isfinite' on x86, x86_64, ia64 platforms.
21978         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
21979         argument that lie outside the IEEE 854 domain.
21980         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
21981         (gl_ISFINITE): Use it.
21982         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
21983
21984 2008-04-27  Bruno Haible  <bruno@clisp.org>
21985
21986         Allow local renaming in config.h.
21987         * lib/memrchr.c (memrchr): Don't undefine outside libc.
21988
21989 2008-04-27  Bruno Haible  <bruno@clisp.org>
21990
21991         * lib/memchr.c (__memchr): Change type of 'i'.
21992         * lib/memchr2.c (memchr2): Likewise.
21993
21994 2008-04-26  Eric Blake  <ebb9@byu.net>
21995         and Bruno Haible  <bruno@clisp.org>
21996
21997         Optimize and test memrchr.
21998         * modules/memrchr (Depends-on): Add intprops.
21999         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
22000         * modules/memrchr-tests: New file.
22001         * tests/test-memrchr.c: New file.
22002
22003 2008-04-26  Bruno Haible  <bruno@clisp.org>
22004
22005         Add tentative support for DragonFly BSD.
22006         * lib/stdio-impl.h: Add macros for DragonFly BSD.
22007         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
22008         fp.
22009         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
22010         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
22011         * lib/fpurge.c (fpurge): Likewise.
22012         * lib/freadable.c (freaadable): Likewise.
22013         * lib/freadahead.c (freadahead): Likewise.
22014         * lib/freading.c (freading): Likewise.
22015         * lib/freadptr.c (freadptr): Likewise.
22016         * lib/freadseek.c (freadptrinc): Likewise.
22017         * lib/fseeko.c (fseeko): Likewise.
22018         * lib/fseterr.c (fseterr): Likewise.
22019         * lib/fwritable.c (fwritable): Likewise.
22020         * lib/fwriting.c (fwriting): Likewise.
22021
22022 2008-04-26  Bruno Haible  <bruno@clisp.org>
22023
22024         * lib/stdio-impl.h: New file.
22025         * lib/fbufmode.c: Include stdio-impl.h.
22026         (fbufmode): Use fp_, remove redundant #defines.
22027         * lib/fflush.c: Include stdio-impl.h.
22028         (clear_ungetc_buffer): Remove redundant #defines.
22029         * lib/fpurge.c: Include stdio-impl.h.
22030         (fpurge): Remove redundant #defines.
22031         * lib/freadable.c: Include stdio-impl.h.
22032         (freadable): Remove redundant #defines.
22033         * lib/freadahead.c: Include stdio-impl.h.
22034         (freadahead): Remove redundant #defines.
22035         * lib/freading.c: Include stdio-impl.h.
22036         (freading): Remove redundant #defines.
22037         * lib/freadptr.c: Include stdio-impl.h.
22038         (freadptr): Remove redundant #defines.
22039         * lib/freadseek.c: Include stdio-impl.h.
22040         (freadptrinc): Remove redundant #defines.
22041         * lib/fseeko.c: Include stdio-impl.h.
22042         (rpl_fseeko): Remove redundant #defines.
22043         * lib/fseterr.c: Include stdio-impl.h.
22044         (fseterr): Remove redundant #defines.
22045         * lib/fwritable.c: Include stdio-impl.h.
22046         (fwritable: Remove redundant #defines.
22047         * lib/fwriting.c: Include stdio-impl.h.
22048         (fwriting): Remove redundant #defines.
22049         * modules/fbufmode (Files): Add lib/stdio-impl.h.
22050         * modules/fflush (Files): Likewise.
22051         * modules/fpurge (Files): Likewise.
22052         * modules/freadable (Files): Likewise.
22053         * modules/freadahead (Files): Likewise.
22054         * modules/freading (Files): Likewise.
22055         * modules/freadptr (Files): Likewise.
22056         * modules/freadseek (Files): Likewise.
22057         * modules/fseeko (Files): Likewise.
22058         * modules/fseterr (Files): Likewise.
22059         * modules/fwritable (Files): Likewise.
22060         * modules/fwriting (Files): Likewise.
22061
22062 2008-04-26  Bruno Haible  <bruno@clisp.org>
22063
22064         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
22065         restore_seek_optimization, update_fpos_cache): New functions, extracted
22066         from rpl_fflush.
22067         (rpl_fflush): Use them.
22068         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
22069         (gl_REPLACE_FFLUSH): Use it.
22070
22071 2008-04-26  Bruno Haible  <bruno@clisp.org>
22072
22073         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
22074         on Solaris.
22075         * tests/test-xstrtoimax.sh: Likewise.
22076         * tests/test-xstrtoumax.sh: Likewise.
22077         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22078
22079 2008-04-26  Bruno Haible  <bruno@clisp.org>
22080
22081         * modules/memchr-tests: New file.
22082         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
22083
22084 2008-04-26  Eric Blake  <ebb9@byu.net>
22085             Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/memchr.c: Include intprops.h.
22088         (__memchr): Optimize parallel detection of matching bytes. Rename local
22089         variables. Add explanatory comments.
22090
22091 2008-04-26  Bruno Haible  <bruno@clisp.org>
22092
22093         Fix module 'memchr', broken since 2000-10-28.
22094         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
22095
22096 2008-04-26  Bruno Haible  <bruno@clisp.org>
22097
22098         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
22099         comments.
22100
22101 2008-04-25  Eric Blake  <ebb9@byu.net>
22102
22103         Use native fstatat on cygwin 1.7.0.
22104         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
22105         first.
22106
22107 2008-04-23  Eric Blake  <ebb9@byu.net>
22108
22109         Improve memchr2 performance.
22110         * lib/memchr2.c (memchr2): Further optimize parallel detection of
22111         NUL bytes.
22112         * modules/memchr2 (Depends-on): Use intprops.h.
22113
22114 2008-04-23  Simon Josefsson  <simon@josefsson.org>
22115
22116         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
22117         an inline function instead of a CPP macro.  Patch by Ben Pfaff
22118         <blp@cs.stanford.edu>.
22119
22120 2008-04-23  Simon Josefsson  <simon@josefsson.org>
22121
22122         * lib/arpa_inet.in.h: New file.
22123
22124         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
22125         (Makefile.am): Sed in substitute header file.
22126
22127         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
22128         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
22129
22130         * modules/inet_ntop (configure.ac): Use
22131         gl_ARPA_INET_MODULE_INDICATOR.
22132
22133         * modules/inet_pton (configure.ac): Use
22134         gl_ARPA_INET_MODULE_INDICATOR.
22135
22136 2008-04-22  Jim Meyering  <meyering@redhat.com>
22137
22138         * modules/verify (License): Re-license as LGPLv2+.
22139
22140 2008-04-22  Simon Josefsson  <simon@josefsson.org>
22141
22142         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
22143         parameter to void* as per POSIX standard (MinGW uses char*).
22144
22145 2008-04-21  Bruno Haible  <bruno@clisp.org>
22146
22147         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
22148         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
22149         Define to replacements if REPLACE_ISWCNTRL is 1.
22150         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
22151         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
22152         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
22153         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
22154         what it fixes.
22155         * doc/posix-functions/iswalpha.texi: Likewise.
22156         * doc/posix-functions/iswblank.texi: Likewise.
22157         * doc/posix-functions/iswcntrl.texi: Likewise.
22158         * doc/posix-functions/iswdigit.texi: Likewise.
22159         * doc/posix-functions/iswgraph.texi: Likewise.
22160         * doc/posix-functions/iswlower.texi: Likewise.
22161         * doc/posix-functions/iswprint.texi: Likewise.
22162         * doc/posix-functions/iswpunct.texi: Likewise.
22163         * doc/posix-functions/iswspace.texi: Likewise.
22164         * doc/posix-functions/iswupper.texi: Likewise.
22165         * doc/posix-functions/iswxdigit.texi: Likewise.
22166         Reported by Alain Guibert.
22167
22168 2008-04-21  Bruno Haible  <bruno@clisp.org>
22169
22170         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
22171         Patch by Alain Guibert.
22172
22173 2008-04-21  Bruno Haible  <bruno@clisp.org>
22174
22175         Fix test failures on mingw.
22176         * tests/test-xstrtol.c (print_no_progname): New function.
22177         (main): Install it in error_print_progname hook.
22178         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
22179         * tests/test-xstrtoimax.sh: Likewise.
22180         * tests/test-xstrtoumax.sh: Likewise.
22181
22182 2008-04-21  Bruno Haible  <bruno@clisp.org>
22183
22184         Fix test failure on mingw.
22185         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
22186
22187 2008-04-21  Bruno Haible  <bruno@clisp.org>
22188
22189         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
22190         Actually assign a value.
22191
22192 2008-04-20  Bruno Haible  <bruno@clisp.org>
22193
22194         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
22195         take 2.
22196         * lib/canonicalize.c (canonicalize_file_name): Elide if the
22197         'canonicalize-lgpl' module is also used.
22198         * lib/canonicalize-lgpl.c: Undo last change.
22199         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
22200
22201 2008-04-20  Bruno Haible  <bruno@clisp.org>
22202
22203         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
22204         config.h. Provide _mkdir based fallback for mingw.
22205         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
22206         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
22207         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
22208         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
22209         rather than defining mkdir in config.h.
22210         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
22211         (gl_SYS_STAT_H_DEFAULTS): New macro.
22212         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
22213         HAVE_IO_H any more.
22214         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
22215         HAVE_DECL_MKDIR and HAVE_IO_H.
22216
22217 2008-04-20  Bruno Haible  <bruno@clisp.org>
22218
22219         * lib/isapipe.c: Port to native Windows platforms.
22220
22221 2008-04-20  Bruno Haible  <bruno@clisp.org>
22222
22223         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
22224
22225 2008-04-21  Eric Blake  <ebb9@byu.net>
22226
22227         Work around preprocessors that don't handle UINTMAX_MAX.
22228         * lib/memchr2.c (memchr2): Avoid embedded #if.
22229         Reported by Alain Guibert, fix suggested by Bruno Haible.
22230
22231 2008-04-21  Simon Josefsson  <simon@josefsson.org>
22232
22233         * doc/posix-functions/strftime.texi (strftime): Explain better
22234         Windows incompatibility.  Suggested by Micah Cowan
22235         <micah@cowan.name>.
22236
22237 2008-04-20  Bruno Haible  <bruno@clisp.org>
22238
22239         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
22240         unistr/u8-mblen.
22241
22242 2008-04-20  Bruno Haible  <bruno@clisp.org>
22243
22244         Fix test failure on platforms with non-GNU iconv.
22245         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
22246         (U_TO_U8): Use it, rather than u16_to_u8.
22247         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
22248         units at the end of the input string.
22249         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
22250
22251 2008-04-20  Bruno Haible  <bruno@clisp.org>
22252
22253         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
22254         when the resulting length is 0.
22255         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
22256
22257 2008-04-20  Bruno Haible  <bruno@clisp.org>
22258
22259         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
22260         works.
22261         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
22262
22263 2008-04-20  Bruno Haible  <bruno@clisp.org>
22264
22265         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
22266         * modules/tsearch-tests (configure.ac): Test for initstate function.
22267
22268 2008-04-20  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
22271         for nlink_t if missing.
22272         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
22273
22274 2008-04-19  Bruno Haible  <bruno@clisp.org>
22275
22276         Work around snprintf bug on Linux libc5.
22277         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
22278         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22279         gl_SNPRINTF_SIZE1.
22280         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22281         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
22282         that test failed.
22283         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
22284         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
22285         * modules/snprintf (Files): Add m4/printf.m4.
22286         * modules/vsnprintf (Files): Likewise.
22287         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
22288         * doc/posix-functions/vsnprintf.texi: Likewise.
22289
22290 2008-04-19  Bruno Haible  <bruno@clisp.org>
22291
22292         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
22293         from 0.0058 to less than 10^-7.
22294
22295 2008-04-19  Bruno Haible  <bruno@clisp.org>
22296
22297         Fix rounding when a precision is given.
22298         * lib/vasnprintf.c (is_borderline): New function.
22299         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
22300         9...9x.
22301         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
22302         %e, %g.
22303         * tests/test-vasprintf-posix.c (test_function): Likewise.
22304         * tests/test-snprintf-posix.h (test_function): Likewise.
22305         * tests/test-sprintf-posix.h (test_function): Likewise.
22306         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
22307         * tests/test-printf-posix.h (test_function): Likewise.
22308         * tests/test-printf-posix.output: Update.
22309         Reported by John Darrington <john@darrington.wattle.id.au> via
22310         Ben Pfaff <blp@cs.stanford.edu>.
22311
22312 2008-04-18  Simon Josefsson  <simon@josefsson.org>
22313
22314         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
22315         Suggested by Bruno Haible <bruno@clisp.org>.
22316
22317 2008-04-17  Bruno Haible  <bruno@clisp.org>
22318
22319         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
22320         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
22321         implementation.
22322         Patch by Bruce Merry <bmerry@gmail.com>.
22323
22324 2008-04-17  Simon Josefsson  <simon@josefsson.org>
22325
22326         * doc/posix-functions/strftime.texi (strftime): Mention that %e
22327         doesn't work under Windows.
22328
22329 2008-04-16  Bruno Haible  <bruno@clisp.org>
22330
22331         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
22332         New macros.
22333         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
22334         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
22335         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
22336         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
22337         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
22338         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
22339         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
22340         macros.
22341         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
22342         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
22343         Northern Sotho, Uighur.
22344
22345 2008-04-16  Bruno Haible  <bruno@clisp.org>
22346
22347         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
22348         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
22349         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
22350         Reported by Daniel Bergström <daniel@octocode.com>.
22351
22352 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
22353             Bruno Haible  <bruno@clisp.org>
22354
22355         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
22356         function.
22357         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
22358         New functions, mostly extracted from gl_locale_name_default.
22359         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
22360
22361 2008-04-16  Eric Blake  <ebb9@byu.net>
22362
22363         Adjust strtod detection to catch glibc 2.7 bug.
22364         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
22365         Reported by John Gatewood Ham.
22366
22367 2008-04-16  Bruno Haible  <bruno@clisp.org>
22368
22369         Add tentative support for Linux libc5.
22370         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
22371         * lib/fpurge.c (fpurge): Likewise.
22372         * lib/freadable.c (freadable): Likewise.
22373         * lib/freadahead.c (freadahead): Likewise.
22374         * lib/freading.c (freading): Likewise.
22375         * lib/freadptr.c (freadptr): Likewise.
22376         * lib/freadseek.c (freadptrinc): Likewise.
22377         * lib/fseeko.c (rpl_fseeko): Likewise.
22378         * lib/fseterr.c (fseterr): Likewise.
22379         * lib/fwritable.c (fwritable): Likewise.
22380         * lib/fwriting.c (fwriting): Likewise.
22381         Reported by Alain Guibert <alguibert+bts@free.fr>.
22382
22383 2008-04-15  Bruno Haible  <bruno@clisp.org>
22384
22385         * modules/mathl (configure.ac): Define module indicator.
22386
22387 2008-04-15  Bruno Haible  <bruno@clisp.org>
22388
22389         * lib/logl.c (logl): Remove unused variables.
22390
22391 2008-04-15  Bruno Haible  <bruno@clisp.org>
22392
22393         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
22394         fails.
22395
22396 2008-04-15  Bruno Haible  <bruno@clisp.org>
22397
22398         * lib/trim.c (trim2): Fix argument of isspace() macro.
22399
22400 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
22401
22402         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
22403         to 0.
22404         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
22405
22406 2008-04-14  Bruno Haible  <bruno@clisp.org>
22407
22408         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
22409         AC_LANG_PROGRAM argument.
22410         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
22411         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
22412         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
22413         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
22414         * m4/math_h.m4 (gl_MATH_H): Likewise.
22415         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
22416         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
22417         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
22418         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
22419         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
22420         * m4/regex.m4 (gl_REGEX): Likewise.
22421         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
22422         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
22423         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22424         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
22425         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
22426         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22427         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22428         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
22429
22430 2008-04-14  Jim Meyering  <meyering@redhat.com>
22431
22432         test-strtod: fix typos: s/abs/fabs/
22433         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
22434
22435 2008-04-13  Bruno Haible  <bruno@clisp.org>
22436
22437         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
22438         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
22439         module is also used and while not building the reloc-wrapper.
22440
22441 2008-04-13  Bruno Haible  <bruno@clisp.org>
22442
22443         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
22444
22445 2008-04-13  Bruno Haible  <bruno@clisp.org>
22446
22447         Fix AIX compilation failure introduced on 2008-04-02.
22448         * tests/test-frexp.c (exp): Undefine before redefining.
22449         * tests/test-frexpl.c (exp): Likewise.
22450
22451 2008-04-13  Bruno Haible  <bruno@clisp.org>
22452
22453         Work around a HP-UX stdio bug.
22454         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
22455         * tests/test-ftello.c (main): Likewise.
22456         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
22457         * doc/posix-functions/ftello.texi: Likewise.
22458
22459 2008-04-13  Bruno Haible  <bruno@clisp.org>
22460
22461         Make test-signbit pass on HP-UX/hppa.
22462         * tests/test-signbit.c (minus_zerol): New variable.
22463         (test_signbitl): Use it.
22464
22465 2008-04-13  Bruno Haible  <bruno@clisp.org>
22466
22467         Make truncl work on OSF/1 4.0.
22468         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
22469         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
22470         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
22471         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
22472         HAVE_DECL_TRUNCL.
22473         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
22474         HAVE_DECL_TRUNCL.
22475         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
22476
22477 2008-04-13  Bruno Haible  <bruno@clisp.org>
22478
22479         * lib/unictype.h: Remove trailing comma from enumeration definitions.
22480
22481 2008-04-13  Bruno Haible  <bruno@clisp.org>
22482
22483         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
22484         expression, so as to avoid HP-UX 11 cc compiler bug.
22485
22486 2008-04-13  Bruno Haible  <bruno@clisp.org>
22487
22488         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
22489
22490 2008-04-13  Bruno Haible  <bruno@clisp.org>
22491
22492         * lib/git-merge-changelog.c: Remove empty declaration outside of
22493         functions.
22494
22495 2008-04-13  Bruno Haible  <bruno@clisp.org>
22496
22497         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
22498
22499 2008-04-13  Bruno Haible  <bruno@clisp.org>
22500
22501         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
22502         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
22503         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
22504         also if it exists but lacks definitions of the SHUT_* macros.
22505         * modules/sys_socket (Description): Update.
22506         Reported by Elbert Pol <e.pol@chello.nl>.
22507
22508 2008-04-13  Bruno Haible  <bruno@clisp.org>
22509
22510         * lib/localcharset.c (OS2): Don't redefine if already defined.
22511         Reported by Elbert Pol <e.pol@chello.nl>.
22512
22513 2008-04-13  Bruno Haible  <bruno@clisp.org>
22514
22515         * lib/binary-io.h [__EMX__]: Include <io.h>.
22516         Reported by Elbert Pol <e.pol@chello.nl>.
22517
22518 2008-04-12  Bruno Haible  <bruno@clisp.org>
22519
22520         * lib/fpucw.h: Enable the definitions also for x86_64.
22521         Needed for NetBSD/x86_64.
22522         Reported by Thomas Klausner <tk@giga.or.at>.
22523
22524 2008-04-12  Bruno Haible  <bruno@clisp.org>
22525
22526         * tests/test-strtod.c: Include isnand.h.
22527         (main): Use isnand instead of isnan.
22528         Reported by Jim Meyering.
22529
22530 2008-04-12  Bruno Haible  <bruno@clisp.org>
22531
22532         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
22533         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22534
22535 2008-04-12  Jim Meyering  <meyering@redhat.com>
22536
22537         * m4/math_h.m4 (gl_MATH_H): Fix typos.
22538
22539 2008-04-12  Bruno Haible  <bruno@clisp.org>
22540
22541         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
22542         Reported by Elbert Pol <e.pol@chello.nl>.
22543
22544 2008-04-12  Eric Blake  <ebb9@byu.net>
22545
22546         Work around Solaris 10 math.h bug.
22547         * m4/math_h.m4 (gl_MATH_H): Check for bug.
22548         (gl_MATH_H_DEFAULTS): Set up default.
22549         * modules/math (Makefile.am): Replace new indicators.
22550         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
22551         * tests/test-math.c (main): Test this.
22552         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
22553         * doc/posix-headers/math.texi (math.h): Mention bug.
22554         Reported by Nelson H. F. Beebe and Jim Meyering.
22555
22556 2008-04-11  Bruno Haible  <bruno@clisp.org>
22557
22558         Adapt to future versions of Apple GCC.
22559         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
22560         Reported by Peter O'Gorman <peter@pogma.com>.
22561
22562 2008-04-11  Bruno Haible  <bruno@clisp.org>
22563
22564         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
22565
22566 2008-04-11  Bruno Haible  <bruno@clisp.org>
22567
22568         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
22569
22570         * modules/getaddrinfo-tests (Makefile.am): Define
22571         test_getaddrinfo_LDADD.
22572
22573 2008-04-11  Bruno Haible  <bruno@clisp.org>
22574
22575         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
22576         (init): Fix syntax error.
22577         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
22578         is declared.
22579
22580 2008-04-11  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
22583         * modules/glob (Depends-on): Add stdbool.
22584
22585 2008-04-11  Bruno Haible  <bruno@clisp.org>
22586
22587         * lib/trim.c: Include <string.h>.
22588
22589 2008-04-11  Eric Blake  <ebb9@byu.net>
22590
22591         Avoid compile failure on OS/2.
22592         * lib/regex_internal.h (internal_function): Disable optimization
22593         on OS/2 (__EMX__), where it caused compiler error.
22594         Reported by Elbert Pol.
22595
22596 2008-04-11  Bruno Haible  <bruno@clisp.org>
22597
22598         Flush the standard error stream before aborting. Needed on mingw.
22599         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
22600         * tests/test-array_list.c (ASSERT): Likewise.
22601         * tests/test-array_oset.c (ASSERT): Likewise.
22602         * tests/test-avltree_list.c (ASSERT): Likewise.
22603         * tests/test-avltree_oset.c (ASSERT): Likewise.
22604         * tests/test-avltreehash_list.c (ASSERT): Likewise.
22605         * tests/test-binary-io.c (ASSERT): Likewise.
22606         * tests/test-byteswap.c (ASSERT): Likewise.
22607         * tests/test-c-ctype.c (ASSERT): Likewise.
22608         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
22609         * tests/test-c-strcasestr.c (ASSERT): Likewise.
22610         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
22611         * tests/test-c-strstr.c (ASSERT): Likewise.
22612         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
22613         * tests/test-canonicalize.c (ASSERT): Likewise.
22614         * tests/test-carray_list.c (ASSERT): Likewise.
22615         * tests/test-ceilf1.c (ASSERT): Likewise.
22616         * tests/test-ceilf2.c (ASSERT): Likewise.
22617         * tests/test-ceill.c (ASSERT): Likewise.
22618         * tests/test-count-one-bits.c (ASSERT): Likewise.
22619         * tests/test-fbufmode.c (ASSERT): Likewise.
22620         * tests/test-fflush2.c (ASSERT): Likewise.
22621         * tests/test-floorf1.c (ASSERT): Likewise.
22622         * tests/test-floorf2.c (ASSERT): Likewise.
22623         * tests/test-floorl.c (ASSERT): Likewise.
22624         * tests/test-fopen.c (ASSERT): Likewise.
22625         * tests/test-fpending.c (ASSERT): Likewise.
22626         * tests/test-fprintf-posix.c (ASSERT): Likewise.
22627         * tests/test-fpurge.c (ASSERT): Likewise.
22628         * tests/test-freadable.c (ASSERT): Likewise.
22629         * tests/test-freadahead.c (ASSERT): Likewise.
22630         * tests/test-freading.c (ASSERT): Likewise.
22631         * tests/test-freadptr.c (ASSERT): Likewise.
22632         * tests/test-freadptr2.c (ASSERT): Likewise.
22633         * tests/test-freadseek.c (ASSERT): Likewise.
22634         * tests/test-freopen.c (ASSERT): Likewise.
22635         * tests/test-frexp.c (ASSERT): Likewise.
22636         * tests/test-frexpl.c (ASSERT): Likewise.
22637         * tests/test-fseek.c (ASSERT): Likewise.
22638         * tests/test-fseeko.c (ASSERT): Likewise.
22639         * tests/test-fstrcmp.c (ASSERT): Likewise.
22640         * tests/test-ftell.c (ASSERT): Likewise.
22641         * tests/test-ftello.c (ASSERT): Likewise.
22642         * tests/test-func.c (ASSERT): Likewise.
22643         * tests/test-fwritable.c (ASSERT): Likewise.
22644         * tests/test-fwriting.c (ASSERT): Likewise.
22645         * tests/test-getdelim.c (ASSERT): Likewise.
22646         * tests/test-getline.c (ASSERT): Likewise.
22647         * tests/test-i-ring.c (ASSERT): Likewise.
22648         * tests/test-iconv-utf.c (ASSERT): Likewise.
22649         * tests/test-iconv.c (ASSERT): Likewise.
22650         * tests/test-isfinite.c (ASSERT): Likewise.
22651         * tests/test-isnand.c (ASSERT): Likewise.
22652         * tests/test-isnanf.c (ASSERT): Likewise.
22653         * tests/test-isnanl.h (ASSERT): Likewise.
22654         * tests/test-ldexpl.c (ASSERT): Likewise.
22655         * tests/test-linked_list.c (ASSERT): Likewise.
22656         * tests/test-linkedhash_list.c (ASSERT): Likewise.
22657         * tests/test-localename.c (ASSERT): Likewise.
22658         * tests/test-lseek.c (ASSERT): Likewise.
22659         * tests/test-mbscasecmp.c (ASSERT): Likewise.
22660         * tests/test-mbscasestr1.c (ASSERT): Likewise.
22661         * tests/test-mbscasestr2.c (ASSERT): Likewise.
22662         * tests/test-mbscasestr3.c (ASSERT): Likewise.
22663         * tests/test-mbscasestr4.c (ASSERT): Likewise.
22664         * tests/test-mbschr.c (ASSERT): Likewise.
22665         * tests/test-mbscspn.c (ASSERT): Likewise.
22666         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
22667         * tests/test-mbspbrk.c (ASSERT): Likewise.
22668         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
22669         * tests/test-mbsrchr.c (ASSERT): Likewise.
22670         * tests/test-mbsspn.c (ASSERT): Likewise.
22671         * tests/test-mbsstr1.c (ASSERT): Likewise.
22672         * tests/test-mbsstr2.c (ASSERT): Likewise.
22673         * tests/test-mbsstr3.c (ASSERT): Likewise.
22674         * tests/test-memchr2.c (ASSERT): Likewise.
22675         * tests/test-memmem.c (ASSERT): Likewise.
22676         * tests/test-open.c (ASSERT): Likewise.
22677         * tests/test-printf-frexp.c (ASSERT): Likewise.
22678         * tests/test-printf-frexpl.c (ASSERT): Likewise.
22679         * tests/test-printf-posix.c (ASSERT): Likewise.
22680         * tests/test-quotearg.c (ASSERT): Likewise.
22681         * tests/test-rbtree_list.c (ASSERT): Likewise.
22682         * tests/test-rbtree_oset.c (ASSERT): Likewise.
22683         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
22684         * tests/test-round1.c (ASSERT): Likewise.
22685         * tests/test-roundf1.c (ASSERT): Likewise.
22686         * tests/test-roundl.c (ASSERT): Likewise.
22687         * tests/test-signbit.c (ASSERT): Likewise.
22688         * tests/test-sleep.c (ASSERT): Likewise.
22689         * tests/test-snprintf-posix.c (ASSERT): Likewise.
22690         * tests/test-snprintf.c (ASSERT): Likewise.
22691         * tests/test-sprintf-posix.c (ASSERT): Likewise.
22692         * tests/test-stat-time.c (ASSERT): Likewise.
22693         * tests/test-strcasestr.c (ASSERT): Likewise.
22694         * tests/test-strerror.c (ASSERT): Likewise.
22695         * tests/test-striconv.c (ASSERT): Likewise.
22696         * tests/test-striconveh.c (ASSERT): Likewise.
22697         * tests/test-striconveha.c (ASSERT): Likewise.
22698         * tests/test-strsignal.c (ASSERT): Likewise.
22699         * tests/test-strstr.c (ASSERT): Likewise.
22700         * tests/test-strtod.c (ASSERT): Likewise.
22701         * tests/test-trunc1.c (ASSERT): Likewise.
22702         * tests/test-trunc2.c (ASSERT): Likewise.
22703         * tests/test-truncf1.c (ASSERT): Likewise.
22704         * tests/test-truncf2.c (ASSERT): Likewise.
22705         * tests/test-truncl.c (ASSERT): Likewise.
22706         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
22707         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
22708         * tests/test-vasnprintf.c (ASSERT): Likewise.
22709         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
22710         * tests/test-vasprintf.c (ASSERT): Likewise.
22711         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
22712         * tests/test-vprintf-posix.c (ASSERT): Likewise.
22713         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
22714         * tests/test-vsnprintf.c (ASSERT): Likewise.
22715         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
22716         * tests/test-wcwidth.c (ASSERT): Likewise.
22717         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
22718         * tests/test-xprintf-posix.c (ASSERT): Likewise.
22719         * tests/test-xvasprintf.c (ASSERT): Likewise.
22720         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
22721         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
22722         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
22723         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
22724         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
22725         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
22726         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
22727         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
22728         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
22729         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
22730         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
22731         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
22732         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
22733         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
22734         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
22735         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
22736         * tests/unictype/test-block_list.c (ASSERT): Likewise.
22737         * tests/unictype/test-block_of.c (ASSERT): Likewise.
22738         * tests/unictype/test-block_test.c (ASSERT): Likewise.
22739         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
22740         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
22741         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
22742         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
22743         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
22744         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
22745         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
22746         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
22747         * tests/unictype/test-combining.c (ASSERT): Likewise.
22748         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
22749         * tests/unictype/test-digit.c (ASSERT): Likewise.
22750         * tests/unictype/test-mirror.c (ASSERT): Likewise.
22751         * tests/unictype/test-numeric.c (ASSERT): Likewise.
22752         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
22753         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
22754         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
22755         * tests/unictype/test-scripts.c (ASSERT): Likewise.
22756         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
22757         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
22758         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
22759         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
22760         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
22761         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
22762         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
22763         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
22764         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
22765         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
22766         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
22767         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
22768         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
22769         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
22770         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
22771         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
22772         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
22773         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
22774         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
22775         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
22776         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
22777         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
22778         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
22779         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
22780         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
22781         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
22782         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
22783         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
22784         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
22785         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
22786         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
22787         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
22788         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
22789         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
22790         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
22791         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
22792         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
22793         Reported by Eric Blake.
22794
22795 2008-04-11  Bruno Haible  <bruno@clisp.org>
22796
22797         * lib/wchar.in.h: Tweak comment.
22798
22799 2008-04-11  Bruno Haible  <bruno@clisp.org>
22800
22801         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
22802         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
22803         gl_COMMON.
22804         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
22805
22806 2008-04-11  Bruno Haible  <bruno@clisp.org>
22807
22808         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
22809
22810 2008-04-11  Simon Josefsson  <simon@josefsson.org>
22811
22812         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
22813         of attempting to use non-existing /dev/*random.  Based on patch
22814         from Adam Strzelecki <ono@java.pl> in
22815         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
22816
22817 2008-04-08  Bruno Haible  <bruno@clisp.org>
22818
22819         Add tentative support for emx+gcc.
22820         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
22821         * lib/fpurge.c (fpurge): Likewise.
22822         * lib/freadable.c (freadable): Likewise.
22823         * lib/freadahead.c (freadahead): Likewise.
22824         * lib/freading.c (freading): Likewise.
22825         * lib/freadptr.c (freadptr): Likewise.
22826         * lib/freadseek.c (freadptrinc): Likewise.
22827         * lib/fseeko.c (rpl_fseeko): Likewise.
22828         * lib/fseterr.c (fseterr): Likewise.
22829         * lib/fwritable.c (fwritable): Likewise.
22830         * lib/fwriting.c (fwriting): Likewise.
22831         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
22832
22833 2008-04-09  Eric Blake  <ebb9@byu.net>
22834
22835         Avoid some autoconf warnings.
22836         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
22837         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
22838         * m4/afs.m4 (gl_AFS): Likewise.
22839         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
22840         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
22841         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22842         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
22843         (gl_INTEGER_TYPE_SUFFIX): Likewise.
22844         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
22845         (AC_CHECK_DECLS_ONCE): Likewise.
22846         Rename file...
22847         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
22848         gnulib-tool requires autoconf 2.59 or better.
22849         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
22850
22851 2008-04-08  Eric Blake  <ebb9@byu.net>
22852
22853         Use 'git describe --match' if present (added in git 1.5.5).
22854         * build-aux/git-version-gen: Limit result to tags that match 'v*'
22855         if possible.
22856
22857 2008-04-08  Bruno Haible  <bruno@clisp.org>
22858
22859         Add tentative support for OpenServer.
22860         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
22861         _ptr, _cnt.
22862         * lib/fpurge.c (fpurge): Likewise.
22863         * lib/freadable.c (freadable): Likewise.
22864         * lib/freadahead.c (freadahead): Likewise.
22865         * lib/freading.c (freading): Likewise.
22866         * lib/freadptr.c (freadptr): Likewise.
22867         * lib/freadseek.c (freadptrinc): Likewise.
22868         * lib/fseeko.c (rpl_fseeko): Likewise.
22869         * lib/fseterr.c (fseterr): Likewise.
22870         * lib/fwritable.c (fwritable): Likewise.
22871         * lib/fwriting.c (fwriting): Likewise.
22872         Reported by Roger Cornelius <rac@tenzing.org> and
22873         Brian K. White <brian@aljex.com>.
22874
22875 2008-04-06  Jim Meyering  <meyering@redhat.com>
22876
22877         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
22878
22879 2008-04-06  Bruno Haible  <bruno@clisp.org>
22880
22881         Avoid possible error with non-ASCII bytes in UTF-8 locales.
22882         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
22883         * tests/test-printf-posix.sh: Likewise.
22884         * tests/test-vfprintf-posix.sh: Likewise.
22885         * tests/test-vprintf-posix.sh: Likewise.
22886         * tests/test-xprintf-posix.sh: Likewise.
22887
22888 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22889
22890         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
22891         hide error from 'ls', needed on OS/2.
22892         Report by Elbert Pol <elbert.pol@gmail.com>.
22893
22894 2008-04-04  Eric Blake  <ebb9@byu.net>
22895
22896         Make test-fseeko.c failures meaningful.
22897         * tests/test-fseeko.c: Print line number on failure.
22898         * tests/test-fseek.c: Likewise.
22899         Reported by Nelson H. F. Beebe.
22900
22901         Improve strtod bug detection check.
22902         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
22903         required for Solaris 10.
22904         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
22905
22906 2008-04-04  Bruno Haible  <bruno@clisp.org>
22907
22908         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
22909         by m4/setenv.m4.
22910
22911 2008-04-03  Eric Blake  <ebb9@byu.net>
22912
22913         Ensure sane .version contents.
22914         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
22915         version string.
22916         * build-aux/git-version-gen: Improve documentation.
22917
22918         Make GNU make output nicer.
22919         * top/GNUmakefile [!_have-Makefile]: Add dependency on
22920         MAKECMDGOALS to enforce message for all command line targets.  Set
22921         srcdir for use in maint.mk.
22922
22923         Another maintainer tweak.
22924         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
22925         a target that regenerates version.
22926
22927 2008-04-03  Jim Meyering  <meyering@redhat.com>
22928
22929         vc-list-files: don't cause coreutils "make po-check" failure
22930         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
22931
22932 2008-04-03  Eric Blake  <ebb9@byu.net>
22933
22934         Allow VPATH usage of vc-list-files.
22935         * build-aux/vc-list-files (scriptversion): Add timestamp.
22936         (options): Add --help, --version, -C.
22937         (CVS): Support installed cvsu.
22938
22939 2008-04-02  Bruno Haible  <bruno@clisp.org>
22940
22941         Avoid some "statement with no effect" warnings from gcc.
22942         * tests/test-wctype.c (main): Explicitly ignore unused values.
22943         Reported by Jim Meyering.
22944
22945 2008-04-02  Jim Meyering  <meyering@redhat.com>
22946
22947         Avoid some warnings from "gcc -Wshadow".
22948         * tests/test-frexp.c (exp): Define to a different identifier.
22949         * tests/test-frexpl.c (exp): Likewise.
22950
22951 2008-04-03  Jim Meyering  <meyering@redhat.com>
22952
22953         bootstrap: remove dangling *.[ch] symlinks from lib
22954         * build-aux/bootstrap [dangling symlink removal]: Move find's
22955         -depth option to precede all others, to avoid a warning.
22956         Remove *.[ch] files too, and from "$source_base" (usually lib/).
22957
22958 2008-04-02  Bruno Haible  <bruno@clisp.org>
22959
22960         Avoid some warnings from "gcc -Wshadow".
22961         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
22962         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
22963         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
22964         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
22965         Reported by Jim Meyering.
22966
22967 2008-04-01  Bruno Haible  <bruno@clisp.org>
22968
22969         Fix test to work on IRIX 6.5 with cc.
22970         * tests/test-math.c (numeric_equal): New function.
22971         (main): Use it.
22972
22973 2008-04-01  Bruno Haible  <bruno@clisp.org>
22974
22975         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
22976
22977 2008-04-01  Bruno Haible  <bruno@clisp.org>
22978
22979         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
22980         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22981         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
22982         (Depends-on): Remove math.
22983
22984         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
22985         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22986         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
22987         (Depends-on): Remove math.
22988
22989         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
22990         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22991         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
22992         (Depends-on): Remove math.
22993         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
22994         (Depends-on): Remove math.
22995
22996         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
22997         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22998         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
22999         (Depends-on): Remove math.
23000         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
23001         (Depends-on): Remove math.
23002
23003         * tests/test-round1.c: Include nan.h.
23004         (main): Use NaNd instead of NAN.
23005         * modules/round-tests (Files): Add tests/nan.h.
23006
23007         * tests/test-trunc1.c: Include nan.h.
23008         (main): Use NaNd instead of NAN.
23009         * modules/trunc-tests (Files): Add tests/nan.h.
23010
23011         * tests/test-roundf1.c: Include nan.h.
23012         (main): Use NaNf instead of NAN.
23013         * modules/roundf-tests (Files): Add tests/nan.h.
23014
23015         * tests/test-truncf1.c: Include nan.h.
23016         (main): Use NaNf instead of NAN.
23017         * modules/truncf-tests (Files): Add tests/nan.h.
23018
23019         * tests/test-ceilf1.c: Include nan.h.
23020         (main): Use NaNf instead of NAN.
23021         * modules/ceilf-tests (Files): Add tests/nan.h.
23022
23023         * tests/test-floorf1.c: Include nan.h.
23024         (main): Use NaNf instead of NAN.
23025         * modules/floorf-tests (Files): Add tests/nan.h.
23026
23027         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
23028         (main): Use NaNf instead of NAN.
23029         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
23030
23031         * tests/test-isnand.c: Include nan.h instead of <math.h>.
23032         (main): Use NaNd instead of NAN.
23033         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
23034
23035         * tests/test-frexp.c: Include nan.h.
23036         (main): Use NaNd instead of NAN.
23037         * modules/frexp-tests (Files): Add tests/nan.h.
23038
23039         * lib/isnan.c: Don't include <math.h>.
23040         (FUNC): Don't use NAN macro.
23041         * modules/isnand-nolibm (Depends-on): Remove math.
23042         * modules/isnanf-nolibm (Depends-on): Remove math.
23043         * modules/isnanl (Depends-on): Remove math.
23044         * modules/isnanl-nolibm (Depends-on): Remove math.
23045
23046         * tests/nan.h: New file.
23047
23048 2008-04-01  Eric Blake  <ebb9@byu.net>
23049
23050         Fix typos.
23051         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
23052         values to be the right type.
23053
23054         For now, cater to gnulib strtod inaccuracies.
23055         * tests/test-strtod.c (main): Allow 1-ulp error on expected
23056         fractional results.  While not as nice from a QoI perspective, it
23057         is a quicker patch than correctly implementing decimal to binary
23058         rounding.
23059
23060 2008-03-31  Eric Blake  <ebb9@byu.net>
23061
23062         Guarantee a definition of NAN.
23063         * lib/math.in.h (NAN): Define if missing.
23064         * tests/test-math.c (main): Test it.
23065         * doc/posix-headers/math.texi (math.h): Document this.
23066         * lib/isnan.c (rpl_isnand): Use it.
23067         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
23068         * tests/test-floorf1.c (NaN): Likewise.
23069         * tests/test-frexp.c (NaN): Likewise.
23070         * tests/test-isnand.c (NaN): Likewise.
23071         * tests/test-isnanf.c (NaN): Likewise.
23072         * tests/test-round1.c (NaN): Likewise.
23073         * tests/test-roundf1.c (NaN): Likewise.
23074         * tests/test-snprintf-posix.h (NaN): Likewise.
23075         * tests/test-sprintf-posix.h (NaN): Likewise.
23076         * tests/test-trunc1.c (NaN): Likewise.
23077         * tests/test-truncf1.c (NaN): Likewise.
23078         * tests/test-vasnprintf-posix.c (NaN): Likewise.
23079         * tests/test-vasprintf-posix.c (NaN): Likewise.
23080         * modules/isnand-nolibm (Depends-on): Add math.
23081         * modules/isnanf-nolibm (Depends-on): Likewise.
23082         * modules/isnanl (Depends-on): Likewise.
23083         * modules/isnanl-nolibm (Depends-on): Likewise.
23084         * modules/snprintf-posix-tests (Depends-on): Likewise.
23085         * modules/sprintf-posix-tests (Depends-on): Likewise.
23086         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
23087         * modules/vsprintf-posix-tests (Depends-on): Likewise.
23088         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
23089         * modules/vasprintf-posix-tests (Depends-on): Likewise.
23090
23091 2008-03-31  Bruno Haible  <bruno@clisp.org>
23092
23093         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
23094         * doc/posix-functions/strtod.texi: Likewise.
23095
23096 2008-03-31  Bruno Haible  <bruno@clisp.org>
23097
23098         * tests/test-strtod.c (main): Don't use C99 syntax.
23099
23100 2008-03-31  Bruno Haible  <bruno@clisp.org>
23101
23102         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
23103         Reported by Eric Blake.
23104
23105 2008-03-31  Jim Meyering  <meyering@redhat.com>
23106
23107         Don't compare actual signbit return values.
23108         * tests/test-strtod.c (main): Rather, compare only their
23109         zero/non-zero nature.
23110
23111 2008-03-31  Eric Blake  <ebb9@byu.net>
23112
23113         More strtod documentation.
23114         * doc/posix-functions/strtod.texi (strtod): Interpret more test
23115         failures as distinct bugs.
23116
23117 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23118
23119         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
23120         Problem reported by Erik Benada in
23121         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
23122
23123 2008-03-30  Bruno Haible  <bruno@clisp.org>
23124
23125         * tests/test-strtod.c: Add comments about which assertion fails on which
23126         platform.
23127         * doc/posix-functions/strtod.texi: Add info about many more platforms.
23128
23129 2008-03-30  Eric Blake  <ebb9@byu.net>
23130
23131         Test signbit behavior on zeros.
23132         * tests/test-signbit.c (test_signbitf): Add tests for zero.
23133         (test_signbitd, test_signbitl): Likewise.
23134
23135         More strtod touchups.
23136         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
23137         sign of negative underflow, for now.  Use .5, not .1.
23138         * doc/posix-functions/strtod.texi (strtod): Mention these
23139         limitations.
23140         Reported by Jim Meyering.
23141
23142 2008-03-30  Bruno Haible  <bruno@clisp.org>
23143
23144         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
23145         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
23146
23147 2008-03-30  Bruno Haible  <bruno@clisp.org>
23148
23149         Avoid failure when attempting to return empty iconv results on some
23150         platforms.
23151         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
23152         allocation, don't report ENOMEM when the resulting string is empty.
23153
23154 2008-03-30  Bruno Haible  <bruno@clisp.org>
23155
23156         Fix buffer overrun.
23157         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
23158         Don't consider the width for tmp_length. Check count against tmp_length
23159         before doing the padding. Ensure enough allocation during padding.
23160
23161 2008-03-30  Eric Blake  <ebb9@byu.net>
23162
23163         strtod touchups.
23164         * lib/strtod.c (strtod): Avoid compiler warnings.
23165         Reported by Jim Meyering.
23166
23167 2008-03-30  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
23170         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
23171         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
23172         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
23173         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
23174         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
23175         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
23176         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
23177
23178         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
23179         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
23180         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
23181         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
23182         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
23183         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
23184         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
23185         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
23186
23187         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
23188         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
23189         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
23190         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
23191         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
23192         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
23193         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
23194         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
23195
23196         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
23197         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
23198
23199         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
23200         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
23201
23202         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
23203         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
23204
23205         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
23206         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
23207         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
23208
23209         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
23210         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
23211         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
23212
23213         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
23214         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
23215         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
23216
23217         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
23218         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
23219         * modules/vasprintf (Depends-on): Add EOVERFLOW.
23220
23221         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
23222         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
23223         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
23224         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
23225         (Depends-on): Add EOVERFLOW.
23226         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
23227         (Depends-on): Add EOVERFLOW.
23228         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
23229         (Depends-on): Add EOVERFLOW.
23230         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
23231         (Depends-on): Add EOVERFLOW.
23232         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
23233         (Depends-on): Add EOVERFLOW.
23234         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
23235         (Depends-on): Add EOVERFLOW.
23236         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
23237         (Depends-on): Add EOVERFLOW.
23238         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
23239         (Depends-on): Add EOVERFLOW.
23240
23241         * lib/sprintf.c (EOVERFLOW): Remove fallback.
23242         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
23243         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
23244
23245         * lib/snprintf.c (EOVERFLOW): Remove fallback.
23246         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
23247         * modules/snprintf (Depends-on): Add EOVERFLOW.
23248
23249         * lib/poll.c (EOVERFLOW): Remove fallback.
23250         * modules/poll (Depends-on): Add EOVERFLOW.
23251
23252         * lib/getugroups.c (EOVERFLOW): Remove fallback.
23253         * modules/getugroups (Depends-on): Add EOVERFLOW.
23254
23255         * lib/getdelim.c (EOVERFLOW): Remove fallback.
23256         * modules/getdelim (Depends-on): Add EOVERFLOW.
23257
23258         * lib/ftell.c (EOVERFLOW): Remove fallback.
23259         * modules/ftell (Depends-on): Add EOVERFLOW.
23260
23261         * lib/fprintf.c (EOVERFLOW): Remove fallback.
23262         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
23263         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
23264
23265         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
23266
23267         * modules/EOVERFLOW-tests: New file.
23268         * tests/test-EOVERFLOW.c: New file.
23269
23270         * modules/EOVERFLOW: New file.
23271         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
23272
23273 2008-03-30  Bruno Haible  <bruno@clisp.org>
23274
23275         Fix bug introduced on 2007-06-10.
23276         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
23277         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
23278
23279 2008-03-30  Bruno Haible  <bruno@clisp.org>
23280
23281         Improve freadseek's efficiency after ungetc.
23282         * lib/freadseek.c: Include freadahead.h.
23283         (freadptrinc): New function, extracted from freadseek.
23284         (freadseek): Use it in a loop. Use freadahead to determine the number
23285         of loop iterations.
23286         * modules/freadseek (Depends-on): Add freadahead.
23287         (configure.ac): Require AC_C_INLINE.
23288
23289 2008-03-30  Bruno Haible  <bruno@clisp.org>
23290
23291         * lib/freadseek.c (freadseek): Don't ignore the return value of
23292         freadptr.
23293
23294 2008-03-29  Eric Blake  <ebb9@byu.net>
23295
23296         Add hex float support.
23297         * modules/strtod (Depends-on): Add c-ctype.
23298         (Link): Mention POW_LIB.
23299         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
23300         whitespace between 'e' and exponent.
23301         * tests/test-strtod.c (main): Enable hex float tests.
23302         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
23303         now provides.
23304
23305         Document various strtod bugs, with some fixes.
23306         * doc/posix-functions/strtod.texi (strtod): Document bugs with
23307         "-0x", "inf", "nan", and hex constants.
23308         * doc/posix-functions/atof.texi (atof): Likewise.
23309         * modules/stdlib (Makefile.am): Support strtod.
23310         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
23311         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
23312         detect additional strtod bugs.
23313         * lib/stdlib.in.h (rpl_strtod): Add declarations.
23314         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
23315         bool where appropriate.  Parse 'inf' and 'nan'.
23316         * tests/test-strtod.c: New file.
23317         * modules/strtod (Depends-on): Add stdbool, stdlib.
23318         (configure.ac): Turn on module indicator.
23319         * modules/strtod-tests: New module.
23320
23321 2008-03-29  Eric Blake  <ebb9@byu.net>
23322
23323         Fix ftell on mingw.
23324         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
23325         * modules/ftell-tests (Depends-on): Add binary-io.
23326         * modules/ftello-tests (Depends-on): Likewise.
23327         * tests/test-ftell.c (main): Enhance test to cover behavior after
23328         ungetc.  Enforce binary mode.
23329         * tests/test-ftello.c (main): Likewise.
23330
23331         Pass test-freadseek on cygwin.
23332         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
23333         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
23334         ungetc buffer.
23335
23336         * tests/test-fflush2.c (main): Fix typo.
23337
23338 2008-03-29  Bruno Haible  <bruno@clisp.org>
23339
23340         * tests/test-fflush2.c (main): Temporarily disable the contents of
23341         this test.
23342         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
23343         Reported by Eric Blake.
23344
23345 2008-03-28  Simon Josefsson  <simon@josefsson.org>
23346
23347         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
23348         (GC_SHA224_DIGEST_SIZE): Add.
23349
23350         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
23351         (gc_hash_digest_length): Likewise.
23352         (gc_hash_buffer): Likewise.
23353
23354 2008-03-25  Bruno Haible  <bruno@clisp.org>
23355
23356         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
23357         detail which gettext release to use.
23358         Reported by Simon Josefsson.
23359
23360 2008-03-26  Jim Meyering  <meyering@redhat.com>
23361
23362         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
23363         * modules/gnumakefile (clean-GNUmakefile): Also, use
23364         test ... && ... || : syntax rather than if-then ... fi.
23365
23366         gnumakefile: Don't double-quote-expand $(VPATH) value.
23367         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
23368
23369 2008-03-24  Eric Blake  <ebb9@byu.net>
23370
23371         Alter GNUmakefile to install into top directory.
23372         * modules/maintainer-makefile: Split, and add dependency...
23373         * modules/gnumakefile: to this new module.
23374         * build-aux/GNUmakefile: Move...
23375         * top/GNUmakefile: ...here.
23376         * build-aux/maint.mk: Move...
23377         * top/maint.mk: ...here.
23378         * MODULES.html.sh (Support for maintaining...): Document new
23379         module.
23380
23381 2008-03-23  Bruno Haible  <bruno@clisp.org>
23382
23383         * gnulib-tool: New options --vc-files, --no-vc-files.
23384         (func_usage): Document them.
23385         (vc_files): New variable.
23386         (func_import): Consider vc_files.
23387         (func_create_testdir): Set vc_files to empty.
23388         Suggested by Jim Meyering and Karl Berry.
23389
23390 2008-03-23  Bruno Haible  <bruno@clisp.org>
23391
23392         Fix regex compilation error on HP-UX 11.
23393         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
23394         * modules/regex (Files): Add m4/mbstate_t.m4.
23395         Reported by Ton Voon <ton.voon@altinity.com>.
23396
23397 2008-03-23  Bruno Haible  <bruno@clisp.org>
23398
23399         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
23400
23401 2008-03-23  Eric Blake  <ebb9@byu.net>
23402             Bruno Haible  <bruno@clisp.org>
23403
23404         Install files from top/ in the destination directory.
23405         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
23406         augmentation also for the files from top/.
23407         (func_import, func_create_testdir): Rewrite file names:
23408         top/filename -> filename.
23409
23410 2008-03-23  Bruno Haible  <bruno@clisp.org>
23411
23412         Tweak "gnulib --version" output.
23413         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
23414
23415 2008-03-23  Bruno Haible  <bruno@clisp.org>
23416
23417         Tweak "gnulib --version" output.
23418         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
23419         rather than contents of ChangeLog, when possible.
23420
23421 2008-03-21  Eric Blake  <ebb9@byu.net>
23422
23423         More --version tweaks.
23424         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
23425         date of last ChangeLog entry.
23426
23427 2008-03-21  Jim Meyering  <meyering@redhat.com>
23428
23429         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
23430
23431 2008-03-20  Eric Blake  <ebb9@byu.net>
23432
23433         VPATH fix.
23434         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
23435
23436 2008-03-20  Simon Josefsson  <simon@josefsson.org>
23437
23438         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
23439         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
23440
23441 2008-03-20  Eric Blake  <ebb9@byu.net>
23442
23443         Sync GNUmakefile with coreutils.
23444         * build-aux/GNUmakefile (have-Makefile): Rename...
23445         (_have-Makefile): ...to this, for namespace consideration.
23446         (GNUmakefile.cfg): Include, if present.
23447         (_autoreconf): Define a default.
23448         (_is-dist-target): New rule for rebuilds to pick up intra-release
23449         version.
23450         (maint-cfg.mk): Rename...
23451         (cfg.mk): ...to this.
23452
23453 2008-03-18  Jim Meyering  <meyering@redhat.com>
23454
23455         New script and module: mktempd
23456         * MODULES.html.sh (maint+release support): Add mktempd.
23457         * build-aux/mktempd: New file.
23458         * modules/mktempd: New file.
23459
23460 2008-03-15  Jim Meyering  <meyering@redhat.com>
23461
23462         Undo last change.
23463         * lib/sha1.c, lib/md5.c: 63 != ~63.
23464         Reported by Andreas Schwab.
23465
23466         sha1.c, md5.c: Hoist a redundant expression.
23467         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
23468         "ctx->buflen" only once, before calling *_process_block.
23469         * lib/md5.c (md5_process_bytes): Likewise.
23470
23471 2008-03-14  Eric Blake  <ebb9@byu.net>
23472
23473         Bump copyright year in files generated by gnulib-tool.
23474         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
23475         gnulib-tool, rather than hard-coding it.
23476
23477         Fix 'gnulib-tool --version' output to work with git.
23478         * gnulib-tool (func_gnulib_dir): New function, extracted from...
23479         (startup): ...here.
23480         (func_version): Use it to invoke git-version-gen, rather than
23481         relying on CVS keyword expansion.  Modernize wording.
23482         (cvsdatestamp, last_checkin_date, version): Kill unused
23483         variables.
23484
23485 2008-03-12  Jim Meyering  <meyering@redhat.com>
23486
23487         Recognize optional cast of the argument to free.
23488         * build-aux/useless-if-before-free: Update regexps.
23489
23490         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
23491
23492 2008-03-11  Bruno Haible  <bruno@clisp.org>
23493
23494         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
23495         by a single package.
23496         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
23497         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
23498         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
23499         Reported by Sam Steingold <sds@gnu.org>.
23500
23501 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23502
23503         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
23504         repositories.
23505
23506 2008-03-11  Bruno Haible  <bruno@clisp.org>
23507
23508         Avoid conflicts between local macro definitions.
23509         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
23510         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
23511
23512 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
23513             Bruno Haible  <bruno@clisp.org>
23514
23515         Make va_copy work with some version of xlc on AIX 5.1.
23516         * lib/stdarg.in.h: New file.
23517         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
23518         On AIX, use a <stdarg.h> file substitute.
23519         * modules/stdarg (Files): Add lib/stdarg.in.h.
23520         (Depends-on): Add include_next.
23521         (Makefile.am): Build a stdarg.h substitute if requested.
23522         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
23523
23524 2008-03-10  Bruno Haible  <bruno@clisp.org>
23525
23526         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
23527         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
23528         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
23529
23530 2008-03-10  Bruno Haible  <bruno@clisp.org>
23531
23532         * modules/stdlib (Depends-on): Add include_next, remove
23533         absolute-header.
23534
23535 2008-03-09  Bruno Haible  <bruno@clisp.org>
23536
23537         * lib/freadahead.h (freadahead): Document more precisely.
23538         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
23539         the sum of both buffer sizes.
23540         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
23541         * NEWS: Document the change.
23542
23543 2008-03-09  Bruno Haible  <bruno@clisp.org>
23544
23545         Extend freadptr to return also the buffer size.
23546         * lib/freadptr.h (freadptr): Add sizep argument.
23547         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
23548         (freadptr): Add sizep argument. Determine buffer size like freadahead
23549         does.
23550         * tests/test-freadptr.c: Don't include freadahead.h.
23551         (main): Adapt for new calling convention of freadptr.
23552         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
23553         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
23554         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
23555         tests/test-freadptr2.sh.
23556         (Depends): Remove freadahead.
23557         (TESTS): Add test-freadptr2.sh.
23558         (check_PROGRAMS): Add test-freadptr2.
23559
23560 2008-03-09  Bruno Haible  <bruno@clisp.org>
23561
23562         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
23563         Report and solution by Simon Josefsson.
23564
23565 2008-03-06  Bruno Haible  <bruno@clisp.org>
23566
23567         Make fflush after ungetc work on BSD platforms.
23568         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
23569         * tests/test-fflush2.c: New file.
23570         * tests/test-fflush2.sh: New file.
23571         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
23572         tests/test-fflush2.c.
23573         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
23574         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
23575
23576 2008-03-06  Eric Blake  <ebb9@byu.net>
23577
23578         Likewise for ftello.
23579         * modules/ftello (Dependencies): Add extensions.
23580         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
23581
23582 2008-03-06  Bruno Haible  <bruno@clisp.org>
23583
23584         * modules/fseeko (Dependencies): Add extensions.
23585         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
23586         Needed on glibc systems.
23587
23588 2008-03-06  Bruno Haible  <bruno@clisp.org>
23589
23590         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
23591         email address.
23592         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23593
23594 2008-03-06  Bruno Haible  <bruno@clisp.org>
23595
23596         * users.txt: Add libgnupdf.
23597
23598 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
23599
23600         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
23601         (Header File Substitutes, Function Substitutes,
23602         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
23603         (Build robot for gnulib): Fix typo.
23604
23605 2008-03-06  Bruno Haible  <bruno@clisp.org>
23606
23607         * doc/gnulib-tool.texi (VCS Issues): Small updates.
23608         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23609
23610 2008-03-06  Bruno Haible  <bruno@clisp.org>
23611
23612         * doc/func.texi: New file, extracted from doc/gnulib.texi.
23613         * doc/gnulib.texi: Include it.
23614
23615 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23616
23617         * modules/func (License): Change license to unlimited; there was
23618         no LGPL parts in the module anyway.
23619
23620 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23621
23622         * modules/__func__: Renamed to modules/func.
23623         * modules/__func__-tests: Renamed to modules/func-tests.
23624         * tests/test-__func__.c: Renamed to tests/test-func.c.
23625         * m4/__func__.m4: Renamed to m4/func.m4.
23626         * doc/gnulib.texi (__func__): Section renamed to func.
23627         Suggested by Eric Blake <ebb9@byu.net>.
23628
23629 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23630
23631         * doc/gnulib.texi (__func__): Use C99 terminology when talking
23632         about __func__.  Make example self-contained.  Suggested by Eric
23633         Blake <ebb9@byu.net>.
23634
23635         * tests/test-__func__.c (main): Avoid extraneous () around __func.
23636         Suggested by Eric Blake <ebb9@byu.net>.
23637
23638 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23639
23640         * modules/__func__: New file.
23641         * modules/__func__-tests: New file.
23642         * tests/test-__func__.c: New file.
23643         * m4/__func__.m4: New file.
23644         * doc/gnulib.texi (__func__): Document __func__ module.
23645
23646 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23647
23648         * modules/byteswap (License): Re-license as LGPLv2+.
23649
23650 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23651
23652         * doc/Makefile: Add pdf target.
23653
23654 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23655
23656         * modules/inline (License): Use 'unlimited', since there are only
23657         *.m4 files in this module.
23658
23659 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
23660             Bruno Haible  <bruno@clisp.org>
23661
23662         Add support for HP C 7.1 on OpenVMS 8.3.
23663         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
23664
23665 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
23666
23667         Update VMS specifics.
23668         * lib/getopt.c [VMS]: Remove include of unixlib.h.
23669
23670 2008-03-02  Jim Meyering  <meyering@redhat.com>
23671
23672         Remove the last dependency on the "free" module.
23673         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
23674         Reported by Bob Proulx.
23675
23676         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
23677
23678         Remove useless "if" tests before free.  Deprecate "free" module.
23679         * doc/posix-functions/free.texi: Mention that this
23680         module is no longer useful.
23681         * modules/free (Notice): Say this module is obsolete.
23682         * modules/readutmp (Depends-on): Remove free.
23683         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
23684         * lib/putenv.c (putenv): Likewise.
23685         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
23686         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
23687         * tests/test-c-strcasestr.c (main): Likewise.
23688         * tests/test-c-strstr.c (main): Likewise.
23689         * tests/test-mbscasestr1.c (main): Likewise.
23690         * tests/test-mbscasestr2.c (main): Likewise.
23691         * tests/test-mbsstr1.c (main): Likewise.
23692         * tests/test-mbsstr2.c (main): Likewise.
23693         * tests/test-memmem.c (main): Likewise.
23694         * tests/test-strcasestr.c (main): Likewise.
23695         * tests/test-striconv.c (main): Likewise.
23696         * tests/test-striconveh.c (main): Likewise.
23697         * tests/test-striconveha.c (main): Likewise.
23698         * tests/test-strstr.c (main): Likewise.
23699
23700         * build-aux/git-version-gen: Adjust a comment and the Usage string.
23701
23702         bootstrap: sync from coreutils again
23703         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
23704
23705 2008-03-01  Jim Meyering  <meyering@redhat.com>
23706
23707         bootstrap: sync from coreutils
23708         * build-aux/bootstrap (update_po_files): Copy a .po file into place
23709         also when the target doesn't exist.
23710
23711 2008-03-01  Eric Blake  <ebb9@byu.net>
23712
23713         Fix bugs in last patch.
23714         * lib/memchr2.c (memchr2): Fix typo.
23715         * tests/test-memchr2.c: Test previous bug, and don't use GNU
23716         extension.
23717         Reported by Bruce Korb.
23718
23719         New module 'memchr2'.
23720         * modules/memchr2: New file.
23721         * modules/memchr2-tests: Likewise.
23722         * lib/memchr2.h: Likewise.
23723         * lib/memchr2.c: Likewise, based on memchr.c.
23724         * tests/test-memchr2.c: New test.
23725         * MODULES.html.sh (String handling): Add memchr2.
23726
23727 2008-02-29  Bruno Haible  <bruno@clisp.org>
23728
23729         * modules/freadseek-tests: New file.
23730         * tests/test-freadseek.sh: New file.
23731         * tests/test-freadseek.c: New file.
23732
23733         New module 'freadseek'.
23734         * modules/freadseek: New file.
23735         * lib/freadseek.h: New file.
23736         * lib/freadseek.c: New file.
23737         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
23738
23739 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
23740
23741         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
23742         wydawca.
23743
23744         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
23745         program_invocation_name and program_invocation_short_name are
23746         present.
23747
23748 2008-02-28  Bruno Haible  <bruno@clisp.org>
23749
23750         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
23751         * tests/test-freadptr.sh: Also test non-seekable stdin.
23752
23753 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
23754
23755         * build-aux/bootstrap (source_base, m4_base)
23756         (doc_base, tests_base): New variables.
23757         (gnulib_tool_options): Do not hardcode base directories, use
23758         the above variables instead.
23759
23760 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
23761
23762         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
23763
23764 2008-02-28  Bruno Haible  <bruno@clisp.org>
23765
23766         * modules/freadptr-tests: New file.
23767         * tests/test-freadptr.sh: New file.
23768         * tests/test-freadptr.c: New file.
23769
23770         New module 'freadptr'.
23771         * modules/freadptr: New file.
23772         * lib/freadptr.h: New file.
23773         * lib/freadptr.c: New file.
23774         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
23775
23776 2008-02-26  Karl Berry  <karl@freefriends.org>
23777
23778         Sync from Libtool:
23779         * libltdl/argz.c (argz_add, argz_count): New functions.
23780         * libltdl/argz.in.h: Declare them.
23781         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
23782
23783 2008-02-22  Bruno Haible  <bruno@clisp.org>
23784
23785         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
23786         is a pointer type.  Needed for HP-UX 10.
23787         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
23788         * doc/posix-functions/gmtime_r.texi: Likewise.
23789         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
23790
23791 2008-02-24  Bruno Haible  <bruno@clisp.org>
23792
23793         * modules/environ-tests: New file.
23794         * tests/test-environ.c: New file.
23795
23796         New module 'environ'.
23797         * modules/environ: New file.
23798         * lib/unistd.in.h (environ): New declaration.
23799         * m4/environ.m4: New file.
23800         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
23801         after use.
23802         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
23803         HAVE_DECL_ENVIRON.
23804         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
23805         HAVE_DECL_ENVIRON.
23806         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
23807         wrong claim that 'environ' is missing on some systems.
23808         * modules/execute (Depends-on): Add environ.
23809         * lib/execute.c (environ): Remove fallback declaration.
23810         * modules/pipe (Depends-on): Add environ.
23811         * lib/pipe.c (environ): Remove fallback declaration.
23812         * modules/setenv (Depends-on): Add environ.
23813         * lib/setenv.c (environ): Remove fallback declaration.
23814         * modules/unsetenv (Depends-on): Add environ.
23815         * lib/unsetenv.c (environ): Remove fallback declaration.
23816         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
23817         m4/environ.m4.
23818         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
23819         (gl_PREREQ_UNSETENV): Likewise.
23820
23821 2008-02-24  Bruno Haible  <bruno@clisp.org>
23822
23823         * doc/posix-functions/environ.texi: Document the MacOS X problem.
23824
23825 2008-02-20  Bob Proulx  <bob@proulx.com>
23826
23827         Enable use of older two part flavor 'git describe'.
23828         * build-aux/git-version-gen: If using the older two part flavor of
23829         git version then recreate the third part now present in the
23830         newer three part flavor of git describe.
23831
23832 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
23833
23834         * lib/fts.c (fts_build): Typo correction to comment.
23835
23836 2008-02-17  Bruno Haible  <bruno@clisp.org>
23837
23838         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
23839         generating no-op conflicts.
23840
23841 2008-02-17  Bruno Haible  <bruno@clisp.org>
23842
23843         Speed up by 10%.
23844         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
23845         result_entries, rather than an index-based loop.
23846
23847 2008-02-17  Bruno Haible  <bruno@clisp.org>
23848
23849         Speed up by 25%.
23850         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
23851         'hashcode_cached'.
23852         (entry_create): New function.
23853         (entry_hashcode): Use the cached hashcode if possible.
23854         (read_changelog_file, try_split_merged_entry): Use entry_create.
23855
23856 2008-02-17  Bruno Haible  <bruno@clisp.org>
23857
23858         Speed up from O(n^2) to O(n) for long ChangeLog files.
23859         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
23860         (read_changelog_file): Change implementation of entries_reversed list
23861         to rbtreehash.
23862         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
23863
23864 2008-02-17  Bruno Haible  <bruno@clisp.org>
23865
23866         New option --split-merged-entry.
23867         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
23868         (find_paragraph_end, try_split_merged_entry): New functions.
23869         (long_options): Add option --split-merged-entry.
23870         (usage): Document option --split-merged-entry.
23871         (main): Implement option --split-merged-entry.
23872         Reported by Eric Blake.
23873
23874 2008-02-17  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/git-merge-changelog.c: Include c-strstr.h.
23877         (main): Support the "git pull --rebase" situation.
23878         * modules/git-merge-changelog (Depends-on): Add c-strstr.
23879         Reported by Eric Blake.
23880
23881 2008-02-16  Eric Blake  <ebb9@byu.net>
23882
23883         Avoid doubling \ in common case of "c-maybe" quoting style.
23884         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
23885         eliding outer quotes.
23886         * lib/quotearg.h: Document this.
23887         * tests/test-quotearg.c (result_strings, inputs, results_g)
23888         (flag_results, locale_results): Test it by adding a new string to
23889         each test group.
23890         (compare_strings): Test new string.
23891
23892 2008-02-13  Eric Blake  <ebb9@byu.net>
23893
23894         Avoid trigraph quoting in default output.
23895         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
23896         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
23897         unless explicitly requested.
23898         * tests/test-quotearg.c (flag_results, main): Add additional tests.
23899
23900 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
23901
23902         Don't rely on signed integer overflowing to negative value.
23903         * lib/getugroups.c (getugroups): Include <limits.h>.
23904         Instead, compare against INT_MAX, and increment only if the test passes.
23905
23906 2008-02-13  Jim Meyering  <meyering@redhat.com>
23907         and Eric Blake  <ebb9@byu.net>
23908
23909         Avoid shadowing warning and compile errors on Linux.
23910         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
23911         forwarding macros on Linux.
23912         (dcgettext): Define a stub, for Linux.
23913         (results_g, main): Avoid warnings.
23914
23915 2008-02-12  Eric Blake  <ebb9@byu.net>
23916
23917         Silence warning in last patch.
23918         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
23919
23920         Quotearg part 4: add tests, fix c-maybe colon quoting.
23921         * lib/quotearg.h: Improve documentation.
23922         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
23923         escapes when adding outer quotes.  When quoting trigraphs, use
23924         valid C notation.  When quoting NUL, omit extra characters if next
23925         character is not digit.  Alter prototype.
23926         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
23927         callers.
23928         * modules/quotearg-tests: New module.
23929         * tests/test-quotearg.c: New test.
23930
23931 2008-02-07  Eric Blake  <ebb9@byu.net>
23932
23933         Quotearg part 3: add flag to control outer quote elision.
23934         * lib/quotearg.h (c_maybe_quoting_style): New style.
23935         (enum quoting_flags): Better documentation of flags.
23936         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
23937         c-maybe style.
23938         (quotearg_buffer_restyled): Handle new flag to elide outer
23939         quotes.
23940
23941         Quotearg part 2: add flag that can control NUL elision.
23942         * lib/quotearg.h (set_quoting_flags): New prototype.
23943         * lib/quotearg.c (struct quoting_options): Add flag field.
23944         (set_quoting_flags): New function.
23945         (quotearg_buffer_restyled): Add flags parameter.
23946         (quotearg_alloc_mem): Set the flag if length cannot be returned.
23947         (quotearg_n_options): Set the flag, since length cannot be
23948         returned.
23949         (quoting_options_from_style): Default flags correctly.
23950
23951         Quotearg part 1: more wrappers, restore quotearg_char state.
23952         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
23953         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
23954         (quotearg_colon_mem): New wrappers.
23955         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
23956         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
23957         functions.
23958         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
23959         (quotearg_colon_mem): New functions.
23960
23961 2008-02-11  Bruno Haible  <bruno@clisp.org>
23962
23963         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
23964         library in the current directory: it does not work with parallel make.
23965         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23966
23967 2008-02-11  Bruno Haible  <bruno@clisp.org>
23968
23969         * .gitattributes: New file.
23970
23971 2008-02-11  Jim Meyering  <meyering@redhat.com>
23972
23973         useless-if-before-free: Fix reversed exit values.
23974         * build-aux/useless-if-before-free: Use correct values
23975         for EXIT_MATCH and EXIT_NO_MATCH.
23976
23977         * build-aux/useless-if-before-free: Close stdout carefully.
23978
23979 2008-02-10  Bruno Haible  <bruno@clisp.org>
23980
23981         New module 'git-merge-changelog'.
23982         * modules/git-merge-changelog: New file.
23983         * lib/git-merge-changelog.c: New file.
23984
23985 2008-02-10  Jim Meyering  <meyering@redhat.com>
23986
23987         useless-if-before-free: New option: --list (-l).
23988
23989         useless-if-before-free: Don't exit immediately upon open failure.
23990         * build-aux/useless-if-before-free: Exit 2 for errors.
23991         Upon failure to open a file, don't exit immediately.
23992         Rather, just warn and continue with any remaining files.
23993
23994 2008-02-10  Bruno Haible  <bruno@clisp.org>
23995
23996         New abstract list operation 'node_set_value'.
23997         * lib/gl_list.h (gl_list_node_set_value): New function.
23998         (struct gl_list_implementation): New field node_set_value.
23999         * lib/gl_list.c (gl_list_node_set_value): New function.
24000         * lib/gl_array_list.c (gl_array_node_set_value): New function.
24001         (gl_array_list_implementation): Update.
24002         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
24003         (gl_carray_list_implementation): Update.
24004         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
24005         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24006         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24007         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
24008         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24009         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24010         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24011         Update.
24012         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24013         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
24014         (gl_sublist_list_implementation): Update.
24015
24016 2008-02-10  Bruno Haible  <bruno@clisp.org>
24017
24018         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
24019         Needed when ELEMENT is #defined to 'some_type *'.
24020
24021 2008-02-10  Jim Meyering  <meyering@redhat.com>
24022
24023         New script and module: useless-if-before-free
24024         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
24025         * build-aux/useless-if-before-free: New file.
24026         * modules/useless-if-before-free: New file.
24027
24028         * build-aux/gitlog-to-changelog: Use committer date, not author date.
24029
24030         xstrtol_error: Fix typo.
24031         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
24032         s/exit_failure/exit_status/.
24033
24034 2008-02-09  Jim Meyering  <meyering@redhat.com>
24035
24036         New script and module: gitlog-to-changelog
24037         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
24038         * modules/gitlog-to-changelog: New file.
24039         * build-aux/gitlog-to-changelog: New file.
24040
24041 2008-02-08  Jim Meyering  <meyering@redhat.com>
24042
24043         Avoid two "parameter unused" warnings.
24044         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
24045         Mark "st" as used.
24046
24047         Use "git COMMAND", not "git-COMMAND".
24048         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
24049         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
24050         * build-aux/git-version-gen: Use "git status", not "git-status".
24051
24052 2008-02-07  Bruno Haible  <bruno@clisp.org>
24053
24054         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
24055         Avoids a crash on Windows Vista.
24056         Reported by Adam Strzelecki <ono@java.pl> via
24057         Simon Josefsson <simon@josefsson.org>.
24058
24059 2008-02-06  Bruno Haible  <bruno@clisp.org>
24060
24061         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
24062         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
24063         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
24064         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
24065         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
24066         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24067         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
24068         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
24069         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24070         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24071         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24072         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24073         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24074         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24075         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24076         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
24077         left-adjust flag.
24078         * tests/test-snprintf-posix.h (test_function): Likewise.
24079         * tests/test-sprintf-posix.h (test_function): Likewise.
24080         * tests/test-vasprintf-posix.c (test_function): Likewise.
24081         * doc/posix-functions/fprintf.texi: Update.
24082         * doc/posix-functions/printf.texi: Update.
24083         * doc/posix-functions/snprintf.texi: Update.
24084         * doc/posix-functions/sprintf.texi: Update.
24085         * doc/posix-functions/vfprintf.texi: Update.
24086         * doc/posix-functions/vprintf.texi: Update.
24087         * doc/posix-functions/vsnprintf.texi: Update.
24088         * doc/posix-functions/vsprintf.texi: Update.
24089         Reported by Peter Fales <psfales@alcatel-lucent.com>.
24090
24091 2008-02-06  Bruno Haible  <bruno@clisp.org>
24092
24093         Fix bug introduced on 2008-01-26.
24094         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
24095
24096 2008-02-06  Bruno Haible  <bruno@clisp.org>
24097
24098         Fix bug introduced on 2007-06-10.
24099         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
24100         !NEED_PRINTF_FLAG_ZERO.
24101
24102 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
24103
24104         getloadavg: use libperfstat on AIX5
24105         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
24106
24107 2008-02-03  Bruno Haible  <bruno@clisp.org>
24108
24109         * lib/diffseq.h: Add comments about required #includes.
24110         Reported by Michael Biggs <gnulib@doubleplum.net>.
24111
24112 2008-02-01  Bruno Haible  <bruno@clisp.org>
24113
24114         * users.txt: Add gnuit.
24115
24116 2008-01-31  Bruno Haible  <bruno@clisp.org>
24117
24118         * lib/md4.c (set_uint32): Mark as inline.
24119         * lib/md5.c (set_uint32): Likewise.
24120         * lib/sha1.c (set_uint32): Likewise.
24121         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
24122         * m4/md5.m4 (gl_MD5): Likewise.
24123         * m4/sha1.m4 (gl_SHA1): Likewise.
24124
24125 2008-01-31  Jim Meyering  <meyering@redhat.com>
24126
24127         Use "sizeof VAR", rather than a literal "4".
24128         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
24129         * lib/md4.c (md4_read_ctx): Likewise.
24130         * lib/sha1.c (sha1_read_ctx): Likewise.
24131
24132 2008-01-31  Simon Josefsson  <simon@josefsson.org>
24133
24134         * tests/test-sha1.c: New file, based on test-md5.c.
24135
24136         * modules/crypto/sha1-tests: New file.
24137
24138 2008-01-31  Simon Josefsson  <simon@josefsson.org>
24139
24140         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
24141
24142 2008-01-31  Jim Meyering  <meyering@redhat.com>
24143
24144         Prefer "sizeof v" over the equivalent "4".
24145         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
24146         * lib/md5.c (set_uint32): Likewise.
24147         * lib/sha1.c (set_uint32): Likewise.
24148
24149 2008-01-31  Simon Josefsson  <simon@josefsson.org>
24150
24151         * lib/sha1.c (set_uint32): Mark function as static.
24152
24153 2008-01-31  Simon Josefsson  <simon@josefsson.org>
24154
24155         md2: clarify comments to say that alignment is not required.
24156         * lib/md2.h: Remove warning about alignment in comment.
24157         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
24158         never been required.
24159
24160 2008-01-31  Simon Josefsson  <simon@josefsson.org>
24161
24162         md4: adapt alignment constraint fix from sha1.
24163         * lib/md4.c (set_uint32): New function, from sha1.c
24164         (md4_read_ctx): Use it.
24165         (md4_finish_ctx): Doc fix.
24166         * lib/md4.h: Doc fix.
24167
24168 2008-01-31  Simon Josefsson  <simon@josefsson.org>
24169
24170         md5: adapt alignment constraint fix from sha1.
24171         * lib/md5.c (set_uint32): New function, from sha1.c
24172         (md5_read_ctx): Use it.
24173         (md5_finish_ctx): Doc fix.
24174         * lib/md5.h: Doc fix.
24175
24176 2008-01-30  Peter Palfrader  <weasel@debian.org>
24177
24178         sha1: remove the result buffer alignment constraint
24179         * lib/sha1.c (set_uint32): New function.
24180         (sha1_read_ctx): Rewrite to remove the result buffer alignment
24181         constraint.
24182         (sha1_finish_ctx): Remove comment warning about alignment constraint.
24183         * lib/sha1.h: Likewise.
24184
24185 2008-01-30  Andreas Schwab  <schwab@suse.de>
24186             Bruno Haible  <bruno@clisp.org>
24187
24188         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
24189         correct definition of LDBL_MIN_EXP.
24190
24191 2008-01-30  Karl Berry  <karl@gnu.org>
24192
24193         * config/srclist-update: try to preserve x bit on updates.
24194         * config/srclistvars.sh: update for karl.
24195
24196 2008-01-29  Jim Meyering  <meyering@redhat.com>
24197
24198         vasnprintf.c: Avoid warning about unused label
24199         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
24200         "overflow" label definition and associated code with the
24201         same cpp condition that guards the sole use of that label.
24202
24203 2008-01-26  Bruno Haible  <bruno@clisp.org>
24204
24205         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
24206         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
24207         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
24208         * lib/isnanl-nolibm.h (isnanl): Likewise.
24209         Reported by Paul Eggert <eggert@cs.ucla.edu>.
24210
24211 2008-01-26  Bruno Haible  <bruno@clisp.org>
24212
24213         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
24214         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
24215
24216 2008-01-26  Bruno Haible  <bruno@clisp.org>
24217
24218         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
24219         GCC >= 4.0 built-in.
24220         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
24221
24222 2008-01-26  Bruno Haible  <bruno@clisp.org>
24223
24224         Rename isnan, applicable to 'double' only, to isnand.
24225         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
24226         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
24227         (configure.ac): Update.
24228         (Include): Replace "isnan.h" with "isnand.h".
24229         * m4/isnand.m4: Renamed from m4/isnan.m4.
24230         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
24231         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
24232         instead of isnan.c.
24233         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
24234         instead of HAVE_ISNAN_IN_LIBC.
24235         (isnand): Renamed from isnan.
24236         * lib/isnand.c: New file.
24237         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
24238         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
24239         (Makefile.am): Update.
24240         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
24241         Include isnand.h instead of isnan.h.
24242         (main): Test isnand instead of isnan.
24243         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
24244         isnan-nolibm.
24245         * modules/frexp (Depends-on): Likewise.
24246         * modules/frexp-tests (Depends-on): Likewise.
24247         * modules/frexp-nolibm (Depends-on): Likewise.
24248         * modules/frexp-nolibm-tests (Depends-on): Likewise.
24249         * modules/isfinite (Depends-on): Likewise.
24250         * modules/round-tests (Depends-on): Likewise.
24251         * modules/signbit (Depends-on): Likewise.
24252         * modules/signbit-tests (Depends-on): Likewise.
24253         * modules/snprintf-posix (Depends-on): Likewise.
24254         * modules/sprintf-posix (Depends-on): Likewise.
24255         * modules/trunc-tests (Depends-on): Likewise.
24256         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
24257         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
24258         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
24259         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
24260         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
24261         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
24262         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
24263         * modules/vasnprintf-posix (Depends-on): Likewise.
24264         * modules/vasprintf-posix (Depends-on): Likewise.
24265         * modules/vfprintf-posix (Depends-on): Likewise.
24266         * modules/vsnprintf-posix (Depends-on): Likewise.
24267         * modules/vsprintf-posix (Depends-on): Likewise.
24268         * lib/frexp.c: Include isnand.h instead of isnan.h.
24269         (ISNAN): Set to isnand instead of isnan.
24270         * lib/isfinite.c: Include isnand.h instead of isnan.h.
24271         (gl_isfinited): Use isnand instead of isnan.
24272         * lib/signbitd.c: Include isnand.h instead of isnan.h.
24273         (gl_signbitd): Use isnand instead of isnan.
24274         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
24275         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
24276         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
24277         (main): Use isnand instead of isnan.
24278         * tests/test-round1.c: Include isnand.h.
24279         (main): Use isnand instead of isnan.
24280         * tests/test-round2.c: Include isnand.h instead of isnan.h.
24281         (ISNAN): Set to isnand instead of isnan.
24282         * tests/test-trunc1.c: Include isnand.h.
24283         (main): Use isnand instead of isnan.
24284         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
24285         (equal): Use isnand instead of isnan.
24286         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
24287         isnand-nolibm.
24288         * NEWS: Mention the change.
24289
24290 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
24291             Bruno Haible  <bruno@clisp.org>
24292
24293         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
24294         the GCC builtins for signbits are present and set
24295         REPLACE_SIGNBIT_USING_GCC if so.
24296         * lib/math.in.h (signbit): Define using GCC builtins if
24297         REPLACE_SIGNBIT_USING_GCC is set.
24298         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
24299         REPLACE_SIGNBIT_USING_GCC.
24300         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
24301
24302 2008-01-25  Jim Meyering  <meyering@redhat.com>
24303
24304         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
24305         * lib/poll.c: Include <config.h>, not "config.h".
24306         * tests/test-getaddrinfo.c: Likewise.
24307
24308 2008-01-25  Simon Josefsson  <simon@josefsson.org>
24309
24310         * modules/sockets-tests: New file.
24311
24312 2008-01-24  Simon Josefsson  <simon@josefsson.org>
24313
24314         * modules/sockets: New module, can be used to call WSA_Startup and
24315         WSA_Cleanup when needed.
24316
24317         * lib/sockets.h, lib/sockets.c: New files.
24318
24319         * m4/sockets.m4: New file.
24320
24321         * tests/test-sockets.c: New file.
24322
24323 2008-01-19  Bruno Haible  <bruno@clisp.org>
24324
24325         * doc/posix-headers: Renamed from doc/headers.
24326         * doc/posix-functions: Renamed from doc/functions.
24327         * doc/gnulib.texi: Update.
24328
24329 2008-01-19  Bruno Haible  <bruno@clisp.org>
24330
24331         * doc/glibc-functions/strcasestr.texi: Include contents of
24332         doc/functions/strcasestr.texi, fixing the list of platforms.
24333         * doc/functions/strcasestr.texi: Remove file.
24334
24335 2008-01-19  Bruno Haible  <bruno@clisp.org>
24336
24337         * doc/glibc-functions/memmem.texi: Include contents of
24338         doc/functions/memmem.texi.
24339         * doc/functions/memmem.texi: Remove file.
24340
24341 2008-01-18  Bruno Haible  <bruno@clisp.org>
24342
24343         * doc/glibc-functions/*.texi: New files.
24344         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
24345         to use the new files.
24346
24347 2008-01-17  Bruno Haible  <bruno@clisp.org>
24348
24349         * tests/test-gethostname.c (main): Fix printf statement.
24350
24351 2008-01-17  Simon Josefsson  <simon@josefsson.org>
24352
24353         * modules/gethostname-tests: New file.
24354
24355         * tests/test-gethostname.c: New file.
24356
24357 2008-01-17  Simon Josefsson  <simon@josefsson.org>
24358
24359         * lib/gethostname.c: Include string.h unconditionally, strncpy is
24360         used by the UNAME case.  Reported by Bruno Haible
24361         <bruno@clisp.org>.
24362
24363 2008-01-17  Eric Blake  <ebb9@byu.net>
24364
24365         Convert c-strcasestr to be more efficient.
24366         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
24367         (Depends-on): Add c-strcase, remove malloca, strnlen.
24368         * tests/test-c-strcasestr.c (main): Enhance test.
24369         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
24370
24371 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
24372
24373         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
24374         Use it in creating po/Makevars.
24375
24376 2008-01-15  Simon Josefsson  <simon@josefsson.org>
24377
24378         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
24379         Applications that requires it should initialize libgcrypt
24380         manually.
24381
24382 2008-01-16  Simon Josefsson  <simon@josefsson.org>
24383
24384         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
24385
24386 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
24387
24388         Fix problem with getdate on mingw32 reported by Simon Josefsson
24389         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
24390         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
24391         tzname", when deciding whether to declare tzname.
24392         * lib/strftime.c (tzname): Likewise.
24393
24394 2008-01-15  Bruno Haible  <bruno@clisp.org>
24395
24396         Work around a MacOS X 10.5 bug in frexpl().
24397         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
24398         * doc/functions/frexpl.texi: Document the bug.
24399         Reported by Elias Pipping <pipping@gentoo.org>.
24400
24401 2008-01-14  Eric Blake  <ebb9@byu.net>
24402
24403         Touch up previous patch.
24404         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
24405         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
24406
24407         Convert strcasestr module to use Two-Way algorithm.
24408         * modules/strcasestr-simple: New module, based on the old
24409         strcasestr, but with Two-Way rather than KMP.
24410         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
24411         * lib/string.in.h (rpl_strcasestr): Declare.
24412         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
24413         performance.
24414         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
24415         * modules/string (Makefile.am): Support strcasestr.
24416         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
24417         * modules/strcasestr-tests (Depends-on): Check for alarm.
24418         * tests/test-strcasestr.c: Augment test.
24419         * lib/str-two-way.h: Clean up stray macro.
24420         * NEWS: Document new module.
24421         * MODULES.html.sh (string handling): Likewise.
24422         * doc/functions/strcasestr.texi: New file.
24423         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
24424         here, since it is not a POSIX function.
24425
24426 2008-01-14  Colin Watson  <cjwatson@debian.org>
24427             Bruno Haible  <bruno@clisp.org>
24428
24429         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
24430         works fine; if not, set REPLACE_STRSIGNAL.
24431         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
24432         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24433         REPLACE_STRSIGNAL.
24434         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
24435         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
24436         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
24437
24438 2008-01-14  Bruno Haible  <bruno@clisp.org>
24439
24440         * modules/strsignal (Include): Change to <string.h>.
24441
24442 2008-01-14  Colin Watson  <cjwatson@debian.org>
24443
24444         * modules/argp (Notice): Add a notice recommending to change
24445         XGETTEXT_OPTIONS.
24446         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
24447
24448 2008-01-13  Colin Watson  <cjwatson@debian.org>
24449
24450         * modules/strsignal-tests: New file.
24451         * tests/test-strsignal.c: New file.
24452
24453         * lib/strsignal.c: New file, from glibc with modifications.
24454         * lib/siglist.h: New file, from glibc with modifications.
24455         * lib/string.in.h (strsignal): New declaration.
24456         * m4/strsignal.m4: New file.
24457         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24458         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
24459         * modules/strsignal: New file.
24460         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
24461         HAVE_DECL_STRSIGNAL.
24462
24463 2008-01-13  Bruno Haible  <bruno@clisp.org>
24464
24465         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
24466         locale encoding is not ASCII. Needed for OpenBSD 4.0.
24467         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
24468         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
24469
24470 2008-01-13  Bruno Haible  <bruno@clisp.org>
24471
24472         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
24473         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
24474         * lib/argp.h (__attribute__): Likewise.
24475         * lib/c-stack.c (__attribute__): Likewise.
24476         * lib/error.h (__attribute__): Likewise.
24477         * lib/fts.c (__attribute__): Likewise.
24478         * lib/openat.h (__attribute__): Likewise.
24479         * lib/stdio.in.h (__attribute__): Likewise.
24480         * lib/string.in.h (__attribute__): Likewise.
24481         * lib/utimens.c (__attribute__): Likewise.
24482         * lib/vasnprintf.h (__attribute__): Likewise.
24483         * lib/xalloc.h (__attribute__): Likewise.
24484         * lib/xprintf.h (__attribute__): Likewise.
24485         * lib/xstrtol.h (__attribute__): Likewise.
24486         * lib/xvasprintf.h (__attribute__): Likewise.
24487
24488 2008-01-12  Bruno Haible  <bruno@clisp.org>
24489
24490         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
24491         * doc/glibc-headers/a.out.texi: New file.
24492         * doc/glibc-headers/aliases.texi: New file.
24493         * doc/glibc-headers/alloca.texi: New file.
24494         * doc/glibc-headers/ar.texi: New file.
24495         * doc/glibc-headers/argp.texi: New file.
24496         * doc/glibc-headers/argz.texi: New file.
24497         * doc/glibc-headers/byteswap.texi: New file.
24498         * doc/glibc-headers/crypt.texi: New file.
24499         * doc/glibc-headers/endian.texi: New file.
24500         * doc/glibc-headers/envz.texi: New file.
24501         * doc/glibc-headers/err.texi: New file.
24502         * doc/glibc-headers/error.texi: New file.
24503         * doc/glibc-headers/execinfo.texi: New file.
24504         * doc/glibc-headers/fpu_control.texi: New file.
24505         * doc/glibc-headers/fstab.texi: New file.
24506         * doc/glibc-headers/fts.texi: New file.
24507         * doc/glibc-headers/getopt.texi: New file.
24508         * doc/glibc-headers/ieee754.texi: New file.
24509         * doc/glibc-headers/ifaddrs.texi: New file.
24510         * doc/glibc-headers/libintl.texi: New file.
24511         * doc/glibc-headers/mcheck.texi: New file.
24512         * doc/glibc-headers/mntent.texi: New file.
24513         * doc/glibc-headers/obstack.texi: New file.
24514         * doc/glibc-headers/paths.texi: New file.
24515         * doc/glibc-headers/printf.texi: New file.
24516         * doc/glibc-headers/pty.texi: New file.
24517         * doc/glibc-headers/resolv.texi: New file.
24518         * doc/glibc-headers/shadow.texi: New file.
24519         * doc/glibc-headers/sysexits.texi: New file.
24520         * doc/glibc-headers/ttyent.texi: New file.
24521
24522 2008-01-12  Jim Meyering  <meyering@redhat.com>
24523
24524         announce-gen: emit Gnulib's git-based version string.
24525         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
24526         New option --gnulib-version=V, where V is expected to be
24527         the output of running git describe in the gnulib directory.
24528         (get_tool_versions): Request feedback on xdelta.  I suspect it's
24529         not useful, and plan to stop publishing an xdelta file with each
24530         coreutils release.
24531
24532         * build-aux/announce-gen: Also check for lzma-compressed files.
24533
24534 2008-01-11  Bruno Haible  <bruno@clisp.org>
24535
24536         * tests/test-memmem.c (main): Increase maximum allowed time.
24537         * tests/test-strstr.c (main): Likewise.
24538
24539 2008-01-11  Bruno Haible  <bruno@clisp.org>
24540
24541         * doc/functions/memmem.texi: Add more precisions about platforms.
24542         * doc/functions/strstr.texi: Likewise.
24543
24544 2008-01-10  Eric Blake  <ebb9@byu.net>
24545
24546         * m4/strstr.m4: Delete cruft from copy-n-paste.
24547         Reported by Bruno Haible.
24548
24549 2008-01-10  Bruno Haible  <bruno@clisp.org>
24550
24551         Make c-strstr rely on strstr.
24552         * lib/c-strstr.c: Don't include str-kmp.h.
24553         (c_strstr): Define in terms of strstr.
24554         * modules/c-strstr (Files): Remove lib/str-kmp.h.
24555         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
24556
24557 2008-01-10  Bruno Haible  <bruno@clisp.org>
24558
24559         * doc/gnulib.texi (String Functions in C Locale): New section.
24560         * doc/c-ctype.texi: New file.
24561         * doc/c-strcase.texi: New file.
24562         * doc/c-strcaseeq.texi: New file.
24563         * doc/c-strcasestr.texi: New file.
24564         * doc/c-strstr.texi: New file.
24565         * doc/c-strtod.texi: New file.
24566         * doc/c-strtold.texi: New file.
24567
24568 2008-01-10  Eric Blake  <ebb9@byu.net>
24569
24570         * lib/relocatable.h: Fix a comment.
24571
24572 2008-01-10  Eric Blake  <ebb9@byu.net>
24573
24574         Share two-way algorithm.
24575         * lib/str-two-way.h: New file, merged from...
24576         * lib/memmem.c: ...here...
24577         * lib/strstr.c: ...and here.
24578         * modules/memmem (Files): Use it.
24579         * modules/strstr (Files): Likewise.
24580
24581         Avoid quadratic strstr implementations.
24582         * lib/strstr.c: New file.
24583         * m4/strstr.m4: Likewise.
24584         * modules/strstr: Likewise.
24585         * modules/strstr-tests: Likewise.
24586         * tests/test-strstr.c: Likewise.
24587         * lib/string.in.h (rpl_strstr): Declare.
24588         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
24589         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
24590         * modules/string (Makefile.am): Likewise.
24591         * MODULES.html.sh (string handling): Mention new module.
24592         * doc/functions/strstr.texi (strstr): Document the bug.
24593
24594 2008-01-10  Bruno Haible  <bruno@clisp.org>
24595
24596         * lib/relocatable.h (relocate): State whether result is freshly
24597         allocated or not.
24598         * lib/relocatable.c (relocate): Return a freshly allocated string
24599         instead of a pointer to a privately held string.
24600         Reported by Sylvain Beucler <beuc@gnu.org>.
24601
24602 2008-01-10  Colin Watson  <cjwatson@debian.org>
24603
24604         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
24605         s/S_ISNLK/S_ISLNK/.
24606
24607 2008-01-09  Bruno Haible  <bruno@clisp.org>
24608
24609         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
24610         and other files.
24611         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
24612         if it's only a guess.
24613         * modules/memmem: Simplify by depending on memmem-simple.
24614
24615 2008-01-09  Bruno Haible  <bruno@clisp.org>
24616
24617         Work around OpenBSD 4.0 tdelete() bug.
24618         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
24619         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
24620         macros and don't redefine the enum values.
24621         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
24622         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
24623         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
24624
24625 2008-01-09  Bruno Haible  <bruno@clisp.org>
24626
24627         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
24628         (main): Don't perform the tests if setlocale did not install a UTF-8
24629         locale. Needed on OpenBSD 4.0.
24630         * modules/wcwidth-tests (Depends-on): Add localcharset.
24631
24632 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24633
24634         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
24635         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
24636         * NEWS: announce this.
24637         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
24638
24639 2008-01-09  Simon Josefsson  <simon@josefsson.org>
24640         and Eric Blake  <ebb9@byu.net>
24641
24642         Add memmem-simple module.
24643         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
24644         (gl_FUNC_MEMMEM): Separate performance from presence checks.
24645         * modules/memmem-simple: New file.
24646         * modules/memmem (Description): Tweak.
24647         * MODULES.html.sh (string handling): Mention new module.
24648         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
24649         addressed by memmem-simple.
24650         * NEWS: Document the difference.
24651
24652 2008-01-09  Eric Blake  <ebb9@byu.net>
24653
24654         Give gcc some memmem optimization hints.
24655         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
24656         (strcasestr): Declare as pure.
24657         * modules/memmem (Maintainer): Claim my implementation.
24658
24659 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24660
24661         Support AIX 6.1 and higher.
24662         * build-aux/config.libpath: Likewise.
24663         * build-aux/config.rpath: Likewise.
24664
24665 2008-01-08  Jim Meyering  <meyering@redhat.com>
24666             Bruno Haible  <bruno@clisp.org>
24667
24668         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
24669         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
24670         Reported by Peter Fales in
24671         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
24672
24673 2008-01-08  Bruno Haible  <bruno@clisp.org>
24674
24675         * modules/unictype/category-of (Depends-on): Add
24676         unictype/category-none.
24677         * modules/unictype/category-and-tests (Depends-on): Add
24678         unictype/category-{L,N,Lu,Nd}.
24679         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
24680         * modules/unictype/category-or-tests (Depends-on): Add
24681         unictype/category-{L,N}.
24682         * modules/unictype/category-name-tests (Depends-on): Add
24683         unictype/category-{Z,Nl}.
24684         Reported by Simon Josefsson.
24685
24686 2008-01-08  Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
24689         convention better.
24690         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
24691         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
24692         Reported by Peter Miller <millerp@canb.auug.org.au>.
24693
24694 2008-01-08  Eric Blake  <ebb9@byu.net>
24695
24696         Rewrite memmem to guarantee linear complexity without malloc.
24697         * lib/memmem.c (memmem): Use Two-Way rather than
24698         Knuth-Morris-Pratt, to allow O(1) space usage.
24699         (critical_factorization, two_way_short_needle)
24700         (two_way_long_needle): New functions.
24701         (knuth_morris_pratt): Delete.
24702         * modules/memmem (Depends-on): No longer need malloca or stdbool.
24703         Add stdint.
24704         * tests/test-memmem.c (main): Add tests for periodic needle and
24705         sublinear performance.
24706         * doc/functions/memmem.texi (memmem): Document other deficiencies
24707         in cygwin and older glibc.
24708
24709 2008-01-08  Bruno Haible  <bruno@clisp.org>
24710
24711         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
24712         augmentation.
24713
24714 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
24715
24716         Add a configure time option: --disable-acl.
24717         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
24718         AC_ARG_ENABLE(acl).
24719
24720 2008-01-06  Simon Josefsson  <simon@josefsson.org>
24721
24722         * tests/test-localename.c: Don't include obsolete "setenv.h".
24723
24724         * modules/localename-tests (Depends-on): Need unsetenv.
24725
24726 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24727
24728         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
24729
24730 2008-01-06  Colin Watson  <cjwatson@debian.org>
24731
24732         * users.txt: Add man-db.
24733
24734 2008-01-07  Bruno Haible  <bruno@clisp.org>
24735
24736         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
24737         previous section name.
24738
24739 2008-01-07  Bruno Haible  <bruno@clisp.org>
24740
24741         * lib/progname.c (set_program_name): Don't strip off a leading
24742         "lt-" prefix outside a .libs directory.
24743         Suggested by Paul Eggert.
24744
24745 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
24746             Bruno Haible  <bruno@clisp.org>
24747
24748         Improve memory cleanup in 'relocatable' module.
24749         * lib/relocatable.h (compute_curr_prefix): Change return type to
24750         'char *'.
24751         * lib/relocatable.c (compute_curr_prefix): Change return type to
24752         'char *'. Free curr_installdir after use.
24753         (relocate): Free curr_prefix_better after use.
24754         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
24755
24756 2008-01-01  Bruno Haible  <bruno@clisp.org>
24757
24758         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
24759         failure on older glibc systems.
24760         Reported by Peter Fales <psfales@alcatel-lucent.com>.
24761
24762 2008-01-05  Eric Blake  <ebb9@byu.net>
24763
24764         Avoid quadratic system memmem.
24765         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
24766         Reported by Ralf Wildenhues.
24767
24768         Fix memmem test for mingw.
24769         * modules/memmem-tests (configure.ac): Check for alarm.
24770         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
24771         it.
24772         * doc/functions/memmem.texi: New file.
24773         * doc/gnulib.texi (Function Substitutes): Add memmem.
24774         Reported by Bruno Haible.
24775
24776 2008-01-04  Bruno Haible  <bruno@clisp.org>
24777
24778         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
24779         Require gl_HEADER_STRINGS_H_DEFAULTS, not
24780         gl_HEADER_STRING_H_DEFAULTS.
24781
24782 2008-01-04  Eric Blake  <ebb9@byu.net>
24783
24784         Shorten duration of memmem test.
24785         * tests/test-memmem.c (main): Use alarm to declare failure if test
24786         is taking too long.
24787         Reported by Ralf Wildenhues.
24788
24789 2007-12-21  Simon Josefsson  <simon@josefsson.org>
24790
24791         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
24792         string, needed by strerror.
24793
24794 2008-01-03  Colin Watson  <cjwatson@debian.org>
24795             Bruno Haible  <bruno@clisp.org>
24796
24797         * doc/gnulib-tool.texi (Localization): New section.
24798
24799 2008-01-02  Bruno Haible  <bruno@clisp.org>
24800
24801         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
24802         variables to 'unsigned char *' type.
24803         Reported by Paul Eggert.
24804
24805 2008-01-02  Jim Meyering  <jim@meyering.net>
24806
24807         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
24808
24809 2007-12-31  Jim Meyering  <jim@meyering.net>
24810
24811         Avoid use of private FTS type name.
24812         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
24813
24814 2007-12-30  Karl Berry  <karl@gnu.org>
24815
24816         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
24817         work around defect in Texinfo and/or the standalone Info browser.
24818
24819 2007-12-30  Bruno Haible  <bruno@clisp.org>
24820
24821         Unify 5 copies of the KMP code.
24822         * lib/str-kmp.h: New file.
24823         * lib/c-strcasestr.c: Include str-kmp.h.
24824         (knuth_morris_pratt): Remove function.
24825         (c_strcasestr): Update.
24826         * lib/c-strstr.c: Include str-kmp.h.
24827         (knuth_morris_pratt): Remove function.
24828         (c_strcasestr): Update.
24829         * lib/mbscasestr.c: Include str-kmp.h.
24830         (knuth_morris_pratt_unibyte): Remove function.
24831         * lib/mbsstr.c: Include str-kmp.h.
24832         (knuth_morris_pratt_unibyte): Remove function.
24833         * lib/strcasestr.c: Include str-kmp.h.
24834         (knuth_morris_pratt): Remove function.
24835         (strcasestr): Update.
24836         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
24837         * modules/c-strstr (Files): Likewise.
24838         * modules/mbscasestr (Files): Likewise.
24839         * modules/mbsstr (Files): Likewise.
24840         * modules/strcasestr (Files): Likewise.
24841         Suggested by Paul Eggert.
24842
24843 2007-12-30  Bruno Haible  <bruno@clisp.org>
24844
24845         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
24846         defined.
24847
24848 2007-12-30  Bruno Haible  <bruno@clisp.org>
24849
24850         * lib/xmalloca.h: Include xalloc.h.
24851         (xnmalloca): New macro.
24852
24853 2007-12-30  Bruno Haible  <bruno@clisp.org>
24854
24855         * lib/malloca.h (nmalloca): New macro.
24856         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
24857         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
24858         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
24859         knuth_morris_pratt_multibyte): Likewise.
24860         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
24861         knuth_morris_pratt_multibyte): Likewise.
24862         * lib/memmem.c (knuth_morris_pratt): Likewise.
24863         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
24864
24865 2007-12-25  Bruno Haible  <bruno@clisp.org>
24866
24867         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
24868         * lib/glob.c: Don't include openat.h.
24869         (link_exists2_p): Add back the code that deals with the
24870         !GLOB_ALTDIRFUNC case.
24871         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
24872         let it do the filename concatenation.
24873         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
24874         * modules/glob (Depends-on): Remove openat.
24875
24876 2007-12-31  Bruno Haible  <bruno@clisp.org>
24877
24878         * modules/dirfd (License): Change to LGPLv2+.
24879         Approved by Jim Meyering.
24880
24881 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24882
24883         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
24884         when multiplying M by sizeof (size_t).
24885
24886 2007-12-10  Martin Lambers  <marlam@marlam.de>
24887
24888         Override getpagesize on mingw.
24889         * lib/getpagesize.c: New file.
24890         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
24891         * modules/getpagesize (Files): Add lib/getpagesize.c.
24892         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
24893         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
24894         REPLACE_GETPAGESIZE.
24895         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
24896
24897 2007-12-25  Bruno Haible  <bruno@clisp.org>
24898
24899         * modules/localcharset (Notice): New field.
24900         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
24901         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
24902
24903 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24904             Bruno Haible  <bruno@clisp.org>
24905
24906         Avoid using the syntax symbol() in formatted documentation.
24907         * MODULES.html.sh (func_module): When replacing symbol() with a
24908         hyperlink, remove the parentheses. Show an error if some remain.
24909         Recognize and render the '...' syntax.
24910         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
24911         Rework. Add paragraph about GCC's inlining.
24912         * doc/alloca.texi: Likewise.
24913         * doc/error.texi: Remove parentheses from symbol reference.
24914         * doc/gnulib-intro.texi: Likewise.
24915         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
24916         * modules/fnmatch (Description): Reword to say "the ... function".
24917         * modules/full-read (Description): Likewise.
24918         * modules/full-write (Description): Likewise.
24919         * modules/safe-read (Description): Likewise.
24920         * modules/safe-write (Description): Likewise.
24921         * modules/strchrnul (Description): Likewise.
24922         * modules/trim (Description): Likewise.
24923         * modules/error (Description): Remove parentheses from symbol
24924         references.
24925         * modules/verror (Description): Likewise.
24926         Reported by Karl Berry.
24927
24928 2007-12-25  Bruno Haible  <bruno@clisp.org>
24929
24930         Fixup after 2007-10-16 commit.
24931         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
24932
24933 2007-12-24  Bruno Haible  <bruno@clisp.org>
24934
24935         Make --enable-relocatable work with DESTDIR.
24936         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
24937         to compute installdir from destprog.
24938         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
24939         also set the RELOC_DESTDIR variable.
24940         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24941
24942 2007-12-24  Bruno Haible  <bruno@clisp.org>
24943
24944         Fix link error due to xalloc_die().
24945         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
24946         of xreadlink.
24947         * lib/relocwrapper.c: Update comments.
24948         * build-aux/install-reloc: Remove xreadlink.c from file list.
24949         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
24950         xreadlink.c.
24951         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24952
24953 2007-12-24  Bruno Haible  <bruno@clisp.org>
24954
24955         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
24956         * lib/setenv.h: Remove file.
24957         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
24958         lib/setenv.h.
24959         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
24960         (Depends-on): Add stdlib.
24961         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
24962         gl_FUNC_UNSETENV.
24963         (Include): Replace setenv.h with <stdlib.h>.
24964         * modules/unsetenv: New file.
24965         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
24966         * lib/unsetenv.c: Include <stdlib.h> first.
24967         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
24968         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
24969         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
24970         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
24971         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
24972         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24973         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
24974         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24975         * doc/functions/unsetenv.texi: Update.
24976         * modules/xsetenv (Depends-on): Add unsetenv.
24977         * modules/getdate (Depends-on): Likewise.
24978         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
24979         * lib/xsetenv.c: Don't include setenv.h.
24980         * lib/getdate.y: Likewise.
24981         * lib/relocwrapper.c: Likewise.
24982         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
24983         (Depends-on): Add stdlib.
24984         * NEWS: Mention the changes.
24985         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24986
24987 2007-12-23  Bruno Haible  <bruno@clisp.org>
24988
24989         * lib/memmem.c (memmem): Use lowercase variable names. Tab
24990         indentation.
24991
24992 2007-12-23  Bruno Haible  <bruno@clisp.org>
24993
24994         * lib/c-strcasestr.c: Add more comments.
24995         * lib/c-strstr.c: Likewise.
24996         * lib/mbscasestr.c: Likewise.
24997         * lib/mbsstr.c: Likewise.
24998         * lib/strcasestr.c: Likewise.
24999         * lib/memmem.c: Likewise.
25000
25001 2007-12-23  Bruno Haible  <bruno@clisp.org>
25002
25003         * tests/test-memmem.c: Include <string.h> first.
25004
25005 2007-12-22  Bruno Haible  <bruno@clisp.org>
25006
25007         * gnulib-tool (func_create_testdir): Change $auxdir while generating
25008         the contents of $testsbase.
25009         Reported by Ralf Wildenhues.
25010
25011 2007-12-22  Bruno Haible  <bruno@clisp.org>
25012
25013         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
25014         two variables local_ldadd_before, local_ldadd_last.
25015
25016 2007-12-20  Eric Blake  <ebb9@byu.net>
25017
25018         Work around circular library issue when cross-compiling.
25019         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
25020         that progname.o does not need to pull in rpl_memcmp.
25021
25022 2007-12-19  Eric Blake  <ebb9@byu.net>
25023
25024         Fix memmem to avoid O(n^2) worst-case complexity.
25025         * lib/memmem.c (knuth_morris_pratt): New function.
25026         (memmem): Use it if first few naive iterations fail.
25027         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
25028         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
25029         * modules/memchr (License): Likewise.
25030         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
25031         malloca.
25032         * tests/test-memmem.c: Rewrite, borrowing ideas from
25033         test-mbsstr1.c; the old version wouldn't even compile!
25034         * modules/memmem-tests: New file.
25035         * lib/string.in.h (rpl_memmem): Add declaration.
25036         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
25037         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
25038         REPLACE_MEMMEM.
25039
25040 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25041
25042         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
25043         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
25044         before any system include files, and undef after them all.  This
25045         should fix a problem on VMS reported by John E. Malmberg in
25046         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
25047
25048 2007-12-17  Eric Blake  <ebb9@byu.net>
25049
25050         Revert addition of verify, for BSD/OS.
25051         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
25052         can't handle large files, for the sake of obsolete platforms.
25053         * modules/fseeko (Depends-on): Remove verify.
25054         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
25055         * doc/functions/ftello.texi (ftello): Likewise.
25056         * doc/functions/fgetpos.texi (fgetpos): Likewise.
25057         Reported by Larry Jones.
25058
25059 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
25060
25061         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
25062         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
25063
25064 2007-12-17  Jim Meyering  <meyering@redhat.com>
25065
25066         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
25067         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
25068         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
25069         * modules/getcwd (Depends-on): Add openat.
25070         Reported by Petr Salinger.
25071
25072 2007-12-17  Bruno Haible  <bruno@clisp.org>
25073
25074         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
25075         avoid a segmentation fault of the configure test on x86_64 systems.
25076
25077 2007-12-15  Jim Meyering  <meyering@redhat.com>
25078
25079         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
25080
25081 2007-12-13  Eric Blake  <ebb9@byu.net>
25082
25083         Another fseek test.
25084         * tests/test-fseek.c (main): Also test ungetc handling.
25085         * tests/test-fseeko.c (main): Likewise.
25086         * modules/fseeko (Depends-on): Add verify.
25087         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
25088         large.
25089         Reported by Larry Jones.
25090
25091         Fix fseeko on mingw.
25092         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
25093         seek.
25094
25095         Beef up fseek tests.
25096         * tests/test-fseek.c (main): Also test eof handling.
25097         * tests/test-fseeko.c (main): Likewise.
25098         Reported by Larry Jones.
25099
25100 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
25101
25102         Fix fseeko on BSD-based platforms.
25103         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
25104         successful seek.
25105
25106 2007-12-12  Eric Blake  <ebb9@byu.net>
25107
25108         Allow circular dependency of separate libtests.a
25109         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
25110         when use_libtests.
25111
25112 2007-12-11  Eric Blake  <ebb9@byu.net>
25113
25114         Fix bug with -0.0L in previous patch.
25115         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
25116         * tests/test-isnan.c (main): Also test on zeroes.
25117         * tests/test-isnanf.c (main): Likewise.
25118         * tests/test-isnanl.h (main): Likewise.
25119
25120         Detect pseudo-denormals on x86 even when cross-compiling.
25121         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
25122         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
25123         invalid bit patterns that happen to satisfy ==.
25124
25125         Avoid link failures with separate libtests.a.
25126         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
25127         last, to satisfy circular dependencies.
25128
25129 2007-12-11  Eric Blake  <ebb9@byu.net>
25130         and Bruno Haible  <bruno@clisp.org>
25131
25132         Fix OpenBSD 4.0 <float.h> handling of long double.
25133         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
25134         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
25135         * doc/headers/float.texi (float.h): Document OpenBSD bug.
25136
25137 2007-12-11  Jim Meyering  <meyering@redhat.com>
25138
25139         * users.txt: Add libvirt.
25140
25141         Support versions of autoconf prior to 2.59c.
25142         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
25143         if it is not already defined.
25144
25145 2007-12-09  Bruno Haible  <bruno@clisp.org>
25146
25147         Let 'gnulib-tool --import' collect sources needed for the tests in
25148         tests/ rather than in lib/.
25149         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
25150         argument. If true, add rules to generate libtests.a, and put libtests.a
25151         into $(LDADD). Consider source files in subdirectories and set
25152         uses_subdirs.
25153         (func_emit_initmacro_start, func_emit_initmacro_end,
25154         func_emit_initmacro_done): Pass all arguments explicitly.
25155         (func_import): Determine two module lists main_modules,
25156         testsrelated_modules. Determine use_libtests. Determine two variables
25157         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
25158         instead of just sed_transform_lib_file. Determine two variables
25159         main_files and testsrelated_files. Compute 'files' as the union of
25160         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
25161         func_add_or_update. In the generated gnulib-comp.m4, collect the
25162         object files for tests/ in different variables than those for lib/.
25163         Substitute LIBTESTS_LIBDEPS.
25164         (func_create_testdir): Combine the uses_subdirs results from
25165         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
25166
25167 2007-12-09  Bruno Haible  <bruno@clisp.org>
25168
25169         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
25170         the build-aux directory.
25171
25172 2007-12-09  Bruno Haible  <bruno@clisp.org>
25173
25174         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
25175         introduced on 2006-09-09.
25176
25177 2007-12-07  Jim Meyering  <meyering@redhat.com>
25178
25179         Let these macros work also with autoconf-2.59.
25180         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
25181         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
25182         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
25183
25184 2007-12-06  Jim Meyering  <meyering@redhat.com>
25185
25186         Avoid a configure-time syntax error in gl_FUNC_ACL.
25187         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
25188         function in each branch, before testing the cache variable.
25189
25190 2007-12-04  Eric Blake  <ebb9@byu.net>
25191
25192         Make scripts executable.
25193         * build-aux/config.guess: Add execute permissions.
25194         * build-aux/config.sub: Likewise.
25195         * build-aux/gendocs.sh: Likewise.
25196
25197         Fix frexp on mingw.
25198         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
25199         cross-compiling.
25200         * doc/functions/frexp.texi (frexp): Document the bug.
25201
25202         Make cygwin fseeko check more reliable.
25203         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
25204         version numbers, rather than unrelated feature check.
25205         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
25206         * doc/functions/ftello.texi (ftello): Likewise.
25207         Reported by Bruno Haible.
25208
25209         * m4/strerror.m4: Bump version number.
25210
25211 2007-12-03  Bruno Haible  <bruno@clisp.org>
25212
25213         * doc/functions/mprotect.texi: Mention the mingw problem.
25214
25215 2007-12-03  Eric Blake  <ebb9@byu.net>
25216
25217         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
25218         REPLACE_STRERROR is initialized before this macro.
25219
25220 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
25221
25222         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
25223         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
25224         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
25225         put -lsec in even for programs other than 'ls'.  This fixes a problem
25226         for gettext reported by Bruno Haible in
25227         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
25228         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
25229         Add support for Solaris 10.  This isn't efficient, but should get the
25230         job done for now.
25231
25232 2007-12-03  James Youngman  <jay@gnu.org>
25233
25234         * doc/regexprops-generic.texi: change "an close-group" to "a
25235         close-group" and "illegal" to "not allowed".
25236
25237 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25238
25239         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
25240         pr_byname.h. Needed for the rare case when the maintainer has done
25241         "make maintainer-clean" in the source directory and then attempts a
25242         build outside the source directory.
25243         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
25244         scripts_byname.h.
25245
25246 2007-12-02  Martin Lambers <marlam@marlam.de>
25247             Bruno Haible  <bruno@clisp.org>
25248
25249         * lib/getpagesize.h: Remove file.
25250         * lib/unistd.in.h: Include declaration of getpagesize here.
25251         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
25252         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
25253         HAVE_SYS_PARAM_H.
25254         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
25255         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
25256         * modules/getpagesize (Files): Remove lib/getpagesize.h.
25257         (Depends-on): Add unistd.
25258         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
25259         (Include): Use <unistd.h> instead of getpagesize.h.
25260         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
25261         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
25262         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
25263         gl_GETPAGESIZE invocation, already handled by module dependency.
25264         * lib/pagealign_alloc.c: Don't include getpagesize.h.
25265
25266 2007-12-02  Bruno Haible  <bruno@clisp.org>
25267
25268         * modules/strings-tests: New file.
25269         * tests/test-strings.c: New file.
25270
25271         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
25272         * lib/strings.in.h: New file.
25273         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
25274         * m4/strings_h.m4: New file.
25275         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
25276         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
25277         * modules/strings: New file.
25278         * modules/string (Makefile.am): Update.
25279         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
25280         Reported by Karl Berry.
25281
25282 2007-12-01  Eric Blake  <ebb9@byu.net>
25283
25284         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
25285         accomodate fix in cygwin 1.5.25.
25286
25287 2007-12-01  Jim Meyering  <meyering@redhat.com>
25288
25289         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
25290         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
25291         that would inhibit utf8-optimization of a regexp containing line-
25292         or buffer-anchors, e.g., `^', `$'.
25293
25294 2007-11-30  Bruno Haible  <bruno@clisp.org>
25295
25296         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
25297         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
25298         glthread_recursive_lock_init.
25299         * lib/lock.c (glthread_recursive_lock_init)
25300         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
25301         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25302
25303 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
25304
25305         New function qset_acl, like set_acl but with syscall semantics.
25306         * lib/acl.h (qset_acl): New decl.
25307         * lib/acl.c (qset_acl): New function.
25308         (set_acl): Use new function.  Use more-consistent diagnostics.
25309
25310 2007-11-28  Jim Meyering  <meyering@redhat.com>
25311
25312         * modules/physmem (License): Change from GPL to LGPLv2+.
25313
25314 2007-11-26  Bruno Haible  <bruno@clisp.org>
25315
25316         * lib/vasnprintf.c (decode_long_double): Don't abort if the
25317         'long double' type has excess precision.
25318         Reported by Jim Meyering in
25319         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
25320
25321 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25322
25323         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
25324         Sync from <http://gnu.org/licenses>.
25325         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
25326         with license text from same location.
25327         * doc/maintain.texi, doc/standards.texi:  Sync from
25328         <http://savannah.gnu.org/projects/gnustandards>.
25329
25330 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
25331         and Jim Meyering  <meyering@redhat.com>
25332
25333         Adjust getdate' grammar to accept a slightly more regular language.
25334         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
25335         Before, the former was rejected.
25336         * lib/getdate.y (digits_to_date_time): New function, factored
25337         out of ...
25338         (number): ...here.  Just call digits_to_date_time.
25339         (hybrid): New non-terminal to handle an <unsigned number,
25340         signed relative offset> sequence consistently.
25341
25342 2007-11-18  Jim Meyering  <meyering@redhat.com>
25343
25344         Pull my changes from coreutils:
25345         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
25346         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
25347         use of $gnulib_tool_option_extras, so that it's separated from the
25348         preceding argument.
25349
25350         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
25351         * build-aux/bootstrap (cp_mark_as_generated): Create any required
25352         parent destination directories before copying a file into place.
25353
25354 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25355
25356         bootstrap: work also with 4-argument variant of AC_INIT
25357         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
25358
25359 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25360
25361         Port test-getaddrinfo to Solaris.
25362         Problem reported by Bruno Haible in
25363         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
25364         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
25365         explanation of setting 'hints'.
25366         Don't reject an implementation merely because it returns EAI_SERVICE.
25367         (EAI_SERVICE): Define to 0 if not defined.
25368
25369 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
25370
25371         The license of gnu-make and posix-shell is now "GPLed build tool".
25372         * modules/gnu-make (License): Likewise.
25373         * modules/posix-shell (License): Likewise.
25374
25375         New module posix-shell, for determining a POSIX shell
25376         or perhaps something that is close enough to a POSIX shell.
25377         * m4/posix-shell.m4: New file.
25378         * modules/posix-shell: New file.
25379
25380         * MODULES.html.sh: Mention new module.
25381
25382         New module gnu-make, for determining whether we're using GNU Make.
25383         * m4/gnu-make.m4: New file.
25384         * modules/gnu-make: New file.
25385         * MODULES.html.sh: Mention new module.
25386
25387 2007-11-14  Jim Meyering  <meyering@redhat.com>
25388
25389         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
25390         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
25391         use this macro to create a function _definition_.
25392         Remove useless "#undef ARGMATCH_DIE".
25393
25394 2007-11-14  Bruno Haible  <bruno@clisp.org>
25395
25396         * lib/config.charset: Update for OpenBSD 4.1.
25397         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
25398
25399 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
25400
25401         Document 64-bit #if problems in stdint.texi.
25402         * doc/headers/stdint.texi (stdint.h): Mention problems with
25403         64-bit-#if, and how to work around them.
25404
25405         Don't insist on 'long long int' support in the preprocessor.  It
25406         breaks too many things.  For example, PRIdMAX still uses a 'long
25407         long int' format with the latest Sun compiler, even though
25408         HAVE_LONG_LONG_INT isn't defined due to that compiler's
25409         preprocessor problem.  This causes the latest coreutils to dump
25410         core on Solaris 10 sparc with the Sun C compiler.
25411         Instead, fix the 2007-10-16 problem in a different way, by evaluating
25412         the troublesome expressions at configure-time, not at #if-time.
25413         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
25414         preprocessor.
25415         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
25416         compile-time C checks, done at 'configure'-time.
25417         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
25418         * modules/inttypes (Makefile): Substitute the new symbols that
25419         gl_INTTYPES_H now generates.
25420         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
25421
25422 2007-11-12  Bruno Haible  <bruno@clisp.org>
25423
25424         Tests for Unicode character classification functions.
25425
25426         * modules/unictype/bidicategory-byname-tests: New file.
25427         * modules/unictype/bidicategory-name-tests: New file.
25428         * modules/unictype/bidicategory-of-tests: New file.
25429         * modules/unictype/bidicategory-test-tests: New file.
25430         * modules/unictype/block-list-tests: New file.
25431         * modules/unictype/block-of-tests: New file.
25432         * modules/unictype/block-test-tests: New file.
25433         * modules/unictype/category-C-tests: New file.
25434         * modules/unictype/category-Cc-tests: New file.
25435         * modules/unictype/category-Cf-tests: New file.
25436         * modules/unictype/category-Cn-tests: New file.
25437         * modules/unictype/category-Co-tests: New file.
25438         * modules/unictype/category-Cs-tests: New file.
25439         * modules/unictype/category-L-tests: New file.
25440         * modules/unictype/category-Ll-tests: New file.
25441         * modules/unictype/category-Lm-tests: New file.
25442         * modules/unictype/category-Lo-tests: New file.
25443         * modules/unictype/category-Lt-tests: New file.
25444         * modules/unictype/category-Lu-tests: New file.
25445         * modules/unictype/category-M-tests: New file.
25446         * modules/unictype/category-Mc-tests: New file.
25447         * modules/unictype/category-Me-tests: New file.
25448         * modules/unictype/category-Mn-tests: New file.
25449         * modules/unictype/category-N-tests: New file.
25450         * modules/unictype/category-Nd-tests: New file.
25451         * modules/unictype/category-Nl-tests: New file.
25452         * modules/unictype/category-No-tests: New file.
25453         * modules/unictype/category-P-tests: New file.
25454         * modules/unictype/category-Pc-tests: New file.
25455         * modules/unictype/category-Pd-tests: New file.
25456         * modules/unictype/category-Pe-tests: New file.
25457         * modules/unictype/category-Pf-tests: New file.
25458         * modules/unictype/category-Pi-tests: New file.
25459         * modules/unictype/category-Po-tests: New file.
25460         * modules/unictype/category-Ps-tests: New file.
25461         * modules/unictype/category-S-tests: New file.
25462         * modules/unictype/category-Sc-tests: New file.
25463         * modules/unictype/category-Sk-tests: New file.
25464         * modules/unictype/category-Sm-tests: New file.
25465         * modules/unictype/category-So-tests: New file.
25466         * modules/unictype/category-Z-tests: New file.
25467         * modules/unictype/category-Zl-tests: New file.
25468         * modules/unictype/category-Zp-tests: New file.
25469         * modules/unictype/category-Zs-tests: New file.
25470         * modules/unictype/category-and-not-tests: New file.
25471         * modules/unictype/category-and-tests: New file.
25472         * modules/unictype/category-byname-tests: New file.
25473         * modules/unictype/category-name-tests: New file.
25474         * modules/unictype/category-none-tests: New file.
25475         * modules/unictype/category-of-tests: New file.
25476         * modules/unictype/category-or-tests: New file.
25477         * modules/unictype/category-test-withtable-tests: New file.
25478         * modules/unictype/combining-class-tests: New file.
25479         * modules/unictype/ctype-alnum-tests: New file.
25480         * modules/unictype/ctype-alpha-tests: New file.
25481         * modules/unictype/ctype-blank-tests: New file.
25482         * modules/unictype/ctype-cntrl-tests: New file.
25483         * modules/unictype/ctype-digit-tests: New file.
25484         * modules/unictype/ctype-graph-tests: New file.
25485         * modules/unictype/ctype-lower-tests: New file.
25486         * modules/unictype/ctype-print-tests: New file.
25487         * modules/unictype/ctype-punct-tests: New file.
25488         * modules/unictype/ctype-space-tests: New file.
25489         * modules/unictype/ctype-upper-tests: New file.
25490         * modules/unictype/ctype-xdigit-tests: New file.
25491         * modules/unictype/decimal-digit-tests: New file.
25492         * modules/unictype/digit-tests: New file.
25493         * modules/unictype/mirror-tests: New file.
25494         * modules/unictype/numeric-tests: New file.
25495         * modules/unictype/property-alphabetic-tests: New file.
25496         * modules/unictype/property-ascii-hex-digit-tests: New file.
25497         * modules/unictype/property-bidi-arabic-digit-tests: New file.
25498         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
25499         * modules/unictype/property-bidi-block-separator-tests: New file.
25500         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
25501         * modules/unictype/property-bidi-common-separator-tests: New file.
25502         * modules/unictype/property-bidi-control-tests: New file.
25503         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
25504         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
25505         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
25506         * modules/unictype/property-bidi-european-digit-tests: New file.
25507         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
25508         * modules/unictype/property-bidi-left-to-right-tests: New file.
25509         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
25510         * modules/unictype/property-bidi-other-neutral-tests: New file.
25511         * modules/unictype/property-bidi-pdf-tests: New file.
25512         * modules/unictype/property-bidi-segment-separator-tests: New file.
25513         * modules/unictype/property-bidi-whitespace-tests: New file.
25514         * modules/unictype/property-byname-tests: New file.
25515         * modules/unictype/property-combining-tests: New file.
25516         * modules/unictype/property-composite-tests: New file.
25517         * modules/unictype/property-currency-symbol-tests: New file.
25518         * modules/unictype/property-dash-tests: New file.
25519         * modules/unictype/property-decimal-digit-tests: New file.
25520         * modules/unictype/property-default-ignorable-code-point-tests: New file.
25521         * modules/unictype/property-deprecated-tests: New file.
25522         * modules/unictype/property-diacritic-tests: New file.
25523         * modules/unictype/property-extender-tests: New file.
25524         * modules/unictype/property-format-control-tests: New file.
25525         * modules/unictype/property-grapheme-base-tests: New file.
25526         * modules/unictype/property-grapheme-extend-tests: New file.
25527         * modules/unictype/property-grapheme-link-tests: New file.
25528         * modules/unictype/property-hex-digit-tests: New file.
25529         * modules/unictype/property-hyphen-tests: New file.
25530         * modules/unictype/property-id-continue-tests: New file.
25531         * modules/unictype/property-id-start-tests: New file.
25532         * modules/unictype/property-ideographic-tests: New file.
25533         * modules/unictype/property-ids-binary-operator-tests: New file.
25534         * modules/unictype/property-ids-trinary-operator-tests: New file.
25535         * modules/unictype/property-ignorable-control-tests: New file.
25536         * modules/unictype/property-iso-control-tests: New file.
25537         * modules/unictype/property-join-control-tests: New file.
25538         * modules/unictype/property-left-of-pair-tests: New file.
25539         * modules/unictype/property-line-separator-tests: New file.
25540         * modules/unictype/property-logical-order-exception-tests: New file.
25541         * modules/unictype/property-lowercase-tests: New file.
25542         * modules/unictype/property-math-tests: New file.
25543         * modules/unictype/property-non-break-tests: New file.
25544         * modules/unictype/property-not-a-character-tests: New file.
25545         * modules/unictype/property-numeric-tests: New file.
25546         * modules/unictype/property-other-alphabetic-tests: New file.
25547         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
25548         * modules/unictype/property-other-grapheme-extend-tests: New file.
25549         * modules/unictype/property-other-id-continue-tests: New file.
25550         * modules/unictype/property-other-id-start-tests: New file.
25551         * modules/unictype/property-other-lowercase-tests: New file.
25552         * modules/unictype/property-other-math-tests: New file.
25553         * modules/unictype/property-other-uppercase-tests: New file.
25554         * modules/unictype/property-paired-punctuation-tests: New file.
25555         * modules/unictype/property-paragraph-separator-tests: New file.
25556         * modules/unictype/property-pattern-syntax-tests: New file.
25557         * modules/unictype/property-pattern-white-space-tests: New file.
25558         * modules/unictype/property-private-use-tests: New file.
25559         * modules/unictype/property-punctuation-tests: New file.
25560         * modules/unictype/property-quotation-mark-tests: New file.
25561         * modules/unictype/property-radical-tests: New file.
25562         * modules/unictype/property-sentence-terminal-tests: New file.
25563         * modules/unictype/property-soft-dotted-tests: New file.
25564         * modules/unictype/property-space-tests: New file.
25565         * modules/unictype/property-terminal-punctuation-tests: New file.
25566         * modules/unictype/property-test-tests: New file.
25567         * modules/unictype/property-titlecase-tests: New file.
25568         * modules/unictype/property-unassigned-code-value-tests: New file.
25569         * modules/unictype/property-unified-ideograph-tests: New file.
25570         * modules/unictype/property-uppercase-tests: New file.
25571         * modules/unictype/property-variation-selector-tests: New file.
25572         * modules/unictype/property-white-space-tests: New file.
25573         * modules/unictype/property-xid-continue-tests: New file.
25574         * modules/unictype/property-xid-start-tests: New file.
25575         * modules/unictype/property-zero-width-tests: New file.
25576         * modules/unictype/scripts-tests: New file.
25577         * modules/unictype/syntax-c-ident-tests: New file.
25578         * modules/unictype/syntax-c-whitespace-tests: New file.
25579         * modules/unictype/syntax-java-ident-tests: New file.
25580         * modules/unictype/syntax-java-whitespace-tests: New file.
25581         * tests/unictype/test-bidi_byname.c: New file.
25582         * tests/unictype/test-bidi_name.c: New file.
25583         * tests/unictype/test-bidi_of.c: New file.
25584         * tests/unictype/test-bidi_test.c: New file.
25585         * tests/unictype/test-block_list.c: New file.
25586         * tests/unictype/test-block_of.c: New file.
25587         * tests/unictype/test-block_test.c: New file.
25588         * tests/unictype/test-categ_and.c: New file.
25589         * tests/unictype/test-categ_and_not.c: New file.
25590         * tests/unictype/test-categ_byname.c: New file.
25591         * tests/unictype/test-categ_name.c: New file.
25592         * tests/unictype/test-categ_none.c: New file.
25593         * tests/unictype/test-categ_of.c: New file.
25594         * tests/unictype/test-categ_or.c: New file.
25595         * tests/unictype/test-categ_test_withtable.c: New file.
25596         * tests/unictype/test-combining.c: New file.
25597         * tests/unictype/test-decdigit.c: New file.
25598         * tests/unictype/test-digit.c: New file.
25599         * tests/unictype/test-mirror.c: New file.
25600         * tests/unictype/test-numeric.c: New file.
25601         * tests/unictype/test-pr_byname.c: New file.
25602         * tests/unictype/test-pr_test.c: New file.
25603         * tests/unictype/test-predicate-part1.h: New file.
25604         * tests/unictype/test-predicate-part2.h: New file.
25605         * tests/unictype/test-scripts.c: New file.
25606         * tests/unictype/test-sy_c_ident.c: New file.
25607         * tests/unictype/test-sy_java_ident.c: New file.
25608
25609         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
25610         for Unicode 5.0.0.
25611         * tests/unictype/test-categ_Cc.c: Likewise.
25612         * tests/unictype/test-categ_Cf.c: Likewise.
25613         * tests/unictype/test-categ_Cn.c: Likewise.
25614         * tests/unictype/test-categ_Co.c: Likewise.
25615         * tests/unictype/test-categ_Cs.c: Likewise.
25616         * tests/unictype/test-categ_L.c: Likewise.
25617         * tests/unictype/test-categ_Ll.c: Likewise.
25618         * tests/unictype/test-categ_Lm.c: Likewise.
25619         * tests/unictype/test-categ_Lo.c: Likewise.
25620         * tests/unictype/test-categ_Lt.c: Likewise.
25621         * tests/unictype/test-categ_Lu.c: Likewise.
25622         * tests/unictype/test-categ_M.c: Likewise.
25623         * tests/unictype/test-categ_Mc.c: Likewise.
25624         * tests/unictype/test-categ_Me.c: Likewise.
25625         * tests/unictype/test-categ_Mn.c: Likewise.
25626         * tests/unictype/test-categ_N.c: Likewise.
25627         * tests/unictype/test-categ_Nd.c: Likewise.
25628         * tests/unictype/test-categ_Nl.c: Likewise.
25629         * tests/unictype/test-categ_No.c: Likewise.
25630         * tests/unictype/test-categ_P.c: Likewise.
25631         * tests/unictype/test-categ_Pc.c: Likewise.
25632         * tests/unictype/test-categ_Pd.c: Likewise.
25633         * tests/unictype/test-categ_Pe.c: Likewise.
25634         * tests/unictype/test-categ_Pf.c: Likewise.
25635         * tests/unictype/test-categ_Pi.c: Likewise.
25636         * tests/unictype/test-categ_Po.c: Likewise.
25637         * tests/unictype/test-categ_Ps.c: Likewise.
25638         * tests/unictype/test-categ_S.c: Likewise.
25639         * tests/unictype/test-categ_Sc.c: Likewise.
25640         * tests/unictype/test-categ_Sk.c: Likewise.
25641         * tests/unictype/test-categ_Sm.c: Likewise.
25642         * tests/unictype/test-categ_So.c: Likewise.
25643         * tests/unictype/test-categ_Z.c: Likewise.
25644         * tests/unictype/test-categ_Zl.c: Likewise.
25645         * tests/unictype/test-categ_Zp.c: Likewise.
25646         * tests/unictype/test-categ_Zs.c: Likewise.
25647         * tests/unictype/test-ctype_alnum.c: Likewise.
25648         * tests/unictype/test-ctype_alpha.c: Likewise.
25649         * tests/unictype/test-ctype_blank.c: Likewise.
25650         * tests/unictype/test-ctype_cntrl.c: Likewise.
25651         * tests/unictype/test-ctype_digit.c: Likewise.
25652         * tests/unictype/test-ctype_graph.c: Likewise.
25653         * tests/unictype/test-ctype_lower.c: Likewise.
25654         * tests/unictype/test-ctype_print.c: Likewise.
25655         * tests/unictype/test-ctype_punct.c: Likewise.
25656         * tests/unictype/test-ctype_space.c: Likewise.
25657         * tests/unictype/test-ctype_upper.c: Likewise.
25658         * tests/unictype/test-ctype_xdigit.c: Likewise.
25659         * tests/unictype/test-decdigit.h: Likewise.
25660         * tests/unictype/test-digit.h: Likewise.
25661         * tests/unictype/test-numeric.h: Likewise.
25662         * tests/unictype/test-pr_alphabetic.c: Likewise.
25663         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
25664         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
25665         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
25666         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
25667         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
25668         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
25669         * tests/unictype/test-pr_bidi_control.c: Likewise.
25670         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
25671         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
25672         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
25673         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
25674         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
25675         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
25676         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
25677         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
25678         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
25679         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
25680         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
25681         * tests/unictype/test-pr_combining.c: Likewise.
25682         * tests/unictype/test-pr_composite.c: Likewise.
25683         * tests/unictype/test-pr_currency_symbol.c: Likewise.
25684         * tests/unictype/test-pr_dash.c: Likewise.
25685         * tests/unictype/test-pr_decimal_digit.c: Likewise.
25686         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
25687         * tests/unictype/test-pr_deprecated.c: Likewise.
25688         * tests/unictype/test-pr_diacritic.c: Likewise.
25689         * tests/unictype/test-pr_extender.c: Likewise.
25690         * tests/unictype/test-pr_format_control.c: Likewise.
25691         * tests/unictype/test-pr_grapheme_base.c: Likewise.
25692         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
25693         * tests/unictype/test-pr_grapheme_link.c: Likewise.
25694         * tests/unictype/test-pr_hex_digit.c: Likewise.
25695         * tests/unictype/test-pr_hyphen.c: Likewise.
25696         * tests/unictype/test-pr_id_continue.c: Likewise.
25697         * tests/unictype/test-pr_id_start.c: Likewise.
25698         * tests/unictype/test-pr_ideographic.c: Likewise.
25699         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
25700         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
25701         * tests/unictype/test-pr_ignorable_control.c: Likewise.
25702         * tests/unictype/test-pr_iso_control.c: Likewise.
25703         * tests/unictype/test-pr_join_control.c: Likewise.
25704         * tests/unictype/test-pr_left_of_pair.c: Likewise.
25705         * tests/unictype/test-pr_line_separator.c: Likewise.
25706         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
25707         * tests/unictype/test-pr_lowercase.c: Likewise.
25708         * tests/unictype/test-pr_math.c: Likewise.
25709         * tests/unictype/test-pr_non_break.c: Likewise.
25710         * tests/unictype/test-pr_not_a_character.c: Likewise.
25711         * tests/unictype/test-pr_numeric.c: Likewise.
25712         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
25713         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
25714         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
25715         * tests/unictype/test-pr_other_id_continue.c: Likewise.
25716         * tests/unictype/test-pr_other_id_start.c: Likewise.
25717         * tests/unictype/test-pr_other_lowercase.c: Likewise.
25718         * tests/unictype/test-pr_other_math.c: Likewise.
25719         * tests/unictype/test-pr_other_uppercase.c: Likewise.
25720         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
25721         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
25722         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
25723         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
25724         * tests/unictype/test-pr_private_use.c: Likewise.
25725         * tests/unictype/test-pr_punctuation.c: Likewise.
25726         * tests/unictype/test-pr_quotation_mark.c: Likewise.
25727         * tests/unictype/test-pr_radical.c: Likewise.
25728         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
25729         * tests/unictype/test-pr_soft_dotted.c: Likewise.
25730         * tests/unictype/test-pr_space.c: Likewise.
25731         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
25732         * tests/unictype/test-pr_titlecase.c: Likewise.
25733         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
25734         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
25735         * tests/unictype/test-pr_uppercase.c: Likewise.
25736         * tests/unictype/test-pr_variation_selector.c: Likewise.
25737         * tests/unictype/test-pr_white_space.c: Likewise.
25738         * tests/unictype/test-pr_xid_continue.c: Likewise.
25739         * tests/unictype/test-pr_xid_start.c: Likewise.
25740         * tests/unictype/test-pr_zero_width.c: Likewise.
25741         * tests/unictype/test-sy_c_whitespace.c: Likewise.
25742         * tests/unictype/test-sy_java_whitespace.c: Likewise.
25743
25744 2007-11-12  Bruno Haible  <bruno@clisp.org>
25745
25746         Unicode character classification functions.
25747         * lib/unictype.h: New file.
25748         * modules/unictype/base: New file.
25749         * modules/unictype/category-L: New file.
25750         * modules/unictype/category-Lu: New file.
25751         * modules/unictype/category-Ll: New file.
25752         * modules/unictype/category-Lt: New file.
25753         * modules/unictype/category-Lm: New file.
25754         * modules/unictype/category-Lo: New file.
25755         * modules/unictype/category-M: New file.
25756         * modules/unictype/category-Mn: New file.
25757         * modules/unictype/category-Mc: New file.
25758         * modules/unictype/category-Me: New file.
25759         * modules/unictype/category-N: New file.
25760         * modules/unictype/category-Nd: New file.
25761         * modules/unictype/category-Nl: New file.
25762         * modules/unictype/category-No: New file.
25763         * modules/unictype/category-P: New file.
25764         * modules/unictype/category-Pc: New file.
25765         * modules/unictype/category-Pd: New file.
25766         * modules/unictype/category-Ps: New file.
25767         * modules/unictype/category-Pe: New file.
25768         * modules/unictype/category-Pi: New file.
25769         * modules/unictype/category-Pf: New file.
25770         * modules/unictype/category-Po: New file.
25771         * modules/unictype/category-S: New file.
25772         * modules/unictype/category-Sm: New file.
25773         * modules/unictype/category-Sc: New file.
25774         * modules/unictype/category-Sk: New file.
25775         * modules/unictype/category-So: New file.
25776         * modules/unictype/category-Z: New file.
25777         * modules/unictype/category-Zs: New file.
25778         * modules/unictype/category-Zl: New file.
25779         * modules/unictype/category-Zp: New file.
25780         * modules/unictype/category-C: New file.
25781         * modules/unictype/category-Cc: New file.
25782         * modules/unictype/category-Cf: New file.
25783         * modules/unictype/category-Cs: New file.
25784         * modules/unictype/category-Co: New file.
25785         * modules/unictype/category-Cn: New file.
25786         * modules/unictype/category-or: New file.
25787         * modules/unictype/category-of: New file.
25788         * modules/unictype/category-test: New file.
25789         * modules/unictype/category-test-withtable: New file.
25790         * modules/unictype/category-byname: New file.
25791         * modules/unictype/category-none: New file.
25792         * modules/unictype/category-and: New file.
25793         * modules/unictype/category-and-not: New file.
25794         * modules/unictype/category-name: New file.
25795         * modules/unictype/combining-class: New file.
25796         * modules/unictype/category-all: New file.
25797         * modules/unictype/bidicategory-all: New file.
25798         * modules/unictype/bidicategory-byname: New file.
25799         * modules/unictype/bidicategory-name: New file.
25800         * modules/unictype/bidicategory-of: New file.
25801         * modules/unictype/bidicategory-test: New file.
25802         * modules/unictype/decimal-digit: New file.
25803         * modules/unictype/digit: New file.
25804         * modules/unictype/numeric: New file.
25805         * modules/unictype/mirror: New file.
25806         * modules/unictype/property-white-space: New file.
25807         * modules/unictype/property-alphabetic: New file.
25808         * modules/unictype/property-other-alphabetic: New file.
25809         * modules/unictype/property-not-a-character: New file.
25810         * modules/unictype/property-default-ignorable-code-point: New file.
25811         * modules/unictype/property-other-default-ignorable-code-point: New
25812         file.
25813         * modules/unictype/property-deprecated: New file.
25814         * modules/unictype/property-logical-order-exception: New file.
25815         * modules/unictype/property-variation-selector: New file.
25816         * modules/unictype/property-private-use: New file.
25817         * modules/unictype/property-unassigned-code-value: New file.
25818         * modules/unictype/property-uppercase: New file.
25819         * modules/unictype/property-other-uppercase: New file.
25820         * modules/unictype/property-lowercase: New file.
25821         * modules/unictype/property-other-lowercase: New file.
25822         * modules/unictype/property-titlecase: New file.
25823         * modules/unictype/property-soft-dotted: New file.
25824         * modules/unictype/property-id-start: New file.
25825         * modules/unictype/property-other-id-start: New file.
25826         * modules/unictype/property-id-continue: New file.
25827         * modules/unictype/property-other-id-continue: New file.
25828         * modules/unictype/property-xid-start: New file.
25829         * modules/unictype/property-xid-continue: New file.
25830         * modules/unictype/property-pattern-white-space: New file.
25831         * modules/unictype/property-pattern-syntax: New file.
25832         * modules/unictype/property-join-control: New file.
25833         * modules/unictype/property-grapheme-base: New file.
25834         * modules/unictype/property-grapheme-extend: New file.
25835         * modules/unictype/property-other-grapheme-extend: New file.
25836         * modules/unictype/property-grapheme-link: New file.
25837         * modules/unictype/property-bidi-control: New file.
25838         * modules/unictype/property-bidi-left-to-right: New file.
25839         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
25840         * modules/unictype/property-bidi-arabic-right-to-left: New file.
25841         * modules/unictype/property-bidi-european-digit: New file.
25842         * modules/unictype/property-bidi-eur-num-separator: New file.
25843         * modules/unictype/property-bidi-eur-num-terminator: New file.
25844         * modules/unictype/property-bidi-arabic-digit: New file.
25845         * modules/unictype/property-bidi-common-separator: New file.
25846         * modules/unictype/property-bidi-block-separator: New file.
25847         * modules/unictype/property-bidi-segment-separator: New file.
25848         * modules/unictype/property-bidi-whitespace: New file.
25849         * modules/unictype/property-bidi-non-spacing-mark: New file.
25850         * modules/unictype/property-bidi-boundary-neutral: New file.
25851         * modules/unictype/property-bidi-pdf: New file.
25852         * modules/unictype/property-bidi-embedding-or-override: New file.
25853         * modules/unictype/property-bidi-other-neutral: New file.
25854         * modules/unictype/property-hex-digit: New file.
25855         * modules/unictype/property-ascii-hex-digit: New file.
25856         * modules/unictype/property-ideographic: New file.
25857         * modules/unictype/property-unified-ideograph: New file.
25858         * modules/unictype/property-radical: New file.
25859         * modules/unictype/property-ids-binary-operator: New file.
25860         * modules/unictype/property-ids-trinary-operator: New file.
25861         * modules/unictype/property-zero-width: New file.
25862         * modules/unictype/property-space: New file.
25863         * modules/unictype/property-non-break: New file.
25864         * modules/unictype/property-iso-control: New file.
25865         * modules/unictype/property-format-control: New file.
25866         * modules/unictype/property-dash: New file.
25867         * modules/unictype/property-hyphen: New file.
25868         * modules/unictype/property-punctuation: New file.
25869         * modules/unictype/property-line-separator: New file.
25870         * modules/unictype/property-paragraph-separator: New file.
25871         * modules/unictype/property-quotation-mark: New file.
25872         * modules/unictype/property-sentence-terminal: New file.
25873         * modules/unictype/property-terminal-punctuation: New file.
25874         * modules/unictype/property-currency-symbol: New file.
25875         * modules/unictype/property-math: New file.
25876         * modules/unictype/property-other-math: New file.
25877         * modules/unictype/property-paired-punctuation: New file.
25878         * modules/unictype/property-left-of-pair: New file.
25879         * modules/unictype/property-combining: New file.
25880         * modules/unictype/property-composite: New file.
25881         * modules/unictype/property-decimal-digit: New file.
25882         * modules/unictype/property-numeric: New file.
25883         * modules/unictype/property-diacritic: New file.
25884         * modules/unictype/property-extender: New file.
25885         * modules/unictype/property-ignorable-control: New file.
25886         * modules/unictype/property-test: New file.
25887         * modules/unictype/property-byname: New file.
25888         * modules/unictype/property-all: New file.
25889         * modules/unictype/scripts: New file.
25890         * modules/unictype/scripts-all: New file.
25891         * modules/unictype/block-of: New file.
25892         * modules/unictype/block-test: New file.
25893         * modules/unictype/block-list: New file.
25894         * modules/unictype/block-all: New file.
25895         * modules/unictype/syntax-c-whitespace: New file.
25896         * modules/unictype/syntax-java-whitespace: New file.
25897         * modules/unictype/syntax-c-ident: New file.
25898         * modules/unictype/syntax-java-ident: New file.
25899         * modules/unictype/ctype-alnum: New file.
25900         * modules/unictype/ctype-alpha: New file.
25901         * modules/unictype/ctype-cntrl: New file.
25902         * modules/unictype/ctype-digit: New file.
25903         * modules/unictype/ctype-graph: New file.
25904         * modules/unictype/ctype-lower: New file.
25905         * modules/unictype/ctype-print: New file.
25906         * modules/unictype/ctype-punct: New file.
25907         * modules/unictype/ctype-space: New file.
25908         * modules/unictype/ctype-upper: New file.
25909         * modules/unictype/ctype-xdigit: New file.
25910         * modules/unictype/ctype-blank: New file.
25911         * lib/unictype/bidi_byname.c: New file.
25912         * lib/unictype/bidi_name.c: New file.
25913         * lib/unictype/bidi_of.c: New file.
25914         * lib/unictype/bidi_test.c: New file.
25915         * lib/unictype/bitmap.h: New file.
25916         * lib/unictype/block_test.c: New file.
25917         * lib/unictype/blocks.c: New file.
25918         * lib/unictype/categ_C.c: New file.
25919         * lib/unictype/categ_Cc.c: New file.
25920         * lib/unictype/categ_Cf.c: New file.
25921         * lib/unictype/categ_Cn.c: New file.
25922         * lib/unictype/categ_Co.c: New file.
25923         * lib/unictype/categ_Cs.c: New file.
25924         * lib/unictype/categ_L.c: New file.
25925         * lib/unictype/categ_Ll.c: New file.
25926         * lib/unictype/categ_Lm.c: New file.
25927         * lib/unictype/categ_Lo.c: New file.
25928         * lib/unictype/categ_Lt.c: New file.
25929         * lib/unictype/categ_Lu.c: New file.
25930         * lib/unictype/categ_M.c: New file.
25931         * lib/unictype/categ_Mc.c: New file.
25932         * lib/unictype/categ_Me.c: New file.
25933         * lib/unictype/categ_Mn.c: New file.
25934         * lib/unictype/categ_N.c: New file.
25935         * lib/unictype/categ_Nd.c: New file.
25936         * lib/unictype/categ_Nl.c: New file.
25937         * lib/unictype/categ_No.c: New file.
25938         * lib/unictype/categ_P.c: New file.
25939         * lib/unictype/categ_Pc.c: New file.
25940         * lib/unictype/categ_Pd.c: New file.
25941         * lib/unictype/categ_Pe.c: New file.
25942         * lib/unictype/categ_Pf.c: New file.
25943         * lib/unictype/categ_Pi.c: New file.
25944         * lib/unictype/categ_Po.c: New file.
25945         * lib/unictype/categ_Ps.c: New file.
25946         * lib/unictype/categ_S.c: New file.
25947         * lib/unictype/categ_Sc.c: New file.
25948         * lib/unictype/categ_Sk.c: New file.
25949         * lib/unictype/categ_Sm.c: New file.
25950         * lib/unictype/categ_So.c: New file.
25951         * lib/unictype/categ_Z.c: New file.
25952         * lib/unictype/categ_Zl.c: New file.
25953         * lib/unictype/categ_Zp.c: New file.
25954         * lib/unictype/categ_Zs.c: New file.
25955         * lib/unictype/categ_and.c: New file.
25956         * lib/unictype/categ_and_not.c: New file.
25957         * lib/unictype/categ_byname.c: New file.
25958         * lib/unictype/categ_name.c: New file.
25959         * lib/unictype/categ_none.c: New file.
25960         * lib/unictype/categ_of.c: New file.
25961         * lib/unictype/categ_or.c: New file.
25962         * lib/unictype/categ_test.c: New file.
25963         * lib/unictype/combining.c: New file.
25964         * lib/unictype/ctype_alnum.c: New file.
25965         * lib/unictype/ctype_alpha.c: New file.
25966         * lib/unictype/ctype_blank.c: New file.
25967         * lib/unictype/ctype_cntrl.c: New file.
25968         * lib/unictype/ctype_digit.c: New file.
25969         * lib/unictype/ctype_graph.c: New file.
25970         * lib/unictype/ctype_lower.c: New file.
25971         * lib/unictype/ctype_print.c: New file.
25972         * lib/unictype/ctype_punct.c: New file.
25973         * lib/unictype/ctype_space.c: New file.
25974         * lib/unictype/ctype_upper.c: New file.
25975         * lib/unictype/ctype_xdigit.c: New file.
25976         * lib/unictype/decdigit.c: New file.
25977         * lib/unictype/digit.c: New file.
25978         * lib/unictype/identsyntaxmap.h: New file.
25979         * lib/unictype/mirror.c: New file.
25980         * lib/unictype/numeric.c: New file.
25981         * lib/unictype/pr_alphabetic.c: New file.
25982         * lib/unictype/pr_ascii_hex_digit.c: New file.
25983         * lib/unictype/pr_bidi_arabic_digit.c: New file.
25984         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
25985         * lib/unictype/pr_bidi_block_separator.c: New file.
25986         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
25987         * lib/unictype/pr_bidi_common_separator.c: New file.
25988         * lib/unictype/pr_bidi_control.c: New file.
25989         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
25990         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
25991         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
25992         * lib/unictype/pr_bidi_european_digit.c: New file.
25993         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
25994         * lib/unictype/pr_bidi_left_to_right.c: New file.
25995         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
25996         * lib/unictype/pr_bidi_other_neutral.c: New file.
25997         * lib/unictype/pr_bidi_pdf.c: New file.
25998         * lib/unictype/pr_bidi_segment_separator.c: New file.
25999         * lib/unictype/pr_bidi_whitespace.c: New file.
26000         * lib/unictype/pr_byname.c: New file.
26001         * lib/unictype/pr_byname.gperf: New file.
26002         * lib/unictype/pr_combining.c: New file.
26003         * lib/unictype/pr_composite.c: New file.
26004         * lib/unictype/pr_currency_symbol.c: New file.
26005         * lib/unictype/pr_dash.c: New file.
26006         * lib/unictype/pr_decimal_digit.c: New file.
26007         * lib/unictype/pr_default_ignorable_code_point.c: New file.
26008         * lib/unictype/pr_deprecated.c: New file.
26009         * lib/unictype/pr_diacritic.c: New file.
26010         * lib/unictype/pr_extender.c: New file.
26011         * lib/unictype/pr_format_control.c: New file.
26012         * lib/unictype/pr_grapheme_base.c: New file.
26013         * lib/unictype/pr_grapheme_extend.c: New file.
26014         * lib/unictype/pr_grapheme_link.c: New file.
26015         * lib/unictype/pr_hex_digit.c: New file.
26016         * lib/unictype/pr_hyphen.c: New file.
26017         * lib/unictype/pr_id_continue.c: New file.
26018         * lib/unictype/pr_id_start.c: New file.
26019         * lib/unictype/pr_ideographic.c: New file.
26020         * lib/unictype/pr_ids_binary_operator.c: New file.
26021         * lib/unictype/pr_ids_trinary_operator.c: New file.
26022         * lib/unictype/pr_ignorable_control.c: New file.
26023         * lib/unictype/pr_iso_control.c: New file.
26024         * lib/unictype/pr_join_control.c: New file.
26025         * lib/unictype/pr_left_of_pair.c: New file.
26026         * lib/unictype/pr_line_separator.c: New file.
26027         * lib/unictype/pr_logical_order_exception.c: New file.
26028         * lib/unictype/pr_lowercase.c: New file.
26029         * lib/unictype/pr_math.c: New file.
26030         * lib/unictype/pr_non_break.c: New file.
26031         * lib/unictype/pr_not_a_character.c: New file.
26032         * lib/unictype/pr_numeric.c: New file.
26033         * lib/unictype/pr_other_alphabetic.c: New file.
26034         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
26035         * lib/unictype/pr_other_grapheme_extend.c: New file.
26036         * lib/unictype/pr_other_id_continue.c: New file.
26037         * lib/unictype/pr_other_id_start.c: New file.
26038         * lib/unictype/pr_other_lowercase.c: New file.
26039         * lib/unictype/pr_other_math.c: New file.
26040         * lib/unictype/pr_other_uppercase.c: New file.
26041         * lib/unictype/pr_paired_punctuation.c: New file.
26042         * lib/unictype/pr_paragraph_separator.c: New file.
26043         * lib/unictype/pr_pattern_syntax.c: New file.
26044         * lib/unictype/pr_pattern_white_space.c: New file.
26045         * lib/unictype/pr_private_use.c: New file.
26046         * lib/unictype/pr_punctuation.c: New file.
26047         * lib/unictype/pr_quotation_mark.c: New file.
26048         * lib/unictype/pr_radical.c: New file.
26049         * lib/unictype/pr_sentence_terminal.c: New file.
26050         * lib/unictype/pr_soft_dotted.c: New file.
26051         * lib/unictype/pr_space.c: New file.
26052         * lib/unictype/pr_terminal_punctuation.c: New file.
26053         * lib/unictype/pr_test.c: New file.
26054         * lib/unictype/pr_titlecase.c: New file.
26055         * lib/unictype/pr_unassigned_code_value.c: New file.
26056         * lib/unictype/pr_unified_ideograph.c: New file.
26057         * lib/unictype/pr_uppercase.c: New file.
26058         * lib/unictype/pr_variation_selector.c: New file.
26059         * lib/unictype/pr_white_space.c: New file.
26060         * lib/unictype/pr_xid_continue.c: New file.
26061         * lib/unictype/pr_xid_start.c: New file.
26062         * lib/unictype/pr_zero_width.c: New file.
26063         * lib/unictype/scripts.c: New file.
26064         * lib/unictype/sy_c_ident.c: New file.
26065         * lib/unictype/sy_c_whitespace.c: New file.
26066         * lib/unictype/sy_java_ident.c: New file.
26067         * lib/unictype/sy_java_whitespace.c: New file.
26068
26069         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
26070         Unicode 5.0.0.
26071         * lib/unictype/blocks.h: Likewise.
26072         * lib/unictype/categ_C.h: Likewise.
26073         * lib/unictype/categ_Cc.h: Likewise.
26074         * lib/unictype/categ_Cf.h: Likewise.
26075         * lib/unictype/categ_Cn.h: Likewise.
26076         * lib/unictype/categ_Co.h: Likewise.
26077         * lib/unictype/categ_Cs.h: Likewise.
26078         * lib/unictype/categ_L.h: Likewise.
26079         * lib/unictype/categ_Ll.h: Likewise.
26080         * lib/unictype/categ_Lm.h: Likewise.
26081         * lib/unictype/categ_Lo.h: Likewise.
26082         * lib/unictype/categ_Lt.h: Likewise.
26083         * lib/unictype/categ_Lu.h: Likewise.
26084         * lib/unictype/categ_M.h: Likewise.
26085         * lib/unictype/categ_Mc.h: Likewise.
26086         * lib/unictype/categ_Me.h: Likewise.
26087         * lib/unictype/categ_Mn.h: Likewise.
26088         * lib/unictype/categ_N.h: Likewise.
26089         * lib/unictype/categ_Nd.h: Likewise.
26090         * lib/unictype/categ_Nl.h: Likewise.
26091         * lib/unictype/categ_No.h: Likewise.
26092         * lib/unictype/categ_P.h: Likewise.
26093         * lib/unictype/categ_Pc.h: Likewise.
26094         * lib/unictype/categ_Pd.h: Likewise.
26095         * lib/unictype/categ_Pe.h: Likewise.
26096         * lib/unictype/categ_Pf.h: Likewise.
26097         * lib/unictype/categ_Pi.h: Likewise.
26098         * lib/unictype/categ_Po.h: Likewise.
26099         * lib/unictype/categ_Ps.h: Likewise.
26100         * lib/unictype/categ_S.h: Likewise.
26101         * lib/unictype/categ_Sc.h: Likewise.
26102         * lib/unictype/categ_Sk.h: Likewise.
26103         * lib/unictype/categ_Sm.h: Likewise.
26104         * lib/unictype/categ_So.h: Likewise.
26105         * lib/unictype/categ_Z.h: Likewise.
26106         * lib/unictype/categ_Zl.h: Likewise.
26107         * lib/unictype/categ_Zp.h: Likewise.
26108         * lib/unictype/categ_Zs.h: Likewise.
26109         * lib/unictype/categ_of.h: Likewise.
26110         * lib/unictype/combining.h: Likewise.
26111         * lib/unictype/ctype_alnum.h: Likewise.
26112         * lib/unictype/ctype_alpha.h: Likewise.
26113         * lib/unictype/ctype_blank.h: Likewise.
26114         * lib/unictype/ctype_cntrl.h: Likewise.
26115         * lib/unictype/ctype_digit.h: Likewise.
26116         * lib/unictype/ctype_graph.h: Likewise.
26117         * lib/unictype/ctype_lower.h: Likewise.
26118         * lib/unictype/ctype_print.h: Likewise.
26119         * lib/unictype/ctype_punct.h: Likewise.
26120         * lib/unictype/ctype_space.h: Likewise.
26121         * lib/unictype/ctype_upper.h: Likewise.
26122         * lib/unictype/ctype_xdigit.h: Likewise.
26123         * lib/unictype/decdigit.h: Likewise.
26124         * lib/unictype/digit.h: Likewise.
26125         * lib/unictype/mirror.h: Likewise.
26126         * lib/unictype/numeric.h: Likewise.
26127         * lib/unictype/pr_alphabetic.h: Likewise.
26128         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
26129         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
26130         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
26131         * lib/unictype/pr_bidi_block_separator.h: Likewise.
26132         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
26133         * lib/unictype/pr_bidi_common_separator.h: Likewise.
26134         * lib/unictype/pr_bidi_control.h: Likewise.
26135         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
26136         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
26137         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
26138         * lib/unictype/pr_bidi_european_digit.h: Likewise.
26139         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
26140         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
26141         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
26142         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
26143         * lib/unictype/pr_bidi_pdf.h: Likewise.
26144         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
26145         * lib/unictype/pr_bidi_whitespace.h: Likewise.
26146         * lib/unictype/pr_combining.h: Likewise.
26147         * lib/unictype/pr_composite.h: Likewise.
26148         * lib/unictype/pr_currency_symbol.h: Likewise.
26149         * lib/unictype/pr_dash.h: Likewise.
26150         * lib/unictype/pr_decimal_digit.h: Likewise.
26151         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
26152         * lib/unictype/pr_deprecated.h: Likewise.
26153         * lib/unictype/pr_diacritic.h: Likewise.
26154         * lib/unictype/pr_extender.h: Likewise.
26155         * lib/unictype/pr_format_control.h: Likewise.
26156         * lib/unictype/pr_grapheme_base.h: Likewise.
26157         * lib/unictype/pr_grapheme_extend.h: Likewise.
26158         * lib/unictype/pr_grapheme_link.h: Likewise.
26159         * lib/unictype/pr_hex_digit.h: Likewise.
26160         * lib/unictype/pr_hyphen.h: Likewise.
26161         * lib/unictype/pr_id_continue.h: Likewise.
26162         * lib/unictype/pr_id_start.h: Likewise.
26163         * lib/unictype/pr_ideographic.h: Likewise.
26164         * lib/unictype/pr_ids_binary_operator.h: Likewise.
26165         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
26166         * lib/unictype/pr_ignorable_control.h: Likewise.
26167         * lib/unictype/pr_iso_control.h: Likewise.
26168         * lib/unictype/pr_join_control.h: Likewise.
26169         * lib/unictype/pr_left_of_pair.h: Likewise.
26170         * lib/unictype/pr_line_separator.h: Likewise.
26171         * lib/unictype/pr_logical_order_exception.h: Likewise.
26172         * lib/unictype/pr_lowercase.h: Likewise.
26173         * lib/unictype/pr_math.h: Likewise.
26174         * lib/unictype/pr_non_break.h: Likewise.
26175         * lib/unictype/pr_not_a_character.h: Likewise.
26176         * lib/unictype/pr_numeric.h: Likewise.
26177         * lib/unictype/pr_other_alphabetic.h: Likewise.
26178         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
26179         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
26180         * lib/unictype/pr_other_id_continue.h: Likewise.
26181         * lib/unictype/pr_other_id_start.h: Likewise.
26182         * lib/unictype/pr_other_lowercase.h: Likewise.
26183         * lib/unictype/pr_other_math.h: Likewise.
26184         * lib/unictype/pr_other_uppercase.h: Likewise.
26185         * lib/unictype/pr_paired_punctuation.h: Likewise.
26186         * lib/unictype/pr_paragraph_separator.h: Likewise.
26187         * lib/unictype/pr_pattern_syntax.h: Likewise.
26188         * lib/unictype/pr_pattern_white_space.h: Likewise.
26189         * lib/unictype/pr_private_use.h: Likewise.
26190         * lib/unictype/pr_punctuation.h: Likewise.
26191         * lib/unictype/pr_quotation_mark.h: Likewise.
26192         * lib/unictype/pr_radical.h: Likewise.
26193         * lib/unictype/pr_sentence_terminal.h: Likewise.
26194         * lib/unictype/pr_soft_dotted.h: Likewise.
26195         * lib/unictype/pr_space.h: Likewise.
26196         * lib/unictype/pr_terminal_punctuation.h: Likewise.
26197         * lib/unictype/pr_titlecase.h: Likewise.
26198         * lib/unictype/pr_unassigned_code_value.h: Likewise.
26199         * lib/unictype/pr_unified_ideograph.h: Likewise.
26200         * lib/unictype/pr_uppercase.h: Likewise.
26201         * lib/unictype/pr_variation_selector.h: Likewise.
26202         * lib/unictype/pr_white_space.h: Likewise.
26203         * lib/unictype/pr_xid_continue.h: Likewise.
26204         * lib/unictype/pr_xid_start.h: Likewise.
26205         * lib/unictype/pr_zero_width.h: Likewise.
26206         * lib/unictype/scripts.h: Likewise.
26207         * lib/unictype/scripts_byname.gperf: Likewise.
26208         * lib/unictype/sy_c_ident.h: Likewise.
26209         * lib/unictype/sy_c_whitespace.h: Likewise.
26210         * lib/unictype/sy_java_ident.h: Likewise.
26211         * lib/unictype/sy_java_whitespace.h: Likewise.
26212
26213         * lib/unictype/Makefile: New file.
26214         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
26215         glibc.
26216         * lib/unictype/3level.h: New file, copied from glibc.
26217         * lib/unictype/3levelbit.h: New file.
26218
26219 2007-11-11  Bruno Haible  <bruno@clisp.org>
26220
26221         * modules/gperf: New file.
26222         * modules/iconv_open (Depends-on): Add it.
26223         (Makefile.am): Remove the GPERF definition.
26224
26225 2007-11-11  Bruno Haible  <bruno@clisp.org>
26226
26227         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
26228         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
26229
26230 2007-11-11  Bruno Haible  <bruno@clisp.org>
26231
26232         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
26233         (usage): Remove function.
26234
26235 2007-11-11  Bruno Haible  <bruno@clisp.org>
26236
26237         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
26238         gl_FUNC_CEILF_LIBS.
26239         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
26240         gl_FUNC_CEIL_LIBS.
26241         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
26242         gl_FUNC_CEILL_LIBS.
26243         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
26244         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
26245         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
26246
26247 2007-11-11  Bruno Haible  <bruno@clisp.org>
26248
26249         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
26250         roundf were declared but do not exist on functions.
26251         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
26252         roundl were declared but do not exist on functions.
26253         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
26254         HAVE_FLOORL_AND_CEILL, respectively.
26255         Needed for Sun C on Solaris 10.
26256
26257 2007-11-11  Bruno Haible  <bruno@clisp.org>
26258
26259         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
26260         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
26261         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
26262         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
26263         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
26264         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
26265         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
26266         HAVE_DECL_ROUNDF.
26267         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
26268         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
26269         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
26270         of HAVE_DECL_ROUND*.
26271         * modules/math (Makefile.am): Update.
26272
26273 2007-11-10  Bruno Haible  <bruno@clisp.org>
26274
26275         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
26276         ptrdiff_t as m4/intl.m4.
26277
26278 2007-11-10  Jim Meyering  <meyering@redhat.com>
26279
26280         Avoid link failure for the argmatch test.
26281         * tests/test-argmatch.c (usage): Define function to avoid a link
26282         failure: argmatch_die requires a usage function.
26283
26284 2007-11-09  Bruno Haible  <bruno@clisp.org>
26285
26286         * doc/functions/snprintf.texi: Mention BeOS deficiency.
26287         * doc/functions/vsnprintf.texi: Likewise.
26288         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
26289         with a size argument < 2.
26290
26291 2007-11-09  Bruno Haible  <bruno@clisp.org>
26292
26293         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
26294         buffer. Fixes an inefficiency introduced on 2007-11-03.
26295
26296 2007-11-09  Bruno Haible  <bruno@clisp.org>
26297
26298         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
26299         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
26300
26301 2007-11-08  Jim Meyering  <meyering@redhat.com>
26302
26303         Change cache variable name prefix "jm_" to "gl_" everywhere.
26304         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
26305         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
26306         * m4/uptime.m4: s/gl_/jm_/
26307
26308 2007-11-07  Bruno Haible  <bruno@clisp.org>
26309
26310         Update to GNU gettext 0.17.
26311         * m4/intl.m4: Update to GNU gettext 0.17.
26312         * m4/po.m4: Likewise.
26313         * modules/gettext (Files): Remove m4/ulonglong.m4.
26314         (configure.ac): Require gettext infrastructure from version 0.17.
26315
26316 2007-11-06  Bruno Haible  <bruno@clisp.org>
26317
26318         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
26319         symbolic values are not defined in a public header.
26320         * lib/freadable.c (freadable) [QNX]: Likewise.
26321         * lib/freadahead.c (freadahead) [QNX]: Likewise.
26322         * lib/freading.c (freading) [QNX]: Likewise.
26323         * lib/fseterr.c (fseterr) [QNX]: Likewise.
26324         * lib/fwritable.c (fwritable) [QNX]: Likewise.
26325         * lib/fwriting.c (fwriting) [QNX]: Likewise.
26326         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
26327         Reported by Alain Magloire.
26328
26329         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
26330
26331 2007-11-05  Bruno Haible  <bruno@clisp.org>
26332
26333         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
26334         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
26335         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
26336         Reported by Eric Blake.
26337
26338 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26339             Bruno Haible  <bruno@clisp.org>
26340
26341         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
26342         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
26343         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
26344         (malloc): Undefine also before including <stdlib.h>.
26345         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
26346         Needed on OSF/1 4.0.
26347
26348 2007-11-05  Jim Meyering  <meyering@redhat.com>
26349
26350         git-version-gen: sync from coreutils.
26351         * build-aux/git-version-gen: Add comments.
26352         Change the first '-' to '.' in the snapshot version string,
26353         e.g., 6.9-377-08144 -> 6.9.377-08144
26354         Remove first parameter.
26355         Don't declare a version "-dirty" merely because a time
26356         stamp has changed.
26357
26358 2007-11-04  Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/lock.h: Protect all macro definitions containing an 'if'
26361         statement through a "do { ... } while (0)".
26362         * lib/tls.h: Likewise.
26363
26364 2007-11-04  Bruno Haible  <bruno@clisp.org>
26365
26366         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
26367
26368 2007-11-04  Bruno Haible  <bruno@clisp.org>
26369
26370         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
26371         * modules/fprintf-posix (Depends-on): Add nocrash.
26372         * modules/snprintf-posix (Depends-on): Likewise.
26373         * modules/sprintf-posix (Depends-on): Likewise.
26374         * modules/vasnprintf-posix (Depends-on): Likewise.
26375         * modules/vasprintf-posix (Depends-on): Likewise.
26376         * modules/vfprintf-posix (Depends-on): Likewise.
26377         * modules/vsnprintf-posix (Depends-on): Likewise.
26378         * modules/vsprintf-posix (Depends-on): Likewise.
26379         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
26380         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
26381         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
26382         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
26383         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
26384         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
26385         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
26386
26387 2007-11-04  Bruno Haible  <bruno@clisp.org>
26388
26389         * modules/nocrash: New file.
26390         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
26391         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
26392
26393 2007-11-04  Bruno Haible  <bruno@clisp.org>
26394
26395         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
26396         precision handling.
26397         * tests/test-vasprintf-posix.c (test_function): Likewise.
26398         * tests/test-snprintf-posix.h (test_function): Likewise.
26399         * tests/test-sprintf-posix.h (test_function): Likewise.
26400
26401         Fix *printf behaviour for large precisions on mingw and BeOS.
26402         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
26403         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
26404         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
26405         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26406         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26407         gl_PRINTF_PRECISION and test its result. Invoke
26408         gl_PREREQ_VASNPRINTF_PRECISION.
26409         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26410         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26411         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26412         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26413         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26414         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26415         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26416         * doc/functions/fprintf.texi: Update.
26417         * doc/functions/printf.texi: Update.
26418         * doc/functions/snprintf.texi: Update.
26419         * doc/functions/sprintf.texi: Update.
26420         * doc/functions/vfprintf.texi: Update.
26421         * doc/functions/vprintf.texi: Update.
26422         * doc/functions/vsnprintf.texi: Update.
26423         * doc/functions/vsprintf.texi: Update.
26424
26425 2007-11-04  Bruno Haible  <bruno@clisp.org>
26426
26427         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
26428
26429 2007-11-04  Bruno Haible  <bruno@clisp.org>
26430
26431         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
26432         Reported by Sylvain Beucler <beuc@gnu.org>.
26433
26434 2007-11-03  Bruno Haible  <bruno@clisp.org>
26435
26436         * tests/test-fprintf-posix2.sh: New file.
26437         * tests/test-fprintf-posix2.c: New file.
26438         * modules/fprintf-posix-tests (Files): Add them.
26439         (TESTS): Add test-fprintf-posix2.sh.
26440         (configure.ac): Check for getrlimit and setrlimit.
26441         (check_PROGRAMS): Add test-fprintf-posix2.
26442
26443         * tests/test-printf-posix2.sh: New file.
26444         * tests/test-printf-posix2.c: New file.
26445         * modules/printf-posix-tests (Files): Add them.
26446         (TESTS): Add test-printf-posix2.sh.
26447         (configure.ac): Check for getrlimit and setrlimit.
26448         (check_PROGRAMS): Add test-printf-posix2.
26449
26450         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
26451         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
26452         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
26453         (decode_double): New function, copied from decode_long_double.
26454         (scale10_round_decimal_decoded): New function, extracted from
26455         scale10_round_decimal_long_double.
26456         (scale10_round_decimal_long_double): Use it.
26457         (scale10_round_decimal_double): New function.
26458         (floorlog10): New function.
26459         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
26460         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
26461         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26462         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26463         gl_PRINTF_ENOMEM and test its result. Invoke
26464         gl_PREREQ_VASNPRINTF_ENOMEM.
26465         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26466         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26467         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26468         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26469         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26470         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26471         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26472         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
26473         * modules/snprintf-posix (Depends-on): Likewise.
26474         * modules/sprintf-posix (Depends-on): Likewise.
26475         * modules/vasnprintf-posix (Depends-on): Likewise.
26476         * modules/vasprintf-posix (Depends-on): Likewise.
26477         * modules/vfprintf-posix (Depends-on): Likewise.
26478         * modules/vsnprintf-posix (Depends-on): Likewise.
26479         * modules/vsprintf-posix (Depends-on): Likewise.
26480         * doc/functions/fprintf.texi: Update.
26481         * doc/functions/printf.texi: Update.
26482         * doc/functions/snprintf.texi: Update.
26483         * doc/functions/sprintf.texi: Update.
26484         * doc/functions/vfprintf.texi: Update.
26485         * doc/functions/vprintf.texi: Update.
26486         * doc/functions/vsnprintf.texi: Update.
26487         * doc/functions/vsprintf.texi: Update.
26488
26489 2007-11-03  Bruno Haible  <bruno@clisp.org>
26490
26491         * modules/frexp-nolibm-tests: New file.
26492
26493         * modules/frexp-nolibm: New file.
26494         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
26495
26496 2007-11-03  Bruno Haible  <bruno@clisp.org>
26497
26498         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
26499         value is C99 compliant.
26500         Needed for OSF/1 5.1.
26501
26502 2007-11-03  Bruno Haible  <bruno@clisp.org>
26503
26504         Fix out-of-memory handling of vasnprintf.
26505         * lib/printf-parse.c: Include <errno.h>.
26506         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
26507         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
26508         is already set.
26509
26510 2007-11-02  Eric Blake  <ebb9@byu.net>
26511
26512         Fix tests on cygwin.
26513         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
26514
26515 2007-11-01  Bruno Haible  <bruno@clisp.org>
26516
26517         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
26518         warning.
26519         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
26520         needed for POSIX compatibility.
26521
26522 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
26523
26524         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
26525         for compatibility with GNU.
26526
26527 2007-11-01  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
26530         (putenv): Renamed from rpl_putenv. Change argument type from
26531         'const char *' to 'char *'.
26532         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
26533         of defining putenv in config.h, just set REPLACE_PUTENV.
26534         * modules/putenv (Depends-on): Add stdlib.
26535         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26536         (Include): Use <stdlib.h>.
26537         * lib/stdlib.in.h (putenv): New declaration.
26538         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
26539         REPLACE_PUTENV.
26540         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
26541         REPLACE_PUTENV.
26542         Needed for MacOS X 10.5.0.
26543         Reported by Peter O'Gorman <peter@pogma.com>.
26544
26545 2007-11-01  Jim Meyering  <meyering@redhat.com>
26546
26547         Treat an empty date string exactly like "0".
26548         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
26549         if the remaining date string (to be parsed) is empty, use "0".
26550         Reported by Mischa Molhoek and discussed in this thread:
26551         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
26552
26553 2007-10-31  Bruno Haible  <bruno@clisp.org>
26554
26555         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
26556         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
26557         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
26558         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
26559         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
26560         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
26561
26562 2007-10-31  Bruno Haible  <bruno@clisp.org>
26563
26564         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
26565         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
26566         (AC_TYPE_LONG_LONG_INT): Use it.
26567         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
26568         it as well.
26569         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
26570         to m4/longlong.m4.
26571         * modules/stdint (Files): Remove m4/ulonglong.m4.
26572         * modules/strtoull (Files): Use m4/longlong.m4 instead of
26573         m4/ulonglong.m4.
26574         * modules/strtoumax (Files): Likewise.
26575
26576 2007-10-30  Bruno Haible  <bruno@clisp.org>
26577
26578         * modules/xvasprintf-posix: New file.
26579         Suggested by Eric Blake.
26580
26581 2007-10-30  Bruno Haible  <bruno@clisp.org>
26582
26583         * modules/xprintf-posix-tests: New file.
26584         * tests/test-xprintf-posix.sh: New file.
26585         * tests/test-xprintf-posix.c: New file.
26586         * tests/test-xfprintf-posix.c: New file.
26587
26588         * modules/xprintf-posix: New file.
26589
26590 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26591
26592         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
26593         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
26594         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
26595
26596 2007-10-29  Bruno Haible  <bruno@clisp.org>
26597
26598         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
26599         contain the special marker '_cv_'.
26600         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
26601         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
26602         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
26603         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
26604         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
26605         Reported by Ralf Wildenhues.
26606
26607 2007-10-29  Bruno Haible  <bruno@clisp.org>
26608
26609         * gnulib-tool (func_import): When --lgpl is not specified, set
26610         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
26611         GPLv3.
26612         Reported by Simon Josefsson.
26613
26614 2007-10-28  Bruno Haible  <bruno@clisp.org>
26615
26616         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
26617         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
26618         HAVE_DECL_ISFINITE.
26619         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
26620         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
26621         HAVE_DECL_ISFINITE.
26622
26623 2007-10-28  Bruno Haible  <bruno@clisp.org>
26624
26625         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
26626         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
26627
26628 2007-10-28  Bruno Haible  <bruno@clisp.org>
26629
26630         Fix link errors with Sun C 5.0 on Solaris 10.
26631         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
26632         function is declared but not present in the compiler's libm.
26633         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
26634         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
26635         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
26636         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
26637         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
26638         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
26639         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
26640         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
26641         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
26642         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
26643         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
26644         HAVE_DECL_FLOORL.
26645
26646 2007-10-28  Bruno Haible  <bruno@clisp.org>
26647
26648         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
26649         gl_FUNC_FLOORL. Cache the result.
26650         (gl_FUNC_FLOORL): Use it.
26651         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
26652         gl_FUNC_CEILL. Cache the result.
26653         (gl_FUNC_CEILL): Use it.
26654
26655         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
26656         gl_FUNC_FLOOR. Cache the result.
26657         (gl_FUNC_FLOOR): Use it.
26658         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
26659         gl_FUNC_CEIL. Cache the result.
26660         (gl_FUNC_CEIL): Use it.
26661
26662         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
26663         gl_FUNC_FLOORF. Cache the result.
26664         (gl_FUNC_FLOORF): Use it.
26665         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
26666         gl_FUNC_CEILF. Cache the result.
26667         (gl_FUNC_CEILF): Use it.
26668
26669 2007-10-28  Bruno Haible  <bruno@clisp.org>
26670
26671         * gnulib-tool: Allow specifying the LGPL version number through
26672         --lgpl=2 or --lgpl=3.
26673         (func_usage): Document --lgpl with argument.
26674         Handle --lgpl=... arguments.
26675         (func_import): Recognize also gl_LGPL calls with an argument. When
26676         --lgpl=2 is used and the module's license is just LGPL, report an
26677         error. Set sed_transform_lib_file according to the lgpl variable. In
26678         the generated files, use --lgpl or gl_LGPL invocations with argument,
26679         if necessary.
26680         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
26681         an LGPv2+ license.
26682         * doc/gnulib-tool.texi (Modified imports): Update explanation of
26683         gl_LGPL macro.
26684
26685 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26686             Bruno Haible  <bruno@clisp.org>
26687
26688         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
26689         (u16_uctomb_aux): Likewise.
26690         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
26691         !HAVE_INLINE.
26692         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
26693
26694 2007-10-28  Bruno Haible  <bruno@clisp.org>
26695
26696         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
26697         Invoke AM_GETTEXT_OPTION if it exists.
26698         * modules/vasprintf: Likewise.
26699         * modules/verror: Likewise.
26700         * modules/xprintf: Likewise.
26701         * modules/xvasprintf: Likewise.
26702
26703 2007-10-27  Ben Pfaff  <blp@gnu.org>
26704
26705         * lib/math.in.h: Define isfinite macro and prototypes for
26706         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
26707         implementations.
26708         * m4/math_h.m4: New substitutions for isfinite module.
26709         * lib/isfinite.c: New file.
26710         * m4/isfinite.m4: New file.
26711         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
26712         * modules/isfinite: New file.
26713         * modules/isfinite-tests: New file.
26714         * tests/tests-isfinite.c: New file.
26715         * doc/functions/isfinite.texi: Mention isfinite module.
26716         * MODULES.html.sh: Mention new module.
26717
26718 2007-10-27  Ben Pfaff  <blp@gnu.org>
26719
26720         Ralf Wildenhues reported that Tru64 4.0D declares the round
26721         functions but does not have definitions.
26722         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
26723         cannot be found in any library, set the output variable to
26724         "missing" instead of "".
26725         * m4/round.m4: Also use our substitute if we cannot find round in
26726         any library, even if it is declared.
26727         * m4/roundf.m4: Likewise for roundf.
26728         * m4/roundl.m4: Likewise for roundl.
26729         * lib/math.in.h: Undefine roundf, round, roundl before defining
26730         their replacements, to allow for hypothetical systems where these
26731         may be defined as macros but not available in libraries.
26732
26733 2007-10-27  Bruno Haible  <bruno@clisp.org>
26734
26735         * doc/gnulib.texi: Invoke @firstparagraphindent.
26736         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
26737         changes in gnulib.
26738         (Source changes): New section.
26739
26740 2007-10-26  Bruno Haible  <bruno@clisp.org>
26741
26742         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
26743         borrowed from autoconf.
26744
26745 2007-10-26  Bruno Haible  <bruno@clisp.org>
26746
26747         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
26748         strerror returned the empty string. Needed on HP-UX 11.00.
26749
26750 2007-10-24  Micah Cowan  <micah@cowan.name>
26751
26752         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
26753         * build-aux/bootstrap: Remove support for now-unnecessary option,
26754         --cvs-user, and envvars CVS_USER, CVS_RSH.
26755
26756 2007-10-24  Jim Meyering  <meyering@redhat.com>
26757
26758         Avoid diagnostics from sha1sum when there is no cached checksum.
26759         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
26760         if the po.s1 file hasn't been created yet.
26761
26762         * build-aux/bootstrap: Sync from coreutils:
26763         2007-10-24  Jim Meyering  <meyering@redhat.com>
26764         Get gnulib from the git repository, not from an obsolete cvs one.
26765         * build-aux/bootstrap: Suggestion from Micah Cowan.
26766         2007-10-04  Jim Meyering  <jim@meyering.net>
26767         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
26768         (update_po_files): Work also when there are no .po files in po/.
26769
26770 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26771
26772         * README: Append ".git" to git and cg examples.
26773         Problem reported by Benoit Sigoure.
26774
26775 2007-10-23  Micah Cowan  <micah@cowan.name>
26776
26777         * users.txt: Add wget.
26778
26779 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26780
26781         Fix linking of some unistdio tests on FreeBSD.
26782         * modules/unistdio/u16-vsnprintf-tests
26783         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
26784         * modules/unistdio/u16-vsprintf-tests
26785         (test_u16_vsnprintf1_LDADD): Likewise.
26786         * modules/unistdio/u32-vsnprintf-tests
26787         (test_u32_vsnprintf1_LDADD): Likewise.
26788         * modules/unistdio/u32-vsprintf-tests
26789         (test_u32_vsprintf1_LDADD): Likewise.
26790         * modules/unistdio/u8-vsnprintf-tests
26791         (test_u8_vsnprintf1_LDADD): Likewise.
26792         * modules/unistdio/u8-vsprintf-tests
26793         (test_u8_vsprintf1_LDADD): Likewise.
26794         * modules/unistdio/ulc-vsnprintf-tests
26795         (test_ulc_vsnprintf1_LDADD): Likewise.
26796         * modules/unistdio/ulc-vsprintf-tests
26797         (test_ulc_vsprintf1_LDADD): Likewise.
26798
26799         Fix linking of some uniconv tests on FreeBSD.
26800         * modules/uniconv/u16-conv-from-enc-tests
26801         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
26802         * modules/uniconv/u16-conv-to-enc-tests
26803         (test_u16_conv_to_enc_LDADD): Likewise.
26804         * modules/uniconv/u16-strconv-from-enc-tests
26805         (test_u16_strconv_from_enc_LDADD): Likewise.
26806         * modules/uniconv/u16-strconv-to-enc-tests
26807         (test_u16_strconv_to_enc_LDADD): Likewise.
26808         * modules/uniconv/u32-conv-from-enc-tests
26809         (test_u32_conv_from_enc_LDADD): Likewise.
26810         * modules/uniconv/u32-conv-to-enc-tests
26811         (test_u32_conv_to_enc_LDADD): Likewise.
26812         * modules/uniconv/u32-strconv-from-enc-tests
26813         (test_u32_strconv_from_enc_LDADD): Likewise.
26814         * modules/uniconv/u32-strconv-to-enc-tests
26815         (test_u32_strconv_to_enc_LDADD): Likewise.
26816         * modules/uniconv/u8-conv-from-enc-tests
26817         (test_u8_conv_from_enc_LDADD): Likewise.
26818         * modules/uniconv/u8-conv-to-enc-tests
26819         (test_u8_conv_to_enc_LDADD): Likewise.
26820         * modules/uniconv/u8-strconv-from-enc-tests
26821         (test_u8_strconv_from_enc_LDADD): Likewise.
26822         * modules/uniconv/u8-strconv-to-enc-tests
26823         (test_u8_strconv_to_enc_LDADD): Likewise.
26824
26825 2007-10-22  Bruno Haible  <bruno@clisp.org>
26826
26827         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
26828         size.
26829
26830 2007-10-22  Eric Blake  <ebb9@byu.net>
26831
26832         Tweak x*printf documentation.
26833         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
26834         variable name and comments.
26835         Suggested by Bruno Haible.
26836
26837 2007-10-22  Bruno Haible  <bruno@clisp.org>
26838
26839         * lib/acl.c (copy_acl): Fix file name in comment.
26840
26841 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26842
26843         Fix Tru64 problem with stdbool.h.
26844         * lib/stdbool.in.h (false, true):
26845         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
26846         Don't declare as an enum in this situation; it runs afoul of Tru64.
26847         Problem reported by Steven M. Schweda in
26848         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
26849
26850 2007-10-22  Eric Blake  <ebb9@byu.net>
26851
26852         Also wrap vf?printf.
26853         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
26854         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
26855         (xvprintf, xvfprintf): New functions.
26856
26857 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26858
26859         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
26860         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
26861
26862         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
26863         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
26864
26865 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26866
26867         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
26868         by Bruno Haible.
26869
26870 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26871
26872         * lib/getloadavg.c
26873         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
26874         Undef `sys' after including sys/table.h, for Tru64 4.0D.
26875
26876         * tests/test-i-ring.c: Work for C89.
26877
26878 2007-10-22  Bruno Haible  <bruno@clisp.org>
26879
26880         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
26881         -1u, in preprocessor expression, so that we don't test for the bug
26882         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
26883         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
26884
26885 2007-10-22  Eric Blake  <ebb9@byu.net>
26886
26887         * tests/test-yesno.sh: Silence stderr during test.
26888
26889 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26890
26891         * modules/crypto/gc-camellia: New file.
26892
26893         * m4/gc-camellia.m4: New file.
26894
26895         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
26896
26897         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
26898
26899 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26900
26901         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
26902         --help to stdout.  Reported by sms@antinode.org (Steven
26903         M. Schweda).
26904
26905 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26906
26907         * users.txt: Fix link to libksba.
26908
26909 2007-10-21  Ben Pfaff  <blp@gnu.org>
26910
26911         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
26912         round.c roundf implementation that depends on floorf and ceilf to
26913         be tested unconditionally.
26914
26915 2007-10-21  Ben Pfaff  <blp@gnu.org>
26916
26917         * m4/check-libm-func.m4: Removed.
26918         * m4/check-math-lib.m4: New file.
26919         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
26920         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
26921         definition and lack of AC_LIBOBJ([roundf]).
26922         * m4/roundl.m4: Ditto, and similarly for roundl.
26923         * modules/round: Reference new m4 file.
26924         * modules/roundf: Ditto.
26925         * modules/roundl: Ditto.
26926         * tests/test-round2.c (main): Use ROUND instead of round.
26927         Bug report from Bruno Haible.
26928
26929 2007-10-21  Bruno Haible  <bruno@clisp.org>
26930
26931         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
26932         context.
26933
26934 2007-10-21  Bruno Haible  <bruno@clisp.org>
26935
26936         * tests/test-wcwidth.c (main): Allow negative result for some control
26937         characters.
26938
26939         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
26940         Needed on OSF/1 5.1.
26941
26942 2007-10-21  Bruno Haible  <bruno@clisp.org>
26943
26944         * tests/test-floorf1.c: Include isnanf.h.
26945         (main): Use isnanf() instead of isnan().
26946         * tests/test-ceilf1.c: Include isnanf.h.
26947         (main): Use isnanf() instead of isnan().
26948         * tests/test-truncf1.c: Include isnanf.h.
26949         (main): Use isnanf() instead of isnan().
26950         * tests/test-roundf1.c: Include isnanf.h.
26951         (main): Use isnanf() instead of isnan().
26952
26953 2007-10-21  Eric Blake  <ebb9@byu.net>
26954
26955         * users.txt: Update URL for m4.
26956
26957 2007-10-21  Bruno Haible  <bruno@clisp.org>
26958
26959         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
26960
26961 2007-10-21  Bruno Haible  <bruno@clisp.org>
26962
26963         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
26964         Git's management files if the CVS files are not present.
26965
26966 2007-10-20  Bruno Haible  <bruno@clisp.org>
26967
26968         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
26969         gcc-3.4.x.
26970
26971 2007-10-20  Ben Pfaff  <blp@gnu.org>
26972
26973         * lib/math.in.h: Declare round, roundf, roundl if we are providing
26974         implementations.
26975         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
26976         * lib/round.c: New file.
26977         * lib/roundf.c: New file.
26978         * lib/roundl.c: New file.
26979         * m4/round.m4: New file.
26980         * m4/roundf.m4: New file.
26981         * m4/roundl.m4: New file.
26982         * m4/check-libm-func-m4: New file.
26983         * modules/math: Replace round, roundf, roundl related @VARS@ in
26984         math.in.h.
26985         * modules/round: New file.
26986         * modules/round-tests: New file.
26987         * modules/roundf: New file.
26988         * modules/roundf-tests: New file.
26989         * modules/roundl: New file.
26990         * modules/roundl-tests: New file.
26991         * tests/test-round1.c: New file.
26992         * tests/test-round2.c: New file.
26993         * tests/test-roundf1.c: New file.
26994         * tests/test-roundf2.c: New file.
26995         * tests/test-roundl.c: New file.
26996         * doc/functions/round.texi: Mention round module.
26997         * doc/functions/roundf.texi: Mention roundf module.
26998         * doc/functions/roundl.texi: Mention roundl module.
26999         * MODULES.html.sh: Mention new modules.
27000         Thanks to Bruno Haible for suggestions.
27001
27002 2007-10-20  Jim Meyering  <meyering@redhat.com>
27003
27004         * lib/xprintf.c: Include <config.h> unconditionally.
27005
27006         Change xprintf's license to GPL.
27007         * modules/xprintf (License): s/LGPL/GPL/, since this module
27008         depends on modules (exit and exitfail) which are GPL.
27009         Suggestion from Bruno Haible.
27010
27011         xprintf fixes.
27012         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
27013         Use a clearer diagnostic.
27014         Patch from Bruno Haible.
27015
27016 2007-10-20  Bruno Haible  <bruno@clisp.org>
27017
27018         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
27019         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
27020         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27021
27022 2007-10-20  Bruno Haible  <bruno@clisp.org>
27023
27024         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
27025         precision in the comparison result > x - 1 or similar.
27026         * tests/test-ceilf2.c (correct_result_p): Likewise.
27027         * tests/test-truncf2.c (correct_result_p): Likewise.
27028         * tests/test-trunc2.c (correct_result_p): Likewise.
27029         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27030
27031 2007-10-20  Bruno Haible  <bruno@clisp.org>
27032
27033         * modules/ceil: New file.
27034         * m4/ceil.m4: New file.
27035         * doc/functions/ceil.texi: Mention the 'ceil' module.
27036
27037 2007-10-20  Bruno Haible  <bruno@clisp.org>
27038
27039         * modules/floor: New file.
27040         * m4/floor.m4: New file.
27041         * doc/functions/floor.texi: Mention the 'floor' module.
27042
27043 2007-10-20  Bruno Haible  <bruno@clisp.org>
27044
27045         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
27046         of %a.
27047         * modules/floorf-tests (Depends-on): Likewise.
27048         * modules/truncf-tests (Depends-on): Likewise.
27049         * modules/trunc-tests (Depends-on): Likewise.
27050         Reported by Ben Pfaff.
27051
27052 2007-10-19  Jim Meyering  <meyering@redhat.com>
27053
27054         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
27055         Don't bother testing specific errno values.  Just test ferror.
27056
27057         New module: xprintf
27058         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
27059
27060 2007-10-19  Bruno Haible  <bruno@clisp.org>
27061
27062         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
27063         syntax.
27064         * modules/javaexec (Makefile.am): Likewise.
27065         * modules/relocatable-prog (Makefile.am): Likewise.
27066         Suggested by Jim Meyering.
27067
27068 2007-10-18  Bruno Haible  <bruno@clisp.org>
27069
27070         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
27071         Reported by Jim Meyering.
27072
27073 2007-10-18  Eric Blake  <ebb9@byu.net>
27074
27075         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
27076
27077 2007-10-18  Bruno Haible  <bruno@clisp.org>
27078
27079         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
27080         the format string into writable memory. Needed in Fortify conditions.
27081
27082 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
27083             Bruno Haible  <bruno@clisp.org>
27084
27085         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
27086         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
27087         * modules/trim (Depends-on): Add mbchar.
27088         (configure.ac): Add gl_FUNC_MBRTOWC.
27089         (Makefile.am): Augment lib_SOURCES.
27090
27091 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
27092
27093         Modify glob.c to use fstatat and dirfd, to simplify it.
27094         Suggested by Eric Blake.
27095         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
27096         Don't include <stdbool.h>; not used.
27097         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
27098         (link_exists_p): Simplify implementation, since we can now assume
27099         dirfd and fstatat.
27100         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
27101
27102 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27103
27104         * gnulib-tool (func_get_dependencies): Fix sed script to
27105         match only tests.
27106
27107 2007-10-17  Bruno Haible  <bruno@clisp.org>
27108
27109         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
27110         allow locale names without encoding suffix.
27111         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27112         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27113
27114 2007-10-16  Bruno Haible  <bruno@clisp.org>
27115
27116         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
27117         * lib/getgroups.c (getgroups): Likewise.
27118         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
27119
27120 2007-10-16  Bruno Haible  <bruno@clisp.org>
27121
27122         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
27123         * modules/malloc-posix (License): Likewise.
27124         * modules/realloc-posix (License): Likewise.
27125         * modules/calloc-posix (License): Likewise.
27126         * modules/intprops (License): Change from GPL to LGPL, with
27127         Paul Eggert's approval.
27128
27129 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27130
27131         Merge glibc changes into lib/glob.c.
27132
27133         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
27134         2007-10-15 04:59:03 UTC.  Here are the changes:
27135
27136         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
27137
27138         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
27139
27140         * lib/glob.c: Add some branch prediction throughout.
27141
27142         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
27143
27144         [BZ #5103]
27145         * lib/glob.c (glob): Recognize patterns starting \/.
27146
27147         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
27148
27149         [BZ #3996]
27150         * lib/glob.c (attribute_hidden): Define if not defined.
27151         (glob): Unescape dirname, filename or username when needed and not
27152         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
27153         is NULL.  Handle unescaped [ in pattern without closing ].
27154         Don't pass GLOB_CHECK down to recursive glob for directories.
27155         (__glob_pattern_type): New function.
27156         (__glob_pattern_p): Implement using __glob_pattern_type.
27157         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
27158         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
27159         Remove unreachable code.
27160
27161         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
27162
27163         * lib/glob.c (glob_in_dir): Add some comments and asserts to
27164         explain why there are no leaks.
27165
27166         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
27167
27168         [BZ #3253]
27169         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
27170         time, rather allocate increasingly bigger arrays of pointers, if
27171         possible with alloca, if too large with malloc.
27172
27173 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27174
27175         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
27176         Problem reported by H.Merijn Brand in
27177         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
27178         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
27179         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27180
27181 2007-10-15  Bruno Haible  <bruno@clisp.org>
27182
27183         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
27184         with explicit rpl_ prefix.
27185         * lib/fopen.c (fopen): Likewise.
27186         * lib/freopen.c (freopen): Likewise.
27187         * lib/iconv.c (iconv): Likewise.
27188         * lib/iconv_close.c (iconv_close): Likewise.
27189
27190 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27191
27192         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
27193
27194 2007-10-15  Bruno Haible  <bruno@clisp.org>
27195
27196         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
27197         <stddef.h> instead of <stdlib.h> since we only need NULL.
27198         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27199
27200 2007-10-15  Bruno Haible  <bruno@clisp.org>
27201
27202         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
27203         Replace paragraph talking about LIBOBJS.
27204         Reported by Colin Watson <cjwatson@debian.org>.
27205
27206 2007-10-15  Bruno Haible  <bruno@clisp.org>
27207
27208         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
27209         <stdlib.h> before using NULL.
27210
27211 2007-10-15  Simon Josefsson  <simon@josefsson.org>
27212
27213         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
27214         Reported by Albert Chin <china@thewrittenword.com>.
27215
27216 2007-10-14  Bruno Haible  <bruno@clisp.org>
27217
27218         * modules/iconv_open-utf-tests: New file.
27219         * tests/test-iconv-utf.c: New file.
27220
27221         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
27222         * modules/iconv_open-utf: New file.
27223         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
27224         (iconv, iconv_close): New declarations.
27225         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
27226         be defined.
27227         (iconv_open): Add special handling of conversion between UTF-8 and
27228         UTF-{16,32}{BE,LE}.
27229         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
27230         * lib/iconv_close.c: New file.
27231         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
27232         gl_FUNC_ICONV_OPEN.
27233         (gl_FUNC_ICONV_OPEN): Use it.
27234         (gl_FUNC_ICONV_OPEN_UTF): New macro.
27235         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
27236         and REPLACE_ICONV_UTF.
27237         * modules/iconv_open (Depends-on): Add c-strcase.
27238         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
27239         ICONV_CONST.
27240         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
27241
27242 2007-10-13  Albert Chin  <china@thewrittenword.com>
27243             Bruno Haible  <bruno@clisp.org>
27244
27245         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
27246         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
27247
27248 2007-10-13  Bruno Haible  <bruno@clisp.org>
27249
27250         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
27251         defined, use the ISO C99 inline semantics.
27252         * lib/argp.h (ARGP_EI): Likewise.
27253
27254 2007-10-13  Bruno Haible  <bruno@clisp.org>
27255
27256         Handle 'inline' change in gcc 4.3.0.
27257         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
27258         argp_fmtstream_write, argp_fmtstream_set_lmargin,
27259         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
27260         argp_fmtstream_point): Disable 'extern' declaration if the function
27261         definition is going to be provided inline.
27262         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
27263         semantics, not the ISO C99 inline semantics.
27264         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
27265         'extern' declaration if the function definition is going to be provided
27266         inline.
27267         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
27268         the GNU C inline semantics, not the ISO C99 inline semantics. With
27269         GCC 4.2, avoid a warning.
27270
27271 2007-10-13  Bruno Haible  <bruno@clisp.org>
27272
27273         * lib/freading.h (freading): Enable the use of __freading for
27274         glibc >= 2.7.
27275         * lib/freading.c (freading): Likewise.
27276
27277 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27278
27279         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
27280         "warning: C99 inline functions are not supported; using GNU89".
27281
27282 2007-10-12  Bruno Haible  <bruno@clisp.org>
27283
27284         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
27285         of 2.
27286         * tests/test-ceilf2.c: New file.
27287         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
27288
27289         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
27290         * modules/ceilf-tests: Update.
27291
27292 2007-10-12  Bruno Haible  <bruno@clisp.org>
27293
27294         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
27295         of 2.
27296         * tests/test-floorf2.c: New file.
27297         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
27298
27299         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
27300         * modules/floorf-tests: Update.
27301
27302 2007-10-12  Bruno Haible  <bruno@clisp.org>
27303
27304         * tests/test-trunc2.c: New file.
27305         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
27306
27307         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
27308         * modules/trunc-tests: Update.
27309
27310 2007-10-12  Bruno Haible  <bruno@clisp.org>
27311
27312         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
27313         of 2.
27314         * tests/test-truncf2.c: New file.
27315         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
27316
27317         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
27318         * modules/truncf-tests: Update.
27319
27320 2007-10-11  Eric Blake  <ebb9@byu.net>
27321
27322         Don't claim strerror is broken on Interix.
27323         * doc/functions/strerror.texi (strerror): Known broken systems are
27324         now Solaris 8, and not Interix.
27325         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
27326         Interix on cross-compile.
27327         Reported by Martin Koeppe in
27328         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
27329
27330 2007-10-11  Bruno Haible  <bruno@clisp.org>
27331
27332         * modules/i-ring-tests: New file.
27333         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
27334         instead of assert.
27335
27336 2007-10-11  Bruno Haible  <bruno@clisp.org>
27337
27338         * modules/filenamecat-tests: New file.
27339         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
27340         * lib/filenamecat.c: Remove test code.
27341
27342 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27343
27344         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
27345
27346         * lib/strerror.c: Include <string.h> always, to test interface,
27347         and to remove the need for the dummy.
27348         Include intprops.h to compute width instead of doing it ourselves
27349         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
27350         (strerror): Define it to return NULL if there's no system strerror.
27351         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
27352         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
27353         ancient pre-strerror Unix systems well any more.  Saying "unknown
27354         system error" is enough.
27355         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
27356         simpler strerror.c implementation.
27357         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
27358         Simplify the tests to reflect the simpler strerror implementation.
27359         * modules/strerror (Depends-on): Add intprops.
27360
27361 2007-10-09  Eric Blake  <ebb9@byu.net>
27362
27363         Silence test-fpending.
27364         * modules/fpending-tests (Files): Add wrapper script.
27365         * tests/test-fpending.sh: New file.
27366
27367 2007-10-09  Bruno Haible  <bruno@clisp.org>
27368
27369         * MODULES.html.sh (func_module): Don't create a hyperlink for
27370         function names like 'printf_frexp'.
27371         (Misc): Add crc, memxor.
27372         (Characteristics of floating types): New section.
27373         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
27374         isnanf-nolibm, signbit, trunc, truncf, truncl.
27375         (Enhancements for ISO C 99 functions): New subsection Input/output.
27376         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
27377         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
27378         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
27379         (Compatibility checks for POSIX:2001 functions): Add clock-time.
27380         (Enhancements for POSIX:2001 functions): Add chdir-long.
27381         (File system functions): Add areadlink, chdir-safer, read-file.
27382         Remove cycle-check.
27383         (File system as inode set): New section.
27384         (Date and time): Add gethrxtime.
27385         (Multithreading): Add openmp.
27386         (Internationalization functions): Add localename.
27387         (Unicode string functions): Add unistr/u*-mbsnlen.
27388         (Support for maintaining and releasing projects): Add git-version-gen.
27389         (Lone files): Remove directories.
27390
27391 2007-10-08  Ben Pfaff  <blp@gnu.org>
27392
27393         * lib/xmalloca.h: Fix typo in comment.
27394
27395 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27396
27397         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
27398         when avoiding problems with integer overflow.  Use a portable test
27399         instead.
27400
27401 2007-10-08  Simon Josefsson  <simon@josefsson.org>
27402
27403         * modules/dummy (License): Change to LGPLv2+.
27404         * modules/float (License): Likewise
27405         * modules/realloc (License): Likewise
27406         * modules/stdlib (License): Likewise
27407
27408 2007-10-07  Bruno Haible  <bruno@clisp.org>
27409
27410         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
27411         * floor.c (TWO_MANT_DIG): Likewise.
27412         * ceil.c (TWO_MANT_DIG): Likewise.
27413         Reported by Ben Pfaff.
27414
27415 2007-10-07  Bruno Haible  <bruno@clisp.org>
27416
27417         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
27418         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
27419         * lib/frexp.c (FUNC): Likewise.
27420         * lib/printf-frexp.h (printf_frexp): Likewise.
27421         * lib/printf-frexpl.h (printf_frexpl): Likewise.
27422         * lib/printf-frexp.c (FUNC): Likewise.
27423         Suggested by Jim Meyering.
27424
27425 2007-10-07  Jim Meyering  <meyering@redhat.com>
27426
27427         Make xnanosleep's integer overflow test more robust.
27428         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
27429         so that gcc-4.3.0 doesn't optimize away this test for overflow.
27430
27431 2007-10-07  Bruno Haible  <bruno@clisp.org>
27432
27433         * NEWS: Mention the license change.
27434
27435         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
27436         abbreviations in the modules files.
27437
27438         Change copyright notice from GPLv2+ to GPLv3+.
27439         * README: Change copyright notice.
27440         * MODULES.html.sh: Likewise.
27441         * build-aux/bootstrap.conf: Likewise.
27442         * build-aux/config.libpath: Likewise.
27443         * build-aux/csharpcomp.sh.in: Likewise.
27444         * build-aux/csharpexec.sh.in: Likewise.
27445         * build-aux/install-reloc: Likewise.
27446         * build-aux/javacomp.sh.in: Likewise.
27447         * build-aux/javaexec.sh.in: Likewise.
27448         * build-aux/ldd.sh.in: Likewise.
27449         * build-aux/reloc-ldflags: Likewise.
27450         * build-aux/relocatable.sh.in: Likewise.
27451         * build-aux/x-to-1.in: Likewise.
27452         * check-module: Likewise.
27453         * config/srclistvars.sh: Likewise.
27454         * gnulib-tool: Likewise.
27455         * lib/acl-internal.h: Likewise.
27456         * lib/acl.c: Likewise.
27457         * lib/acl.h: Likewise.
27458         * lib/acl_entries.c: Likewise.
27459         * lib/areadlink-with-size.c: Likewise.
27460         * lib/areadlink.c: Likewise.
27461         * lib/areadlink.h: Likewise.
27462         * lib/argmatch.c: Likewise.
27463         * lib/argmatch.h: Likewise.
27464         * lib/argp-ba.c: Likewise.
27465         * lib/argp-eexst.c: Likewise.
27466         * lib/argp-fmtstream.c: Likewise.
27467         * lib/argp-fmtstream.h: Likewise.
27468         * lib/argp-fs-xinl.c: Likewise.
27469         * lib/argp-help.c: Likewise.
27470         * lib/argp-namefrob.h: Likewise.
27471         * lib/argp-parse.c: Likewise.
27472         * lib/argp-pin.c: Likewise.
27473         * lib/argp-pv.c: Likewise.
27474         * lib/argp-pvh.c: Likewise.
27475         * lib/argp-xinl.c: Likewise.
27476         * lib/argp.h: Likewise.
27477         * lib/at-func.c: Likewise.
27478         * lib/atanl.c: Likewise.
27479         * lib/backupfile.c: Likewise.
27480         * lib/backupfile.h: Likewise.
27481         * lib/basename.c: Likewise.
27482         * lib/binary-io.h: Likewise.
27483         * lib/byteswap.in.h: Likewise.
27484         * lib/c-stack.c: Likewise.
27485         * lib/c-stack.h: Likewise.
27486         * lib/c-strcasestr.c: Likewise.
27487         * lib/c-strcasestr.h: Likewise.
27488         * lib/c-strstr.c: Likewise.
27489         * lib/c-strstr.h: Likewise.
27490         * lib/c-strtod.c: Likewise.
27491         * lib/calloc.c: Likewise.
27492         * lib/canon-host.c: Likewise.
27493         * lib/canon-host.h: Likewise.
27494         * lib/canonicalize-lgpl.c: Likewise.
27495         * lib/canonicalize.c: Likewise.
27496         * lib/canonicalize.h: Likewise.
27497         * lib/ceil.c: Likewise.
27498         * lib/ceilf.c: Likewise.
27499         * lib/ceill.c: Likewise.
27500         * lib/chdir-long.c: Likewise.
27501         * lib/chdir-long.h: Likewise.
27502         * lib/chdir-safer.c: Likewise.
27503         * lib/chdir-safer.h: Likewise.
27504         * lib/chown.c: Likewise.
27505         * lib/classpath.c: Likewise.
27506         * lib/classpath.h: Likewise.
27507         * lib/clean-temp.c: Likewise.
27508         * lib/clean-temp.h: Likewise.
27509         * lib/cloexec.c: Likewise.
27510         * lib/close-stream.c: Likewise.
27511         * lib/closein.c: Likewise.
27512         * lib/closein.h: Likewise.
27513         * lib/closeout.c: Likewise.
27514         * lib/closeout.h: Likewise.
27515         * lib/concat-filename.c: Likewise.
27516         * lib/copy-file.c: Likewise.
27517         * lib/copy-file.h: Likewise.
27518         * lib/count-one-bits.h: Likewise.
27519         * lib/crc.c: Likewise.
27520         * lib/crc.h: Likewise.
27521         * lib/creat-safer.c: Likewise.
27522         * lib/csharpcomp.c: Likewise.
27523         * lib/csharpcomp.h: Likewise.
27524         * lib/csharpexec.c: Likewise.
27525         * lib/csharpexec.h: Likewise.
27526         * lib/cycle-check.c: Likewise.
27527         * lib/cycle-check.h: Likewise.
27528         * lib/diacrit.c: Likewise.
27529         * lib/diacrit.h: Likewise.
27530         * lib/diffseq.h: Likewise.
27531         * lib/dirchownmod.c: Likewise.
27532         * lib/dirent.in.h: Likewise.
27533         * lib/dirfd.c: Likewise.
27534         * lib/dirfd.h: Likewise.
27535         * lib/dirname.c: Likewise.
27536         * lib/dirname.h: Likewise.
27537         * lib/dummy.c: Likewise.
27538         * lib/dup-safer.c: Likewise.
27539         * lib/dup2.c: Likewise.
27540         * lib/eealloc.h: Likewise.
27541         * lib/error.c: Likewise.
27542         * lib/error.h: Likewise.
27543         * lib/euidaccess.c: Likewise.
27544         * lib/exclude.c: Likewise.
27545         * lib/exclude.h: Likewise.
27546         * lib/execute.c: Likewise.
27547         * lib/execute.h: Likewise.
27548         * lib/exitfail.c: Likewise.
27549         * lib/exitfail.h: Likewise.
27550         * lib/expl.c: Likewise.
27551         * lib/fatal-signal.c: Likewise.
27552         * lib/fatal-signal.h: Likewise.
27553         * lib/fbufmode.c: Likewise.
27554         * lib/fbufmode.h: Likewise.
27555         * lib/fchdir.c: Likewise.
27556         * lib/fchmodat.c: Likewise.
27557         * lib/fchownat.c: Likewise.
27558         * lib/fcntl--.h: Likewise.
27559         * lib/fcntl-safer.h: Likewise.
27560         * lib/fcntl.in.h: Likewise.
27561         * lib/fd-safer.c: Likewise.
27562         * lib/fflush.c: Likewise.
27563         * lib/file-has-acl.c: Likewise.
27564         * lib/file-set.c: Likewise.
27565         * lib/file-type.c: Likewise.
27566         * lib/file-type.h: Likewise.
27567         * lib/fileblocks.c: Likewise.
27568         * lib/filemode.c: Likewise.
27569         * lib/filemode.h: Likewise.
27570         * lib/filename.h: Likewise.
27571         * lib/filenamecat.c: Likewise.
27572         * lib/filenamecat.h: Likewise.
27573         * lib/findprog.c: Likewise.
27574         * lib/findprog.h: Likewise.
27575         * lib/float.in.h: Likewise.
27576         * lib/floor.c: Likewise.
27577         * lib/floorf.c: Likewise.
27578         * lib/floorl.c: Likewise.
27579         * lib/fopen-safer.c: Likewise.
27580         * lib/fopen.c: Likewise.
27581         * lib/fpending.c: Likewise.
27582         * lib/fpending.h: Likewise.
27583         * lib/fprintf.c: Likewise.
27584         * lib/fprintftime.h: Likewise.
27585         * lib/fpucw.h: Likewise.
27586         * lib/fpurge.c: Likewise.
27587         * lib/fpurge.h: Likewise.
27588         * lib/freadable.c: Likewise.
27589         * lib/freadable.h: Likewise.
27590         * lib/freadahead.c: Likewise.
27591         * lib/freadahead.h: Likewise.
27592         * lib/freading.c: Likewise.
27593         * lib/freading.h: Likewise.
27594         * lib/free.c: Likewise.
27595         * lib/freopen.c: Likewise.
27596         * lib/frexp.c: Likewise.
27597         * lib/frexpl.c: Likewise.
27598         * lib/fseek.c: Likewise.
27599         * lib/fseterr.c: Likewise.
27600         * lib/fseterr.h: Likewise.
27601         * lib/fstatat.c: Likewise.
27602         * lib/fstrcmp.c: Likewise.
27603         * lib/fstrcmp.h: Likewise.
27604         * lib/fsusage.c: Likewise.
27605         * lib/fsusage.h: Likewise.
27606         * lib/ftell.c: Likewise.
27607         * lib/ftello.c: Likewise.
27608         * lib/fts-cycle.c: Likewise.
27609         * lib/fts.c: Likewise.
27610         * lib/fts_.h: Likewise.
27611         * lib/full-read.c: Likewise.
27612         * lib/full-read.h: Likewise.
27613         * lib/full-write.c: Likewise.
27614         * lib/full-write.h: Likewise.
27615         * lib/fwritable.c: Likewise.
27616         * lib/fwritable.h: Likewise.
27617         * lib/fwriteerror.c: Likewise.
27618         * lib/fwriteerror.h: Likewise.
27619         * lib/fwriting.c: Likewise.
27620         * lib/fwriting.h: Likewise.
27621         * lib/gcd.c: Likewise.
27622         * lib/gcd.h: Likewise.
27623         * lib/getcwd.c: Likewise.
27624         * lib/getdate.h: Likewise.
27625         * lib/getdate.y: Likewise.
27626         * lib/getdomainname.c: Likewise.
27627         * lib/getdomainname.h: Likewise.
27628         * lib/getgroups.c: Likewise.
27629         * lib/gethostname.c: Likewise.
27630         * lib/gethrxtime.c: Likewise.
27631         * lib/gethrxtime.h: Likewise.
27632         * lib/getloadavg.c: Likewise.
27633         * lib/getndelim2.c: Likewise.
27634         * lib/getndelim2.h: Likewise.
27635         * lib/getnline.c: Likewise.
27636         * lib/getnline.h: Likewise.
27637         * lib/getopt.c: Likewise.
27638         * lib/getopt.in.h: Likewise.
27639         * lib/getopt1.c: Likewise.
27640         * lib/getopt_int.h: Likewise.
27641         * lib/getpagesize.h: Likewise.
27642         * lib/getsubopt.c: Likewise.
27643         * lib/gettime.c: Likewise.
27644         * lib/getugroups.c: Likewise.
27645         * lib/getugroups.h: Likewise.
27646         * lib/getusershell.c: Likewise.
27647         * lib/gl_anyavltree_list1.h: Likewise.
27648         * lib/gl_anyavltree_list2.h: Likewise.
27649         * lib/gl_anyhash_list1.h: Likewise.
27650         * lib/gl_anyhash_list2.h: Likewise.
27651         * lib/gl_anylinked_list1.h: Likewise.
27652         * lib/gl_anylinked_list2.h: Likewise.
27653         * lib/gl_anyrbtree_list1.h: Likewise.
27654         * lib/gl_anyrbtree_list2.h: Likewise.
27655         * lib/gl_anytree_list1.h: Likewise.
27656         * lib/gl_anytree_list2.h: Likewise.
27657         * lib/gl_anytree_oset.h: Likewise.
27658         * lib/gl_anytreehash_list1.h: Likewise.
27659         * lib/gl_anytreehash_list2.h: Likewise.
27660         * lib/gl_array_list.c: Likewise.
27661         * lib/gl_array_list.h: Likewise.
27662         * lib/gl_array_oset.c: Likewise.
27663         * lib/gl_array_oset.h: Likewise.
27664         * lib/gl_avltree_list.c: Likewise.
27665         * lib/gl_avltree_list.h: Likewise.
27666         * lib/gl_avltree_oset.c: Likewise.
27667         * lib/gl_avltree_oset.h: Likewise.
27668         * lib/gl_avltreehash_list.c: Likewise.
27669         * lib/gl_avltreehash_list.h: Likewise.
27670         * lib/gl_carray_list.c: Likewise.
27671         * lib/gl_carray_list.h: Likewise.
27672         * lib/gl_linked_list.c: Likewise.
27673         * lib/gl_linked_list.h: Likewise.
27674         * lib/gl_linkedhash_list.c: Likewise.
27675         * lib/gl_linkedhash_list.h: Likewise.
27676         * lib/gl_list.c: Likewise.
27677         * lib/gl_list.h: Likewise.
27678         * lib/gl_oset.c: Likewise.
27679         * lib/gl_oset.h: Likewise.
27680         * lib/gl_rbtree_list.c: Likewise.
27681         * lib/gl_rbtree_list.h: Likewise.
27682         * lib/gl_rbtree_oset.c: Likewise.
27683         * lib/gl_rbtree_oset.h: Likewise.
27684         * lib/gl_rbtreehash_list.c: Likewise.
27685         * lib/gl_rbtreehash_list.h: Likewise.
27686         * lib/gl_sublist.c: Likewise.
27687         * lib/gl_sublist.h: Likewise.
27688         * lib/group-member.c: Likewise.
27689         * lib/group-member.h: Likewise.
27690         * lib/hard-locale.c: Likewise.
27691         * lib/hard-locale.h: Likewise.
27692         * lib/hash-pjw.c: Likewise.
27693         * lib/hash-pjw.h: Likewise.
27694         * lib/hash-triple.c: Likewise.
27695         * lib/hash.c: Likewise.
27696         * lib/hash.h: Likewise.
27697         * lib/human.c: Likewise.
27698         * lib/human.h: Likewise.
27699         * lib/i-ring.c: Likewise.
27700         * lib/i-ring.h: Likewise.
27701         * lib/idcache.c: Likewise.
27702         * lib/imaxabs.c: Likewise.
27703         * lib/imaxdiv.c: Likewise.
27704         * lib/inet_pton.c: Likewise.
27705         * lib/inet_pton.h: Likewise.
27706         * lib/intprops.h: Likewise.
27707         * lib/inttostr.c: Likewise.
27708         * lib/inttostr.h: Likewise.
27709         * lib/inttypes.in.h: Likewise.
27710         * lib/isapipe.c: Likewise.
27711         * lib/isdir.c: Likewise.
27712         * lib/isnan.c: Likewise.
27713         * lib/isnan.h: Likewise.
27714         * lib/isnanf.c: Likewise.
27715         * lib/isnanf.h: Likewise.
27716         * lib/isnanl-nolibm.h: Likewise.
27717         * lib/isnanl.c: Likewise.
27718         * lib/isnanl.h: Likewise.
27719         * lib/javacomp.c: Likewise.
27720         * lib/javacomp.h: Likewise.
27721         * lib/javaexec.c: Likewise.
27722         * lib/javaexec.h: Likewise.
27723         * lib/javaversion.c: Likewise.
27724         * lib/javaversion.h: Likewise.
27725         * lib/javaversion.java: Likewise.
27726         * lib/lbrkprop.h: Likewise.
27727         * lib/lchmod.h: Likewise.
27728         * lib/lchown.c: Likewise.
27729         * lib/ldexpl.c: Likewise.
27730         * lib/linebreak.c: Likewise.
27731         * lib/linebreak.h: Likewise.
27732         * lib/linebuffer.c: Likewise.
27733         * lib/linebuffer.h: Likewise.
27734         * lib/locale.in.h: Likewise.
27735         * lib/logl.c: Likewise.
27736         * lib/long-options.c: Likewise.
27737         * lib/long-options.h: Likewise.
27738         * lib/lstat.c: Likewise.
27739         * lib/lstat.h: Likewise.
27740         * lib/math.in.h: Likewise.
27741         * lib/mbchar.c: Likewise.
27742         * lib/mbchar.h: Likewise.
27743         * lib/mbfile.h: Likewise.
27744         * lib/mbiter.h: Likewise.
27745         * lib/mbscasecmp.c: Likewise.
27746         * lib/mbscasestr.c: Likewise.
27747         * lib/mbschr.c: Likewise.
27748         * lib/mbscspn.c: Likewise.
27749         * lib/mbslen.c: Likewise.
27750         * lib/mbsncasecmp.c: Likewise.
27751         * lib/mbsnlen.c: Likewise.
27752         * lib/mbspbrk.c: Likewise.
27753         * lib/mbspcasecmp.c: Likewise.
27754         * lib/mbsrchr.c: Likewise.
27755         * lib/mbssep.c: Likewise.
27756         * lib/mbsspn.c: Likewise.
27757         * lib/mbsstr.c: Likewise.
27758         * lib/mbstok_r.c: Likewise.
27759         * lib/mbswidth.c: Likewise.
27760         * lib/mbswidth.h: Likewise.
27761         * lib/mbuiter.h: Likewise.
27762         * lib/memcasecmp.c: Likewise.
27763         * lib/memcasecmp.h: Likewise.
27764         * lib/memchr.c: Likewise.
27765         * lib/memcmp.c: Likewise.
27766         * lib/memcoll.c: Likewise.
27767         * lib/memcoll.h: Likewise.
27768         * lib/memcpy.c: Likewise.
27769         * lib/memrchr.c: Likewise.
27770         * lib/mkancesdirs.c: Likewise.
27771         * lib/mkdir-p.c: Likewise.
27772         * lib/mkdir-p.h: Likewise.
27773         * lib/mkdir.c: Likewise.
27774         * lib/mkdirat.c: Likewise.
27775         * lib/mkdtemp.c: Likewise.
27776         * lib/mkstemp-safer.c: Likewise.
27777         * lib/mkstemp.c: Likewise.
27778         * lib/modechange.c: Likewise.
27779         * lib/modechange.h: Likewise.
27780         * lib/mountlist.c: Likewise.
27781         * lib/mountlist.h: Likewise.
27782         * lib/mpsort.c: Likewise.
27783         * lib/nanosleep.c: Likewise.
27784         * lib/obstack.c: Likewise.
27785         * lib/obstack.h: Likewise.
27786         * lib/open-safer.c: Likewise.
27787         * lib/open.c: Likewise.
27788         * lib/openat-die.c: Likewise.
27789         * lib/openat-priv.h: Likewise.
27790         * lib/openat-proc.c: Likewise.
27791         * lib/openat.c: Likewise.
27792         * lib/openat.h: Likewise.
27793         * lib/pagealign_alloc.c: Likewise.
27794         * lib/pagealign_alloc.h: Likewise.
27795         * lib/physmem.c: Likewise.
27796         * lib/physmem.h: Likewise.
27797         * lib/pipe-safer.c: Likewise.
27798         * lib/pipe.c: Likewise.
27799         * lib/pipe.h: Likewise.
27800         * lib/posixtm.c: Likewise.
27801         * lib/posixtm.h: Likewise.
27802         * lib/posixver.c: Likewise.
27803         * lib/printf-frexp.c: Likewise.
27804         * lib/printf-frexp.h: Likewise.
27805         * lib/printf-frexpl.c: Likewise.
27806         * lib/printf-frexpl.h: Likewise.
27807         * lib/printf.c: Likewise.
27808         * lib/progname.c: Likewise.
27809         * lib/progname.h: Likewise.
27810         * lib/progreloc.c: Likewise.
27811         * lib/putenv.c: Likewise.
27812         * lib/quote.c: Likewise.
27813         * lib/quote.h: Likewise.
27814         * lib/quotearg.c: Likewise.
27815         * lib/quotearg.h: Likewise.
27816         * lib/raise.c: Likewise.
27817         * lib/readline.c: Likewise.
27818         * lib/readline.h: Likewise.
27819         * lib/readlink.c: Likewise.
27820         * lib/readtokens.c: Likewise.
27821         * lib/readtokens.h: Likewise.
27822         * lib/readtokens0.c: Likewise.
27823         * lib/readtokens0.h: Likewise.
27824         * lib/readutmp.c: Likewise.
27825         * lib/readutmp.h: Likewise.
27826         * lib/realloc.c: Likewise.
27827         * lib/relocwrapper.c: Likewise.
27828         * lib/rename-dest-slash.c: Likewise.
27829         * lib/rename.c: Likewise.
27830         * lib/rmdir.c: Likewise.
27831         * lib/rpmatch.c: Likewise.
27832         * lib/safe-read.c: Likewise.
27833         * lib/safe-read.h: Likewise.
27834         * lib/safe-write.c: Likewise.
27835         * lib/safe-write.h: Likewise.
27836         * lib/same-inode.h: Likewise.
27837         * lib/same.c: Likewise.
27838         * lib/same.h: Likewise.
27839         * lib/save-cwd.c: Likewise.
27840         * lib/save-cwd.h: Likewise.
27841         * lib/savedir.c: Likewise.
27842         * lib/savedir.h: Likewise.
27843         * lib/savewd.c: Likewise.
27844         * lib/savewd.h: Likewise.
27845         * lib/search.in.h: Likewise.
27846         * lib/setenv.c: Likewise.
27847         * lib/setenv.h: Likewise.
27848         * lib/settime.c: Likewise.
27849         * lib/sh-quote.c: Likewise.
27850         * lib/sh-quote.h: Likewise.
27851         * lib/sig2str.c: Likewise.
27852         * lib/sig2str.h: Likewise.
27853         * lib/signal.in.h: Likewise.
27854         * lib/signbitd.c: Likewise.
27855         * lib/signbitf.c: Likewise.
27856         * lib/signbitl.c: Likewise.
27857         * lib/sigprocmask.c: Likewise.
27858         * lib/sincosl.c: Likewise.
27859         * lib/sleep.c: Likewise.
27860         * lib/sprintf.c: Likewise.
27861         * lib/sqrtl.c: Likewise.
27862         * lib/stat-time.h: Likewise.
27863         * lib/stdio--.h: Likewise.
27864         * lib/stdio-safer.h: Likewise.
27865         * lib/stdlib--.h: Likewise.
27866         * lib/stdlib-safer.h: Likewise.
27867         * lib/stdlib.in.h: Likewise.
27868         * lib/stpcpy.c: Likewise.
27869         * lib/stpncpy.c: Likewise.
27870         * lib/strchrnul.c: Likewise.
27871         * lib/strcspn.c: Likewise.
27872         * lib/strerror.c: Likewise.
27873         * lib/strftime.c: Likewise.
27874         * lib/strftime.h: Likewise.
27875         * lib/striconveh.c: Likewise.
27876         * lib/striconveh.h: Likewise.
27877         * lib/striconveha.c: Likewise.
27878         * lib/striconveha.h: Likewise.
27879         * lib/stripslash.c: Likewise.
27880         * lib/strnlen1.c: Likewise.
27881         * lib/strnlen1.h: Likewise.
27882         * lib/strtod.c: Likewise.
27883         * lib/strtoimax.c: Likewise.
27884         * lib/strtok_r.c: Likewise.
27885         * lib/strtol.c: Likewise.
27886         * lib/strtoll.c: Likewise.
27887         * lib/strtoul.c: Likewise.
27888         * lib/strtoull.c: Likewise.
27889         * lib/sysexits.in.h: Likewise.
27890         * lib/tempname.c: Likewise.
27891         * lib/tempname.h: Likewise.
27892         * lib/timespec.h: Likewise.
27893         * lib/tls.c: Likewise.
27894         * lib/tls.h: Likewise.
27895         * lib/tmpdir.c: Likewise.
27896         * lib/tmpdir.h: Likewise.
27897         * lib/tmpfile-safer.c: Likewise.
27898         * lib/tmpfile.c: Likewise.
27899         * lib/trigl.c: Likewise.
27900         * lib/trigl.h: Likewise.
27901         * lib/trim.c: Likewise.
27902         * lib/trim.h: Likewise.
27903         * lib/trunc.c: Likewise.
27904         * lib/truncf.c: Likewise.
27905         * lib/truncl.c: Likewise.
27906         * lib/tsearch.c: Likewise.
27907         * lib/unicodeio.c: Likewise.
27908         * lib/unicodeio.h: Likewise.
27909         * lib/unistd--.h: Likewise.
27910         * lib/unistd-safer.h: Likewise.
27911         * lib/unistdio/ulc-fprintf.c: Likewise.
27912         * lib/unistdio/ulc-vfprintf.c: Likewise.
27913         * lib/unlinkdir.c: Likewise.
27914         * lib/unlinkdir.h: Likewise.
27915         * lib/unlocked-io.h: Likewise.
27916         * lib/unsetenv.c: Likewise.
27917         * lib/userspec.c: Likewise.
27918         * lib/utime.c: Likewise.
27919         * lib/utimecmp.c: Likewise.
27920         * lib/utimecmp.h: Likewise.
27921         * lib/utimens.c: Likewise.
27922         * lib/verify.h: Likewise.
27923         * lib/verror.c: Likewise.
27924         * lib/verror.h: Likewise.
27925         * lib/version-etc-fsf.c: Likewise.
27926         * lib/version-etc.c: Likewise.
27927         * lib/version-etc.h: Likewise.
27928         * lib/vfprintf.c: Likewise.
27929         * lib/vprintf.c: Likewise.
27930         * lib/vsprintf.c: Likewise.
27931         * lib/w32spawn.h: Likewise.
27932         * lib/wait-process.c: Likewise.
27933         * lib/wait-process.h: Likewise.
27934         * lib/wcwidth.c: Likewise.
27935         * lib/write-any-file.c: Likewise.
27936         * lib/xalloc-die.c: Likewise.
27937         * lib/xalloc.h: Likewise.
27938         * lib/xasprintf.c: Likewise.
27939         * lib/xgetcwd.c: Likewise.
27940         * lib/xgetcwd.h: Likewise.
27941         * lib/xgetdomainname.c: Likewise.
27942         * lib/xgetdomainname.h: Likewise.
27943         * lib/xgethostname.c: Likewise.
27944         * lib/xmalloc.c: Likewise.
27945         * lib/xmalloca.c: Likewise.
27946         * lib/xmalloca.h: Likewise.
27947         * lib/xmemcoll.c: Likewise.
27948         * lib/xnanosleep.c: Likewise.
27949         * lib/xreadlink.c: Likewise.
27950         * lib/xreadlink.h: Likewise.
27951         * lib/xsetenv.c: Likewise.
27952         * lib/xsetenv.h: Likewise.
27953         * lib/xstriconv.c: Likewise.
27954         * lib/xstriconv.h: Likewise.
27955         * lib/xstrndup.c: Likewise.
27956         * lib/xstrndup.h: Likewise.
27957         * lib/xstrtod.c: Likewise.
27958         * lib/xstrtod.h: Likewise.
27959         * lib/xstrtol-error.c: Likewise.
27960         * lib/xstrtol.c: Likewise.
27961         * lib/xstrtol.h: Likewise.
27962         * lib/xtime.h: Likewise.
27963         * lib/xvasprintf.c: Likewise.
27964         * lib/xvasprintf.h: Likewise.
27965         * lib/yesno.c: Likewise.
27966         * lib/yesno.h: Likewise.
27967         * posix-modules: Likewise.
27968         * tests/test-alloca-opt.c: Likewise.
27969         * tests/test-arcfour.c: Likewise.
27970         * tests/test-arctwo.c: Likewise.
27971         * tests/test-argmatch.c: Likewise.
27972         * tests/test-argp-2.sh: Likewise.
27973         * tests/test-argp.c: Likewise.
27974         * tests/test-arpa_inet.c: Likewise.
27975         * tests/test-array_list.c: Likewise.
27976         * tests/test-array_oset.c: Likewise.
27977         * tests/test-atexit.c: Likewise.
27978         * tests/test-avltree_list.c: Likewise.
27979         * tests/test-avltree_oset.c: Likewise.
27980         * tests/test-avltreehash_list.c: Likewise.
27981         * tests/test-base64.c: Likewise.
27982         * tests/test-binary-io.c: Likewise.
27983         * tests/test-byteswap.c: Likewise.
27984         * tests/test-c-ctype.c: Likewise.
27985         * tests/test-c-strcasecmp.c: Likewise.
27986         * tests/test-c-strcasestr.c: Likewise.
27987         * tests/test-c-strncasecmp.c: Likewise.
27988         * tests/test-c-strstr.c: Likewise.
27989         * tests/test-canonicalize-lgpl.c: Likewise.
27990         * tests/test-canonicalize.c: Likewise.
27991         * tests/test-carray_list.c: Likewise.
27992         * tests/test-ceilf.c: Likewise.
27993         * tests/test-ceill.c: Likewise.
27994         * tests/test-count-one-bits.c: Likewise.
27995         * tests/test-crc.c: Likewise.
27996         * tests/test-dirname.c: Likewise.
27997         * tests/test-fbufmode.c: Likewise.
27998         * tests/test-fcntl.c: Likewise.
27999         * tests/test-fflush.c: Likewise.
28000         * tests/test-floorf.c: Likewise.
28001         * tests/test-floorl.c: Likewise.
28002         * tests/test-fopen.c: Likewise.
28003         * tests/test-fprintf-posix.c: Likewise.
28004         * tests/test-fprintf-posix.h: Likewise.
28005         * tests/test-fpurge.c: Likewise.
28006         * tests/test-freadable.c: Likewise.
28007         * tests/test-freadahead.c: Likewise.
28008         * tests/test-freading.c: Likewise.
28009         * tests/test-freopen.c: Likewise.
28010         * tests/test-frexp.c: Likewise.
28011         * tests/test-frexpl.c: Likewise.
28012         * tests/test-fseek.c: Likewise.
28013         * tests/test-fseeko.c: Likewise.
28014         * tests/test-fseterr.c: Likewise.
28015         * tests/test-fstrcmp.c: Likewise.
28016         * tests/test-ftell.c: Likewise.
28017         * tests/test-ftello.c: Likewise.
28018         * tests/test-fwritable.c: Likewise.
28019         * tests/test-fwriting.c: Likewise.
28020         * tests/test-getaddrinfo.c: Likewise.
28021         * tests/test-getpass.c: Likewise.
28022         * tests/test-gettimeofday.c: Likewise.
28023         * tests/test-hmac-md5.c: Likewise.
28024         * tests/test-hmac-sha1.c: Likewise.
28025         * tests/test-iconv.c: Likewise.
28026         * tests/test-iconvme.c: Likewise.
28027         * tests/test-inttypes.c: Likewise.
28028         * tests/test-isnan.c: Likewise.
28029         * tests/test-isnanf.c: Likewise.
28030         * tests/test-isnanl-nolibm.c: Likewise.
28031         * tests/test-isnanl.c: Likewise.
28032         * tests/test-isnanl.h: Likewise.
28033         * tests/test-ldexpl.c: Likewise.
28034         * tests/test-linked_list.c: Likewise.
28035         * tests/test-linkedhash_list.c: Likewise.
28036         * tests/test-locale.c: Likewise.
28037         * tests/test-localename.c: Likewise.
28038         * tests/test-lock.c: Likewise.
28039         * tests/test-lseek.c: Likewise.
28040         * tests/test-malloca.c: Likewise.
28041         * tests/test-math.c: Likewise.
28042         * tests/test-mbscasecmp.c: Likewise.
28043         * tests/test-mbscasestr1.c: Likewise.
28044         * tests/test-mbscasestr2.c: Likewise.
28045         * tests/test-mbscasestr3.c: Likewise.
28046         * tests/test-mbscasestr4.c: Likewise.
28047         * tests/test-mbschr.c: Likewise.
28048         * tests/test-mbscspn.c: Likewise.
28049         * tests/test-mbsncasecmp.c: Likewise.
28050         * tests/test-mbspbrk.c: Likewise.
28051         * tests/test-mbspcasecmp.c: Likewise.
28052         * tests/test-mbsrchr.c: Likewise.
28053         * tests/test-mbsspn.c: Likewise.
28054         * tests/test-mbsstr1.c: Likewise.
28055         * tests/test-mbsstr2.c: Likewise.
28056         * tests/test-mbsstr3.c: Likewise.
28057         * tests/test-md5.c: Likewise.
28058         * tests/test-memmem.c: Likewise.
28059         * tests/test-netinet_in.c: Likewise.
28060         * tests/test-open.c: Likewise.
28061         * tests/test-printf-frexp.c: Likewise.
28062         * tests/test-printf-frexpl.c: Likewise.
28063         * tests/test-printf-posix.c: Likewise.
28064         * tests/test-printf-posix.h: Likewise.
28065         * tests/test-rbtree_list.c: Likewise.
28066         * tests/test-rbtree_oset.c: Likewise.
28067         * tests/test-rbtreehash_list.c: Likewise.
28068         * tests/test-read-file.c: Likewise.
28069         * tests/test-rijndael.c: Likewise.
28070         * tests/test-search.c: Likewise.
28071         * tests/test-signbit.c: Likewise.
28072         * tests/test-sleep.c: Likewise.
28073         * tests/test-snprintf-posix.c: Likewise.
28074         * tests/test-snprintf-posix.h: Likewise.
28075         * tests/test-snprintf.c: Likewise.
28076         * tests/test-sprintf-posix.c: Likewise.
28077         * tests/test-sprintf-posix.h: Likewise.
28078         * tests/test-stat-time.c: Likewise.
28079         * tests/test-stdbool.c: Likewise.
28080         * tests/test-stdint.c: Likewise.
28081         * tests/test-stdio.c: Likewise.
28082         * tests/test-stdlib.c: Likewise.
28083         * tests/test-stpncpy.c: Likewise.
28084         * tests/test-strcasestr.c: Likewise.
28085         * tests/test-striconv.c: Likewise.
28086         * tests/test-striconveh.c: Likewise.
28087         * tests/test-striconveha.c: Likewise.
28088         * tests/test-string.c: Likewise.
28089         * tests/test-sys_select.c: Likewise.
28090         * tests/test-sys_socket.c: Likewise.
28091         * tests/test-sys_stat.c: Likewise.
28092         * tests/test-sys_time.c: Likewise.
28093         * tests/test-sysexits.c: Likewise.
28094         * tests/test-time.c: Likewise.
28095         * tests/test-tls.c: Likewise.
28096         * tests/test-trunc.c: Likewise.
28097         * tests/test-truncf.c: Likewise.
28098         * tests/test-truncl.c: Likewise.
28099         * tests/test-unistd.c: Likewise.
28100         * tests/test-vasnprintf-posix.c: Likewise.
28101         * tests/test-vasnprintf-posix2.c: Likewise.
28102         * tests/test-vasnprintf.c: Likewise.
28103         * tests/test-vasprintf-posix.c: Likewise.
28104         * tests/test-vasprintf.c: Likewise.
28105         * tests/test-verify.c: Likewise.
28106         * tests/test-vfprintf-posix.c: Likewise.
28107         * tests/test-vprintf-posix.c: Likewise.
28108         * tests/test-vsnprintf-posix.c: Likewise.
28109         * tests/test-vsnprintf.c: Likewise.
28110         * tests/test-vsprintf-posix.c: Likewise.
28111         * tests/test-wchar.c: Likewise.
28112         * tests/test-wctype.c: Likewise.
28113         * tests/test-wcwidth.c: Likewise.
28114         * tests/test-xstrtol.c: Likewise.
28115         * tests/test-xvasprintf.c: Likewise.
28116         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
28117         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
28118         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
28119         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
28120         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
28121         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
28122         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
28123         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
28124         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
28125         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
28126         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
28127         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
28128         * tests/uniname/test-uninames.c: Likewise.
28129         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
28130         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
28131         * tests/unistdio/test-u16-printf1.h: Likewise.
28132         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
28133         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
28134         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
28135         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
28136         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
28137         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
28138         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
28139         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
28140         * tests/unistdio/test-u32-printf1.h: Likewise.
28141         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
28142         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
28143         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
28144         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
28145         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
28146         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
28147         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
28148         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
28149         * tests/unistdio/test-u8-printf1.h: Likewise.
28150         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
28151         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
28152         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
28153         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
28154         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
28155         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
28156         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
28157         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
28158         * tests/unistdio/test-ulc-printf1.h: Likewise.
28159         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
28160         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
28161         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
28162         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
28163         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
28164         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
28165         * tests/uniwidth/test-u16-strwidth.c: Likewise.
28166         * tests/uniwidth/test-u16-width.c: Likewise.
28167         * tests/uniwidth/test-u32-strwidth.c: Likewise.
28168         * tests/uniwidth/test-u32-width.c: Likewise.
28169         * tests/uniwidth/test-u8-strwidth.c: Likewise.
28170         * tests/uniwidth/test-u8-width.c: Likewise.
28171         * tests/uniwidth/test-uc_width.c: Likewise.
28172         * config/srclist-update: Likewise.
28173         (fixlicense): Update to GPLv3+.
28174
28175         Change copyright notice from LGPLv2.1+ to LGPLv3+.
28176         * tests/test-tsearch.c: Change copyright notice.
28177
28178         Change copyright notice from LGPLv2.0+ to LGPLv3+.
28179         * lib/c-strcaseeq.h: Change copyright notice.
28180         * lib/streq.h: Likewise.
28181         * lib/uniconv.h: Likewise.
28182         * lib/uniconv/u-conv-from-enc.h: Likewise.
28183         * lib/uniconv/u-conv-to-enc.h: Likewise.
28184         * lib/uniconv/u-strconv-from-enc.h: Likewise.
28185         * lib/uniconv/u-strconv-to-enc.h: Likewise.
28186         * lib/uniconv/u16-conv-from-enc.c: Likewise.
28187         * lib/uniconv/u16-conv-to-enc.c: Likewise.
28188         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
28189         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
28190         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
28191         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
28192         * lib/uniconv/u32-conv-from-enc.c: Likewise.
28193         * lib/uniconv/u32-conv-to-enc.c: Likewise.
28194         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
28195         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
28196         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
28197         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
28198         * lib/uniconv/u8-conv-from-enc.c: Likewise.
28199         * lib/uniconv/u8-conv-to-enc.c: Likewise.
28200         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
28201         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
28202         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
28203         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
28204         * lib/uniname.h: Likewise.
28205         * lib/uniname/uniname.c: Likewise.
28206         * lib/unistdio.h: Likewise.
28207         * lib/unistdio/u-asnprintf.h: Likewise.
28208         * lib/unistdio/u-asprintf.h: Likewise.
28209         * lib/unistdio/u-printf-args.c: Likewise.
28210         * lib/unistdio/u-printf-args.h: Likewise.
28211         * lib/unistdio/u-printf-parse.h: Likewise.
28212         * lib/unistdio/u-snprintf.h: Likewise.
28213         * lib/unistdio/u-sprintf.h: Likewise.
28214         * lib/unistdio/u-vasprintf.h: Likewise.
28215         * lib/unistdio/u-vsnprintf.h: Likewise.
28216         * lib/unistdio/u-vsprintf.h: Likewise.
28217         * lib/unistdio/u16-asnprintf.c: Likewise.
28218         * lib/unistdio/u16-asprintf.c: Likewise.
28219         * lib/unistdio/u16-printf-parse.c: Likewise.
28220         * lib/unistdio/u16-snprintf.c: Likewise.
28221         * lib/unistdio/u16-sprintf.c: Likewise.
28222         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
28223         * lib/unistdio/u16-u16-asprintf.c: Likewise.
28224         * lib/unistdio/u16-u16-snprintf.c: Likewise.
28225         * lib/unistdio/u16-u16-sprintf.c: Likewise.
28226         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
28227         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
28228         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
28229         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
28230         * lib/unistdio/u16-vasnprintf.c: Likewise.
28231         * lib/unistdio/u16-vasprintf.c: Likewise.
28232         * lib/unistdio/u16-vsnprintf.c: Likewise.
28233         * lib/unistdio/u16-vsprintf.c: Likewise.
28234         * lib/unistdio/u32-asnprintf.c: Likewise.
28235         * lib/unistdio/u32-asprintf.c: Likewise.
28236         * lib/unistdio/u32-printf-parse.c: Likewise.
28237         * lib/unistdio/u32-snprintf.c: Likewise.
28238         * lib/unistdio/u32-sprintf.c: Likewise.
28239         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
28240         * lib/unistdio/u32-u32-asprintf.c: Likewise.
28241         * lib/unistdio/u32-u32-snprintf.c: Likewise.
28242         * lib/unistdio/u32-u32-sprintf.c: Likewise.
28243         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
28244         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
28245         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
28246         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
28247         * lib/unistdio/u32-vasnprintf.c: Likewise.
28248         * lib/unistdio/u32-vasprintf.c: Likewise.
28249         * lib/unistdio/u32-vsnprintf.c: Likewise.
28250         * lib/unistdio/u32-vsprintf.c: Likewise.
28251         * lib/unistdio/u8-asnprintf.c: Likewise.
28252         * lib/unistdio/u8-asprintf.c: Likewise.
28253         * lib/unistdio/u8-printf-parse.c: Likewise.
28254         * lib/unistdio/u8-snprintf.c: Likewise.
28255         * lib/unistdio/u8-sprintf.c: Likewise.
28256         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
28257         * lib/unistdio/u8-u8-asprintf.c: Likewise.
28258         * lib/unistdio/u8-u8-snprintf.c: Likewise.
28259         * lib/unistdio/u8-u8-sprintf.c: Likewise.
28260         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
28261         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
28262         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
28263         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
28264         * lib/unistdio/u8-vasnprintf.c: Likewise.
28265         * lib/unistdio/u8-vasprintf.c: Likewise.
28266         * lib/unistdio/u8-vsnprintf.c: Likewise.
28267         * lib/unistdio/u8-vsprintf.c: Likewise.
28268         * lib/unistdio/ulc-asnprintf.c: Likewise.
28269         * lib/unistdio/ulc-asprintf.c: Likewise.
28270         * lib/unistdio/ulc-printf-parse.c: Likewise.
28271         * lib/unistdio/ulc-snprintf.c: Likewise.
28272         * lib/unistdio/ulc-sprintf.c: Likewise.
28273         * lib/unistdio/ulc-vasnprintf.c: Likewise.
28274         * lib/unistdio/ulc-vasprintf.c: Likewise.
28275         * lib/unistdio/ulc-vsnprintf.c: Likewise.
28276         * lib/unistdio/ulc-vsprintf.c: Likewise.
28277         * lib/unistr.h: Likewise.
28278         * lib/unistr/u-cpy-alloc.h: Likewise.
28279         * lib/unistr/u-cpy.h: Likewise.
28280         * lib/unistr/u-endswith.h: Likewise.
28281         * lib/unistr/u-move.h: Likewise.
28282         * lib/unistr/u-set.h: Likewise.
28283         * lib/unistr/u-startswith.h: Likewise.
28284         * lib/unistr/u-stpcpy.h: Likewise.
28285         * lib/unistr/u-stpncpy.h: Likewise.
28286         * lib/unistr/u-strcat.h: Likewise.
28287         * lib/unistr/u-strcpy.h: Likewise.
28288         * lib/unistr/u-strcspn.h: Likewise.
28289         * lib/unistr/u-strdup.h: Likewise.
28290         * lib/unistr/u-strlen.h: Likewise.
28291         * lib/unistr/u-strncat.h: Likewise.
28292         * lib/unistr/u-strncpy.h: Likewise.
28293         * lib/unistr/u-strnlen.h: Likewise.
28294         * lib/unistr/u-strpbrk.h: Likewise.
28295         * lib/unistr/u-strspn.h: Likewise.
28296         * lib/unistr/u-strstr.h: Likewise.
28297         * lib/unistr/u-strtok.h: Likewise.
28298         * lib/unistr/u16-check.c: Likewise.
28299         * lib/unistr/u16-chr.c: Likewise.
28300         * lib/unistr/u16-cmp.c: Likewise.
28301         * lib/unistr/u16-cpy-alloc.c: Likewise.
28302         * lib/unistr/u16-cpy.c: Likewise.
28303         * lib/unistr/u16-endswith.c: Likewise.
28304         * lib/unistr/u16-mblen.c: Likewise.
28305         * lib/unistr/u16-mbsnlen.c: Likewise.
28306         * lib/unistr/u16-mbtouc-aux.c: Likewise.
28307         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
28308         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
28309         * lib/unistr/u16-mbtouc.c: Likewise.
28310         * lib/unistr/u16-mbtoucr.c: Likewise.
28311         * lib/unistr/u16-move.c: Likewise.
28312         * lib/unistr/u16-next.c: Likewise.
28313         * lib/unistr/u16-prev.c: Likewise.
28314         * lib/unistr/u16-set.c: Likewise.
28315         * lib/unistr/u16-startswith.c: Likewise.
28316         * lib/unistr/u16-stpcpy.c: Likewise.
28317         * lib/unistr/u16-stpncpy.c: Likewise.
28318         * lib/unistr/u16-strcat.c: Likewise.
28319         * lib/unistr/u16-strchr.c: Likewise.
28320         * lib/unistr/u16-strcmp.c: Likewise.
28321         * lib/unistr/u16-strcpy.c: Likewise.
28322         * lib/unistr/u16-strcspn.c: Likewise.
28323         * lib/unistr/u16-strdup.c: Likewise.
28324         * lib/unistr/u16-strlen.c: Likewise.
28325         * lib/unistr/u16-strmblen.c: Likewise.
28326         * lib/unistr/u16-strmbtouc.c: Likewise.
28327         * lib/unistr/u16-strncat.c: Likewise.
28328         * lib/unistr/u16-strncmp.c: Likewise.
28329         * lib/unistr/u16-strncpy.c: Likewise.
28330         * lib/unistr/u16-strnlen.c: Likewise.
28331         * lib/unistr/u16-strpbrk.c: Likewise.
28332         * lib/unistr/u16-strrchr.c: Likewise.
28333         * lib/unistr/u16-strspn.c: Likewise.
28334         * lib/unistr/u16-strstr.c: Likewise.
28335         * lib/unistr/u16-strtok.c: Likewise.
28336         * lib/unistr/u16-to-u32.c: Likewise.
28337         * lib/unistr/u16-to-u8.c: Likewise.
28338         * lib/unistr/u16-uctomb-aux.c: Likewise.
28339         * lib/unistr/u16-uctomb.c: Likewise.
28340         * lib/unistr/u32-check.c: Likewise.
28341         * lib/unistr/u32-chr.c: Likewise.
28342         * lib/unistr/u32-cmp.c: Likewise.
28343         * lib/unistr/u32-cpy-alloc.c: Likewise.
28344         * lib/unistr/u32-cpy.c: Likewise.
28345         * lib/unistr/u32-endswith.c: Likewise.
28346         * lib/unistr/u32-mblen.c: Likewise.
28347         * lib/unistr/u32-mbsnlen.c: Likewise.
28348         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
28349         * lib/unistr/u32-mbtouc.c: Likewise.
28350         * lib/unistr/u32-mbtoucr.c: Likewise.
28351         * lib/unistr/u32-move.c: Likewise.
28352         * lib/unistr/u32-next.c: Likewise.
28353         * lib/unistr/u32-prev.c: Likewise.
28354         * lib/unistr/u32-set.c: Likewise.
28355         * lib/unistr/u32-startswith.c: Likewise.
28356         * lib/unistr/u32-stpcpy.c: Likewise.
28357         * lib/unistr/u32-stpncpy.c: Likewise.
28358         * lib/unistr/u32-strcat.c: Likewise.
28359         * lib/unistr/u32-strchr.c: Likewise.
28360         * lib/unistr/u32-strcmp.c: Likewise.
28361         * lib/unistr/u32-strcpy.c: Likewise.
28362         * lib/unistr/u32-strcspn.c: Likewise.
28363         * lib/unistr/u32-strdup.c: Likewise.
28364         * lib/unistr/u32-strlen.c: Likewise.
28365         * lib/unistr/u32-strmblen.c: Likewise.
28366         * lib/unistr/u32-strmbtouc.c: Likewise.
28367         * lib/unistr/u32-strncat.c: Likewise.
28368         * lib/unistr/u32-strncmp.c: Likewise.
28369         * lib/unistr/u32-strncpy.c: Likewise.
28370         * lib/unistr/u32-strnlen.c: Likewise.
28371         * lib/unistr/u32-strpbrk.c: Likewise.
28372         * lib/unistr/u32-strrchr.c: Likewise.
28373         * lib/unistr/u32-strspn.c: Likewise.
28374         * lib/unistr/u32-strstr.c: Likewise.
28375         * lib/unistr/u32-strtok.c: Likewise.
28376         * lib/unistr/u32-to-u16.c: Likewise.
28377         * lib/unistr/u32-to-u8.c: Likewise.
28378         * lib/unistr/u32-uctomb.c: Likewise.
28379         * lib/unistr/u8-check.c: Likewise.
28380         * lib/unistr/u8-chr.c: Likewise.
28381         * lib/unistr/u8-cmp.c: Likewise.
28382         * lib/unistr/u8-cpy-alloc.c: Likewise.
28383         * lib/unistr/u8-cpy.c: Likewise.
28384         * lib/unistr/u8-endswith.c: Likewise.
28385         * lib/unistr/u8-mblen.c: Likewise.
28386         * lib/unistr/u8-mbsnlen.c: Likewise.
28387         * lib/unistr/u8-mbtouc-aux.c: Likewise.
28388         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
28389         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
28390         * lib/unistr/u8-mbtouc.c: Likewise.
28391         * lib/unistr/u8-mbtoucr.c: Likewise.
28392         * lib/unistr/u8-move.c: Likewise.
28393         * lib/unistr/u8-next.c: Likewise.
28394         * lib/unistr/u8-prev.c: Likewise.
28395         * lib/unistr/u8-set.c: Likewise.
28396         * lib/unistr/u8-startswith.c: Likewise.
28397         * lib/unistr/u8-stpcpy.c: Likewise.
28398         * lib/unistr/u8-stpncpy.c: Likewise.
28399         * lib/unistr/u8-strcat.c: Likewise.
28400         * lib/unistr/u8-strchr.c: Likewise.
28401         * lib/unistr/u8-strcmp.c: Likewise.
28402         * lib/unistr/u8-strcpy.c: Likewise.
28403         * lib/unistr/u8-strcspn.c: Likewise.
28404         * lib/unistr/u8-strdup.c: Likewise.
28405         * lib/unistr/u8-strlen.c: Likewise.
28406         * lib/unistr/u8-strmblen.c: Likewise.
28407         * lib/unistr/u8-strmbtouc.c: Likewise.
28408         * lib/unistr/u8-strncat.c: Likewise.
28409         * lib/unistr/u8-strncmp.c: Likewise.
28410         * lib/unistr/u8-strncpy.c: Likewise.
28411         * lib/unistr/u8-strnlen.c: Likewise.
28412         * lib/unistr/u8-strpbrk.c: Likewise.
28413         * lib/unistr/u8-strrchr.c: Likewise.
28414         * lib/unistr/u8-strspn.c: Likewise.
28415         * lib/unistr/u8-strstr.c: Likewise.
28416         * lib/unistr/u8-strtok.c: Likewise.
28417         * lib/unistr/u8-to-u16.c: Likewise.
28418         * lib/unistr/u8-to-u32.c: Likewise.
28419         * lib/unistr/u8-uctomb-aux.c: Likewise.
28420         * lib/unistr/u8-uctomb.c: Likewise.
28421         * lib/unitypes.h: Likewise.
28422         * lib/uniwidth.h: Likewise.
28423         * lib/uniwidth/cjk.h: Likewise.
28424         * lib/uniwidth/u16-strwidth.c: Likewise.
28425         * lib/uniwidth/u16-width.c: Likewise.
28426         * lib/uniwidth/u32-strwidth.c: Likewise.
28427         * lib/uniwidth/u32-width.c: Likewise.
28428         * lib/uniwidth/u8-strwidth.c: Likewise.
28429         * lib/uniwidth/u8-width.c: Likewise.
28430         * lib/uniwidth/width.c: Likewise.
28431
28432 2007-10-07  Bruno Haible  <bruno@clisp.org>
28433
28434         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
28435         The file is still under LGPL (see modules/inttypes).
28436
28437 2007-10-06  Bruno Haible  <bruno@clisp.org>
28438
28439         * modules/trunc (Dependencies): Add 'extensions'.
28440         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
28441         Reported by Ben Pfaff <blp@gnu.org>.
28442
28443 2007-10-06  Bruno Haible  <bruno@clisp.org>
28444
28445         * modules/freopen-tests: New file.
28446         * tests/test-freopen.c: New file.
28447
28448         * modules/fopen-tests: New file.
28449         * tests/test-fopen.c: New file.
28450
28451         * modules/fopen: New file.
28452         * lib/fopen.c: New file.
28453         * m4/fopen.m4: New file.
28454         * modules/freopen: New file.
28455         * lib/freopen.c: New file.
28456         * m4/freopen.m4: New file.
28457         * lib/stdio.in.h (fopen, freopen): New declarations.
28458         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
28459         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
28460         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
28461         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
28462         * doc/functions/fopen.texi: Mention the 'fopen' module.
28463         * doc/functions/freopen.texi: Mention the 'freopen' module.
28464
28465 2007-10-06  Bruno Haible  <bruno@clisp.org>
28466
28467         * modules/open-tests: New file.
28468         * tests/test-open.c: New file.
28469
28470         * modules/open: New file.
28471         * lib/open.c: New file.
28472         * m4/open.m4: New file.
28473         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
28474         lib/open.c does.
28475         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
28476         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
28477         macros.
28478         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
28479         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
28480         REPLACE_OPEN.
28481         * doc/functions/open.texi: Mention the 'open' module.
28482
28483 2007-10-04  Bruno Haible  <bruno@clisp.org>
28484
28485         * modules/ceill-tests: New file.
28486         * tests/test-ceill.c: New file.
28487
28488         * modules/ceill: New file.
28489         * lib/ceill.c: Replace entire file.
28490         * m4/ceill.m4: New file.
28491         * lib/math.in.h (ceill): Replace declaration.
28492         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
28493         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
28494         * doc/functions/ceill.texi: Mention the 'ceill' module.
28495         * modules/mathl (Files): Remove lib/ceill.c.
28496         (Depends-on): Add ceill.
28497
28498 2007-10-04  Bruno Haible  <bruno@clisp.org>
28499
28500         * modules/ceilf-tests: New file.
28501         * tests/test-ceilf.c: New file.
28502
28503         * modules/ceilf: New file.
28504         * lib/ceil.c: New file.
28505         * lib/ceilf.c: New file.
28506         * m4/ceilf.m4: New file.
28507         * lib/math.in.h (ceilf): New declaration.
28508         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
28509         HAVE_DECL_CEILF.
28510         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
28511         HAVE_DECL_CEILF.
28512         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
28513
28514 2007-10-04  Bruno Haible  <bruno@clisp.org>
28515
28516         * modules/floorl-tests: New file.
28517         * tests/test-floorl.c: New file.
28518
28519         * modules/floorl: New file.
28520         * lib/floorl.c: Replace entire file.
28521         * m4/floorl.m4: New file.
28522         * lib/math.in.h (floorl): Replace declaration.
28523         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
28524         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
28525         * doc/functions/floorl.texi: Mention the 'floorl' module.
28526         * modules/mathl (Files): Remove lib/floorl.c.
28527         (Depends-on): Add floorl.
28528
28529 2007-10-04  Bruno Haible  <bruno@clisp.org>
28530
28531         * modules/floorf-tests: New file.
28532         * tests/test-floorf.c: New file.
28533
28534         * modules/floorf: New file.
28535         * lib/floor.c: New file.
28536         * lib/floorf.c: New file.
28537         * m4/floorf.m4: New file.
28538         * lib/math.in.h (floorf): New declaration.
28539         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
28540         HAVE_DECL_FLOORF.
28541         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
28542         HAVE_DECL_FLOORF.
28543         * doc/functions/floorf.texi: Mention the 'floorf' module.
28544
28545 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
28546             Bruno Haible  <bruno@clisp.org>
28547
28548         Advertise for the Git server instead of the CVS server.
28549         * doc/gnulib-intro.texi (Steady Development): Mention the Git
28550         repository instead of the CVS one.
28551         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
28552         about all VCS systems generically.
28553         * doc/gnulib.texi (Introduction): Capitalize `Git'.
28554
28555 2007-10-04  Bruno Haible  <bruno@clisp.org>
28556
28557         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
28558         means.
28559         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
28560
28561 2007-10-04  Bruno Haible  <bruno@clisp.org>
28562
28563         * modules/truncl-tests: New file.
28564         * tests/test-truncl.c: New file.
28565
28566         * modules/truncl: New file.
28567         * lib/truncl.c: New file.
28568         * m4/truncl.m4: New file.
28569         * lib/math.in.h (truncl): New declaration.
28570         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
28571         HAVE_DECL_TRUNCL.
28572         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
28573         HAVE_DECL_TRUNCL.
28574         * doc/functions/truncl.texi: Mention the 'truncl' module.
28575
28576 2007-10-04  Bruno Haible  <bruno@clisp.org>
28577
28578         * modules/truncf-tests: New file.
28579         * tests/test-truncf.c: New file.
28580
28581         * modules/truncf: New file.
28582         * lib/trunc.c: Make paramerizable through USE_* macros.
28583         * lib/truncf.c: New file.
28584         * m4/truncf.m4: New file.
28585         * lib/math.in.h (truncf): New declaration.
28586         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
28587         HAVE_DECL_TRUNCF.
28588         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
28589         HAVE_DECL_TRUNCF.
28590         * doc/functions/truncf.texi: Mention the 'truncf' module.
28591
28592 2007-10-03  Bruno Haible  <bruno@clisp.org>
28593
28594         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
28595         augmentation also for tests modules.
28596         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
28597         * modules/atexit-tests (Makefile.am): Likewise.
28598         * modules/binary-io-tests (Makefile.am): Likewise.
28599         * modules/c-strcase-tests (Makefile.am): Likewise.
28600         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
28601         * modules/canonicalize-tests (Makefile.am): Likewise.
28602         * modules/closein-tests (Makefile.am): Likewise.
28603         * modules/fprintf-posix-tests (Makefile.am): Likewise.
28604         * modules/freadahead-tests (Makefile.am): Likewise.
28605         * modules/fseek-tests (Makefile.am): Likewise.
28606         * modules/fseeko-tests (Makefile.am): Likewise.
28607         * modules/ftell-tests (Makefile.am): Likewise.
28608         * modules/ftello-tests (Makefile.am): Likewise.
28609         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
28610         * modules/isnanl-tests (Makefile.am): Likewise.
28611         * modules/lseek-tests (Makefile.am): Likewise.
28612         * modules/mbscasecmp-tests (Makefile.am): Likewise.
28613         * modules/mbscasestr-tests (Makefile.am): Likewise.
28614         * modules/mbschr-tests (Makefile.am): Likewise.
28615         * modules/mbscspn-tests (Makefile.am): Likewise.
28616         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
28617         * modules/mbspbrk-tests (Makefile.am): Likewise.
28618         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
28619         * modules/mbsrchr-tests (Makefile.am): Likewise.
28620         * modules/mbsspn-tests (Makefile.am): Likewise.
28621         * modules/mbsstr-tests (Makefile.am): Likewise.
28622         * modules/printf-posix-tests (Makefile.am): Likewise.
28623         * modules/snprintf-posix-tests (Makefile.am): Likewise.
28624         * modules/sprintf-posix-tests (Makefile.am): Likewise.
28625         * modules/tsearch-tests (Makefile.am): Likewise.
28626         * modules/uniname/uniname-tests (Makefile.am): Likewise.
28627         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
28628         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
28629         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
28630         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
28631         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
28632         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
28633         * modules/vprintf-posix-tests (Makefile.am): Likewise.
28634         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
28635         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
28636         * modules/xstrtoimax-tests (Makefile.am): Likewise.
28637         * modules/xstrtol-tests (Makefile.am): Likewise.
28638         * modules/xstrtoumax-tests (Makefile.am): Likewise.
28639         * modules/yesno-tests (Makefile.am): Likewise.
28640
28641 2007-10-03  Bruno Haible  <bruno@clisp.org>
28642
28643         * modules/trunc-tests: New file.
28644         * tests/test-trunc.c: New file.
28645
28646         * modules/trunc: New file.
28647         * lib/trunc.c: New file.
28648         * m4/trunc.m4: New file.
28649         * lib/math.in.h (trunc): New declaration.
28650         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
28651         HAVE_DECL_TRUNC.
28652         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
28653         HAVE_DECL_TRUNC.
28654         * doc/functions/trunc.texi: Mention the 'trunc' module.
28655
28656 2007-10-03  Bruno Haible  <bruno@clisp.org>
28657
28658         * tests/test-fpending.c: New file, mostly copied
28659         from coreutils/lib/t-fpending.c.
28660         * modules/fpending-tests: New file.
28661
28662 2007-10-03  Bruno Haible  <bruno@clisp.org>
28663
28664         Port the stdio extensions to QNX (untested).
28665         * lib/fseterr.c (fseterr): Add support for QNX.
28666         * lib/fbufmode.c (fbufmode): Likewise.
28667         * lib/freadable.c (freadable): Likewise.
28668         * lib/fwritable.c (fwritable): Likewise.
28669         * lib/freading.c (freading): Likewise.
28670         * lib/fwriting.c (fwriting): Likewise.
28671         * lib/freadahead.c (freadahed): Likewise.
28672         * lib/fpurge.c (fpurge): Likewise.
28673         * lib/fseeko.c (rpl_fseeko): Likewise.
28674
28675 2007-10-03  Bruno Haible  <bruno@clisp.org>
28676             Jim Meyering  <jim@meyering.net>
28677             Eric Blake  <ebb9@byu.net>
28678
28679         * doc/relocatable.texi: Use @command instead of @program.
28680
28681 2007-10-02  Jim Meyering  <jim@meyering.net>
28682
28683         Perform one more "_.h" -> ".in.h" substitution.
28684         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
28685         instead of unistd_.h here, too.
28686
28687 2007-10-01  Bruno Haible  <bruno@clisp.org>
28688
28689         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
28690         Needed for the alloca-opt module.
28691
28692 2007-09-30  Bruno Haible  <bruno@clisp.org>
28693
28694         * lib/alloca.in.h: Renamed from lib/alloca_.h.
28695         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
28696         alloca_.h.
28697         * lib/argz.in.h: Renamed from lib/argz_.h.
28698         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
28699         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
28700         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
28701         byteswap_.h.
28702         * lib/dirent.in.h: Renamed from lib/dirent_.h.
28703         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
28704         dirent_.h.
28705         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
28706         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
28707         fcntl_.h.
28708         * lib/float.in.h: Renamed from lib/float_.h.
28709         * modules/float (Files, Makefile.am): Use float.in.h instead of
28710         float_.h.
28711         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
28712         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
28713         fnmatch_.h.
28714         * lib/getopt.in.h: Renamed from lib/getopt_.h.
28715         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
28716         getopt_.h.
28717         * lib/glob.in.h: Renamed from lib/glob_.h.
28718         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
28719         * lib/iconv.in.h: Renamed from lib/iconv_.h.
28720         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
28721         iconv_.h.
28722         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
28723         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
28724         inttypes_.h.
28725         * lib/locale.in.h: Renamed from lib/locale_.h.
28726         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
28727         locale_.h.
28728         * lib/math.in.h: Renamed from lib/math_.h.
28729         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
28730         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
28731         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
28732         of netinet_in_.h. Add dependency.
28733         * lib/poll.in.h: Renamed from lib/poll_.h.
28734         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
28735         * lib/search.in.h: Renamed from lib/search_.h.
28736         * modules/search (Files, Makefile.am): Use search.in.h instead of
28737         search_.h.
28738         * lib/signal.in.h: Renamed from lib/signal_.h.
28739         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
28740         _signal.h.
28741         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
28742         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
28743         stdbool_.h.
28744         * lib/stdint.in.h: Renamed from lib/stdint_.h.
28745         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
28746         stdint_.h.
28747         * lib/stdio.in.h: Renamed from lib/stdio_.h.
28748         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
28749         stdio_.h.
28750         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
28751         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
28752         stdlib_.h.
28753         * lib/string.in.h: Renamed from lib/string_.h.
28754         * modules/string (Files, Makefile.am): Use string.in.h instead of
28755         string_.h.
28756         * doc/gnulib-tool.texi (Initial import): Update.
28757         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
28758         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
28759         of sys_select_.h. Add dependency.
28760         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
28761         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
28762         of sys_socket_.h.
28763         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
28764         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
28765         sys_stat_.h.
28766         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
28767         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
28768         sys_time_.h.
28769         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
28770         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
28771         sysexits_.h.
28772         * lib/time.in.h: Renamed from lib/time_.h.
28773         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
28774         * lib/unistd.in.h: Renamed from lib/unistd_.h.
28775         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
28776         unistd_.h.
28777         * lib/wchar.in.h: Renamed from lib/wchar_.h.
28778         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
28779         wchar_.h.
28780         * lib/wctype.in.h: Renamed from lib/wctype_.h.
28781         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
28782         wctype_.h.
28783         * build-aux/bootstrap (slurp): Update.
28784         * lib/.cppi-disable: Update.
28785
28786 2007-09-30  Bruno Haible  <bruno@clisp.org>
28787
28788         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
28789         Needed on BeOS.
28790
28791 2007-09-30  Bruno Haible  <bruno@clisp.org>
28792
28793         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
28794
28795 2007-09-29  Bruno Haible  <bruno@clisp.org>
28796
28797         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
28798
28799 2007-09-29  Bruno Haible  <bruno@clisp.org>
28800
28801         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
28802         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
28803         * build-aux/install-reloc: Compile also areadlink.c.
28804         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
28805
28806 2007-09-29  Bruno Haible  <bruno@clisp.org>
28807
28808         * gnulib-tool (func_emit_initmacro_done): Indentation.
28809
28810 2007-09-29  Bruno Haible  <bruno@clisp.org>
28811
28812         * README: Add CVS checkout update instructions.
28813         Info from Bob Proulx <bob@proulx.com>.
28814
28815 2007-09-28  Eric Blake  <ebb9@byu.net>
28816
28817         Provide move-if-change.
28818         * build-aux/move-if-change: New file, based on best practice
28819         rather than any canonical upstream location.
28820
28821 2007-09-28  Jim Meyering  <jim@meyering.net>
28822
28823         Fix canonicalize loop-detection corner case.
28824         Do not attempt to stat the symlink values stored via seen_triple.
28825         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
28826         on linux-2.6.18, (but not 2.6.22).
28827         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
28828         triple_compare.  The former compares dev,ino,filename, while the latter
28829         would actually stat dirname(filename) when dev and ino were equal.
28830         * lib/hash-triple.c: Install <string.h>.
28831         (STREQ): Define.
28832         (triple_compare_ino_str): New function.
28833         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
28834
28835 2007-09-28  Eric Blake  <ebb9@byu.net>
28836
28837         Enforce that AC_REPLACE_FUNCS files exist.
28838         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
28839         override check for typos.
28840
28841         Fix test-closein on Solaris 10.
28842         * tests/test-closein.c (main): Don't assume stdin can be inherited
28843         closed on all systems.
28844         * tests/test-closein.sh: Likewise.
28845         Reported by Piotr Tarnowski.
28846
28847 2007-09-28  Jim Meyering  <jim@meyering.net>
28848
28849         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
28850
28851 2007-09-27  Jim Meyering  <jim@meyering.net>
28852
28853         canonicalize: Avoid a false-positive cycle failure.
28854         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
28855         Sort.  Remove cycle-check.
28856         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
28857         not cycle-check.h.
28858         (seen_triple): New function.
28859         (canonicalize_filename_mode): Use it instead of cycle-check.
28860         * tests/test-canonicalize.c: Add a test for this bug.
28861         * tests/test-canonicalize.sh: Set up and run the test.
28862
28863         New module, file-set, from coreutils.
28864         * modules/file-set: Define it.
28865         * lib/file-set.c, lib/file-set.h: Implement.
28866
28867         New module, hash-triple, from coreutils.
28868         * modules/hash-triple: Define it.
28869         * lib/hash-triple.c, lib/hash-triple.h: Implement.
28870
28871 2007-09-25  Eric Blake  <ebb9@byu.net>
28872
28873         Fix strerror on Interix.
28874         * lib/string_.h (strerror): Declare replacement.
28875         * doc/functions/strerror.texi (strerror): Document the Interix
28876         shortcoming.
28877         * modules/string (Makefile.am): Support new hooks.
28878         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
28879         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
28880         gl_FUNC_STRERROR_SEPARATE.
28881         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
28882         * lib/strerror.c (rpl_strerror): Provide replacement.
28883         * modules/strerror (Depends-on): Add string.
28884         (configure.ac): Detect use of module.
28885         * tests/test-strerror.c: New file.
28886         * modules/strerror-tests: New test module.
28887         * modules/argp (Depends-on): Add strerror.
28888         * modules/error (Depends-on): Likewise.
28889         Reported by Martin Koeppe.
28890
28891 2007-09-24  Bruno Haible  <bruno@clisp.org>
28892
28893         * README: Update git instructions.
28894
28895 2007-09-24  Eric Blake  <ebb9@byu.net>
28896
28897         Revert fpending breakage from 2007-09-08.
28898         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
28899         __fpending.c.
28900
28901 2007-09-24  Jim Meyering  <jim@meyering.net>
28902
28903         filenamecat.c: Add a test.
28904         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
28905         showing how the function works when DIR is the empty string.
28906
28907 2007-09-21  Simon Josefsson  <simon@josefsson.org>
28908
28909         * tests/test-canonicalize.sh: Turn on executable bit.
28910
28911 2007-09-19  Eric Blake  <ebb9@byu.net>
28912
28913         * README: Update CVS instructions.
28914
28915 2007-09-18  Bruno Haible  <bruno@clisp.org>
28916
28917         * modules/areadlink: New file.
28918         * lib/areadlink.h (areadlink): New declaration.
28919         * lib/areadlink.c: New file, based on lib/xreadlink.c.
28920
28921 2007-09-17  Jim Meyering  <jim@meyering.net>
28922
28923         * lib/savewd.c (ESTALE) [!defined]: Define.
28924         Reported to be required on Interix by Martin Koeppe.
28925
28926 2007-09-17  Bruno Haible  <bruno@clisp.org>
28927
28928         * gnulib-tool (func_version): Use $version.
28929
28930 2007-09-16  Bruno Haible  <bruno@clisp.org>
28931
28932         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
28933         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
28934         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
28935         Reported by Greg Schafer <gschafer@zip.com.au>.
28936
28937 2007-09-15  Bruno Haible  <bruno@clisp.org>
28938
28939         * gnulib-tool (sed): Try a little harder to make bash understand the
28940         alias.
28941         Reported by Bruce Korb <bruce.korb@gmail.com>.
28942
28943 2007-09-13  Eric Blake  <ebb9@byu.net>
28944
28945         * ChangeLog: Remove conflict markers.
28946
28947 2007-09-13  Simon Josefsson  <simon@josefsson.org>
28948
28949         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
28950         Reported by Bruno Haible <bruno@clisp.org>.
28951
28952 2007-09-12  Bruno Haible  <bruno@clisp.org>
28953
28954         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
28955         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
28956         is not defined.
28957
28958 2007-09-12  Eric Blake  <ebb9@byu.net>
28959
28960         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
28961         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
28962         Autoconf definition.
28963         * modules/euidaccess (Depends-on): Add extensions, for
28964         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
28965         * modules/fnmatch (Depends-on): Likewise.
28966         * modules/getaddrinfo (Depends-on): Likewise.
28967         * modules/getdelim (Depends-on): Likewise.
28968         * modules/getline (Depends-on): Likewise.
28969         * modules/getsubopt (Depends-on): Likewise.
28970         * modules/gettext (Depends-on): Likewise.
28971         * modules/group-member (Depends-on): Likewise.
28972         * modules/mbchar (Depends-on): Likewise.
28973         * modules/memmem (Depends-on): Likewise.
28974         * modules/mempcpy (Depends-on): Likewise.
28975         * modules/memrchr (Depends-on): Likewise.
28976         * modules/pagealign_alloc (Depends-on): Likewise.
28977         * modules/readutmp (Depends-on): Likewise.
28978         * modules/stpcpy (Depends-on): Likewise.
28979         * modules/stpncpy (Depends-on): Likewise.
28980         * modules/strchrnul (Depends-on): Likewise.
28981         * modules/strndup (Depends-on): Likewise.
28982         * modules/strsep (Depends-on): Likewise.
28983         * modules/strverscmp (Depends-on): Likewise.
28984         * modules/vasprintf (Depends-on): Likewise.
28985         * modules/wcwidth (Depends-on): Likewise.
28986         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
28987         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
28988         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
28989         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
28990         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28991         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28992         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
28993         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28994         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
28995         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
28996         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
28997         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28998         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28999         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
29000         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
29001         * m4/readutmp.m4 (gl_READUTMP): Likewise.
29002         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
29003         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
29004         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
29005         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
29006         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
29007         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
29008         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
29009         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
29010         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
29011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
29012         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
29013         so that lock.m4 can be used in gettext without extensions module.
29014
29015 2007-09-11  Bruno Haible  <bruno@clisp.org>
29016
29017         * m4/isc-posix.m4: Remove file.
29018         Suggested by Eric Blake.
29019
29020 2007-09-11  Eric Blake  <ebb9@byu.net>
29021
29022         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
29023
29024 2007-09-10  Bruno Haible  <bruno@clisp.org>
29025
29026         * posix-modules: Fix typo in error message.
29027         Reported by Matt <mkraai@beckman.com>.
29028
29029 2007-09-09  Bruno Haible  <bruno@clisp.org>
29030
29031         * doc/functions/getdelim.texi: Update list of platforms lacking the
29032         function.
29033         * doc/functions/getline.texi: Likewise.
29034
29035 2007-09-09  Jim Meyering  <jim@meyering.net>
29036
29037         * lib/hash.c (hash_initialize): Detect calloc failure.
29038         Reported by Bruno Haible.
29039
29040 2007-09-09  Bruno Haible  <bruno@clisp.org>
29041
29042         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
29043         malloc or realloc fails.
29044
29045 2007-09-09  Bruno Haible  <bruno@clisp.org>
29046
29047         * modules/getcwd (Depends-on): Add malloc-posix.
29048         * modules/glob (Depends-on): Likewise.
29049         * modules/putenv (Depends-on): Likewise.
29050         * modules/strdup (Depends-on): Likewise.
29051         * modules/getdelim (Depends-on): Add realloc-posix.
29052         * modules/read-file (Depends-on): Likewise.
29053
29054 2007-09-09  Bruno Haible  <bruno@clisp.org>
29055
29056         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
29057         (gl_FUNC_MALLOC_POSIX): Require it.
29058         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
29059         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
29060         * modules/realloc (Files): Add m4/malloc.m4.
29061         * modules/calloc (Files): Likewise.
29062
29063 2007-09-09  Bruno Haible  <bruno@clisp.org>
29064
29065         * modules/malloc-posix: New file.
29066         * modules/malloc (Depends-on): Add malloc-posix.
29067         * lib/malloc.c: Include errno.h.
29068         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
29069         and a POSIX-compatible malloc into a single function. Set ENOMEM
29070         when returning NULL.
29071         * m4/malloc.m4: New file.
29072         * doc/functions/malloc.texi: Mention the malloc-posix module.
29073         * lib/stdlib_.h (malloc): New declaration.
29074         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
29075         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
29076         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
29077         and HAVE_MALLOC_POSIX.
29078
29079 2007-09-09  Bruno Haible  <bruno@clisp.org>
29080
29081         * modules/realloc-posix: New file.
29082         * modules/realloc (Depends-on): Add realloc-posix.
29083         * lib/realloc.c: Include errno.h.
29084         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
29085         and a POSIX-compatible realloc into a single function. Set ENOMEM
29086         when returning NULL.
29087         * m4/realloc.m4: New file.
29088         * doc/functions/realloc.texi: Mention the realloc-posix module.
29089         * lib/stdlib_.h (realloc): New declaration.
29090         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
29091         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
29092         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
29093         and HAVE_REALLOC_POSIX.
29094
29095 2007-09-09  Bruno Haible  <bruno@clisp.org>
29096
29097         * modules/calloc-posix: New file.
29098         * modules/calloc (Depends-on): Add calloc-posix.
29099         * lib/calloc.c: Include errno.h.
29100         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
29101         and a POSIX-compatible calloc into a single function. Set ENOMEM
29102         when returning NULL.
29103         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
29104         * doc/functions/calloc.texi: Mention the calloc-posix module.
29105         * lib/stdlib_.h (calloc): New declaration.
29106         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
29107         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
29108         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
29109         and HAVE_CALLOC_POSIX.
29110
29111 2007-09-09  Bruno Haible  <bruno@clisp.org>
29112
29113         Allow for modules to show an arbitrary notice.
29114         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
29115         * gnulib-tool: New option --extract-notice.
29116         (func_usage): Document it.
29117         (sed_extract_prog): Update.
29118         (func_get_notice): New function.
29119         (func_modules_notice): New function.
29120         (func_import, func_create_testdir): Invoke it.
29121         Suggested by Jim Meyering.
29122
29123 2007-09-09  Bruno Haible  <bruno@clisp.org>
29124
29125         * gnulib-tool: New options --verbose, --quiet.
29126         (func_usage): Document them.
29127         (verbose): New variable.
29128         (func_execute_command): New function.
29129         (func_import): Don't show the module list and the file list if
29130         $verbose < 0.
29131         (func_create_testdir): Likewise. Use func_execute_command.
29132         (func_create_megatestdir): Use func_execute_command.
29133
29134 2007-09-08  Bruno Haible  <bruno@clisp.org>
29135
29136         * gnulib-tool (func_import): Prefer rsync over wget when available,
29137         for fetching the PO files.
29138
29139 2007-09-08  Bruno Haible  <bruno@clisp.org>
29140
29141         * posix-modules: New file. Portions copied from gnulib-tool.
29142         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
29143
29144 2007-09-08  Jim Meyering  <jim@meyering.net>
29145
29146         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
29147         * lib/fpending.h: Rename from __fpending.h.
29148         * lib/fpending.c: Rename from __fpending.c.
29149         Include "fpending.h", not "__fpending.h".
29150         * lib/__fpending.h, lib/__fpending.c: Remove files.
29151         * modules/fpending (Files): Reflect new file names.
29152         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
29153
29154 2007-09-08  Bruno Haible  <bruno@clisp.org>
29155
29156         * m4/inttypes-h.m4: Remove stub file.
29157
29158 2007-09-07  Simon Josefsson  <simon@josefsson.org>
29159
29160         * doc/headers/stdint.texi: Discuss #include_next issue.
29161
29162 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29163
29164         * build-aux/bootstrap: Remove obsolete comment about wget --help.
29165
29166 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29167
29168         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
29169         in variable name.
29170
29171 2007-09-03  Jim Meyering  <jim@meyering.net>
29172
29173         New module: git-version-gen.
29174         * modules/git-version-gen: New file.
29175
29176         Import changes from coreutils for bootstrap script.
29177
29178         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
29179
29180         bootstrap: uses rsync to download the .po files
29181         * build-aux/bootstrap (po_download_command_format): New global.
29182         (download_po_files): Use rsync.
29183         (update_po_files): Don't remove .po files after download,
29184         so future rsync runs can take advantage of the copies.
29185
29186         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
29187
29188         Solve the unnecessary-.po-file-regeneration problem once and for all.
29189         * build-aux/bootstrap (download_po_files): New function, renamed from
29190         get_translations.  Now, downloads, but doesn't update LINGUAS.
29191         (update_po_files): New function.
29192
29193         bootstrap: Ignore more.
29194         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
29195         uniwidth to e.g., lib/.gitignore.
29196         (slurp): Handle the sys_stat_.h -> sys mapping, too.
29197
29198         * build-aux/bootstrap: New setting: vc_ignore.
29199         (insert_sorted_if_absent): Create $file if absent.
29200         Adapt to new, possibly empty, list: $vc_ignore.
29201
29202         bootstrap: generate more ignorable names
29203         * build-aux/bootstrap (slurp): When generating ignorable names,
29204         also map .sin to .sed, .gperf to .c, and .y to .c.
29205
29206 2007-09-03  Jim Meyering  <jim@meyering.net>
29207
29208         * build-aux/git-version-gen: New file, from coreutils.  For details, see
29209         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
29210
29211 2007-09-02  Bruno Haible  <bruno@clisp.org>
29212
29213         Fix mis-recognition of 'mcs' on QNX 6.
29214         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
29215         output contains the string "Mono".
29216         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
29217         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
29218
29219 2007-09-01  Bruno Haible  <bruno@clisp.org>
29220
29221         Fix collision between uniwidth/* and linebreak modules.
29222         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
29223         u32_width): Remove declarations.
29224         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
29225         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
29226         streq3, streq2, streq1, streq0): Remove functions.
29227         (STREQ): Remove macro.
29228         (is_cjk_encoding): Remove function.
29229         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
29230         (uc_width, u8_width, u16_width, u32_width): Remove functions.
29231         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
29232         * NEWS: Document the change.
29233
29234 2007-09-01  Bruno Haible  <bruno@clisp.org>
29235
29236         * lib/streq.h: Add double-inclusion guard.
29237
29238 2007-09-01  Karl Berry  <karl@gnu.org>
29239
29240         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
29241
29242 2007-08-28  Jim Meyering  <jim@meyering.net>
29243
29244         Rename mreadlink_with_size to areadlink_with_size.
29245         * NEWS: Document the change.
29246         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
29247         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
29248         * lib/mreadlink.h: Rename this to...
29249         * lib/areadlink.h: ...this.
29250         * modules/mreadlink-with-size: Rename this to...
29251         * modules/areadlink-with-size: ...this.
29252         * lib/canonicalize.c: Reflect the renaming.
29253         * modules/canonicalize: Likewise.
29254
29255 2007-08-26  Bruno Haible  <bruno@clisp.org>
29256
29257         * gnulib-tool (func_import): When deciding which files to remove,
29258         consider also dangling symbolic links.
29259         Reported by Eric Blake.
29260
29261 2007-08-26  Bruno Haible  <bruno@clisp.org>
29262
29263         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
29264
29265 2007-08-23  Simon Josefsson  <simon@josefsson.org>
29266
29267         * lib/readline.c: Don't include getline.h, the prototype is now
29268         found in stdio.h.
29269
29270 2007-08-23  Jim Meyering  <jim@meyering.net>
29271
29272         Getdelim touchup.
29273         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
29274         around the funlockfile call, since funlockfile never sets errno.
29275         Don't set errno upon failed realloc.
29276
29277 2007-08-22  Eric Blake  <ebb9@byu.net>
29278
29279         Getline touchups.
29280         * lib/getdelim.c (getdelim): Revert regression that required *n to
29281         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
29282         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
29283         getdelim, rather than whether implementation is missing.
29284         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
29285         * lib/stdio_.h (getline): Also declare if replacement is
29286         required.
29287         * doc/functions/getdelim.texi: New file.
29288         * doc/functions/getline.texi: Likewise.
29289         * doc/gnulib.texi (Function Substitutes): Add new files.
29290         Reported by Bruno Haible.
29291
29292 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
29293
29294         * users.txt: Add Guile.
29295
29296 2007-08-22  Eric Blake  <ebb9@byu.net>
29297
29298         * tests/test-getdelim.c (main): Use remove, not unlink.
29299         * tests/test-getline.c (main): Likewise.
29300
29301         Move getline and getdelim into stdio.h, per POSIX 200x.
29302         * modules/getline (Files): Remove getline.h.
29303         (Depends-on): Add stdio.
29304         (configure.ac): Add module indicator.
29305         * modules/getdelim (Files): Remove getdelim.h.
29306         (Depends-on): Add stdio.
29307         (configure.ac): Add module indicator.
29308         * modules/stdio (Makefile.am): Work with new indicators.
29309         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
29310         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
29311         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
29312         * lib/getdelim.h: Delete.
29313         * lib/getline.h: Delete.
29314         * lib/stdio_.h (getdelim, getline): Declare.
29315         * modules/getdelim-tests: New module.
29316         * modules/getline-tests: Likewise.
29317         * tests/test-getdelim.c: New file.
29318         * tests/test-getline.c: Likewise.
29319         * NEWS: Document the change.
29320         * lib/getline.c: Update choice of header.
29321         * lib/csharpcomp.c: Likewise.
29322         * lib/getpass.c: Likewise.
29323         * lib/javacomp.c: Likewise.
29324         * lib/javaversion.c: Likewise.
29325         * lib/yesno.c: Likewise.
29326         * lib/getdelim.c: Likewise.
29327         (getdelim): Set errno on failure, and avoid memory leak.
29328
29329 2007-08-19  Bruno Haible  <bruno@clisp.org>
29330
29331         * modules/closein (Depends-on): Add freadahead.
29332         * lib/closein.c: Include freadahead.h.
29333         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
29334         is zero.
29335
29336 2007-08-19  Bruno Haible  <bruno@clisp.org>
29337
29338         * modules/freadahead-tests: New file.
29339         * tests/test-freadahead.sh: New file.
29340         * tests/test-freadahead.c: New file.
29341
29342         * modules/freadahead: New file.
29343         * lib/freadahead.h: New file.
29344         * lib/freadahead.c: New file.
29345         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
29346         fbufmode, fpurge, freadable, fwritable.
29347
29348 2007-08-19  Eric Blake  <ebb9@byu.net>
29349
29350         Test yesno in combination with closein.
29351         * lib/yesno.c (yesno): Document use of stdin.
29352         * modules/yesno-tests (Files): New module.
29353         * tests/test-yesno.c (main): New file.
29354         * tests/test-yesno.sh: Likewise.
29355
29356 2007-08-19  Bruno Haible  <bruno@clisp.org>
29357
29358         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
29359         * lib/fseeko.c (rpl_fseeko): Likewise.
29360         * lib/fseterr.c (fseterr): Likewise.
29361
29362 2007-08-19  Bruno Haible  <bruno@clisp.org>
29363
29364         * tests/test-lseek.c (main): Disable a test for BeOS.
29365         * doc/functions/lseek.texi: Document the BeOS bug.
29366
29367 2007-08-19  Bruno Haible  <bruno@clisp.org>
29368             Eric Blake  <ebb9@byu.net>
29369
29370         * lib/lseek.c: Include <sys/stat.h>.
29371         (rpl_lseek): Add workaround code also for Unix platforms.
29372         Needed for BeOS.
29373         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
29374         * doc/functions/lseek.texi: Document BeOS definiency.
29375
29376 2007-08-18  Bruno Haible  <bruno@clisp.org>
29377
29378         * modules/fstrcmp-tests: New file.
29379         * tests/test-fstrcmp.c: New file.
29380
29381 2007-08-18  Bruno Haible  <bruno@clisp.org>
29382
29383         * modules/fstrcmp: New file, from GNU gettext with modifications.
29384         * lib/fstrcmp.h: New file, from GNU gettext.
29385         * lib/fstrcmp.c: New file, from GNU gettext.
29386         * MODULES.html.sh (String handling): Add fstrcmp.
29387
29388 2007-08-18  Bruno Haible  <bruno@clisp.org>
29389
29390         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
29391         'bool'.
29392         (diag, compareseq): Remove const from the ctxt argument.
29393         (USE_HEURISTIC): Undefine at the end.
29394
29395 2007-08-18  Jim Meyering  <jim@meyering.net>
29396
29397         New file: lib/idcache.h
29398         * NEWS: Mention the addition.
29399         * modules/idcache (Files): Add lib/idcache.h
29400         * lib/idcache.c: Include "idcache.h".
29401         Don't include <sys/types.h>.
29402         Add a FIXME comment.
29403         Move file-scoped "static" declarations to the top.
29404         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
29405
29406 2007-08-17  Bruno Haible  <bruno@clisp.org>
29407         and Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         * MODULES.html.sh: Add diffseq.
29410         * modules/diffseq: New file.
29411         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
29412         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
29413
29414 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29415
29416         Import changes from coreutils for bootstrap script.
29417
29418         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
29419
29420         * build-aux/bootstrap (slurp): Work even in environments where
29421         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
29422         current code does not slurp files whose names start with ".", and
29423         this looks like it might be a troublesome area.
29424
29425         2007-07-11  Jim Meyering  <jim@meyering.net>
29426
29427         If there's a GPL vN copyright comment, require that N == 3.
29428
29429         2007-07-08  Jim Meyering  <jim@meyering.net>
29430
29431         Run the coreutils-specific code only if tests/Makefile.am.in exists.
29432         * build-aux/bootstrap (mam_template): Move definition out of loop.
29433
29434         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
29435
29436         * build-aux/bootstrap (symlink_to_dir): Rename function from
29437         symlink_to_gnulib.  Add a directory parameter.  Update all
29438         callers.
29439         (cp_mark_as_generated): Also check for -- and link to -- files in
29440         gl/.
29441
29442         2007-07-08  Jim Meyering  <jim@meyering.net>
29443
29444         Adapt to deeper hierarchy in gnulib.
29445         * build-aux/bootstrap (symlink_to_dir): If the destination
29446         directory doesn't exist, create it. This is required at least for
29447         "lib/uniwidth/cjk.h".
29448
29449         2007-05-15  Jim Meyering  <jim@meyering.net>
29450
29451         * build-aux/bootstrap: Now that generated Makefile.am files
29452         are no longer under version control, they must be created at
29453         bootstrap time.
29454
29455 2007-08-14  Ben Pfaff  <blp@gnu.org>
29456
29457         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
29458
29459 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29460
29461         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
29462         given the changes below.
29463         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
29464         even on hosts that have padding bits beyond the supported 64.
29465
29466 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
29467
29468         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
29469         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
29470         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
29471         depends on it.
29472         (xstrtol_error): Remove.
29473         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
29474         but with a different signature.
29475         (ATTRIBUTE_NORETURN, __attribute__): New macros.
29476         * lib/xstrtol-error.c: Include exitfail.h.
29477         (xstrtol_fatal): New function, with a different signature from the
29478         old xstrtol_error, so that the caller need not worry about passing
29479         in an exit status, or about storage management of the option argument.
29480         (xstrtol_error): Now a static function.  Redo signature to
29481         implement xstrtol_fatal.  Output the correct number of hyphens in
29482         front of the option so that the caller need not worry about
29483         storage management.
29484         (N_): New macro.
29485         (_): Remove; not used now.
29486         * modules/xstrtol: Depend on getopt.
29487         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
29488         of old STRTOL_FATAL_ERROR macro.
29489         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
29490         of test program.
29491         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
29492         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
29493
29494 2007-08-08  Eric Blake  <ebb9@byu.net>
29495
29496         * lib/xstrtol-error.c: Add missing include.
29497
29498         Move xstrtol messages into gnulib domain, when --pobase is used.
29499         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
29500         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
29501         * modules/xstrtol (Files): Distribute new file.
29502         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
29503         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
29504         * tests/test-xstrtol.c: ...into new file.
29505         * tests/test-xstrtoul.c: Also test xstrtoul.
29506         * tests/test-xstrtoimax.c: Also test xstrtoimax.
29507         * tests/test-xstrtoumax.c: Also test xstrtoumax.
29508         * tests/test-xstrtol.sh: Drive the tests.
29509         * tests/test-xstrtoimax.sh: Likewise.
29510         * tests/test-xstrtoumax.sh: Likewise.
29511         * modules/xstrtol-tests: New module.
29512         * modules/xstrtoimax-tests: Likewise.
29513         * modules/xstrtoumax-tests: Likewise.
29514
29515 2007-08-08  Jim Meyering  <jim@meyering.net>
29516
29517         New function: mfile_name_concat.
29518         * lib/filenamecat.c (mfile_name_concat): New function, just like
29519         file_name_concat, but return NULL upon failure rather than exiting
29520         with a diagnostic.
29521         * lib/filenamecat.h: Declare it.
29522
29523 2007-08-07  Bruno Haible  <bruno@clisp.org>
29524
29525         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
29526         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
29527         warning from gcc.
29528         Reported by Eric Blake.
29529
29530 2007-08-07  Simon Josefsson  <simon@josefsson.org>
29531
29532         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
29533         * modules/crypto/arcfour (License): Likewise.
29534         * modules/crypto/des-tests (License): Likewise.
29535         * modules/crypto/gc-arctwo-tests (License): Likewise.
29536         * modules/crypto/gc-des-tests (License): Likewise.
29537         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
29538         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
29539         * modules/crypto/gc-md2-tests (License): Likewise.
29540         * modules/crypto/gc-md4-tests (License): Likewise.
29541         * modules/crypto/gc-md5-tests (License): Likewise.
29542         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
29543         * modules/crypto/gc-rijndael-tests (License): Likewise.
29544         * modules/crypto/gc-sha1-tests (License): Likewise.
29545         * modules/crypto/gc-tests (License): Likewise.
29546         * modules/crypto/hmac-md5 (License): Likewise.
29547         * modules/crypto/hmac-sha1 (License): Likewise.
29548         * modules/crypto/md2-tests (License): Likewise.
29549         * modules/crypto/md4-tests (License): Likewise.
29550         * modules/crypto/md5 (License): Likewise.
29551         * modules/crypto/rijndael (License): Likewise.
29552         * modules/crypto/sha1 (License): Likewise.
29553         * modules/memxor (License): Likewise.
29554
29555 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29556         and Bruno Haible  <bruno@clisp.org>
29557
29558         * NEWS: Describe interface changes to human, xstrtol.
29559         * lib/human.h: Include <xstrtol.h>.
29560         (human_options): Return enum strtol_error, not int.  Remove
29561         bool arg; take int * instead.
29562         * lib/human.c: Don't include "gettext.h".
29563         (_): Remove; no longer used.
29564         Don't include <xstrtol.h>, since human.h does it.
29565         (human_options): Adjust to abovementioned interface changes.
29566         Do not report error to stderr; that's now the caller's
29567         responsibility.
29568         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
29569         interface change.
29570         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
29571         Str, Argument_type_string.  All uses changed.  Put " argument"
29572         in diagnostics to make them clearer.  Change wording of suffix
29573         message for clarity.
29574         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
29575         Argument_type_string.
29576         (STRTOL_FATAL_WARN): Remove; no longer used.
29577         * modules/human (Depends-on): Remove gettext-h.
29578
29579 2007-08-06  Simon Josefsson  <simon@josefsson.org>
29580
29581         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
29582
29583 2007-07-31  Bruno Haible  <bruno@clisp.org>
29584
29585         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
29586         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
29587         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
29588
29589 2007-07-31  Bruno Haible  <bruno@clisp.org>
29590
29591         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
29592         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
29593
29594 2007-07-30  Bruno Haible  <bruno@clisp.org>
29595
29596         * modules/base64 (License): Use the synonymous term "LGPLv2+".
29597         * modules/c-ctype (License): Likewise.
29598         * modules/c-strcase (License): Likewise.
29599         * modules/check-version (License): Likewise.
29600         * modules/iconv (License): Likewise.
29601         * modules/iconv_open (License): Likewise.
29602         * modules/read-file (License): Likewise.
29603         * modules/striconv (License): Likewise.
29604         * modules/strverscmp (License): Likewise.
29605         * modules/vasprintf (License): Likewise.
29606         * modules/crypto/des (License): Likewise.
29607         * modules/crypto/gc (License): Likewise.
29608         * modules/crypto/gc-arcfour (License): Likewise.
29609         * modules/crypto/gc-arctwo (License): Likewise.
29610         * modules/crypto/gc-des (License): Likewise.
29611         * modules/crypto/gc-hmac-md5 (License): Likewise.
29612         * modules/crypto/gc-hmac-sha1 (License): Likewise.
29613         * modules/crypto/gc-md2 (License): Likewise.
29614         * modules/crypto/gc-md4 (License): Likewise.
29615         * modules/crypto/gc-md5 (License): Likewise.
29616         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
29617         * modules/crypto/gc-random (License): Likewise.
29618         * modules/crypto/gc-rijndael (License): Likewise.
29619         * modules/crypto/gc-sha1 (License): Likewise.
29620         * modules/crypto/md2 (License): Likewise.
29621         * modules/crypto/md4 (License): Likewise.
29622
29623 2007-07-30  Jim Meyering  <jim@meyering.net>
29624
29625         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
29626         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
29627         it has valid stat data.  This bug would cause du not to count the
29628         sizes of inaccessible directories.
29629         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
29630         in <http://bugzilla.redhat.com/250077>.
29631
29632 2007-07-25  Peter O'Gorman  <peter@pogma.com>
29633             Bruno Haible  <bruno@clisp.org>
29634
29635         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
29636         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
29637         #include_next, gives a diagnostic about it, but reports no error in
29638         the exit code.
29639         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
29640
29641 2007-07-24  Ben Pfaff  <blp@gnu.org>
29642
29643         Improve name: "count-one-bits" is better than "popcount".
29644         * MODULES.html.sh: Update name.
29645         * lib/popcount.h: Renamed lib/count-one-bits.h.
29646         (popcount): Renamed count_one_bits.
29647         (popcountl): Renamed count_one_bits_l.
29648         (popcountll): Renamed count_one_bits_ll.
29649         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
29650         * modules/popcount: Renamed module/count-one-bits.
29651         * modules/popcount-tests: Renamed module/count-one-bits-tests.
29652         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
29653
29654 2007-07-23  Ben Pfaff  <blp@gnu.org>
29655
29656         * lib/popcount.h (popcount32): Reduce size of constants, to allow
29657         better code generation, and add U to large constants to avoid
29658         warnings, in non-GCC case.
29659         Suggested by Bruno Haible.
29660
29661 2007-07-23  Ben Pfaff  <blp@gnu.org>
29662
29663         * lib/popcount.h: Use verify_true instead of if...abort.
29664         * modules/popcount: Depend on verify module.
29665         Suggested by Jim Meyering.
29666
29667 2007-07-23  Bruno Haible  <bruno@clisp.org>
29668
29669         * gnulib-tool (func_import): Create a .cvsignore file also when the
29670         directory is not yet in CVS but the toplevel directory is. When
29671         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
29672         Reported by Karl Berry.
29673
29674 2007-07-22  Ben Pfaff  <blp@gnu.org>
29675
29676         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
29677         case.
29678         Suggested by Eric Blake.
29679
29680 2007-07-22  Ben Pfaff  <blp@gnu.org>
29681
29682         New module: popcount.
29683         * MODULES.html.sh: Add popcount.
29684         * modules/popcount: New file.
29685         * modules/popcount-tests: New file.
29686         * tests/test-popcount.c: New file.
29687         * lib/popcount.h: New file.
29688         * m4/popcount.m4: New file.
29689
29690 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29691
29692         * build-aux/announce-gen: Update to GPLv3.
29693
29694         * build-aux/config.guess: Update from config.
29695
29696 2007-07-21  Bruno Haible  <bruno@clisp.org>
29697
29698         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
29699         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
29700
29701 2007-07-20  Jim Meyering  <jim@meyering.net>
29702
29703         * check-module: Diagnose a self-dependency.
29704
29705 2007-07-19  Bruno Haible  <bruno@clisp.org>
29706
29707         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
29708         empty.
29709         Reported by Eric Blake.
29710
29711 2007-07-18  Bruno Haible  <bruno@clisp.org>
29712
29713         * gnulib-tool: New options --po-base, --po-domain.
29714         (func_usage): Document them.
29715         (pobase, po_domain): New variables.
29716         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
29717         DEFAULT_TEXT_DOMAIN.
29718         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
29719         (func_import): Consider pobase and po_domain. Create a po/ directory.
29720         (func_create_testdir): Set pobase and po_domain to empty.
29721         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
29722         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
29723
29724 2007-07-18  Bruno Haible  <bruno@clisp.org>
29725
29726         * gnulib-tool (func_get_automake_snippet): Synthesize also an
29727         EXTRA_DIST augmentation for files in build-aux/.
29728
29729 2007-07-16  Bruno Haible  <bruno@clisp.org>
29730
29731         * modules/lseek (License): Use the synonymous term "LGPLv2+".
29732         * modules/getdelim (License): Likewise.
29733
29734 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29735
29736         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
29737         * modules/d-type (License): Likewise.
29738         * modules/extensions (License): Likewise.
29739         * modules/fnmatch (License): Likewise.
29740         * modules/fseeko (License): Likewise.
29741         * modules/getaddrinfo (License): Likewise.
29742         * modules/getline (License): Likewise.
29743         * modules/getlogin_r (License): Likewise.
29744         * modules/getpass (License): Likewise.
29745         * modules/gettimeofday (License): Likewise.
29746         * modules/glob (License): Likewise.
29747         * modules/inet_ntop (License): Likewise.
29748         * modules/malloc (License): Likewise.
29749         * modules/malloca (License): Likewise.
29750         * modules/memmem (License): Likewise.
29751         * modules/mempcpy (License): Likewise.
29752         * modules/memset (License): Likewise.
29753         * modules/minmax (License): Likewise.
29754         * modules/mktime (License): Likewise.
29755         * modules/netinet_in (License): Likewise.
29756         * modules/pathmax (License): Likewise.
29757         * modules/poll (License): Likewise.
29758         * modules/regex (License): Likewise.
29759         * modules/snprintf (License): Likewise.
29760         * modules/stdbool (License): Likewise.
29761         * modules/stdint (License): Likewise.
29762         * modules/stdio (License): Likewise.
29763         * modules/strcase (License): Likewise.
29764         * modules/strcasestr (License): Likewise.
29765         * modules/strdup (License): Likewise.
29766         * modules/string (License): Likewise.
29767         * modules/strndup (License): Likewise.
29768         * modules/strnlen (License): Likewise.
29769         * modules/strpbrk (License): Likewise.
29770         * modules/strptime (License): Likewise.
29771         * modules/strsep (License): Likewise.
29772         * modules/sys_select (License): Likewise.
29773         * modules/sys_socket (License): Likewise.
29774         * modules/sys_stat (License): Likewise.
29775         * modules/sys_time (License): Likewise.
29776         * modules/time (License): Likewise.
29777         * modules/time_r (License): Likewise.
29778         * modules/timegm (License): Likewise.
29779         * modules/unistd (License): Likewise.
29780         * modules/vsnprintf (License): Likewise.
29781         * modules/wctype (License): Likewise.
29782
29783 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29784
29785         * modules/argz (License): LGPLv2+.
29786
29787 2007-07-15  Karl Berry  <karl@gnu.org>
29788
29789         * doc/gnulib.texi: revise node structure per new fdl.texi.
29790
29791 2007-07-14  Bruno Haible  <bruno@clisp.org>
29792
29793         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
29794         the output file.
29795         * lib/uniname/uninames.h: Regenerated.
29796
29797 2007-07-14  Karl Berry  <karl@gnu.org>
29798
29799         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
29800         omitting sectioning and index commands.
29801
29802 2007-07-13  Bruno Haible  <bruno@clisp.org>
29803
29804         New gnulib-tool option --more-symlinks.
29805         * gnulib-tool (func_usage): Document --more-symlinks.
29806         (do_copyrights): New variable.
29807         Recognize option --more-symlinks.
29808         (func_import): Don't add a copyright notice transform to
29809         sed_transform_lib_file if do_copyrights is empty.
29810
29811 2007-07-13  Bruno Haible  <bruno@clisp.org>
29812
29813         * lib/vasnprintf.c (decimal_point_char): Define also if
29814         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
29815         && !NEED_PRINTF_DIRECTIVE_A.
29816         Reported by Clemens Koller <clemens.koller@anagramm.de> via
29817         Gary V. Vaughan <gary@gnu.org>.
29818
29819 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
29820
29821         * lib/inttypes_.h: Undo previous change, since it was fixed
29822         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
29823
29824 2007-07-13  Bruno Haible  <bruno@clisp.org>
29825
29826         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
29827         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
29828
29829 2007-07-13  Jim Meyering  <jim@meyering.net>
29830
29831         df: Don't fail for Tru64's "file-on-file mount".
29832         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
29833         so we fall through and use statfs instead.  Details here:
29834         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
29835         Reported by Albert Chin.
29836
29837 2007-07-13  Bruno Haible  <bruno@clisp.org>
29838
29839         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
29840         * modules/configmake (License): Likewise.
29841         * modules/gettext (License): Likewise.
29842         * modules/gettext-h (License): Likewise.
29843         * modules/include_next (License): Likewise.
29844         * modules/link-warning (License): Likewise.
29845         * modules/localcharset (License): Likewise.
29846         * modules/localename (License): Likewise.
29847         * modules/lock (License): Likewise.
29848         * modules/relocatable-lib-lgpl (License): Likewise.
29849         * modules/size_max (License): Likewise.
29850         * modules/vasnprintf (License): Likewise.
29851         * modules/wchar (License): Likewise.
29852         * modules/xsize (License): Likewise.
29853
29854 2007-07-13  Bruno Haible  <bruno@clisp.org>
29855
29856         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
29857         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
29858
29859 2007-07-12  Bruno Haible  <bruno@clisp.org>
29860
29861         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
29862         in the modules files.
29863
29864 2007-07-11  Karl Berry  <karl@gnu.org>
29865
29866         * MODULES.html.sh (func_module): use
29867          sed -e '\|^'"${includefile}"'$|d'
29868          instead of /.../d, to avoid errors on $includefile's containing /.
29869
29870 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29871
29872         * gnulib-tool (func_import): Avoid duplication of --avoid
29873         statements
29874         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
29875         names to `_' in variable names.
29876
29877 2007-07-10  Eric Blake  <ebb9@byu.net>
29878
29879         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
29880         * NEWS: Document this change.
29881
29882 2007-07-08  Bruno Haible  <bruno@clisp.org>
29883
29884         Update to Unicode 5.0.
29885         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
29886         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
29887         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
29888         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
29889         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
29890         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
29891         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
29892         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
29893         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
29894         U+10A3F, U+1D242..U+1D244.
29895         (nonspacing_table_ind): Update.
29896         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
29897         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
29898
29899 2007-07-08  Bruno Haible  <bruno@clisp.org>
29900
29901         Update to Unicode 5.0.
29902         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
29903         code transform. Extend the name index field of unicode_name_to_code and
29904         unicode_code_to_name from 16 to 24 bits.
29905         * lib/uniname/uniname.c (unicode_character_name,
29906         unicode_name_character): Add the range 0x12xxx to the code transform.
29907         * lib/uniname/uninames.h: Regenerated.
29908         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
29909
29910 2007-07-07  Bruno Haible  <bruno@clisp.org>
29911
29912         * modules/wcwidth-tests: New file.
29913         * tests/test-wcwidth.c: New file.
29914
29915         Work around MacOS X wcwidth() bug.
29916         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
29917         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
29918         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
29919         original wcwidth in non-UTF-8 locales.
29920         * modules/wcwidth (Depends-on): Add localcharset, streq,
29921         uniwidth/width.
29922         * doc/functions/wcwidth.texi: Update.
29923
29924 2007-07-07  Bruno Haible  <bruno@clisp.org>
29925
29926         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
29927         (wcwidth): New declaration.
29928         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
29929         macros.
29930         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
29931         here. Prepare for creating <wchar.h> unconditionally.
29932         * modules/wchar (Depends-on): Add link-warning.
29933         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
29934         REPLACE_WCWIDTH, and GL_LINK_WARNING.
29935         * lib/wcwidth.h: Remove file.
29936         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
29937         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
29938         * modules/wcwidth (Files): Remove lib/wcwidth.h.
29939         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
29940         (Include): Replace wcwidth.h with <wchar.h>.
29941         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
29942         * lib/mbchar.h: Don't include wcwidth.h.
29943         * lib/mbswidth.c: Likewise.
29944         * NEWS: Mention the change.
29945
29946 2007-07-07  Bruno Haible  <bruno@clisp.org>
29947
29948         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
29949         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
29950         definition with an external declaration.
29951         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
29952         defined as a function. Remove AC_C_INLINE requirement.
29953         * modules/wcwidth (Files): Add lib/wcwidth.c.
29954         (Makefile.am): Remove redundant statement.
29955
29956 2007-07-07  Bruno Haible  <bruno@clisp.org>
29957
29958         * MODULES.html.sh (Unicode string functions): Add the new modules.
29959
29960         * tests/uniwidth/test-u32-strwidth.c: New file.
29961         * modules/uniwidth/u32-strwidth-tests: New file.
29962
29963         * lib/uniwidth/u32-strwidth.c: New file.
29964         * modules/uniwidth/u32-strwidth: New file.
29965
29966         * tests/uniwidth/test-u16-strwidth.c: New file.
29967         * modules/uniwidth/u16-strwidth-tests: New file.
29968
29969         * lib/uniwidth/u16-strwidth.c: New file.
29970         * modules/uniwidth/u16-strwidth: New file.
29971
29972         * tests/uniwidth/test-u8-strwidth.c: New file.
29973         * modules/uniwidth/u8-strwidth-tests: New file.
29974
29975         * lib/uniwidth/u8-strwidth.c: New file.
29976         * modules/uniwidth/u8-strwidth: New file.
29977
29978         * tests/uniwidth/test-u32-width.c: New file.
29979         * modules/uniwidth/u32-width-tests: New file.
29980
29981         * lib/uniwidth/u32-width.c: New file.
29982         * modules/uniwidth/u32-width: New file.
29983
29984         * tests/uniwidth/test-u16-width.c: New file.
29985         * modules/uniwidth/u16-width-tests: New file.
29986
29987         * lib/uniwidth/u16-width.c: New file.
29988         * modules/uniwidth/u16-width: New file.
29989
29990         * tests/uniwidth/test-u8-width.c: New file.
29991         * modules/uniwidth/u8-width-tests: New file.
29992
29993         * lib/uniwidth/u8-width.c: New file.
29994         * modules/uniwidth/u8-width: New file.
29995
29996         * tests/uniwidth/test-uc_width.c: New file.
29997         * modules/uniwidth/width-tests: New file.
29998
29999         * lib/uniwidth/width.c: New file, from GNU libiconv.
30000         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
30001         * modules/uniwidth/width: New file.
30002
30003         * lib/uniwidth.h: New file, from GNU libiconv.
30004         * modules/uniwidth/base: New file.
30005
30006 2007-07-07  Bruno Haible  <bruno@clisp.org>
30007
30008         * lib/uniname.h: New file, from GNU gettext.
30009         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
30010         * lib/uniname/uninames.h: New file, from GNU gettext.
30011         * lib/uniname/uniname.c: New file, from GNU gettext.
30012         * tests/uniname/test-uninames.sh: New file.
30013         * tests/uniname/test-uninames.c: New file, from GNU gettext.
30014         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
30015         * modules/uniname/base: New file.
30016         * modules/uniname/uniname: New file.
30017         * modules/uniname/uniname-tests: New file.
30018         * MODULES.html.sh (Unicode string functions): Add the new modules.
30019
30020 2007-07-06  Bruno Haible  <bruno@clisp.org>
30021
30022         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
30023
30024 2007-07-06  Bruno Haible  <bruno@clisp.org>
30025
30026         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
30027         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
30028         includes <cygwin/sys_time.h> which includes <sys/select.h> which
30029         include <sys/time.h>.
30030         Reported by Eric Blake.
30031
30032 2007-07-06  Eric Blake  <ebb9@byu.net>
30033
30034         Fix testing canonicalize on cygwin.
30035         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
30036         Revert patch from 2007-06-19.
30037         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
30038         canonicalize module is also in use.
30039         * tests/test-canonicalize.c: New file.
30040         * tests/test-canonicalize.sh: Likewise.
30041         * modules/canonicalize-tests: Likewise.
30042
30043 2007-07-06  Jim Meyering  <jim@meyering.net>
30044
30045         * lib/getugroups.c (getugroups): Detect getgrent failure.
30046         Adjust comment to reflect reality: this function may return -1.
30047
30048 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
30049
30050         * build-aux/bootstrap (TP_URL,get_translations): Update to use
30051         the new TP address.
30052         (usage): Fix typo
30053         (gnulib_mk): New variable.
30054
30055 2007-07-05  Jim Meyering  <jim@meyering.net>
30056
30057         Don't let endgrent clobber errno, no matter how improbable.
30058         * lib/getugroups.c (getugroups): Save and restore errno around
30059         endgrent call.
30060
30061         Close the group DB even when failing with 2^31 or more members.
30062         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
30063
30064 2007-07-04  Jim Meyering  <jim@meyering.net>
30065
30066         * lib/getugroups.h: New file.
30067         * lib/getugroups.c: Include "getugroups.h".
30068         Remove uses of "register" keyword.
30069         Move local variable, "cp", down into scope where used.
30070         Give "username" parameter the "const" attribute.
30071         * modules/getugroups (Files): Add lib/getugroups.h
30072
30073 2007-07-04  Karl Berry  <karl@gnu.org>
30074
30075         * MODULES.html.sh (func_all_modules): Complete rename of
30076         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
30077
30078 2007-07-02  Bruno Haible  <bruno@clisp.org>
30079
30080         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
30081         mode, when inttypes.h comes from gnulib.
30082         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
30083
30084 2007-07-02  Simon Josefsson  <simon@josefsson.org>
30085
30086         * NEWS: Mention lgpl module name change.
30087
30088         * modules/lgpl-2.1: Renamed from lgpl.
30089
30090         * NEWS: Mention gpl module name change.
30091
30092         * modules/gpl-3.0: New file, based on gpl-2.0.
30093
30094         * modules/gpl-2.0: Renamed from gpl.
30095
30096         * modules/gpl: Fix filename, doc/gpl.texi is now found at
30097         doc/gpl-2.0.texi.
30098
30099 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30100
30101         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
30102         #define __STDC_LIMIT_MACROS temporarily while including
30103         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
30104         Problem reported by Joel E. Denny in
30105         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
30106
30107 2007-07-01  Bruno Haible  <bruno@clisp.org>
30108
30109         * lib/unistdio.h: New file.
30110         * lib/unistdio/u-asnprintf.h: New file.
30111         * lib/unistdio/u-asprintf.h: New file.
30112         * lib/unistdio/u-printf-args.c: New file.
30113         * lib/unistdio/u-printf-args.h: New file.
30114         * lib/unistdio/u-printf-parse.h: New file.
30115         * lib/unistdio/u-snprintf.h: New file.
30116         * lib/unistdio/u-sprintf.h: New file.
30117         * lib/unistdio/u-vasprintf.h: New file.
30118         * lib/unistdio/u-vsnprintf.h: New file.
30119         * lib/unistdio/u-vsprintf.h: New file.
30120         * lib/unistdio/ulc-asnprintf.c: New file.
30121         * lib/unistdio/ulc-asprintf.c: New file.
30122         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
30123         * lib/unistdio/ulc-printf-parse.c: New file.
30124         * lib/unistdio/ulc-snprintf.c: New file.
30125         * lib/unistdio/ulc-sprintf.c: New file.
30126         * lib/unistdio/ulc-vasnprintf.c: New file.
30127         * lib/unistdio/ulc-vasprintf.c: New file.
30128         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
30129         * lib/unistdio/ulc-vsnprintf.c: New file.
30130         * lib/unistdio/ulc-vsprintf.c: New file.
30131         * lib/unistdio/u8-asnprintf.c: New file.
30132         * lib/unistdio/u8-asprintf.c: New file.
30133         * lib/unistdio/u8-printf-parse.c: New file.
30134         * lib/unistdio/u8-snprintf.c: New file.
30135         * lib/unistdio/u8-sprintf.c: New file.
30136         * lib/unistdio/u8-vasnprintf.c: New file.
30137         * lib/unistdio/u8-vasprintf.c: New file.
30138         * lib/unistdio/u8-vsnprintf.c: New file.
30139         * lib/unistdio/u8-vsprintf.c: New file.
30140         * lib/unistdio/u8-u8-asnprintf.c: New file.
30141         * lib/unistdio/u8-u8-asprintf.c: New file.
30142         * lib/unistdio/u8-u8-snprintf.c: New file.
30143         * lib/unistdio/u8-u8-sprintf.c: New file.
30144         * lib/unistdio/u8-u8-vasnprintf.c: New file.
30145         * lib/unistdio/u8-u8-vasprintf.c: New file.
30146         * lib/unistdio/u8-u8-vsnprintf.c: New file.
30147         * lib/unistdio/u8-u8-vsprintf.c: New file.
30148         * lib/unistdio/u16-asnprintf.c: New file.
30149         * lib/unistdio/u16-asprintf.c: New file.
30150         * lib/unistdio/u16-printf-parse.c: New file.
30151         * lib/unistdio/u16-snprintf.c: New file.
30152         * lib/unistdio/u16-sprintf.c: New file.
30153         * lib/unistdio/u16-vasnprintf.c: New file.
30154         * lib/unistdio/u16-vasprintf.c: New file.
30155         * lib/unistdio/u16-vsnprintf.c: New file.
30156         * lib/unistdio/u16-vsprintf.c: New file.
30157         * lib/unistdio/u16-u16-asnprintf.c: New file.
30158         * lib/unistdio/u16-u16-asprintf.c: New file.
30159         * lib/unistdio/u16-u16-snprintf.c: New file.
30160         * lib/unistdio/u16-u16-sprintf.c: New file.
30161         * lib/unistdio/u16-u16-vasnprintf.c: New file.
30162         * lib/unistdio/u16-u16-vasprintf.c: New file.
30163         * lib/unistdio/u16-u16-vsnprintf.c: New file.
30164         * lib/unistdio/u16-u16-vsprintf.c: New file.
30165         * lib/unistdio/u32-asnprintf.c: New file.
30166         * lib/unistdio/u32-asprintf.c: New file.
30167         * lib/unistdio/u32-printf-parse.c: New file.
30168         * lib/unistdio/u32-snprintf.c: New file.
30169         * lib/unistdio/u32-sprintf.c: New file.
30170         * lib/unistdio/u32-vasnprintf.c: New file.
30171         * lib/unistdio/u32-vasprintf.c: New file.
30172         * lib/unistdio/u32-vsnprintf.c: New file.
30173         * lib/unistdio/u32-vsprintf.c: New file.
30174         * lib/unistdio/u32-u32-asnprintf.c: New file.
30175         * lib/unistdio/u32-u32-asprintf.c: New file.
30176         * lib/unistdio/u32-u32-snprintf.c: New file.
30177         * lib/unistdio/u32-u32-sprintf.c: New file.
30178         * lib/unistdio/u32-u32-vasnprintf.c: New file.
30179         * lib/unistdio/u32-u32-vasprintf.c: New file.
30180         * lib/unistdio/u32-u32-vsnprintf.c: New file.
30181         * lib/unistdio/u32-u32-vsprintf.c: New file.
30182         * tests/unistdio/test-ulc-asnprintf1.c: New file.
30183         * tests/unistdio/test-ulc-asnprintf1.h: New file.
30184         * tests/unistdio/test-ulc-printf1.h: New file.
30185         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
30186         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
30187         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
30188         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
30189         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
30190         * tests/unistdio/test-ulc-vasprintf1.c: New file.
30191         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
30192         * tests/unistdio/test-ulc-vsprintf1.c: New file.
30193         * tests/unistdio/test-u8-asnprintf1.c: New file.
30194         * tests/unistdio/test-u8-asnprintf1.h: New file.
30195         * tests/unistdio/test-u8-printf1.h: New file.
30196         * tests/unistdio/test-u8-vasnprintf1.c: New file.
30197         * tests/unistdio/test-u8-vasnprintf2.c: New file.
30198         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
30199         * tests/unistdio/test-u8-vasnprintf3.c: New file.
30200         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
30201         * tests/unistdio/test-u8-vasprintf1.c: New file.
30202         * tests/unistdio/test-u8-vsnprintf1.c: New file.
30203         * tests/unistdio/test-u8-vsprintf1.c: New file.
30204         * tests/unistdio/test-u16-asnprintf1.c: New file.
30205         * tests/unistdio/test-u16-asnprintf1.h: New file.
30206         * tests/unistdio/test-u16-printf1.h: New file.
30207         * tests/unistdio/test-u16-vasnprintf1.c: New file.
30208         * tests/unistdio/test-u16-vasnprintf2.c: New file.
30209         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
30210         * tests/unistdio/test-u16-vasnprintf3.c: New file.
30211         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
30212         * tests/unistdio/test-u16-vasprintf1.c: New file.
30213         * tests/unistdio/test-u16-vsnprintf1.c: New file.
30214         * tests/unistdio/test-u16-vsprintf1.c: New file.
30215         * tests/unistdio/test-u32-asnprintf1.c: New file.
30216         * tests/unistdio/test-u32-asnprintf1.h: New file.
30217         * tests/unistdio/test-u32-printf1.h: New file.
30218         * tests/unistdio/test-u32-vasnprintf1.c: New file.
30219         * tests/unistdio/test-u32-vasnprintf2.c: New file.
30220         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
30221         * tests/unistdio/test-u32-vasnprintf3.c: New file.
30222         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
30223         * tests/unistdio/test-u32-vasprintf1.c: New file.
30224         * tests/unistdio/test-u32-vsnprintf1.c: New file.
30225         * tests/unistdio/test-u32-vsprintf1.c: New file.
30226         * modules/unistdio/base: New file.
30227         * modules/unistdio/u-printf-args: New file.
30228         * modules/unistdio/ulc-asnprintf: New file.
30229         * modules/unistdio/ulc-asprintf: New file.
30230         * modules/unistdio/ulc-fprintf: New file.
30231         * modules/unistdio/ulc-printf-parse: New file.
30232         * modules/unistdio/ulc-snprintf: New file.
30233         * modules/unistdio/ulc-sprintf: New file.
30234         * modules/unistdio/ulc-vasnprintf: New file.
30235         * modules/unistdio/ulc-vasprintf: New file.
30236         * modules/unistdio/ulc-vfprintf: New file.
30237         * modules/unistdio/ulc-vsnprintf: New file.
30238         * modules/unistdio/ulc-vsprintf: New file.
30239         * modules/unistdio/u8-asnprintf: New file.
30240         * modules/unistdio/u8-asprintf: New file.
30241         * modules/unistdio/u8-printf-parse: New file.
30242         * modules/unistdio/u8-snprintf: New file.
30243         * modules/unistdio/u8-sprintf: New file.
30244         * modules/unistdio/u8-vasnprintf: New file.
30245         * modules/unistdio/u8-vasprintf: New file.
30246         * modules/unistdio/u8-vsnprintf: New file.
30247         * modules/unistdio/u8-vsprintf: New file.
30248         * modules/unistdio/u8-u8-asnprintf: New file.
30249         * modules/unistdio/u8-u8-asprintf: New file.
30250         * modules/unistdio/u8-u8-snprintf: New file.
30251         * modules/unistdio/u8-u8-sprintf: New file.
30252         * modules/unistdio/u8-u8-vasnprintf: New file.
30253         * modules/unistdio/u8-u8-vasprintf: New file.
30254         * modules/unistdio/u8-u8-vsnprintf: New file.
30255         * modules/unistdio/u8-u8-vsprintf: New file.
30256         * modules/unistdio/u16-asnprintf: New file.
30257         * modules/unistdio/u16-asprintf: New file.
30258         * modules/unistdio/u16-printf-parse: New file.
30259         * modules/unistdio/u16-snprintf: New file.
30260         * modules/unistdio/u16-sprintf: New file.
30261         * modules/unistdio/u16-vasnprintf: New file.
30262         * modules/unistdio/u16-vasprintf: New file.
30263         * modules/unistdio/u16-vsnprintf: New file.
30264         * modules/unistdio/u16-vsprintf: New file.
30265         * modules/unistdio/u16-u16-asnprintf: New file.
30266         * modules/unistdio/u16-u16-asprintf: New file.
30267         * modules/unistdio/u16-u16-snprintf: New file.
30268         * modules/unistdio/u16-u16-sprintf: New file.
30269         * modules/unistdio/u16-u16-vasnprintf: New file.
30270         * modules/unistdio/u16-u16-vasprintf: New file.
30271         * modules/unistdio/u16-u16-vsnprintf: New file.
30272         * modules/unistdio/u16-u16-vsprintf: New file.
30273         * modules/unistdio/u32-asnprintf: New file.
30274         * modules/unistdio/u32-asprintf: New file.
30275         * modules/unistdio/u32-printf-parse: New file.
30276         * modules/unistdio/u32-snprintf: New file.
30277         * modules/unistdio/u32-sprintf: New file.
30278         * modules/unistdio/u32-vasnprintf: New file.
30279         * modules/unistdio/u32-vasprintf: New file.
30280         * modules/unistdio/u32-vsnprintf: New file.
30281         * modules/unistdio/u32-vsprintf: New file.
30282         * modules/unistdio/u32-u32-asnprintf: New file.
30283         * modules/unistdio/u32-u32-asprintf: New file.
30284         * modules/unistdio/u32-u32-snprintf: New file.
30285         * modules/unistdio/u32-u32-sprintf: New file.
30286         * modules/unistdio/u32-u32-vasnprintf: New file.
30287         * modules/unistdio/u32-u32-vasprintf: New file.
30288         * modules/unistdio/u32-u32-vsnprintf: New file.
30289         * modules/unistdio/u32-u32-vsprintf: New file.
30290         * modules/unistdio/ulc-asnprintf-tests: New file.
30291         * modules/unistdio/ulc-vasnprintf-tests: New file.
30292         * modules/unistdio/ulc-vasprintf-tests: New file.
30293         * modules/unistdio/ulc-vsnprintf-tests: New file.
30294         * modules/unistdio/ulc-vsprintf-tests: New file.
30295         * modules/unistdio/u8-asnprintf-tests: New file.
30296         * modules/unistdio/u8-vasnprintf-tests: New file.
30297         * modules/unistdio/u8-vasprintf-tests: New file.
30298         * modules/unistdio/u8-vsnprintf-tests: New file.
30299         * modules/unistdio/u8-vsprintf-tests: New file.
30300         * modules/unistdio/u16-asnprintf-tests: New file.
30301         * modules/unistdio/u16-vasnprintf-tests: New file.
30302         * modules/unistdio/u16-vasprintf-tests: New file.
30303         * modules/unistdio/u16-vsnprintf-tests: New file.
30304         * modules/unistdio/u16-vsprintf-tests: New file.
30305         * modules/unistdio/u32-asnprintf-tests: New file.
30306         * modules/unistdio/u32-vasnprintf-tests: New file.
30307         * modules/unistdio/u32-vasprintf-tests: New file.
30308         * modules/unistdio/u32-vsnprintf-tests: New file.
30309         * modules/unistdio/u32-vsprintf-tests: New file.
30310         * MODULES.html.sh (Unicode string functions): Add the new modules.
30311
30312 2007-07-01  Bruno Haible  <bruno@clisp.org>
30313
30314         * lib/sprintf.c (sprintf): Limit the available length estimation,
30315         to avoid address wraparound.
30316         * lib/vsprintf.c (vsprintf): Likewise.
30317         * modules/sprintf-posix (Dependencies): Add stdint.
30318         * modules/vsprintf-posix (Dependencies): Likewise.
30319
30320 2007-07-01  Bruno Haible  <bruno@clisp.org>
30321
30322         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
30323         Windows PATH as well. Conservative double-quoting. Comments.
30324
30325 2007-07-01  Bruno Haible  <bruno@clisp.org>
30326             Eric Blake  <ebb9@byu.net>
30327             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30328
30329         * gnulib-tool (self_abspathname): Fix algorithm to cope with
30330         empty components in $PATH, denoting '.'.
30331
30332 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30333
30334         * gnulib-tool: Fix indentation.
30335         (func_create_megatestdir): Likewise.
30336         Report by Bruno Haible.
30337
30338 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30339
30340         Sync from Automake.
30341         * build-aux/gnupload: Fix shell portability issues with for loops.
30342         Report by Karl Berry.
30343
30344 2007-06-29  Simon Josefsson  <simon@josefsson.org>
30345
30346         * build-aux/maint.mk (POURL): Use translationproject.org.
30347
30348 2007-06-27  Simon Josefsson  <simon@josefsson.org>
30349             Bruno Haible  <bruno@clisp.org>
30350
30351         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
30352         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
30353         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
30354         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
30355         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
30356
30357 2007-06-27  Bruno Haible  <bruno@clisp.org>
30358
30359         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
30360         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
30361
30362 2007-06-26  Karl Berry  <karl@gnu.org>
30363
30364         * MODULES.html.sh: remove xreadlink-with-size.
30365
30366 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30367
30368         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
30369         method that I hope also handles the double-include problem noted
30370         by Bruno Haible in
30371         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
30372
30373 2007-06-23  Bruno Haible  <bruno@clisp.org>
30374
30375         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30376         Don't let the 'mostlyclean' target fail if the last subdirectory could
30377         not be removed.
30378         Reported by Karl Berry.
30379
30380 2007-06-23  Bruno Haible  <bruno@clisp.org>
30381
30382         * gnulib-tool (echo): Add a speedier workaround for ksh.
30383         * tests/test-echo.sh: Likewise.
30384
30385 2007-06-23  Bruno Haible  <bruno@clisp.org>
30386
30387         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
30388         * tests/test-echo.sh: Likewise.
30389
30390 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30391
30392         * gnulib-tool (IFS): Initialize early, so we don't set it to
30393         empty later.
30394         (self_abspathname): Rewrite algorithm to set it, reindent.
30395         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
30396         (func_create_megatestdir): Merge some sed scripts.
30397
30398 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30399
30400         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
30401         exposed by Sun Studio 11 cc on Solaris 8.
30402
30403 2007-06-22  Bruno Haible  <bruno@clisp.org>
30404
30405         * gnulib-tool (echo): Ensure the echo primitive does not interpret
30406         backslashes.
30407         * tests/test-echo.sh: New file.
30408
30409 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30410
30411         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
30412         simplify `sed_replace_build_aux' scripts, they are portable but
30413         echoing them with `echo' is not.
30414         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
30415
30416 2007-06-21  Karl Berry  <karl@gnu.org>
30417
30418         * config/srclist.txt: guess we can't handle the licenses via
30419         srclist at the moment.
30420
30421 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
30422
30423         * MODULES.html.sh: Add include_next.
30424         * modules/include_next: New file.
30425
30426 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30427
30428         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
30429         INCLUDE_NEXT.
30430         (gl_CHECK_NEXT_HEADERS): New macro.
30431         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
30432         the obsolescent gl_ABSOLUTE_HEADER.
30433         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
30434         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
30435         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
30436         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
30437         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
30438         * m4/math_h.m4 (gl_MATH_H): Likewise.
30439         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
30440         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
30441         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
30442         * m4/stdint.m4 (gl_STDINT_H): Likewise.
30443         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
30444         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
30445         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
30446         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
30447         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
30448         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
30449         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
30450         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
30451         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
30452         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
30453         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
30454         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
30455         * m4/inttypes.m4 (gl_INTTYPES_H): Define
30456         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
30457         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
30458         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
30459         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
30460         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
30461         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
30462         * lib/float_.h: Likewise.
30463         * lib/inttypes_.h: Likewise.
30464         * lib/math_.h: Likewise.
30465         * lib/search_.h: Likewise.
30466         * lib/signal_.h: Likewise.
30467         * lib/stdint_.h: Likewise.
30468         * lib/stdio_.h: Likewise.
30469         * lib/stdlib_.h: Likewise.
30470         * lib/string_.h: Likewise.
30471         * lib/sys_stat_.h: Likewise.
30472         * lib/sys_time_.h: Likewise.
30473         * lib/time_.h: Likewise.
30474         * lib/unistd_.h: Likewise.
30475         * lib/wchar_.h: Likewise.
30476         * lib/wctype_.h: Likewise.
30477         * lib/dirent_.h: Likewise.
30478         * lib/iconv_.h: Likewise.
30479         * lib/locale_.h: Likewise.
30480         * lib/netinet_in_.h: Likewise.
30481         * lib/sys_select_.h: Likewise.
30482         * lib/sys_socket_.h: Likewise.
30483         * lib/sysexits_.h: Likewise.
30484         * modules/fcntl (Depends-on): Depend on include_next, not
30485         absolute_header.
30486         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
30487         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
30488         * modules/fchdir: Likewise.
30489         * modules/float: Likewise.
30490         * modules/iconv_open: Likewise.
30491         * modules/inttypes: Likewise.
30492         * modules/locale: Likewise.
30493         * modules/math: Likewise.
30494         * modules/netinet_in: Likewise.
30495         * modules/search: Likewise.
30496         * modules/signal: Likewise.
30497         * modules/stdint: Likewise.
30498         * modules/stdio: Likewise.
30499         * modules/stdlib: Likewise.
30500         * modules/string: Likewise.
30501         * modules/sys_select: Likewise.
30502         * modules/sys_socket: Likewise.
30503         * modules/sys_stat: Likewise.
30504         * modules/sys_time: Likewise.
30505         * modules/sysexits: Likewise.
30506         * modules/time: Likewise.
30507         * modules/unistd: Likewise.
30508         * modules/wchar: Likewise.
30509         * modules/wctype: Likewise.
30510         * modules/sys_stat: Change maintainer to "all".
30511         * modules/unistd: Likewise.
30512
30513 2007-06-20  Karl Berry  <karl@gnu.org>
30514
30515         * config/srclist.txt: track www changes in license files.
30516
30517 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
30518
30519         * build-aux/bootstrap: Remove stray dot.
30520         Make sure build_aux settings are honored when linking
30521         gnulib_extra_files.
30522
30523 2007-06-19  Eric Blake  <ebb9@byu.net>
30524
30525         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
30526         Allow compilation on cygwin.
30527
30528 2007-06-19  Jim Meyering  <jim@meyering.net>
30529
30530         xreadlink-with-size: Remove module.  No longer used.
30531         Ex-callers now use xreadlink or mreadlink-with-size.
30532         * modules/xreadlink-with-size: Remove module.
30533         * lib/xreadlink-with-size.c: Remove file.
30534         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
30535         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
30536         just before the function definition *is* accurate.
30537
30538         Eliminate one way canonicalize_filename_mode could exit.
30539         * lib/canonicalize.c (canonicalize_filename_mode):
30540         Use mreadlink_with_size, not xreadlink_with_size.
30541
30542 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
30543
30544         Detect porting problems to FreeBSD/arm, which has time_t wider than
30545         long int.  Original problem reported for GNU diff by Xin Li in
30546         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
30547         * modules/getdate (Depends-on): Add intprops, verify.
30548         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
30549         is an integer type no wider than long int.
30550
30551 2007-06-18  Jim Meyering  <jim@meyering.net>
30552
30553         New module: mreadlink-with-size.
30554         * MODULES.html.sh: Add mreadlink-with-size.
30555         * modules/mreadlink-with-size: New module
30556         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
30557         not xreadlink-with-size.
30558         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
30559
30560 2007-06-16  Bruno Haible  <bruno@clisp.org>
30561
30562         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
30563         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
30564         Reported by Gary V. Vaughan <gary@gnu.org>.
30565
30566 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
30567
30568         Revamp lchown so that it lives in unistd.h where it belongs.
30569         * lib/lchown.h: Remove.
30570         * lib/dirchownmod.c: Don't include lib/lchown.h.
30571         * lib/fchownat.c: Likewise.
30572         * lib/openat.c: Likewise.
30573         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
30574         does not follow symlinks.
30575         (EOPNOTSUPP): Define if not defined.
30576         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
30577         is defined to 0.
30578         (lchown): New decl.
30579         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
30580         Do not check for lchown decl.
30581         Set REPLACE_LCHOWN.
30582         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
30583         REPLACE_LCHOWN.
30584         * modules/chown: Make it clear it follows symlinks.
30585         * modules/lchown: Make it clear it doesn't follow symlinks.
30586         (Files): Remove lib/lchown.h
30587         (Depends-on): Add unistd.
30588         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
30589         (Include): Include <unistd.h>, not "lchown.h".
30590         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
30591         REPLACE_LCHOWN.
30592
30593 2007-06-15  Jim Meyering  <jim@meyering.net>
30594
30595         Change license (GPL to LGPL) of fsusage and dependents.
30596         * modules/fsusage (License): Change to LGPL.
30597         * modules/full-read (License): Likewise.
30598         * modules/full-write (License): Likewise.
30599         * modules/safe-read (License): Likewise.
30600         * modules/safe-write (License): Likewise.
30601
30602 2007-06-14  Ben Pfaff  <blp@gnu.org>
30603
30604         Missing part of allocsa -> malloca transition.
30605         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
30606         gl_MALLOCA.
30607
30608 2007-06-12  Bruno Haible  <bruno@clisp.org>
30609
30610         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
30611         to ia64, x86_64, i386.
30612         Reported by Eric Blake.
30613
30614 2007-06-12  Bruno Haible  <bruno@clisp.org>
30615
30616         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
30617         cross-compiling to x86_64.
30618
30619 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
30620
30621         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
30622         glitch reported by Ralf Wildenhues in
30623         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
30624
30625         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
30626         Vin Shelton.
30627
30628 2007-06-11  Bruno Haible  <bruno@clisp.org>
30629
30630         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
30631         replacement string.
30632         Reported by Eric Blake.
30633
30634 2007-06-10  Bruno Haible  <bruno@clisp.org>
30635
30636         Prepare vasnprintf code for use with Unicode strings.
30637         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
30638         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
30639         TYPE_U32_STRING.
30640         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
30641         a_u32_string variants.
30642         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
30643         * lib/printf-args.c: Don't include config.h and the specification
30644         header if PRINTF_FETCHARGS is already defined.
30645         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
30646         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
30647         TYPE_U16_STRING, TYPE_U32_STRING.
30648         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
30649         u16_directive, u16_directives, u32_directive, u32_directives): New
30650         types.
30651         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
30652         New declarations.
30653         * lib/printf-parse.c: Don't include config.h and the specification
30654         header if PRINTF_PARSE is already defined. Eliminate the set of
30655         parameters for WIDE_CHAR_VERSION; the user of this file must provide
30656         them now. Include c-ctype.h.
30657         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
30658         directive and CHAR_T_ONLY_ASCII.
30659         * lib/vasnprintf.c: Don't include config.h and the specification header
30660         if VASNPRINTF is already defined.
30661         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
30662         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
30663         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
30664         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
30665         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
30666         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
30667         code accordingly.
30668         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
30669         pad_ourselves also in this case, with the 'c' and 's' directives, and
30670         with a different notion of "width".
30671         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
30672
30673 2007-06-10  Bruno Haible  <bruno@clisp.org>
30674
30675         * modules/unistr/u32-mbsnlen: New file.
30676         * lib/unistr/u32-mbsnlen.c: New file.
30677
30678         * modules/unistr/u16-mbsnlen: New file.
30679         * lib/unistr/u16-mbsnlen.c: New file.
30680
30681         * modules/unistr/u8-mbsnlen: New file.
30682         * lib/unistr/u8-mbsnlen.c: New file.
30683
30684         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
30685         declarations.
30686
30687 2007-06-10  Bruno Haible  <bruno@clisp.org>
30688
30689         * lib/string_.h (mbsnlen): New declaration.
30690         * lib/mbsnlen.c: New file.
30691         * m4/mbsnlen.m4: New file.
30692         * modules/mbsnlen: New file.
30693         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
30694         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
30695         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
30696
30697 2007-06-10  Bruno Haible  <bruno@clisp.org>
30698
30699         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
30700
30701 2007-06-10  Bruno Haible  <bruno@clisp.org>
30702
30703         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
30704         * lib/mbuiter.h: Likewise.
30705
30706 2007-06-10  Bruno Haible  <bruno@clisp.org>
30707
30708         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
30709         declaration.
30710
30711 2007-06-10  Karl Berry  <karl@gnu.org>
30712
30713         * config/srclist.txt: remove gettext entries, Bruno prefers
30714         to update individually.
30715
30716 2007-06-10  Bruno Haible  <bruno@clisp.org>
30717
30718         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
30719         'maxlen'. Ensure only length + width bytes are allocated, not
30720         length + 1 + width.
30721
30722 2007-06-09  Bruno Haible  <bruno@clisp.org>
30723
30724         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
30725         (CHAR_T): Remove macro.
30726         (VASNPRINTF): Update.
30727
30728 2007-06-09  Bruno Haible  <bruno@clisp.org>
30729
30730         * MODULES.html.sh (Unicode string functions): Add the new modules.
30731
30732         * modules/uniconv/u32-conv-to-enc: New file.
30733         * lib/uniconv/u32-conv-to-enc.c: New file.
30734         * modules/uniconv/u32-conv-to-enc-tests: New file.
30735         * tests/uniconv/test-u32-conv-to-enc.c: New file.
30736
30737         * modules/uniconv/u16-conv-to-enc: New file.
30738         * lib/uniconv/u16-conv-to-enc.c: New file.
30739         * lib/uniconv/u-conv-to-enc.h: New file.
30740         * modules/uniconv/u16-conv-to-enc-tests: New file.
30741         * tests/uniconv/test-u16-conv-to-enc.c: New file.
30742
30743         * modules/uniconv/u8-conv-to-enc: New file.
30744         * lib/uniconv/u8-conv-to-enc.c: New file.
30745         * modules/uniconv/u8-conv-to-enc-tests: New file.
30746         * tests/uniconv/test-u8-conv-to-enc.c: New file.
30747
30748         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
30749         u32_conv_to_encoding): New declarations.
30750
30751 2007-06-09  Bruno Haible  <bruno@clisp.org>
30752
30753         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
30754
30755 2007-06-09  Bruno Haible  <bruno@clisp.org>
30756
30757         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
30758         * modules/malloca: Renamed from modules/allocsa, updated.
30759         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
30760         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
30761         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
30762         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
30763         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
30764         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
30765         * modules/xmalloca: Renamed from modules/xallocsa, updated.
30766         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
30767         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
30768         * modules/c-strcasestr (Depends-on): Update.
30769         * lib/c-strcasestr.c: Update.
30770         * modules/c-strstr (Depends-on): Update.
30771         * lib/c-strstr.c: Update.
30772         * modules/canonicalize-lgpl (Depends-on): Update.
30773         * lib/canonicalize-lgpl.c: Update.
30774         * modules/clean-temp (Depends-on): Update.
30775         * lib/clean-temp.c: Update.
30776         * modules/csharpcomp (Depends-on): Update.
30777         * lib/csharpcomp.c: Update.
30778         * modules/csharpexec (Depends-on): Update.
30779         * lib/csharpexec.c: Update.
30780         * modules/javacomp (Depends-on): Update.
30781         * lib/javacomp.c: Update.
30782         * modules/javaexec (Depends-on): Update.
30783         * lib/javaexec.c: Update.
30784         * modules/mbscasestr (Depends-on): Update.
30785         * lib/mbscasestr.c: Update.
30786         * modules/mbsstr (Depends-on): Update.
30787         * lib/mbsstr.c: Update.
30788         * modules/setenv (Depends-on): Update.
30789         * lib/setenv.c: Update.
30790         * modules/strcasestr (Depends-on): Update.
30791         * lib/strcasestr.c: Update.
30792         * modules/striconveha (Depends-on): Update.
30793         * lib/striconveha.c: Update.
30794         * modules/relocatable-prog-wrapper (Files): Update.
30795         * lib/relocwrapper.c: Update.
30796         * build-aux/install-reloc: Update.
30797         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
30798
30799 2007-06-08  Bruno Haible  <bruno@clisp.org>
30800
30801         Port to uClibc.
30802         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
30803         * lib/fpurge.c (fpurge): Likewise.
30804         * lib/freading.c (freading): Likewise.
30805         * lib/fseeko.c (rpl_fseeko): Likewise.
30806         * lib/fseterr.c (fseterr): Likewise.
30807         * lib/fwriting.c (fwriting): Likewise.
30808         * tests/test-fflush.c (main): Avoid a failure on uClibc.
30809
30810 2007-06-08  Bruno Haible  <bruno@clisp.org>
30811
30812         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
30813         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
30814         * modules/gettext (Files): Add m4/intlmacosx.m4.
30815
30816 2007-06-07  Bruno Haible  <bruno@clisp.org>
30817
30818         * modules/localename-tests: New file.
30819         * tests/test-localename.c: New file.
30820
30821         New module 'localename'.
30822         * lib/localename.h: New file.
30823         * lib/localename.c: New file, from GNU gettext.
30824         * m4/localename.m4: New file.
30825         * modules/localename: New file.
30826
30827 2007-06-07  Bruno Haible  <bruno@clisp.org>
30828
30829         Work around the lack of <wchar.h> on some builds of uClibc.
30830         * doc/headers/wchar.texi: Update.
30831         * lib/wchar_.h: Include <wchar.h> only if it exists.
30832         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
30833         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
30834         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
30835         doesn't exist.
30836         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
30837         * modules/mbfile (Depends-on): Add wchar.
30838         * modules/mbiter (Depends-on): Likewise.
30839         * modules/mbuiter (Depends-on): Likewise.
30840         Reported by Simon Josefsson.
30841
30842 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30843
30844         Work around problem reported by Steven M. Schweda in
30845         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
30846         Tru64 5.1B with the Compaq compiler environment installed declares
30847         an 'isblank' function but does not define it in the C library.
30848         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
30849         * lib/regex_internal.h (isblank): Likewise.
30850         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
30851         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30852
30853 2007-06-05  Bruno Haible  <bruno@clisp.org>
30854
30855         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
30856         ia64.
30857         * modules/printf-safe: New file.
30858         * modules/fprintf-posix (Depends-on): Add printf-safe.
30859         * modules/printf-posix (Depends-on): Likewise.
30860         * modules/snprintf-posix (Depends-on): Likewise.
30861         * modules/sprintf-posix (Depends-on): Likewise.
30862         * modules/vasnprintf-posix (Depends-on): Likewise.
30863         * modules/vasprintf-posix (Depends-on): Likewise.
30864         * modules/vfprintf-posix (Depends-on): Likewise.
30865         * modules/vprintf-posix (Depends-on): Likewise.
30866         * modules/vsnprintf-posix (Depends-on): Likewise.
30867         * modules/vsprintf-posix (Depends-on): Likewise.
30868         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
30869         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
30870         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
30871         "no" on i386, x86_64, ia64.
30872         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
30873         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30874         on i386, x86_64, ia64.
30875         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
30876         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30877         on i386, x86_64, ia64.
30878         * tests/test-vasnprintf-posix.c: Include float.h.
30879         (LDBL80_WORDS): New macro.
30880         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30881         on i386, x86_64, ia64.
30882         * tests/test-vasprintf-posix.c: Include float.h.
30883         (LDBL80_WORDS): New macro.
30884         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30885         on i386, x86_64, ia64.
30886         * tests/test-snprintf-posix.c: Include float.h.
30887         * tests/test-sprintf-posix.c: Likewise.
30888         * tests/test-vsnprintf-posix.c: Likewise.
30889         * tests/test-vsprintf-posix.c: Likewise.
30890
30891 2007-06-05  Bruno Haible  <bruno@clisp.org>
30892
30893         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
30894         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
30895         non-IEEE numbers on i386, x86_64, ia64.
30896         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
30897         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
30898         * tests/test-isnanl.h: Include float.h.
30899         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
30900
30901 2007-06-05  Bruno Haible  <bruno@clisp.org>
30902
30903         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
30904         also the %a / %A. Handle the %a / %A code before this extra handling.
30905
30906 2007-06-05  Bruno Haible  <bruno@clisp.org>
30907
30908         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
30909         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
30910
30911 2007-06-05  Bruno Haible  <bruno@clisp.org>
30912
30913         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
30914         typo in variable name.
30915
30916 2007-06-05  Eric Blake  <ebb9@byu.net>
30917
30918         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
30919         Reported by Simon Josefsson.
30920
30921 2007-06-04  Bruno Haible  <bruno@clisp.org>
30922
30923         Avoid test failures on some PowerPC platforms.
30924         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
30925         Define differently for PowerPC.
30926         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
30927         Reported by Gary V. Vaughan <gary@gnu.org>.
30928
30929 2007-06-02  Bruno Haible  <bruno@clisp.org>
30930
30931         Fix test-stdint failure on FreeBSD/ia64.
30932         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
30933         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
30934         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
30935         * doc/headers/stdint.texi: Update.
30936
30937 2007-06-01  Bruno Haible  <bruno@clisp.org>
30938
30939         * tests/test-binary-io.c (main): Pass a third argument to open().
30940         Reported by Gary V. Vaughan <gary@gnu.org>.
30941
30942 2007-06-01  Bruno Haible  <bruno@clisp.org>
30943
30944         * doc/functions/frexpl.texi: Update for mingw.
30945
30946 2007-06-01  Bruno Haible  <bruno@clisp.org>
30947
30948         * tests/test-lseek.c (main): Disable test of errno for invalid third
30949         argument.
30950         * doc/functions/lseek.texi: Update.
30951         Reported by Gary V. Vaughan <gary@gnu.org>.
30952
30953 2007-05-28  Bruno Haible  <bruno@clisp.org>
30954
30955         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
30956
30957 2007-05-31  Eric Blake  <ebb9@byu.net>
30958
30959         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
30960         cross compiling.
30961
30962 2007-05-30  Eric Blake  <ebb9@byu.net>
30963         and Bruno Haible  <bruno@clisp.org>
30964
30965         Work around mingw test failures exposed by m4-1.4.9b.
30966         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
30967         * tests/test-unistd.c: Disable uid_t and git_t tests for the
30968         moment.
30969
30970 2007-05-30  Bruno Haible  <bruno@clisp.org>
30971
30972         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
30973         assuming that they are closed. Needed on HP-UX 11.
30974
30975 2007-05-29  Bruno Haible  <bruno@clisp.org>
30976
30977         Fix a problem with #include_next.
30978         * lib/dirent_.h: Split the double-inclusion guard.
30979         * lib/fcntl_.h: Likewise.
30980         * lib/float_.h: Likewise.
30981         * lib/iconv_.h: Likewise.
30982         * lib/inttypes_.h: Likewise.
30983         * lib/locale_.h: Likewise.
30984         * lib/math_.h: Likewise.
30985         * lib/netinet_in_.h: Likewise.
30986         * lib/search_.h: Likewise.
30987         * lib/signal_.h: Likewise.
30988         * lib/stdint_.h: Likewise.
30989         * lib/stdio_.h: Likewise.
30990         * lib/stdlib_.h: Likewise.
30991         * lib/string_.h: Likewise.
30992         * lib/sys_select_.h: Likewise.
30993         * lib/sys_socket_.h: Likewise.
30994         * lib/sys_stat_.h: Likewise.
30995         * lib/sys_time_.h: Likewise.
30996         * lib/sysexits_.h: Likewise.
30997         * lib/time_.h: Likewise.
30998         * lib/unistd_.h: Likewise.
30999         * lib/wchar_.h: Likewise.
31000         * lib/wctype_.h: Likewise.
31001
31002 2007-05-29  Bruno Haible  <bruno@clisp.org>
31003
31004         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
31005         for the moment.
31006
31007 2007-05-29  Bruno Haible  <bruno@clisp.org>
31008
31009         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
31010         invocation.
31011         Reported by Eric Blake.
31012
31013 2007-05-29  Bruno Haible  <bruno@clisp.org>
31014
31015         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
31016         compiling case.
31017
31018 2007-05-29  Eric Blake  <ebb9@byu.net>
31019             Bruno Haible  <bruno@clisp.org>
31020
31021         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
31022         cross compiles.
31023
31024 2007-05-28  Eric Blake  <ebb9@byu.net>
31025
31026         * modules/closein-tests (test_closein_LDADD): Support test on
31027         cygwin with libtool.
31028
31029 2007-05-28  Bruno Haible  <bruno@clisp.org>
31030
31031         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
31032         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31033         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31034         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31035         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31036         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31037         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31038         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31039         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31040
31041 2007-05-28  Eric Blake  <ebb9@byu.net>
31042
31043         Unconditionally include <config.h> in unit tests.
31044         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
31045         * tests/test-allocsa.c, tests/test-arcfour.c,
31046         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
31047         tests/test-array_list.c, tests/test-array_oset.c,
31048         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
31049         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
31050         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
31051         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
31052         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
31053         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
31054         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
31055         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
31056         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
31057         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
31058         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
31059         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
31060         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
31061         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
31062         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
31063         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
31064         test-md5.c, test-memmem.c, test-printf-posix.c,
31065         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
31066         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
31067         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
31068         test-strcasestr.c, test-striconv.c, test-striconveh.c,
31069         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
31070         test-vasnprintf-posix2.c, test-vasnprintf.c,
31071         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
31072         test-vfprintf-posix.c, test-vprintf-posix.c,
31073         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
31074         test-xvasprintf.c: Likewise.
31075
31076 2007-05-28  Bruno Haible  <bruno@clisp.org>
31077
31078         * gnulib-tool (func_import): Remember the --with-tests command-line
31079         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
31080         Reported by Eric Blake.
31081
31082 2007-05-28  Bruno Haible  <bruno@clisp.org>
31083
31084         * modules/ftell-tests: New file.
31085         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
31086         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
31087
31088         * lib/ftell.c: New file.
31089         * modules/ftell: New file.
31090         * m4/ftell.m4: New file.
31091         * doc/functions/ftell.texi: Update.
31092         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
31093         REPLACE_FTELL.
31094         * lib/stdio_.h (rpl_ftell): New declaration.
31095         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
31096         REPLACE_FTELL.
31097
31098 2007-05-28  Eric Blake  <ebb9@byu.net>
31099
31100         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
31101
31102 2007-05-28  Bruno Haible  <bruno@clisp.org>
31103
31104         * modules/fseek-tests: New file.
31105         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
31106         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
31107
31108         * lib/fseek.c: New file.
31109         * modules/fseek: New file.
31110         * m4/fseek.m4: New file.
31111         * doc/functions/fseek.texi: Update.
31112         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
31113         REPLACE_FSEEK.
31114         * lib/stdio_.h (rpl_fseek): New declaration.
31115         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
31116         REPLACE_FSEEK.
31117
31118 2007-05-28  Bruno Haible  <bruno@clisp.org>
31119
31120         * lib/stdio_.h (fflush): More comments.
31121
31122 2007-05-28  Bruno Haible  <bruno@clisp.org>
31123
31124         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
31125         runtime test.
31126
31127 2007-05-28  Eric Blake  <ebb9@byu.net>
31128
31129         Improve lseek module.
31130         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
31131         * lib/unistd_.h (lseek): Scale back link warning message.
31132         * tests/test-lseek.c: Beef up test.
31133         * tests/test-lseek.sh: Exercise more facets of lseek.
31134         Reported by Bruno Haible.
31135
31136 2007-05-28  Bruno Haible  <bruno@clisp.org>
31137
31138         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
31139         to define.
31140
31141 2007-05-27  Bruno Haible  <bruno@clisp.org>
31142
31143         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
31144
31145 2007-05-27  Bruno Haible  <bruno@clisp.org>
31146
31147         * modules/openmp: New file.
31148         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
31149         Noah Misch.
31150
31151 2007-05-26  Bruno Haible  <bruno@clisp.org>
31152
31153         * modules/chdir-long (Depends-on): Add fchdir.
31154         * modules/chdir-safer (Depends-on): Likewise.
31155         * modules/fts (Depends-on): Likewise.
31156         * modules/fts-lgpl (Depends-on): Likewise.
31157         * modules/openat (Depends-on): Likewise.
31158         * modules/savewd (Depends-on): Likewise.
31159
31160 2007-05-24  Eric Blake  <ebb9@byu.net>
31161
31162         Fix lseek on mingw.
31163         * modules/lseek: New module.
31164         * m4/lseek.m4: New file.
31165         * lib/lseek.c: New file.
31166         * modules/lseek-tests: New file.
31167         * tests/test-lseek.c: New file.
31168         * tests/test-lseek.sh: New file.
31169         * MODULES.html.sh: Document lseek module.
31170         * modules/fflush (Depends-on): Add lseek, fseeko.
31171         * modules/fseeko (Depends-on): Likewise.
31172         * modules/ftello (Depends-on): Likewise.
31173         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
31174         broken.
31175         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
31176         broken.
31177         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
31178         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
31179         * lib/ftello.c (rpl_ftello): Likewise.
31180         * tests/test-fseeko.c (main): Test this.
31181         * tests/test-fseeko.sh: Likewise.
31182         * tests/test-ftello.c (main): Likewise.
31183         * tests/test-ftello.sh: Likewise.
31184         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
31185         implies replacing fseek.
31186         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
31187         HAVE_FTELLO.
31188         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
31189         * modules/unistd (Makefile.am): Likewise.
31190         * lib/unistd_.h (lseek): Declare a replacement.
31191         * doc/functions/lseek.texi (lseek): Document this fix.
31192         * doc/functions/fseek.texi (fseek): Likewise.
31193         * doc/functions/ftell.texi (ftell): Likewise.
31194
31195 2007-05-24  Bruno Haible  <bruno@clisp.org>
31196
31197         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
31198         in the printed representation of a NaN.
31199         * tests/test-vasprintf-posix.c (test_function): Likewise.
31200         * tests/test-snprintf-posix.h (test_function): Likewise.
31201         * tests/test-sprintf-posix.h (test_function): Likewise.
31202         Reported by Eric Blake.
31203
31204 2007-05-23  Eric Blake  <ebb9@byu.net>
31205
31206         Fix fseeko/ftello on cygwin 1.5.24.
31207         * doc/functions/fseeko.texi (fseeko): Document the fix.
31208         * doc/functions/ftello.texi (ftello): Document the fix.
31209         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
31210         * doc/functions/stdout.text (stdout): New file.
31211         * doc/functions/stderr.text (stderr): New file.
31212         * doc/gnulib.texi (Function Substitutes): Use new files.
31213         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
31214         prior to 1.7.0.
31215         * tests/test-ftello.c (main): Likewise for ftello.
31216         * tests/test-fseeko.sh: New file.
31217         * tests/test-ftello.sh: New file.
31218         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
31219         with seekable stdin.
31220         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
31221         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
31222         (gl_REPLACE_FSEEKO): New macro.
31223         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
31224         * modules/fseeko (Files): Distribute fseeko.c.
31225         * modules/ftello (Files): Distribute ftello.c.
31226         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
31227         mode.
31228         * lib/ftello.c (rpl_ftello): New file.
31229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
31230         fseeko, ftello.
31231         (gl_STDIN_LARGE_OFFSET): New macro.
31232         * modules/stdio (Makefile.am): Perform the replacement.
31233         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
31234
31235 2007-05-23  Bruno Haible  <bruno@clisp.org>
31236
31237         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
31238         GNULIB_POSIXCHECK is defined.
31239
31240 2007-05-21  Bruno Haible  <bruno@clisp.org>
31241
31242         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
31243         Check also the output for NaN arguments. When cross-compiling, guess
31244         no on IRIX.
31245         * lib/vasnprintf.c: Update comments.
31246         * tests/test-vasnprintf-posix.c (strisnan): New function.
31247         (test_function): Use it.
31248         * tests/test-vasprintf-posix.c (strisnan): New function.
31249         (test_function): Use it.
31250         * tests/test-snprintf-posix.h (strisnan): New function.
31251         (test_function): Use it.
31252         * tests/test-sprintf-posix.h (strisnan): New function.
31253         (test_function): Use it.
31254         Reported by Eric Blake.
31255
31256 2007-05-20  Bruno Haible  <bruno@clisp.org>
31257
31258         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
31259         numbers that fails on BeOS.
31260         * doc/functions/frexpl.texi: Update.
31261
31262 2007-05-20  Jim Meyering  <jim@meyering.net>
31263
31264         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
31265         forced upon us by glibc-2.6.
31266
31267 2007-05-20  Bruno Haible  <bruno@clisp.org>
31268
31269         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
31270         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
31271         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
31272         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
31273         NEED_PRINTF_INFINITE.
31274         (is_infinitel): New function.
31275         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
31276         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
31277         gl_PREREQ_VASNPRINTF_INFINITE.
31278         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
31279         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31280         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
31281         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
31282         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
31283         gl_PREREQ_VASNPRINTF_INFINITE.
31284         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31285         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31286         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31287         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31288         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31289         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31290         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31291         * doc/functions/fprintf.texi: Update.
31292         * doc/functions/printf.texi: Update.
31293         * doc/functions/snprintf.texi: Update.
31294         * doc/functions/sprintf.texi: Update.
31295         * doc/functions/vfprintf.texi: Update.
31296         * doc/functions/vprintf.texi: Update.
31297         * doc/functions/vsnprintf.texi: Update.
31298         * doc/functions/vsprintf.texi: Update.
31299
31300 2007-05-20  Bruno Haible  <bruno@clisp.org>
31301
31302         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
31303         was not found in libc.
31304         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
31305
31306 2007-05-20  Bruno Haible  <bruno@clisp.org>
31307
31308         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
31309         printed as "-nan" instead of "nan".
31310         * tests/test-vasprintf-posix.c (test_function): Likewise.
31311         * tests/test-snprintf-posix.h (test_function): Likewise.
31312         * tests/test-sprintf-posix.h (test_function): Likewise.
31313         Needed for HP-UX 11.
31314
31315 2007-05-20  Jim Meyering  <jim@meyering.net>
31316
31317         Fix buggy test for the fchownat-deref bug.
31318         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
31319         symlink required for the run-test.  Without it, this test would
31320         always declare that fchownat doesn't work, and client code would
31321         unnecessarily use the replacement function with fixed libc.
31322         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
31323         Reported by Greg Schafer.
31324
31325 2007-05-19  Bruno Haible  <bruno@clisp.org>
31326
31327         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
31328         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
31329         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
31330         Needed for IRIX 6.5 and Solaris 2.5.1.
31331
31332 2007-05-19  Bruno Haible  <bruno@clisp.org>
31333
31334         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
31335         (test_function): Skip tests involving -0.0 on platforms where
31336         -0.0 = 0.0.
31337         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
31338         (test_function): Skip tests involving -0.0 on platforms where
31339         -0.0 = 0.0.
31340         * tests/test-snprintf-posix.h (have_minus_zero): New function.
31341         (test_function): Skip tests involving -0.0 on platforms where
31342         -0.0 = 0.0.
31343         * tests/test-sprintf-posix.h (have_minus_zero): New function.
31344         (test_function): Skip tests involving -0.0 on platforms where
31345         -0.0 = 0.0.
31346         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
31347         tests.
31348         * tests/test-printf-posix.h (test_function): Likewise.
31349         * tests/test-printf-posix.output: Remove all -0.0 related results.
31350         Needed for IRIX 6.5.
31351
31352 2007-05-19  Bruno Haible  <bruno@clisp.org>
31353
31354         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
31355         printed as "nan0x7fffffff" instead of "nan".
31356         * tests/test-vasprintf-posix.c (test_function): Likewise.
31357         * tests/test-snprintf-posix.h (test_function): Likewise.
31358         * tests/test-sprintf-posix.h (test_function): Likewise.
31359         * tests/test-fprintf-posix.h (NaN): Remove macro.
31360         (test_function): Remove all NaN related tests.
31361         * tests/test-printf-posix.h (NaN): Remove macro.
31362         (test_function): Remove all NaN related tests.
31363         * tests/test-printf-posix.output: Remove all NaN related results.
31364         Needed for IRIX 6.5.
31365
31366 2007-05-19  Bruno Haible  <bruno@clisp.org>
31367
31368         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
31369         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
31370
31371 2007-05-19  Bruno Haible  <bruno@clisp.org>
31372
31373         * lib/float_.h: New file.
31374         * m4/float_h.m4: New file.
31375         * modules/float: New file.
31376         * modules/isnanl (Dependencies): Add float.
31377         * modules/isnanl-nolibm (Dependencies): Likewise.
31378         * modules/mathl (Dependencies): Likewise.
31379         * modules/printf-frexpl (Dependencies): Likewise.
31380         * modules/signbit (Dependencies): Likewise.
31381         * modules/vasnprintf (Dependencies): Likewise.
31382         * doc/headers/float.texi: Update.
31383
31384 2007-05-19  Jim Meyering  <jim@meyering.net>
31385
31386         * lib/utimens.c (gl_futimens): Rename from futimens,
31387         now that glibc-2.6 declares futimens.
31388         * lib/utimens.h: Likewise.
31389
31390 2007-05-19  Bruno Haible  <bruno@clisp.org>
31391
31392         Avoid test failures on mingw.
31393         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
31394         * tests/test-printf-posix.sh: Likewise.
31395         * tests/test-vfprintf-posix.sh: Likewise.
31396         * tests/test-vprintf-posix.sh: Likewise.
31397
31398 2007-05-19  Bruno Haible  <bruno@clisp.org>
31399
31400         Fix *printf result for NaN, Inf, -0.0 on mingw.
31401         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
31402         * lib/vasnprintf.c: Include math.h and isnan.h.
31403         (is_infinite_or_zero): New function.
31404         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
31405         values in the %f, %F, %e, %E, %g, %G directives.
31406         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
31407         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31408         gl_PRINTF_INFINITE and test its result. Invoke
31409         gl_PREREQ_VASNPRINTF_INFINITE.
31410         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31411         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31412         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31413         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31414         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31415         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31416         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31417         * doc/functions/fprintf.texi: Update.
31418         * doc/functions/printf.texi: Update.
31419         * doc/functions/snprintf.texi: Update.
31420         * doc/functions/sprintf.texi: Update.
31421         * doc/functions/vfprintf.texi: Update.
31422         * doc/functions/vprintf.texi: Update.
31423         * doc/functions/vsnprintf.texi: Update.
31424         * doc/functions/vsprintf.texi: Update.
31425
31426 2007-05-19  Bruno Haible  <bruno@clisp.org>
31427
31428         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
31429         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
31430         Instead of multiplying with 10^k, set extra_zeroes to k.
31431         (scale10_round_long_double): Remove function.
31432
31433 2007-05-18  Bruno Haible  <bruno@clisp.org>
31434
31435         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
31436         introduced on 2007-05-06.
31437
31438 2007-05-18  Bruno Haible  <bruno@clisp.org>
31439
31440         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
31441         %g directives.
31442         * tests/test-vasprintf-posix.c (test_function): Likewise.
31443         * tests/test-snprintf-posix.h (test_function): Likewise.
31444         * tests/test-sprintf-posix.h (test_function): Likewise.
31445
31446 2007-05-18  Bruno Haible  <bruno@clisp.org>
31447
31448         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
31449         (strmatch): New function.
31450         (test_function): Test the %f directive on numbers of various exponents.
31451         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
31452         (strmatch): New function.
31453         (test_function): Test the %f directive on numbers of various exponents.
31454         * tests/test-snprintf-posix.h (strmatch): New function.
31455         (test_function): Test the %f directive on numbers of various exponents.
31456         * tests/test-sprintf-posix.h (strmatch): New function.
31457         (test_function): Test the %f directive on numbers of various exponents.
31458         * tests/test-snprintf-posix.c (SIZEOF): New macro.
31459         * tests/test-sprintf-posix.c (SIZEOF): New macro.
31460         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
31461         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
31462
31463 2007-05-18  Bruno Haible  <bruno@clisp.org>
31464
31465         Add support for 'long double' number output.
31466         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
31467         * lib/vasnprintf.c: Include math.h and float+.h.
31468         (mp_limb_t): New type.
31469         (GMP_LIMB_BITS): New macro.
31470         (mp_twolimb_t): New type.
31471         (GMP_TWOLIMB_BITS): New macro.
31472         (mpn_t): New type.
31473         (multiply, divide, convert_to_decimal, decode_long_double,
31474         scale10_round_long_double, scale10_round_decimal_long_double,
31475         floorlog10l): New functions.
31476         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
31477         for the %f, %F, %e, %E, %g, %G directives.
31478         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
31479         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31480         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
31481         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
31482         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31483         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31484         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31485         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31486         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31487         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31488         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31489         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
31490         * modules/snprintf-posix (Depends-on): Likewise.
31491         * modules/sprintf-posix (Depends-on): Likewise.
31492         * modules/vasnprintf-posix (Depends-on): Likewise.
31493         * modules/vasprintf-posix (Depends-on): Likewise.
31494         * modules/vfprintf-posix (Depends-on): Likewise.
31495         * modules/vsnprintf-posix (Depends-on): Likewise.
31496         * modules/vsprintf-posix (Depends-on): Likewise.
31497         * modules/vasnprintf (Files): Add lib/float+.h.
31498         * doc/functions/fprintf.texi: Update.
31499         * doc/functions/printf.texi: Update.
31500         * doc/functions/snprintf.texi: Update.
31501         * doc/functions/sprintf.texi: Update.
31502         * doc/functions/vfprintf.texi: Update.
31503         * doc/functions/vprintf.texi: Update.
31504         * doc/functions/vsnprintf.texi: Update.
31505         * doc/functions/vsprintf.texi: Update.
31506
31507 2007-05-18  Bruno Haible  <bruno@clisp.org>
31508
31509         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
31510
31511 2007-05-18  Bruno Haible  <bruno@clisp.org>
31512
31513         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
31514         for printing 64-bit integers. Needed for mingw.
31515
31516 2007-05-18  Bruno Haible  <bruno@clisp.org>
31517
31518         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
31519         gl_FUNC_FREXPL_WORKS.
31520         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
31521
31522 2007-05-18  Bruno Haible  <bruno@clisp.org>
31523
31524         * modules/frexpl-nolibm-tests: New file.
31525
31526         * modules/frexpl-nolibm: New file.
31527         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
31528
31529 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31530
31531         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
31532         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
31533         GCC 4.2, which otherwise issues a lot of warnings.
31534         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
31535         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
31536         Likewise.
31537         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
31538         * modules/iconv_open (iconv.h): Likewise.
31539         * modules/locale (locale.h): Likewise.
31540         * modules/netinet_in (netinet/in.h): Likewise.
31541         * modules/sys_select (sys_select.h): Likewise.
31542         * modules/sys_socket (sys/socket.h): Likewise.
31543         * modules/sys_stat (sys/stat.h): Likewise.
31544         * modules/sysexits (sysexits.h): Likewise.
31545         * modules/unistd (unistd.h): Likewise.
31546
31547 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31548
31549         * modules/closein-tests (Makefile.am): Distribute
31550         `test-closein.sh'.
31551
31552 2007-05-17  Bruno Haible  <bruno@clisp.org>
31553
31554         * tests/test-printf-posix.output: Renamed from
31555         tests/test-fprintf-posix.out.
31556         * modules/fprintf-posix-tests: Update.
31557         * modules/printf-posix-tests: Update.
31558         * modules/vfprintf-posix-tests: Update.
31559         * modules/vprintf-posix-tests: Update.
31560         * tests/test-fprintf-posix.sh: Update.
31561         * tests/test-printf-posix.sh: Update.
31562         * tests/test-vfprintf-posix.sh: Update.
31563         * tests/test-vprintf-posix.sh: Update.
31564         Reported by Ralf Wildenhues.
31565
31566 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31567
31568         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
31569         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
31570         GCC 4.2, which otherwise issues a lot of warnings.
31571         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
31572         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
31573         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
31574         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
31575         it should no longer be needed.
31576         * lib/string_.h: Likewise.
31577         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
31578         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
31579         * modules/inttypes (inttypes.h): Likewise.
31580         * modules/math (math.h): Likewise.
31581         * modules/search (search.h): Likewise.
31582         * modules/signal (signal.h): Likewise.
31583         * modules/stdint (stdint.h): Likewise.
31584         * modules/stdio (stdio.h): Likewise.
31585         * modules/stdlib (stdlib.h): Likewise.
31586         * modules/string (string.h): Likewise.
31587         * modules/sys_time (sys/time.h): Likewise.
31588         * modules/time (time.h): Likewise.
31589         * modules/wchar (wchar.h): Likewise.
31590         * modules/wctype (wtype.h): Likewise.
31591
31592 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
31593
31594         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
31595
31596 2007-05-13  Bruno Haible  <bruno@clisp.org>
31597
31598         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
31599         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31600         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
31601         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
31602         (gl_PREREQ_STRTOK_R): Don't require it here.
31603
31604 2007-05-13  Bruno Haible  <bruno@clisp.org>
31605
31606         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
31607         when used in C++ mode.
31608
31609 2007-05-12  Bruno Haible  <bruno@clisp.org>
31610
31611         * lib/linebuffer.h: Tweak doc.
31612         * lib/linebuffer.c: Likewise.
31613
31614 2007-05-12  James Youngman  <jay@gnu.org>
31615
31616         * lib/linebuffer.c (readlinebuffer_delim): New function,
31617         like readlinebuffer, but use a caller-specified delimiter.
31618         (readlinebuffer): Just call readlinebuffer_delim with '\n'
31619         as the delimiter.
31620         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
31621
31622 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
31623
31624         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
31625         * modules/openat (Files): Remove openat-die.c.
31626         (Depends-on): Add openat-die.
31627         * modules/openat-die: New module.
31628
31629 2007-05-06  Bruno Haible  <bruno@clisp.org>
31630
31631         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
31632         Update with info about Cygwin.
31633         * doc/functions/fprintf.texi: Update.
31634         * doc/functions/printf.texi: Update.
31635         * doc/functions/snprintf.texi: Update.
31636         * doc/functions/sprintf.texi: Update.
31637         * doc/functions/vfprintf.texi: Update.
31638         * doc/functions/vprintf.texi: Update.
31639         * doc/functions/vsnprintf.texi: Update.
31640         * doc/functions/vsprintf.texi: Update.
31641         Reported by Eric Blake.
31642
31643 2007-05-06  Bruno Haible  <bruno@clisp.org>
31644
31645         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
31646         padding ourselves for the floating-point directives.
31647         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
31648         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
31649         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31650         gl_PRINTF_FLAG_ZERO and test its result. Invoke
31651         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
31652         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31653         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
31654         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31655         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31656         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31657         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31658         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31659         * tests/test-snprintf-posix.h (test_function): Also check the width
31660         and some flags in the %f directive.
31661         * tests/test-sprintf-posix.h (test_function): Likewise.
31662         * tests/test-vasnprintf-posix.c (test_function): Likewise.
31663         * tests/test-vasprintf-posix.c (test_function): Likewise.
31664         * doc/functions/fprintf.texi: Update.
31665         * doc/functions/printf.texi: Update.
31666         * doc/functions/snprintf.texi: Update.
31667         * doc/functions/sprintf.texi: Update.
31668         * doc/functions/vfprintf.texi: Update.
31669         * doc/functions/vprintf.texi: Update.
31670         * doc/functions/vsnprintf.texi: Update.
31671         * doc/functions/vsprintf.texi: Update.
31672
31673 2007-05-06  Bruno Haible  <bruno@clisp.org>
31674
31675         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
31676         pass the ' flag character to sprintf or snprintf.
31677         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
31678         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
31679         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31680         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
31681         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
31682         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31683         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
31684         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31685         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31686         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31687         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31688         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31689         * tests/test-snprintf-posix.h (test_function): Also check the grouping
31690         flag.
31691         * tests/test-sprintf-posix.h (test_function): Likewise.
31692         * tests/test-vasnprintf-posix.c (test_function): Likewise.
31693         * tests/test-vasprintf-posix.c (test_function): Likewise.
31694         * doc/functions/fprintf.texi: Update.
31695         * doc/functions/printf.texi: Update.
31696         * doc/functions/snprintf.texi: Update.
31697         * doc/functions/sprintf.texi: Update.
31698         * doc/functions/vfprintf.texi: Update.
31699         * doc/functions/vprintf.texi: Update.
31700         * doc/functions/vsnprintf.texi: Update.
31701         * doc/functions/vsprintf.texi: Update.
31702
31703 2007-05-01  Bruno Haible  <bruno@clisp.org>
31704
31705         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
31706
31707 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
31708
31709         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
31710         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
31711
31712 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31713
31714         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
31715         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
31716         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
31717
31718 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
31719
31720         * lib/argp-help.c (struct hol_entry): New member `ord'.
31721         (HOL_ENTRY_PTRCMP): Use ord for comparison
31722         (hol_sort): Initialize ord.
31723
31724 2007-05-01  Bruno Haible  <bruno@clisp.org>
31725
31726         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
31727         Reported by Eric Blake.
31728         * doc/gnulib.texi (Function Substitutes): Update.
31729
31730 2007-05-01  Bruno Haible  <bruno@clisp.org>
31731
31732         * doc/functions.texi: Remove file, now redundant through
31733         doc/functions/*.texi.
31734
31735 2007-05-01  Bruno Haible  <bruno@clisp.org>
31736
31737         * modules/argp (Depends-on): Add sleep.
31738
31739 2007-05-01  Bruno Haible  <bruno@clisp.org>
31740
31741         * modules/sleep-tests: New file.
31742         * tests/test-sleep.c: New file.
31743
31744         * modules/sleep: New file.
31745         * lib/sleep.c: New file.
31746         * m4/sleep.m4: New file.
31747         * lib/unistd_.h (sleep): New declaration.
31748         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
31749         HAVE_SLEEP.
31750         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
31751         * doc/functions/sleep.texi: Document the sleep module.
31752
31753 2007-05-01  Bruno Haible  <bruno@clisp.org>
31754
31755         * lib/sigprocmask.h: Remove file.
31756         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
31757         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
31758         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
31759         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
31760         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
31761         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
31762         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
31763         HAVE_SIGSET_T as a shell variable.
31764         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
31765         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
31766         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
31767         (Depends-on): Add signal. Remove verify.
31768         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
31769         (Include): Mention <signal.h> instead of sigprocmask.h.
31770         * NEWS: Mention the change.
31771         * lib/fatal-signal.c: Don't include sigprocmask.h.
31772
31773 2007-05-01  Bruno Haible  <bruno@clisp.org>
31774
31775         * modules/signal: New file.
31776         * lib/signal_.h: New file.
31777         * m4/signal_h.m4: New file.
31778
31779 2007-05-01  Bruno Haible  <bruno@clisp.org>
31780
31781         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
31782         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
31783         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
31784         HAVE_WCTYPE_CTMP_BUG into wctype.h.
31785
31786 2007-05-01  Bruno Haible  <bruno@clisp.org>
31787
31788         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
31789         configure time.
31790         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
31791         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
31792         * modules/sys_stat (Makefile.am): Substitute their values into
31793         sys/stat.h.
31794
31795 2007-05-01  Bruno Haible  <bruno@clisp.org>
31796
31797         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
31798         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
31799         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
31800
31801 2007-05-01  Bruno Haible  <bruno@clisp.org>
31802
31803         * doc/header/assert.texi: Undo last change: don't mention the gnulib
31804         'assert' module here.
31805
31806 2007-05-01  Bruno Haible  <bruno@clisp.org>
31807
31808         * doc/functions/*.texi: New files.
31809         * doc/functions/google-ranking.txt: New file.
31810         * doc/gnulib.texi (Function Substitutes): New chapter.
31811         (ctime, inet_ntoa): Remove sections.
31812         * doc/ctime.texi: Remove file.
31813         * doc/inet_ntoa.texi: Remove file.
31814         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
31815         dependencies.
31816         (%.info): New rule, specifying a --reference-limit.
31817
31818 2007-05-01  Bruno Haible  <bruno@clisp.org>
31819
31820         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
31821
31822 2007-05-01  Bruno Haible  <bruno@clisp.org>
31823
31824         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
31825         the portability of 'mkdir' to mingw systems.
31826
31827 2007-05-01  Bruno Haible  <bruno@clisp.org>
31828
31829         * doc/headers/google-ranking.txt: New file.
31830
31831 2007-04-30  Eric Blake  <ebb9@byu.net>
31832
31833         Prefer fseeko to fseek.
31834         * modules/getpass (Depends-on): Add fseeko.
31835         * lib/getpass.c (getpass): Use fseeko, not fseek.
31836
31837 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
31838
31839         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
31840         assumes the sorting is stable, while most qsort implementations
31841         are not.  Use argument addresses to ensure they never compare as
31842         equal.
31843
31844         * tests/test-argp-2.sh (usage-indent test): Fix output
31845         (func_compare): Restore diff options
31846         * tests/test-argp.c: Restore #include "progname.h"
31847
31848 2007-04-29  Bruno Haible  <bruno@clisp.org>
31849
31850         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
31851         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31852         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
31853         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31854         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
31855         (configure.ac): Define CHECK_SNPRINTF_POSIX.
31856         (TESTS, check_PROGRAMS): Add test-snprintf.
31857         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
31858         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
31859         (TESTS, check_PROGRAMS): Add test-vsnprintf.
31860         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
31861         assertions that fail on HP-UX, OSF/1, or IRIX.
31862         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
31863
31864 2007-04-29  Bruno Haible  <bruno@clisp.org>
31865
31866         * MODULES.html.sh (posix_functions): Remove 'contents'.
31867
31868 2007-04-29  Karl Berry  <karl@gnu.org>
31869
31870         * config/srclist.txt (gendocs_template_min): new entry.
31871
31872 2007-04-29  Bruno Haible  <bruno@clisp.org>
31873
31874         Work around fpurge bug on BSD systems.
31875         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
31876         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
31877         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
31878         fpurge to rpl_fpurge if the system already has this function.
31879         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
31880         the case where the system already has this function. Correct invariants
31881         on BSD systems.
31882         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
31883         BSD systems.
31884
31885 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
31886
31887         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
31888         proposed by Sven Verdoolaege.
31889
31890         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
31891         options.
31892         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
31893         (usage and help tests): Update
31894
31895 2007-04-29  Bruno Haible  <bruno@clisp.org>
31896
31897         * tests/test-fflush.c (main): Use a file of size 17, not 10.
31898         Print more information in case of failure. Disable a test on BeOS.
31899
31900 2007-04-29  Bruno Haible  <bruno@clisp.org>
31901
31902         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
31903         This helps debugging on systems on which no gdb is available.
31904
31905 2007-04-29  Bruno Haible  <bruno@clisp.org>
31906
31907         * lib/freading.h: Improve comments.
31908         * lib/fwriting.h: Likewise.
31909         * tests/test-freading.c (main): Don't check freading immediately after
31910         repositioning. Needed for glibc.
31911
31912 2007-04-29  Bruno Haible  <bruno@clisp.org>
31913
31914         * lib/freading.c (freading): Trivial simplification.
31915
31916 2007-04-28  Bruno Haible  <bruno@clisp.org>
31917
31918         * tests/test-fwriting.c (main): Also test the interaction between
31919         fflush and fwriting.
31920         * modules/fwriting-tests (Depends-on): Add fflush.
31921
31922         * tests/test-freading.c (main): Also test the interaction between
31923         fflush and freading.
31924         * modules/freading-tests (Depends-on): Add fflush.
31925
31926 2007-04-28  Bruno Haible  <bruno@clisp.org>
31927
31928         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
31929         fseeko and ftello.
31930         Suggested by Eric Blake.
31931
31932 2007-04-28  Jim Meyering  <jim@meyering.net>
31933
31934         Avoid false-negative in gl_STDINT_H's C99 conformance test.
31935         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
31936         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
31937
31938 2007-04-27  Eric Blake  <ebb9@byu.net>
31939
31940         * doc/headers/assert.texi (assert.h): Document assert module use.
31941
31942 2007-04-27  Bruno Haible  <bruno@clisp.org>
31943
31944         * doc/headers/*.texi: New files.
31945         * doc/gnulib.texi (Header File Substitutes): New chapter.
31946         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
31947         dependencies.
31948         (standards.info ,standards.html, standards.dvi): Update dependencies.
31949         (mostlyclean, clean): New targets.
31950
31951 2007-04-27  Bruno Haible  <bruno@clisp.org>
31952
31953         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
31954         * modules/sysexits (Files, Makefile.am): Update.
31955
31956         * lib/sys_socket_.h: Renamed from lib/socket_.h.
31957         * modules/sys_socket (Files, Makefile.am): Update.
31958
31959         * lib/sys_stat_.h: Renamed from lib/stat_.h.
31960         * modules/sys_stat (Files, Makefile.am): Update.
31961
31962 2007-04-27  Eric Blake  <ebb9@byu.net>
31963
31964         * lib/freading.h: Improve comments.
31965         * lib/fwriting.h: Likewise.
31966         * lib/fflush.c: Likewise.
31967
31968         Fix closein for mingw.
31969         * modules/closein-tests: Add tests for closein.
31970         * tests/test-closein.c: New file.
31971         * tests/test-closein.sh: Likewise.
31972         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
31973         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
31974
31975 2007-04-27  Bruno Haible  <bruno@clisp.org>
31976
31977         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
31978         version is < 6.
31979         * lib/math_.h [__DECC]: Likewise.
31980         * lib/stdio_.h [__DECC]: Likewise.
31981         * lib/stdlib_.h [__DECC]: Likewise.
31982         * lib/string_.h [__DECC]: Likewise.
31983         * lib/time_.h [__DECC]: Likewise.
31984         * lib/wchar_.h [__DECC]: Likewise.
31985         * lib/wctype_.h [__DECC]: Likewise.
31986
31987 2007-04-27  Bruno Haible  <bruno@clisp.org>
31988
31989         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
31990
31991 2007-04-27  Bruno Haible  <bruno@clisp.org>
31992
31993         * lib/fflush.c: Add comments.
31994         * modules/fpurge-tests (Depends-on): Add fflush.
31995         * modules/freadable-tests (Depends-on): Likewise.
31996         * modules/fwritable-tests (Depends-on): Likewise.
31997
31998 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
31999
32000         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
32001         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
32002         Report by Bruno Haible <bruno@clisp.org>.
32003
32004 2007-04-26  Eric Blake  <ebb9@byu.net>
32005
32006         Fix fflush on mingw.
32007         * modules/fflush (Depends-on): Add freading.
32008         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
32009         but unread data.
32010
32011 2007-04-26  Eric Blake  <ebb9@byu.net>
32012         and Bruno Haible  <bruno@clisp.org>
32013
32014         Implement freading and fwriting.
32015         * lib/freading.c: New file.
32016         * lib/freading.h: Likewise.
32017         * m4/freading.m4: Likewise.
32018         * modules/freading: Likewise.
32019         * modules/freading-tests: Likewise.
32020         * tests/test-freading.c: Likewise.
32021         * lib/fwriting.c: New file.
32022         * lib/fwriting.h: Likewise.
32023         * m4/fwriting.m4: Likewise.
32024         * modules/fwriting: Likewise.
32025         * modules/fwriting-tests: Likewise.
32026         * tests/test-fwriting.c: Likewise.
32027         * MODULES.html.sh (File stream based Input/Output): Mention them.
32028
32029 2007-04-26  Bruno Haible  <bruno@clisp.org>
32030
32031         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
32032         'long' when we assume it.
32033         Suggested by Eric Blake.
32034
32035 2007-04-26  Bruno Haible  <bruno@clisp.org>
32036
32037         Ensure fseeko, ftello are declared on glibc systems.
32038         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
32039         * modules/fseeko (configure.ac-early): Likewise.
32040         * modules/ftello (configure.ac-early): Likewise.
32041         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
32042         AC_FUNC_FSEEKO for this.
32043         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
32044         (gl_CHECK_FSEEKO): Remove macro.
32045
32046 2007-04-26  Bruno Haible  <bruno@clisp.org>
32047
32048         * tests/test-fflush.c (main): Also check the ftell result after
32049         fflush and fseek/fseeko.
32050         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
32051         file descriptor position cache in the stream.
32052         * lib/fseeko.c (rpl_fseeko): Likewise.
32053
32054 2007-04-26  Bruno Haible  <bruno@clisp.org>
32055
32056         * modules/fflush-tests (Depends-on): Add fseeko.
32057
32058 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
32059             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32060
32061         * lib/argz_.h: ensure error_t definition is obtained in same
32062         mechanism system argz.h would have.
32063         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
32064         argz facilities are known bad.  Err on the side of caution if
32065         cross-compiling.
32066
32067 2007-04-25  Eric Blake  <ebb9@byu.net>
32068
32069         * lib/fpurge.c (includes): Use stdlib.h for free.
32070         * tests/test-fflush.c (main): Also test fflush-fseeko.
32071
32072 2007-04-25  Bruno Haible  <bruno@clisp.org>
32073
32074         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
32075         * lib/fseeko.c: New file.
32076         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
32077         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
32078         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
32079         gl_FUNC_FSEEKO.
32080         (gl_FUNC_FSEEKO): Invoke it.
32081         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
32082         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
32083         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
32084
32085 2007-04-25  Bruno Haible  <bruno@clisp.org>
32086
32087         * modules/fflush (Depends-on): Add ftello.
32088
32089 2007-04-25  Bruno Haible  <bruno@clisp.org>
32090
32091         * modules/ftello-tests: New file.
32092         * tests/test-ftello.c: New file.
32093
32094         * modules/ftello: New file.
32095         * m4/ftello.m4: New file.
32096         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
32097         HAVE_FTELLO.
32098         * lib/stdio_.h (ftello): New declaration.
32099         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
32100         HAVE_FTELLO.
32101
32102 2007-04-25  Bruno Haible  <bruno@clisp.org>
32103
32104         * modules/fseeko-tests: New file.
32105         * tests/test-fseeko.c: New file.
32106
32107         * modules/fseeko: New file.
32108         * m4/fseeko.m4: New file.
32109         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
32110         HAVE_FSEEKO.
32111         * lib/stdio_.h (fseeko): New declaration.
32112         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
32113         HAVE_FSEEKO.
32114
32115 2007-04-25  Bruno Haible  <bruno@clisp.org>
32116
32117         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
32118
32119 2007-04-25  Bruno Haible  <bruno@clisp.org>
32120
32121         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
32122         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
32123         * tests/test-unistd.c: Likewise.
32124         * tests/test-fcntl.c: Likewise.
32125
32126 2007-04-23  Eric Blake  <ebb9@byu.net>
32127
32128         * lib/fflush.c: Fix missing include.
32129         Reported by Bruno Haible.
32130
32131 2007-04-23  Bruno Haible  <bruno@clisp.org>
32132
32133         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
32134         Reported by Eric Blake.
32135
32136 2007-04-23  Bruno Haible  <bruno@clisp.org>
32137
32138         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
32139
32140 2007-04-23  Bruno Haible  <bruno@clisp.org>
32141
32142         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
32143
32144 2007-04-23  Bruno Haible  <bruno@clisp.org>
32145
32146         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
32147         Needed on HP-UX 11.
32148
32149 2007-04-16  Eric Blake  <ebb9@byu.net>
32150
32151         Make fflush rely on fpurge.
32152         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
32153         open coding all variants.
32154         * modules/fflush (Depends-on): Add fpurge and unistd.
32155         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
32156         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
32157
32158         Fix --with-tests compilation on cygwin.
32159         * modules/argmatch-tests (Makefile.am): List gnulib library first
32160         in LDADD.
32161         * modules/argp-tests (Makefile.am): Likewise.
32162         * modules/array-list-tests (Makefile.am): Likewise.
32163         * modules/array-oset-tests (Makefile.am): Likewise.
32164         * modules/avltree-list-tests (Makefile.am): Likewise.
32165         * modules/avltree-oset-tests (Makefile.am): Likewise.
32166         * modules/avltreehash-list-tests (Makefile.am): Likewise.
32167         * modules/carray-list-tests (Makefile.am): Likewise.
32168         * modules/dirname-tests (Makefile.am): Likewise.
32169         * modules/frexp-tests (Makefile.am): Likewise.
32170         * modules/isnanl-tests (Makefile.am): Likewise.
32171         * modules/linked-list-tests (Makefile.am): Likewise.
32172         * modules/linkedhash-list-tests (Makefile.am): Likewise.
32173         * modules/lock-tests (Makefile.am): Likewise.
32174         * modules/rbtree-list-tests (Makefile.am): Likewise.
32175         * modules/rbtree-oset-tests (Makefile.am): Likewise.
32176         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
32177         * modules/tls-tests (Makefile.am): Likewise.
32178         * modules/tsearch-tests (Makefile.am): Likewise.
32179         * modules/xvasprintf-tests (Makefile.am): Likewise.
32180
32181         Fix fpurge for cygwin.
32182         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
32183         value.
32184         * modules/fpurge-tests (Depends-on): Clean up trash.
32185
32186 2007-04-16  Simon Josefsson  <simon@josefsson.org>
32187
32188         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
32189
32190         * m4/autobuild.m4: Re-indent.
32191
32192 2007-04-13  Bruno Haible  <bruno@clisp.org>
32193
32194         * modules/fpurge-tests: New file.
32195         * tests/test-fpurge.c: New file.
32196
32197         * modules/fpurge: New file.
32198         * lib/fpurge.h: New file.
32199         * lib/fpurge.c: New file.
32200         * m4/fpurge.m4: New file.
32201
32202 2007-04-13  Bruno Haible  <bruno@clisp.org>
32203
32204         * modules/fbufmode-tests: New file.
32205         * tests/test-fbufmode.c: New file.
32206
32207         * modules/fbufmode: New file.
32208         * lib/fbufmode.h: New file.
32209         * lib/fbufmode.c: New file.
32210         * m4/fbufmode.m4: New file.
32211
32212 2007-04-13  Bruno Haible  <bruno@clisp.org>
32213
32214         * modules/fwritable-tests: New file.
32215         * tests/test-fwritable.c: New file.
32216
32217         * modules/fwritable: New file.
32218         * lib/fwritable.h: New file.
32219         * lib/fwritable.c: New file.
32220         * m4/fwritable.m4: New file.
32221
32222 2007-04-13  Bruno Haible  <bruno@clisp.org>
32223
32224         * modules/freadable-tests: New file.
32225         * tests/test-freadable.c: New file.
32226
32227         * modules/freadable: New file.
32228         * lib/freadable.h: New file.
32229         * lib/freadable.c: New file.
32230         * m4/freadable.m4: New file.
32231
32232 2007-04-13  Bruno Haible  <bruno@clisp.org>
32233
32234         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
32235         MOSTLYCLEANFILES.
32236
32237 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32238
32239         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
32240         gzip bootstrap.conf to avoid dragging in i18n machinery.
32241         (gnulib_tool_option): Use it.
32242
32243 2007-04-13  Bruno Haible  <bruno@clisp.org>
32244
32245         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
32246         %F directives.
32247         * tests/test-vasprintf-posix.c (test_function): Likewise.
32248         * tests/test-snprintf-posix.h (test_function): Likewise.
32249         * tests/test-sprintf-posix.h (test_function): Likewise.
32250         * tests/test-fprintf-posix.h (test_function): Likewise.
32251         * tests/test-printf-posix.h (test_function): Likewise.
32252         * tests/test-fprintf-posix.out: Likewise.
32253
32254 2007-04-13  Bruno Haible  <bruno@clisp.org>
32255
32256         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
32257         * modules/tls-tests (configure.ac): Likewise.
32258         Reported by Arto C. Nirkko <anirkko@insel.ch>.
32259
32260 2007-04-13  Bruno Haible  <bruno@clisp.org>
32261
32262         * lib/tls.c (glthread_tls_get): Fix return type.
32263         Patch by Arto C. Nirkko <anirkko@insel.ch>.
32264
32265 2007-04-12  Eric Blake  <ebb9@byu.net>
32266
32267         * modules/gettime (Depends-on): Remove gettime.
32268         Reported by Dmitry V. Levin.
32269
32270 2007-04-12  Bruno Haible  <bruno@clisp.org>
32271
32272         * modules/fflush (Include): Mention <stdio.h>.
32273         * modules/strtoimax (Include): Mention <inttypes.h>.
32274         * modules/strtoumax (Include): Likewise.
32275
32276 2007-04-12  Eric Blake  <ebb9@byu.net>
32277
32278         * .cvsignore: New file.
32279         * .gitignore: Likewise.
32280
32281 2007-04-12  Bruno Haible  <bruno@clisp.org>
32282
32283         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
32284         not before, since $(LDADD) often contains libgnu.a.
32285         * modules/striconv-tests (test_striconv_LDADD): Likewise.
32286         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
32287         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
32288         Needed on Cygwin.
32289
32290 2007-04-12  Eric Blake  <ebb9@byu.net>
32291
32292         Work around glibc's failure to flush stdin on fclose.
32293         * lib/closein.c (close_stdin): Flush stdin before closing.
32294
32295         Work around glibc's failure to reset seekable stdin on exit.
32296         * modules/closein: New module.
32297         * lib/closein.c: New file.
32298         * lib/closein.h: Likewise.
32299         * m4/closein.m4: Likewise.
32300         * MODULES.html.sh (File stream based Input/Output): Document it.
32301
32302 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32303
32304         * gnulib-tool: Rename generated 'autobuild' script to
32305         'do-autobuild' in --create-megatestdir output.
32306
32307         * doc/gnulib.texi (Build robot for gnulib): Fix.
32308
32309 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32310
32311         * modules/sysexits (Depends-on): Add absolute-header.
32312
32313 2007-04-12  Eric Blake  <ebb9@byu.net>
32314
32315         No need to preserve errno on success.
32316         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
32317         Reported by Bruno Haible.
32318
32319 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32320
32321         * MODULES.html.sh (Support for maintaining and releasing
32322         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
32323
32324 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32325
32326         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
32327
32328 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32329
32330         * modules/autobuild: New module.
32331
32332         * m4/autobuild.m4: New file.
32333
32334 2007-04-11  Bruno Haible  <bruno@clisp.org>
32335
32336         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
32337         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
32338         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
32339         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
32340         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32341         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32342         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32343         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32344         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32345         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32346         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
32347         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32348         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32349         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
32350         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32351         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32352         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
32353         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32354         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32355         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
32356         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32357         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32358         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
32359         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32360         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32361         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
32362         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32363         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32364         Reported by Eric Blake.
32365
32366 2007-04-11  Bruno Haible  <bruno@clisp.org>
32367
32368         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
32369
32370 2007-04-10  Bruno Haible  <bruno@clisp.org>
32371
32372         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
32373         for NaN and Infinity. Needed on FreeBSD 6.1.
32374         * tests/test-vasnprintf-posix.c (test_function): Undo last change
32375         regarding results for "%010a" of Infinity and NaN.
32376         * tests/test-vasprintf-posix.c (test_function): Likewise.
32377         * tests/test-snprintf-posix.h (test_function): Likewise.
32378         * tests/test-sprintf-posix.h (test_function): Likewise.
32379         * tests/test-fprintf-posix.h (test_function): Likewise.
32380         * tests/test-printf-posix.h (test_function): Likewise.
32381         * tests/test-fprintf-posix.out: Likewise.
32382
32383 2007-04-10  Bruno Haible  <bruno@clisp.org>
32384
32385         * modules/locale-tests: New file.
32386         * tests/test-locale.c: New file.
32387
32388         * modules/locale: New file.
32389         * lib/locale_.h: New file.
32390         * m4/locale_h.m4: New file.
32391
32392 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
32393             Bruno Haible  <bruno@clisp.org>
32394
32395         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
32396         be determined, test for availability of the copysignf, copysign,
32397         copysignl functions.
32398         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
32399         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
32400         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
32401
32402 2007-04-09  Eric Blake  <ebb9@byu.net>
32403
32404         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
32405         * modules/stdio (Makefile.am): Support fflush.
32406         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
32407         * modules/fflush: New file.
32408         * lib/fflush.c: Likewise.
32409         * m4/fflush.m4: Likewise.
32410         * modules/fflush-tests: New test.
32411         * tests/test-fflush.c: Likewise.
32412         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
32413
32414 2007-04-06  Bruno Haible  <bruno@clisp.org>
32415
32416         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
32417         (VASNPRINTF): Use signbit for faster determination whether to print a
32418         minus sign.
32419         * modules/vasnprintf (Files): Remove lib/float+.h.
32420         * modules/fprintf-posix (Depends-on): Add signbit.
32421         * modules/snprintf-posix (Depends-on): Likewise.
32422         * modules/sprintf-posix (Depends-on): Likewise.
32423         * modules/vasnprintf-posix (Depends-on): Likewise.
32424         * modules/vasprintf-posix (Depends-on): Likewise.
32425         * modules/vfprintf-posix (Depends-on): Likewise.
32426         * modules/vsnprintf-posix (Depends-on): Likewise.
32427         * modules/vsprintf-posix (Depends-on): Likewise.
32428
32429 2007-04-06  Bruno Haible  <bruno@clisp.org>
32430
32431         * tests/test-frexp.c (main): Test also the sign bit of zero results.
32432         * tests/test-frexpl.c (main): Likewise.
32433         * tests/test-ldexpl.c (main): Likewise.
32434         * modules/frexp-tests (Depends-on): Add signbit.
32435         * modules/frexpl-tests (Depdends-on): Likewise.
32436         * modules/ldexpl-tests (Depdends-on): Likewise.
32437
32438 2007-04-06  Bruno Haible  <bruno@clisp.org>
32439
32440         * modules/signbit-tests: New file.
32441         * tests/test-signbit.c: New file.
32442
32443         * modules/signbit: New file.
32444         * lib/signbitf.c: New file.
32445         * lib/signbitd.c: New file.
32446         * lib/signbitl.c: New file.
32447         * m4/signbit.m4: New file.
32448         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
32449         (signbit): New macro.
32450         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
32451         REPLACE_SIGNBIT.
32452         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
32453         REPLACE_FREXPL into math.h.
32454
32455 2007-04-06  Bruno Haible  <bruno@clisp.org>
32456
32457         * modules/isnanf-nolibm-tests: New file.
32458         * tests/test-isnanf.c: New file.
32459
32460         * modules/isnanf-nolibm: New file.
32461         * lib/isnanf.h: New file.
32462         * lib/isnanf.c: New file.
32463         * lib/isnan.c: Consider the USE_FLOAT macro.
32464         * m4/isnanf.m4: New file.
32465
32466 2007-04-06  Bruno Haible  <bruno@clisp.org>
32467
32468         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
32469         (Link): New section.
32470
32471         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
32472
32473 2007-04-06  Bruno Haible  <bruno@clisp.org>
32474
32475         Assume the 'long double' type.
32476         * m4/longdouble.m4: Remove file.
32477         * config/srclist.txt: Don't mention longdouble.m4.
32478         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
32479         * lib/float+.h: Likewise.
32480         * lib/frexp.c: Likewise.
32481         * lib/printf-args.h: Likewise.
32482         * lib/printf-args.c: Likewise.
32483         * lib/printf-frexp.c: Likewise.
32484         * lib/printf-parse.c: Likewise.
32485         * lib/vasnprintf.c: Likewise.
32486         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
32487         * m4/intl.m4: Likewise.
32488         * m4/isnanl.m4: Likewise.
32489         * m4/printf.m4: Likewise.
32490         * m4/printf-frexpl.m4: Likewise.
32491         * m4/vasnprintf.m4: Likewise.
32492         * modules/allocsa (Files): Remove m4/longdouble.m4.
32493         * modules/gettext (Files): Likewise.
32494         * modules/relocatable-prog-wrapper (Files): Likewise.
32495         * modules/vasnprintf (Files): Likewise.
32496         * modules/isnanl (Files): Likewise.
32497         (Include): Simplify.
32498         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
32499         (Include): Simplify.
32500         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
32501         (Include): Simplify.
32502         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
32503         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32504         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
32505         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32506         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
32507         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32508         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
32509         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32510         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
32511         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32512         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
32513         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32514         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
32515         * tests/test-isnanl.c: Likewise.
32516         * tests/test-snprintf-posix.h: Likewise.
32517         * tests/test-sprintf-posix.h: Likewise.
32518         * tests/test-vasnprintf-posix.c: Likewise.
32519         * tests/test-vasnprintf-posix2.c: Likewise.
32520         * tests/test-vasprintf-posix.c: Likewise.
32521
32522 2007-04-06  Bruno Haible  <bruno@clisp.org>
32523
32524         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
32525         * lib/math_.h [__DECC]: Include the overridden include file through
32526         #include_next, outside the double-inclusion guard.
32527         * lib/stdio_.h [__DECC]: Likewise.
32528         * lib/stdlib_.h [__DECC]: Likewise.
32529         * lib/string_.h [__DECC]: Likewise.
32530         * lib/time_.h [__DECC]: Likewise.
32531         * lib/wchar_.h [__DECC]: Likewise.
32532         * lib/wctype_.h [__DECC]: Likewise.
32533         * lib/inttypes_.h [__DECC]: Likewise.
32534         Reported by Albert Chin <china@thewrittenword.com> in
32535         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
32536
32537 2007-04-04  Eric Blake  <ebb9@byu.net>
32538
32539         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
32540         1.5.x.
32541
32542 2007-04-04  Bruno Haible  <bruno@clisp.org>
32543
32544         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
32545         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
32546
32547 2007-04-04  Bruno Haible  <bruno@clisp.org>
32548
32549         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
32550         results for "%010a" of Infinity and NaN.
32551         * tests/test-vasprintf-posix.c (test_function): Likewise.
32552         * tests/test-snprintf-posix.h (test_function): Likewise.
32553         * tests/test-sprintf-posix.h (test_function): Likewise.
32554         * tests/test-fprintf-posix.h (test_function): Remove these tests.
32555         * tests/test-printf-posix.h (test_function): Likewise.
32556         * tests/test-fprintf-posix.out: Update.
32557         Needed for FreeBSD 6.1.
32558
32559 2007-04-04  Bruno Haible  <bruno@clisp.org>
32560
32561         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
32562         directly used by the gnulib modules nor by gnulib-tool.
32563
32564 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
32565
32566         * DEPENDENCIES: Give overall description of version dependency
32567         desirability.  Use more-typical names for apps.
32568         Add shell, coreutils, diffutils, grep, tar, gzip.
32569
32570 2007-04-04  Simon Josefsson  <simon@josefsson.org>
32571
32572         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
32573
32574 2007-04-04  Karl Berry  <karl@gnu.org>
32575
32576         * MODULES.html.sh (func_module): missing '.
32577
32578 2007-04-03  Bruno Haible  <bruno@clisp.org>
32579
32580         * modules/argmatch-tests (Makefile.am): New variable
32581         test_argmatch_LDADD.
32582         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
32583         * modules/array-list-tests (Makefile.am): New variable
32584         test_array_list_LDADD.
32585         * modules/array-oset-tests (Makefile.am): New variable
32586         test_array_oset_LDADD.
32587         * modules/avltree-list-tests (Makefile.am): New variable
32588         test_avltree_list_LDADD.
32589         * modules/avltree-oset-tests (Makefile.am): New variable
32590         test_avltree_oset_LDADD.
32591         * modules/avltreehash-list-tests (Makefile.am): New variable
32592         test_avltreehash_list_LDADD.
32593         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
32594         test_canonicalize_lgpl_LDADD.
32595         * modules/carray-list-tests (Makefile.am): New variable
32596         test_carray_list_LDADD.
32597         * modules/dirname-tests (Makefile.am): New variable
32598         test_dirname_LDADD.
32599         * modules/linked-list-tests (Makefile.am): New variable
32600         test_linked_list_LDADD.
32601         * modules/linkedhash-list-tests (Makefile.am): New variable
32602         test_linkedhash_list_LDADD.
32603         * modules/rbtree-list-tests (Makefile.am): New variable
32604         test_rbtree_list_LDADD.
32605         * modules/rbtree-oset-tests (Makefile.am): New variable
32606         test_rbtree_oset_LDADD.
32607         * modules/rbtreehash-list-tests (Makefile.am): New variable
32608         test_rbtreehash_list_LDADD.
32609         * modules/xvasprintf-tests (Makefile.am): New variable
32610         test_xvasprintf_LDADD.
32611         Reported by Eric Blake.
32612
32613 2007-04-03  Eric Blake  <ebb9@byu.net>
32614
32615         * DEPENDENCIES: Weaken m4 requirements.
32616
32617 2007-04-03  Bruno Haible  <bruno@clisp.org>
32618
32619         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
32620         * modules/isnanl-tests (configure.ac): Likewise.
32621
32622 2007-04-03  Ben Pfaff  <blp@gnu.org>
32623
32624         * modules/iconv_open: Add $(srcdir)/ to source directory
32625         references in Makefile fragments that call gperf, to fix VPATH
32626         builds.
32627
32628 2007-04-03  Bruno Haible  <bruno@clisp.org>
32629
32630         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
32631         * lib/ldexpl.c: Undo last change.
32632
32633 2007-04-03  Bruno Haible  <bruno@clisp.org>
32634
32635         * modules/printf-frexpl (Depends-on): Undo last change.
32636         (Files): Add m4/ldexpl.m4.
32637
32638 2007-04-03  Bruno Haible  <bruno@clisp.org>
32639
32640         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
32641         * modules/isnanl (Link): New section.
32642
32643         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
32644         * modules/frexp (Link): New section.
32645
32646         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
32647         * modules/frexpl (Link): New section.
32648
32649         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
32650         * modules/ldexpl (Link): New section.
32651
32652 2007-04-03  Bruno Haible  <bruno@clisp.org>
32653
32654         * modules/TEMPLATE-EXTENDED: New file.
32655         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
32656
32657 2007-04-03  Bruno Haible  <bruno@clisp.org>
32658
32659         * DEPENDENCIES: New file.
32660         Suggested by Simon Josefsson.
32661
32662 2007-04-03  Bruno Haible  <bruno@clisp.org>
32663
32664         * doc/gnulib.texi: Escape @.
32665
32666 2007-04-03  James Youngman  <jay@gnu.org>
32667         and Paul Eggert  <eggert@cs.ucla.edu>
32668
32669         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
32670         birthtime on all systems that have birthtime, not just those which
32671         use st_birthtimensec rather than st_birthtim.  Putting zero in
32672         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
32673         that the birth time is not available for files on an NFS mount.
32674
32675 2007-04-03  Simon Josefsson  <simon@josefsson.org>
32676
32677         * modules/memxor: Move back from crypto/, suggested by Bruno.
32678         * modules/crypto/hmac-sha1: Fix memxor dependency.
32679
32680         * modules/crypto/gc: Moved from ../.
32681
32682 2007-04-02  Eric Blake  <ebb9@byu.net>
32683
32684         * lib/ldexpl.c (includes): Avoid libm.
32685
32686         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
32687
32688 2007-04-02  Bruno Haible  <bruno@clisp.org>
32689
32690         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
32691         on IRIX.
32692
32693 2007-04-02  Bruno Haible  <bruno@clisp.org>
32694
32695         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
32696         x86 or x86_64 platforms running MacOS X.
32697         Reported by Ryan Schmidt <@ryandesign.com>.
32698
32699 2007-04-02  Bruno Haible  <bruno@clisp.org>
32700
32701         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
32702         i386.
32703
32704 2007-04-01  Simon Josefsson  <simon@josefsson.org>
32705
32706         * modules/crypto/arcfour: Moved from ../.
32707         * modules/crypto/arcfour-tests: Moved from ../.
32708         * modules/crypto/arctwo: Moved from ../.
32709         * modules/crypto/arctwo-tests: Moved from ../.
32710         * modules/crypto/des: Moved from ../.
32711         * modules/crypto/des-tests: Moved from ../.
32712         * modules/crypto/gc-arcfour: Moved from ../.
32713         * modules/crypto/gc-arcfour-tests: Moved from ../.
32714         * modules/crypto/gc-arctwo: Moved from ../.
32715         * modules/crypto/gc-arctwo-tests: Moved from ../.
32716         * modules/crypto/gc-des: Moved from ../.
32717         * modules/crypto/gc-des-tests: Moved from ../.
32718         * modules/crypto/gc-hmac-md5: Moved from ../.
32719         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
32720         * modules/crypto/gc-hmac-sha1: Moved from ../.
32721         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
32722         * modules/crypto/gc-md2: Moved from ../.
32723         * modules/crypto/gc-md2-tests: Moved from ../.
32724         * modules/crypto/gc-md4: Moved from ../.
32725         * modules/crypto/gc-md4-tests: Moved from ../.
32726         * modules/crypto/gc-md5: Moved from ../.
32727         * modules/crypto/gc-md5-tests: Moved from ../.
32728         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
32729         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
32730         * modules/crypto/gc-random: Moved from ../.
32731         * modules/crypto/gc-rijndael: Moved from ../.
32732         * modules/crypto/gc-rijndael-tests: Moved from ../.
32733         * modules/crypto/gc-sha1: Moved from ../.
32734         * modules/crypto/gc-sha1-tests: Moved from ../.
32735         * modules/crypto/gc-tests: Moved from ../.
32736         * modules/crypto/hmac-md5: Moved from ../.
32737         * modules/crypto/hmac-md5-tests: Moved from ../.
32738         * modules/crypto/hmac-sha1: Moved from ../.
32739         * modules/crypto/hmac-sha1-tests: Moved from ../.
32740         * modules/crypto/md2: Moved from ../.
32741         * modules/crypto/md2-tests: Moved from ../.
32742         * modules/crypto/md4: Moved from ../.
32743         * modules/crypto/md4-tests: Moved from ../.
32744         * modules/crypto/md5: Moved from ../.
32745         * modules/crypto/md5-tests: Moved from ../.
32746         * modules/crypto/memxor: Moved from ../.
32747         * modules/crypto/rijndael: Moved from ../.
32748         * modules/crypto/rijndael-tests: Moved from ../.
32749         * modules/crypto/sha1: Moved from ../.
32750
32751 2007-03-30  James Youngman  <jay@gnu.org>
32752
32753         * tests/test-stat-time.c (prepare_test): use chmod() rather than
32754         rename() to change the ctime of a file (because ctime is unaffected
32755         by rename on jfs2 on AIX 5.1).
32756         (main): Start by doing cleanup, in case a previous run failed leaving
32757         test files behind.
32758
32759 2007-03-31  Bruno Haible  <bruno@clisp.org>
32760
32761         Support old proprietary implementations of iconv.
32762         * modules/iconv_open: New file.
32763         * lib/iconv_.h: New file.
32764         * m4/iconv_h.m4: New file.
32765         * lib/iconv_open.c: New file.
32766         * lib/iconv_open-aix.gperf: New file.
32767         * lib/iconv_open-hpux.gperf: New file.
32768         * lib/iconv_open-irix.gperf: New file.
32769         * lib/iconv_open-osf.gperf: New file.
32770         * m4/iconv_open.m4: New file.
32771         * modules/linebreak (Depends-on): Add iconv_open.
32772         * modules/striconv (Depends-on): Likewise.
32773         * modules/striconveh (Depends-on): Likewise.
32774         * modules/unicodeio (Depends-on): Likewise.
32775         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
32776         (iconv_t)(-1).
32777         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
32778         conversion if cd is (iconv_t)(-1).
32779         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
32780         is not possible.
32781
32782 2007-03-31  Bruno Haible  <bruno@clisp.org>
32783
32784         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32785         work on Solaris either. Protect also second use of "autodetect_jp".
32786
32787 2007-03-31  Bruno Haible  <bruno@clisp.org>
32788
32789         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
32790         the function is not present.
32791
32792 2007-03-31  Bruno Haible  <bruno@clisp.org>
32793
32794         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
32795         the function is not present.
32796
32797 2007-03-31  Bruno Haible  <bruno@clisp.org>
32798
32799         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
32800         a bug in HP-UX iconv_open().
32801
32802 2007-03-31  Bruno Haible  <bruno@clisp.org>
32803
32804         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
32805         (Mathematics <math.h>): New section, add fpieee.
32806         (Input/output <stdio.h>): Add fseterr.
32807         (Mathematics <math.h>): New section, add printf-frexp.
32808         (Container data structures): Add sublist.
32809         (Core language properties): Add fpucw, inline.
32810         (Functions for greatest-width integer types <inttypes.h>): Add
32811         imaxabs, imaxdiv, inttypes.
32812         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
32813         isnanl-nolibm, ldexp.
32814         (Mathematics <math.h>): New section, add printf-frexpl.
32815         (Support for systems lacking POSIX:2001): Add fprintf-posix,
32816         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
32817         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
32818         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
32819         (Unicode string functions): Add unistr/u*-mbtoucr.
32820         (Java): Add javacomp-script, javaexec-script.
32821         (C#): Add csharpcomp-script, csharpexec-script.
32822         (Support for building libraries and executables): Add havelib,
32823         relocatable-*.
32824         (Support for maintaining and releasing projects): Renamed from
32825         'Support for maintaining and release projects'. Add announce-gen.
32826
32827 2007-03-31  Bruno Haible  <bruno@clisp.org>
32828
32829         * README: Talk primarily about git.
32830         (git and CVS): Renamed from CVS.
32831         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
32832         gnulib is available through git.
32833         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
32834
32835 2007-03-30  Bruno Haible  <bruno@clisp.org>
32836
32837         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
32838         * lib/poll_.h: Likewise.
32839         * lib/stat_.h: Likewise.
32840         * lib/sys_time_.h: Likewise.
32841         * lib/sysexit_.h: Likewise.
32842         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
32843         * lib/stdbool_.h: Likewise.
32844         * lib/byteswap_.h: Add double-inclusion guard.
32845
32846 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
32847
32848         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
32849
32850 2007-03-30  Karl Berry  <karl@gnu.org>
32851
32852         * config/srclist-update: double space after USA in the license
32853         substitution, since that's how it's usually (?) written.
32854
32855 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32856
32857         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
32858         reported by Bruno Haible.
32859
32860 2007-03-29  Bruno Haible  <bruno@clisp.org>
32861
32862         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
32863         a bug in AIX iconv().
32864
32865 2007-03-29  Bruno Haible  <bruno@clisp.org>
32866
32867         * modules/ldexpl-tests: New file.
32868         * tests/test-ldexpl.c: New file.
32869
32870 2007-03-29  Bruno Haible  <bruno@clisp.org>
32871
32872         * lib/ldexpl.c: Include fpucw.h.
32873         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
32874         multiplication.
32875         * modules/ldexpl (Depends-on): Add fpucw.
32876
32877 2007-03-29  Bruno Haible  <bruno@clisp.org>
32878
32879         * modules/ldexpl: New file.
32880         * m4/ldexpl.m4: New file.
32881         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
32882         set.
32883         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
32884         REPLACE_LDEXPL.
32885         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
32886         REPLACE_LDEXPL.
32887         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32888         gl_FUNC_LDEXPL_WORKS.
32889         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
32890         * modules/mathl (Files): Remove lib/ldexpl.c.
32891         (Depends-on): Add ldexpl.
32892
32893 2007-03-29  Bruno Haible  <bruno@clisp.org>
32894
32895         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
32896
32897 2007-03-29  Bruno Haible  <bruno@clisp.org>
32898
32899         * tests/test-striconveh.c (main): Don't assume that a direct conversion
32900         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
32901         and possibly also HP-UX.
32902         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32903         work on AIX, IRIX, HP-UX, OSF/1.
32904         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
32905         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
32906         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
32907         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
32908         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
32909         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
32910
32911 2007-03-29  Bruno Haible  <bruno@clisp.org>
32912
32913         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
32914
32915 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32916
32917         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
32918         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
32919
32920 2007-03-29  Eric Blake  <ebb9@byu.net>
32921
32922         * lib/acl-internal.h: Remove redundant include.
32923         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
32924         Cygwin when a file is locked.
32925
32926 2007-03-29  Bruno Haible  <bruno@clisp.org>
32927
32928         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
32929         file.
32930         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
32931
32932 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32933
32934         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
32935         try to remove a parent directory if the child couldn't be removed
32936         (except for the first rmdir, which could fail because the child
32937         doesn't exist).  Problem reported by Jeff Blaine in
32938         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
32939
32940 2007-03-28  Bruno Haible  <bruno@clisp.org>
32941
32942         * lib/striconveh.c (utf8conv_carefully): New function.
32943         (mem_cd_iconveh_internal): Invoke it.
32944
32945 2007-03-28  Bruno Haible  <bruno@clisp.org>
32946
32947         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
32948         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
32949         input.
32950         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
32951         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
32952         unistr/u8-uctomb.
32953
32954 2007-03-28  Bruno Haible  <bruno@clisp.org>
32955
32956         * modules/unistr/u8-mbtoucr: New file.
32957         * lib/unistr/u8-mbtoucr.c: New file.
32958         * modules/unistr/u16-mbtoucr: New file.
32959         * lib/unistr/u16-mbtoucr.c: New file.
32960         * modules/unistr/u16-mbtoucr: New file.
32961         * lib/unistr/u16-mbtoucr.c: New file.
32962         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
32963
32964 2007-03-27  Simon Josefsson  <simon@josefsson.org>
32965             Bruno Haible  <bruno@clisp.org>
32966
32967         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
32968         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
32969         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
32970
32971         * m4/stdio_h.m4: Add stubs for vasprintf too.
32972
32973         * modules/stdio: Support vasprintf in sed command.
32974
32975         * modules/vasprintf: Depend on stdio for prototypes.  Remove
32976         vasprintf.h.  Add stdio module indicator.
32977
32978         * lib/stdio_.h: Declare asprintf and vasprintf, based on
32979         vasprintf.h.
32980
32981         * lib/vasprintf.h: File removed.
32982
32983         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
32984         * lib/vasprintf.c: Ditto.
32985         * lib/xvasprintf.c: Ditto.
32986         * tests/test-vasprintf-posix.c: Ditto.
32987         * tests/test-vasprintf.c: Ditto.
32988
32989 2007-03-27  Bruno Haible  <bruno@clisp.org>
32990
32991         Make vasnprintf multithread-safe.
32992         * lib/vasnprintf.c (decimal_point_char): New function.
32993         (VASNPRINTF): Use it.
32994         Suggested by Simon Josefsson.
32995
32996 2007-03-27  Eric Blake  <ebb9@byu.net>
32997
32998         Support sub-second birthtime on cygwin.
32999         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
33000         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
33001         (get_stat_birthtime): Also work with st_birthtim.
33002
33003 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
33004
33005         * lib/stat-time.h (USE_BIRTHTIME): Remove.
33006         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
33007         (get_stat_birthtime_ns): Do not try to use "spare" fields.
33008         (get_stat_birthtime_ns): Simplify compile-time tests.
33009         (get_stat_birthtime): Change the API to look like
33010         get_stat_mtime etc., except return a negative tv_nsec on error.
33011         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
33012         Don't check for "spare" fields.
33013         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
33014         or for struct stat.st_birthtime, as these tests aren't used.
33015         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
33016
33017 2007-03-27  Bruno Haible  <bruno@clisp.org>
33018
33019         * lib/stat-time.h: Include <sys/stat.h>.
33020
33021 2007-03-27  James Youngman  <jay@gnu.org>
33022
33023         * lib/stat-time.h (get_stat_birthtime): New function for
33024           retrieving st_birthtime as provided by UFS2 (hence *BSD).
33025         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
33026           and its variants.
33027         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
33028         * modules/stat-time-test: New file.
33029         * tests/test-stat-time.c: New test, devised by Bruno Haible.
33030
33031 2007-03-26  Bruno Haible  <bruno@clisp.org>
33032
33033         Better support of signalling NaNs.
33034         * lib/atanl.c: Include isnanl.h.
33035         (atanl): Perform test for NaN at the beginning of the function and
33036         through a call to isnanl.
33037         * lib/cosl.c: Include isnanl.h.
33038         (cosl): Perform test for NaN at the beginning of the function and
33039         through a call to isnanl.
33040         * lib/ldexpl.c: Include isnanl.h.
33041         (ldexpl): Perform test for NaN through a call to isnanl.
33042         * lib/logl.c: Include isnanl.h.
33043         (logl): Perform test for NaN at the beginning of the function and
33044         through a call to isnanl.
33045         * lib/sinl.c: Include isnanl.h.
33046         (sinl): Perform test for NaN at the beginning of the function and
33047         through a call to isnanl.
33048         * lib/sqrtl.c: Include isnanl.h.
33049         (sqrtl): Perform test for NaN at the beginning of the function and
33050         through a call to isnanl.
33051         * lib/tanl.c: Include isnanl.h.
33052         (tanl): Perform test for NaN at the beginning of the function and
33053         through a call to isnanl.
33054         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
33055         * modules/mathl (Depends-on): Add isnanl.
33056
33057 2007-03-26  Eric Blake  <ebb9@byu.net>
33058
33059         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
33060         regression in logic sense of previous patch.
33061
33062 2007-03-26  Bruno Haible  <bruno@clisp.org>
33063
33064         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
33065         unportable shell command "if ! ...".
33066         Reported by Ralf Wildenhues.
33067
33068 2007-03-25  Bruno Haible  <bruno@clisp.org>
33069
33070         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
33071         <sysexits.h> file, and only add EX_CONFIG.
33072         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
33073         absolute file name and whether it is sufficient. Substitute also
33074         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
33075         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
33076         ABSOLUTE_SYSEXITS_H into sysexits.h.
33077
33078 2007-03-25  Bruno Haible  <bruno@clisp.org>
33079
33080         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
33081         hints is NULL.
33082
33083 2007-03-25  Bruno Haible  <bruno@clisp.org>
33084
33085         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
33086         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
33087
33088 2007-03-25  Bruno Haible  <bruno@clisp.org>
33089
33090         * lib/vasnprintf.c: Include langinfo.h.
33091         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
33092         multithread-safe.
33093         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
33094         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
33095         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
33096         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33097         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33098         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33099         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
33100         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
33101         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33102         Reported by Simon Josefsson.
33103
33104 2007-03-25  Bruno Haible  <bruno@clisp.org>
33105
33106         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
33107         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
33108         * modules/vasnprintf (Depends-on): Add stdint.
33109
33110 2007-03-25  Bruno Haible  <bruno@clisp.org>
33111
33112         * modules/fpieee: New file.
33113         * m4/fpieee.m4: New file.
33114         * modules/isnan-nolibm (Depends-on): Add fpieee.
33115         * modules/isnanl-nolibm (Depends-on): Add fpieee.
33116         * modules/isnanl (Depends-on): Add fpieee.
33117
33118 2007-03-25  Bruno Haible  <bruno@clisp.org>
33119
33120         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
33121
33122 2007-03-25  Bruno Haible  <bruno@clisp.org>
33123
33124         Avoid test failures on IRIX 6.5.
33125         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
33126         (main): Use it.
33127         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
33128         macros.
33129         (main): Use them.
33130
33131 2007-03-25  Bruno Haible  <bruno@clisp.org>
33132
33133         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
33134         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
33135         exists but doesn't work.
33136         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
33137         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
33138         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
33139         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
33140
33141 2007-03-25  Bruno Haible  <bruno@clisp.org>
33142
33143         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
33144         returns inf. Needed on IRIX 6.5.
33145
33146 2007-03-25  Bruno Haible  <bruno@clisp.org>
33147
33148         * tests/test-frexpl.c: Include isnanl-nolibm.h.
33149         (main): Use isnanl instead of x != x idiom.
33150         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
33151
33152         * tests/test-frexp.c: Include isnan.h.
33153         (main): Use isnan instead of x != x idiom.
33154         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
33155
33156 2007-03-25  Bruno Haible  <bruno@clisp.org>
33157
33158         * tests/test-frexp.c (NaN): New function/macro.
33159         (main): Use it instead of 0.0 / 0.0.
33160         * tests/test-isnan.c (NaN): New function/macro.
33161         (main): Use it instead of 0.0 / 0.0.
33162         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
33163         (test_function): Use it instead of 0.0 / 0.0.
33164         * tests/test-vasprintf-posix.c (NaN): New function/macro.
33165         (test_function): Use it instead of 0.0 / 0.0.
33166         * tests/test-snprintf-posix.h (NaN): New function/macro.
33167         (test_function): Use it instead of 0.0 / 0.0.
33168         * tests/test-sprintf-posix.h (NaN): New function/macro.
33169         (test_function): Use it instead of 0.0 / 0.0.
33170         * tests/test-fprintf-posix.h (NaN): New function/macro.
33171         (test_function): Use it instead of 0.0 / 0.0.
33172         * tests/test-printf-posix.h (NaN): New function/macro.
33173         (test_function): Use it instead of 0.0 / 0.0.
33174
33175         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
33176
33177 2007-03-25  Bruno Haible  <bruno@clisp.org>
33178
33179         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
33180
33181 2007-03-25  Bruno Haible  <bruno@clisp.org>
33182
33183         * lib/regexec.c (merge_state_with_log): Make static.
33184
33185 2007-03-25  Bruno Haible  <bruno@clisp.org>
33186
33187         * lib/trigl.c (kernel_rem_pio2): Make static.
33188
33189 2007-03-25  Bruno Haible  <bruno@clisp.org>
33190
33191         * lib/sincosl.c (sincosl_table): Make static.
33192
33193 2007-03-25  Bruno Haible  <bruno@clisp.org>
33194
33195         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
33196         if the compiler does not support C99.
33197
33198 2007-03-25  Bruno Haible  <bruno@clisp.org>
33199
33200         * modules/time (Makefile.am): Ensure all rule action lines start with a
33201         tab.
33202
33203 2007-03-24  Bruno Haible  <bruno@clisp.org>
33204
33205         * modules/tsearch-tests: New file.
33206         * tests/test-tsearch.sh: New file.
33207         * tests/test-tsearch.c: New file, mostly copied from glibc.
33208
33209         * modules/search-tests: New file.
33210         * tests/test-search.c: New file.
33211
33212         * modules/search: New file.
33213         * lib/search_.h: New file, incorporating lib/tsearch.h.
33214         * m4/search_h.m4: New file.
33215         * lib/tsearch.h: Remove file.
33216         * lib/tsearch.c: Include search.h instead of tsearch.h.
33217         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
33218         HAVE_TSEARCH.
33219         * modules/tsearch (Files): Remove lib/tsearch.h.
33220         (Depends-on): Add search.
33221         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
33222         (Include): Change tsearch.h into search.h.
33223
33224 2007-03-24  Bruno Haible  <bruno@clisp.org>
33225
33226         * modules/fpucw: New file.
33227         * lib/fpucw.h: New file.
33228         * lib/frexp.c: Include fpucw.h.
33229         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
33230         (FUNC): Use them.
33231         * lib/printf-frexp.c: Include fpucw.h.
33232         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
33233         (FUNC): Use them.
33234         * lib/vasnprintf.c: Include fpucw.h.
33235         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
33236         'long double' calculations.
33237         * tests/test-frexpl.c: Include fpucw.h.
33238         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
33239         * tests/test-printf-frexpl.c: Include fpucw.h.
33240         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
33241         * modules/frexpl (Depends-on): Add fpucw.
33242         * modules/printf-frexpl (Depends-on): Likewise.
33243         * modules/fprintf-posix (Depends-on): Likewise.
33244         * modules/snprintf-posix (Depends-on): Likewise.
33245         * modules/sprintf-posix (Depends-on): Likewise.
33246         * modules/vasnprintf-posix (Depends-on): Likewise.
33247         * modules/vasprintf-posix (Depends-on): Likewise.
33248         * modules/vfprintf-posix (Depends-on): Likewise.
33249         * modules/vsnprintf-posix (Depends-on): Likewise.
33250         * modules/vsprintf-posix (Depends-on): Likewise.
33251         * modules/frexpl-tests (Depends-on): Likewise.
33252         * modules/printf-frexpl-tests (Depends-on): Likewise.
33253
33254 2007-03-24  Bruno Haible  <bruno@clisp.org>
33255
33256         * lib/float+.h: New file.
33257         * lib/isnan.c: Include float+.h.
33258         (SIZE): New macro.
33259         (FUNC): Compare only SIZE bytes of the value.
33260         * lib/vasnprintf.c: Include float+.h.
33261         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
33262         SIZEOF_LDBL or SIZEOF_DBL bytes.
33263         * modules/isnan-nolibm (Files): Add lib/float+.h.
33264         * modules/isnanl-nolibm (Files): Add lib/float+.h.
33265         * modules/isnanl (Files): Add lib/float+.h.
33266         * modules/vasnprintf (Files): Add lib/float+.h.
33267
33268 2007-03-24  Bruno Haible  <bruno@clisp.org>
33269
33270         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
33271         include isnanl-nolibm.h.
33272
33273 2007-03-24  Bruno Haible  <bruno@clisp.org>
33274
33275         * tests/test-read-file.c (main): Don't produce spurious output for
33276         expected situations. Make the test fail if it encountered unexpected
33277         results.
33278
33279 2007-03-24  Bruno Haible  <bruno@clisp.org>
33280
33281         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
33282         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
33283
33284 2007-03-24  Bruno Haible  <bruno@clisp.org>
33285
33286         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
33287
33288 2007-03-24  Bruno Haible  <bruno@clisp.org>
33289
33290         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
33291         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
33292
33293         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
33294         * modules/utf8-ucs4: Turn into a symbolic link to module
33295         unistr/u8-mbtouc.
33296
33297         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
33298         utf8-ucs4-unsafe.
33299         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
33300         unistr/u8-mbtouc-unsafe.
33301
33302         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
33303         * modules/utf16-ucs4: Turn into a symbolic link to module
33304         unistr/u16-mbtouc.
33305
33306         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
33307         utf16-ucs4-unsafe.
33308         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
33309         unistr/u16-mbtouc-unsafe.
33310
33311         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
33312         * modules/ucs4-utf8: Turn into a symbolic link to module
33313         unistr/u8-ubtomb.
33314
33315         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
33316         * modules/ucs4-utf16: Turn into a symbolic link to module
33317         unistr/u16-ubtomb.
33318
33319 2007-03-24  Bruno Haible  <bruno@clisp.org>
33320
33321         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
33322         Enable the function only if HAVE_INLINE.
33323         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
33324         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
33325         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
33326         Enable the function only if HAVE_INLINE.
33327         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
33328         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
33329         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
33330         Enable the function only if HAVE_INLINE.
33331         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
33332         Enable the function only if HAVE_INLINE.
33333         * modules/utf8-ucs4: Update.
33334         * modules/utf8-ucs4-unsafe: Update.
33335         * modules/utf16-ucs4: Update.
33336         * modules/utf16-ucs4-unsafe: Update.
33337         * modules/ucs4-utf8: Update.
33338         * modules/ucs4-utf16: Update.
33339
33340 2007-03-24  Bruno Haible  <bruno@clisp.org>
33341
33342         * lib/utf8-ucs4.h: Remove file.
33343         * lib/utf8-ucs4-unsafe.h: Remove file.
33344         * lib/utf16-ucs4.h: Remove file.
33345         * lib/utf16-ucs4-unsafe.h: Remove file.
33346         * lib/ucs4-utf8.h: Remove file.
33347         * lib/ucs4-utf16.h: Remove file.
33348         * lib/unistr.h: Include their previous contents.
33349         * m4/utf-ucs4.m4: Remove file.
33350         * m4/ucs4-utf.m4: Remove file.
33351         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
33352         (Depends-on): Add unistr/base.
33353         (configure.ac): Remove gl_UTF_UCS4.
33354         (Makefile.am): Update.
33355         (Include): Change to unistr.h.
33356         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
33357         (Depends-on): Add unistr/base.
33358         (configure.ac): Remove gl_UTF_UCS4.
33359         (Makefile.am): Update.
33360         (Include): Change to unistr.h.
33361         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
33362         (Depends-on): Add unistr/base.
33363         (configure.ac): Remove gl_UTF_UCS4.
33364         (Makefile.am): Update.
33365         (Include): Change to unistr.h.
33366         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
33367         (Depends-on): Add unistr/base.
33368         (configure.ac): Remove gl_UTF_UCS4.
33369         (Makefile.am): Update.
33370         (Include): Change to unistr.h.
33371         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
33372         (Depends-on): Add unistr/base.
33373         (configure.ac): Remove gl_UCS4_UTF.
33374         (Makefile.am): Update.
33375         (Include): Change to unistr.h.
33376         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
33377         (Depends-on): Add unistr/base.
33378         (configure.ac): Remove gl_UCS4_UTF.
33379         (Makefile.am): Update.
33380         (Include): Change to unistr.h.
33381         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
33382         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
33383         utf8-ucs4-unsafe.h.
33384         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
33385         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
33386         utf16-ucs4-unsafe.h.
33387         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
33388         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
33389         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
33390         * lib/unistr/u8-strchr.c: Likewise.
33391         * lib/unistr/u8-strrchr.c: Likewise.
33392         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
33393         * lib/unistr/u16-strchr.c: Likewise.
33394         * lib/unistr/u16-strrchr.c: Likewise.
33395         * lib/striconveh.c: Update.
33396         * lib/linebreak.c: Update.
33397
33398 2007-03-24  Bruno Haible  <bruno@clisp.org>
33399
33400         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
33401         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
33402
33403 2007-03-22  Bruno Haible  <bruno@clisp.org>
33404
33405         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
33406
33407 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33408
33409         * MODULES.html.sh (File system functions): New module write-any-file.
33410         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
33411         * m4/write-any-file.m4: New files.
33412
33413 2007-03-23  Eric Blake  <ebb9@byu.net>
33414
33415         * gnulib-tool: Rearrange space-tab sequences, since some editors
33416         like to eat them.
33417
33418 2007-03-23  Eric Blake  <ebb9@byu.net>
33419
33420         * lib/version-etc.c (version_etc_va): Update license wording to
33421         be more concise.  Recommended by Richard Stallman.
33422
33423 2007-03-22  Bruno Haible  <bruno@clisp.org>
33424
33425         * lib/poll.c (MSG_PEEK): New fallback definition.
33426
33427 2007-03-22  Bruno Haible  <bruno@clisp.org>
33428
33429         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
33430         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
33431         (main): Update.
33432         Fixes a compilation error on BeOS.
33433
33434 2007-03-22  Bruno Haible  <bruno@clisp.org>
33435
33436         * modules/frexpl-tests: New file.
33437         * tests/test-frexpl.c: New file.
33438
33439         * modules/frexpl: New file.
33440         * m4/frexpl.m4: New file.
33441         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
33442         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
33443         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
33444         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
33445         (Depends-on): Add frexpl. Remove isnanl-nolibm.
33446         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
33447
33448 2007-03-22  Bruno Haible  <bruno@clisp.org>
33449
33450         * lib/frexpl.c: Share code with lib/frexp.c.
33451         * modules/mathl (Files): Add lib/frexp.c.
33452         (Depends-on): Add isnanl-nolibm.
33453
33454 2007-03-22  Bruno Haible  <bruno@clisp.org>
33455
33456         * modules/printf-frexp (Files): Add m4/frexp.m4.
33457         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
33458         only if the found frexp function actually works.
33459
33460 2007-03-22  Bruno Haible  <bruno@clisp.org>
33461
33462         * lib/frexp.c: Remove older implementation that uses divisions.
33463
33464 2007-03-21  Bruno Haible  <bruno@clisp.org>
33465
33466         * modules/frexp-tests: New file.
33467         * tests/test-frexp.c: New file.
33468
33469         * modules/frexp: New file.
33470         * lib/frexp.c: New file.
33471         * m4/frexp.m4: New file.
33472         * lib/math_.h (frexp): New declaration.
33473         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
33474         REPLACE_FREXP.
33475         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
33476
33477 2007-03-21  Bruno Haible  <bruno@clisp.org>
33478
33479         * modules/isnanl-tests: New file.
33480         * tests/test-isnanl.c: New file.
33481
33482         * modules/isnanl: New file.
33483         * lib/isnanl.h: New file.
33484         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
33485         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
33486         gl_FUNC_ISNANL_WORKS.
33487         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
33488         New macros.
33489
33490 2007-03-21  Bruno Haible  <bruno@clisp.org>
33491
33492         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
33493         lib/isnanl.h.
33494         (Include): Update.
33495         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
33496         * lib/vasnprintf.c: Update.
33497         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
33498         tests/test-isnanl.h, remove tests/test-isnanl.c.
33499         (Makefile.am): Update.
33500         * tests/test-isnanl-nolibm.c: New file.
33501         * tests/test-isnanl.h: New file.
33502         * tests/test-isnanl.c: Remove file.
33503
33504 2007-03-21  Jim Meyering  <jim@meyering.net>
33505
33506         When trying to open ".", treat ESTALE like EACCES.
33507         * lib/savewd.c (savewd_save): Resort to forking not just upon
33508         failure with EACCES, but also when errno is ESTALE.
33509
33510 2007-03-20  Bruno Haible  <bruno@clisp.org>
33511
33512         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
33513         Needed on AIX 5.1. Reported by Matthew Woehlke.
33514
33515 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
33516
33517         Suggestions by Bruno Haible:
33518         * lib/acl-internal.h: Include "gettext.h" rather than rolling
33519         our own.
33520         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
33521         * modules/acl (Depends-on): Add gettext.
33522
33523 2007-03-19  Bruno Haible  <bruno@clisp.org>
33524
33525         * modules/iconvme: Remove file.
33526         * lib/iconvme.h: Remove file.
33527         * lib/iconvme.c: Remove file.
33528         * m4/iconvme.m4: Remove file.
33529
33530 2007-03-19  Bruno Haible  <bruno@clisp.org>
33531
33532         * doc/relocatable-maint.texi: Break long shell script line.
33533         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
33534
33535 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
33536
33537         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
33538         handle file_has_acl.
33539         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
33540         * lib/acl.c: Move header inclusions and related macro defns into
33541         lib/acl-internal.h.
33542         (S_ISLNK): Remove defn, since that's now done for us.
33543         (file_has_acl): Move to lib/file-has-acl.c.
33544         Call acl_trivial if available.  This is the crucial part of the fix.
33545         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
33546         shared within the library.  Rewrite a bit, partly to make it compatible
33547         with the GNU coding style.
33548         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
33549         Remove unnecessary double-quotes.
33550         Don't test for acl_to_text; the build will catch that.
33551         Replace acl_entries if it doesn't exist and it is needed.
33552         Check for -lsec and acl_trivial (as used on Solaris 10).
33553         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
33554         lib/file-has-acl.c.
33555         (Depends-on): Add sys_stat, for S_ISLNK.
33556
33557 2007-03-19  Ben Pfaff  <blp@gnu.org>
33558
33559         * doc/gnulib.texi: Fix typos.
33560         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
33561
33562 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
33563
33564         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
33565         If size is zero here, buf must be zero.
33566
33567 2007-03-19  Simon Josefsson  <simon@josefsson.org>
33568
33569         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
33570         <bruno@clisp.org>.
33571
33572 2007-03-18  Bruno Haible  <bruno@clisp.org>
33573
33574         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
33575         Suggested by Eric Blake.
33576
33577 2007-03-18  Ben Pfaff  <blp@gnu.org>
33578
33579         * doc/relocatable.texi: Recommend using as prefix a directory
33580         that does not exist and will never be created.  Based on
33581         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
33582         and others.
33583
33584 2007-03-17  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/fchownat.c: Include lchown.h.
33587
33588 2007-03-17  Bruno Haible  <bruno@clisp.org>
33589
33590         Fix endless loop when the given allocated size was > INT_MAX.
33591         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
33592         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
33593         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
33594         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
33595         * lib/sprintf.c (sprintf): Likewise.
33596
33597 2007-03-17  Bruno Haible  <bruno@clisp.org>
33598
33599         * tests/test-argp-2.sh (func_compare): Output a context diff.
33600
33601 2007-03-17  Bruno Haible  <bruno@clisp.org>
33602
33603         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
33604         locale's decimal-point character.
33605
33606 2007-03-17  Bruno Haible  <bruno@clisp.org>
33607
33608         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
33609         before comparing it. Needed because on some platforms (e.g. x86) a
33610         'long double' occupies less bytes than sizeof (long double).
33611
33612 2007-03-17  Bruno Haible  <bruno@clisp.org>
33613
33614         * tests/test-crc.c (main): Make printf statements 64-bit clean.
33615         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
33616         * tests/test-getaddrinfo.c (simple): Likewise.
33617         * tests/test-read-file.c (main): Likewise.
33618
33619 2007-03-17  Bruno Haible  <bruno@clisp.org>
33620
33621         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
33622
33623 2007-03-17  Bruno Haible  <bruno@clisp.org>
33624
33625         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
33626         unused variable.
33627
33628 2007-03-17  Bruno Haible  <bruno@clisp.org>
33629
33630         * tests/test-c-strcasecmp.c: Include c-strcase.h.
33631         * tests/test-c-strncasecmp.c: Likewise.
33632
33633 2007-03-17  Bruno Haible  <bruno@clisp.org>
33634
33635         * modules/stdlib (Depends-on): Add unistd.
33636         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
33637         Needed for MacOS X 10.3.
33638
33639 2007-03-17  Bruno Haible  <bruno@clisp.org>
33640
33641         * lib/unistr/u-strdup.h: Include <stdlib.h>.
33642
33643 2007-03-17  Bruno Haible  <bruno@clisp.org>
33644
33645         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
33646
33647 2007-03-17  Bruno Haible  <bruno@clisp.org>
33648
33649         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
33650         to reflect files copied from gnulib (with or without modifications).
33651         Suggested by Jim Meyering.
33652
33653 2007-03-17  Eric Blake  <ebb9@byu.net>
33654
33655         * NEWS: Document stdlib change from 2007-02-18.
33656
33657 2007-03-17  Jim Meyering  <jim@meyering.net>
33658
33659         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
33660         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
33661         someone uses a name containing shell meta-characters.
33662         Reported by Alfred M. Szmidt.
33663
33664         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
33665
33666 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
33667
33668         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
33669         and copy gettext configuration files only if configure.ac contains
33670         a use of AM_GNU_GETTEXT_VERSION.
33671
33672 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
33673
33674         * build-aux/bootstrap (gnulib_name): New variable.
33675         (gnulib_tool_options): Use it.
33676
33677 2007-03-13  Simon Josefsson  <simon@josefsson.org>
33678
33679         * tests/test-des.c: Use new namespace.
33680
33681 2007-03-15  Bruno Haible  <bruno@clisp.org>
33682
33683         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
33684         Reported by James Youngman <jay@gnu.org>.
33685
33686 2007-03-15  Bruno Haible  <bruno@clisp.org>
33687
33688         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
33689         declared prototype. Needed with cc on OSF/1 5.1.
33690
33691 2007-03-15  Bruno Haible  <bruno@clisp.org>
33692
33693         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
33694         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
33695         (struct gl_list_implementation): Add dispose_fn argument to the
33696         'create_empty', 'create' methods.
33697         (struct gl_list_impl_base): Add field 'dispose_fn'.
33698         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
33699         argument.
33700         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
33701         dispose_fn argument.
33702         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
33703         dispose_fn on the dropped values.
33704         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
33705         dispose_fn argument.
33706         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
33707         dropped values.
33708         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
33709         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33710         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
33711         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33712         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
33713         argument.
33714         (gl_tree_list_free): Call dispose_fn on the dropped values.
33715         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
33716         the dropped values.
33717         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
33718         Add dispose_fn argument.
33719         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
33720         Call dispose_fn on the dropped values.
33721         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
33722         Add dispose_fn argument.
33723         (gl_sublist_create): Initialize the 'dispose_fn' field.
33724         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
33725         * tests/test-array_list.c (main): Update.
33726         * tests/test-carray_list.c (main): Update.
33727         * tests/test-avltree_list.c (main): Update.
33728         * tests/test-rbtree_list.c (main): Update.
33729         * tests/test-avltreehash_list.c (main): Update.
33730         * tests/test-rbtreehash_list.c (main): Update.
33731         * tests/test-linked_list.c (main): Update.
33732         * tests/test-linkedhash_list.c (main): Update.
33733         * tests/test-array_oset.c (main): Update.
33734
33735 2007-03-15  Bruno Haible  <bruno@clisp.org>
33736
33737         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
33738         (gl_oset_create_empty): Add dispose_fn argument.
33739         (struct gl_oset_implementation): Add dispose_fn argument to
33740         'create_empty' method.
33741         (struct gl_oset_impl_base): Add dispose_fn field.
33742         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
33743         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
33744         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
33745         values.
33746         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
33747         (gl_tree_oset_free): Call dispose_fn on the dropped values.
33748         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33749         dropped value.
33750         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33751         dropped value.
33752         * tests/test-array_oset.c (main): Update.
33753         * tests/test-avltree_oset.c (main): Update.
33754         * tests/test-rbtree_oset.c (main): Update.
33755         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
33756
33757 2007-03-13  Bruno Haible  <bruno@clisp.org>
33758
33759         * tests/test-stdbool.c (i): Update after last patch.
33760
33761 2007-03-12  Bruno Haible  <bruno@clisp.org>
33762
33763         * lib/quotearg.c: Include <wctype.h> early, before the definition of
33764         the iswprint macro. Needed on Solaris 2.5.1.
33765
33766 2007-03-12  Bruno Haible  <bruno@clisp.org>
33767
33768         * tests/test-printf-frexp.c (main): Declare x as volatile.
33769
33770 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33771
33772         * doc/gnulib.texi (Build robot for gnulib): New section.
33773
33774 2007-03-12  Jim Meyering  <jim@meyering.net>
33775
33776         * build-aux/bootstrap: New file.
33777         * build-aux/bootstrap.conf: New file, from coreutils.
33778
33779 2007-03-11  Bruno Haible  <bruno@clisp.org>
33780
33781         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
33782
33783 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33784
33785         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
33786         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
33787         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
33788
33789 2007-03-11  Bruno Haible  <bruno@clisp.org>
33790
33791         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
33792         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
33793
33794 2007-03-11  Bruno Haible  <bruno@clisp.org>
33795
33796         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
33797         formula. Needed for SunPRO C 5.0.
33798
33799 2007-03-11  Bruno Haible  <bruno@clisp.org>
33800
33801         * modules/long-options (Depends-on): Add getopt.
33802
33803 2007-03-11  Bruno Haible  <bruno@clisp.org>
33804
33805         * modules/modechange (Depends-on): Add stdbool.
33806
33807 2007-03-11  Bruno Haible  <bruno@clisp.org>
33808
33809         * modules/i-ring (Depends-on): Add stdbool.
33810
33811 2007-03-11  Bruno Haible  <bruno@clisp.org>
33812
33813         * modules/gc-des (Depends-on): Add stdbool.
33814
33815 2007-03-11  Bruno Haible  <bruno@clisp.org>
33816
33817         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
33818
33819 2007-03-11  Bruno Haible  <bruno@clisp.org>
33820
33821         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
33822
33823 2007-03-11  Bruno Haible  <bruno@clisp.org>
33824
33825         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
33826
33827 2007-03-11  Bruno Haible  <bruno@clisp.org>
33828
33829         * lib/vasnprintf.c (sprintf): Undefine.
33830
33831 2007-03-11  Bruno Haible  <bruno@clisp.org>
33832
33833         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
33834         initializers in SunPRO C and Compaq C compilers.
33835
33836 2007-03-11  Bruno Haible  <bruno@clisp.org>
33837
33838         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
33839         decrementing code ANSI C compliant.
33840
33841 2007-03-11  Bruno Haible  <bruno@clisp.org>
33842
33843         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
33844         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
33845
33846 2007-03-11  Bruno Haible  <bruno@clisp.org>
33847
33848         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
33849         <stdbool.h> substitute doesn't pass.
33850
33851 2007-03-11  Bruno Haible  <bruno@clisp.org>
33852
33853         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
33854
33855 2007-03-11  Bruno Haible  <bruno@clisp.org>
33856
33857         * gnulib-tool (func_create_megatestdir): Create also an autobuild
33858         script, for submission to autobuild.josefsson.org.
33859
33860 2007-03-10  Bruno Haible  <bruno@clisp.org>
33861
33862         * modules/canonicalize-lgpl-tests: New file.
33863         * tests/test-canonicalize-lgpl.sh: New file.
33864         * tests/test-canonicalize-lgpl.c: New file.
33865
33866         * modules/c-strcase-tests: New file.
33867         * tests/test-c-strcase.sh: New file.
33868         * tests/test-c-strcasecmp.c: New file.
33869         * tests/test-c-strncasecmp.c: New file.
33870
33871         * modules/atexit-tests: New file.
33872         * tests/test-atexit.sh: New file.
33873         * tests/test-atexit.c: New file.
33874
33875 2007-03-10  Bruno Haible  <bruno@clisp.org>
33876
33877         * tests/test-binary-io.sh: Use temporary filenames that are not so
33878         likely to clash with those of other tests (in a parallel make).
33879         * tests/test-binary-io.c: Likewise.
33880
33881 2007-03-10  Bruno Haible  <bruno@clisp.org>
33882
33883         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
33884         fallback; use #error instead.
33885         Suggested by Simon Josefsson.
33886
33887 2007-03-10  Bruno Haible  <bruno@clisp.org>
33888
33889         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
33890         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
33891         first and the last.
33892
33893 2007-03-10  Bruno Haible  <bruno@clisp.org>
33894
33895         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
33896
33897 2007-03-10  Bruno Haible  <bruno@clisp.org>
33898
33899         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
33900         "make distcheck".
33901         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
33902         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
33903         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
33904
33905 2007-03-10  Bruno Haible  <bruno@clisp.org>
33906
33907         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
33908         variable.
33909         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
33910         variable.
33911
33912 2007-03-09  Eric Blake  <ebb9@byu.net>
33913         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
33914
33915         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
33916         types are not being provided by gnulib.
33917         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
33918         types are supported.
33919
33920 2007-03-10  Bruno Haible  <bruno@clisp.org>
33921
33922         * lib/stdio_.h (__attribute__): New macro.
33923         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
33924         vsprintf): Specify __attribute__ __format__ for GCC.
33925         Suggested by Eric Blake.
33926
33927 2007-03-09  Bruno Haible  <bruno@clisp.org>
33928
33929         * modules/printf-posix-tests: New file.
33930         * tests/test-printf-posix.sh: New file.
33931         * tests/test-printf-posix.c: New file.
33932
33933         * modules/printf-posix: New file.
33934         * lib/printf.c: New file.
33935         * m4/printf-posix-rpl.m4: New file.
33936         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
33937         REPLACE_PRINTF.
33938         * lib/stdio_.h (printf): New declaration.
33939         (format, __format__, ____printf____, ____scanf____, ____strftime____,
33940         ____strfmon____): New macros.
33941         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
33942         REPLACE_PRINTF.
33943
33944 2007-03-09  Bruno Haible  <bruno@clisp.org>
33945
33946         * tests/test-vasnprintf-posix2.sh: New file.
33947         * tests/test-vasnprintf-posix2.c: New file.
33948         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
33949         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
33950         (Makefile.am): Activate test-vasnprintf-posix2.sh.
33951
33952         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
33953         a locale dependent decimal point, rather than always '.'.
33954
33955 2007-03-09  Eric Blake  <ebb9@byu.net>
33956
33957         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
33958         spite of platforms like Tandem/NSK that define it to -1.
33959
33960 2007-03-08  Bruno Haible  <bruno@clisp.org>
33961
33962         * modules/vprintf-posix-tests: New file.
33963         * tests/test-vprintf-posix.sh: New file.
33964         * tests/test-vprintf-posix.c: New file.
33965         * tests/test-printf-posix.h: New file.
33966
33967         * modules/vprintf-posix: New file.
33968         * lib/vprintf.c: New file.
33969         * m4/vprintf-posix.m4: New file.
33970         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
33971         REPLACE_VPRINTF.
33972         * lib/stdio_.h (vprintf): New declaration.
33973         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
33974         REPLACE_VPRINTF.
33975
33976 2007-03-08  Bruno Haible  <bruno@clisp.org>
33977
33978         * modules/fprintf-posix-tests: New file.
33979         * tests/test-fprintf-posix.sh: New file.
33980         * tests/test-fprintf-posix.c: New file.
33981
33982         * modules/fprintf-posix: New file.
33983         * lib/fprintf.c: New file.
33984         * m4/fprintf-posix.m4: New file.
33985         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
33986         REPLACE_FPRINTF.
33987         * lib/stdio_.h (fprintf): New declaration.
33988         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
33989         REPLACE_FPRINTF.
33990
33991 2007-03-08  Bruno Haible  <bruno@clisp.org>
33992
33993         * modules/vfprintf-posix-tests: New file.
33994         * tests/test-vfprintf-posix.sh: New file.
33995         * tests/test-vfprintf-posix.c: New file.
33996         * tests/test-fprintf-posix.h: New file.
33997         * tests/test-fprintf-posix.out: New file.
33998
33999         * modules/vfprintf-posix: New file.
34000         * lib/vfprintf.c: New file.
34001         * m4/vfprintf-posix.m4: New file.
34002         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
34003         REPLACE_VFPRINTF.
34004         * lib/stdio_.h (vfprintf): New declaration.
34005         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
34006         REPLACE_VFPRINTF.
34007
34008 2007-03-08  Bruno Haible  <bruno@clisp.org>
34009
34010         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
34011
34012 2007-03-08  Bruno Haible  <bruno@clisp.org>
34013
34014         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
34015         instead of 'expr' invocations.
34016         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34017         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34018         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34019         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34020         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34021         Suggested by Paul Eggert.
34022
34023 2007-03-08  Bruno Haible  <bruno@clisp.org>
34024
34025         * modules/fseterr-tests: New file.
34026         * tests/test-fseterr.c: New file.
34027
34028         * modules/fseterr: New file.
34029         * lib/fseterr.h: New file.
34030         * lib/fseterr.c: New file.
34031
34032 2007-03-08  Bruno Haible  <bruno@clisp.org>
34033
34034         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
34035         * lib/getopt_.h: Likewise.
34036         * lib/mbswidth.h: Likewise.
34037         * lib/setenv.h: Likewise.
34038         * lib/vasnprintf.h: Likewise.
34039         * lib/vasprintf.h: Likewise.
34040         * lib/verror.h: Likewise.
34041         * lib/xsetenv.h: Likewise.
34042         * lib/xvasprintf.h: Likewise.
34043
34044 2007-03-08  Jim Meyering  <jim@meyering.net>
34045
34046         * users.txt: Add parted.
34047
34048         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
34049
34050 2007-03-07  Bruno Haible  <bruno@clisp.org>
34051
34052         * m4/printf.m4: Make the shell script snippets copy&pastable.
34053
34054 2007-03-02  Bruno Haible  <bruno@clisp.org>
34055
34056         * lib/netinet_in_.h: New file.
34057         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
34058         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
34059         * modules/netinet_in (Files): Add lib/netinet_in_.h.
34060         (Depends-on): Add absolute-header.
34061         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
34062         into netinet/in.h.
34063
34064 2007-03-03  Bruno Haible  <bruno@clisp.org>
34065
34066         * lib/sys_select_.h: New file.
34067         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
34068         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
34069         * modules/sys_select (Files): Add lib/sys_select_.h.
34070         (Depends-on): Add absolute-header.
34071         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
34072         into sys/select.h.
34073
34074 2007-03-02  Bruno Haible  <bruno@clisp.org>
34075
34076         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
34077         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
34078         values.
34079         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
34080         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
34081         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
34082         * modules/sys_socket (Depends-on): Add absolute-header.
34083         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
34084         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
34085         (Include): Remove requirement of inclusion of <sys/types.h>.
34086
34087 2007-03-02  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/byteswap_.h (bswap_32): Fix formula.
34090
34091 2007-03-06  Bruno Haible  <bruno@clisp.org>
34092
34093         * modules/sprintf-posix-tests: New file.
34094         * tests/test-sprintf-posix.c: New file.
34095
34096         * modules/sprintf-posix: New file.
34097         * lib/sprintf.c: New file.
34098         * m4/sprintf-posix.m4: New file.
34099         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
34100         REPLACE_SPRINTF.
34101         * lib/stdio_.h (sprintf): New declaration.
34102         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
34103         REPLACE_SPRINTF.
34104
34105 2007-03-06  Bruno Haible  <bruno@clisp.org>
34106
34107         * modules/vsprintf-posix-tests: New file.
34108         * tests/test-vsprintf-posix.c: New file.
34109         * tests/test-sprintf-posix.h: New file.
34110
34111         * modules/vsprintf-posix: New file.
34112         * lib/vsprintf.c: New file.
34113         * m4/vsprintf-posix.m4: New file.
34114         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
34115         REPLACE_VSPRINTF.
34116         * lib/stdio_.h (vsprintf): New declaration.
34117         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
34118         REPLACE_VSPRINTF.
34119
34120 2007-03-06  Bruno Haible  <bruno@clisp.org>
34121
34122         * modules/vsnprintf (Depend-on): Remove minmax.
34123
34124 2007-03-06  Bruno Haible  <bruno@clisp.org>
34125
34126         * modules/snprintf-posix-tests: New file.
34127         * tests/test-snprintf-posix.c: New file.
34128
34129         * modules/snprintf-posix: New file.
34130         * m4/snprintf-posix.m4: New file.
34131         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
34132         gl_FUNC_SNPRINTF.
34133         (gl_FUNC_SNPRINTF): Invoke it.
34134         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
34135         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
34136         is set.
34137         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
34138
34139 2007-03-06  Bruno Haible  <bruno@clisp.org>
34140
34141         * modules/vsnprintf-posix-tests: New file.
34142         * tests/test-vsnprintf-posix.c: New file.
34143         * tests/test-snprintf-posix.h: New file.
34144
34145         * modules/vsnprintf-posix: New file.
34146         * m4/vsnprintf-posix.m4: New file.
34147         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
34148         gl_FUNC_VSNPRINTF.
34149         (gl_FUNC_VSNPRINTF): Invoke it.
34150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
34151         * lib/stdio_.h (vsnprintf): Define as a replacement if
34152         REPLACE_VSNPRINTF is set.
34153         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
34154
34155 2007-03-06  Bruno Haible  <bruno@clisp.org>
34156
34157         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
34158         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
34159
34160 2007-03-06  Bruno Haible  <bruno@clisp.org>
34161
34162         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
34163         (asinl): Declare also if HAVE_DECL_ASINL is set.
34164         (atanl): Declare also if HAVE_DECL_ATANL is set.
34165         (ceill): Declare also if HAVE_DECL_CEILL is set.
34166         (cosl): Declare also if HAVE_DECL_COSL is set.
34167         (expl): Declare also if HAVE_DECL_EXPL is set.
34168         (floorl): Declare also if HAVE_DECL_FLOORL is set.
34169         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
34170         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
34171         (logl): Declare also if HAVE_DECL_LOGL is set.
34172         (sinl): Declare also if HAVE_DECL_SINL is set.
34173         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
34174         (tanl): Declare also if HAVE_DECL_TANL is set.
34175         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
34176         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
34177         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
34178         declaration of frexpl, ldexpl.
34179         * modules/printf-frexpl (Depends-on): Add math.
34180         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
34181
34182 2007-03-05  Bruno Haible  <bruno@clisp.org>
34183
34184         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
34185         frexpl and ldexpl are declared.
34186         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
34187
34188 2007-03-05  Bruno Haible  <bruno@clisp.org>
34189
34190         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
34191         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
34192
34193 2007-03-05  Bruno Haible  <bruno@clisp.org>
34194
34195         * lib/stdio_.h: Include <stddef.h>.
34196
34197 2007-03-05  Bruno Haible  <bruno@clisp.org>
34198
34199         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
34200
34201 2007-03-05  Bruno Haible  <bruno@clisp.org>
34202
34203         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
34204         NetBSD 4, from Ralf Wildenhues.
34205
34206 2007-03-04  Bruno Haible  <bruno@clisp.org>
34207
34208         * lib/vasprintf.h: Update #if logic for the case when the functions
34209         exist but are overridden.
34210
34211 2007-03-04  Bruno Haible  <bruno@clisp.org>
34212
34213         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
34214         implementations: glibc-2.4 and MacOS X 10.3.
34215         * tests/test-vasnprintf-posix.c (test_function): Test also the case
34216         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
34217         * tests/test-vasprintf-posix.c (test_function): Likewise.
34218
34219 2007-03-04  Bruno Haible  <bruno@clisp.org>
34220
34221         * modules/vasprintf-posix-tests: New file.
34222         * tests/test-vasprintf-posix.c: New file.
34223
34224         * modules/vasprintf-posix: New file.
34225         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
34226         defined.
34227         * m4/vasprintf-posix.m4: New file.
34228         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
34229         gl_FUNC_VASPRINTF.
34230         (gl_FUNC_VASPRINTF): Invoke it.
34231         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
34232         here.
34233         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
34234
34235 2007-03-04  Bruno Haible  <bruno@clisp.org>
34236
34237         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
34238         REPLACE_GETTIMEOFDAY.
34239         * modules/sys_time (Makefile.am): Likewise.
34240         * m4/sys_time_h.m4: Likewise.
34241         * m4/gettimeofday.m4: Likewise.
34242
34243 2007-03-04  Bruno Haible  <bruno@clisp.org>
34244
34245         * modules/vasnprintf-posix-tests: New file.
34246         * tests/test-vasnprintf-posix.c: New file.
34247
34248         * modules/vasnprintf-posix: New file.
34249         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
34250         printf-frexpl.h.
34251         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
34252         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
34253         REPLACE_VASNPRINTF is defined.
34254         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
34255         gl_FUNC_VASNPRINTF.
34256         (gl_FUNC_VASNPRINTF): Invoke it.
34257         * m4/vasnprintf-posix.m4: New file.
34258         * m4/printf.m4: New file.
34259
34260 2007-03-04  Bruno Haible  <bruno@clisp.org>
34261
34262         Compile progreloc.c only if --enable-relocatable is specified.
34263         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
34264         if --enable-relocatable was specified.
34265         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
34266         lib_SOURCES.
34267
34268 2007-03-04  Jim Meyering  <jim@meyering.net>
34269
34270         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
34271         Use it consistently, rather than enumerating errno constants.
34272
34273 2007-03-04  Bruno Haible  <bruno@clisp.org>
34274
34275         * modules/xvasprintf-tests: New file.
34276         * tests/test-xvasprintf.c: New file.
34277
34278         * modules/vasprintf-tests: New file.
34279         * tests/test-vasprintf.c: New file.
34280
34281         * modules/vasnprintf-tests: New file.
34282         * tests/test-vasnprintf.c: New file.
34283
34284         * modules/vsnprintf-tests: New file.
34285         * tests/test-vsnprintf.c: New file.
34286
34287         * modules/snprintf-tests: New file.
34288         * tests/test-snprintf.c: New file.
34289
34290 2007-03-04  Bruno Haible  <bruno@clisp.org>
34291
34292         Compile relocatable.c only if --enable-relocatable is specified.
34293         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
34294         gl_RELOCATABLE_LIBRARY.
34295         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
34296         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
34297         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
34298         gl_RELOCATABLE_LIBRARY.
34299         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
34300         (Makefile.am): Remove lib_SOURCES.
34301         * modules/relocatable-lib-lgpl (configure.ac): Invoke
34302         gl_RELOCATABLE_LIBRARY.
34303         (Makefile.am): Remove lib_SOURCES.
34304         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
34305         always.
34306         * modules/relocatable-prog-wrapper (configure.ac): Invoke
34307         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
34308
34309 2007-03-04  Bruno Haible  <bruno@clisp.org>
34310
34311         * modules/argmatch-tests: New file.
34312         * tests/test-argmatch.c: New file.
34313
34314         * tests/test-allocsa.c (main): Halve the number of loop runs.
34315
34316         * modules/alloca-opt-tests: New file.
34317         * tests/test-alloca-opt.c: New file.
34318
34319 2007-03-04  Jim Meyering  <jim@meyering.net>
34320
34321         Work around difference between Linux ACLs and Solaris 10 ZFS.
34322         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
34323         for EINVAL.
34324
34325 2007-03-03  Bruno Haible  <bruno@clisp.org>
34326
34327         * modules/relocatable-prog (Depends-on): Add back progreloc's
34328         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
34329
34330 2007-03-03  Bruno Haible  <bruno@clisp.org>
34331
34332         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
34333         * modules/relocatable-lib: New file.
34334
34335 2007-03-03  Bruno Haible  <bruno@clisp.org>
34336
34337         * modules/relocatable-prog: Renamed from modules/relocatable.
34338         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
34339
34340 2007-03-03  Bruno Haible  <bruno@clisp.org>
34341
34342         * modules/relocatable-script (Files): Add doc/relocatable.texi,
34343         m4/relocatable-lib.m4.
34344         (Depends-on): Remove 'relocatable'.
34345         (configure.ac): Add gl_RELOCATABLE_NOP.
34346
34347 2007-03-03  Bruno Haible  <bruno@clisp.org>
34348
34349         * modules/relocatable-prog-wrapper: New file.
34350         * modules/relocatable (Depends-on): Add it. Remove all other
34351         dependencies except progname.
34352         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
34353
34354         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
34355         (gl_FUNC_STRERROR): Nop.
34356         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
34357
34358         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
34359         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
34360
34361         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
34362         (gl_FUNC_READLINK): Update.
34363
34364         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
34365
34366 2007-03-03  Bruno Haible  <bruno@clisp.org>
34367
34368         * lib/xreadlink.c: Include <unistd.h> unconditionally.
34369         * modules/xreadlink (Depends-on): Add unistd.
34370         * modules/xreadlink-with-size (Depends-on): Likewise.
34371
34372 2007-03-03  Bruno Haible  <bruno@clisp.org>
34373
34374         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
34375         extracted from gt_FUNC_SETENV.
34376         (gt_FUNC_SETENV): Remove macro.
34377         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
34378         remove gt_FUNC_SETENV.
34379
34380 2007-03-03  Bruno Haible  <bruno@clisp.org>
34381
34382         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
34383         ENABLE_RELOCATABLE here.
34384         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
34385
34386 2007-03-03  Bruno Haible  <bruno@clisp.org>
34387
34388         * modules/rbtreehash-list-tests (Depends-on): Add progname.
34389         * tests/test-rbtreehash_list.c: Include progname.h.
34390         (main): Call set_program_name.
34391
34392         * modules/rbtree-oset-tests (Depends-on): Add progname.
34393         * tests/test-rbtree_oset.c: Include progname.h.
34394         (main): Call set_program_name.
34395
34396         * modules/rbtree-list-tests (Depends-on): Add progname.
34397         * tests/test-rbtree_list.c: Include progname.h.
34398         (main): Call set_program_name.
34399
34400         * modules/linked-list-tests (Depends-on): Add progname.
34401         * tests/test-linked_list.c: Include progname.h.
34402         (main): Call set_program_name.
34403
34404 2007-03-03  Bruno Haible  <bruno@clisp.org>
34405
34406         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
34407         All uses of __restrict changed to _Restrict_.
34408         * lib/glob_.h (__restrict): Remove macro.
34409
34410 2007-03-02  Bruno Haible  <bruno@clisp.org>
34411
34412         * modules/gettext (configure.ac): Require gettext infrastructure
34413         from version 0.16.1.
34414
34415 2007-03-02  Bruno Haible  <bruno@clisp.org>
34416
34417         * modules/linkedhash-list-tests (Depends-on): Add progname.
34418         * tests/test-linkedhash_list.c: Include progname.h.
34419         (main): Call set_program_name.
34420
34421         * modules/carray-list-tests (Depends-on): Add progname.
34422         * tests/test-carray_list.c: Include progname.h.
34423         (main): Call set_program_name.
34424
34425         * modules/avltreehash-list-tests (Depends-on): Add progname.
34426         * tests/test-avltreehash_list.c: Include progname.h.
34427         (main): Call set_program_name.
34428
34429         * modules/avltree-oset-tests (Depends-on): Add progname.
34430         * tests/test-avltree_oset.c: Include progname.h.
34431         (main): Call set_program_name.
34432
34433         * modules/avltree-list-tests (Depends-on): Add progname.
34434         * tests/test-avltree_list.c: Include progname.h.
34435         (main): Call set_program_name.
34436
34437         * modules/array-oset-tests (Depends-on): Add progname.
34438         * tests/test-array_oset.c: Include progname.h.
34439         (main): Call set_program_name.
34440
34441         * modules/array-list-tests (Depends-on): Add progname.
34442         * tests/test-array_list.c: Include progname.h.
34443         (main): Call set_program_name.
34444
34445         * modules/argp-tests (Depends-on): Add progname.
34446         * tests/test-argp.c: Include argp.h first. Include progname.h.
34447         (main): Call set_program_name.
34448
34449 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
34450
34451         * doc/gnulib-tool.texi (Initial import): Reword description of
34452         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
34453         limited effect even if defined after the first system include.
34454
34455 2007-03-01  Bruno Haible  <bruno@clisp.org>
34456
34457         * build-aux/config.libpath: Update to libtool-1.5.22.
34458         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
34459
34460 2007-03-01  Bruno Haible  <bruno@clisp.org>
34461
34462         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
34463         foo_CFLAGS.
34464         Reported by Ralf Wildenhues.
34465
34466 2007-03-01  Bruno Haible  <bruno@clisp.org>
34467
34468         * build-aux/install-reloc: Remove object files left over by some
34469         compilers.
34470         Reported by Ralf Wildenhues.
34471
34472 2007-03-01  Bruno Haible  <bruno@clisp.org>
34473
34474         * build-aux/install-reloc: Break long lines.
34475
34476 2007-03-01  Bruno Haible  <bruno@clisp.org>
34477
34478         * doc/relocatable.texi: Document that it may not work on OpenBSD.
34479         Reported by Ralf Wildenhues.
34480
34481 2007-03-01  Bruno Haible  <bruno@clisp.org>
34482
34483         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
34484         include ordering constraints.
34485
34486 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34487
34488         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
34489         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
34490         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
34491         as another example.
34492         * lib/time_.h: Fix misspelling.
34493         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
34494         Require gl_HEADER_TIME_H_DEFAULTS.
34495         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
34496         * m4/time_r.m4 (gl_TIME_R): Likewise.
34497         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
34498
34499 2007-03-01  Bruno Haible  <bruno@clisp.org>
34500
34501         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
34502         * m4/utimens.m4 (gl_UTIMENS): Likewise.
34503
34504 2007-03-01  Jim Meyering  <jim@meyering.net>
34505
34506         * modules/xreadlink (Maintainer): Add my name.
34507         * modules/xreadlink-with-size (Depends-on): Alphabetize.
34508
34509 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
34510             Bruno Haible  <bruno@clisp.org>
34511
34512         * build-aux/install-reloc: Compile also c-ctype.c.
34513         * build-aux/relocatable.sh.in: New file.
34514         * doc/relocatable.texi: New file.
34515         * doc/relocatable-maint.texi: New file.
34516         * doc/gnulib.texi: Include relocatable-maint.texi.
34517         * lib/progreloc.c: Include unistd.h unconditionally.
34518         * lib/relocwrapper.c: Include unistd.h unconditionally.
34519         Include c-ctype.h.
34520         (add_dotbin): Use c_tolower.
34521         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
34522         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
34523         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
34524         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
34525         to m4/relocatable-lib.m4.
34526         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
34527         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
34528         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
34529         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
34530         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
34531         * modules/relocatable: New file.
34532         * modules/relocatable-lib: New file.
34533         * modules/relocatable-script: New file.
34534
34535 2007-02-28  Bruno Haible  <bruno@clisp.org>
34536
34537         Import --enable-relocatable infrastructure.
34538         * build-aux/config.libpath: New file, from GNU gettext.
34539         * build-aux/install-reloc: New file, from GNU gettext.
34540         * build-aux/reloc-ldflags: New file, from GNU gettext.
34541         * lib/relocatable.h: New file, from GNU gettext.
34542         * lib/relocatable.c: New file, from GNU gettext.
34543         * lib/relocwrapper.c: New file, from GNU gettext.
34544         * m4/relocatable.m4: New file, from GNU gettext.
34545
34546 2007-02-28  Bruno Haible  <bruno@clisp.org>
34547
34548         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
34549
34550         * modules/xreadlink: New file, from GNU gettext with modifications.
34551         * lib/xreadlink.c: New file, from GNU gettext.
34552         * lib/xreadlink.h: Add comments.
34553         (xreadlink): New declaration.
34554
34555         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
34556         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
34557         lib/xreadlink-with-size.c.
34558         (configure.ac): Remove gl_XREADLINK invocation.
34559         (Makefile.am): Augment lib_SOURCES.
34560         * m4/xreadlink.m4: Remove file.
34561         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
34562         (xreadlink_with_size): Renamed from xreadink.
34563         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
34564         * modules/canonicalize (Depends-on): Replace xreadlink with
34565         xreadlink-with-size.
34566         * lib/canonicalize.c (canonicalize_filename_mode): Update.
34567
34568 2007-02-25  Jim Meyering  <jim@meyering.net>
34569
34570         * build-aux/announce-gen: When complaining about excess arguments,
34571         list them.
34572
34573 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34574
34575         * README: Document signed integer overflow situation more
34576         accurately.
34577
34578 2007-02-25  Bruno Haible  <bruno@clisp.org>
34579
34580         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
34581         'a' or 'A' conversion.
34582
34583 2007-02-25  Bruno Haible  <bruno@clisp.org>
34584
34585         * modules/filename: Renamed from modules/pathname.
34586         (Files): Replace lib/pathname.h with lib/filename.h. Replace
34587         lib/concatpath.c with lib/concat-filename.c.
34588         (Makefile.am): Update.
34589         (Include): Replace pathname.h with filename.h.
34590         * lib/filename.h: Renamed from lib/pathname.h.
34591         (concatenated_filename): Renamed from concatenated_pathname.
34592         * lib/concat-filename.c: Renamed from lib/concatpath.c.
34593         (concatenated_filename): Renamed from concatenated_pathname.
34594         * lib/findprog.c: Include filename.h instead of pathname.h.
34595         (find_in_path): Update.
34596         * lib/javacomp.c: Include filename.h instead of pathname.h.
34597         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
34598         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
34599         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
34600         is_oldgcj_14_13_usable, is_javac_usable): Update.
34601         * lib/javaexec.c: Include filename.h instead of pathname.h.
34602         (execute_java_class): Update.
34603         * modules/findprog: Update.
34604         * modules/javacomp: Update.
34605         * modules/javaexec: Update.
34606         * MODULES.html.sh (File system functions): Add 'filename', remove
34607         'pathname'.
34608
34609 2007-02-25  Bruno Haible  <bruno@clisp.org>
34610
34611         * modules/printf-frexpl-tests: New file.
34612         * tests/test-printf-frexpl.c: New file.
34613
34614         * modules/printf-frexpl: New file.
34615         * lib/printf-frexpl.h: New file.
34616         * lib/printf-frexpl.c: New file.
34617         * m4/printf-frexpl.m4: New file.
34618
34619 2007-02-25  Bruno Haible  <bruno@clisp.org>
34620
34621         * modules/printf-frexp-tests: New file.
34622         * tests/test-printf-frexp.c: New file.
34623
34624         * modules/printf-frexp: New file.
34625         * lib/printf-frexp.h: New file.
34626         * lib/printf-frexp.c: New file.
34627         * m4/printf-frexp.m4: New file.
34628
34629 2007-02-25  Bruno Haible  <bruno@clisp.org>
34630
34631         Assume automake >= 1.10 for the tests.
34632         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
34633         * modules/arctwo-tests: Likewise.
34634         * modules/argp-tests: Likewise.
34635         * modules/avltree-list-tests: Likewise.
34636         * modules/avltree-oset-tests: Likewise.
34637         * modules/avltreehash-list-tests: Likewise.
34638         * modules/carray-list-tests: Likewise.
34639         * modules/crc-tests: Likewise.
34640         * modules/des-tests: Likewise.
34641         * modules/gc-arcfour-tests: Likewise.
34642         * modules/gc-arctwo-tests: Likewise.
34643         * modules/gc-des-tests: Likewise.
34644         * modules/gc-hmac-md5-tests: Likewise.
34645         * modules/gc-hmac-sha1-tests: Likewise.
34646         * modules/gc-md2-tests: Likewise.
34647         * modules/gc-md4-tests: Likewise.
34648         * modules/gc-md5-tests: Likewise.
34649         * modules/gc-pbkdf2-sha1-tests: Likewise.
34650         * modules/gc-rijndael-tests: Likewise.
34651         * modules/gc-sha1-tests: Likewise.
34652         * modules/gc-tests: Likewise.
34653         * modules/getaddrinfo-tests: Likewise.
34654         * modules/hmac-md5-tests: Likewise.
34655         * modules/hmac-sha1-tests: Likewise.
34656         * modules/linked-list-tests: Likewise.
34657         * modules/linkedhash-list-tests: Likewise.
34658         * modules/lock-tests: Likewise.
34659         * modules/md2-tests: Likewise.
34660         * modules/md4-tests: Likewise.
34661         * modules/md5-tests: Likewise.
34662         * modules/rbtree-list-tests: Likewise.
34663         * modules/rbtree-oset-tests: Likewise.
34664         * modules/rbtreehash-list-tests: Likewise.
34665         * modules/read-file-tests: Likewise.
34666         * modules/rijndael-tests: Likewise.
34667         * modules/stdint-tests: Likewise.
34668         * modules/tls-tests: Likewise.
34669
34670 2007-02-24  Bruno Haible  <bruno@clisp.org>
34671
34672         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
34673         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
34674         function; instead check whether isnan with a double argument links.
34675         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
34676         function; instead check whether isnan with a 'long double' argument
34677         links.
34678         Reported by Eric Blake <ebb9@byu.net>.
34679
34680 2007-02-24  Bruno Haible  <bruno@clisp.org>
34681
34682         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
34683         defined.
34684         * lib/isnanl.c: Remove all code. Just include isnan.c.
34685         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
34686
34687 2007-02-25  Jim Meyering  <jim@meyering.net>
34688
34689         Avoid conflicting types for 'unsetenv' on FreeBSD.
34690         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
34691         conflicting with FreeBSD's (5.0 and 6.1) function declaration
34692         in stdlib.h.
34693
34694 2007-02-24  Bruno Haible  <bruno@clisp.org>
34695
34696         * modules/isnanl-nolibm-tests: New file.
34697         * tests/test-isnanl.c: New file.
34698
34699         * modules/isnanl-nolibm: New file.
34700         * lib/isnanl.h: New file.
34701         * lib/isnanl.c: New file.
34702         * m4/isnanl.m4: New file.
34703
34704 2007-02-24  Bruno Haible  <bruno@clisp.org>
34705
34706         * modules/isnan-nolibm-tests: New file.
34707         * tests/test-isnan.c: New file.
34708
34709         * modules/isnan-nolibm: New file.
34710         * lib/isnan.h: New file.
34711         * lib/isnan.c: New file.
34712         * m4/isnan.m4: New file.
34713
34714 2007-02-24  Bruno Haible  <bruno@clisp.org>
34715
34716         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
34717         assume that an exponent fits in 20 bits.
34718
34719 2007-02-24  Jim Meyering  <jim@meyering.net>
34720
34721         * m4/regex.m4: Update the description of the configure-time option,
34722         --without-included-regex, to state accurately what the defaults are,
34723         and perhaps to give people an idea why using this option is risky.
34724
34725 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34726
34727         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
34728         loops on small arguments.  This attempts to avoid the problem
34729         Bruno Haible reported for AIX 4.3.2 in
34730         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
34731
34732 2007-02-23  Bruno Haible  <bruno@clisp.org>
34733
34734         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
34735         Needed for help2man.
34736
34737 2007-02-23  Karl Berry  <karl@gnu.org>
34738
34739         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
34740         exists, foo.h should be cvs-ignored, not committed.
34741
34742 2007-02-23  Eric Blake  <ebb9@byu.net>
34743
34744         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
34745         * lib/stat-time.h (includes): Likewise.
34746         * lib/utimecmp.c (includes): Likewise.
34747         * lib/utimens.h (includes): Likewise.
34748         * lib/getdate.y (includes): Also include "timespec.h" for use
34749         internal to the module.
34750         * modules/utimens (Depends-on): Revert yesterday's patch.
34751         * modules/nanosleep (Depends-on): Add missing dependency.
34752
34753 2007-02-22  Bruno Haible  <bruno@clisp.org>
34754
34755         * lib/glob.c: Don't include getlogin_r.h.
34756
34757 2007-02-22  Jim Meyering  <jim@meyering.net>
34758
34759         * modules/utimens (Depends-on): Add timespec, required for
34760         utimens.h's inclusion of timespec.h.
34761
34762 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
34763
34764         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
34765         long unreadable paths in GNU/Linux.  Problem reported by Andreas
34766         Schwab in
34767         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
34768         I'll try to think of a better way to fix the Solaris problem.
34769
34770         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
34771         like glibc; on Solaris 10, it fails with errno == EINVAL.
34772         POSIX says the behavior is unspecified if the first argument is NULL,
34773         so play it safe and never pass NULL to the system getcwd.
34774
34775 2007-02-21  Jim Meyering  <jim@meyering.net>
34776
34777         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
34778         of gettimeofday.  It would conflict with the one now always
34779         provided via sys_time_.h.  Reported by Matthew Woehlke, as
34780         an IRIX 6.5 build failure.
34781
34782 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34783
34784         Minor fixups to port to Solaris 10 with Sun C 5.8.
34785         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
34786         * modules/getcwd (Depends-on): Add dirfd.
34787         * lib/putenv.c (putenv): #undef it.
34788         (rpl_putenv): New decl.
34789         (malloc, free): Include <stdlib.h> rather than prototyping separately.
34790
34791 2007-02-20  Bruno Haible  <bruno@clisp.org>
34792
34793         * modules/stdio-tests: New file.
34794         * tests/test-stdio.c: New file.
34795
34796         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
34797         (Depends-on): Add stdio.
34798         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34799         (Include): Use <stdio.h> instead of vsnprintf.h.
34800         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34801         HAVE_DECL_VSNPRINTF.
34802         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
34803
34804         * modules/snprintf (Files): Remove lib/snprintf.h.
34805         (Depends-on): Add stdio.
34806         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34807         (Include): Use <stdio.h> instead of snprintf.h.
34808         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34809         HAVE_DECL_SNPRINTF.
34810         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
34811         * lib/getaddrinfo.c: Likewise.
34812
34813         * modules/stdio: New file.
34814         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
34815         * lib/snprintf.h: Remove file.
34816         * lib/vsnprintf.h: Remove file.
34817         * lib/.cppi-disable: Remove snprintf.h.
34818         * m4/stdio_h.m4: New file.
34819         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
34820
34821 2007-02-20  Jim Meyering  <jim@meyering.net>
34822
34823         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
34824         used by e.g., mingw.  From Bruno Haible.
34825
34826 2007-02-19  Bruno Haible  <bruno@clisp.org>
34827
34828         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
34829         warnings.
34830         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34831
34832 2007-02-19  Bruno Haible  <bruno@clisp.org>
34833
34834         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
34835         from mingw users.
34836
34837 2007-02-19  Bruno Haible  <bruno@clisp.org>
34838
34839         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
34840         warnings.
34841         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
34842
34843 2007-02-19  Jim Meyering  <jim@meyering.net>
34844
34845         Don't use FD after a successful "fdopendir (fd)".
34846         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
34847         Reset it by calling dirfd on the just-obtained DIR*.
34848
34849         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
34850         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
34851
34852 2007-02-18  Bruno Haible  <bruno@clisp.org>
34853
34854         * lib/readlink.c: Include <unistd.h>.
34855         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
34856         HAVE_READLINK.
34857         * modules/readlink (Depends-on): Add unistd.
34858         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34859         (Include): Add <unistd.h>.
34860
34861         * lib/getlogin_r.h: Remove file.
34862         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
34863         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
34864         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
34865         HAVE_DECL_GETLOGIN_R.
34866         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
34867         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34868         (Include): Use <unistd.h> instead of getlogin_r.h.
34869
34870         * lib/getcwd.h: Remove file.
34871         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
34872         * lib/xgetcwd.c: Likewise.
34873         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
34874         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
34875         * modules/getcwd (Files): Remove lib/getcwd.h.
34876         (Depends-on): Add unistd.
34877         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34878         (Include): Use <unistd.h> instad of getcwd.h.
34879
34880         * lib/ftruncate.c: Include <unistd.h> first.
34881         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
34882         Set HAVE_FTRUNCATE.
34883         * modules/ftruncate (Depends-on): Add unistd.
34884         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34885
34886         * lib/fchdir.c: Include <unistd.h> first.
34887         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
34888         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
34889         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
34890         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34891         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
34892
34893         * lib/dup2.c: Include <unistd.h> first.
34894         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
34895         HAVE_DUP2.
34896         * modules/dup2 (Depends-on): Add unistd.
34897         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34898
34899         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
34900         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
34901         REPLACE_CHOWN. Don't define chown as a macro here.
34902         * modules/chown (Depends-on): Add unistd.
34903         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34904
34905         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
34906         Add definition for GL_LINK_WARNING.
34907         (chown, dup2): New declarations.
34908         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
34909         link warning.
34910         (ftruncate): New declaration.
34911         (getcwd): New declaration, taken from old getcwd.h.
34912         (getlogin_r): New declaration, taken from old getlogin_r.h.
34913         (readlink): New declaration.
34914         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
34915         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
34916         (gl_PREREQ_UNISTD): Remove macro.
34917         (gl_UNISTD_MODULE_INDICATOR): New macro.
34918         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
34919         many new variables. Don't set UNISTD_H.
34920         * modules/unistd (Description): Change.
34921         (Depends-on): Add link-warning.
34922         (configure.ac): Update.
34923         (Makefile.am): Create unistd.h always. Substitute many new variables
34924         into it.
34925
34926 2007-02-18  Bruno Haible  <bruno@clisp.org>
34927
34928         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
34929         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
34930         HAVE_GETSUBOPT.
34931         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
34932         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
34933         * lib/getsubopt.h: Remove file.
34934         * modules/getsubopt (Files): Remove lib/getsubopt.h.
34935         (Depends-on): Add stdlib.
34936         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34937         (Includes): Use <stdlib.h> instead of getsubopt.h.
34938         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
34939         Set HAVE_GETSUBOPT.
34940         * lib/getsubopt.c: Don't include getsubopt.h.
34941
34942 2007-02-18  Bruno Haible  <bruno@clisp.org>
34943
34944         * modules/fchdir (Depends-on): Add dup2.
34945
34946 2007-02-18  Bruno Haible  <bruno@clisp.org>
34947
34948         * lib/stdlib_.h: Handle glibc's special invocation convention
34949         specially.
34950
34951 2007-02-18  Bruno Haible  <bruno@clisp.org>
34952
34953         * modules/stdlib-tests: New file.
34954         * tests/test-stdlib.c: New file.
34955
34956         * modules/mkstemp (Files): Remove lib/mkstemp.h.
34957         (Depends-on): Add stdlib.
34958         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34959         (Includes): Use <stdlib.h> instead of mkstemp.h.
34960         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34961         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
34962         * lib/mkstemp.c: Don't include mkstemp.h.
34963         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
34964         * lib/stdlib--.h: Don't include mkstemp.h.
34965
34966         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
34967         (Depends-on): Add stdlib.
34968         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34969         (Includes): Use <stdlib.h> instead of mkdtemp.h.
34970         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34971         HAVE_MKDTEMP.
34972         * lib/mkdtemp.c: Don't include mkdtemp.h.
34973         * lib/clean-temp.c: Don't include mkdtemp.h.
34974
34975         * modules/exit (Files): Remove lib/exit.h.
34976         (Depends-on): Add stdlib.
34977         (Makefile.am): Remove lib_SOURCES.
34978         (Include): Use <stdlib.h> instead of exit.h.
34979         * lib/argmatch.c: Don't include exit.h.
34980         * lib/execute.c: Likewise.
34981         * lib/pagealign_alloc.c: Likewise.
34982         * lib/pipe.c: Likewise.
34983         * lib/wait-process.c: Likewise.
34984         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
34985         * lib/exitfail.c: Likewise.
34986         * lib/savewd.c: Likewise.
34987         * lib/xsetenv.c: Likewise.
34988
34989         * modules/stdlib: New file.
34990         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
34991         and extra comments about mkstemp().
34992         * lib/exit.h: Remove file.
34993         * lib/mkdtemp.h: Remove file.
34994         * lib/mkstemp.h: Remove file.
34995         * m4/stdlib_h.m4: New file.
34996         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
34997
34998 2007-02-18  Bruno Haible  <bruno@clisp.org>
34999
35000         * modules/math-tests: New file.
35001         * tests/test-math.c: New file.
35002
35003         * modules/math: New file.
35004         * modules/mathl (Files): Remove lib/mathl.h.
35005         (Depends-on): Add math.
35006         (Makefile.am): Don't mention mathl.h.
35007         (Include): Use <math.h> instead of mathl.h.
35008         * lib/math_.h: New file.
35009         * lib/mathl.h: Remove file.
35010         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
35011         mathl.h.
35012         * lib/asinl.c: Likewise.
35013         * lib/atanl.c: Likewise.
35014         * lib/ceill.c: Likewise.
35015         * lib/cosl.c: Likewise.
35016         * lib/expl.c: Likewise.
35017         * lib/floorl.c: Likewise.
35018         * lib/frexpl.c: Likewise.
35019         * lib/ldexpl.c: Likewise.
35020         * lib/logl.c: Likewise.
35021         * lib/sincosl.c: Likewise.
35022         * lib/sinl.c: Likewise.
35023         * lib/sqrtl.c: Likewise.
35024         * lib/tanl.c: Likewise.
35025         * lib/trigl.c: Likewise.
35026         * m4/math_h.m4: New file.
35027         * MODULES.html.sh (Mathematics): Add math.
35028
35029 2007-02-17  Bruno Haible  <bruno@clisp.org>
35030
35031         * modules/wctype-tests: New file.
35032         * tests/test-wctype.c: New file.
35033
35034         * modules/wchar-tests: New file.
35035         * tests/test-wchar.c: New file.
35036
35037         * modules/unistd-tests: New file.
35038         * tests/test-unistd.c: New file.
35039
35040         * modules/time-tests: New file.
35041         * tests/test-time.c: New file.
35042
35043         * modules/sysexits-tests: New file.
35044         * tests/test-sysexits.c: New file.
35045
35046         * modules/sys_time-tests: New file.
35047         * tests/test-sys_time.c: New file.
35048
35049         * modules/sys_stat-tests: New file.
35050         * tests/test-sys_stat.c: New file.
35051
35052         * modules/sys_socket-tests: New file.
35053         * tests/test-sys_socket.c: New file.
35054
35055         * modules/sys_select-tests: New file.
35056         * tests/test-sys_select.c: New file.
35057
35058         * modules/string-tests: New file.
35059         * tests/test-string.c: New file.
35060
35061         * modules/stdbool-tests: New file.
35062         * tests/test-stdbool.c: New file.
35063
35064         * modules/netinet_in-tests: New file.
35065         * tests/test-netinet_in.c: New file.
35066
35067         * modules/inttypes-tests: New file.
35068         * tests/test-inttypes.c: New file.
35069
35070         * modules/fcntl-tests: New file.
35071         * tests/test-fcntl.c: New file.
35072
35073         * modules/byteswap-tests: New file.
35074         * tests/test-byteswap.c: New file.
35075
35076         * modules/arpa_inet-tests: New file.
35077         * tests/test-arpa_inet.c: New file.
35078
35079 2007-02-17  Bruno Haible  <bruno@clisp.org>
35080
35081         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
35082         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
35083         if the corresponding module is not enabled. Emit link warnings if
35084         the function is used nevertheless.
35085         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
35086         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
35087         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
35088         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
35089         * modules/inttypes (Depends-on): Add link-warning.
35090         (Makefile.am): Copy the contents of build-aux/link-warning.h into
35091         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
35092         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
35093         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
35094         * modules/imaxdiv (configure.ac): Likewise.
35095         * modules/strtoimax (configure.ac): Likewise.
35096         * modules/strtoumax (configure.ac): Likewise.
35097
35098 2007-02-17  Bruno Haible  <bruno@clisp.org>
35099
35100         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
35101         gl_STRING_MODULE_INDICATOR_DEFAULTS.
35102         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
35103         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
35104
35105 2007-02-17  Bruno Haible  <bruno@clisp.org>
35106
35107         * modules/link-warning: New file.
35108         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
35109         * lib/string_.h (GL_LINK_WARNING): Remove definition.
35110         * modules/string (Depends-on): Add link-warning.
35111         (Makefile.am): Copy the contents of build-aux/link-warning.h into
35112         string.h.
35113         * MODULES.html.sh (Support for building libraries and executables): Add
35114         link-warning.
35115
35116 2007-02-17  Bruno Haible  <bruno@clisp.org>
35117
35118         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
35119         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
35120         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
35121         long lines.
35122
35123 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
35124             Bruno Haible  <bruno@clisp.org>
35125
35126         * modules/tmpfile: New file.
35127         * lib/tmpfile.c: New file.
35128         * m4/tmpfile.m4: New file.
35129         * MODULES.html.sh (func_all_modules): New section "Input/output".
35130
35131 2007-02-15  Bruno Haible  <bruno@clisp.org>
35132
35133         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
35134         (supports_delete_on_close): New function.
35135         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
35136
35137 2007-02-14  Bruno Haible  <bruno@clisp.org>
35138
35139         * modules/mbspcasecmp-tests: New file.
35140         * tests/test-mbspcasecmp.sh: New file.
35141         * tests/test-mbspcasecmp.c: New file.
35142
35143         New module mbspcasecmp.
35144         * modules/mbspcasecmp: New file.
35145         * lib/mbspcasecmp.c: New file.
35146         * lib/string_.h (strncasecmp): Change warning message.
35147         (mbspcasecmp): New declaration.
35148         * m4/mbspcasecmp.m4: New file.
35149         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35150         GNULIB_MBSPCASECMP.
35151         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
35152         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
35153
35154 2007-02-14  Bruno Haible  <bruno@clisp.org>
35155
35156         * modules/mbsncasecmp-tests: New file.
35157         * tests/test-mbsncasecmp.sh: New file.
35158         * tests/test-mbsncasecmp.c: New file.
35159
35160         New module mbsncasecmp.
35161         * modules/mbsncasecmp: New file.
35162         * lib/mbsncasecmp.c: New file.
35163         * lib/string_.h (mbsncasecmp): New declaration.
35164         * m4/mbsncasecmp.m4: New file.
35165         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35166         GNULIB_MBSNCASECMP.
35167         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
35168         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
35169
35170 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
35171
35172         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
35173         Verify that it doesn't overlap with our flags.
35174         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
35175         do not have the desired effect in multibyte locales; instead, use
35176         mbscasecmp.
35177         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
35178         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
35179         we don't require GNU fnmatch ourselves (if our users require it, they
35180         should do so explicitly).
35181
35182         Fix regex code so it doesn't rely on strcasecmp.
35183         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
35184         Otherwise, include gnulib's langinfo.h.
35185         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
35186         undesirable behavior in non-C locales.  Instead, rely on localecharset.
35187         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
35188         * modules/regex (FILES): Remove m4/codeset.m4.
35189         (Depends-on): Add localcharset.  Remove strcase.
35190
35191 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35192
35193         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
35194         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
35195
35196 2007-02-13  Bruno Haible  <bruno@clisp.org>
35197
35198         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
35199         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35200
35201 2007-02-12  Bruno Haible  <bruno@clisp.org>
35202
35203         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
35204         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
35205         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
35206         time warning rather than a link error.
35207
35208 2007-02-12  Bruno Haible  <bruno@clisp.org>
35209
35210         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
35211         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
35212         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35213
35214 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
35215
35216         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
35217         args, not 2.
35218
35219 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
35220
35221         New module 'time', so that apps can include <time.h> as per
35222         POSIX and GNU instead of separate include files like time_r.h
35223         and timegm.h.  This implementation tries out a simpler approach
35224         for replacing decls in standard include files (as compared to
35225         the string module), somewhat as an experiment.
35226
35227         * config/srclist.txt: Comment out mktime.c for now.
35228         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
35229         since it doesn't apply any more.  Use generic wording instead.
35230         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
35231         'time'.
35232         * lib/time_.h, m4/time_h.m4, modules/time: New files.
35233         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
35234         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
35235         Don't include <sys/types.h>; no longer needed since we assume C89.
35236         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
35237         * lib/strftime.c: Likewise.
35238         * lib/time_r.c: Likewise.
35239         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
35240         * lib/nanosleep.c: Include <time.h> first, to check interface.
35241         * lib/strptime.c: Likewise.
35242         * lib/time_r.c: Likewise.
35243         * lib/timegm.c: Likewise.
35244         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
35245         needed.
35246         * lib/timegm.c: Don't include timegm.h; no longer needed.
35247         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
35248         time.h now handles any problems in that area.
35249         (struct timespec, nanosleep): Remove; time.h now arranges for these.
35250         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
35251         that time.h defines struct timespec.
35252         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
35253         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
35254         handles that.
35255         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
35256         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
35257         needed.  Set REPLACE_LOCALTIME.
35258         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
35259         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
35260         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
35261         nanosleep; time_h.m4 now does that.  Don't require
35262         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
35263         module handles this now.
35264         * modules/getdate (Depends-on): Remove timespec.  Add time.
35265         * modules/nanosleep (Depends-on): Likewise.
35266         * modules/stat-time (Depends-on): Likewise.
35267         * modules/nanosleep (Include): Include time.h, not timespec.h.
35268         * modules/strptime (Files): Remove lib/strptime.h.
35269         (Depends-on): Add extensions, time.
35270         (Include): Include time.h, not strptime.h.
35271         * modules/time_r (Files): Remove lib/time_r.h.
35272         (Depends-on): Add time.
35273         (Include): Include time.h, not time_r.h.
35274         * modules/timegm: Likewise.
35275         * modules/timespec (Description): Now does timespec-related decls
35276         of our own, instead of struct timespec itself.
35277         (Depends-on): Add time; remove extensions.
35278         (Maintainer): Add self.
35279         * modules/utimecmp (Depends-on): Add time; remove timespec.
35280         * modules/utimens (Depends-on): Likewise.
35281         * modules/xnanosleep (Depends-on): Likewise.
35282
35283 2007-02-11  Bruno Haible  <bruno@clisp.org>
35284
35285         * lib/c-strstr.c: Include allocsa.h.
35286         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
35287         * lib/c-strcasestr.c: Include allocsa.h.
35288         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
35289         * lib/strcasestr.c: Include allocsa.h.
35290         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
35291         * lib/mbsstr.c: Include allocsa.h.
35292         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
35293         allocsa/freesa instead of malloc/free.
35294         * lib/mbscasestr.c: Include allocsa.h.
35295         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
35296         allocsa/freesa instead of malloc/free.
35297         * modules/c-strstr (Depends-on): Add allocsa.
35298         * modules/c-strcasestr (Depends-on): Likewise.
35299         * modules/strcasestr (Depends-on): Likewise.
35300         * modules/mbsstr (Depends-on): Likewise.
35301         * modules/mbscasestr (Depends-on): Likewise.
35302
35303 2007-02-11  Bruno Haible  <bruno@clisp.org>
35304
35305         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
35306
35307         * modules/mbsspn-tests: New file.
35308         * tests/test-mbsspn.sh: New file.
35309         * tests/test-mbsspn.c: New file.
35310
35311 2007-02-11  Bruno Haible  <bruno@clisp.org>
35312
35313         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
35314
35315         * modules/mbspbrk-tests: New file.
35316         * tests/test-mbspbrk.sh: New file.
35317         * tests/test-mbspbrk.c: New file.
35318
35319 2007-02-11  Bruno Haible  <bruno@clisp.org>
35320
35321         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
35322         unneeded cast.
35323
35324         * modules/mbscspn-tests: New file.
35325         * tests/test-mbscspn.sh: New file.
35326         * tests/test-mbscspn.c: New file.
35327
35328 2007-02-11  Bruno Haible  <bruno@clisp.org>
35329
35330         * modules/mbscasecmp-tests: New file.
35331         * tests/test-mbscasecmp.sh: New file.
35332         * tests/test-mbscasecmp.c: New file.
35333
35334 2007-02-11  Bruno Haible  <bruno@clisp.org>
35335
35336         Ensure O(n) worst-case complexity of mbscasestr.
35337         * lib/mbscasestr.c: Include stdbool.h.
35338         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
35339         functions.
35340         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
35341         the bookkeeping indicates that it's worth it.
35342         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
35343
35344         * modules/mbscasestr-tests: New file.
35345         * tests/test-mbscasestr1.c: New file.
35346         * tests/test-mbscasestr2.sh: New file.
35347         * tests/test-mbscasestr2.c: New file.
35348         * tests/test-mbscasestr3.sh: New file.
35349         * tests/test-mbscasestr3.c: New file.
35350         * tests/test-mbscasestr4.sh: New file.
35351         * tests/test-mbscasestr4.c: New file.
35352         * m4/locale-tr.m4: New file.
35353
35354 2007-02-11  Bruno Haible  <bruno@clisp.org>
35355
35356         Ensure O(n) worst-case complexity of mbsstr.
35357         * lib/mbsstr.c: Include stdbool.h.
35358         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
35359         functions.
35360         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
35361         bookkeeping indicates that it's worth it.
35362         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
35363
35364         * modules/mbsstr-tests: New file.
35365         * tests/test-mbsstr1.c: New file.
35366         * tests/test-mbsstr2.sh: New file.
35367         * tests/test-mbsstr2.c: New file.
35368         * tests/test-mbsstr3.sh: New file.
35369         * tests/test-mbsstr3.c: New file.
35370         * m4/locale-fr.m4: New file.
35371
35372 2007-02-11  Bruno Haible  <bruno@clisp.org>
35373
35374         * lib/mbsrchr.c (mbsrchr): Fix bug.
35375
35376         * modules/mbsrchr-tests: New file.
35377         * tests/test-mbsrchr.sh: New file.
35378         * tests/test-mbsrchr.c: New file.
35379
35380 2007-02-11  Bruno Haible  <bruno@clisp.org>
35381
35382         * lib/mbschr.c (mbschr): Fix bug.
35383
35384         * modules/mbschr-tests: New file.
35385         * tests/test-mbschr.sh: New file.
35386         * tests/test-mbschr.c: New file.
35387         * m4/locale-zh.m4: New file.
35388
35389 2007-02-11  Bruno Haible  <bruno@clisp.org>
35390
35391         Support for copying multibyte string iterators.
35392         * lib/mbiter.h: Include <string.h>.
35393         (mbiter_multi_copy): New function.
35394         (mbi_copy): New macro.
35395         * lib/mbuiter.h: Include <string.h>.
35396         (mbuiter_multi_copy): New function.
35397         (mbui_copy): New macro.
35398
35399 2007-02-11  Bruno Haible  <bruno@clisp.org>
35400
35401         New module mbslen.
35402         * modules/mbslen: New file.
35403         * lib/mbslen.c: New file.
35404         * lib/string_.h (mbslen): New declaration.
35405         * m4/mbslen.m4: New file.
35406         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35407         GNULIB_MBSLEN.
35408         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
35409         * MODULES.html.sh (Internationalization functions): Add mbslen.
35410
35411 2007-02-11  Bruno Haible  <bruno@clisp.org>
35412
35413         Ensure O(n) worst-case complexity of strcasestr substitute.
35414         * lib/strcasestr.c: Include stdbool.h.
35415         (knuth_morris_pratt): New function.
35416         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
35417         bookkeeping indicates that it's worth it.
35418         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
35419
35420         * modules/strcasestr-tests: New file.
35421         * tests/test-strcasestr.c: New file.
35422
35423 2007-02-11  Bruno Haible  <bruno@clisp.org>
35424
35425         Ensure O(n) worst-case complexity of c_strcasestr.
35426         * lib/c-strcasestr.c: Include stdbool.h, string.h.
35427         (knuth_morris_pratt): New function.
35428         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
35429         the bookkeeping indicates that it's worth it.
35430         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
35431
35432         * modules/c-strcasestr-tests: New file.
35433         * tests/test-c-strcasestr.c: New file.
35434
35435 2007-02-11  Bruno Haible  <bruno@clisp.org>
35436
35437         Ensure O(n) worst-case complexity of c_strstr.
35438         * lib/c-strstr.c: Include stdbool.h, string.h.
35439         (knuth_morris_pratt): New function.
35440         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
35441         bookkeeping indicates that it's worth it.
35442         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
35443
35444         * lib/c-strstr.c: Complete rewrite for maintainability.
35445
35446         * modules/c-strstr-tests: New file.
35447         * tests/test-c-strstr.c: New file.
35448
35449 2007-02-11  Bruno Haible  <bruno@clisp.org>
35450
35451         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
35452         5.2.1 and earlier, whereby \055 was treated just like the range
35453         delimiter '-'.
35454         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
35455
35456 2007-02-08  Bruno Haible  <bruno@clisp.org>
35457
35458         * modules/regex (Depends-on): Add stdbool.
35459         Reported by Dalibor Topic <robilad@kaffe.org>.
35460
35461 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
35462
35463         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
35464         Prefer returning from main to exiting from it.
35465         Remove unnecessary parens after sizeof.
35466
35467 2007-02-05  Bruno Haible  <bruno@clisp.org>
35468
35469         New module mbssep.
35470         * modules/mbssep: New file.
35471         * lib/mbssep.c: New file.
35472         * lib/string_.h (strsep): Add a conditional link warning.
35473         (mbssep): New declaration.
35474         * m4/mbssep.m4: New file.
35475         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35476         GNULIB_MBSSEP.
35477         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
35478         * MODULES.html.sh (Internationalization functions): Add mbssep.
35479
35480 2007-02-05  Bruno Haible  <bruno@clisp.org>
35481
35482         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
35483         Optimize search in case of 1 delimiter.
35484
35485 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
35486
35487         * lib/acl.h: Include sys/types.h before sys/acl.h.
35488
35489 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
35490
35491         Merge upstream fix for glibc bugzilla #3957:
35492
35493         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
35494
35495         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
35496         bit for RE_HAT_LISTS_NOT_NEWLINE.
35497         (build_charclass_op): Remove bogus comment.
35498
35499 2007-02-05  Simon Josefsson  <simon@josefsson.org>
35500
35501         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
35502
35503 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
35504
35505         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
35506         * lib/memmem.c [!defined _LIBC]: Include config.h.
35507
35508 2007-02-04  Bruno Haible  <bruno@clisp.org>
35509
35510         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
35511         warning message.
35512
35513 2007-02-04  Bruno Haible  <bruno@clisp.org>
35514
35515         New module mbstok_r.
35516         * modules/mbstok_r: New file.
35517         * lib/mbstok_r.c: New file.
35518         * lib/string_.h (strtok_r): Change argument names to match the
35519         comments. Add a conditional link warning.
35520         (mbstok_r): New declaration.
35521         * m4/mbstok_r.m4: New file.
35522         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35523         GNULIB_MBSTOK_R.
35524         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
35525         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
35526
35527 2007-02-04  Bruno Haible  <bruno@clisp.org>
35528
35529         New module mbsspn.
35530         * modules/mbsspn: New file.
35531         * lib/mbsspn.c: New file.
35532         * lib/string_.h (strspn): Add a conditional link warning.
35533         (mbsspn): New declaration.
35534         * m4/mbsspn.m4: New file.
35535         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35536         GNULIB_MBSSPN.
35537         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
35538         * MODULES.html.sh (Internationalization functions): Add mbsspn.
35539
35540 2007-02-04  Bruno Haible  <bruno@clisp.org>
35541
35542         New module mbspbrk.
35543         * modules/mbspbrk: New file.
35544         * lib/mbspbrk.c: New file.
35545         * lib/string_.h (strpbrk): Add a conditional link warning.
35546         (mbspbrk): New declaration.
35547         * m4/mbspbrk.m4: New file.
35548         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35549         GNULIB_MBSPBRK.
35550         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
35551         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
35552
35553 2007-02-04  Bruno Haible  <bruno@clisp.org>
35554
35555         New module mbscspn.
35556         * modules/mbscspn: New file.
35557         * lib/mbscspn.c: New file.
35558         * lib/string_.h (strcspn): Add a conditional link warning.
35559         (mbscspn): New declaration.
35560         * m4/mbscspn.m4: New file.
35561         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35562         GNULIB_MBSCSPN.
35563         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
35564         * MODULES.html.sh (Internationalization functions): Add mbscspn.
35565
35566 2007-02-04  Bruno Haible  <bruno@clisp.org>
35567
35568         New module mbscasestr, reduced goal of strcasestr.
35569         * modules/mbscasestr: New file.
35570         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
35571         (mbscasestr): Renamed from strcasestr.
35572         * lib/strcasestr.c: Don't include mbuiter.h.
35573         (strcasestr): Remove support for multibyte locales.
35574         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
35575         Change the conditional link warning.
35576         (mbscasestr): New declaration.
35577         * m4/mbscasestr.m4: New file.
35578         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
35579         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
35580         REPLACE_STRCASESTR.
35581         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
35582         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
35583         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
35584         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
35585         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
35586         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
35587         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
35588         (Depends-on): Remove mbuiter.
35589         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
35590
35591 2007-02-04  Bruno Haible  <bruno@clisp.org>
35592
35593         Simplify handling of strncasecmp.
35594         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
35595         the conditional link warning.
35596         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
35597         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
35598         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
35599         * modules/strcase (configure.ac): Don't invoke
35600         gl_STRING_MODULE_INDICATOR.
35601         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
35602
35603 2007-02-04  Bruno Haible  <bruno@clisp.org>
35604
35605         New module mbscasecmp, reduced goal of strcasecmp.
35606         * modules/mbscasecmp: New file.
35607         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
35608         (mbscasecmp): Renamed from strcasecmp.
35609         * lib/strcasecmp.c: Don't include mbuiter.h.
35610         (strcasecmp): Remove support for multibyte locales.
35611         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
35612         Change the conditional link warning.
35613         (mbscasecmp): New declaration.
35614         * m4/mbscasecmp.m4: New file.
35615         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
35616         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
35617         REPLACE_STRCASECMP.
35618         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
35619         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35620         GNULIB_MBSCASECMP.
35621         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
35622         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
35623         * modules/strcase (Files): Remove m4/mbrtowc.m4.
35624         (Depends-on): Remove mbuiter.
35625         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
35626
35627 2007-02-04  Bruno Haible  <bruno@clisp.org>
35628
35629         New module mbsstr. Remove module strstr.
35630         * modules/mbsstr: New file.
35631         * modules/strstr: Remove file.
35632         * lib/mbsstr.c: Renamed from lib/strstr.c.
35633         (mbsstr): Renamed from strstr.
35634         * lib/string_.h (strstr): Remove declaration. Change the conditional
35635         link warning.
35636         (mbsstr): New declaration.
35637         * m4/mbsstr.m4: New file.
35638         * m4/strstr.m4: Remove file.
35639         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
35640         REPLACE_STRSTR.
35641         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
35642         Don't initialize GNULIB_STRSTR.
35643         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
35644         substitute GNULIB_STRSTR and REPLACE_STRSTR.
35645         * MODULES.html.sh (Internationalization functions): Add mbsstr.
35646         (Support for systems lacking ANSI C 89): Remove strstr.
35647
35648 2007-02-04  Bruno Haible  <bruno@clisp.org>
35649
35650         New module mbsrchr.
35651         * modules/mbsrchr: New file.
35652         * lib/mbsrchr.c: New file.
35653         * lib/string_.h (strrchr): Add a conditional link warning.
35654         (mbsrchr): New declaration.
35655         * m4/mbsrchr.m4: New file.
35656         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35657         GNULIB_MBSRCHR.
35658         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
35659         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
35660
35661 2007-02-04  Bruno Haible  <bruno@clisp.org>
35662
35663         New module mbschr.
35664         * modules/mbschr: New file.
35665         * lib/mbschr.c: New file.
35666         * lib/string_.h (strchr): Add a conditional link warning.
35667         (mbschr): New declaration.
35668         * m4/mbschr.m4: New file.
35669         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35670         GNULIB_MBSCHR.
35671         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
35672         * MODULES.html.sh (Internationalization functions): Add mbschr.
35673
35674 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
35675
35676         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
35677
35678         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
35679
35680 2007-02-04  Bruno Haible  <bruno@clisp.org>
35681
35682         New module description section 'configure.ac-early'.
35683         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
35684         (func_get_autoconf_early_snippet): New function.
35685         (func_import, func_create_testdir): Use it. Remove special cases for
35686         modules 'extensions' and 'lock'.
35687         * modules/extensions (configure.ac-early): Require
35688         gl_USE_SYSTEM_EXTENSIONS.
35689         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
35690
35691 2007-02-04  Bruno Haible  <bruno@clisp.org>
35692
35693         Make use of gcj-4.3's -fsource and -ftarget option.
35694         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
35695         and if so try the options -fsource and -ftarget.
35696         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
35697         source_version, ftarget_option, target_version arguments.
35698         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
35699         (is_envjavac_oldgcj_14_14_usable): Renamed from
35700         is_envjavac_gcj_14_14_usable.
35701         (is_envjavac_oldgcj_14_13_usable): Renamed from
35702         is_envjavac_gcj_14_13_usable.
35703         (is_gcj_present): Update.
35704         (is_gcj_43, is_gcj43_usable): New functions.
35705         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
35706         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
35707         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
35708         try the options -fsource and -ftarget.
35709
35710 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35711
35712         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
35713         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
35714         larger value.
35715
35716 2007-02-03  Jim Meyering  <jim@meyering.net>
35717
35718         Give tools a better chance to allocate space for very large buffers.
35719         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
35720
35721         Make pwd and readlink work also when run with an unreadable parent dir
35722         on systems with openat support.
35723         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
35724         provided getcwd function, even when we have openat support.
35725         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
35726
35727 2007-02-02  Bruno Haible  <bruno@clisp.org>
35728
35729         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
35730         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
35731         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
35732         portability problems if one of these functions is only used on specific
35733         platforms.
35734         Reported by Paul Eggert.
35735
35736 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
35737
35738         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
35739         is causing more trouble than it's curing.
35740         * lib/regex_internal.h (__mempcpy): Remove.
35741         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
35742         (and make the code a tad smaller to boot).
35743         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
35744
35745 2007-02-02  Jim Meyering  <jim@meyering.net>
35746
35747         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
35748         section, not in the Makefile.am: one.
35749
35750 2007-02-02  Eric Blake  <ebb9@byu.net>
35751
35752         * lib/strchrnul.c: Always include config.h first.
35753
35754         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
35755         gnulib strstr is not necessary here.
35756
35757 2007-02-02  Simon Josefsson  <simon@josefsson.org>
35758
35759         * m4/socklen.m4: Fix typo.
35760
35761 2007-02-02  Eric Blake  <ebb9@byu.net>
35762
35763         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
35764         * modules/netinet_in (Makefile.am): Likewise.
35765
35766 2007-02-01  Bruno Haible  <bruno@clisp.org>
35767
35768         * lib/string_.h (GL_LINK_WARNING): New macro.
35769         (strcasecmp, strstr, strcasestr): If provided by the system,
35770         conditionally define as a macro that leads to a warning instead of to
35771         an error.
35772         (strncasecmp): Conditionally define as a macro that leads to a warning.
35773
35774 2007-02-01  Karl Berry  <karl@gnu.org>
35775
35776         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
35777
35778 2007-02-01  Bruno Haible  <bruno@clisp.org>
35779
35780         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
35781         renamings.
35782
35783 2007-02-01  Eric Blake  <ebb9@byu.net>
35784
35785         * modules/regex (Depends-on): Revert dependence on mempcpy.
35786         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
35787         module's definition of mempcpy.
35788         Reported by Paul Eggert.
35789
35790 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
35791
35792         * lib/string_.h: If the gnulib module XYZ is not present, undefine
35793         the symbol XYZ before redefining it.  This fixes a problem with
35794         programs that don't use XYZ, when compiled on systems that define
35795         XYZ to something else.
35796
35797 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
35798
35799         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
35800         occurs when "mkdir -m foo" creates a setgid directory that is (1)
35801         writeable to group or other and (2) is intended to have a special
35802         mode bit that is set or cleared.  In such a case, the directory
35803         should be neither group- nor other-writeable until the special
35804         mode bits are right.
35805
35806 2007-01-31  Eric Blake  <ebb9@byu.net>
35807
35808         * modules/mountlist (Depends-on): Add strstr.
35809
35810         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
35811         bug.
35812         * modules/string (Makefile.am): Remove redundant replacement.
35813         * modules/regex (Depends-on): Add mempcpy.
35814
35815 2007-01-31  Bruno Haible  <bruno@clisp.org>
35816
35817         New module description field 'Link'.
35818         * gnulib-tool (func_usage): Document --extract-link-directive.
35819         (sed_extract_prog): Recognize 'Link' directive.
35820         (func_get_link_directive): New function.
35821         (func_import): Show summary of link directives.
35822         Handle --extract-link-directive option.
35823         * modules/acl (Link): New section.
35824         * modules/clock-time (Link): New section.
35825         * modules/euidaccess (Link): New section.
35826         * modules/gettext (Link): New section.
35827         * modules/iconv (Link): New section.
35828         * modules/lock (Link): New section.
35829         * modules/nanosleep (Link): New section.
35830         * modules/readline (Link): New section.
35831
35832 2007-01-27  Bruno Haible  <bruno@clisp.org>
35833
35834         Enforce the use of gnulib modules for unportable <string.h> functions.
35835         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
35836         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
35837         (gl_HEADER_STRING_H_BODY): Require it.
35838         * lib/string_.h: If the gnulib module XYZ is not present, redefine
35839         the symbol XYZ to one that gives a link error.
35840         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
35841         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
35842         * modules/mempcpy (configure.ac): Likewise.
35843         * modules/memrchr (configure.ac): Likewise.
35844         * modules/stpcpy (configure.ac): Likewise.
35845         * modules/stpncpy (configure.ac): Likewise.
35846         * modules/strcase (configure.ac): Likewise.
35847         * modules/strcasestr (configure.ac): Likewise.
35848         * modules/strchrnul (configure.ac): Likewise.
35849         * modules/strdup (configure.ac): Likewise.
35850         * modules/strndup (configure.ac): Likewise.
35851         * modules/strnlen (configure.ac): Likewise.
35852         * modules/strpbrk (configure.ac): Likewise.
35853         * modules/strsep (configure.ac): Likewise.
35854         * modules/strstr (configure.ac): Likewise.
35855         * modules/strtok_r (configure.ac): Likewise.
35856
35857 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
35858
35859         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
35860
35861 2007-01-30  Jim Meyering  <jim@meyering.net>
35862
35863         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
35864
35865 2007-01-29  Bruno Haible  <bruno@clisp.org>
35866
35867         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
35868         * lib/execute.c: Likewise.
35869         * lib/pipe.c: Likewise.
35870         * lib/printf-args.h: Likewise.
35871         * lib/printf-args.c: Likewise.
35872         * lib/printf-parse.c: Likewise.
35873         * lib/vasnprintf.c: Likewise.
35874
35875 2007-01-29  Eric Blake  <ebb9@byu.net>
35876
35877         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
35878         declaration.
35879
35880 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
35881
35882         * lib/strptime.h (strptime): Use 'restrict' for args where
35883         POSIX requires this.
35884         * lib/strptime.c (strptime): Likewise.
35885         Change license notice from LGPL to GPL, since gnulib-tool will
35886         change this as needed.
35887         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
35888         defined.
35889         Include "strptime.h" first, to check interface.
35890         Do not #undef _LIBC and _NL_CURRENT.
35891         Do not include <stdlib.h>; no longer needed.
35892         Include "time_r.h" and declare ptime_locale_status
35893         only if _LIBC is not defined.
35894         (__P): Remove unused macro.
35895         (match_string): Bring back glibc version, but use it only if _LIBC
35896         is defined.
35897         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
35898         Remove unnecessary assertion and abort() call.
35899         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
35900         * m4/strptime.m4: Fix serial number comment.
35901         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
35902         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
35903         (Depends-on): Add time_r.
35904
35905 2007-01-29  Bruno Haible  <bruno@clisp.org>
35906
35907         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35908         strptime.
35909         * modules/strptime (Depends-on): Add stdbool.
35910         * lib/strptime.h: Include <time.h> always. Add comments.
35911
35912 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35913
35914         * modules/strptime: New file.
35915         * lib/strptime.h: New file.
35916         * lib/strptime.c: New file.
35917         * m4/strptime.m4: New file.
35918
35919 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35920
35921         * MODULES.html.sh: New module mpsort.
35922         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
35923
35924         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
35925         a circularity problem with HP-UX ia64 reported by Bob Proulx in
35926         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
35927         All uses changed.
35928         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
35929         All uses changed.
35930         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
35931         to _Restrict_.
35932         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
35933         the parameter matches the prototype.
35934
35935 2007-01-28  Jim Meyering  <jim@meyering.net>
35936
35937         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
35938         sys/time.h here, reverting that part of the previous patch:
35939         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
35940
35941 2007-01-28  Bruno Haible  <bruno@clisp.org>
35942
35943         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
35944         value of $(SYS_TIME_H).
35945         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
35946         remove it conditionally, too. [added by Jim Meyering]
35947         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
35948         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35949         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
35950         GETTIMEOFDAY_REPLACEMENT to 1.
35951
35952 2007-01-28  Bruno Haible  <bruno@clisp.org>
35953
35954         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
35955         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
35956         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
35957         Set UNISTD_H instead of UNISTD_H2.
35958         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
35959
35960 2007-01-28  Bruno Haible  <bruno@clisp.org>
35961
35962         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
35963         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
35964
35965 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35966
35967         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
35968         (func_create_testdir): Ensure C locale for `grep' and `tr'
35969         character ranges.
35970         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
35971         ACLOCAL_AMFLAGS parsing state machine.
35972
35973 2007-01-27  Bruno Haible  <bruno@clisp.org>
35974
35975         * modules/unistr/base: Update.
35976
35977 2007-01-27  Bruno Haible  <bruno@clisp.org>
35978
35979         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
35980         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
35981         * modules/unistr/u32-mbtouc-unsafe: Renamed from
35982         modules/unistr/u32-mbtouc.
35983         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
35984         * lib/unistr.h: Update.
35985         * lib/linebreak.c: Update.
35986         * modules/unistr/u32-mbtouc: Renamed from
35987         modules/unistr/u32-mbtouc-safe.
35988         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
35989         * lib/unistr.h: Update.
35990         * lib/unistr/u32-to-u8.c: Update.
35991         * lib/unistr/u32-to-u16.c: Update.
35992
35993 2007-01-27  Bruno Haible  <bruno@clisp.org>
35994
35995         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
35996         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
35997         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
35998         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
35999         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
36000         * modules/unistr/u16-mbtouc-unsafe: Renamed from
36001         modules/unistr/u16-mbtouc.
36002         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
36003         * lib/unistr.h: Update.
36004         * lib/linebreak.c: Update.
36005         * modules/linebreak: Update.
36006         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
36007         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
36008         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
36009         * modules/unistr/u16-mbtouc: Renamed from
36010         modules/unistr/u16-mbtouc-safe.
36011         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
36012         * lib/unistr.h: Update.
36013         * lib/unistr/u16-to-u8.c: Update.
36014         * modules/unistr/u16-to-u8: Update.
36015         * lib/unistr/u16-to-u32.c: Update.
36016         * modules/unistr/u16-to-u32: Update.
36017
36018 2007-01-27  Bruno Haible  <bruno@clisp.org>
36019
36020         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
36021         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
36022         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
36023         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
36024         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
36025         * modules/unistr/u8-mbtouc-unsafe: Renamed from
36026         modules/unistr/u8-mbtouc.
36027         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
36028         * lib/unistr.h: Update.
36029         * lib/striconveh.c: Update.
36030         * modules/striconveh: Update.
36031         * lib/linebreak.c: Update.
36032         * modules/linebreak: Update.
36033         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
36034         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
36035         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
36036         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
36037         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
36038         * lib/unistr.h: Update.
36039         * lib/striconveh.c: Update.
36040         * modules/striconveh: Update.
36041         * lib/unistr/u8-to-u16.c: Update.
36042         * modules/unistr/u8-to-u16: Update.
36043         * lib/unistr/u8-to-u32.c: Update.
36044         * modules/unistr/u8-to-u32: Update.
36045
36046 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36047
36048         Sync from Libtool.
36049         * lib/argz.c: Do not include strings.h nor memory.h, include
36050         string.h unconditionally.  Patch by Simon Josefsson.
36051
36052 2007-01-27  Bruno Haible  <bruno@clisp.org>
36053
36054         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
36055         from gl_HEADER_STRING_H_BODY.
36056         (gl_HEADER_STRING_H_BODY): Require it.
36057         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
36058         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
36059         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
36060         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
36061         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
36062         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
36063         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
36064         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
36065         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
36066         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
36067         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
36068         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
36069         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
36070         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
36071         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
36072
36073 2007-01-27  Bruno Haible  <bruno@clisp.org>
36074
36075         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
36076         check_PROGRAMS into noinst_PROGRAMS.
36077         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
36078         check_PROGRAMS in this case.
36079         (func_import): Set for_test to false.
36080         (func_create_testdir): Set for_test to true.
36081
36082 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
36083             Bruno Haible  <bruno@clisp.org>
36084
36085         * modules/strcasestr (Files): Remove lib/strcasestr.h.
36086         (Depends-on): Add string.
36087         (Includes): Use <string.h> instead of strcasestr.h.
36088         * modules/string (Makefile.am): Also substitute the value of
36089         REPLACE_STRCASESTR.
36090         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
36091         assume strcasestr is declared in <string.h> not <strings.h>. Also
36092         set REPLACE_STRCASESTR.
36093         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
36094         REPLACE_STRCASESTR.
36095         * lib/strcasestr.h: Remove file.
36096         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
36097         * lib/string_.h (strcasestr): New declaration.
36098
36099 2007-01-27  Bruno Haible  <bruno@clisp.org>
36100
36101         * lib/string_.h: Use 'extern'.
36102
36103 2007-01-27  Jim Meyering  <jim@meyering.net>
36104
36105         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
36106         of set-but-not-used local, "q".
36107
36108         * lib/mempcpy.c: Include <config.h> before <string.h>.
36109         This fixes a compilation error on HP-UX, due to the system's
36110         "restrict"-using mempcpy prototype.
36111
36112 2007-01-26  Bruno Haible  <bruno@clisp.org>
36113
36114         Small optimization.
36115         * lib/javacomp.c: Include c-strstr.h.
36116          (is_envjavac_gcj): Use c_strstr instead of strstr.
36117         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
36118
36119 2007-01-26  Bruno Haible  <bruno@clisp.org>
36120
36121         * MODULES.html.sh (Unicode string functions): Add the new modules.
36122
36123         * modules/uniconv/u32-strconv-to-locale: New file.
36124         * lib/uniconv/u32-strconv-to-locale.c: New file.
36125
36126         * modules/uniconv/u16-strconv-to-locale: New file.
36127         * lib/uniconv/u16-strconv-to-locale.c: New file.
36128
36129         * modules/uniconv/u8-strconv-to-locale: New file.
36130         * lib/uniconv/u8-strconv-to-locale.c: New file.
36131
36132         * modules/uniconv/u32-strconv-from-locale: New file.
36133         * lib/uniconv/u32-strconv-from-locale.c: New file.
36134
36135         * modules/uniconv/u16-strconv-from-locale: New file.
36136         * lib/uniconv/u16-strconv-from-locale.c: New file.
36137
36138         * modules/uniconv/u8-strconv-from-locale: New file.
36139         * lib/uniconv/u8-strconv-from-locale.c: New file.
36140
36141         * modules/uniconv/u32-strconv-to-enc: New file.
36142         * lib/uniconv/u32-strconv-to-enc.c: New file.
36143         * modules/uniconv/u32-strconv-to-enc-tests: New file.
36144         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
36145
36146         * modules/uniconv/u16-strconv-to-enc: New file.
36147         * lib/uniconv/u16-strconv-to-enc.c: New file.
36148         * lib/uniconv/u-strconv-to-enc.h: New file.
36149         * modules/uniconv/u16-strconv-to-enc-tests: New file.
36150         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
36151
36152         * modules/uniconv/u8-strconv-to-enc: New file.
36153         * lib/uniconv/u8-strconv-to-enc.c: New file.
36154         * modules/uniconv/u8-strconv-to-enc-tests: New file.
36155         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
36156
36157         * modules/uniconv/u32-strconv-from-enc: New file.
36158         * lib/uniconv/u32-strconv-from-enc.c: New file.
36159         * modules/uniconv/u32-strconv-from-enc-tests: New file.
36160         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
36161
36162         * modules/uniconv/u16-strconv-from-enc: New file.
36163         * lib/uniconv/u16-strconv-from-enc.c: New file.
36164         * modules/uniconv/u16-strconv-from-enc-tests: New file.
36165         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
36166
36167         * modules/uniconv/u8-strconv-from-enc: New file.
36168         * lib/uniconv/u8-strconv-from-enc.c: New file.
36169         * lib/uniconv/u-strconv-from-enc.h: New file.
36170         * modules/uniconv/u8-strconv-from-enc-tests: New file.
36171         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
36172
36173         * modules/uniconv/u32-conv-from-enc: New file.
36174         * lib/uniconv/u32-conv-from-enc.c: New file.
36175         * modules/uniconv/u32-conv-from-enc-tests: New file.
36176         * tests/uniconv/test-u32-conv-from-enc.c: New file.
36177
36178         * modules/uniconv/u16-conv-from-enc: New file.
36179         * lib/uniconv/u16-conv-from-enc.c: New file.
36180         * lib/uniconv/u-conv-from-enc.h: New file.
36181         * modules/uniconv/u16-conv-from-enc-tests: New file.
36182         * tests/uniconv/test-u16-conv-from-enc.c: New file.
36183
36184         * modules/uniconv/u8-conv-from-enc: New file.
36185         * lib/uniconv/u8-conv-from-enc.c: New file.
36186         * modules/uniconv/u8-conv-from-enc-tests: New file.
36187         * tests/uniconv/test-u8-conv-from-enc.c: New file.
36188
36189         * modules/uniconv/base: New file.
36190         * lib/uniconv.h: New file.
36191
36192 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
36193
36194         * doc/gnulib-tool.texi (Initial import): Update to match current
36195         behavior with strdup module.
36196         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
36197         * lib/memmem.h: Remove; all uses removed.  This is now done
36198         by <string.h>.
36199         * lib/mempcpy.h: Likewise.
36200         * lib/memrchr.h: Likewise.
36201         * lib/stpcpy.h: Likewise.
36202         * lib/stpncpy.h: Likewise.
36203         * lib/strcase.h: Likewise.
36204         * lib/strchrnul.h: Likewise.
36205         * lib/strdup.h: Likewise.
36206         * lib/strndup.h: Likewise.
36207         * lib/strnlen.h: Likewise.
36208         * lib/strpbrk.h: Likewise.
36209         * lib/strsep.h: Likewise.
36210         * lib/strstr.h: Likewise.
36211         * lib/strtok_r.h: Likewise.
36212         * lib/string_.h: New file.
36213         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
36214         Rely on <string.h> instead.
36215         * lib/canon-host.c: Likewise.
36216         * lib/chdir-long.c: Likewise.
36217         * lib/concatpath.c: Likewise.
36218         * lib/exclude.c: Likewise.
36219         * lib/fchdir.c: Likewise.
36220         * lib/getaddrinfo.c: Likewise.
36221         * lib/getcwd.c: Likewise.
36222         * lib/getsubopt.c: Likewise.
36223         * lib/glob.c: Likewise.
36224         * lib/hard-locale.c: Likewise.
36225         * lib/iconvme.c: Likewise.
36226         * lib/javacomp.c: Likewise.
36227         * lib/mempcpy.c: Likewise.
36228         * lib/memrchr.c: Likewise.
36229         * lib/regex_internal.h: Likewise.
36230         * lib/stpncpy.c: Likewise.
36231         * lib/strcasecmp.c: Likewise.
36232         * lib/strchrnul.c: Likewise.
36233         * lib/strdup.c: Likewise.
36234         * lib/striconv.c: Likewise.
36235         * lib/striconveh.c: Likewise.
36236         * lib/striconveha.c: Likewise.
36237         * lib/strncasecmp.c: Likewise.
36238         * lib/strndup.c: Likewise.
36239         * lib/strnlen.c: Likewise.
36240         * lib/strsep.c: Likewise.
36241         * lib/strstr.c: Likewise.
36242         * lib/strtok_r.c: Likewise.
36243         * lib/userspec.c: Likewise.
36244         * lib/w32spawn.h: Likewise.
36245         * lib/xstrndup.c: Likewise.
36246         * lib/mountlist.c (strstr): Remove decl.
36247         * m4/string_h.m4: New file.
36248         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
36249         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
36250         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
36251         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
36252         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
36253         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
36254         Set REPLACE_STRCASECMP if necessary.
36255         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
36256         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
36257         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
36258         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
36259         HAVE_DECL_STRDUP if necessary.
36260         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
36261         since gl_FUNC_STRNDUP does that now.
36262         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
36263         Check for decl here...
36264         (gl_PREREQ_STRNLEN): ... not here.
36265         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
36266         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
36267         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
36268         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
36269         necessary.
36270         * modules/string: New file.
36271         * modules/memmem (Files): Remove special-purpose include file.
36272         (Depends-on): Add string.
36273         (Include): Include <string.h>, not the removed file.
36274         * modules/mempcpy: Likewise.
36275         * modules/memrchr: Likewise.
36276         * modules/stpcpy: Likewise.
36277         * modules/stpncpy: Likewise.
36278         * modules/strcase: Likewise.
36279         * modules/strchrnul: Likewise.
36280         * modules/strdup: Likewise.
36281         * modules/strndup: Likewise.
36282         * modules/strnlen: Likewise.
36283         * modules/strpbrk: Likewise.
36284         * modules/strsep: Likewise.
36285         * modules/strstr: Likewise.
36286         * modules/strtok_r: Likewise.
36287         * tests/test-dirname.c: Don't include "strdup.h", since
36288         <string.h> now suffices.
36289         * tests/test-memmem.c: Don't include "memmem.h", since
36290         <string.h> now suffices.
36291
36292 2007-01-25  Bruno Haible  <bruno@clisp.org>
36293
36294         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
36295         *resultp is 0.
36296
36297         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
36298         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
36299         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
36300         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
36301
36302         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
36303         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
36304         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
36305         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
36306         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
36307         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
36308
36309 2007-01-24  Bruno Haible  <bruno@clisp.org>
36310
36311         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
36312         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
36313         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
36314         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
36315         gl_FUNC_FTS_CORE.
36316         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
36317         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
36318         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36319         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
36320         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
36321         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
36322         gl_FUNC_FCHOWNAT.
36323         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
36324         gl_FUNC_STRFTIME.
36325         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
36326         Reported by Ralf Wildenhues.
36327
36328 2007-01-24  Bruno Haible  <bruno@clisp.org>
36329
36330         Drop AC_REQUIRE calls that are redundant with the module dependencies.
36331         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
36332         gl_GETADDRINFO.
36333         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
36334         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
36335         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
36336
36337 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
36338
36339         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
36340         Don't use 'exit'; just return from 'main'.
36341         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
36342
36343         * lib/fnmatch_.h: Readjust white space and comments to match
36344         glibc, to avoid spurious diffs.
36345
36346 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36347
36348         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
36349         2004-12-01 change by Jakub Jelinek, since this code won't compile
36350         if !LIBC.  Problem reported by Bob Proulx.
36351
36352 2007-01-23  Bruno Haible  <bruno@clisp.org>
36353
36354         * lib/striconveh.c: Include c-strcaseeq.h.
36355         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
36356         * modules/striconveh (Depends-on): Add c-strcaseeq.
36357
36358 2007-01-23  Bruno Haible  <bruno@clisp.org>
36359
36360         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
36361
36362         * modules/c-strcaseeq: New file.
36363         * lib/c-strcaseeq.h: New file.
36364
36365         * modules/streq: New file.
36366         * lib/streq.h: New file.
36367
36368 2007-01-23  Bruno Haible  <bruno@clisp.org>
36369
36370         * modules/striconveha-tests: New file.
36371         * tests/test-striconveha.c: New file.
36372
36373         * lib/striconveha.h: Include <stdbool.h>.
36374         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
36375         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
36376         (mem_iconveha_notranslit): Renamed from mem_iconveha.
36377         (mem_iconveha): New function.
36378         (str_iconveha_notranslit): Renamed from str_iconveha.
36379         (str_iconveha): New function.
36380         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
36381         c-strcase.
36382
36383 2007-01-23  Bruno Haible  <bruno@clisp.org>
36384
36385         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
36386         encodings without forgiving before trying any encoding with handler.
36387         (str_iconveha): Try all encodings without forgiving before trying any
36388         encoding with handler.
36389
36390 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36391
36392         Import the following changes from libc.
36393
36394         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
36395
36396         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
36397
36398         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
36399
36400         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
36401         normal_bracket label.
36402
36403         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
36404
36405         [BZ #361]
36406         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
36407         to normal_bracket after fetching the next character.
36408
36409 2007-01-22  Bruno Haible  <bruno@clisp.org>
36410
36411         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
36412         argument.
36413         * lib/striconveh.c (iconv_carefully_1): New function.
36414         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
36415         argument.
36416         (str_cd_iconveh): Update.
36417         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
36418         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
36419         * tests/test-striconveh.c (MAGIC): New macro.
36420         (new_offsets): New function.
36421         (main): Test call with and without offsets.
36422
36423 2007-01-22  Bruno Haible  <bruno@clisp.org>
36424
36425         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
36426         * modules/sys_select (Makefile.am): Likewise.
36427         * modules/sys_socket (Makefile.am): Likewise.
36428         * modules/sys_time (Makefile.am): Likewise.
36429
36430 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
36431
36432         * modules/gettimeofday (License): Change from GPL to LGPL, since
36433         gettimeofday is a library function.
36434
36435 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36436
36437         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
36438
36439 2007-01-21  Bruno Haible  <bruno@clisp.org>
36440
36441         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
36442
36443 2007-01-21  Bruno Haible  <bruno@clisp.org>
36444
36445         * modules/striconveha: New file.
36446         * lib/striconveha.h: New file.
36447         * lib/striconveha.c: New file.
36448         * MODULES.html.sh (Internationalization functions): Add striconveha.
36449         * lib/striconv.c (str_iconv): Optimize the case of an empty input
36450         string.
36451         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
36452
36453 2007-01-21  Bruno Haible  <bruno@clisp.org>
36454
36455         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
36456         * lib/striconveh.c (str_iconveh): Likewise.
36457
36458 2007-01-21  Bruno Haible  <bruno@clisp.org>
36459
36460         * lib/striconveh.h (mem_iconveh): New declaration.
36461         * lib/striconveh.c (mem_iconveh): New function.
36462         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
36463
36464 2007-01-21  Bruno Haible  <bruno@clisp.org>
36465
36466         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
36467
36468         * lib/striconveh.h (mem_cd_iconveh): Change specification.
36469         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
36470         original result buffer.
36471         (str_cd_iconveh): Update.
36472         * tests/test-striconveh.c (main): Update.
36473
36474         * lib/striconv.h (mem_cd_iconv): Change specification.
36475         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
36476         result buffer.
36477         (str_cd_iconv): Update.
36478         * tests/test-striconv.c (main): Update.
36479
36480 2007-01-21  Bruno Haible  <bruno@clisp.org>
36481
36482         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
36483
36484 2007-01-20  Jim Meyering  <jim@meyering.net>
36485
36486         * lib/userspec.c (parse_with_separator): If a user or group string
36487         starts with "+", skip the corresponding name-to-ID look-up, since
36488         such a look-up must fail: user and group names may not include "+".
36489
36490 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
36491
36492         * lib/poll.c: Include sys/time.h and time.h unconditionally,
36493         since we now assume the sys_time module.
36494         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
36495         check for sys/time.h; no longer needed.
36496         * modules/poll (Depends-on): Depend on sys_time.
36497
36498 2007-01-18  Bruno Haible  <bruno@clisp.org>
36499
36500         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
36501         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
36502
36503         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
36504         gettimeofday.
36505
36506         * tests/test-gettimeofday.c: Include <time.h>.
36507         (dummy): Remove variable.
36508
36509         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
36510         gl_HEADER_SYS_TIME_H.
36511         (gl_HEADER_SYS_TIME_H): New macro.
36512
36513         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
36514         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36515         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
36516         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
36517         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36518         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
36519         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
36520         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36521         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
36522         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
36523         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36524
36525         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
36526         last change; it caused a compilation error when cross-compiling to
36527         Cygwin.
36528
36529 2007-01-18  Jim Meyering  <jim@meyering.net>
36530
36531         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
36532         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
36533         than the race-prone "test -d sys || mkdir sys".
36534         (configure.ac): Use AC_PROG_MKDIR_P.
36535         * modules/sys_select: Likewise.
36536         * modules/sys_socket: Likewise.
36537         * modules/sys_time: Likewise.
36538
36539 2007-01-18  Eric Blake  <ebb9@byu.net>
36540
36541         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
36542         replace gettimeofday.
36543         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
36544         name, to avoid infinite recursion.
36545
36546 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
36547
36548         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
36549         module sys_time.
36550         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
36551         assume timespec.h defines struct timeval.
36552         * lib/settime.c: Likewise.
36553         * lib/utimens.c: Likewise.
36554         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
36555         since we now assume the gettimeofday module.
36556         * lib/tempname.c (__gen_tempname): Likewise.
36557         * lib/gettimeofday.h: Remove.
36558         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
36559         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
36560         Include <time.h>, for 'time()'.
36561         (localtime_buffer_addr): Also use this workaround if
36562         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
36563         to simplify the uses.  All uses changed.
36564         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
36565         that #undef is inside {}, and 'const' follows type name consistently.
36566         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
36567         (gettimeofday): Do not use the maximum possible value for
36568         tv->tv_usec, since that might break usages other than ls.c.
36569         Instead, we'll leave ls.c alone.  This undoes today's patch
36570         by Bruno.  Add a compile-time warning for 1s-clock resolution;
36571         we've never observed the problem but might as well keep the
36572         canary.
36573         * lib/nanosleep.c: Include timespec.h first, for interface check.
36574         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
36575         now assume the sys_time module.
36576         * lib/tempname.c: Likewise.
36577         * lib/timespec.h: Likewise.
36578         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
36579         needed.
36580         * lib/strftime.c: Likewise.
36581         * lib/timespec.h: Likewise.
36582         * lib/posixtm.c: Include posixtm.h first, for interface check.
36583         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
36584         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
36585         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
36586         * lib/sys_time_.h: New file.
36587         * lib/timespec.h (struct timespec): Use long int, not long.
36588         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
36589         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
36590         Remove obsolescent call to AC_HEADER_TIME.
36591         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
36592         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36593         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
36594         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
36595         Likewise.
36596         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
36597         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
36598         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
36599         into the sys_time module.  Check for gettimeofday just once.
36600         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
36601         for gettimeofday signature to just check the signature.  Merely
36602         compile it, since linking doesn't test signature.  Improve test for
36603         whether gettimeofday.o is actually needed.
36604         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
36605         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
36606         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
36607         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36608         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
36609         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
36610         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
36611         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
36612         than worrying about sys/time.h.
36613         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
36614         Don't bother worrying about TIME_WITH_SYS_TIME.
36615         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
36616         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
36617         * m4/sys_time_h.m4: New file.
36618         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
36619         Don't include sys/time.h.  Return from main rather than exiting.
36620         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
36621         all uses changed.
36622         * modules/gethrxtime (Depends-on): Add sys_time.
36623         * modules/gettime (Depends-on): Likewise.
36624         * modules/gettimeofday (Depends-on): Likewise.
36625         * modules/nanosleep (Depends-on): Likewise.
36626         * modules/settime (Depends-on): Likewise.
36627         * modules/tempname (Depends-on): Likewise.
36628         * modules/utimens (Depends-on): Likewise.
36629         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
36630         (Include:) Change back to <sys/time.h>.
36631         (Maintainer:) Add self.
36632         * modules/sys_time: New file.
36633         * modules/tempname (Depends-on): Add gettimeofday.
36634         * tests/test-gettimeofday.c: Include <sys/time.h>
36635         rather than gettimeofday.h.
36636
36637 2007-01-17  Bruno Haible  <bruno@clisp.org>
36638
36639         * gnulib-tool (func_get_license): Revert last patch. Instead, let
36640         the license default to GPL.
36641         (func_create_testdir): Don't complain if a module is LGPL and its
36642         tests module depends on GPLed modules.
36643
36644 2007-01-17  Bruno Haible  <bruno@clisp.org>
36645
36646         * lib/gettimeofday.c (gettimeofday): Add code for the case
36647         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
36648         maximum possible value for tv->tv_usec, rather than the minimum one.
36649
36650 2005-10-08  Martin Lambers  <marlam@marlam.de>
36651 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
36652 2007-01-16  Bruno Haible  <bruno@clisp.org>
36653
36654         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
36655         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
36656         gl_FUNC_GETTIMEOFDAY.
36657         (Include): Add gettimeofday.h.
36658         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
36659         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
36660         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
36661         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
36662         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
36663         * lib/gettimeofday.h: New file.
36664         * lib/gettimeofday.c: Include <sys/timeb.h>.
36665         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
36666         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36667         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
36668         fall back on time().
36669
36670         * tests/test-gettimeofday.c: New file.
36671         * modules/gettimeofday-tests: New file.
36672
36673 2007-01-16  Eric Blake  <ebb9@byu.net>
36674
36675         * modules/fnmatch (Depends-on): Depend on wchar.
36676         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
36677         * m4/fnmatch.m4: Likewise.
36678         * modules/mbchar (Makefile.am): Assume <wchar.h>.
36679         * m4/mbchar.m4: Likewise.
36680         * modules/mbswidth (Depends-on): Depend on wchar.
36681         * lib/mbswidth.c: Assume <wchar.h>.
36682         * m4/mbswidth.m4: Likewise.
36683         * modules/quotearg (Depends-on): Depend on wchar.
36684         * lib/quotearg.c: Assume <wchar.h>.
36685         * m4/quotearg.m4: Likewise.
36686         * modules/regex (Depends-on): Depend on wchar.
36687         * lib/regex_internal.h: Assume <wchar.h>.
36688         * m4/regex.m4: Likewise.
36689         * modules/stdint (Depends-on): Depend on wchar.
36690         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
36691         * m4/stdint.m4: Likewise.
36692         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
36693         * modules/strftime (Depends-on): Depend on wchar.
36694         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
36695         * modules/strtol (Depends-on): Depend on wchar.
36696         * lib/strtol.c: Assume <wchar.h>.
36697         * modules/wcwidth (Depends-on): Depend on wchar.
36698         * lib/wcwidth.h: Assume <wchar.h>.
36699         * m4/wcwidth.m4: Likewise.
36700
36701 2007-01-16  Bruno Haible  <bruno@clisp.org>
36702
36703         * modules/csharpexec-script: New, created from...
36704         * modules/csharpexec: ... this.
36705
36706 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
36707
36708         * modules/javaexec-script: New, created from...
36709         * modules/javaexec: ... this.
36710
36711 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36712
36713         * modules/poll (Dependencies): Add sys_select.
36714
36715 2007-01-15  Jim Meyering  <jim@meyering.net>
36716
36717         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
36718         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
36719         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
36720         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
36721
36722 2007-01-15  Bruno Haible  <bruno@clisp.org>
36723
36724         * modules/striconveh: New file.
36725         * lib/striconveh.h: New file.
36726         * lib/striconveh.c: New file.
36727         * MODULES.html.sh (Internationalization functions): Add striconveh.
36728
36729         * modules/striconveh-tests: New file.
36730         * tests/test-striconveh.c: New file.
36731
36732 2007-01-15  Bruno Haible  <bruno@clisp.org>
36733
36734         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
36735         not from GNU libiconv or GNU libc.
36736
36737 2007-01-15  Bruno Haible  <bruno@clisp.org>
36738
36739         * doc/gnulib-intro.texi (Copyright): Explain the different license
36740         terms for module descriptions, autoconf macros, tests, documentation.
36741
36742 2007-01-14  Bruno Haible  <bruno@clisp.org>
36743
36744         * modules/striconv-tests: New file.
36745         * tests/test-striconv.c: New file.
36746
36747 2007-01-14  Bruno Haible  <bruno@clisp.org>
36748
36749         * modules/iconv-tests: New file.
36750         * tests/test-iconv.c: New file.
36751
36752 2007-01-14  Bruno Haible  <bruno@clisp.org>
36753
36754         * gnulib-tool (func_get_license): For test modules, use the license of
36755         the main module.
36756
36757 2007-01-14  Bruno Haible  <bruno@clisp.org>
36758
36759         * modules/iconv (Include): Clarify that <iconv.h> can only be included
36760         if iconv is found to exist.
36761
36762 2007-01-14  Bruno Haible  <bruno@clisp.org>
36763
36764         * modules/c-ctype-tests: New file.
36765         * tests/test-c-ctype.c: New file.
36766
36767 2007-01-14  Bruno Haible  <bruno@clisp.org>
36768
36769         * modules/binary-io-tests: New file.
36770         * tests/test-binary-io.sh: New file.
36771         * tests/test-binary-io.c: New file.
36772
36773 2007-01-14  Bruno Haible  <bruno@clisp.org>
36774
36775         * modules/array-oset-tests: New file.
36776         * tests/test-array_oset.c: New file.
36777
36778 2007-01-14  Bruno Haible  <bruno@clisp.org>
36779
36780         * modules/array-list-tests: New file.
36781         * tests/test-array_list.c: New file.
36782
36783 2007-01-14  Bruno Haible  <bruno@clisp.org>
36784
36785         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
36786         and make.
36787         Reported by Simon Josefsson in
36788         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
36789
36790 2007-01-14  Bruno Haible  <bruno@clisp.org>
36791
36792         * modules/allocsa-tests: New file.
36793         * tests/test-allocsa.c: New file.
36794
36795 2007-01-14  Bruno Haible  <bruno@clisp.org>
36796
36797         * modules/fchdir (Depends-on): Add absolute-header.
36798         * modules/unistd (Depends-on): Likewise.
36799
36800 2006-12-30  Bruno Haible  <bruno@clisp.org>
36801
36802         * modules/fchdir: New file.
36803         * modules/unistd (Files): Add lib/unistd_.h.
36804         (Makefile.am): Generate unistd.h from unistd_.h.
36805         * lib/fchdir.c: New file.
36806         * lib/dirent_.h: New file.
36807         * lib/unistd_.h: New file.
36808         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
36809         * m4/fchdir.m4: New file.
36810         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
36811         (gl_HEADER_UNISTD): Invoke it.
36812         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
36813         function.
36814         * lib/backupfile.c (opendir, closedir): Undefine.
36815         * lib/chown.c (open, close): Undefine.
36816         * lib/clean-temp.c (open, close): Undefine.
36817         * lib/copy-file.c (open, close): Undefine.
36818         * lib/execute.c (open, close): Undefine.
36819         * lib/fsusage.c (open, close): Undefine.
36820         * lib/gc-gnulib.c (open, close): Undefine.
36821         * lib/getcwd.c (opendir, closedir): Undefine.
36822         * lib/glob.c (opendir, closedir): Undefine.
36823         * lib/javacomp.c (open, close): Undefine.
36824         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
36825         * lib/openat-proc.c (open, close): Undefine.
36826         * lib/pagealign_alloc.c (open, close): Undefine.
36827         * lib/pipe.c (open, close): Undefine.
36828         * lib/progreloc.c (open, close): Undefine.
36829         * lib/savedir.c (opendir, closedir): Undefine.
36830         * lib/utime.c (open, close): Undefine.
36831         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
36832
36833 2007-01-10  Bruno Haible  <bruno@clisp.org>
36834
36835         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
36836
36837 2007-01-12  Eric Blake  <ebb9@byu.net>
36838
36839         Provide a robust <wchar.h>.  Further simplifications are now
36840         possible in other modules, but not included here.
36841         * modules/wchar: New module.
36842         * m4/wchar.m4: New file.
36843         * lib/wchar_.h: Likewise.
36844         * modules/mbchar (Depends-on): Depend on wchar, as the first use
36845         of the new module.
36846         * MODULES.html.sh (Extended multibyte and wide character utilities):
36847         New section.
36848
36849 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
36850
36851         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
36852         to a reasonable default for memory allocation.
36853         (xreadlink): Don't allocate a huge buffer, to work around a buggy
36854         file system that reports garbage st_size values for symlinks.
36855         Problem reported by Liyang Hu.
36856
36857 2007-01-11  Simon Josefsson  <simon@josefsson.org>
36858
36859         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
36860         Emacs .#* auto-save files).
36861
36862 2007-01-11  Bruno Haible  <bruno@clisp.org>
36863
36864         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
36865         directory.
36866
36867 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36868
36869         Use @...@ consistently in lib/wctype_.h.
36870         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
36871         on it being set to 1 or 0.
36872         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
36873         go back to AC_SUBSTing it.
36874         * modules/wctype (Makefile.am): Undo previous change.
36875
36876 2007-01-10  Eric Blake  <ebb9@byu.net>
36877
36878         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
36879         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
36880         * modules/wctype (Makefile.am): Likewise.
36881         Reported by Chris McGuire.
36882
36883 2007-01-10  Jim Meyering  <jim@meyering.net>
36884
36885         fts.c: a small readability/maintainability improvement
36886         * lib/fts.c (fts_read): Make this code slightly more readable and
36887         maintainable by hoisting the "sp->fts_cur = p" assignments to
36888         immediately follow the statements that set P.  Derived from
36889         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
36890
36891 2007-01-10  Eric Blake  <ebb9@byu.net>
36892
36893         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
36894         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
36895         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36896         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
36897         Reported by Chris McGuire.
36898
36899 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36900
36901         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
36902         in sed script.
36903
36904 2007-01-09  Bruno Haible  <bruno@clisp.org>
36905
36906         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
36907         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
36908         variables.
36909         (func_module): Use them.
36910
36911 2007-01-09  Bruno Haible  <bruno@clisp.org>
36912
36913         * modules/unistr/base: New file.
36914         * lib/unistr.h: New file.
36915
36916         * modules/unistr/u8-to-u16: New file.
36917         * lib/unistr/u8-to-u16.c: New file.
36918
36919         * modules/unistr/u8-to-u32: New file.
36920         * lib/unistr/u8-to-u32.c: New file.
36921
36922         * modules/unistr/u16-to-u8: New file.
36923         * lib/unistr/u16-to-u8.c: New file.
36924
36925         * modules/unistr/u16-to-u32: New file.
36926         * lib/unistr/u16-to-u32.c: New file.
36927
36928         * modules/unistr/u32-to-u8: New file.
36929         * lib/unistr/u32-to-u8.c: New file.
36930
36931         * modules/unistr/u32-to-u16: New file.
36932         * lib/unistr/u32-to-u16.c: New file.
36933
36934         * modules/unistr/u8-check: New file.
36935         * modules/unistr/u16-check: New file.
36936         * modules/unistr/u32-check: New file.
36937         * lib/unistr/u8-check.c: New file.
36938         * lib/unistr/u16-check.c: New file.
36939         * lib/unistr/u32-check.c: New file.
36940
36941         * modules/unistr/u8-chr: New file.
36942         * modules/unistr/u16-chr: New file.
36943         * modules/unistr/u32-chr: New file.
36944         * lib/unistr/u8-chr.c: New file.
36945         * lib/unistr/u16-chr.c: New file.
36946         * lib/unistr/u32-chr.c: New file.
36947
36948         * modules/unistr/u8-cmp: New file.
36949         * modules/unistr/u16-cmp: New file.
36950         * modules/unistr/u32-cmp: New file.
36951         * lib/unistr/u8-cmp.c: New file.
36952         * lib/unistr/u16-cmp.c: New file.
36953         * lib/unistr/u32-cmp.c: New file.
36954
36955         * modules/unistr/u8-cpy: New file.
36956         * modules/unistr/u16-cpy: New file.
36957         * modules/unistr/u32-cpy: New file.
36958         * lib/unistr/u8-cpy.c: New file.
36959         * lib/unistr/u16-cpy.c: New file.
36960         * lib/unistr/u32-cpy.c: New file.
36961         * lib/unistr/u-cpy.h: New file.
36962
36963         * modules/unistr/u8-cpy-alloc: New file.
36964         * modules/unistr/u16-cpy-alloc: New file.
36965         * modules/unistr/u32-cpy-alloc: New file.
36966         * lib/unistr/u8-cpy-alloc.c: New file.
36967         * lib/unistr/u16-cpy-alloc.c: New file.
36968         * lib/unistr/u32-cpy-alloc.c: New file.
36969         * lib/unistr/u-cpy-alloc.h: New file.
36970
36971         * modules/unistr/u8-endswith: New file.
36972         * modules/unistr/u16-endswith: New file.
36973         * modules/unistr/u32-endswith: New file.
36974         * lib/unistr/u8-endswith.c: New file.
36975         * lib/unistr/u16-endswith.c: New file.
36976         * lib/unistr/u32-endswith.c: New file.
36977         * lib/unistr/u-endswith.h: New file.
36978
36979         * modules/unistr/u8-mblen: New file.
36980         * modules/unistr/u16-mblen: New file.
36981         * modules/unistr/u32-mblen: New file.
36982         * lib/unistr/u8-mblen.c: New file.
36983         * lib/unistr/u16-mblen.c: New file.
36984         * lib/unistr/u32-mblen.c: New file.
36985
36986         * modules/unistr/u8-mbtouc: New file.
36987         * modules/unistr/u16-mbtouc: New file.
36988         * modules/unistr/u32-mbtouc: New file.
36989         * lib/unistr/u8-mbtouc.c: New file.
36990         * lib/unistr/u16-mbtouc.c: New file.
36991         * lib/unistr/u32-mbtouc.c: New file.
36992
36993         * modules/unistr/u8-mbtouc-safe: New file.
36994         * modules/unistr/u16-mbtouc-safe: New file.
36995         * modules/unistr/u32-mbtouc-safe: New file.
36996         * lib/unistr/u8-mbtouc-safe.c: New file.
36997         * lib/unistr/u16-mbtouc-safe.c: New file.
36998         * lib/unistr/u32-mbtouc-safe.c: New file.
36999
37000         * modules/unistr/u8-move: New file.
37001         * modules/unistr/u16-move: New file.
37002         * modules/unistr/u32-move: New file.
37003         * lib/unistr/u8-move.c: New file.
37004         * lib/unistr/u16-move.c: New file.
37005         * lib/unistr/u32-move.c: New file.
37006         * lib/unistr/u-move.h: New file.
37007
37008         * modules/unistr/u8-next: New file.
37009         * modules/unistr/u16-next: New file.
37010         * modules/unistr/u32-next: New file.
37011         * lib/unistr/u8-next.c: New file.
37012         * lib/unistr/u16-next.c: New file.
37013         * lib/unistr/u32-next.c: New file.
37014
37015         * modules/unistr/u8-prev: New file.
37016         * modules/unistr/u16-prev: New file.
37017         * modules/unistr/u32-prev: New file.
37018         * lib/unistr/u8-prev.c: New file.
37019         * lib/unistr/u16-prev.c: New file.
37020         * lib/unistr/u32-prev.c: New file.
37021
37022         * modules/unistr/u8-set: New file.
37023         * modules/unistr/u16-set: New file.
37024         * modules/unistr/u32-set: New file.
37025         * lib/unistr/u8-set.c: New file.
37026         * lib/unistr/u16-set.c: New file.
37027         * lib/unistr/u32-set.c: New file.
37028         * lib/unistr/u-set.h: New file.
37029
37030         * modules/unistr/u8-startswith: New file.
37031         * modules/unistr/u16-startswith: New file.
37032         * modules/unistr/u32-startswith: New file.
37033         * lib/unistr/u8-startswith.c: New file.
37034         * lib/unistr/u16-startswith.c: New file.
37035         * lib/unistr/u32-startswith.c: New file.
37036         * lib/unistr/u-startswith.h: New file.
37037
37038         * modules/unistr/u8-stpcpy: New file.
37039         * modules/unistr/u16-stpcpy: New file.
37040         * modules/unistr/u32-stpcpy: New file.
37041         * lib/unistr/u8-stpcpy.c: New file.
37042         * lib/unistr/u16-stpcpy.c: New file.
37043         * lib/unistr/u32-stpcpy.c: New file.
37044         * lib/unistr/u-stpcpy.h: New file.
37045
37046         * modules/unistr/u8-stpncpy: New file.
37047         * modules/unistr/u16-stpncpy: New file.
37048         * modules/unistr/u32-stpncpy: New file.
37049         * lib/unistr/u8-stpncpy.c: New file.
37050         * lib/unistr/u16-stpncpy.c: New file.
37051         * lib/unistr/u32-stpncpy.c: New file.
37052         * lib/unistr/u-stpncpy.h: New file.
37053
37054         * modules/unistr/u8-strcat: New file.
37055         * modules/unistr/u16-strcat: New file.
37056         * modules/unistr/u32-strcat: New file.
37057         * lib/unistr/u8-strcat.c: New file.
37058         * lib/unistr/u16-strcat.c: New file.
37059         * lib/unistr/u32-strcat.c: New file.
37060         * lib/unistr/u-strcat.h: New file.
37061
37062         * modules/unistr/u8-strchr: New file.
37063         * modules/unistr/u16-strchr: New file.
37064         * modules/unistr/u32-strchr: New file.
37065         * lib/unistr/u8-strchr.c: New file.
37066         * lib/unistr/u16-strchr.c: New file.
37067         * lib/unistr/u32-strchr.c: New file.
37068
37069         * modules/unistr/u8-strcmp: New file.
37070         * modules/unistr/u16-strcmp: New file.
37071         * modules/unistr/u32-strcmp: New file.
37072         * lib/unistr/u8-strcmp.c: New file.
37073         * lib/unistr/u16-strcmp.c: New file.
37074         * lib/unistr/u32-strcmp.c: New file.
37075
37076         * modules/unistr/u8-strcpy: New file.
37077         * modules/unistr/u16-strcpy: New file.
37078         * modules/unistr/u32-strcpy: New file.
37079         * lib/unistr/u8-strcpy.c: New file.
37080         * lib/unistr/u16-strcpy.c: New file.
37081         * lib/unistr/u32-strcpy.c: New file.
37082         * lib/unistr/u-strcpy.h: New file.
37083
37084         * modules/unistr/u8-strcspn: New file.
37085         * modules/unistr/u16-strcspn: New file.
37086         * modules/unistr/u32-strcspn: New file.
37087         * lib/unistr/u8-strcspn.c: New file.
37088         * lib/unistr/u16-strcspn.c: New file.
37089         * lib/unistr/u32-strcspn.c: New file.
37090         * lib/unistr/u-strcspn.h: New file.
37091
37092         * modules/unistr/u8-strdup: New file.
37093         * modules/unistr/u16-strdup: New file.
37094         * modules/unistr/u32-strdup: New file.
37095         * lib/unistr/u8-strdup.c: New file.
37096         * lib/unistr/u16-strdup.c: New file.
37097         * lib/unistr/u32-strdup.c: New file.
37098         * lib/unistr/u-strdup.h: New file.
37099
37100         * modules/unistr/u8-strlen: New file.
37101         * modules/unistr/u16-strlen: New file.
37102         * modules/unistr/u32-strlen: New file.
37103         * lib/unistr/u8-strlen.c: New file.
37104         * lib/unistr/u16-strlen.c: New file.
37105         * lib/unistr/u32-strlen.c: New file.
37106         * lib/unistr/u-strlen.h: New file.
37107
37108         * modules/unistr/u8-strmblen: New file.
37109         * modules/unistr/u16-strmblen: New file.
37110         * modules/unistr/u32-strmblen: New file.
37111         * lib/unistr/u8-strmblen.c: New file.
37112         * lib/unistr/u16-strmblen.c: New file.
37113         * lib/unistr/u32-strmblen.c: New file.
37114
37115         * modules/unistr/u8-strmbtouc: New file.
37116         * modules/unistr/u16-strmbtouc: New file.
37117         * modules/unistr/u32-strmbtouc: New file.
37118         * lib/unistr/u8-strmbtouc.c: New file.
37119         * lib/unistr/u16-strmbtouc.c: New file.
37120         * lib/unistr/u32-strmbtouc.c: New file.
37121
37122         * modules/unistr/u8-strncat: New file.
37123         * modules/unistr/u16-strncat: New file.
37124         * modules/unistr/u32-strncat: New file.
37125         * lib/unistr/u8-strncat.c: New file.
37126         * lib/unistr/u16-strncat.c: New file.
37127         * lib/unistr/u32-strncat.c: New file.
37128         * lib/unistr/u-strncat.h: New file.
37129
37130         * modules/unistr/u8-strncmp: New file.
37131         * modules/unistr/u16-strncmp: New file.
37132         * modules/unistr/u32-strncmp: New file.
37133         * lib/unistr/u8-strncmp.c: New file.
37134         * lib/unistr/u16-strncmp.c: New file.
37135         * lib/unistr/u32-strncmp.c: New file.
37136
37137         * modules/unistr/u8-strncpy: New file.
37138         * modules/unistr/u16-strncpy: New file.
37139         * modules/unistr/u32-strncpy: New file.
37140         * lib/unistr/u8-strncpy.c: New file.
37141         * lib/unistr/u16-strncpy.c: New file.
37142         * lib/unistr/u32-strncpy.c: New file.
37143         * lib/unistr/u-strncpy.h: New file.
37144
37145         * modules/unistr/u8-strnlen: New file.
37146         * modules/unistr/u16-strnlen: New file.
37147         * modules/unistr/u32-strnlen: New file.
37148         * lib/unistr/u8-strnlen.c: New file.
37149         * lib/unistr/u16-strnlen.c: New file.
37150         * lib/unistr/u32-strnlen.c: New file.
37151         * lib/unistr/u-strnlen.h: New file.
37152
37153         * modules/unistr/u8-strpbrk: New file.
37154         * modules/unistr/u16-strpbrk: New file.
37155         * modules/unistr/u32-strpbrk: New file.
37156         * lib/unistr/u8-strpbrk.c: New file.
37157         * lib/unistr/u16-strpbrk.c: New file.
37158         * lib/unistr/u32-strpbrk.c: New file.
37159         * lib/unistr/u-strpbrk.h: New file.
37160
37161         * modules/unistr/u8-strrchr: New file.
37162         * modules/unistr/u16-strrchr: New file.
37163         * modules/unistr/u32-strrchr: New file.
37164         * lib/unistr/u8-strrchr.c: New file.
37165         * lib/unistr/u16-strrchr.c: New file.
37166         * lib/unistr/u32-strrchr.c: New file.
37167
37168         * modules/unistr/u8-strspn: New file.
37169         * modules/unistr/u16-strspn: New file.
37170         * modules/unistr/u32-strspn: New file.
37171         * lib/unistr/u8-strspn.c: New file.
37172         * lib/unistr/u16-strspn.c: New file.
37173         * lib/unistr/u32-strspn.c: New file.
37174         * lib/unistr/u-strspn.h: New file.
37175
37176         * modules/unistr/u8-strstr: New file.
37177         * modules/unistr/u16-strstr: New file.
37178         * modules/unistr/u32-strstr: New file.
37179         * lib/unistr/u8-strstr.c: New file.
37180         * lib/unistr/u16-strstr.c: New file.
37181         * lib/unistr/u32-strstr.c: New file.
37182         * lib/unistr/u-strstr.h: New file.
37183
37184         * modules/unistr/u8-strtok: New file.
37185         * modules/unistr/u16-strtok: New file.
37186         * modules/unistr/u32-strtok: New file.
37187         * lib/unistr/u8-strtok.c: New file.
37188         * lib/unistr/u16-strtok.c: New file.
37189         * lib/unistr/u32-strtok.c: New file.
37190         * lib/unistr/u-strtok.h: New file.
37191
37192         * modules/unistr/u8-uctomb: New file.
37193         * modules/unistr/u16-uctomb: New file.
37194         * modules/unistr/u32-uctomb: New file.
37195         * lib/unistr/u8-uctomb.c: New file.
37196         * lib/unistr/u16-uctomb.c: New file.
37197         * lib/unistr/u32-uctomb.c: New file.
37198
37199         * MODULES.html.sh (Unicode string functions): Add the new modules.
37200
37201 2007-01-08  Bruno Haible  <bruno@clisp.org>
37202
37203         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
37204         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
37205         subdirectories.
37206
37207 2007-01-08  Karl Berry  <karl@gnu.org>
37208
37209         * doc/error.texi: mention that main() fns must set program_name
37210         when progname is used.
37211
37212 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
37213
37214         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
37215         WCTYPE_H is empty, for the benefit of builds from non-distclean
37216         directories.  Problem reported by Eric Blake in
37217         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
37218
37219 2007-01-08  Bruno Haible  <bruno@clisp.org>
37220
37221         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
37222         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
37223         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
37224         PROVIDE_CANONICALIZE_FILENAME_MODE.
37225         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
37226
37227 2007-01-08  Bruno Haible  <bruno@clisp.org>
37228
37229         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
37230         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
37231         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
37232         * lib/fts.c: Likewise.
37233         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
37234
37235 2006-12-25  Bruno Haible  <bruno@clisp.org>
37236
37237         * modules/utf8-ucs4-safe: New file.
37238         * lib/utf8-ucs4-safe.h: New file.
37239         * lib/unistr/utf8-ucs4-safe.c: New file.
37240
37241         * modules/utf16-ucs4-safe: New file.
37242         * lib/utf16-ucs4-safe.h: New file.
37243         * lib/unistr/utf16-ucs4-safe.c: New file.
37244
37245         * MODULES.html.sh (Unicode string functions): Add the new modules.
37246
37247 2007-01-08  Bruno Haible  <bruno@clisp.org>
37248
37249         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
37250         (Depends-on): Add unitypes.
37251         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
37252         (u8_mbtouc_aux): Move out to separate file.
37253         (u8_mbtouc): Use ucs4_t, uint8_t types.
37254         * lib/unistr/utf8-ucs4.c: New file.
37255
37256         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
37257         (Depends-on): Add unitypes.
37258         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
37259         (u16_mbtouc_aux): Move out to separate file.
37260         (u16_mbtouc): Use ucs4_t, uint16_t types.
37261         * lib/unistr/utf16-ucs4.c: New file.
37262
37263         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
37264         (Depends-on): Add unitypes.
37265         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
37266         (u8_uctomb_aux): Move out to separate file.
37267         (u8_uctomb): Use ucs4_t, uint8_t types.
37268         * lib/unistr/ucs4-utf8.c: New file.
37269
37270         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
37271         (Depends-on): Add unitypes.
37272         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
37273         (u16_uctomb_aux): Move out to separate file.
37274         (u16_uctomb): Use ucs4_t, uint16_t types.
37275         * lib/unistr/ucs4-utf16.c: New file.
37276
37277 2006-12-25  Bruno Haible  <bruno@clisp.org>
37278
37279         * modules/unitypes: New file.
37280         * lib/unitypes.h: New file.
37281         * MODULES.html.sh (func_all_modules): New section "Unicode string
37282         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
37283         this section. Add unitypes.
37284
37285 2007-01-08  Bruno Haible  <bruno@clisp.org>
37286
37287         Avoid variable names that conflict with those from libtool.
37288         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
37289         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
37290         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
37291         library_names_spec to acl_library_names_spec, hardcode_* to
37292         acl_hardcode_*.
37293         Reported by Ralf Wildenhues.
37294
37295 2007-01-08  Bruno Haible  <bruno@clisp.org>
37296
37297         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
37298         definition.
37299         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
37300         definition.
37301         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
37302         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
37303         definition.
37304         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
37305         definition.
37306         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
37307         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
37308         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
37309         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
37310         definition.
37311         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
37312         definition.
37313         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
37314         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
37315         GC_USE_<algorithm>.
37316         * lib/gc-libgcrypt.c: Likewise.
37317         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
37318         * modules/gc-arctwo (configure.ac): Likewise.
37319         * modules/gc-des (configure.ac): Likewise.
37320         * modules/gc-hmac-md5 (configure.ac): Likewise.
37321         * modules/gc-hmac-sha1 (configure.ac): Likewise.
37322         * modules/gc-md2 (configure.ac): Likewise.
37323         * modules/gc-md4 (configure.ac): Likewise.
37324         * modules/gc-md5 (configure.ac): Likewise.
37325         * modules/gc-random (configure.ac): Likewise.
37326         * modules/gc-rijndael (configure.ac): Likewise.
37327         * modules/gc-sha1 (configure.ac): Likewise.
37328
37329 2007-01-08  Bruno Haible  <bruno@clisp.org>
37330
37331         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
37332         macro definition.
37333         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
37334         definition.
37335         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
37336         definition.
37337         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
37338         * modules/fcntl-safer (configure.ac): Likewise.
37339         * modules/fopen-safer (configure.ac): Likewise.
37340         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
37341         GNULIB_FWRITEERROR macro definition.
37342
37343 2007-01-08  Bruno Haible  <bruno@clisp.org>
37344
37345         * m4/gnulib-common.m4: New file.
37346         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
37347         (func_get_filelist): Add m4/gnulib-common.m4.
37348
37349 2007-01-08  Bruno Haible  <bruno@clisp.org>
37350
37351         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
37352         command.
37353
37354 2007-01-08  Jim Meyering  <jim@meyering.net>
37355
37356         Use a more robust test for a "can't happen" condition.
37357         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
37358         narrowed the st_size value.  Presuming the "can't happen" condition
37359         is true, that narrowing could conceivably convert an invalid st_size
37360         value into a valid one.  Instead, use a change based on Matthew
37361         Woehlke's original patch.
37362
37363         Slight readability improvement: use an assert-like macro
37364         in place of literal "abort ()" uses.
37365         * lib/fts.c (fts_assert): Define.
37366         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
37367         Use this macro instead of a bare 'abort'.
37368
37369 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
37370
37371         Don't worry about using IRIX 5.3's wctype.h broken definitions;
37372         simply work around them.
37373         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
37374         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
37375         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
37376         declaring.
37377         Don't bother to define as macros, since the standard doesn't require it.
37378         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
37379         longer worry about IRIX 5.3.
37380         (HAVE_WCTYPE_CTMP_BUG): Remove.
37381
37382 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37383
37384         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
37385         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
37386         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
37387         Problems reported by Georg Schwarz for IRIX 5.3.
37388
37389         * gnulib-tool (autoconf_minversion): Take the maximum version number
37390         found, not the minimum.  Problem reported by James Youngman.
37391
37392 2007-01-03  Karl Berry  <karl@gnu.org>
37393
37394         * doc/error.texi: new file, explaining interaction with progname.
37395         * doc/gnulib.texi: include it.  Update copyright.
37396
37397 2007-01-03  Simon Josefsson  <simon@josefsson.org>
37398
37399         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
37400         AC_CANONICAL_HOST, to improve autobuild outputs.
37401
37402 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
37403             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37404
37405         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
37406         sockets, server sockets, and other file descriptors.  Count errors
37407         to compute the return value.  Reorder the code a bit to be easier
37408         to follow.  Don't set event bits that were not requested (except
37409         POLLERR and POLLHUP).
37410
37411 2007-01-01  Bruno Haible  <bruno@clisp.org>
37412
37413         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
37414
37415 2007-01-03  Jim Meyering  <jim@meyering.net>
37416
37417         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
37418
37419 2007-01-02  Bruno Haible  <bruno@clisp.org>
37420
37421         * modules/settime (Include): Require timespec.h.
37422         * modules/nanosleep (Include): Likewise.
37423
37424 2007-01-01  Bruno Haible  <bruno@clisp.org>
37425
37426         * gnulib-tool (func_emit_copyright_notice): Bump year.
37427         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
37428
37429 2007-01-01  Bruno Haible  <bruno@clisp.org>
37430
37431         Improve support for OpenBSD.
37432         * build-aux/config.rpath (libname_spec): Export.
37433         (library_names_spec): New variable. Export.
37434         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
37435         library_names_spec from the config.rpath output. Locate shared library
37436         through the name pattern in library_names_spec.
37437
37438 2007-01-01  Eric Blake  <ebb9@byu.net>
37439
37440         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
37441
37442 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
37443
37444         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
37445         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
37446         assume the C locale, and avoid an "eval" that could cause trouble.
37447         Problem with SORT reported by Bob Proulx.
37448
37449         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
37450         Define.  Trivial patch from Henning Nielsen Lund, originally
37451         sent to bug-grep@gnu.org today.
37452
37453 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
37454
37455         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
37456         struct stat.  Problem reported by Henning Nielsen Lund.
37457         * lib/acl.c: Include acl.h first, to check interface.  Don't
37458         bother to include sys/types.h and sys/stat.h again.
37459
37460 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37461
37462         Import the following change from libc; problem reported by
37463         Sven Verdoolaege.
37464
37465         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
37466
37467         [BZ #1373]
37468         * lib/argp.h: Remove __NTH for __argp_usage inline function.
37469
37470 2006-12-28  Jim Meyering  <jim@meyering.net>
37471
37472         * build-aux/announce-gen: Do not assume that the package
37473         builds any of tar.gz, tar.bz2, and .xdelta files.
37474         Suggestion from Simon Josefsson.
37475
37476 2006-12-28  Simon Josefsson  <simon@josefsson.org>
37477
37478         * modules/announce-gen: New file.
37479
37480 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
37481
37482         * lib/mbchar.h: Just include <wctype.h>; the wctype module
37483         handles its gotchas now.
37484         * lib/mbswidth.c: Likewise.
37485         * lib/wcwidth.h: Likewise.
37486         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
37487         and iswcntrl; the wctype module does this stuff now.
37488         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
37489         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
37490         * modules/mbchar (Depends-on): Add wctype.
37491         * modules/mbswidth (Depends-on): Likewise.
37492         * modules/wcwidth (Depends-on): Likewise.
37493
37494 2006-12-27  Eric Blake  <ebb9@byu.net>
37495
37496         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
37497         module uses more than what <wctype.h> is required to provide.
37498
37499 2006-12-26  Eric Blake  <ebb9@byu.net>
37500
37501         * gnulib-tool (sed_extract_prog): Avoid space-tab.
37502
37503 2006-12-26  Eric Blake  <ebb9@byu.net>
37504
37505         * modules/absolute-header: New module.
37506         * modules/fcntl (Depends-on): Depend on it.
37507         * modules/inttypes (Depends-on): Likewise.
37508         * modules/stdint (Depends-on): Likewise.
37509         * modules/sys_stat (Depends-on): Likewise.
37510         * modules/wctype (Depends-on): Likewise.
37511         * MODULES.html.sh (Support for building libraries and
37512         executables): Document it.
37513
37514 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
37515
37516         * gnulib-tool (SED): Remove, undoing previous change.
37517         The problem was that it broke coreutils on Solaris, because
37518         "sed --posix" leaked into a makefile.
37519         (sed): New alias, if 'alias' and GNU sed.
37520
37521 2006-12-24  Jim Meyering  <jim@meyering.net>
37522
37523         Work around an fchownat bug in glibc-2.4:
37524         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
37525         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
37526         in spite of the -P option.
37527         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
37528         New macros.
37529         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
37530         * modules/openat (Files): Add lib/fchownat.c.
37531         * lib/openat.c (fchownat): Don't define here.  Move to...
37532         * lib/fchownat.c: ...this new file.
37533
37534 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37535
37536         Fix bug reported by Bruno Haible in
37537         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
37538         where quotearg.c didn't compile on Mac OS X 10.2 because it
37539         lacks <wchar.h> and wint_t.
37540         * lib/wctype_.h (__wctype_wint_t): New type.
37541         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
37542         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
37543         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
37544         Arg is now of type __wctype_wint_t, not wint_t.
37545         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
37546         substitute HAVE_WINT_T.
37547         * modules/wctype (Files): Add m4/wint_t.m4.
37548         (wctype.h): Substitute HAVE_WINT_T.
37549
37550 2006-12-23  Bruno Haible  <bruno@clisp.org>
37551
37552         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
37553
37554 2006-12-23  Bruno Haible  <bruno@clisp.org>
37555
37556         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
37557         S_ISLNK.
37558         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
37559         mingw.
37560
37561 2006-12-22  Bruno Haible  <bruno@clisp.org>
37562
37563         * lib/copy-file.c: Include acl.h.
37564         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
37565         Close the file descriptors only after being done with copy_acl.
37566         * modules/copy-file (Depends-on): Add acl.
37567
37568 2006-12-22  Bruno Haible  <bruno@clisp.org>
37569
37570         * gnulib-tool (SED): New variable.
37571         Use $SED instead of sed everywhere.
37572
37573 2006-12-22  Bruno Haible  <bruno@clisp.org>
37574
37575         * modules/no-c++: New file.
37576         * m4/no-c++.m4: New file.
37577         * MODULES.html.sh (Support for building libraries and executables):
37578         Add no-c++.
37579
37580 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
37581
37582         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
37583         Include <limits.h>, and use its INT_MAX to rewrite the
37584         j loop so that it does not overflow 'int'.  Problem reported by
37585         Ralf Wildenhues in
37586         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
37587         Play it safe by shifting left by 1 rather than multiplying by 2,
37588         as GCC is less likely to optimize this away when the value
37589         is signed (when it assumes overflow leads to undefined behavior).
37590         Also, don't assume time_t uses two's complement.
37591
37592 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
37593
37594         * MODULES.html.sh: New module wctype.
37595         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
37596         * lib/fnmatch.c: Don't bother to include <wchar.h> before
37597         <wctype.h>, since the new wctype module should fix this.
37598         * lib/quotearg.c: Include <wctype.h> unconditionally, since
37599         the wctype module should arrange for it.
37600         * lib/regex_internal.h: Likewise.
37601         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
37602         since the wctype module should handle this now.
37603         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
37604         * modules/fnmatch (Depends-on): Add wctype.
37605         * modules/quotearg (Depends-on): Likewise.
37606         * modules/regex (Depends-on): Likewise.
37607
37608 2006-12-19  Bruno Haible  <bruno@clisp.org>
37609
37610         * lib/strdup.h [C++]: Wrap definitions in extern "C".
37611         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
37612
37613 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37614
37615         * modules/savewd (Depends-on): Fix dependency on fcntl.
37616
37617 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
37618
37619         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
37620         conforms to C99, rather than relying on the user's environment
37621         setting of STDINT_H.
37622
37623 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
37624         and Eric Blake  <ebb9@byu.net>
37625
37626         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
37627         This is more consistent with the other defines here.
37628         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
37629         Port to z/OS.  Problem reported by Paul Gilmartin.
37630         Change local vars to use gl_ prefix rather than ac_.
37631         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
37632         with other defines.
37633         * modules/double-slash-root: New module.
37634         * modules/dirname (Files): Remove m4/double-slash-root.m4.
37635         (Depends-on): Add double-slash-root.
37636         * MODULES.html.sh (File system functions): Mention new module.
37637
37638 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
37639
37640         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
37641         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
37642         This is for the benefit of gzip, which doesn't do i18n.
37643
37644 2006-12-12  Jim Meyering  <jim@meyering.net>
37645
37646         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
37647         Reported by Andreas Schwab <schwab@suse.de>.
37648
37649 2006-12-12  Bruno Haible  <bruno@clisp.org>
37650
37651         Merge these changes.
37652         2006-09-05  Bruno Haible  <bruno@clisp.org>
37653         * lib/iconvme.c (iconv_string): No need to save and restore errno when
37654         iconv_alloc succeeded.
37655         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
37656         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
37657         test for " && dest " at the end - dest is always != NULL there. Call
37658         iconv with 4xNULL arguments initially, to reset the state. Call iconv
37659         with 2xNULL arguments, also to flush the state storage. Handle the
37660         IRIX iconv behaviour. Realloc the final result, to throw away unused
37661         memory.
37662
37663 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
37664
37665         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
37666         and fchmodat unconditionally, since glibc 2.4 has them.
37667         Problem reported by Arkadiusz Miskiewicz.
37668
37669 2006-12-10  Bruno Haible  <bruno@clisp.org>
37670
37671         * gnulib-tool (func_import): Show the include files only for those
37672         modules that are copied and specified.
37673         Reported by Karl Berry.
37674
37675 2006-12-08  Jim Meyering  <jim@meyering.net>
37676
37677         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
37678         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
37679
37680         * build-aux/announce-gen: Add two new options, both optional:
37681         --bootstrap-tools=TOOL_LIST
37682               a comma-separated list of tools, e.g.,
37683               autoconf,automake,bison,gnulib
37684         --gnulib-snapshot-date=DATE
37685               if gnulib is in the bootstrap tool list,
37686               then report this as the snapshot date.
37687               If not specified, use the current date/time.
37688               If you specify a date here, be sure it's UTC.
37689
37690 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37691
37692         * tests/test-argp-2.sh: Fix test to match actual output.
37693         (func_compare): Fix sed script to be portable.
37694
37695 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
37696
37697         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
37698         workaround for this case.  It is not autoconfigured now; offhand
37699         it's hard to see how to autoconfigure it.
37700
37701 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
37702
37703         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
37704         a directory that is about to be chowned.  Such a directory's
37705         initial file permissions should permit the owner only and this
37706         should not be changed until after the chown, since the group and
37707         other bits would be incorrect if they granted permission before
37708         the chown.
37709
37710         Fix porting problem for iswctype reported by Georg Schwarz in:
37711         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
37712         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
37713         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
37714         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
37715         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
37716
37717 2006-12-03  Jim Meyering  <jim@meyering.net>
37718
37719         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
37720         p->fts_statp may not yet be defined.
37721         (fts_read): Instead, set it in the caller, once p->fts_statp is
37722         sure to be defined, and corresponds to a top-level directory.
37723         This bug made du -x fail.  Here's the coreutils test case:
37724         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
37725         Reported by Mike Frysinger.
37726
37727 2006-12-01  Jim Meyering  <jim@meyering.net>
37728
37729         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
37730         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
37731         Reported by Simon Josefsson.
37732
37733 2006-11-30  Jim Meyering  <jim@meyering.net>
37734
37735         * m4/warning.m4: Use the all-permissive copyright notice
37736         recommended by RMS (rather than LGPL).
37737         * m4/vararrays.m4: Likewise.
37738         * m4/flexmember.m4: Likewise.
37739
37740 2006-11-29  Bruno Haible  <bruno@clisp.org>
37741
37742         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37743         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
37744         using +=.
37745         Reported by Simon Josefsson <simon@josefsson.org>.
37746
37747 2006-11-28  James Youngman <jay@gnu.org>
37748
37749         * README: Advise users that they might find the bug-gnulib@gnu.org
37750         and autotools-announce@gnu.org mailing lists useful.
37751
37752 2006-11-28  Bruno Haible  <bruno@clisp.org>
37753
37754         * m4/ptrdiff_max.m4: Remove file.
37755
37756 2006-11-21  Bruno Haible  <bruno@clisp.org>
37757
37758         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
37759         _AC_COMPUTE_INT.
37760         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37761         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
37762         _AC_COMPUTE_INT.
37763         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37764         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
37765         _AC_COMPUTE_INT.
37766         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37767
37768 2006-11-28  Jim Meyering  <jim@meyering.net>
37769
37770         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
37771         warning from "gcc -Wshadow" about shadowing the builtin.
37772
37773 2006-11-27  Bruno Haible  <bruno@clisp.org>
37774
37775         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
37776         _AC_COMPUTE_INT.
37777         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37778
37779 2006-11-27  Bruno Haible  <bruno@clisp.org>
37780             Paul Eggert  <eggert@cs.ucla.edu>
37781
37782         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
37783
37784 2006-11-26  Bruno Haible  <bruno@clisp.org>
37785
37786         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37787         noinst_LTLIBRARIES.
37788
37789 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37790             Bruno Haible  <bruno@clisp.org>
37791
37792         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
37793         if compiling with "gcc -ansi".
37794
37795 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37796
37797         Fix some incompatibilities with gcc -ansi -pedantic.
37798         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
37799         if compiling pedantically with GCC, unless it's C99 or later.
37800         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
37801         it mishandles gcc -ansi -pedantic as well.
37802         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
37803         if gcc -pedantic.
37804         * lib/regexec.c (check_node_accept_bytes): Don't use auto
37805         initializers for struct if -pedantic, unless it's C99 or later.
37806
37807 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
37808
37809         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
37810         Don't close an fd more than once. Identical atimes indicate
37811         success, not failure.
37812
37813 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
37814
37815         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
37816
37817 2006-11-23  Jim Meyering  <jim@meyering.net>
37818
37819         * build-aux/announce-gen: New file.  From coreutils.
37820
37821 2006-11-22  Jim Meyering  <jim@meyering.net>
37822
37823         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
37824         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
37825         (fts_read): Use a temporary to narrow the overused st_size member
37826         before using it in a switch statement.  Reported by Matthew Woehlke.
37827
37828         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
37829         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
37830
37831 2006-11-20  Bruno Haible  <bruno@clisp.org>
37832
37833         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
37834         changequote instead of pairs of brackets.
37835         Reported by Andreas Schwab <schwab@suse.de>.
37836
37837 2006-11-21  Jim Meyering  <jim@meyering.net>
37838
37839         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
37840         so as to remain compatible with older compilers.
37841         Patch from Michael Deutschmann.
37842
37843 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37844
37845         * MODULES.html.sh (File system functions): Add openat.
37846
37847         * lib/openat.h (rpl_fstatat): New macro, if
37848         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
37849         (fstatat): Define to rpl_fstatat under the same conditions,
37850         unless COMPILING_FSTATAT.
37851         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
37852         seems to have the bug.
37853         * lib/fstatat.c: New file.
37854         * modules/openat (Files): Add it.
37855
37856 2006-11-20  Bruno Haible  <bruno@clisp.org>
37857
37858         * Makefile: New file.
37859
37860 2006-11-20  Jim Meyering  <jim@meyering.net>
37861
37862         The beginnings of syntax-related checks for gnulib.
37863         * lib/Makefile: New file.
37864         * lib/t-idcache: New script.  Ensure that the two halves of
37865         idcache.c stay in sync.
37866
37867         * lib/idcache.c: Adjust comments in user- and group- portions to
37868         be more accurate, and to be consistent with one another.
37869
37870 2006-11-20  Jim Meyering  <jim@meyering.net>
37871
37872         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
37873         continue using the flexible array member (thus, this module performs
37874         half as many malloc calls), with the addition that...
37875         (getgroup, getuser): Consistently record a non-match via an empty
37876         "name" string, and map an empty string match to a NULL return value.
37877         * modules/idcache (Depends-on): Re-add flexmember.
37878
37879         * lib/idcache.c (getuser): Remove all uses of the register keyword.
37880         (getuidbyname, getgroup, getgidbyname): Likewise.
37881
37882         Use cleaner syntax: NULL rather than 0.
37883         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
37884
37885 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37886
37887         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
37888         It mishandled the case where the group was missing.
37889         Problem reported by Greg Schafer.
37890         * modules/idcache: Likewise.
37891
37892 2006-11-18  Jim Meyering  <jim@meyering.net>
37893
37894         * check-module (%exempt_header): Add exception for some
37895         conditionally-included headers.
37896
37897         * modules/i-ring (Depends-on): Add verify.
37898         (License): Change to LGPL.
37899
37900 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37901
37902         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
37903         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
37904         and inttostr.h.  Use snprintf rather than uinttostr, so that
37905         LGPLed code doesn't depend on GPLed.
37906
37907 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37908
37909         * modules/inline (License): Change from GPL to LGPL.
37910
37911 2006-11-17  Jim Meyering  <jim@meyering.net>
37912
37913         * modules/d-type (License): Switch to LGPL.
37914
37915 2006-11-15  Bruno Haible  <bruno@clisp.org>
37916
37917         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
37918
37919 2006-11-15  Eric Blake  <ebb9@byu.net>
37920
37921         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
37922         the module dependency.
37923
37924 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37925             Bruno Haible  <bruno@clisp.org>
37926
37927         * gnulib-tool (func_create_testdir): Add license consistency check.
37928
37929 2006-11-15  Eric Blake  <ebb9@byu.net>
37930
37931         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
37932         random "(cached)" in configure output.
37933
37934 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37935
37936         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
37937         test for conforming inttypes.h is both announced and cached.
37938
37939         * MODULES.html.sh (seen_modules, seen_files): New variables.
37940         (func_module): Rewrite to use a few less gnulib-tool and sed
37941         invocations.  Avoid a couple of quadratic algorithms for ...
37942         (missed_modules, missed_files): ... these, with ...
37943         (func_append, func_tmpdir): ... these new functions, from
37944         gnulib-tool.  Analogously, install traps for cleanup.
37945
37946         * tests/test-gc.c (main): Remove unused variables.
37947         * tests/test-read-file.c: Include stdlib.h, for 'free'.
37948
37949 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
37950
37951         * modules/inttostr (License): Change to LGPL.
37952
37953 2006-11-14  Eric Blake  <ebb9@byu.net>
37954
37955         * modules/tempname (License): Change to LGPL.
37956
37957 2006-11-14  Eric Blake  <ebb9@byu.net>
37958
37959         * doc/functions.texi (Function Portability): *printf functions on
37960         Cygwin now understand all POSIX size specifiers.
37961
37962 2006-11-14  Bruno Haible  <bruno@clisp.org>
37963
37964         * modules/c-ctype (License): Change to LGPL.
37965
37966 2006-11-12  Bruno Haible  <bruno@clisp.org>
37967
37968         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
37969         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
37970         for GNOME libraries, for which the include files are installed in
37971         subdirectories of $prefix/include.
37972
37973 2006-11-12  Bruno Haible  <bruno@clisp.org>
37974
37975         * m4/lib-link.m4: Require at least autoconf-2.54.
37976         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
37977         name to underscores for the --with option.
37978
37979 2006-11-13  Bruno Haible  <bruno@clisp.org>
37980
37981         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
37982         the tests directory.
37983         Reported by Ralf Wildenhues.
37984
37985 2006-11-13  Bruno Haible  <bruno@clisp.org>
37986
37987         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
37988         (func_emit_initmacro_end): Undo the override here.
37989         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
37990         Works around the famous automake error in coreutils.
37991
37992 2006-11-13  Eric Blake  <ebb9@byu.net>
37993
37994         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
37995         element, not its node.
37996
37997 2006-11-12  Bruno Haible  <bruno@clisp.org>
37998
37999         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
38000         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
38001
38002 2006-11-12  Bruno Haible  <bruno@clisp.org>
38003
38004         * gnulib-tool: New option --local-symlink.
38005         (func_usage): Document it.
38006         (lsymbolic): New variable.
38007         (func_import, func_create_testdir): If --symlink was not specified,
38008         test whether --local-symlink was specified and the file comes from
38009         the local_gnulib_dir.
38010
38011 2006-11-12  Bruno Haible  <bruno@clisp.org>
38012
38013         * gnulib-tool (func_ln): New function.
38014         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
38015
38016 2006-11-12  Bruno Haible  <bruno@clisp.org>
38017
38018         Finish support for source files in subdirectories.
38019         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
38020         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
38021         AUTOMAKE_OPTIONS.
38022         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
38023
38024 2006-11-12  Bruno Haible  <bruno@clisp.org>
38025
38026         * gnulib-tool (func_get_automake_snippet): Synthesize also an
38027         EXTRA_lib_SOURCES augmentation.
38028         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
38029
38030 2006-11-12  Jim Meyering  <jim@meyering.net>
38031
38032         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
38033         file descriptors.  This also averts a failure on systems with
38034         native openat support when a traversed directory lacks "x" access.
38035         * lib/fts_.h: Include "i-ring.h"
38036         (struct FTS) [fts_fd_ring]: New member.
38037         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
38038         (FCHDIR): Add parentheses.
38039         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
38040         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
38041         When descending, rather than simply closing the previous
38042         fts_cwd_fd value, push that file descriptor onto the ring.
38043         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
38044         (fts_open): Initialize the new fd_ring member.
38045         (fts_close): Clear the ring.
38046         (fts_safe_changedir): When possible, use our new fd_ring to skip
38047         the diropen and fstat and dev/ino comparison that would normally
38048         accompany a virtual `chdir ("..")'.
38049
38050         * modules/fts (Depends-on): Add i-ring.
38051         * modules/i-ring: New module.
38052         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
38053         * m4/i-ring.m4: New file.
38054
38055 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38056
38057         * gnulib-tool (func_create_testdir): Fix replacement of
38058         `build-aux' in configure.ac.  Run autotools in gltests
38059         subdirectory.
38060         (func_create_testdir, func_create_megatestdir, test): There is
38061         no need for '--force' in most autotool invocations in a new
38062         tree.  Actually fail the whole test if any of the tools, or the
38063         configure or make stages fail.
38064
38065         Sync from Automake.
38066         * build-aux/gnupload: Revert last change.  Add pointer to upload
38067         instructions of the GNU Maintenance Instructions.
38068         Suggestion by Karl Berry.
38069
38070 2006-11-10  Jim Meyering  <jim@meyering.net>
38071
38072         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
38073
38074 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38075
38076         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
38077         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
38078         (bind_textdomain_codeset) [! ENABLE_NLS]:
38079         Evaluate all the arguments.  That way, callers get compatible behavior
38080         if the arguments have side effects.  Also, it avoids some GCC
38081         diagnostics in some cases; Joel E. Denny reported problems when Bison
38082         was configured with --enable-gcc-warnigs.
38083
38084 2006-11-10  Jim Meyering  <jim@meyering.net>
38085
38086         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
38087         relevant options in CFLAGS (like -O, -fno-inline) are taken into
38088         account.
38089
38090 2006-11-10  Jim Meyering  <jim@meyering.net>
38091
38092         * modules/inline: New file/module.
38093         * modules/xalloc (Files): Remove m4/inline.m4.
38094         (Depends-on): Add inline, instead.
38095         * modules/oset: Likewise.
38096         * modules/list: Likewise.
38097
38098 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38099
38100         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
38101         Problem reported by Matthew Woehlke.
38102
38103 2006-11-09  Bruno Haible  <bruno@clisp.org>
38104
38105         * lib/tempname.c (gen_tempname): Remove variant that invokes
38106         __gen_tempname.
38107         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
38108         __gen_tempname.
38109
38110 2006-11-08  Bruno Haible  <bruno@clisp.org>
38111
38112         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
38113         to 'yes' instead of 'cross-compiling'.
38114
38115 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
38116
38117         * lib/quotearg.h (quotearg_free): New decl.
38118         * lib/quotearg.c (quotearg_free): New function.
38119         (slot0, nslots, slotvec0, slotvec):
38120         Now file-scope so that quotearg_free can get at them.
38121
38122 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38123
38124         Sync from Automake.
38125         * build-aux/gnupload: Add missing 'gnu' to example URL.
38126         Report by Karl Berry.
38127
38128 2006-11-08  Bruno Haible  <bruno@clisp.org>
38129
38130         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
38131         Suggested by Paul Eggert.
38132
38133 2006-11-08  Jim Meyering  <jim@meyering.net>
38134
38135         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
38136         It's already included if !_LIBC.
38137         (fts_safe_changedir): Add a comment.
38138
38139 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
38140
38141         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
38142         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
38143         Matthew Woehlke.
38144
38145         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
38146         definitions up, to avoid colliding with change below.
38147         (static_inline) [HAVE_INLINE]: New macro.
38148         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
38149         Provide extern decls when !HAVE_INLINE.  Do not define unless
38150         static_inline is defined, either by us or by xmalloc.c.  Use
38151         static_inline rather than static inline.
38152         (XCALLOC): Optimize sizeof(T) = 1 case.
38153         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
38154
38155 2006-11-07  Bruno Haible  <bruno@clisp.org>
38156
38157         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
38158         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
38159         AC_C_INLINE.
38160         * modules/xalloc (Files): Add m4/inline.m4.
38161
38162 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38163
38164         * README: Fix typo.
38165         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
38166         (Miscellanous Notes): ...from this.
38167
38168 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
38169
38170         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
38171         Mention that offsetof should be used instead of sizeof.
38172         From Bruno Haible.
38173
38174 2006-11-07  Bruno Haible  <bruno@clisp.org>
38175
38176         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
38177
38178 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
38179
38180         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
38181         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
38182         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
38183         (gl_tree_add_before, gl_tree_add_after):
38184         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
38185         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
38186         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
38187         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
38188         (gl_linked_add_after, gl_linked_add_at): Likewise.
38189         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
38190         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
38191         (gl_tree_add_before, gl_tree_add_after): Likewise.
38192         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
38193         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
38194         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
38195
38196 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38197
38198         * lib/gl_oset.h: Use C comment style, not C++ comment style.
38199
38200 2006-11-06  Bruno Haible  <bruno@clisp.org>
38201
38202         * m4/inline.m4: New file.
38203         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
38204         * modules/list (Files): Add m4/inline.m4.
38205         * modules/oset (Files): Likewise.
38206
38207 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
38208
38209         * lib/idcache.c: Include <stddef.h>, for offsetof.
38210         (struct userid.name): Change from char * to a flexible array member.
38211         All uses changed.
38212         * modules/idcache (Depends-on): Add flexmember.
38213
38214         * MODULES.html.sh (Core language properties): New module flexmember.
38215         * modules/flexmember, m4/flexmember.m4: New files.
38216
38217         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
38218         inline functions that are identical with the old xnmalloc_inline,
38219         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
38220         that we can avoid some unnecessary integer multiplications and
38221         divisions in the common case where the element size is known at
38222         compile time.
38223         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
38224         needed.
38225         (xnboundedmalloc): Remove.
38226         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
38227         arguments, for consistency with rest of this header.
38228         (xcharalloc): Rewrite using XNMALLOC.
38229         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
38230         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
38231         versions have been moved to lib/xalloc.h and renamed to be the
38232         non-*_inline versions.
38233         (xmalloc, xrealloc): Implement without reference to the xnmalloc
38234         and xnrealloc functions, since those functions are now inline and
38235         now call us.
38236         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
38237         renaming described above.
38238         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
38239         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
38240         captures the dependency in AC_C_INLINE.
38241
38242         New module canonicalize-lgpl, proposed by Charles Wilson in
38243         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
38244         with a few small changes afterwards.
38245         * MODULES.html.sh (File system functions): New module
38246         canonicalize-lgpl.
38247         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
38248         and canonicalize_file_name.
38249         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
38250         * modules/canonicalize-lgpl: New files.
38251
38252 2006-11-05  Bruno Haible  <bruno@clisp.org>
38253
38254         * gnulib-tool (func_import, func_create_testdir): Create directories
38255         also for files in subdirectories of lib/.
38256
38257 2006-11-05  Bruno Haible  <bruno@clisp.org>
38258
38259         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
38260         ANSI C compliant.
38261
38262 2006-11-03  Bruno Haible  <bruno@clisp.org>
38263
38264         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
38265         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
38266         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
38267         (xnboundedmalloc): New inline function.
38268         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
38269         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
38270         xmalloc.
38271         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
38272         xmalloc.
38273         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
38274         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
38275         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
38276         xmalloc.
38277         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
38278         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
38279         xmalloc.
38280         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
38281         gl_tree_add_after): Use XMALLOC instead of xmalloc.
38282         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
38283         xmalloc.
38284         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
38285         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
38286         gl_tree_add_after): Use XMALLOC instead of xmalloc.
38287         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
38288         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
38289         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
38290         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
38291
38292 2006-11-03  Bruno Haible  <bruno@clisp.org>
38293
38294         * lib/c-ctype.h [C++]: Define functions without name mangling.
38295         * lib/fwriteerror.h [C++]: Likewise.
38296         * lib/gcd.h [C++]: Likewise.
38297         * lib/linebreak.h [C++]: Likewise.
38298
38299 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
38300
38301         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
38302         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
38303         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
38304         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
38305         Check for functions and headers just once.
38306         Check for declaration of canonicalize_file_name.
38307         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
38308
38309 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38310
38311         * gnulib-tool (func_import): Fix typo in actioncmd.
38312
38313 2006-11-02  Bruno Haible  <bruno@clisp.org>
38314
38315         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
38316         newline sequence in the Makefile.am snippet as a space, like "make"
38317         does.
38318         Reported by Roger Persson <perrog@gmail.com>.
38319
38320 2006-11-01  Bruno Haible  <bruno@clisp.org>
38321
38322         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
38323         already declared in <string.h>.
38324         * lib/strcase.h (strncasecmp): Don't declare it if yes.
38325
38326 2006-11-01  Bruno Haible  <bruno@clisp.org>
38327
38328         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
38329         * lib/strcase.h: Include <string.h>.
38330         (strcasecmp): Define to rpl_strcasecmp here.
38331
38332 2006-11-01  Bruno Haible  <bruno@clisp.org>
38333
38334         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
38335
38336 2006-11-01  Eric Blake  <ebb9@byu.net>
38337
38338         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
38339
38340         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
38341
38342 2006-10-29  Bruno Haible  <bruno@clisp.org>
38343
38344         Make it compile in C++ mode.
38345         * lib/full-write.c (full_rw): Add a cast.
38346
38347 2006-11-01  Bruno Haible  <bruno@clisp.org>
38348
38349         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
38350         be POSIX compliant.
38351         Reported by Roger Persson <perrog@gmail.com>.
38352
38353 2006-11-01  Eric Blake  <ebb9@byu.net>
38354
38355         * lib/getopt_.h: Fix comments.
38356
38357 2006-10-31  Eric Blake  <ebb9@byu.net>
38358
38359         * modules/tmpdir (Depends-on): Add sys_stat.
38360         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
38361         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
38362         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
38363         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
38364         tempname.
38365
38366 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
38367
38368         Avoid some C++ diagnostics reported by Bruno Haible.
38369         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
38370         xmalloc.
38371         (quotearg_alloc): Use xcharalloc rather than xmalloc.
38372         (struct slotvec): Move to top level.
38373         (quotearg_n_options): Rewrite to avoid xmalloc.
38374         * lib/xalloc.h (xcharalloc): New function.
38375         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
38376         [defined __cplusplus]: Add function template that provides result
38377         type propagation.  This part of the change is from Bruno Haible.
38378
38379 2006-10-29  Bruno Haible  <bruno@clisp.org>
38380
38381         Make it compile in C++ mode.
38382         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
38383         * lib/strnlen1.c (strnlen1): Cast memchr result.
38384         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
38385         * lib/clean-temp.c (string_equals, string_hash): Add casts.
38386         (create_temp_dir): Rename local variable 'template'.
38387         (compile_csharp_using_sscli): Add cast.
38388         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
38389         * lib/findprog.c (find_in_path): Likewise.
38390         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
38391         * lib/wait-process.c (register_slave_subprocess): Likewise.
38392
38393 2006-10-22  Bruno Haible  <bruno@clisp.org>
38394
38395         * modules/tsearch: New file.
38396         * lib/tsearch.h: New file.
38397         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
38398         * m4/tsearch.m4: New file.
38399         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
38400
38401 2006-10-29  Eric Blake  <ebb9@byu.net>
38402
38403         * lib/arcfour.c: Assume config.h.
38404         * lib/arctwo.c: Likewise.
38405         * lib/base64.c: Likewise.
38406         * lib/check-version.c: Likewise.
38407         * lib/crc.c: Likewise.
38408         * lib/des.c: Likewise.
38409         * lib/gc-gnulib.c: Likewise.
38410         * lib/gc-libgcrypt.c: Likewise.
38411         * lib/gc-pbkdf2-sha1.c: Likewise.
38412         * lib/getaddrinfo.c: Likewise.
38413         * lib/getdelim.c: Likewise.
38414         * lib/getline.c: Likewise.
38415         * lib/hmac-md5.c: Likewise.
38416         * lib/hmac-sha1.c: Likewise.
38417         * lib/iconvme.c: Likewise.
38418         * lib/md2.c: Likewise.
38419         * lib/md4.c: Likewise.
38420         * lib/memxor.c: Likewise.
38421         * lib/read-file.c: Likewise.
38422         * lib/readline.c: Likewise.
38423         * lib/rijndael-alg-fst.c: Likewise.
38424         * lib/rijndael-api-fst.c: Likewise.
38425         * lib/xgetdomainname.c: Likewise.
38426
38427 2006-10-28  Eric Blake  <ebb9@byu.net>
38428
38429         * lib/xstrndup.c: Assume config.h.
38430
38431 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
38432
38433         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
38434         stat-macros.h is now for our own macros, whereas stat_h is for
38435         macros in the <sys/stat.h> name space.
38436         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
38437         (STAT_MACROS_H): Remove.
38438         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
38439         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
38440         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
38441         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
38442         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
38443         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
38444         Move these macros to ...
38445         * lib/stat_.h: here.  Don't include stat-macros.h.
38446         * lib/canonicalize.c: Don't include stat-macros.h.
38447         * lib/chown.c: Likewise.
38448         * lib/euidaccess.c: Likewise.
38449         * lib/file-type.c: Likewise.
38450         * lib/filemode.c: Likewise.
38451         * lib/glob.c: Likewise.
38452         * lib/isapipe.c: Likewise.
38453         * lib/lchown.c: Likewise.
38454         * lib/lstat.c: Likewise.
38455         * lib/mkdir-p.c: Likewise.
38456         * lib/rmdir.c: Likewise.
38457         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
38458         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
38459         unless mkdir isn't declared, to speed up 'configure'.
38460         Always create sys/stat.h, since it's unlikely any real sys/stat.h
38461         would define all the S_* symbols.
38462         * modules/canonicalize (Depends-on):
38463         Depend on sys_stat, not stat-macros.
38464         * modules/chown: Likewise.
38465         * modules/euidaccess: Likewise.
38466         * modules/filemode: Likewise.
38467         * modules/file-type: Likewise.
38468         * modules/glob: Likewise.
38469         * modules/isapipe: Likewise.
38470         * modules/lchown: Likewise.
38471         * modules/lstat: Likewise.
38472         * modules/mkancesdirs: Likewise.
38473         * modules/rmdir: Likewise.
38474         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
38475         * modules/modechange: Likewise.
38476         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
38477         (configure.ac): Remove gl_STAT_MACROS.
38478         * modules/sys_stat (Depends-on): Remove stat-macros.
38479
38480 2006-10-27  Bruno Haible  <bruno@clisp.org>
38481
38482         * m4/signed.m4: Remove file.
38483         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
38484         invocation.
38485         * modules/vasnprintf (Files): Remove m4/signed.m4.
38486
38487 2006-10-27  Bruno Haible  <bruno@clisp.org>
38488
38489         Update to GNU gettext 0.16.
38490         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
38491         m4/inttypes-h.m4, m4/signed.m4.
38492         * m4/gettext.m4: Update to GNU gettext 0.16.
38493         * m4/intl.m4: New file, from GNU gettext.
38494         * m4/intldir.m4: New file, from GNU gettext.
38495         * config/srclist.txt: Update
38496
38497 2006-10-27  Eric Blake  <ebb9@byu.net>
38498
38499         * MODULES.html.sh: Document tempname.
38500         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
38501         dependencies.
38502         (Files): Move lib/tempname.c...
38503         * modules/tempname: ...to this new module.
38504         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
38505         (gl_PREREQ_TEMPNAME): Move...
38506         * m4/tempname.m4: ...to this new file.
38507         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
38508         * modules/sys_stat (Depends-on): Add stat-macros.
38509         * lib/stat_.h (includes): Pick up stat macros.
38510         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
38511         if stat macros are broken.
38512         * lib/tempname.c (includes): No need to include "stat-macros.h".
38513         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
38514         (direxists, __path_search) [!_LIBC]: Don't compile these in
38515         gnulib; the tmpdir module covers that.
38516         * lib/tempname.h: New file.
38517
38518 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
38519
38520         * COPYING: Explain how gnulib-tool converts licence headers.
38521         Almost all wording by Eric Blake.
38522
38523 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
38524
38525         * lib/mbchar.h (is_basic_table): Make read-only.
38526         * lib/mbchar.c (is_basic_table): Likewise.
38527         Reported by John Darrington.
38528
38529 2006-10-25  Bruno Haible  <bruno@clisp.org>
38530
38531         * lib/progname.h (set_program_name): Undefine before defining.
38532
38533 2006-10-25  Bruno Haible  <bruno@clisp.org>
38534
38535         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
38536         false for non-gcc C++ compilers.
38537         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
38538
38539 2006-10-24  Bruno Haible  <bruno@clisp.org>
38540
38541         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
38542         iconv implementations like Irix iconv.
38543
38544 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38545
38546         * modules/vararrays: New file.
38547         * m4/vararrays.m4: New file, taken from diffutils.
38548         * MODULES.html.sh: New module vararrays.
38549
38550 2006-10-24  Karl Berry  <karl@gnu.org>
38551
38552         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
38553         Don't call GNU Unix.
38554
38555 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38556
38557         * users.txt: Add Libtool.
38558
38559         Sync from Libtool:
38560
38561         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38562
38563         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
38564         to gnulib's policy of including config.h unconditionally.
38565
38566 2006-10-24  Bruno Haible  <bruno@clisp.org>
38567
38568         * modules/wcwidth (Files): Add m4/wint_t.m4.
38569         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
38570         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
38571
38572 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38573
38574         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
38575         to pacify GCC with some -W flags enabled.  Problem reported by
38576         Bruno Haible.
38577
38578 2006-10-24  Jim Meyering  <jim@meyering.net>
38579
38580         * MODULES.html.sh: Remove uinttostr.  It's not a module.
38581         Reported by Karl Berry.
38582
38583 2006-10-23  Bruno Haible  <bruno@clisp.org>
38584
38585         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
38586
38587 2006-10-24  Bruno Haible  <bruno@clisp.org>
38588
38589         * lib/gl_list.h: Use C comment style, not C++ comment style.
38590
38591 2006-10-23  Eric Blake  <ebb9@byu.net>
38592
38593         * lib/getaddrinfo.c (includes): Add missing include.
38594
38595 2006-10-23  Bruno Haible  <bruno@clisp.org>
38596             Paul Eggert  <eggert@cs.ucla.edu>
38597
38598         Ability to rename obstack_free.
38599         * lib/obstack.h (__obstack_free): New macro. Declare instead of
38600         obstack_free.
38601         (obstack_free): Invoke the __obstack_free macro.
38602         * lib/obstack.c (obstack_free): Use __obstack_free macro.
38603
38604 2006-10-23  Bruno Haible  <bruno@clisp.org>
38605             Paul Eggert  <eggert@cs.ucla.edu>
38606
38607         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
38608         __argc, __argv from the declaration. (They are defined as macros on
38609         mingw.)
38610
38611 2006-10-22  Bruno Haible  <bruno@clisp.org>
38612
38613         * doc/gnulib-intro.texi: New file.
38614         * doc/gnulib.texi: Include it.
38615
38616 2006-10-21  Bruno Haible  <bruno@clisp.org>
38617
38618         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
38619         "Introduction", "Miscellanous Notes", "Particular Modules".
38620
38621 2006-10-21  Bruno Haible  <bruno@clisp.org>
38622
38623         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38624         Change mostlyclean-local rule to avoid sh syntax error from bash
38625         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
38626
38627 2006-10-23  Jim Meyering  <jim@meyering.net>
38628
38629         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
38630         in place of snprintf.
38631
38632         * modules/inttostr (Files): Add lib/uinttostr.c.
38633         * lib/uinttostr.c (inttostr): New file/function.
38634         * lib/inttostr.h (uinttostr): Declare.
38635         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
38636         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
38637         Add uinttostr.
38638         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
38639
38640 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
38641
38642         * lib/canonicalize.c (ELOOP): Define if not already defined.
38643         Problem reported by Bruno Haible in
38644         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
38645
38646 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
38647
38648         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
38649         Problem reported by Perry Smith and Ville Laurikari.
38650
38651         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
38652         uses.
38653
38654 2006-10-19  Bruno Haible  <bruno@clisp.org>
38655
38656         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
38657         for mingw.
38658
38659 2006-10-19  Bruno Haible  <bruno@clisp.org>
38660
38661         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
38662         Needed for mingw.
38663
38664 2006-10-19  Bruno Haible  <bruno@clisp.org>
38665
38666         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
38667
38668 2006-10-19  Bruno Haible  <bruno@clisp.org>
38669
38670         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
38671         it.
38672
38673 2006-10-19  Bruno Haible  <bruno@clisp.org>
38674
38675         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
38676         invocation.
38677
38678 2006-10-19  Bruno Haible  <bruno@clisp.org>
38679
38680         * gnulib-tool (func_create_testdir): Don't include ftruncate and
38681         mountlist by default.
38682
38683 2006-10-16  Bruno Haible  <bruno@clisp.org>
38684
38685         * lib/c-strstr.c: Include c-strstr.h.
38686
38687 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38688
38689         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
38690         in a slash.
38691
38692 2006-10-18  Bruno Haible  <bruno@clisp.org>
38693
38694         * lib/lock.h [C++]: Wrap definitions in extern "C".
38695
38696 2006-10-18  Bruno Haible  <bruno@clisp.org>
38697
38698         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
38699         gl_LIBOBJS list.
38700
38701 2006-10-18  Bruno Haible  <bruno@clisp.org>
38702
38703         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
38704
38705 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
38706
38707         * lib/xstrtol.h: Include gettext.h.
38708         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
38709         Problem reported by Eric Blake.
38710         * modules/xstrtol (Depends-on): Add gettext-h.
38711
38712 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
38713
38714         * lib/strftime.c (advance): New macro.
38715         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
38716         incomplete type, so you can't add 0 to it.  Problem and patch
38717         reported by Eelco Dolstra for dietlibc.
38718
38719 2006-10-18  Jim Meyering  <jim@meyering.net>
38720
38721         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
38722         type for a local, and rename it: s/up/user_proc/.
38723
38724 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
38725
38726         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
38727         READ_UTMP_USER_PROCESS.
38728         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
38729
38730 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38731
38732         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
38733         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
38734
38735 2006-10-17  Eric Blake  <ebb9@byu.net>
38736
38737         * lib/sigprocmask.c (sigprocmask): Fix typo.
38738
38739         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
38740
38741         * modules/clean-temp (Makefile.am): Don't add to make output...
38742         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
38743         config.h.
38744
38745 2006-10-17  Bruno Haible  <bruno@clisp.org>
38746
38747         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
38748         differently if DEFAULT_TEXT_DOMAIN is set.
38749
38750 2006-10-16  Bruno Haible  <bruno@clisp.org>
38751
38752         * lib/clean-temp.c: Include fwriteerror.h.
38753
38754 2006-10-16  Bruno Haible  <bruno@clisp.org>
38755
38756         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
38757
38758 2006-10-16  Bruno Haible  <bruno@clisp.org>
38759
38760         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
38761         * lib/sigprocmask.h: Include <sys/types.h>.
38762         (sigset_t): Use the system's definition if present.
38763
38764 2006-10-17  Eric Blake  <ebb9@byu.net>
38765
38766         * lib/xvasprintf.c (includes): Assume config.h.
38767         * lib/xasprintf.c (includes): Likewise.
38768
38769 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
38770
38771         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
38772         at least as wide as intmax_t.
38773
38774 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
38775
38776         (Imported from Automake.)
38777         * build-aux/gnupload: Update to version 1.1 of directive file.
38778
38779 2006-10-16  Eric Blake  <ebb9@byu.net>
38780
38781         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
38782         match Automake 1.10a.
38783
38784 2006-10-14  Bruno Haible  <bruno@clisp.org>
38785
38786         * modules/sigprocmask: New file.
38787         * lib/sigprocmask.h: New file.
38788         * lib/sigprocmask.c: New file.
38789         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
38790         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
38791         request sigprocmask.o.
38792         (gl_PREREQ_SIGPROCMASK): New macro.
38793         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
38794         (Depends-on): Add sigprocmask.
38795         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
38796         gt_SIGNALBLOCKING. Test for 'raise' only once.
38797         * lib/fatal-signal.c: Include sigprocmask.h.
38798         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
38799         unblock_fatal_signals): Define always.
38800         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38801         sigprocmask.
38802
38803 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38804
38805         Sync from Automake.
38806         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
38807         which incorrectly sets the mode of an existing destination
38808         directory.  In some cases the unpatched install-sh could do the
38809         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
38810         system.  We hope this is rare in practice, but it's clearly worth
38811         fixing.  Problem reported by Alex Unleashed in
38812         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
38813         Also, don't bother to check for -m bugs unless we're using -m;
38814         suggested by Stepan Kasal.
38815
38816 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38817
38818         Sync from Automake.
38819         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
38820         `-c' flag, so they appear at the same position as in %FASTDEP%
38821         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
38822         which ignores unknown options only after the first non-option.
38823         Bug report against M4 by Nelson H. F. Beebe.
38824
38825 2006-10-13  Jim Meyering  <jim@meyering.net>
38826
38827         Fix a bug in yesterday's change.
38828         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
38829         p->fts_statp->st_dev would be used uninitialized.
38830         Ensures that we always call fts_stat on the very first entry.
38831         Miklos Szeredi reported that find -xdev stopped working.
38832
38833 2006-10-12  Bruno Haible  <bruno@clisp.org>
38834
38835         * gnulib-tool (func_get_automake_snippet): Append an automatically
38836         computed EXTRA_DIST augmentation.
38837         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
38838         * modules/alloca-opt (Makefile.am): Likewise.
38839         * modules/allocsa (Makefile.am): Likewise.
38840         * modules/arcfour (Makefile.am): Likewise.
38841         * modules/arctwo (Makefile.am): Likewise.
38842         * modules/argmatch (Makefile.am): Likewise.
38843         * modules/argz (Makefile.am): Likewise.
38844         * modules/atexit (Makefile.am): Likewise.
38845         * modules/backupfile (Makefile.am): Likewise.
38846         * modules/byteswap (Makefile.am): Likewise.
38847         * modules/c-strtod (Makefile.am): Likewise.
38848         * modules/c-strtold (Makefile.am): Likewise.
38849         * modules/calloc (Makefile.am): Likewise.
38850         * modules/canon-host (Makefile.am): Likewise.
38851         * modules/canonicalize (Makefile.am): Likewise.
38852         * modules/chdir-long (Makefile.am): Likewise.
38853         * modules/chdir-safer (Makefile.am): Likewise.
38854         * modules/check-version (Makefile.am): Likewise.
38855         * modules/chown (Makefile.am): Likewise.
38856         * modules/cloexec (Makefile.am): Likewise.
38857         * modules/close-stream (Makefile.am): Likewise.
38858         * modules/closeout (Makefile.am): Likewise.
38859         * modules/crc (Makefile.am): Likewise.
38860         * modules/csharpexec (Makefile.am): Likewise.
38861         * modules/cycle-check (Makefile.am): Likewise.
38862         * modules/des (Makefile.am): Likewise.
38863         * modules/dev-ino (Makefile.am): Likewise.
38864         * modules/dirfd (Makefile.am): Likewise.
38865         * modules/dirname (Makefile.am): Likewise.
38866         * modules/dup2 (Makefile.am): Likewise.
38867         * modules/eealloc (Makefile.am): Likewise.
38868         * modules/error (Makefile.am): Likewise.
38869         * modules/euidaccess (Makefile.am): Likewise.
38870         * modules/exclude (Makefile.am): Likewise.
38871         * modules/exitfail (Makefile.am): Likewise.
38872         * modules/fcntl-safer (Makefile.am): Likewise.
38873         * modules/fcntl (Makefile.am): Likewise.
38874         * modules/file-type (Makefile.am): Likewise.
38875         * modules/fileblocks (Makefile.am): Likewise.
38876         * modules/filemode (Makefile.am): Likewise.
38877         * modules/filenamecat (Makefile.am): Likewise.
38878         * modules/fnmatch (Makefile.am): Likewise.
38879         * modules/fopen-safer (Makefile.am): Likewise.
38880         * modules/fpending (Makefile.am): Likewise.
38881         * modules/fprintftime (Makefile.am): Likewise.
38882         * modules/free (Makefile.am): Likewise.
38883         * modules/fsusage (Makefile.am): Likewise.
38884         * modules/ftruncate (Makefile.am): Likewise.
38885         * modules/fts (Makefile.am): Likewise.
38886         * modules/gc-arcfour (Makefile.am): Likewise.
38887         * modules/gc-des (Makefile.am): Likewise.
38888         * modules/gc-hmac-md5 (Makefile.am): Likewise.
38889         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
38890         * modules/gc-md4 (Makefile.am): Likewise.
38891         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38892         * modules/gc-sha1 (Makefile.am): Likewise.
38893         * modules/gc (Makefile.am): Likewise.
38894         * modules/getaddrinfo (Makefile.am): Likewise.
38895         * modules/getcwd (Makefile.am): Likewise.
38896         * modules/getdelim (Makefile.am): Likewise.
38897         * modules/getdomainname (Makefile.am): Likewise.
38898         * modules/getgroups (Makefile.am): Likewise.
38899         * modules/gethostname (Makefile.am): Likewise.
38900         * modules/gethrxtime (Makefile.am): Likewise.
38901         * modules/getline (Makefile.am): Likewise.
38902         * modules/getloadavg (Makefile.am): Likewise.
38903         * modules/getlogin_r (Makefile.am): Likewise.
38904         * modules/getndelim2 (Makefile.am): Likewise.
38905         * modules/getopt (Makefile.am): Likewise.
38906         * modules/getpagesize (Makefile.am): Likewise.
38907         * modules/getpass-gnu (Makefile.am): Likewise.
38908         * modules/getpass (Makefile.am): Likewise.
38909         * modules/getsubopt (Makefile.am): Likewise.
38910         * modules/gettime (Makefile.am): Likewise.
38911         * modules/gettimeofday (Makefile.am): Likewise.
38912         * modules/getugroups (Makefile.am): Likewise.
38913         * modules/getusershell (Makefile.am): Likewise.
38914         * modules/glob (Makefile.am): Likewise.
38915         * modules/group-member (Makefile.am): Likewise.
38916         * modules/hard-locale (Makefile.am): Likewise.
38917         * modules/hash (Makefile.am): Likewise.
38918         * modules/hmac-md5 (Makefile.am): Likewise.
38919         * modules/hmac-sha1 (Makefile.am): Likewise.
38920         * modules/human (Makefile.am): Likewise.
38921         * modules/idcache (Makefile.am): Likewise.
38922         * modules/imaxabs (Makefile.am): Likewise.
38923         * modules/imaxdiv (Makefile.am): Likewise.
38924         * modules/inet_ntop (Makefile.am): Likewise.
38925         * modules/inet_pton (Makefile.am): Likewise.
38926         * modules/intprops (Makefile.am): Likewise.
38927         * modules/inttostr (Makefile.am): Likewise.
38928         * modules/inttypes (Makefile.am): Likewise.
38929         * modules/isapipe (Makefile.am): Likewise.
38930         * modules/javaversion (Makefile.am): Likewise.
38931         * modules/lchmod (Makefile.am): Likewise.
38932         * modules/lchown (Makefile.am): Likewise.
38933         * modules/localcharset (Makefile.am): Likewise.
38934         * modules/long-options (Makefile.am): Likewise.
38935         * modules/lstat (Makefile.am): Likewise.
38936         * modules/malloc (Makefile.am): Likewise.
38937         * modules/mathl (Makefile.am): Likewise.
38938         * modules/mbchar (Makefile.am): Likewise.
38939         * modules/md2 (Makefile.am): Likewise.
38940         * modules/md4 (Makefile.am): Likewise.
38941         * modules/md5 (Makefile.am): Likewise.
38942         * modules/memcasecmp (Makefile.am): Likewise.
38943         * modules/memchr (Makefile.am): Likewise.
38944         * modules/memcmp (Makefile.am): Likewise.
38945         * modules/memcoll (Makefile.am): Likewise.
38946         * modules/memcpy (Makefile.am): Likewise.
38947         * modules/memmem (Makefile.am): Likewise.
38948         * modules/memmove (Makefile.am): Likewise.
38949         * modules/mempcpy (Makefile.am): Likewise.
38950         * modules/memrchr (Makefile.am): Likewise.
38951         * modules/memset (Makefile.am): Likewise.
38952         * modules/memxor (Makefile.am): Likewise.
38953         * modules/mkancesdirs (Makefile.am): Likewise.
38954         * modules/mkdir-p (Makefile.am): Likewise.
38955         * modules/mkdir (Makefile.am): Likewise.
38956         * modules/mkdtemp (Makefile.am): Likewise.
38957         * modules/mkstemp (Makefile.am): Likewise.
38958         * modules/mktime (Makefile.am): Likewise.
38959         * modules/modechange (Makefile.am): Likewise.
38960         * modules/mountlist (Makefile.am): Likewise.
38961         * modules/nanosleep (Makefile.am): Likewise.
38962         * modules/obstack (Makefile.am): Likewise.
38963         * modules/openat (Makefile.am): Likewise.
38964         * modules/pagealign_alloc (Makefile.am): Likewise.
38965         * modules/pathmax (Makefile.am): Likewise.
38966         * modules/physmem (Makefile.am): Likewise.
38967         * modules/poll (Makefile.am): Likewise.
38968         * modules/posixtm (Makefile.am): Likewise.
38969         * modules/posixver (Makefile.am): Likewise.
38970         * modules/putenv (Makefile.am): Likewise.
38971         * modules/quote (Makefile.am): Likewise.
38972         * modules/quotearg (Makefile.am): Likewise.
38973         * modules/raise (Makefile.am): Likewise.
38974         * modules/read-file (Makefile.am): Likewise.
38975         * modules/readline (Makefile.am): Likewise.
38976         * modules/readlink (Makefile.am): Likewise.
38977         * modules/readtokens (Makefile.am): Likewise.
38978         * modules/readutmp (Makefile.am): Likewise.
38979         * modules/realloc (Makefile.am): Likewise.
38980         * modules/regex (Makefile.am): Likewise.
38981         * modules/rename-dest-slash (Makefile.am): Likewise.
38982         * modules/rename (Makefile.am): Likewise.
38983         * modules/rijndael (Makefile.am): Likewise.
38984         * modules/rmdir (Makefile.am): Likewise.
38985         * modules/rpmatch (Makefile.am): Likewise.
38986         * modules/safe-read (Makefile.am): Likewise.
38987         * modules/safe-write (Makefile.am): Likewise.
38988         * modules/same-inode (Makefile.am): Likewise.
38989         * modules/same (Makefile.am): Likewise.
38990         * modules/save-cwd (Makefile.am): Likewise.
38991         * modules/savedir (Makefile.am): Likewise.
38992         * modules/setenv (Makefile.am): Likewise.
38993         * modules/settime (Makefile.am): Likewise.
38994         * modules/sha1 (Makefile.am): Likewise.
38995         * modules/sig2str (Makefile.am): Likewise.
38996         * modules/snprintf (Makefile.am): Likewise.
38997         * modules/stat-macros (Makefile.am): Likewise.
38998         * modules/stat-time (Makefile.am): Likewise.
38999         * modules/stdbool (Makefile.am): Likewise.
39000         * modules/stdint (Makefile.am): Likewise.
39001         * modules/stdlib-safer (Makefile.am): Likewise.
39002         * modules/stpcpy (Makefile.am): Likewise.
39003         * modules/stpncpy (Makefile.am): Likewise.
39004         * modules/strcase (Makefile.am): Likewise.
39005         * modules/strcasestr (Makefile.am): Likewise.
39006         * modules/strchrnul (Makefile.am): Likewise.
39007         * modules/strcspn (Makefile.am): Likewise.
39008         * modules/strdup (Makefile.am): Likewise.
39009         * modules/strerror (Makefile.am): Likewise.
39010         * modules/strftime (Makefile.am): Likewise.
39011         * modules/strndup (Makefile.am): Likewise.
39012         * modules/strnlen (Makefile.am): Likewise.
39013         * modules/strpbrk (Makefile.am): Likewise.
39014         * modules/strsep (Makefile.am): Likewise.
39015         * modules/strstr (Makefile.am): Likewise.
39016         * modules/strtod (Makefile.am): Likewise.
39017         * modules/strtoimax (Makefile.am): Likewise.
39018         * modules/strtok_r (Makefile.am): Likewise.
39019         * modules/strtol (Makefile.am): Likewise.
39020         * modules/strtoll (Makefile.am): Likewise.
39021         * modules/strtoul (Makefile.am): Likewise.
39022         * modules/strtoull (Makefile.am): Likewise.
39023         * modules/strtoumax (Makefile.am): Likewise.
39024         * modules/strverscmp (Makefile.am): Likewise.
39025         * modules/sys_socket (Makefile.am): Likewise.
39026         * modules/sys_stat (Makefile.am): Likewise.
39027         * modules/sysexits (Makefile.am): Likewise.
39028         * modules/time_r (Makefile.am): Likewise.
39029         * modules/timegm (Makefile.am): Likewise.
39030         * modules/timespec (Makefile.am): Likewise.
39031         * modules/tmpfile-safer (Makefile.am): Likewise.
39032         * modules/trim (Makefile.am): Likewise.
39033         * modules/unistd-safer (Makefile.am): Likewise.
39034         * modules/unlinkdir (Makefile.am): Likewise.
39035         * modules/unlocked-io (Makefile.am): Likewise.
39036         * modules/userspec (Makefile.am): Likewise.
39037         * modules/utime (Makefile.am): Likewise.
39038         * modules/utimecmp (Makefile.am): Likewise.
39039         * modules/utimens (Makefile.am): Likewise.
39040         * modules/vasnprintf (Makefile.am): Likewise.
39041         * modules/vasprintf (Makefile.am): Likewise.
39042         * modules/vsnprintf (Makefile.am): Likewise.
39043         * modules/xalloc (Makefile.am): Likewise.
39044         * modules/xgetcwd (Makefile.am): Likewise.
39045         * modules/xnanosleep (Makefile.am): Likewise.
39046         * modules/xreadlink (Makefile.am): Likewise.
39047         * modules/xstrtod (Makefile.am): Likewise.
39048         * modules/xstrtol (Makefile.am): Likewise.
39049         * modules/xstrtold (Makefile.am): Likewise.
39050         * modules/yesno (Makefile.am): Likewise.
39051         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
39052
39053 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
39054
39055         * modules/error (Makefile.am): Distribute files through
39056         EXTRA_DIST, not lib_SOURCES.
39057
39058 2006-10-12  Eric Blake  <ebb9@byu.net>
39059
39060         * modules/error (Makefile.am): Distribute files in /lib.
39061         * modules/obstack (Makefile.am): Likewise.
39062
39063 2006-10-12  Bruno Haible  <bruno@clisp.org>
39064
39065         * modules/acl (Makefile.am): Distribute all files in lib/ through
39066         EXTRA_DIST.
39067         * modules/arcfour (Makefile.am): Likewise.
39068         * modules/arctwo (Makefile.am): Likewise.
39069         * modules/argmatch (Makefile.am): Likewise.
39070         * modules/argz (Makefile.am): Likewise.
39071         * modules/atexit (Makefile.am): Likewise.
39072         * modules/backupfile (Makefile.am): Likewise.
39073         * modules/c-strtod (Makefile.am): Likewise.
39074         * modules/c-strtold (Makefile.am): Likewise.
39075         * modules/calloc (Makefile.am): Likewise.
39076         * modules/canon-host (Makefile.am): Likewise.
39077         * modules/canonicalize (Makefile.am): Likewise.
39078         * modules/chdir-long (Makefile.am): Likewise.
39079         * modules/chdir-safer (Makefile.am): Likewise.
39080         * modules/check-version (Makefile.am): Likewise.
39081         * modules/chown (Makefile.am): Likewise.
39082         * modules/cloexec (Makefile.am): Likewise.
39083         * modules/close-stream (Makefile.am): Likewise.
39084         * modules/closeout (Makefile.am): Likewise.
39085         * modules/crc (Makefile.am): Likewise.
39086         * modules/cycle-check (Makefile.am): Likewise.
39087         * modules/des (Makefile.am): Likewise.
39088         * modules/dirfd (Makefile.am): Likewise.
39089         * modules/dirname (Makefile.am): Likewise.
39090         * modules/dup2 (Makefile.am): Likewise.
39091         * modules/euidaccess (Makefile.am): Likewise.
39092         * modules/exclude (Makefile.am): Likewise.
39093         * modules/exitfail (Makefile.am): Likewise.
39094         * modules/fcntl-safer (Makefile.am): Likewise.
39095         * modules/file-type (Makefile.am): Likewise.
39096         * modules/fileblocks (Makefile.am): Likewise.
39097         * modules/filemode (Makefile.am): Likewise.
39098         * modules/filenamecat (Makefile.am): Likewise.
39099         * modules/fnmatch (Makefile.am): Likewise.
39100         * modules/fopen-safer (Makefile.am): Likewise.
39101         * modules/fpending (Makefile.am): Likewise.
39102         * modules/fprintftime (Makefile.am): Likewise.
39103         * modules/free (Makefile.am): Likewise.
39104         * modules/fsusage (Makefile.am): Likewise.
39105         * modules/ftruncate (Makefile.am): Likewise.
39106         * modules/fts (Makefile.am): Likewise.
39107         * modules/gc (Makefile.am): Likewise.
39108         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
39109         * modules/getaddrinfo (Makefile.am): Likewise.
39110         * modules/getcwd (Makefile.am): Likewise.
39111         * modules/getdelim (Makefile.am): Likewise.
39112         * modules/getdomainname (Makefile.am): Likewise.
39113         * modules/getgroups (Makefile.am): Likewise.
39114         * modules/gethostname (Makefile.am): Likewise.
39115         * modules/gethrxtime (Makefile.am): Likewise.
39116         * modules/getline (Makefile.am): Likewise.
39117         * modules/getloadavg (Makefile.am): Likewise.
39118         * modules/getlogin_r (Makefile.am): Likewise.
39119         * modules/getopt (Makefile.am): Likewise.
39120         * modules/getpass (Makefile.am): Likewise.
39121         * modules/getpass-gnu (Makefile.am): Likewise.
39122         * modules/getsubopt (Makefile.am): Likewise.
39123         * modules/gettime (Makefile.am): Likewise.
39124         * modules/gettimeofday (Makefile.am): Likewise.
39125         * modules/getugroups (Makefile.am): Likewise.
39126         * modules/getusershell (Makefile.am): Likewise.
39127         * modules/glob (Makefile.am): Likewise.
39128         * modules/group-member (Makefile.am): Likewise.
39129         * modules/hard-locale (Makefile.am): Likewise.
39130         * modules/hash (Makefile.am): Likewise.
39131         * modules/hmac-md5 (Makefile.am): Likewise.
39132         * modules/hmac-sha1 (Makefile.am): Likewise.
39133         * modules/human (Makefile.am): Likewise.
39134         * modules/idcache (Makefile.am): Likewise.
39135         * modules/imaxabs (Makefile.am): Likewise.
39136         * modules/imaxdiv (Makefile.am): Likewise.
39137         * modules/inet_ntop (Makefile.am): Likewise.
39138         * modules/inet_pton (Makefile.am): Likewise.
39139         * modules/inttostr (Makefile.am): Likewise.
39140         * modules/isapipe (Makefile.am): Likewise.
39141         * modules/lchown (Makefile.am): Likewise.
39142         * modules/long-options (Makefile.am): Likewise.
39143         * modules/lstat (Makefile.am): Likewise.
39144         * modules/malloc (Makefile.am): Likewise.
39145         * modules/mathl (Makefile.am): Likewise.
39146         * modules/mbchar (Makefile.am): Likewise.
39147         * modules/md2 (Makefile.am): Likewise.
39148         * modules/md4 (Makefile.am): Likewise.
39149         * modules/md5 (Makefile.am): Likewise.
39150         * modules/memcasecmp (Makefile.am): Likewise.
39151         * modules/memchr (Makefile.am): Likewise.
39152         * modules/memcmp (Makefile.am): Likewise.
39153         * modules/memcoll (Makefile.am): Likewise.
39154         * modules/memcpy (Makefile.am): Likewise.
39155         * modules/memmem (Makefile.am): Likewise.
39156         * modules/memmove (Makefile.am): Likewise.
39157         * modules/mempcpy (Makefile.am): Likewise.
39158         * modules/memrchr (Makefile.am): Likewise.
39159         * modules/memset (Makefile.am): Likewise.
39160         * modules/memxor (Makefile.am): Likewise.
39161         * modules/mkancesdirs (Makefile.am): Likewise.
39162         * modules/mkdir (Makefile.am): Likewise.
39163         * modules/mkdir-p (Makefile.am): Likewise.
39164         * modules/mkdtemp (Makefile.am): Likewise.
39165         * modules/mkstemp (Makefile.am): Likewise.
39166         * modules/mktime (Makefile.am): Likewise.
39167         * modules/modechange (Makefile.am): Likewise.
39168         * modules/mountlist (Makefile.am): Likewise.
39169         * modules/nanosleep (Makefile.am): Likewise.
39170         * modules/openat (Makefile.am): Likewise.
39171         * modules/pagealign_alloc (Makefile.am): Likewise.
39172         * modules/physmem (Makefile.am): Likewise.
39173         * modules/poll (Makefile.am): Likewise.
39174         * modules/posixtm (Makefile.am): Likewise.
39175         * modules/posixver (Makefile.am): Likewise.
39176         * modules/putenv (Makefile.am): Likewise.
39177         * modules/quote (Makefile.am): Likewise.
39178         * modules/quotearg (Makefile.am): Likewise.
39179         * modules/raise (Makefile.am): Likewise.
39180         * modules/read-file (Makefile.am): Likewise.
39181         * modules/readline (Makefile.am): Likewise.
39182         * modules/readlink (Makefile.am): Likewise.
39183         * modules/readtokens (Makefile.am): Likewise.
39184         * modules/readutmp (Makefile.am): Likewise.
39185         * modules/realloc (Makefile.am): Likewise.
39186         * modules/regex (Makefile.am): Likewise.
39187         * modules/rename (Makefile.am): Likewise.
39188         * modules/rename-dest-slash (Makefile.am): Likewise.
39189         * modules/rijndael (Makefile.am): Likewise.
39190         * modules/rmdir (Makefile.am): Likewise.
39191         * modules/rpmatch (Makefile.am): Likewise.
39192         * modules/safe-read (Makefile.am): Likewise.
39193         * modules/safe-write (Makefile.am): Likewise.
39194         * modules/same (Makefile.am): Likewise.
39195         * modules/save-cwd (Makefile.am): Likewise.
39196         * modules/savedir (Makefile.am): Likewise.
39197         * modules/setenv (Makefile.am): Likewise.
39198         * modules/settime (Makefile.am): Likewise.
39199         * modules/sha1 (Makefile.am): Likewise.
39200         * modules/sig2str (Makefile.am): Likewise.
39201         * modules/snprintf (Makefile.am): Likewise.
39202         * modules/stdlib-safer (Makefile.am): Likewise.
39203         * modules/stpcpy (Makefile.am): Likewise.
39204         * modules/stpncpy (Makefile.am): Likewise.
39205         * modules/strcase (Makefile.am): Likewise.
39206         * modules/strcasestr (Makefile.am): Likewise.
39207         * modules/strchrnul (Makefile.am): Likewise.
39208         * modules/strcspn (Makefile.am): Likewise.
39209         * modules/strdup (Makefile.am): Likewise.
39210         * modules/strerror (Makefile.am): Likewise.
39211         * modules/strftime (Makefile.am): Likewise.
39212         * modules/strndup (Makefile.am): Likewise.
39213         * modules/strnlen (Makefile.am): Likewise.
39214         * modules/strpbrk (Makefile.am): Likewise.
39215         * modules/strsep (Makefile.am): Likewise.
39216         * modules/strstr (Makefile.am): Likewise.
39217         * modules/strtod (Makefile.am): Likewise.
39218         * modules/strtoimax (Makefile.am): Likewise.
39219         * modules/strtok_r (Makefile.am): Likewise.
39220         * modules/strtol (Makefile.am): Likewise.
39221         * modules/strtoll (Makefile.am): Likewise.
39222         * modules/strtoul (Makefile.am): Likewise.
39223         * modules/strtoull (Makefile.am): Likewise.
39224         * modules/strtoumax (Makefile.am): Likewise.
39225         * modules/strverscmp (Makefile.am): Likewise.
39226         * modules/time_r (Makefile.am): Likewise.
39227         * modules/timegm (Makefile.am): Likewise.
39228         * modules/tmpfile-safer (Makefile.am): Likewise.
39229         * modules/unistd-safer (Makefile.am): Likewise.
39230         * modules/unlinkdir (Makefile.am): Likewise.
39231         * modules/userspec (Makefile.am): Likewise.
39232         * modules/utime (Makefile.am): Likewise.
39233         * modules/utimecmp (Makefile.am): Likewise.
39234         * modules/utimens (Makefile.am): Likewise.
39235         * modules/vasnprintf (Makefile.am): Likewise.
39236         * modules/vasprintf (Makefile.am): Likewise.
39237         * modules/vsnprintf (Makefile.am): Likewise.
39238         * modules/xalloc (Makefile.am): Likewise.
39239         * modules/xgetcwd (Makefile.am): Likewise.
39240         * modules/xnanosleep (Makefile.am): Likewise.
39241         * modules/xreadlink (Makefile.am): Likewise.
39242         * modules/xstrtod (Makefile.am): Likewise.
39243         * modules/xstrtol (Makefile.am): Likewise.
39244         * modules/xstrtold (Makefile.am): Likewise.
39245         * modules/yesno (Makefile.am): Likewise.
39246
39247 2006-10-12  Jim Meyering  <jim@meyering.net>
39248
39249         * m4/getloadavg.m4: Revert the change below.
39250
39251         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
39252         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
39253         fail with a symlink, which is what coreutils' ./bootstrap now
39254         creates by default.
39255
39256 2006-10-12  Bruno Haible  <bruno@clisp.org>
39257
39258         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
39259         mingw.
39260         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
39261         MSVC and mingw explicitly.
39262
39263 2006-10-11  Simon Josefsson  <jas@extundo.com>
39264             Bruno Haible  <bruno@clisp.org>
39265
39266         Add support for multiple gnulib-tool invocations in the scope of a
39267         single configure.ac file.
39268         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
39269         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
39270         with the same contents as the _LIBADD variable.
39271         (func_emit_initmacro_start, func_emit_initmacro_end,
39272         func_emit_initmacro_done): New functions.
39273         (func_import, func_create_testdir): Invoke them. Allow the identifiers
39274         gl_LIBOBJS and gl_LTLIBOBJS.
39275
39276 2006-10-11  Bruno Haible  <bruno@clisp.org>
39277
39278         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
39279         (func_create_testdir): Don't create po/Makefile.am, don't invoke
39280         autoreconf. Instead, invoke autopoint explicitly but move back the
39281         *.m4 files from gnulib.
39282
39283 2006-10-11  Bruno Haible  <bruno@clisp.org>
39284
39285         * gnulib-tool (func_usage): Make module names after --create-testdir
39286         optional.
39287         (func_create_testdir): If no module was specified, use nearly all
39288         modules.
39289
39290 2006-10-12  Jim Meyering  <jim@meyering.net>
39291
39292         Big performance improvement for fts-based tools that use FTS_NOSTAT.
39293         Avoid spurious inode-mismatch problems on non-POSIX file systems.
39294         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
39295         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
39296         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
39297         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
39298         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
39299         (fts_set_stat_required): New function.
39300         (fts_open): Defer the calls to fts_stat, if possible or requested.
39301         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
39302         into fts_stat itself.
39303         (fts_read): Perform any required (deferred) fts_stat call.
39304         (fts_build): Likewise, for the directory we're about to open and read.
39305         In the readdir loop, carefully decide whether each entry will require
39306         an eventual call to fts_stat, using dirent.d_type info if available.
39307         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
39308         a command line argument into this function.  Update all callers.
39309         Map a return value of FTS_DOT to FTS_D for a command line argument.
39310         * modules/fts (Depends-on): Add d-type.  Alphabetize.
39311         Thanks to Miklos Szeredi for his tenacity and for the initial
39312         bug report about "find" failing on a FUSE-based file system.
39313
39314         * lib/fts.c (fts_open): Use consistent indentation.
39315
39316 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
39317
39318         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
39319         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
39320         reported by Jim Meyering.  All uses of cache variables renamed
39321         to match Autoconf's.
39322         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
39323         the other one.
39324
39325         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
39326         Fix misspelling in diagnostic.
39327
39328 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
39329
39330         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
39331         defined.  Problem reported by Matthew Woehlke.
39332
39333         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
39334         Add support for Tandem NonStop R series.
39335         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
39336         Use new macro.
39337
39338         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
39339         (has_trailing_slash): Omit size arg; all callers changed.
39340         Omit 'inline', since it doesn't help performance and we'd
39341         need to configure it.
39342         Don't count //, ///, etc. as having a trailing slash.
39343         As a side effect, this removes a C99ism reported by Matthew Woehlke.
39344         (rpl_rename_dest_slash): On failure, use rename's errno rather
39345         than (in some cases) an incorrect or junk errno.
39346         Simplify code by removing need to compute length; this does
39347         cause it to make two passes instead of one over the file name,
39348         but it's worth it.
39349
39350         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
39351         change, since Autoconf's version may no longer be appropriate now
39352         that we are using CVS Autoconf's version.  Add support for Tandem.
39353
39354 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
39355             Bruno Haible  <bruno@clisp.org>
39356
39357         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
39358         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
39359         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
39360         gl_AC_TYPE_LONG_LONG.
39361
39362         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
39363         instead of HAVE_LONG_LONG.
39364         * lib/printf-args.c (printf_fetchargs): Likewise.
39365         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
39366         * lib/vasnprintf.c (VASNPRINTF): Likewise.
39367         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
39368         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
39369         gl_AC_TYPE_LONG_LONG.
39370
39371 2006-10-11  Bruno Haible  <bruno@clisp.org>
39372
39373         * m4/longlong.m4: Add comments.
39374         * m4/ulonglong.m4: Likewise.
39375
39376 2006-10-10  Bruno Haible  <bruno@clisp.org>
39377
39378         Make it possible to #define stpcpy, strdup to aliases.
39379         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
39380         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
39381
39382 2006-10-10  Bruno Haible  <bruno@clisp.org>
39383
39384         Make it possible to #define gcd to an alias.
39385         * lib/gcd.c: Include config.h.
39386
39387 2006-10-10  Bruno Haible  <bruno@clisp.org>
39388
39389         Make it possible to #define c_isascii to an alias.
39390         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
39391         defined. Undefine the macros before defining them, to avoid gcc
39392         warnings.
39393         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
39394         define NO_C_CTYPE_MACROS early.
39395
39396 2006-10-10  Bruno Haible  <bruno@clisp.org>
39397
39398         Make it possible to #define set_program_name to an alias.
39399         * lib/progname.c: Don't undefine set_program_name; instead, undefine
39400         ENABLE_RELOCATABLE early.
39401
39402 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39403
39404         Port to Tandem NSK OSS, which has 64-bit signed int but at most
39405         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
39406         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
39407         More generally, don't assume that 64-bit signed int is available
39408         if unsigned int is, and vice versa.
39409         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
39410         unsigned symbols, not on their signed counterparts.
39411         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
39412         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
39413         (UINT64_C, UINTMAX_C):
39414         Likewise.
39415         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
39416         unsigned counterparts.
39417         (Have_long_long, Unsigned): New macros.
39418         (Int): Renamed from INT.
39419         (strtoimax): Use the new macros.
39420         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
39421         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
39422         * modules/inttypes (inttypes.h): Substitute
39423         HAVE_UNSIGNED_LONG_LONG_INT.
39424         * modules/stdint (stdint.h): Likewise.
39425         (Files): Add m4/ulonglong.m4.
39426
39427 2006-10-10  Bruno Haible  <bruno@clisp.org>
39428
39429         Fix a gcc -Wshadow warning.
39430         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
39431         to 'bucket'.
39432         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
39433         gl_linked_indexof_from_to): Likewise.
39434         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
39435         Likewise.
39436         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
39437         Likewise.
39438         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
39439         Reported by Eric Blake.
39440
39441 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
39442
39443         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
39444         for NetBSD.  Problem reported by Bruno Haible.
39445
39446 2006-10-09  Jim Meyering  <jim@meyering.net>
39447
39448         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
39449         Patch from Bruno Haible.
39450
39451 2006-10-09  Jim Meyering  <jim@meyering.net>
39452
39453         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
39454         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
39455         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
39456
39457 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39458
39459         Don't include <config.h> twice; this doesn't work in some cases,
39460         e.g., when config.h has "#define intmax_t long long int" and
39461         we include <config.h>, <inttypes.h>, <config.h> in that order.
39462         Problem reported by Matthew Woehlke in:
39463         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
39464         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
39465         * lib/fts-cycle.c: Don't include config.h.
39466         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
39467         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
39468         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
39469         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
39470         inttypes.h.
39471         * lib/xstrtoumax.c: Likewise.
39472         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
39473         __strtol and the like, so that this module is more like its siblings.
39474         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
39475         Remove; no longer needed now that we assume gnulib inttypes.h.
39476
39477 2006-10-08  Bruno Haible  <bruno@clisp.org>
39478
39479         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
39480         option.
39481
39482 2006-10-07  Jim Meyering  <jim@meyering.net>
39483
39484         * modules/inttypes (inttypes.h): Revert what seems to have been
39485         an inadvertent part of today's change: use "|", not "/" in the
39486         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
39487
39488 2006-10-07  Bruno Haible  <bruno@clisp.org>
39489
39490         * modules/sublist: New file.
39491
39492 2006-10-07  Bruno Haible  <bruno@clisp.org>
39493
39494         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
39495         * modules/argz (argz.h): Likewise.
39496         * modules/arpa_inet (arpa/inet.h): Likewise.
39497         * modules/byteswap (byteswap.h): Likewise.
39498         * modules/configmake (configmake.h): Likewise.
39499         * modules/fcntl (fcntl.h): Likewise.
39500         * modules/fnmatch (fnmatch.h): Likewise.
39501         * modules/getopt (getopt.h): Likewise.
39502         * modules/glob (glob.h): Likewise.
39503         * modules/inttypes (inttypes.h): Likewise.
39504         * modules/netinet_in (netinet/in.h): Likewise.
39505         * modules/poll (poll.h): Likewise.
39506         * modules/stdbool (stdbool.h): Likewise.
39507         * modules/stdint (stdint.h): Likewise.
39508         * modules/sys_select (sys/select.h): Likewise.
39509         * modules/sys_socket (sys/socket.h): Likewise.
39510         * modules/sys_stat (sys/stat.h): Likewise.
39511         * modules/sysexits (sysexits.h): Likewise.
39512         * modules/unistd (unistd.h): Likewise.
39513         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39514         Add a "DO NOT EDIT" comment to the generated file.
39515         (func_import): Likewise for gnulib-comp.m4.
39516
39517 2006-10-07  Bruno Haible  <bruno@clisp.org>
39518
39519         * lib/gl_sublist.h: New file.
39520         * lib/gl_sublist.c: New file.
39521
39522 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39523
39524         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
39525         name (relative to the original working directory) and the file
39526         name component (relative to the temporary working directory).  All
39527         callers changed.
39528         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
39529         * lib/mkdir-p.c (make_dir_parents): Likewise.
39530         * lib/mkdir-p.h (make_dir_parents): Likewise.
39531
39532 2006-10-06  Eric Blake  <ebb9@byu.net>
39533
39534         Define several macros for use by the clean-temp module.
39535         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
39536         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
39537         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
39538
39539         * lib/clean-temp.h (close_stream_temp): New declaration.
39540         * lib/clean-temp.c (includes): Pull in headers according to what
39541         other modules are in use.
39542         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
39543
39544 2006-10-06  Bruno Haible  <bruno@clisp.org>
39545
39546         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
39547         instead of fopen, fwriteerror.
39548
39549 2006-10-06  Bruno Haible  <bruno@clisp.org>
39550
39551         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
39552         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
39553         int.
39554         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
39555         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
39556         Return an error indicator.
39557         Suggested by Eric Blake.
39558
39559 2006-10-06  Bruno Haible  <bruno@clisp.org>
39560
39561         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
39562         Reported by Eric Blake.
39563
39564 2006-10-06  Bruno Haible  <bruno@clisp.org>
39565
39566         * modules/closeout (Description): Mention stderr too.
39567
39568 2006-10-06  Bruno Haible  <bruno@clisp.org>
39569         and Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         * lib/closeout.c (close_stdout): Also close stderr.
39572         * lib/closeout.h: Update comment.
39573
39574 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
39575
39576         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
39577         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
39578         * lib/dirchownmod.c: Include lchown.h.
39579         * lib/lchown.c: Don't include files that lchown.h now includes.
39580         Don't declare chown, since lchown.h now does that.
39581         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
39582         (lchown): Define to rpl_chown if lchown is declared but
39583         does not exist.  Declare using a prototype if lchown is not
39584         declared.  Add a copyright notice.
39585         * lib/mkstemp.h: Include <unistd.h>.
39586         * lib/openat.c: Include lchown.h.
39587
39588         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
39589         we now test for that separately.
39590         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
39591         rather than O_NOFOLLOW, when testing whether it's possible to
39592         avoid a race condition reliably.
39593         * lib/savewd.c (savewd_chdir): Likewise.
39594
39595         Remove macros that are no longer needed now that stdint.h is
39596         reliable.
39597         * lib/fsusage.c (UINTMAX_MAX): Remove.
39598         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
39599         * lib/utimecmp.c (SIZE_MAX): Remove.
39600
39601         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
39602
39603         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
39604         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
39605         O_NOATIME works.
39606
39607 2006-10-05  Bruno Haible  <bruno@clisp.org>
39608
39609         * lib/gl_list.h (gl_sortedlist_search_from_to,
39610         gl_sortedlist_indexof_from_to): New declarations.
39611         (gl_list_implementation): New fields sortedlist_search_from_to,
39612         sortedlist_indexof_from_to.
39613         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
39614         inline functions.
39615         * lib/gl_list.c (gl_sortedlist_search_from_to,
39616         gl_sortedlist_indexof_from_to): New functions.
39617         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
39618         function.
39619         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
39620         (gl_array_sortedlist_search_from_to): New function.
39621         (gl_array_list_implementation): Update.
39622         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
39623         function.
39624         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
39625         (gl_carray_sortedlist_search_from_to): New function.
39626         (gl_carray_list_implementation): Update.
39627         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
39628         gl_linked_sortedlist_indexof_from_to): New functions.
39629         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
39630         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
39631         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
39632         gl_tree_sortedlist_indexof_from_to): New functions.
39633         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
39634         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
39635         Update.
39636         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
39637         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
39638         Update.
39639
39640 2006-10-05  Bruno Haible  <bruno@clisp.org>
39641
39642         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
39643         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
39644         (struct gl_list_implementation): Add fields search_from_to,
39645         indexof_from_to. Remove fields search, indexof.
39646         (gl_list_search): Use the search_from_to method.
39647         (gl_list_search_from, gl_list_search_from_to): New functions.
39648         (gl_list_indexof): Use the indexof_from_to method.
39649         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
39650         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
39651         (gl_list_search_from, gl_list_search_from_to): New functions.
39652         (gl_list_indexof): Use the indexof_from_to method.
39653         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
39654         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
39655         gl_array_indexof. Add start_index, end_index arguments.
39656         (gl_array_search_from_to): Renamed from gl_array_search. Add
39657         start_index, end_index arguments.
39658         (gl_array_remove, gl_array_list_implementation): Update.
39659         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
39660         gl_carray_indexof. Add start_index, end_index arguments.
39661         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
39662         start_index, end_index arguments.
39663         (gl_carray_remove, gl_carray_list_implementation): Update.
39664         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
39665         gl_linked_search. Add start_index, end_index arguments.
39666         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
39667         start_index, end_index arguments.
39668         (gl_linked_remove): Update.
39669         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
39670         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
39671         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
39672         field to 'size_t'.
39673         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
39674         gl_tree_search. Add start_index, end_index arguments.
39675         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
39676         start_index, end_index arguments.
39677         (gl_tree_remove): Update.
39678         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
39679         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
39680         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
39681         function.
39682         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
39683         gl_tree_search. Add start_index, end_index arguments.
39684         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
39685         start_index, end_index arguments.
39686         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
39687         Update.
39688         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
39689
39690 2006-10-05  Bruno Haible  <bruno@clisp.org>
39691
39692         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
39693
39694         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
39695         fwriteerror_temp): New declarations.
39696         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
39697         (descriptors): New variable.
39698         (cleanup): First, close the descriptors.
39699         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
39700         fclose_temp, fwriteerror_temp): New functions.
39701
39702 2006-10-04  Jim Meyering  <jim@meyering.net>
39703
39704         * lib/fts.c (fts_open): Tiny comment change.
39705
39706 2006-10-04  Bruno Haible  <bruno@clisp.org>
39707
39708         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
39709         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
39710         gl_LOCK_BODY.
39711         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
39712         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
39713         gl_LOCK_EARLY_BODY.
39714         (gl_LOCK): Require gl_LOCK_BODY.
39715
39716 2006-10-04  Bruno Haible  <bruno@clisp.org>
39717
39718         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
39719         (gl_oset_search_atleast): New declaration.
39720         (struct gl_oset_implementation): Add field 'search_atleast'.
39721         (gl_oset_search_atleast): New inline function.
39722         * lib/gl_oset.c (gl_oset_search_atleast): New function.
39723         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
39724         (gl_array_oset_implementation): Update.
39725         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
39726         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
39727         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
39728
39729 2006-10-04  Bruno Haible  <bruno@clisp.org>
39730
39731         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
39732
39733 2006-10-03  Bruno Haible  <bruno@clisp.org>
39734
39735         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
39736         from gl_avltreehash_list_implementation.
39737
39738 2006-10-03  Bruno Haible  <bruno@clisp.org>
39739
39740         * lib/gl_oset.c (gl_oset_add): Fix return type.
39741
39742 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
39743
39744         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
39745
39746 2006-10-02  Eric Blake  <ebb9@byu.net>
39747
39748         * modules/strnlen (Depends-on): Add extensions.
39749
39750 2006-10-02  Eric Blake  <ebb9@byu.net>
39751
39752         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
39753         definition in 2.60+.
39754
39755 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39756
39757         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
39758         checks.
39759
39760 2006-10-02  Bruno Haible  <bruno@clisp.org>
39761
39762         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
39763         to the AUTOMAKE_OPTIONS.
39764         Reported by Jim Meyering.
39765
39766 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
39767
39768         Work around bug in Solaris 10 /proc file system:
39769         /proc/self/fd/NNN/.. isn't the parent directory of
39770         the directory whose file descriptor is NNN.  This needs to
39771         be worked around at run time, not compile time, since a
39772         program might be built on Solaris 8, where things work, and
39773         run on Solaris 10.
39774         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
39775         to use the following interface instead:
39776         (OPENAT_BUFFER_SIZE): New macro.
39777         (openat_proc_name): New function.
39778         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
39779         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
39780         Likewise.
39781         * lib/openat-proc.c: New file.
39782         * modules/openat (Files): Add lib/openat-proc.c.
39783         (Depends-on): Add same-inode, stdbool.
39784         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
39785
39786 2006-09-29  Bruno Haible  <bruno@clisp.org>
39787
39788         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
39789         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
39790         argument. Set stdout_closed before testing for ferror, not after.
39791         (fwriteerror, fwriteerror_no_ebadf): New functions.
39792
39793 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39794
39795         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
39796
39797 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
39798
39799         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
39800         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
39801
39802 2006-09-28  Jim Meyering  <jim@meyering.net>
39803
39804         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
39805         Include <unistd.h>.
39806
39807 2006-09-28  Bruno Haible  <bruno@clisp.org>
39808
39809         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
39810         * modules/linkedhash-list (Depends-on): Likewise.
39811         * modules/rbtreehash-list (Depends-on): Likewise.
39812
39813 2006-09-28  Bruno Haible  <bruno@clisp.org>
39814
39815         * lib/strndup.h: Simplify the redefinition of strndup.
39816         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
39817         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
39818
39819 2006-09-28  Bruno Haible  <bruno@clisp.org>
39820
39821         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
39822         * lib/gl_linkedhash_list.c: Likewise.
39823         * lib/gl_rbtreehash_list.c: Likewise.
39824
39825 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
39826
39827         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
39828         getaddrinfo.
39829
39830         * lib/__fpending.h: Don't include <stdio_ext.h> unless
39831         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
39832         it causes <stdio_ext.h> to cause a compile-time error.
39833         Problem reported by Nelson H. F. Beebe.
39834         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
39835         of HAVE_DECL___PENDING.
39836
39837         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
39838         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
39839         declaration.
39840
39841 2006-09-27  Jim Meyering  <jim@meyering.net>
39842
39843         This file could end up with a definition for a function
39844         named __strndup, rather than rpl_strndup on a system with
39845         incomplete weak_alias support.
39846         * lib/strndup.c (strndup): Rename from __strndup.
39847         Remove #defines that used to map __strndup to strndup.
39848         Don't use K&R prototypes.
39849         Remove LIBC-related code, since this file is not sync'd with glibc.
39850         * lib/strndup.h: Revamp, accordingly.
39851         * m4/strndup.m4: Modernize.
39852
39853 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
39854
39855         * modules/savewd (Depends-on): Add 'raise'.
39856         * lib/savewd.c: Include <signal.h>, for 'raise'.
39857
39858 2006-09-26  Jim Meyering  <jim@meyering.net>
39859
39860         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
39861         when we detect Darwin 8.7.0's acl_get_file bug.
39862         Rearrange to perform the new (below) run-test while $LIBS
39863         contains any acl-related library.  Set USE_ACL at the end.
39864         (gl_ACL_GET_FILE): New function.
39865
39866 2006-09-26  Eric Blake  <ebb9@byu.net>
39867
39868         * lib/verror.c: Include <config.h> unconditionally.
39869
39870 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
39871
39872         * modules/clock-time (Maintainer): Add self.
39873         * modules/getlogin_r (Depends-on): Add extensions.
39874
39875 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39876
39877         * modules/clock-time: New module.
39878         * modules/nanosleep (Depends-on): Add clock-time.
39879         * modules/gethrxtime (Depends-on): Likewise.
39880         * modules/gettime (Depends-on): Likewise.
39881         * modules/settime (Depends-on): Likewise.
39882
39883         * modules/fts-lgpl: Depend on openat.
39884         * modules/mkancesdirs: Depend on savewd.
39885         * modules/mkdir-p: Likewise.
39886
39887 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39888
39889         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
39890
39891         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
39892         `gl_have_arbitrary_file_name_length_limit' to
39893         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
39894         actually works between configure runs.
39895
39896 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39897             Bruno Haible  <bruno@clisp.org>
39898
39899         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
39900
39901 2006-09-25  Jim Meyering  <jim@meyering.net>
39902
39903         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
39904         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
39905
39906 2006-09-25  Eric Blake  <ebb9@byu.net>
39907
39908         * gnulib-tool (func_import, func_create_testdir): Fix typos in
39909         exec's in 2006-09-18 patch when shuffling fds.
39910
39911 2006-09-25  Bruno Haible  <bruno@clisp.org>
39912
39913         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
39914         Reported by Jim Meyering.
39915
39916 2006-09-24  Jim Meyering  <jim@meyering.net>
39917
39918         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
39919         compare a pointer against a literal "0".  That caused failures with
39920         at least HP-UX's hpcc.
39921
39922 2006-09-22  Simon Josefsson  <jas@extundo.com>
39923
39924         * modules/gc-sha1:
39925         * modules/gc-md4:
39926         * modules/gc-hmac-sha1:
39927         * modules/gc-hmac-md5:
39928         * modules/gc-des:
39929         * modules/gc-arcfour: Distribute more files.
39930
39931 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39932
39933         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
39934         (gl_linked_iterator_from_to): Initialize struct completely.
39935         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
39936         (gl_tree_iterator_from_to): Likewise
39937         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
39938         * lib/gl_array_list.c [lint] (gl_array_iterator)
39939         (gl_array_iterator_from_to): Likewise.
39940         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
39941         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
39942         (gl_carray_iterator_from_to): Likewise.
39943
39944         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
39945         * lib/md4.c (md4_process_block): Remove unused variable.
39946         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
39947         parentheses for clarity.
39948
39949 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39950
39951         * modules/bison-i18n (Depends-on): Add gettext.
39952
39953 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39954
39955         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
39956         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
39957         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
39958         also add missing comma that caused broken test.
39959         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
39960         stdlib.h, for `abort'.
39961         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
39962         variables.
39963         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
39964         include unistd.h if present, for `rmdir'.
39965         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
39966         variables.
39967         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
39968         in the process include standard headers for prototypes.
39969         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
39970         gets declared on GNU/Linux.
39971         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
39972         unistd.h, for `rmdir'.
39973         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
39974
39975         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
39976         always true.
39977         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
39978
39979         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
39980
39981 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39982
39983         * gnulib-tool (func_version): Create output all at once.  This
39984         may help avoid triggering unnecessary SIGPIPEs, and at any
39985         rate it doesn't hurt.
39986
39987 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39988             Bruno Haible  <bruno@clisp.org>
39989
39990         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
39991         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39992         * m4/signed.m4 (bh_C_SIGNED): Likewise.
39993
39994         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
39995         (gl_FUNC_VASPRINTF): Invoke it.
39996
39997 2006-09-22  Bruno Haible  <bruno@clisp.org>
39998
39999         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
40000         getloadavg.c as first argument.
40001
40002 2006-09-22  Bruno Haible  <bruno@clisp.org>
40003
40004         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
40005         at the beginning of the gl_INIT macro.
40006         * modules/getloadavg (configure.ac): Pass $gl_source_base to
40007         gl_GETLOADAVG.
40008
40009 2006-09-22  Bruno Haible  <bruno@clisp.org>
40010
40011         * gnulib-tool (func_create_megatestdir): Don't include the config-h
40012         module.
40013         Suggested by Ralf Wildenhues.
40014
40015 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
40016
40017         Import this patch from libc:
40018
40019         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
40020
40021         * lib/regex_internal.c (re_string_reconstruct): Handle
40022         offset < pstr->valid_raw_len && pstr->offsets_needed case.
40023         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
40024         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
40025         re_string_context_at.
40026
40027         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
40028         now requires it.
40029         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
40030         gl_REGEX now does it for us.
40031         (gl_REGEX): Add test taken from
40032         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
40033
40034         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
40035         Check that large offsets work.  Modernize Autoconf usages.
40036         Prefer "yes" to mean a good thing rather than a bad.
40037         Don't put "#define mkstemp" in config.h, as this might interfere
40038         with standard system headers that "#define mkstemp mkstemp64".
40039
40040         * modules/mkstemp (Depends-on): Add extensions, so that
40041         mkstemp is visible on some platforms.
40042         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
40043         (Include): Change to "mkstemp.h" from <stdlib.h>.
40044         (Files): Add mkstemp.h.
40045
40046         * lib/mkstemp.h: New file, since some standard headers
40047         #define mkstemp.
40048         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
40049         Include "mkstemp.h".
40050         Make the _LIBC code resemble glibc original more,
40051         e.g., use K&R style.
40052         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
40053         (mkstemp): Remove, since mkstemp.h does this for us.
40054         * lib/stdlib--.h: Include mkstemp.h.
40055
40056         Import this patch from libc:
40057
40058         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
40059
40060         * lib/tempname.c (__gen_tempname): Change attempts_min
40061         into a macro.  Use preprocessor to decide how to initialize
40062         attempts [Coverity CID 67].
40063
40064 2006-09-20  Bruno Haible  <bruno@clisp.org>
40065
40066         * lib/mkdtemp.c: Import from libc.
40067         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
40068                 * sysdeps/posix/tempname.c (__gen_tempname): Change
40069                 attempts_min into a macro.  Use preprocessor to decide how to
40070                 initialize attempts [Coverity CID 67].
40071         2001-11-27  Paul Eggert  <eggert@twinsun.com>
40072                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
40073                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
40074
40075 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40076
40077         * gnulib-tool (func_exit): New function, to allow to pass the
40078         exit status portably through the trap.  Use everywhere.
40079         (--help, --version): Signal a write error.
40080         (trap): catch SIGPIPE, for write errors.
40081         Exit at the end of the trap, with the correct exit status.
40082
40083 2006-09-19  Karl Berry  <karl@gnu.org>
40084
40085         * doc/gnulib.texi: note about the license texinfo files.
40086
40087 2006-09-19  Eric Blake  <ebb9@byu.net>
40088
40089         * gnulib-tool: Avoid space-tab.
40090
40091 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
40092
40093         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
40094         that prevented coreutils 6.1 from building.  Problem reported
40095         by Petter Reinholdtsen.
40096
40097 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
40098
40099         * gnulib-tool (avoidlist): Fix typo that broke options like
40100         --avoid=lock that are used by coreutils bootstrap.
40101
40102 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
40103
40104         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
40105         more systematically.
40106
40107 2006-09-18  Jim Meyering  <jim@meyering.net>
40108
40109         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
40110
40111 2006-09-18  Bruno Haible  <bruno@clisp.org>
40112
40113         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
40114
40115 2006-09-18  Bruno Haible  <bruno@clisp.org>
40116
40117         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
40118         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
40119         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
40120         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
40121         * m4/gettext.m4: Require autoconf >= 2.52.
40122         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
40123         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
40124         of gl_cv_header_inttypes_h.
40125
40126 2006-09-18  Bruno Haible  <bruno@clisp.org>
40127
40128         * lib/javaversion.c: Include configmake.h.
40129
40130 2006-09-18  Bruno Haible  <bruno@clisp.org>
40131
40132         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
40133         avoid that the while loops be executed in a subshell.
40134
40135 2006-09-18  Bruno Haible  <bruno@clisp.org>
40136
40137         * MODULES.html.sh (func_module): Break long lines.
40138         Suggested by Bruce Korb <bkorb@gnu.org>.
40139
40140 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40141
40142         Speed up by a factor of 1.12.
40143         * gnulib-tool (nl): New variable.
40144         (func_import): Rewrite include directive extraction to only read each
40145         directive once.
40146
40147 2006-09-17  Bruno Haible  <bruno@clisp.org>
40148
40149         * modules/javaversion (Makefile.am): Remove DEFS setting.
40150         (Depends-on): Add configmake, for PKGDATADIR definition.
40151
40152 2006-09-17  Bruno Haible  <bruno@clisp.org>
40153
40154         * gnulib-tool (func_create_testdir): Rewrite all files at once.
40155
40156 2006-09-17  Bruno Haible  <bruno@clisp.org>
40157
40158         * gnulib-tool (func_append): New function, stolen from libtool.m4.
40159         (func_modules_transitive_closure, func_modules_add_dummy,
40160         func_modules_to_filelist, func_import, func_create_testdir,
40161         func_create_megatestdir, ...): Use it wherever possible.
40162         Suggested by Ralf Wildenhues.
40163
40164 2006-09-16  Karl Berry  <karl@gnu.org>
40165
40166         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
40167         to avoid sectioning errors.
40168         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
40169         [ifinfo]: blank line after @center-ed titles.
40170         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
40171         Spell FSF address consistently with others.
40172         (These changes approved by rms.)
40173
40174 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40175
40176         Speed up by a factor of 1.61.
40177         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
40178         already checked module names again.
40179
40180 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40181
40182         Speed up by a factor of 1.13.
40183         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
40184         for new_files, and the input to func_add_or_update.
40185
40186 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40187
40188         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
40189         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
40190
40191 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
40192
40193         * modules/mkancesdirs (Depends-on): Add fcntl.
40194         * modules/savewd: New file.
40195         * MODULES.html.sh (File system functions): Add savewd.
40196
40197         * modules/configmake (Makefile.am): Add support for the
40198         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
40199
40200 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
40201
40202         * m4/savewd.m4: New file.
40203
40204 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
40205
40206         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
40207         (dirchownmod): New arg FD.  All callers changed.
40208         Use FD rather than opening the directory ourself, as opening is
40209         now the caller's responsibility.
40210         * lib/dirchownmod.h: Likewise.
40211         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
40212         hosts that require <sys/types.h> before <sys/stat.h>.  Include
40213         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
40214         (test_dir): Remove.
40215         (mkancesdirs): Return length of prefix of FILE that has already
40216         been made, or -2 if there is a child doing the work.  Redo
40217         algorithm so that it is O(N) rather than O(N**2).  Optimize away
40218         ".", and treat ".." specially since it might stray back into
40219         already-created areas.  Use a subprocess if necessary.  New arg
40220         WD; all users changed.  MAKE_DIR function should now return 1
40221         if it creates a directory that is not readable.  Return -2 if
40222         a child process is spun off.
40223         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
40224         Adjust signature to match code.
40225         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
40226         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
40227         all users changed.
40228         * lib/savewd.c, lib/savewd.h: New files.
40229
40230 2006-09-15  Jim Meyering  <jim@meyering.net>
40231
40232         * modules/rename-dest-slash: New module.
40233         * MODULES.html.sh (posix_compat): Add it here.
40234
40235         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
40236
40237 2006-09-15  Jim Meyering  <jim@meyering.net>
40238
40239         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
40240         file.
40241
40242         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
40243
40244 2006-09-15  Jim Meyering  <jim@meyering.net>
40245
40246         * lib/rename-dest-slash.c (has_trailing_slash): Use
40247         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
40248         (rpl_rename_dest_slash): Perform the cheaper trailing slash
40249         test before testing whether SRC is a directory.
40250         Suggestions from Bruno Haible.
40251
40252         Avoid a warning about an unused variable.
40253         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
40254         into the #ifdef block where it's used.
40255
40256         * lib/rename-dest-slash.c: New file.
40257
40258 2006-09-14  Bruno Haible  <bruno@clisp.org>
40259
40260         * lib/allocsa.c: Include <config.h> unconditionally.
40261         * lib/asnprintf.c: Likewise.
40262         * lib/asprintf.c: Likewise.
40263         * lib/c-strcasecmp.c: Likewise.
40264         * lib/c-strcasestr.c: Likewise.
40265         * lib/c-strncasecmp.c: Likewise.
40266         * lib/c-strstr.c: Likewise.
40267         * lib/classpath.c: Likewise.
40268         * lib/clean-temp.c: Likewise.
40269         * lib/concatpath.c: Likewise.
40270         * lib/copy-file.c: Likewise.
40271         * lib/csharpcomp.c: Likewise.
40272         * lib/csharpexec.c: Likewise.
40273         * lib/execute.c: Likewise.
40274         * lib/fatal-signal.c: Likewise.
40275         * lib/findprog.c: Likewise.
40276         * lib/fwriteerror.c: Likewise.
40277         * lib/gl_array_list.c: Likewise.
40278         * lib/gl_array_oset.c: Likewise.
40279         * lib/gl_avltree_list.c: Likewise.
40280         * lib/gl_avltree_oset.c: Likewise.
40281         * lib/gl_avltreehash_list.c: Likewise.
40282         * lib/gl_carray_list.c: Likewise.
40283         * lib/gl_linked_list.c: Likewise.
40284         * lib/gl_linkedhash_list.c: Likewise.
40285         * lib/gl_list.c: Likewise.
40286         * lib/gl_oset.c: Likewise.
40287         * lib/gl_rbtree_list.c: Likewise.
40288         * lib/gl_rbtree_oset.c: Likewise.
40289         * lib/gl_rbtreehash_list.c: Likewise.
40290         * lib/imaxabs.c: Likewise.
40291         * lib/imaxdiv.c: Likewise.
40292         * lib/javacomp.c: Likewise.
40293         * lib/javaexec.c: Likewise.
40294         * lib/javaversion.c: Likewise.
40295         * lib/linebreak.c: Likewise.
40296         * lib/localcharset.c: Likewise.
40297         * lib/lock.c: Likewise.
40298         * lib/mbchar.c: Likewise.
40299         * lib/mbswidth.c: Likewise.
40300         * lib/mkdtemp.c: Likewise.
40301         * lib/pipe.c: Likewise.
40302         * lib/printf-args.c: Likewise.
40303         * lib/printf-parse.c: Likewise.
40304         * lib/progname.c: Likewise.
40305         * lib/progreloc.c: Likewise.
40306         * lib/readlink.c: Likewise.
40307         * lib/sh-quote.c: Likewise.
40308         * lib/stpcpy.c: Likewise.
40309         * lib/stpncpy.c: Likewise.
40310         * lib/strcasecmp.c: Likewise.
40311         * lib/strcasestr.c: Likewise.
40312         * lib/strcspn.c: Likewise.
40313         * lib/striconv.c: Likewise.
40314         * lib/strncasecmp.c: Likewise.
40315         * lib/strnlen1.c: Likewise.
40316         * lib/strstr.c: Likewise.
40317         * lib/strtok_r.c: Likewise.
40318         * lib/tls.c: Likewise.
40319         * lib/tmpdir.c: Likewise.
40320         * lib/unicodeio.c: Likewise.
40321         * lib/unsetenv.c: Likewise.
40322         * lib/vasnprintf.c: Likewise.
40323         * lib/vasprintf.c: Likewise.
40324         * lib/wait-process.c: Likewise.
40325         * lib/xallocsa.c: Likewise.
40326         * lib/xsetenv.c: Likewise.
40327         * lib/xstriconv.c: Likewise.
40328
40329 2006-09-13  Simon Josefsson  <jas@extundo.com>
40330
40331         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
40332         that internally, suggested by Ralf Wildenhues
40333         <Ralf.Wildenhues@gmx.de>.
40334
40335 2006-09-13  Simon Josefsson  <jas@extundo.com>
40336
40337         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
40338         @LIBOBJS@.
40339         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40340
40341 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
40342
40343         * lib/_fpending.c: Include <config.h> unconditionally, since we no
40344         longer worry about uses that don't define HAVE_CONFIG_H.
40345         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
40346         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
40347         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
40348         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
40349         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
40350         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
40351         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
40352         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
40353         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
40354         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
40355         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
40356         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
40357         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
40358         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
40359         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
40360         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
40361         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
40362         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
40363         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
40364         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
40365         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
40366         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
40367         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
40368         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
40369         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
40370         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
40371         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
40372         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
40373         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
40374         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
40375         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
40376         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
40377         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
40378         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
40379         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
40380         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
40381         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
40382         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
40383         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
40384         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
40385         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
40386         Likewise.
40387
40388 2006-09-13  Eric Blake  <ebb9@byu.net>
40389
40390         * lib/getopt.c: Fix typo in last commit.
40391
40392 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
40393
40394         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
40395         dgettext.
40396
40397 2006-09-12  Jim Meyering  <jim@meyering.net>
40398
40399         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
40400         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
40401         Reported by Nelson H. F. Beebe.
40402
40403 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
40404
40405         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
40406         program_invocation_name and program_invocation_short_name are
40407         initialized.
40408         * lib/argp-namefrob.h: Move declarations of program_invocation_name
40409         and program_invocation_short_name to argp.h, so they are visible
40410         to user programs.
40411         * lib/argp.h: Likewise
40412
40413 2006-09-10  Bruno Haible  <bruno@clisp.org>
40414
40415         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40416         m4/inttypes_h.m4, m4/uintmax_t.m4.
40417
40418 2006-09-10  Bruno Haible  <bruno@clisp.org>
40419
40420         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
40421         gl_AC_TYPE_UINTMAX_T.
40422
40423 2006-09-10  Bruno Haible  <bruno@clisp.org>
40424
40425         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
40426
40427 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40428
40429         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
40430         convention.  Text proposed by Bruno Haible.
40431         (struct argp_option): Document the use of N_() wrappers.
40432
40433         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
40434         '\v', and translate the two parts separately, instead of feeding
40435         the whole string to gettext.  This allows to exclude
40436         '\v' from the strings visible to the translator by writing doc
40437         strings as N_("..") "\v" N_("..").
40438
40439 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
40440
40441         * config/srclist.txt: Undo latest change; the bug was fixed.
40442
40443 2006-09-09  Bruno Haible  <bruno@clisp.org>
40444
40445         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
40446         assignments if building a library without libtool.
40447         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
40448         in func_emit_lib_Makefile_am.
40449         (func_import): When building a static library libfoo.a, arrange to
40450         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
40451         (func_create_testdir): Likewise.
40452         * modules/gc (configure.ac, Makefile.am): If building statically,
40453         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
40454         * modules/iconvme (configure.ac, Makefile.am): Likewise.
40455         * modules/striconv (configure.ac, Makefile.am): Likewise.
40456         Based on a suggestion by Ralf Wildenhues.
40457
40458 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40461         Check for unistd.h too, since Autoconf doesn't assume POSIX.
40462         Also:
40463
40464         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40465         Add year_2050_test to catch glibc bug 2821
40466         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
40467
40468         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40469         Prefer #ifdef to #if.
40470
40471         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
40472         Return from 'main' instead of calling 'exit'.
40473
40474 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40475
40476         * lib/mktime.c (guess_time_tm): Fix bug where mktime
40477         returned the maximum time_t value rather than (time_t) -1.
40478         Problem originally reported by William Bardwell
40479         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
40480
40481         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
40482         Moved to here ...
40483         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
40484         ... from here.
40485
40486 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40487
40488         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
40489         2821 is fixed.
40490
40491 2006-09-08  Jim Meyering  <jim@meyering.net>
40492
40493         Don't make generated files read-only.  That would bother too many
40494         people.  However, do retain the ability to work when targets are
40495         read-only: remove the destination and temporary files before writing
40496         them (when generated via sed or echo), or by using the -f option for
40497         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
40498         * modules/alloca-opt, modules/argz, modules/arpa_inet:
40499         * modules/byteswap, modules/configmake, modules/fcntl:
40500         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
40501         * modules/localcharset, modules/netinet_in, modules/poll:
40502         * modules/stdbool, modules/stdint, modules/sys_select:
40503         * modules/sys_socket, modules/sys_stat, modules/sysexits:
40504
40505 2006-09-08  Jim Meyering  <jim@meyering.net>
40506
40507         Avoid new build failure on FreeBSD 6.0.
40508         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
40509         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
40510         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
40511
40512 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40513
40514         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
40515
40516 2006-09-07  Jim Meyering  <jim@meyering.net>
40517
40518         Fix global typo in last change: use chmod u-w, not chmod u-x.
40519         Spotted by Paul Eggert and Bruce Korb.
40520         * modules/alloca-opt, modules/argz, modules/arpa_inet:
40521         * modules/byteswap, modules/configmake, modules/fcntl:
40522         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
40523         * modules/localcharset, modules/netinet_in, modules/poll:
40524         * modules/stdbool, modules/stdint, modules/sys_select:
40525         * modules/sys_socket, modules/sys_stat, modules/sysexits:
40526
40527 2006-09-06  Jim Meyering  <jim@meyering.net>
40528
40529         Make generated files be read-only.
40530         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
40531         Ensure that each generated file is now read-only.
40532         * modules/argz: Likewise.
40533         * modules/arpa_inet: Likewise.
40534         * modules/byteswap: Likewise.
40535         * modules/configmake: Likewise.
40536         * modules/fcntl: Likewise.
40537         * modules/fnmatch: Likewise.
40538         * modules/getopt: Likewise.
40539         * modules/glob: Likewise.
40540         * modules/inttypes: Likewise.
40541         * modules/netinet_in: Likewise.
40542         * modules/poll: Likewise.
40543         * modules/stdbool: Likewise.
40544         * modules/stdint: Likewise.
40545         * modules/sys_select: Likewise.
40546         * modules/sys_socket: Likewise.
40547         * modules/sys_stat: Likewise.
40548         * modules/sysexits: Likewise.
40549         * modules/localcharset: Same as above, but continue using temporary
40550         file named "t-$@" (why different?) rather than the "$@-t" used
40551         everywhere else.
40552
40553         * modules/sysexits (Makefile.am): Replace literal occurrences
40554         of "sysexit.h" more readable, and more consistent, "$@".
40555
40556 2006-09-06  Bruno Haible  <bruno@clisp.org>
40557
40558         * modules/striconv: New file.
40559         * modules/xstriconv: New file.
40560         * MODULES.html.sh (Internationalization functions): Add striconv,
40561         xstriconv.
40562
40563 2006-09-06  Bruno Haible  <bruno@clisp.org>
40564
40565         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
40566         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
40567         not using libtool correctly.
40568
40569 2006-09-06  Bruno Haible  <bruno@clisp.org>
40570
40571         * lib/striconv.h: New file.
40572         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
40573         iconvstring.c.
40574         * lib/xstriconv.h: New file.
40575         * lib/xstriconv.c: New file.
40576
40577 2006-09-06  Bruno Haible  <bruno@clisp.org>
40578
40579         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40580         lib_..._LDFLAGS.
40581
40582 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40583
40584         * lib/argz_.h: Sync from Libtool.
40585
40586         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
40587                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
40588
40589         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
40590
40591 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
40592
40593         * modules/trim: New file.
40594
40595 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
40596
40597         * lib/trim.h: New file.
40598         * lib/trim.c: New file.
40599
40600 2006-09-05  Bruno Haible  <bruno@clisp.org>
40601
40602         * MODULES.html.sh (String handling): Add trim.
40603
40604 2006-09-04  Karl Berry  <karl@gnu.org>
40605
40606         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
40607         until next release.
40608
40609 2006-09-03  Bruno Haible  <bruno@clisp.org>
40610
40611         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
40612         correctly.
40613
40614 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40615
40616         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
40617         not gl_GETLOADAVG.  Omit unneeded semicolons.
40618         Problems reported by Ralf Wildenhues in
40619         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
40620         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
40621         at the end, which is the usual gnulib style.
40622
40623         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
40624         of doing all the work ourselves.
40625         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
40626         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
40627
40628 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40629
40630         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
40631         Problem reported by Ralf Wildenhues in
40632         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
40633
40634         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
40635         HAVE_STRUCT_STATFS_F_FSTYPENAME.
40636
40637 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40638
40639         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
40640         yesterday's patch by changing test -n to test -z.
40641
40642 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40643
40644         * modules/getloadavg (Files): Add m4/getloadavg.m4.
40645         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
40646         the former is now obsolescent.
40647
40648         * modules/chdir-long (Depends-on): Add fcntl.
40649
40650 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40651
40652         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
40653         obsolescent, and programs should use gnulib instead.
40654         * m4/getloadavg.m4: New file, with contents taken from Autoconf
40655         but with prefixes changed.
40656
40657 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40658
40659         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
40660         or stdbool.h, because they might not exist while configuring.
40661
40662         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
40663         Don't include unistd.h or limits.h; not needed, since chdir-long.h
40664         does that for us.
40665         (O_DIRECTORY): Remove.
40666
40667 2006-08-31  Eric Blake  <ebb9@byu.net>
40668
40669         * gnulib-tool: Don't let emacs change spaces to TAB.
40670
40671 2006-08-31  Bruno Haible  <bruno@clisp.org>
40672
40673         * gnulib-tool: When calling func_import more than once, do it in a
40674         subshell.
40675         Reported by Eric Blake <ebb9@byu.net>.
40676
40677 2006-08-31  Bruno Haible  <bruno@clisp.org>
40678
40679         * gnulib-tool (nl): Remove variable.
40680         (sed_transform_lib_file): Use more robust test for config-h module.
40681         (func_import): Fix typo in 2006-08-25 patch.
40682
40683 2006-08-31  Bruno Haible  <bruno@clisp.org>
40684
40685         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
40686         specified, augment Makefile.am variables instead of assigning them.
40687
40688 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40689
40690         Work around a bug in both the Linux and SunOS 64-bit kernels:
40691         nanosleep mishandles sleeps for longer than 2**31 seconds.
40692         Problem reported by Frank v Waveren in
40693         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40694         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
40695         Check for nanosleep bug.
40696         (LIB_NANOSLEEP): Append clock_gettime library if needed.
40697
40698 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40699
40700         Work around a bug in both the Linux and SunOS 64-bit kernels:
40701         nanosleep mishandles sleeps for longer than 2**31 seconds.
40702         Problem reported by Frank v Waveren in
40703         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40704         * lib/nanosleep.c (BILLION): New constant.
40705         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
40706         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
40707         implementation.
40708
40709 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40710
40711         * modules/nanosleep (Depends-on): Add gettime.
40712
40713 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40714         and Simon Josefsson  <jas@extundo.com>
40715         and Oskar Liljeblad  <oskar@osk.mine.nu>
40716
40717         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
40718         * gnulib-tool (func_import): New license type 'unmodifiable license
40719         text'.
40720         * modules/fdl: Use it.  Longer description.
40721         * module/gpl, module/lgpl: New files.
40722
40723 2006-08-30  Jim Meyering  <jim@meyering.net>
40724
40725         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
40726         shadowing the parameter.
40727
40728 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40729
40730         Sync from Libtool:
40731
40732         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40733
40734         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
40735         sharing with gnulib.  Report by Eric Blake.
40736
40737 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40738
40739         * modules/isapipe: New file.
40740         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
40741
40742 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40743
40744         * modules/configmake (Makefile.am): Add a comment, and omit
40745         the CONFIGMAKE_ prefix from generated macro names.  Suggested
40746         by Bruno Haible.
40747
40748 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40749
40750         * m4/isapipe.m4: New file.
40751
40752 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40753
40754         * lib/isapipe.c, lib/isapipe.h: New files.
40755
40756 2006-08-29  Jim Meyering  <jim@meyering.net>
40757
40758         * modules/configmake (Makefile.am): Make configmake.h depend on
40759         Makefile.  Otherwise, a stale configmake.h could hang around.
40760
40761 2006-08-29  Eric Blake  <ebb9@byu.net>
40762
40763         * lib/error.c (error_at_line, print_errno_message): Match libc, after
40764         resolution of upstream bug 3044.
40765
40766 2006-08-29  Bruno Haible  <bruno@clisp.org>
40767
40768         * modules/localcharset (Depends-on): Add configmake.
40769         (Makefile.am): Remove setting of LIBDIR through DEFS.
40770
40771 2006-08-29  Bruno Haible  <bruno@clisp.org>
40772
40773         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
40774         defined.
40775
40776 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40777
40778         * modules/fcntl: New file.
40779         * modules/chdir-safer (Depends-on): Add fcntl.
40780         * modules/fts: Likewise.
40781         * modules/mkdir-p: Likewise.
40782
40783         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
40784         This undoes the most recent change, since we're now addressing the
40785         problem in a different way.
40786
40787         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
40788         into output, since the output might be called Makefile.am even
40789         if $makefile_name is something different.
40790         (func_import): Use $makefile_am rather than
40791         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
40792         empty.
40793
40794         * modules/inttypes (Files): Add m4/inttypes-h.m4.
40795
40796 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40797
40798         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
40799         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
40800         recent change to stdint.m4, since we're now addressing the problem in a
40801         different way.
40802
40803 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40804
40805         * m4/fcntl_h.m4: New file.
40806
40807 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40808
40809         * lib/fcntl_.h: New file.
40810         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
40811         the fcntl module.
40812         * lib/dirchownmod.c: Likewise.
40813         * lib/fts.c: Likewise.
40814
40815         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
40816         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
40817         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
40818         just before including <inttypes.h>, to avoid circular inclusion.
40819
40820 2006-08-28  Jim Meyering  <jim@meyering.net>
40821
40822         * doc/visibility.texi: Actually read and correct the grammar of the
40823         sentence affected by yesterday's change.
40824
40825 2006-08-28  Eric Blake  <ebb9@byu.net>
40826
40827         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
40828         needs wrapper.
40829
40830 2006-08-28  Eric Blake  <ebb9@byu.net>
40831
40832         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
40833
40834 2006-08-28  Eric Blake  <ebb9@byu.net>
40835
40836         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
40837
40838 2006-08-28  Bruno Haible  <bruno@clisp.org>
40839
40840         * modules/c-strstr: New file, from GNU gettext.
40841         * MODULES.html.sh (String handling): Add c-strstr.
40842
40843 2006-08-28  Bruno Haible  <bruno@clisp.org>
40844
40845         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
40846         macros.
40847         Reported by Eric Blake.
40848
40849 2006-08-28  Bruno Haible  <bruno@clisp.org>
40850
40851         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
40852         (VASNPRINTF): Return a string of length > INT_MAX without failing.
40853         * lib/vasprintf.c: Include errno.h, limits.h.
40854         (EOVERFLOW): New fallback definition.
40855         (vasprintf): Test here whether the string length is > INT_MAX.
40856         * lib/vsnprintf.c: Include errno.h, limits.h.
40857         (EOVERFLOW): New fallback definition.
40858         (vsnprintf): Fix bug when generated string was too long for the buffer.
40859         Test here whether the string length is > INT_MAX.
40860
40861 2006-08-28  Bruno Haible  <bruno@clisp.org>
40862
40863         * lib/inttypes_.h (SCNX*): Remove definitions.
40864         Reported by Eric Blake.
40865
40866 2006-08-28  Bruno Haible  <bruno@clisp.org>
40867
40868         * lib/c-strstr.h: New file, from GNU gettext.
40869         * lib/c-strstr.c: New file, from GNU gettext.
40870
40871 2006-08-28  Bruno Haible  <bruno@clisp.org>
40872
40873         * gnulib-tool: Reorder some statements.
40874
40875 2006-08-28  Bruno Haible  <bruno@clisp.org>
40876
40877         * gnulib-tool: New option --makefile-name.
40878         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
40879         $makefile_name.
40880         (func_import): Write $makefile_name to the cache file, and read it from
40881         there unless explicitly specified. Use $makefile_name as file name
40882         instead of Makefile.am. Adjust the recommendations accordingly.
40883
40884 2006-08-28  Bruno Haible  <bruno@clisp.org>
40885
40886         * gnulib-tool (func_verify_module): Check against misapplying patch.
40887
40888 2006-08-28  Bruno Haible  <bruno@clisp.org>
40889
40890         * gnulib-tool (func_relativize, func_relconcat): New functions.
40891         Give an error if --local-dir is given with --update.
40892         Remove trailing slashes from $local_gnulib_dir.
40893         (func_import): Store the relativized $local_gnulib_dir in
40894         gnulib-cache.m4, and read it from there if not specified explicitly.
40895
40896 2006-08-28  Bruno Haible  <bruno@clisp.org>
40897
40898         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
40899         is the current directory. Respect also $local_gnulib_dir.
40900
40901 2006-08-28  Bruno Haible  <bruno@clisp.org>
40902             Simon Josefsson  <jas@extundo.com>
40903
40904         BeOS portability.
40905         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
40906
40907 2006-08-27  Jim Meyering  <jim@meyering.net>
40908
40909         * doc/visibility.texi: Remove duplicate word: "pointer".
40910
40911 2006-08-26  Bruno Haible  <bruno@clisp.org>
40912
40913         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
40914         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
40915         (Makefile.am): Create inttypes.h from inttypes_.h.
40916         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
40917
40918         * modules/imaxabs: New file.
40919
40920         * modules/imaxdiv: New file.
40921
40922 2006-08-26  Bruno Haible  <bruno@clisp.org>
40923
40924         * m4/inttypes.m4: New file.
40925         * m4/_inttypes_h.m4: Remove file.
40926         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
40927         PRI_MACROS_BROKEN.
40928         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
40929
40930         * m4/imaxabs.m4: New file.
40931
40932         * m4/imaxdiv.m4: New file.
40933
40934 2006-08-26  Bruno Haible  <bruno@clisp.org>
40935
40936         * lib/inttypes_.h: New file.
40937         * lib/inttypes.h: Remove file.
40938         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
40939
40940         * lib/imaxabs.c: New file.
40941
40942         * lib/imaxdiv.c: New file.
40943
40944 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40945
40946         New config-h module, so that "make" output needn't be cluttered
40947         by -DHAVE_CONFIG_H.
40948         * MODULES.html.sh (Support for building libraries and executables):
40949         Add config-h.
40950         * modules/config-h: New file.
40951         * gnulib-tool (nl, sed_transform_lib_file): New vars.
40952         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
40953         the config-h module is used.
40954
40955         New configmake module, so that "make" output needn't be cluttered
40956         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
40957         * MODULES.html.sh (Support for building libraries and executables):
40958         Add configmake.
40959         * modules/configmake: New file.
40960
40961 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40962
40963         * m4/config-h.m4: New file.
40964
40965 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40966
40967         * config/srclist.txt: Add elisp-comp.
40968
40969 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40970
40971         * MODULES.html.sh (Support for building libraries and executables):
40972         Add elisp-comp.
40973         * build-aux/elisp-comp: New file.
40974         * modules/elisp-comp: New file.
40975
40976 2006-08-24  Bruno Haible  <bruno@clisp.org>
40977
40978         * gnulib-tool (func_create_testdir): Use non-default values of
40979         sourcebase and m4base.
40980
40981 2006-08-24  Bruno Haible  <bruno@clisp.org>
40982
40983         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
40984         HTML structure.
40985
40986 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40987
40988         * modules/openat (Depends-on): Add lchown.
40989
40990 2006-08-23  Bruno Haible  <bruno@clisp.org>
40991
40992         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
40993         of gl_LOCK_EARLY instead of gl_LOCK.
40994
40995 2006-08-23  Bruno Haible  <bruno@clisp.org>
40996
40997         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
40998         on OSF/1 to no.
40999         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
41000
41001 2006-08-23  Bruno Haible  <bruno@clisp.org>
41002
41003         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
41004         as unusable.
41005
41006         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
41007         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
41008         (gl_LOCK): New macro.
41009
41010 2006-08-22  Simon Josefsson  <jas@extundo.com>
41011
41012         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
41013         to md5 module.
41014
41015 2006-08-22  Simon Josefsson  <jas@extundo.com>
41016
41017         * MODULES.html.sh: Add "Support for maintaining and release
41018         projects".
41019
41020         * build-aux/gnupload: New file, from coreutils.
41021
41022 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
41023
41024         Avoid the need for AC_LIBSOURCES in m4 macros.
41025         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
41026         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
41027         * modules/check-version (EXTRA_DIST): Add check-version.h.
41028         * modules/crc (EXTRA_DIST): Add crc.h.
41029         * modules/des (EXTRA_DIST): Add des.h.
41030         * modules/gc (EXTRA_DIST): Add gc.h.
41031         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
41032         * modules/getline (EXTRA_DIST): Add getline.h.
41033         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
41034         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
41035         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
41036         * modules/md2 (EXTRA_DIST): Add md2.h.
41037         * modules/md4 (EXTRA_DIST): Add md4.h.
41038         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
41039         * modules/read-file (EXTRA_DIST): Add read-file.h.
41040         * modules/readline (EXTRA_DIST): Add readline.h.
41041         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
41042         rijndael-api-fst.h.
41043
41044 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
41045
41046         * m4/rijndael.m4 (gl_ARCFOUR):
41047         * m4/arctwo.m4 (gl_ARCTWO):
41048         * m4/check-version.m4 (gl_CHECK_VERSION):
41049         * m4/crc.m4 (gl_CRC):
41050         * m4/des.m4 (gl_DES):
41051         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
41052         * m4/gc.m4 (gl_GC):
41053         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
41054         * m4/getline.m4 (gl_FUNC_GETLINE):
41055         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
41056         * m4/hmac-md5.m4 (gl_HMAC_MD5):
41057         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
41058         * m4/md2.m4 (gl_MD2):
41059         * m4/md4.m4 (gl_MD4):
41060         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
41061         * m4/read-file.m4 (gl_FUNC_READ_FILE):
41062         * m4/readline.m4 (gl_FUNC_READLINE):
41063         * m4/rijndael.m4 (gl_RIJNDAEL):
41064         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
41065         to get the necessary .h files and whatnot.
41066
41067 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
41068
41069         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
41070         gnulib rather than the other way around.
41071         * config/srclistvars.sh (COREUTILS): Remove.
41072
41073 2006-08-22  Jim Meyering  <jim@meyering.net>
41074
41075         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
41076
41077         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
41078
41079 2006-08-22  Eric Blake  <ebb9@byu.net>
41080
41081         * modules/regexprops-generic: New file.
41082         * MODULES.html.sh (Support for building documentation): List it.
41083
41084 2006-08-22  Eric Blake  <ebb9@byu.net>
41085
41086         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
41087         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
41088         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
41089         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
41090
41091 2006-08-22  Bruno Haible  <bruno@clisp.org>
41092
41093         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
41094         and lib_LTLIBRARIES like the other lib_* variables.
41095
41096 2006-08-22  Bruno Haible  <bruno@clisp.org>
41097
41098         * build-aux/x-to-1.in: New file, from GNU gettext.
41099
41100 2006-08-22  Bruno Haible  <bruno@clisp.org>
41101
41102         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
41103         <utmpx.h> exists.
41104
41105 2006-08-22  Bruno Haible  <bruno@clisp.org>
41106
41107         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
41108         <utmpx.h> exists.
41109
41110 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
41111
41112         BeOS portability.
41113         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
41114         exist.
41115         Problem reported by Bruno Haible.
41116
41117 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
41118
41119         Avoid the need for AC_LIBSOURCES in m4 macros.
41120         * modules/acl (EXTRA_DIST): Add acl.h.
41121         * modules/argmatch (Files): Add m4/argmatch.m4.
41122         (configure.ac): Add gl_ARGMATCH.
41123         (EXTRA_DIST): Renamed from lib_SOURCES, for
41124         consistency with the other modules.  Remove argmatch.c.
41125         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
41126         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
41127         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
41128         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
41129         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
41130         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
41131         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
41132         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
41133         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
41134         * modules/closeout (EXTRA_DIST): Add closeout.h.
41135         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
41136         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
41137         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
41138         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
41139         dirname.h; remove basename.c and stripslash.c.
41140         * modules/exclude (EXTRA_DIST): Add exclude.h.
41141         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
41142         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
41143         * modules/file-type (EXTRA_DIST): Add file-type.h.
41144         * modules/filemode (EXTRA_DIST): Add filemode.h.
41145         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
41146         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
41147         * modules/fpending (EXTRA_DIST): Add __fpending.h.
41148         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
41149         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
41150         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
41151         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
41152         * modules/getdate (EXTRA_DIST): Add getdate.c.
41153         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
41154         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
41155         * modules/getpass (EXTRA_DIST): Add getpass.h.
41156         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
41157         * modules/group-member (EXTRA_DIST): Add group-member.h.
41158         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
41159         * modules/hash (EXTRA_DIST): Add hash.h.
41160         * modules/human (EXTRA_DIST): Add human.h.
41161         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
41162         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
41163         * modules/lchown (EXTRA_DIST): Add lchown.h.
41164         * modules/long-options (EXTRA_DIST): Add long-options.h.
41165         * modules/lstat (EXTRA_DIST): Add lstat.h.
41166         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
41167         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
41168         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
41169         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
41170         * modules/memxor (EXTRA_DIST): Add memxor.h.
41171         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
41172         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
41173         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
41174         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
41175         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
41176         * modules/physmem (EXTRA_DIST): Add physmem.h.
41177         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
41178         * modules/posixver (EXTRA_DIST): Add posixver.h.
41179         * modules/quote (EXTRA_DIST): Add quote.h.
41180         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
41181         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
41182         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
41183         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
41184         regex_internal.h regexec.c.
41185         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
41186         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
41187         * modules/same (EXTRA_DIST): Add same.h.
41188         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
41189         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
41190         * modules/savedir (EXTRA_DIST): Add savedir.h.
41191         * modules/sha1 (EXTRA_DIST): Add sha1.h.
41192         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
41193         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
41194         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
41195         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
41196         * modules/strdup (EXTRA_DIST): Add strdup.h.
41197         * modules/strftime (EXTRA_DIST): Add strftime.h.
41198         * modules/strndup (EXTRA_DIST): Add strndup.h.
41199         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
41200         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
41201         * modules/time_r (EXTRA_DIST): Add time_r.h.
41202         * modules/timespec (EXTRA_DIST): Add timespec.h.
41203         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
41204         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
41205         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
41206         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
41207         * modules/userspec (EXTRA_DIST): Add userspec.h.
41208         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
41209         * modules/utimens (EXTRA_DIST): Add utimens.h.
41210         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
41211         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
41212         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
41213         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
41214         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
41215         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
41216         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
41217         * modules/yesno (EXTRA_DIST): Add yesno.h.
41218
41219 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
41220
41221         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
41222
41223         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
41224         * m4/dev-ino.m4, same-inode.m4: Remove.
41225
41226         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
41227         * m4/acl.m4 (AC_FUNC_ACL):
41228         * m4/backupfile.m4 (gl_BACKUPFILE):
41229         * m4/c-strtod.m4 (gl_C99_STRTOLD):
41230         * m4/canon-host.m4 (gl_CANON_HOST):
41231         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41232         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
41233         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
41234         * m4/cloexec.m4 (gl_CLOEXEC):
41235         * m4/close-stream.m4 (gl_CLOSE_STREAM):
41236         * m4/closeout.m4 (gl_CLOSEOUT):
41237         * m4/dirfd.m4 (gl_FUNC_DIRFD):
41238         * m4/dirname.m4 (gl_DIRNAME):
41239         * m4/exclude.m4 (gl_EXCLUDE):
41240         * m4/exitfail.m4 (gl_EXITFAIL):
41241         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
41242         * m4/file-type.m4 (gl_FILE_TYPE):
41243         * m4/filemode.m4 (gl_FILEMODE):
41244         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
41245         * m4/fpending.m4 (gl_FUNC_FPENDING):
41246         * m4/fprintftime.m4 (gl_FPRINTFTIME):
41247         * m4/fts.m4 (gl_FUNC_FTS):
41248         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
41249         * m4/getdate.m4 (gl_GETDATE):
41250         * m4/gethrxtime.m4 (gl_GETHRXTIME):
41251         * m4/getpagesize.m4 (gl_GETPAGESIZE):
41252         * m4/getpass.m4 (gl_FUNC_GETPASS):
41253         * m4/gettime.m4 (gl_GETTIME):
41254         * m4/getugroups.m4 (gl_GETUGROUPS):
41255         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
41256         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
41257         * m4/hard-locale.m4 (gl_HARD_LOCALE):
41258         * m4/hash.m4 (gl_HASH):
41259         * m4/idcache.m4 (gl_IDCACHE):
41260         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
41261         * m4/lchown.m4 (gl_FUNC_LCHOWN):
41262         * m4/long-options.m4 (gl_LONG_OPTIONS):
41263         * m4/lstat.m4 (gl_FUNC_LSTAT):
41264         * m4/md5.m4 (gl_MD5):
41265         * m4/memcasecmp.m4 (gl_MEMCASECMP):
41266         * m4/memcoll.m4 (gl_MEMCOLL):
41267         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
41268         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
41269         * m4/memxor.m4 (gl_MEMXOR):
41270         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
41271         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
41272         * m4/modechange.m4 (gl_MODECHANGE):
41273         * m4/mountlist.m4 (gl_MOUNTLIST):
41274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
41275         * m4/openat.m4 (gl_FUNC_OPENAT):
41276         * m4/pathmax.m4 (gl_PATHMAX):
41277         * m4/physmem.m4 (gl_PHYSMEM):
41278         * m4/posixtm.m4 (gl_POSIXTM):
41279         * m4/posixver.m4 (gl_POSIXVER):
41280         * m4/quote.m4 (gl_QUOTE):
41281         * m4/quotearg.m4 (gl_QUOTEARG):
41282         * m4/readtokens.m4 (gl_READTOKENS):
41283         * m4/readutmp.m4 (gl_READUTMP):
41284         * m4/regex.m4 (gl_REGEX):
41285         * m4/safe-read.m4 (gl_SAFE_READ):
41286         * m4/safe-write.m4 (gl_SAFE_WRITE):
41287         * m4/same.m4 (gl_SAME):
41288         * m4/save-cwd.m4 (gl_SAVE_CWD):
41289         * m4/savedir.m4 (gl_SAVEDIR):
41290         * m4/settime.m4 (gl_SETTIME):
41291         * m4/sha1.m4 (gl_SHA1):
41292         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
41293         * m4/stat-macros.m4 (gl_STAT_MACROS):
41294         * m4/stat-time.m4 (gl_STAT_TIME):
41295         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
41296         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
41297         * m4/strdup.m4 (gl_FUNC_STRDUP):
41298         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
41299         * m4/strndup.m4 (gl_FUNC_STRNDUP):
41300         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
41301         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
41302         * m4/time_r.m4 (gl_TIME_R):
41303         * m4/timespec.m4 (gl_TIMESPEC):
41304         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
41305         * m4/unlinkdir.m4 (gl_UNLINKDIR):
41306         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
41307         * m4/userspec.m4 (gl_USERSPEC):
41308         * m4/utimecmp.m4 (gl_UTIMECMP):
41309         * m4/utimens.m4 (gl_UTIMENS):
41310         * m4/xalloc.m4 (gl_XALLOC):
41311         * m4/xgetcwd.m4 (gl_XGETCWD):
41312         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
41313         * m4/xreadlink.m4 (gl_XREADLINK):
41314         * m4/xstrtod.m4 (gl_XSTRTOD):
41315         * m4/yesno.m4 (gl_YESNO):
41316         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
41317         to get the necessary .h files and whatnot.
41318
41319 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
41320             Bruno Haible  <bruno@clisp.org>
41321
41322         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
41323         /bin/sh understanding of '!' conditional negation.
41324
41325 2006-08-21  Jim Meyering  <jim@meyering.net>
41326
41327         * modules/openat (Depends-on): Really alphabetize.
41328
41329         * modules/acl (Depends-on): Add error and quote.
41330
41331         * check-module (find_included_lib_files): Add at-func.c to the
41332         ok-to-include-more-than-once white list.
41333
41334         * modules/openat (Depends-on): Add lstat.  Alphabetize.
41335
41336 2006-08-21  Bruno Haible  <bruno@clisp.org>
41337
41338         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41339         Emit a pkgdata_DATA variable only if some snippets add contents to it.
41340         Reported by Martin Lambers <marlam@marlam.de>.
41341
41342 2006-08-21  Bruno Haible  <bruno@clisp.org>
41343
41344         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
41345         specify an installation location, don't emit a noinst_LIBRARIES or
41346         noinst_LTLIBRARIES assignment.
41347
41348 2006-08-21  Bruno Haible  <bruno@clisp.org>
41349
41350         BeOS portability.
41351         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
41352         BeOS has mbrtowc() but no <wctype.h>.
41353
41354 2006-08-21  Bruno Haible  <bruno@clisp.org>
41355
41356         BeOS portability.
41357         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
41358         exist.
41359
41360 2006-08-21  Bruno Haible  <bruno@clisp.org>
41361
41362         BeOS portability.
41363         * lib/mbchar.h: Include <wctype.h> only if it exists.
41364
41365 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41366
41367         Remove files that are no longer needed by their respective modules.
41368         * m4/obstack.m4: Remove.
41369         * m4/strerror_r.m4: Remove.
41370         * m4/uint32_t.m4: Remove.
41371         * m4/uintptr_t.m4: Remove.
41372         * m4/ullong_max.m4: Remove.
41373         * m4/xstrtoimax.m4: Remove.
41374         * m4/xstrtoumax.m4: Remove.
41375
41376         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
41377         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
41378         dependencies now capture this.
41379
41380         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
41381         Do not use AC_LIBSOURCES, since gnulib modules now do this.
41382         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
41383         * m4/human.m4 (gl_HUMAN): Likewise.
41384         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
41385         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
41386
41387         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
41388
41389         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
41390         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
41391         stdint.
41392         * m4/human.m4 (gl_HUMAN): Likewise.
41393         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
41394         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
41395         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
41396         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
41397         * m4/xstrtol (gl_XSTRTOL): Likewise.
41398
41399         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
41400         AC_TYPE_LONG_LONG_INT.
41401         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
41402         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
41403         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
41404         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
41405
41406         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
41407         on stdbool.
41408
41409         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
41410         (gl_PREREQ_XSTRTOUL): Remove.
41411
41412         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
41413
41414         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
41415         mode.
41416
41417 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41418
41419         Add and change modules to make it easier for coreutils to use
41420         gnulib-tool.
41421         * modules/backupfile (Files): Remove m4/d-ino.m4.
41422         (Depends-on): Add d-ino.
41423         * modules/cycle-check (Depends-on): Add stdint.
41424         (lib_SOURCES): Add cycle-check.h.
41425         * modules/d-ino: New module.
41426         * modules/d-type: New module.
41427         * modules/error (Files): Remove m4/strerror_r.m4.
41428         * modules/filemode (Files): Add m4/st_dm_mode.m4.
41429         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
41430         m4/inttypes_h.m4, m4/uintmax_t.m4.
41431         (Depends-on): Add stdint.
41432         (lib_SOURCES): Add fsusage.h.
41433         * modules/getcwd (Files): Remove d-ino.m4.
41434         (Depends-on): Add d-ino.
41435         * modules/getndelim2 (Depends-on): Add stdint.
41436         * modules/glob (Files): Remove m4/d-type.m4.
41437         (Depends-on): Add d-type.
41438         * modules/host-os: New module.
41439         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
41440         m4/inttypes_h.m4, m4/uintmax_t.m4.
41441         * Depends-on: Add stdint.
41442         (lib_SOURCES): Add human.h.
41443         * modules/inttostr (Files): Remove m4/intmax_t.m4,
41444         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
41445         m4/uintmax_t.m4, m4/ulonglong.m4.
41446         (Depends-on): Add stdint.
41447         (EXTRA_DIST): Add inttostr.h.
41448         * modules/lchmod: New module.
41449         * modules/link-follow: New module.
41450         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
41451         (Depends-on): Add lchmod.
41452         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
41453         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
41454         (Depends-on): Add stdint.
41455         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
41456         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
41457         (Depends-on): Add stdint.
41458         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
41459         * modules/perl: New module.
41460         * modules/regex (Depends-on): Add stdint.
41461         * modules/rmdir-errno: New module.
41462         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
41463         m4/intmax_t.m4.
41464         (Depends-on): Add stdint.
41465         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
41466         m4/uintmax_t.m4.
41467         (Depends-on): Add stdint.
41468         * modules/unlink-busy: New module.
41469         * modules/utimecmp (Depends-on): Add stdint.
41470         * modules/uptime: New module.
41471         * modules/winsz-ioctl: New module.
41472         * modules/winsz-termios: New module.
41473         * modules/xnanosleep (Depends-on): Add nanosleep.
41474         * modules/ullong_max: Remove.
41475         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
41476         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
41477         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
41478         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
41479         (Depends-on): Add inttypes.
41480         (lib_SOURCES): Add xstrtol.h.
41481         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
41482         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
41483         * MODULES.html.sh: Move 'assert' into the assert section.
41484         Move 'dummy' into the linking section.
41485         Remove ullong_max.
41486         Add section for compatibility checks for POSIX:2001 functions,
41487         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
41488         winsz-ioctl, and winsz-termios into it.
41489         Add lchmod.
41490         Add top-level Misc section and put host-os, perl, and uptime
41491         into it.
41492
41493 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41494
41495         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
41496         now assume the stdint module.  Do not include inttypes.h.
41497         * lib/fsusage.h: Likewise.
41498         * lib/getndelim2.c: Likewise.
41499         * lib/human.h: Likewise.
41500         * lib/inttostr.h: Likewise.
41501         * lib/obstack.c: Likewise.
41502         * lib/regex_internal.h: Likewise.
41503         * lib/tempname.c: Likewise.
41504         * lib/utimecmp.c: Likewise.
41505         * lib/xstrtol.h: Likewise.
41506
41507         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
41508
41509         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
41510         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
41511         * lib/xtime.h: Likewise.
41512
41513 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41514
41515         * modules/openat (Files): Add lib/fchmodat.c.
41516         Fixes problem reported by Jay Youngman.
41517
41518 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41519
41520         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
41521         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
41522
41523 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
41524             Bruno Haible  <bruno@clisp.org>
41525
41526         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
41527         and is a script that invokes bison. Tighten the code. Add comments.
41528
41529 2006-08-18  Jim Meyering  <jim@meyering.net>
41530
41531         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
41532         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
41533         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
41534         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
41535
41536 2006-08-18  Bruno Haible  <bruno@clisp.org>
41537
41538         * modules/bison-i18n: New file.
41539         * MODULES.html.sh (Internationalization functions): Add it.
41540
41541 2006-08-18  Bruno Haible  <bruno@clisp.org>
41542
41543         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
41544         sys/statvfs.h. When getmntinfo was found, check its declaration and
41545         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
41546
41547 2006-08-18  Bruno Haible  <bruno@clisp.org>
41548
41549         * m4/bison-i18n.m4: New file, from bison.
41550
41551 2006-08-18  Bruno Haible  <bruno@clisp.org>
41552
41553         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
41554         (ME_DUMMY): Treat "kernfs" as a dummy.
41555         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
41556
41557 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41558
41559         Update from coreutils.
41560
41561         2006-08-15  Jim Meyering  <jim@meyering.net>
41562
41563         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
41564
41565         2006-01-17  Jim Meyering  <jim@meyering.net>
41566
41567         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
41568
41569         2006-01-11  Jim Meyering  <jim@meyering.net>
41570
41571         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
41572         Check for the lchmod function.
41573
41574 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41575
41576         Update from coreutils.
41577
41578         * lib/__fpending.h: Add copyright notice.
41579         * lib/fprintftime.h: Likewise.
41580         * lib/savedir.c: Use (C) in copyright notice.
41581         * lib/savedir.h: Likewise.
41582
41583         2006-08-15  Jim Meyering  <jim@meyering.net>
41584
41585         * lib/at-func.c: New file, with the logic of all emulated at-functions.
41586         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
41587         in support of the EXPECTED_ERRNO macro.
41588         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
41589         definitions.  Instead, define the appropriate symbols and include
41590         "at-func.c".
41591         * lib/mkdirat.c (mkdirat): Likewise.
41592         * lib/fchmodat.c (fchmodat): Likewise.
41593         (ENOSYS): Remove definition.
41594         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
41595         it.  Don't include "unistd--.h" -- it wasn't ever used.
41596
41597         2006-01-17  Jim Meyering  <jim@meyering.net>
41598
41599         Rewrite fts.c not to change the current working directory,
41600         by using openat, fstatat, fdopendir, etc..
41601
41602         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
41603         (HAVE_OPENAT_SUPPORT): Define.
41604         [_LIBC] (fchdir): Don't undef or define; no longer used.
41605         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
41606         Now, this `function' always succeeds, and consumes its file descriptor
41607         parameter -- so callers must not close such FDs.  Update callers.
41608         (diropen_fd, opendirat, cwd_advance_fd): New functions.
41609         (diropen): Add parameter, SP.  Adjust all callers.
41610         Implement using diropen_fd, rather than open.
41611         (fts_open): Initialize new member, fts_cwd_fd.
41612         Remove fts_rft-setting code.
41613         (fts_close): Close fts_cwd_fd, if necessary.
41614         (__opendir2): Define in terms of opendir or opendirat,
41615         depending on whether the FST_NOCHDIR flag is set.
41616         (fts_build): Since fts_safe_changedir consumes its FD, and since
41617         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
41618         and close the dup'd file descriptor upon failure.
41619         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
41620         (fts_safe_changedir): Tweak semantics to reflect that this function
41621         now calls cwd_advance_fd and hence consumes its FD argument.
41622         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
41623         [struct FTS] (fts_rft): Remove now-unused member.
41624         [struct FTS] (fts_cycle.state): Improve comment.
41625
41626         * lib/openat.c (openat_needs_fchdir): New function.
41627         * lib/openat.h (openat_needs_fchdir): Declare it.
41628
41629 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
41630
41631         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
41632         Problem and fix reported by Pádraig Brady in
41633         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
41634
41635 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41636
41637         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
41638
41639 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41640
41641         * lib/memcoll.c (memcoll): Optimize for the common case where the
41642         arguments are bytewise equal.
41643
41644 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41645
41646         * doc/regexprops-generic.texi: Add a copyright notice.
41647
41648 2006-08-15  Bruno Haible  <bruno@clisp.org>
41649
41650         * modules/tmpdir (License): Change to LGPL.
41651
41652 2006-08-15  Bruno Haible  <bruno@clisp.org>
41653
41654         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
41655         module.
41656
41657 2006-08-14  Simon Josefsson  <jas@extundo.com>
41658
41659         * config/srclist.txt: Add gnupload.
41660
41661 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41662
41663         Change copyright notice from LGPL 2 to GPL 2, since that's the
41664         standard form used in the gnulib repository.
41665         * tests/test-lock.c: Likewise.
41666         * tests/test-stdint.c: Likewise.
41667         * tests/test-tls.c: Likewise.
41668
41669         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
41670         prelude-manager.  User shorter URLs for GNU projects, without '?'.
41671         Add copyright notice.
41672
41673         * check-module: Add copyright notice.  Output a copyright
41674         notice if "--version" is specified.
41675         * modules/COPYING: New file.
41676         * tests/test-getaddrinfo.c: Add copyright notice.
41677         * tests/test-verify.c: Likewise.
41678
41679 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41680
41681         Change copyright notice from LGPL 2 to GPL 2, since that's the
41682         standard form used in the gnulib repository.
41683         * lib/lock.c: LGPL -> GPL.
41684         * lib/lock.h: Likewise.
41685         * lib/strnlen1.c: Likewise.
41686         * lib/strnlen1.h: Likewise.
41687         * lib/tls.c: Likewise.
41688         * lib/tls.h: Likewise.
41689         * lib/tmpdir.c: Likewise.
41690
41691         * lib/TODO: Remove; this belongs only in coreutils.
41692
41693 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41694
41695         Add copyright notices to long-enough files that lack them, since
41696         otherwise the files aren't clearly free.  Use the same notice that
41697         getdate.texi already uses.
41698         * doc/alloca-opt.texi: Add copyright notice.
41699         * doc/alloca.texi: Likewise.
41700         * doc/ctime.texi: Likewise.
41701         * doc/functions.texi: Likewise.
41702         * doc/gcd.texi: Likewise.
41703         * doc/gnulib-tool.texi: Likewise.
41704         * doc/inet_ntoa.texi: Likewise.
41705         * doc/visibility.texi: Likewise.
41706
41707         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
41708         * doc/quote.texi: Add copyright notice.
41709
41710         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
41711         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
41712         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
41713         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
41714         is now obsolete, and give a pointer to the Sun list.
41715         Add copyright notice.
41716
41717 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41718
41719         * config/srclistvars.sh: Add copyright notice.
41720
41721 2006-08-14  Eric Blake  <ebb9@byu.net>
41722
41723         Import the following change from libc:
41724
41725         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
41726
41727         Upstream bug 2997.
41728         * lib/misc/error.c: Add space between program name and message if file
41729         name is missing.
41730
41731 2006-08-12  Karl Berry  <karl@gnu.org>
41732
41733         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
41734         remove, these originate in gnulib now.
41735
41736 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41737
41738         * doc/Makefile (standards.info standards.html standards.dvi):
41739         Also depend on make-stds.texi.
41740
41741 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41742
41743         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
41744         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
41745
41746         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
41747         in wchar_t.  Problem reported by Eric Blake.
41748
41749         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
41750         LEN is smaller than SIZE.  Suggested by Bruno Haible.
41751         Also, help the compiler to keep LEN in a register.
41752
41753 2006-08-11  Eric Blake  <ebb9@byu.net>
41754
41755         * users.txt: Sort.  Add tar.
41756
41757 2006-08-11  Bruno Haible  <bruno@clisp.org>
41758
41759         * users.txt: New file.
41760
41761 2006-08-11  Bruno Haible  <bruno@clisp.org>
41762
41763         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
41764         before <wchar.h>. Needed for OSF/1 and BSD/OS.
41765
41766 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41767
41768         * modules/snprintf (Depends-on): Remove minmax.
41769         (Maintainer): Add self and Bruno.
41770
41771 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41772
41773         * lib/.cppi-disable: Add snprintf.h, socket_.h.
41774         * lib/snprintf.c: Include <errno.h> and <limits.h>.
41775         (EOVERFLOW): Define if the system does not.
41776         Do not include "minmax.h"; it wasn't used.
41777         (snprintf): Don't assume size_t promotes to an unsigned type.
41778         Fix bug when generated string was too long for the buffer: the
41779         buffer's contents are supposed to be the initial prefix of the
41780         output.  Don't assume vasnprintf returns EOVERFLOW if the size
41781         exceeds INT_MAX; do the check ourselves.
41782
41783         Import the following changes from libc:
41784
41785         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
41786
41787         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
41788         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
41789         set wc to the byte which couldn't be converted.
41790         (re_string_reconstruct): Don't clear valid_raw_len before calling
41791         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
41792         tip_context using re_string_context_at.
41793
41794         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
41795
41796         * lib/posix/regex.h: g++ still cannot handled [restrict].
41797
41798         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
41799
41800         * lib/posix/regex.h: Remove special handling for VMS.
41801
41802 2006-08-10  Jim Meyering  <jim@meyering.net>
41803
41804         * modules/same-inode: New module.
41805         * modules/dev-ino: New module.
41806         * modules/cycle-check: Depend on these modules, rather than simply
41807         including their .h files.
41808         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
41809         required via m4/cycle-check.m4.
41810         * modules/same: Depend on new same-inode module, rather than
41811         including same-inode.h.
41812         * modules/chdir-safer: New file.
41813
41814         * modules/chown (Depends-on): Add stat-macros.
41815
41816 2006-08-10  Jim Meyering  <jim@meyering.net>
41817
41818         * m4/cycle-check.m4: New file.
41819         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
41820         * m4/dev-ino.m4, m4/same-inode.m4: New files.
41821
41822 2006-08-10  Eric Blake  <ebb9@byu.net>
41823
41824         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
41825         in from original proposal.
41826
41827 2006-08-10  Eric Blake  <ebb9@byu.net>
41828         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41829
41830         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
41831         namespace.
41832
41833 2006-08-10  Bruno Haible  <bruno@clisp.org>
41834
41835         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
41836         as well.
41837
41838 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41839
41840         Sync from coreutils.
41841
41842         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
41843
41844         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
41845         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
41846
41847 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41848
41849         * modules/restrict: Remove; no longer needed now that we assume
41850         Autoconf 2.59 or later.
41851         * MODULES.html.sh: Remove 'restrict'.
41852         * modules/argp (Depends-on): Remove 'restrict'.
41853         * modules/base64 (Depends-on): Likewise.
41854         * modules/gc (Depends-on): Likewise.
41855         * modules/getaddrinfo (Depends-on): Likewise.
41856         * modules/glob (Depends-on): Likewise.
41857         * modules/inet_ntop (Depends-on): Likewise.
41858         * modules/inet_pton (Depends-on): Likewise.
41859         * modules/memxor (Depends-on): Likewise.
41860         * modules/regex (Depends-on): Likewise.
41861         * modules/strtok_r (Depends-on): Likewise.
41862         * modules/time_r (Depends-on): Likewise.
41863
41864 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41865
41866         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
41867         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
41868         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41869         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
41870         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
41871         * m4/memxor.m4 (gl_MEMXOR): Likewise.
41872         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
41873         gl_C_RESTRICT replaced by AC_C_RESTRICT.
41874
41875         Merge from coreutils.
41876         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
41877         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
41878         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
41879         * m4/time_r.m4 (gl_TIME_R): Likewise.
41880
41881 2006-08-09  Karl Berry  <karl@gnu.org>
41882
41883         * config/srclist.txt: no more gettext-tools, per Bruno.
41884
41885 2006-08-08  Eric Blake  <ebb9@byu.net>
41886
41887         * modules/verror: New module.
41888         * MODULES.html.sh: Document it.
41889
41890 2006-08-08  Eric Blake  <ebb9@byu.net>
41891
41892         * lib/verror.h, lib/verror.c: New files.
41893
41894 2006-08-08  Eric Blake  <ebb9@byu.net>
41895
41896         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
41897         verror_at_line output complies with GNU Coding Standards even when
41898         file is NULL.
41899
41900 2006-08-07  Bruno Haible  <bruno@clisp.org>
41901
41902         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
41903         versions of AIX.
41904         Reported by Ralf Wildenhues.
41905
41906 2006-08-07  Bruno Haible  <bruno@clisp.org>
41907
41908         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
41909         in an AC_DEFUN. Needed so that the autoconf snippets can use
41910         AC_REQUIRE.
41911
41912 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41913
41914         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41915         Initialize pkgdata_DATA.
41916         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
41917         overriding it.
41918
41919 2006-08-06  Eric Blake  <ebb9@byu.net>
41920
41921         * lib/error.h: Fold in some upstream changes from glibc.
41922         * lib/error.c: Likewise.
41923
41924 2006-08-04  Bruno Haible  <bruno@clisp.org>
41925
41926         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41927         Make the mostlyclean-local rule depend on mostlyclean-generic.
41928         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
41929
41930 2006-07-31  Bruno Haible  <bruno@clisp.org>
41931
41932         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
41933         <stdlib.h>, <string.h>.
41934
41935 2006-07-30  Bruno Haible  <bruno@clisp.org>
41936
41937         * modules/readlink (License): Change to LGPL.
41938
41939 2006-07-30  Bruno Haible  <bruno@clisp.org>
41940
41941         * modules/javaversion (Makefile.am): Distribute javaversion.java and
41942         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
41943         set PKGDATADIR to point to it.
41944
41945 2006-07-30  Bruno Haible  <bruno@clisp.org>
41946
41947         * modules/csharpexec (configure.ac): Comment out macro invocation.
41948         * modules/javaexec (configure.ac): Likewise.
41949         * modules/javacomp-script (configure.ac): Likewise.
41950
41951         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
41952
41953 2006-07-30  Bruno Haible  <bruno@clisp.org>
41954
41955         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
41956         linked-list.
41957
41958 2006-07-30  Bruno Haible  <bruno@clisp.org>
41959
41960         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
41961
41962 2006-07-30  Bruno Haible  <bruno@clisp.org>
41963
41964         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41965         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
41966         get removed.
41967
41968 2006-07-29  Bruno Haible  <bruno@clisp.org>
41969
41970         Make it possible for gnulib-tool to work with locally modified or
41971         augmented gnulib repositories.
41972         * gnulib-tool (func_usage): Document --local-dir option.
41973         (local_gnulib_dir): New variable.
41974         Handle --local-dir option.
41975         (func_lookup_file): New function.
41976         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
41977         (func_get_description, func_get_filelist, func_get_description,
41978         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
41979         func_get_automake_snippet, func_get_include_directive,
41980         func_get_license, func_get_maintainer): Use func_lookup_file.
41981         (func_import, func_create_testdir): Use func_lookup_file.
41982
41983 2006-07-29  Bruno Haible  <bruno@clisp.org>
41984
41985         * modules/setenv (Depends-on): Add unistd.
41986
41987 2006-07-29  Bruno Haible  <bruno@clisp.org>
41988
41989         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
41990
41991 2006-07-29  Bruno Haible  <bruno@clisp.org>
41992
41993         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
41994
41995 2006-07-29  Bruno Haible  <bruno@clisp.org>
41996
41997         * gnulib-tool (import, update): If there is no Makefile.am, look at
41998         aclocal.m4, instead of bailing out.
41999
42000 2006-07-29  Bruno Haible  <bruno@clisp.org>
42001
42002         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
42003         Categorize the options by when they are useful.
42004
42005 2006-07-29  Bruno Haible  <bruno@clisp.org>
42006
42007         * gnulib-tool (func_usage): Document option --no-libtool.
42008         Handle option --no-libtool.
42009         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
42010         for changed semantics of $libtool variable.
42011         (func_import): Likewise. If libtool is not used, show this through
42012         an option --no-libtool.
42013         (func_create_testdir): Update.
42014
42015 2006-07-29  Bruno Haible  <bruno@clisp.org>
42016
42017         * gnulib-tool (func_import): Extend error message about missing
42018         --doc-base.
42019
42020 2006-07-29  Bruno Haible  <bruno@clisp.org>
42021
42022         * gnulib-tool (func_import): Don't create the $docbase directory if
42023         there is no file to store there.
42024
42025 2006-07-29  Bruno Haible  <bruno@clisp.org>
42026
42027         * gnulib-tool (autoconf_minversion): If a --dir option is given and
42028         relevant, look for configure.ac there, not in the current directory.
42029         Also use a simple search for AC_PREREQ, not "autoconf --trace".
42030
42031 2006-07-29  Bruno Haible  <bruno@clisp.org>
42032
42033         * gnulib-tool (SORT): New variable.
42034         (func_usage): Undocument --assume-autoconf option.
42035         Remove --assume-autoconf option handling.
42036         (autoconf_minversion): Determine from the contents of configure.ac.
42037         (func_import): Remove autoconf_minversion handling.
42038         Suggested by Eric Blake.
42039
42040 2006-07-29  Bruno Haible  <bruno@clisp.org>
42041
42042         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
42043
42044 2006-07-29  Bruno Haible  <bruno@clisp.org>
42045
42046         * config/srclist.txt (*setenv.[ch]): Remove rules.
42047
42048 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42049
42050         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
42051
42052 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42053
42054         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
42055         arpa/inet.h.
42056
42057 2006-07-28  Simon Josefsson  <jas@extundo.com>
42058
42059         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
42060         * modules/inet_pton (Depends-on): Likewise.
42061
42062 2006-07-28  Simon Josefsson  <jas@extundo.com>
42063
42064         * m4/netinet_in_h.m4: New file.
42065
42066 2006-07-28  Simon Josefsson  <jas@extundo.com>
42067
42068         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
42069         #include's.
42070
42071 2006-07-28  Simon Josefsson  <jas@extundo.com>
42072
42073         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
42074         #include's.
42075
42076 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
42077
42078         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
42079         setgid on directories only if they set these bits.
42080         * lib/modechange.h: Remove obsolete comment about masks.
42081
42082 2006-07-28  Eric Blake  <ebb9@byu.net>
42083
42084         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
42085         macro expansion.
42086
42087 2006-07-28  Bruno Haible  <bruno@clisp.org>
42088
42089         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
42090
42091 2006-07-28  Bruno Haible  <bruno@clisp.org>
42092
42093         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
42094
42095 2006-07-28  Bruno Haible  <bruno@clisp.org>
42096
42097         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
42098         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
42099         Define fallbacks.
42100         Avoids link error on FreeBSD 4.x.
42101         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
42102
42103         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
42104         encoding.
42105         * lib/mbswidth.c (iswcntrl): Likewise.
42106
42107 2006-07-27  Bruno Haible  <bruno@clisp.org>
42108
42109         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
42110         test.
42111
42112 2006-07-27  Bruno Haible  <bruno@clisp.org>
42113
42114         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
42115         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
42116         defined.
42117
42118 2006-07-26  Eric Blake  <ebb9@byu.net>
42119
42120         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
42121
42122 2006-07-26  Eric Blake  <ebb9@byu.net>
42123
42124         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
42125         like mingw that lack mkstemp.
42126         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
42127         avoid compilation warning on mingw.
42128
42129 2006-07-26  Bruno Haible  <bruno@clisp.org>
42130
42131         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
42132         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
42133         INT_FAST*_MIN, INTPTR_MIN.
42134
42135 2006-07-25  Bruno Haible  <bruno@clisp.org>
42136
42137         * modules/version-etc (Depends-on): Add stdarg.
42138
42139 2006-07-25  Bruno Haible  <bruno@clisp.org>
42140
42141         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
42142         complex commands.
42143
42144 2006-07-25  Bruno Haible  <bruno@clisp.org>
42145
42146         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
42147         defined in <stdarg.h> or config.h.
42148
42149 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
42150
42151         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
42152         (gl_STDIO_SAFER): Remove.
42153
42154 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
42155
42156         * MODULES.html.sh (File stream based Input/Output):
42157         Add fopen-safer, tmpfile-safer; remove stdio-safer.
42158         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
42159         * modules/fopen-safer, modules/tmpfile-safer: New files.
42160         * modules/stdio-safer: Remove.
42161
42162 2006-07-24  Bruno Haible  <bruno@clisp.org>
42163
42164         * modules/tmpdir: New file.
42165         * MODULES.html.sh (File system functions): Add it.
42166
42167 2006-07-24  Bruno Haible  <bruno@clisp.org>
42168
42169         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
42170         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
42171
42172 2006-07-24  Bruno Haible  <bruno@clisp.org>
42173
42174         * modules/clean-temp: New file.
42175
42176 2006-07-24  Bruno Haible  <bruno@clisp.org>
42177
42178         * m4/tmpdir.m4: New file, from GNU gettext.
42179
42180 2006-07-24  Bruno Haible  <bruno@clisp.org>
42181
42182         * lib/tmpdir.h: New file, from GNU gettext.
42183         * lib/tmpdir.c: New file, from GNU gettext.
42184
42185 2006-07-24  Bruno Haible  <bruno@clisp.org>
42186
42187         * lib/clean-temp.h: New file, from GNU gettext.
42188         * lib/clean-temp.c: New file, from GNU gettext.
42189
42190 2006-07-23  Eric Blake  <ebb9@byu.net>
42191
42192         * modules/stdio-safer (Files): Add tmpfile-safer.c.
42193         (Depends-on): Add binary-io.
42194
42195 2006-07-23  Eric Blake  <ebb9@byu.net>
42196
42197         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
42198
42199 2006-07-23  Eric Blake  <ebb9@byu.net>
42200
42201         * lib/tmpfile-safer.c: New file.
42202         * lib/stdio-safer.h (fopen_safer): Add prototype.
42203         * lib/stdio--.h (tmpfile): Make safer.
42204
42205 2006-07-23  Bruno Haible  <bruno@clisp.org>
42206
42207         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
42208         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
42209         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
42210         gl_linked_remove_at): Use it.
42211
42212 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42213         and Simon Josefsson <jas@extundo.com>
42214
42215         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
42216
42217         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
42218
42219 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
42220
42221         * modules/close-stream: New file.
42222         * modules/closeout (Description): Make it clear that it exits
42223         with a diagnostic on error.
42224         (Depends-on): Add close-stream.  Remove fpending, stdbool.
42225         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
42226
42227 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
42228
42229         * m4/close-stream.m4: New file.
42230
42231 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
42232
42233         * lib/close-stream.c, lib/close-stream.h: New files.
42234
42235 2006-07-22  Bruno Haible  <bruno@clisp.org>
42236
42237         Merge from GNU gettext 0.15.
42238
42239         2006-05-01  Bruno Haible  <bruno@clisp.org>
42240
42241                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
42242
42243         2006-07-22  Bruno Haible  <bruno@clisp.org>
42244
42245                 * modules/javaversion: New file.
42246                 * MODULES.html.sh (Java): Add javaversion.
42247
42248         2006-03-12  Bruno Haible  <bruno@clisp.org>
42249
42250                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
42251
42252         2005-12-04  Bruno Haible  <bruno@clisp.org>
42253
42254                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
42255                 (untested).
42256
42257         2006-06-21  Bruno Haible  <bruno@clisp.org>
42258
42259                 Avoid warnings from recent versions of mcs.
42260                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
42261                 -o, -L, -r any more. Use options documented since mcs-1.0
42262                 instead. Similarly for -g.
42263
42264         2005-12-04  Bruno Haible  <bruno@clisp.org>
42265
42266                 * build-aux/csharpcomp.sh.in: Suffix for resources is
42267                 .resources, not .resource.
42268
42269         2005-07-09  Bruno Haible  <bruno@clisp.org>
42270
42271                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
42272                 add a .dll suffix.
42273                 Reported by Mark Junker <mjscod@gmx.de>.
42274
42275         2006-07-22  Bruno Haible  <bruno@clisp.org>
42276
42277                 * modules/gettext: Upgrade to gettext-0.15.
42278                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
42279                 m4/visibility.m4.
42280                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
42281
42282 2006-07-22  Bruno Haible  <bruno@clisp.org>
42283
42284         Merge from GNU gettext 0.15.
42285
42286         2006-03-25  Bruno Haible  <bruno@clisp.org>
42287
42288                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
42289
42290         2006-07-21  Bruno Haible  <bruno@clisp.org>
42291
42292                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
42293                 "1.1".
42294
42295         2006-05-09  Bruno Haible  <bruno@clisp.org>
42296
42297                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
42298                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
42299                 for the conftestver execution.
42300
42301         2006-05-01  Bruno Haible  <bruno@clisp.org>
42302
42303                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
42304                 optional target-version argument. Verify that the compiler
42305                 groks source of the specified source-version, or add -source
42306                 option as necessary. Verify that the compiler produces
42307                 bytecode in the specified target-version, or add -target and
42308                 -source options as necessary. Make the result of the test
42309                 available as variable CONF_JAVAC. Also log error output in
42310                 config.log.
42311
42312         2006-03-11  Bruno Haible  <bruno@clisp.org>
42313
42314                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
42315
42316         2006-05-09  Bruno Haible  <bruno@clisp.org>
42317
42318                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
42319                 CLASSPATH_SEPARATOR to a semicolon.
42320
42321         2006-03-12  Bruno Haible  <bruno@clisp.org>
42322
42323                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
42324                 available as variable CONF_JAVA, for subsequent autoconf
42325                 tests. Also log error output in config.log.
42326
42327         2006-07-19  Bruno Haible  <bruno@clisp.org>
42328
42329                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
42330                 that getline works on glibc2 systems. Needed to avoid trouble
42331                 in relocatable.c.
42332                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
42333
42334         2005-12-04  Bruno Haible  <bruno@clisp.org>
42335
42336                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
42337                 launcher (untested).
42338
42339         2005-12-04  Bruno Haible  <bruno@clisp.org>
42340
42341                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
42342
42343         2006-07-22  Bruno Haible  <bruno@clisp.org>
42344
42345                 * gettext.m4: Update from GNU gettext-0.15.
42346                 * nls.m4: Likewise.
42347                 * po.m4: Likewise.
42348                 * inttypes-pri.m4: Likewise.
42349                 * inttypes-h.m4: Renamed from inttypes.m4.
42350                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
42351
42352 2006-07-22  Bruno Haible  <bruno@clisp.org>
42353
42354         Merge from GNU gettext 0.15.
42355
42356         2005-07-05  Bruno Haible  <bruno@clisp.org>
42357
42358                 * printf-args.c (printf_fetchargs): Work around broken
42359                 definition of wint_t on mingw.
42360
42361         2005-02-12  Bruno Haible  <bruno@clisp.org>
42362
42363                 * xallocsa.h: Add extern "C" for C++.
42364
42365         2006-05-17  Bruno Haible  <bruno@clisp.org>
42366
42367                 Cygwin portability.
42368                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
42369
42370         2006-04-30  Bruno Haible  <bruno@clisp.org>
42371
42372                 * progreloc.c: Include <mach-o/dyld.h> if available.
42373                 (find_executable): Use _NSGetExecutablePath when possible.
42374
42375         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42376
42377                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
42378                 function.
42379
42380         2005-12-29  Bruno Haible  <bruno@clisp.org>
42381
42382                 * progreloc.c (set_program_name_and_installdir): Fix
42383                 compilation error.
42384
42385         2005-12-04  Bruno Haible  <bruno@clisp.org>
42386
42387                 Cygwin portability.
42388                 * progreloc.c: Include <windows.h> also on Cygwin.
42389                 (find_executable): Add support for Cygwin.
42390                 (set_program_name_and_installdir): Handle also platforms with
42391                 nonempty EXEEXT.
42392
42393         2006-07-11  Bruno Haible  <bruno@clisp.org>
42394
42395                 * javacomp.c: Fix a comment.
42396                 Reported by Jim Meyering.
42397
42398         2006-04-30  Bruno Haible  <bruno@clisp.org>
42399
42400                 * javacomp.h (compile_java_class): Add source_version,
42401                 target_version arguments.
42402                 * javacomp.c: Rewritten to choose only a compiler that
42403                 respects the specified source_version and target_version.
42404
42405         2006-06-27  Bruno Haible  <bruno@clisp.org>
42406
42407                 Assume correct S_ISDIR macro.
42408                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
42409
42410         2006-07-22  Bruno Haible  <bruno@clisp.org>
42411
42412                 * javaversion.h: New file, from GNU gettext.
42413                 * javaversion.c: New file, from GNU gettext.
42414                 * javaversion.java: New file, from GNU gettext.
42415                 * javaversion.class: New file, from GNU gettext.
42416
42417         2006-05-17  Bruno Haible  <bruno@clisp.org>
42418
42419                 Cygwin portability.
42420                 * javaexec.c (execute_java_class): Test for jview program
42421                 also on Cygwin.
42422
42423         2006-04-09  Bruno Haible  <bruno@clisp.org>
42424
42425                 * fatal-signal.c: Don't include string.h.
42426                 (at_fatal_signal): Use a copying loop instead of memcpy.
42427
42428         2005-12-04  Bruno Haible  <bruno@clisp.org>
42429
42430                 * csharpexec.c: Add support for 'clix' launcher (untested).
42431                 (execute_csharp_using_sscli): New function.
42432                 (execute_csharp_program): Call it.
42433
42434         2006-06-21  Bruno Haible  <bruno@clisp.org>
42435
42436                 Avoid warnings from recent versions of mcs.
42437                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
42438                 -o, -L, -r any more. Use options documented since mcs-1.0
42439                 instead. Similarly for -g.
42440
42441         2005-07-09  Bruno Haible  <bruno@clisp.org>
42442
42443                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
42444                 add a .dll suffix.
42445                 Reported by Mark Junker <mjscod@gmx.de>.
42446
42447         2006-06-17  Bruno Haible  <bruno@clisp.org>
42448
42449                 * config.charset: Update for NetBSD 3.0.
42450
42451         2006-05-17  Bruno Haible  <bruno@clisp.org>
42452
42453                 Cygwin portability.
42454                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
42455
42456         2006-05-16  Bruno Haible  <bruno@clisp.org>
42457
42458                 * localcharset.c [CYGWIN]: Include <windows.h>.
42459                 (get_charset_aliases): For Cygwin, return the same CPxxx
42460                 aliases list as under WIN32.
42461                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
42462                 the environment variables. Fall back to GetACP().
42463
42464         2006-04-05  Bruno Haible  <bruno@clisp.org>
42465
42466                 * config.charset: Update Juan Manuel Guerrero's address.
42467
42468         2005-02-12  Bruno Haible  <bruno@clisp.org>
42469
42470                 * allocsa.h: Add extern "C" for C++.
42471
42472         2005-02-10  Bruno Haible  <bruno@clisp.org>
42473
42474                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
42475                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
42476
42477         2006-07-22  Bruno Haible  <bruno@clisp.org>
42478
42479                 * gettext.h: Update to GNU gettext-0.15.
42480
42481 2006-07-22  Bruno Haible  <bruno@clisp.org>
42482
42483         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
42484         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
42485         lib-prefix.m4, longdouble.m4, ssize_t.m4.
42486
42487 2006-07-21  Eric Blake  <ebb9@byu.net>
42488
42489         * modules/stdlib-safer: New file.
42490         * MODULES.html.sh (File stream based Input/Output): Add
42491         stdlib-safer.
42492
42493 2006-07-21  Eric Blake  <ebb9@byu.net>
42494
42495         * lib/stdlib-safer.h: New file from coreutils, required by
42496         stdlib--.h.
42497
42498 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
42499
42500         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
42501
42502 2006-07-20  Bruno Haible  <bruno@clisp.org>
42503
42504         * gnulib-tool: Recognize new option --assume-autoconf.
42505         (autoconf_minversion): New variable.
42506         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
42507
42508 2006-07-20  Bruno Haible  <bruno@clisp.org>
42509
42510         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
42511
42512 2006-07-19  Derek R. Price  <derek@ximbiot.com>
42513
42514         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
42515         Reindent and repaginate.
42516
42517 2006-07-19  Derek Price  <derek@ximbiot.com>
42518
42519         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
42520         Correct grammar.
42521
42522 2006-07-17  Bruno Haible  <bruno@clisp.org>
42523
42524         * modules/list: New file.
42525         * modules/array-list: New file.
42526         * modules/carray-list, modules/carray-list-tests: New files.
42527         * modules/linked-list, modules/linked-list-tests: New files.
42528         * modules/avltree-list, modules/avltree-list-tests: New files.
42529         * modules/rbtree-list, modules/rbtree-list-tests: New files.
42530         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
42531         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
42532         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
42533         * modules/oset: New file.
42534         * modules/array-oset: New file.
42535         * modules/avltree-oset, modules/avltree-oset-tests: New files.
42536         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
42537         * tests/test-carray_list.c: New file.
42538         * tests/test-linked_list.c: New file.
42539         * tests/test-avltree_list.c: New file.
42540         * tests/test-rbtree_list.c: New file.
42541         * tests/test-linkedhash_list.c: New file.
42542         * tests/test-avltreehash_list.c: New file.
42543         * tests/test-rbtreehash_list.c: New file.
42544         * tests/test-avltree_oset.c: New file.
42545         * tests/test-rbtree_oset.c: New file.
42546         * MODULES.html.sh (Container data structures): New section.
42547
42548 2006-07-17  Bruno Haible  <bruno@clisp.org>
42549
42550         * m4/gl_list.m4: New file.
42551
42552 2006-07-17  Bruno Haible  <bruno@clisp.org>
42553
42554         * lib/gl_list.h: New file.
42555         * lib/gl_list.c: New file.
42556         * lib/gl_array_list.h: New file.
42557         * lib/gl_array_list.c: New file.
42558         * lib/gl_carray_list.h: New file.
42559         * lib/gl_carray_list.c: New file.
42560         * lib/gl_linked_list.h: New file.
42561         * lib/gl_linked_list.c: New file.
42562         * lib/gl_anylinked_list1.h: New file.
42563         * lib/gl_anylinked_list2.h: New file.
42564         * lib/gl_avltree_list.h: New file.
42565         * lib/gl_avltree_list.c: New file.
42566         * lib/gl_anyavltree_list1.h: New file.
42567         * lib/gl_anyavltree_list2.h: New file.
42568         * lib/gl_rbtree_list.h: New file.
42569         * lib/gl_rbtree_list.c: New file.
42570         * lib/gl_anyrbtree_list1.h: New file.
42571         * lib/gl_anyrbtree_list2.h: New file.
42572         * lib/gl_anytree_list1.h: New file.
42573         * lib/gl_anytree_list2.h: New file.
42574         * lib/gl_linkedhash_list.h: New file.
42575         * lib/gl_linkedhash_list.c: New file.
42576         * lib/gl_anyhash_list1.h: New file.
42577         * lib/gl_anyhash_list2.h: New file.
42578         * lib/gl_avltreehash_list.h: New file.
42579         * lib/gl_avltreehash_list.c: New file.
42580         * lib/gl_rbtreehash_list.h: New file.
42581         * lib/gl_rbtreehash_list.c: New file.
42582         * lib/gl_anytreehash_list1.h: New file.
42583         * lib/gl_anytreehash_list2.h: New file.
42584
42585         * lib/gl_oset.h: New file.
42586         * lib/gl_oset.c: New file.
42587         * lib/gl_array_oset.h: New file.
42588         * lib/gl_array_oset.c: New file.
42589         * lib/gl_avltree_oset.h: New file.
42590         * lib/gl_avltree_oset.c: New file.
42591         * lib/gl_rbtree_oset.h: New file.
42592         * lib/gl_rbtree_oset.c: New file.
42593         * lib/gl_anytree_oset.h: New file.
42594
42595 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42596
42597         * m4/mkancesdirs.m4: New file.
42598         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
42599         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
42600         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
42601         it.
42602
42603 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42604
42605         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
42606         * lib/mkancesdirs.h: New files.
42607         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
42608         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
42609         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
42610         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
42611         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
42612         callers changed.  Revamp internals significantly, by not
42613         attempting to create directories that are temporarily more
42614         permissive than the final results.  Do not attempt to use
42615         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
42616         This removes some race conditions, fixes some bugs, and simplifies
42617         things.  Use new dirchownmod function to do owner and mode changes.
42618         * lib/mkdir-p.h: Likewise.
42619         * lib/modechange.c (octal_to_mode): New function.
42620         (struct mode_change): New member mentioned.
42621         (make_node_op_equals): New arg mentioned.  All callers changed.
42622         (mode_compile): Keep track of which mode bits the user has explicitly
42623         mentioned.
42624         (mode_adjust): New arg DIR, so that we implement the X op correctly.
42625         New arg PMODE_BITS, to keep track of which mode bits the user
42626         mentioned; it treats S_ISUID and S_ISGID speciall.
42627         All callers changed.
42628         * lib/modechange.h: Likewise.
42629
42630 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42631
42632         * MODULES.html.sh: Add mkancestors.
42633         * modules/mkancesdirs: New module.
42634         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
42635         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
42636         The chdir-safer and afs files are now orphans; I'll remove them
42637         unless someone speaks up.
42638         Add lib/dirchownmod.c, lib/dirchownmod.h.
42639         (Depends-on): Remove alloca, chown, save-cwd, dirname.
42640         Add lchown, mkancesdirs.
42641         (Maintainer): Add self.
42642
42643 2006-07-15  Karl Berry  <karl@gnu.org>
42644
42645         * gnulib-tool: help message wording/arrangement.
42646
42647 2006-07-14  Simon Josefsson  <jas@extundo.com>
42648
42649         * doc/gnulib.texi (Libtool and Windows): New section.
42650
42651 2006-07-12  Simon Josefsson  <jas@extundo.com>
42652
42653         * modules/gendocs (License): Fix license, approved by Karl.
42654
42655 2006-07-12  Eric Blake  <ebb9@byu.net>
42656
42657         * MODULES.html.sh: Add gendocs.
42658
42659 2006-07-11  Eric Blake  <ebb9@byu.net>
42660
42661         * modules/fdl: New module, to install doc/fdl.texi.
42662         * MODULES.html.sh: Add new section for documentation modules.
42663         * gnulib-tool: Avoid space-tab.
42664         (--doc-base): New option, to manage files from doc.
42665
42666 2006-07-11  Eric Blake  <ebb9@byu.net>
42667
42668         * m4/absolute-header.m4: Fix comments to match recent change.
42669
42670 2006-07-11  Eric Blake  <ebb9@byu.net>
42671
42672         * gnulib-tool: List --doc-base before --tests-base.
42673
42674 2006-07-11  Derek R. Price  <derek@ximbiot.com>
42675
42676         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
42677
42678 2006-07-11  Bruno Haible  <bruno@clisp.org>
42679
42680         * README: Mention where to put documentation.
42681
42682 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42683
42684         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
42685
42686 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
42687
42688         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
42689         to stdint.m4.
42690
42691 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
42692
42693         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
42694         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
42695         "no/such/file/stdint.h" when there is no such file, so that
42696         the resulting C code can be parsed by dodgy compilers.
42697         Problems reported by Bob Proulx.
42698
42699 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42700
42701         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
42702         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42703         macros into the GNU _D_EXACT_NAMLEN.
42704         * lib/savedir.c:  Likewise.
42705         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
42706
42707 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42708         and Paul Eggert  <eggert@cs.ucla.edu>
42709
42710         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
42711         * m4/savedir.m4:
42712         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42713         macros into the GNU _D_EXACT_NAMLEN.
42714
42715 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42716
42717         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
42718         around the absolute name, to work around a problem with the HP-UX
42719         11.23 native C compiler, reported by Bob Proulx.
42720
42721 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42722
42723         * doc/maintain.texi, make-stds.texi: Sync from
42724         <http://savannah.gnu.org/projects/gnustandards>.
42725
42726 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42727
42728         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
42729
42730 2006-07-09  Jim Meyering  <jim@meyering.net>
42731
42732         * m4/glob.m4: Remove a doubled word in a comment.
42733
42734 2006-07-09  Jim Meyering  <jim@meyering.net>
42735
42736         * lib/argp-pv.c: Remove a doubled word in a comment.
42737         * lib/check-version.c (check_version): Likewise.
42738         * lib/javacomp.c (compile_java_class): Likewise.
42739
42740 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
42741
42742         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
42743         for the benefit of people using Autoconf 2.60.  If you want to
42744         support older Autoconf versions you can copy m4/onceonly_2_57.m4
42745         (or m4/onceonly.m4, if pre-2.57) manually.
42746
42747 2006-07-08  Jim Meyering  <jim@meyering.net>
42748
42749         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
42750         comment.
42751         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
42752         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
42753         comment.
42754
42755 2006-07-08  Jim Meyering  <jim@meyering.net>
42756
42757         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
42758
42759 2006-07-07  Simon Josefsson  <jas@extundo.com>
42760
42761         * tests/test-crc.c: Change expected crc value, the test vector
42762         were probably computed using the old broken crc.c?
42763
42764 2006-07-06  Simon Josefsson  <jas@extundo.com>
42765
42766         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
42767         now the canonical place for the M4 file).
42768
42769         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
42770         from the sys_socket dependency now.
42771
42772         * modules/inet_pton (Files): Ditto.
42773
42774         * modules/inet_ntop (Files): Ditto.
42775
42776 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42777
42778         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
42779         not gl_PREREQ_GETUSERSHELL.
42780
42781 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42782
42783         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
42784         with only one argument, for Autoconf 2.60.
42785         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
42786         expand to nothing, so add a shell command to avoid syntax error.
42787         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42788
42789 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42790
42791         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
42792
42793 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42794
42795         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
42796         no longer needed.  Check for isblank decl.
42797         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
42798         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
42799         of existence.
42800
42801 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42802
42803         * lib/getloadavg.c: Use __VMS, not VMS.
42804         * lib/getopt.c: Likewise.
42805         * lib/getpagesize.h: Likewise.
42806         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
42807         and probably does not work.
42808
42809 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42810
42811         * lib/.cppi-disable: Add wcwidth.
42812         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
42813         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
42814         (ISGRAPH): Remove.  All uses changed to isgraph.
42815         (FOLD) [!defined _LIBC]: Remove special case.
42816         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
42817         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
42818         HAVE_ISBLANK.
42819         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
42820         case.
42821
42822 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42823
42824         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
42825         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
42826         brackets.  Other minor changes to suppress some compiler
42827         warnings.
42828
42829 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42830         and Paul Eggert  <eggert@cs.ucla.edu>
42831
42832         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
42833         of invoking obsolescent AC_HEADER_DIRENT macro.
42834         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
42835         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
42836         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
42837         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
42838         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
42839         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
42840         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
42841         * m4/readdir.m4: Remove; no longer needed.
42842
42843 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42844         and Paul Eggert  <eggert@cs.ucla.edu>
42845
42846         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
42847         Don't worry about this obsolete case any more.
42848         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
42849         directories.
42850         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
42851         worry about this obsolete case any more.
42852         * lib/fts.c: Likewise.
42853         * lib/getcwd.c: Likewise.
42854         * lib/glob.h: Likewise.
42855         * lib/savedir.c: Likewise.
42856
42857 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42858
42859         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
42860         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
42861         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
42862         needed.
42863         All uses removed.
42864         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42865         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42866         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
42867         needed.
42868         * m4/getdate.m4 (gl_GETDATE): Likewise.
42869         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42870         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42871         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42872         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42873         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42874         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42875         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
42876         needed.
42877
42878 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42879
42880         * lib/memcasecmp.c: Include <limits.h>.
42881         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
42882         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
42883         Don't assume isdigit succeeds only on '0' through '9'.
42884
42885 2006-07-05  Eric Blake  <ebb9@byu.net>
42886
42887         * modules/getaddrinfo (Depends-on): Add snprintf.
42888
42889 2006-07-05  Eric Blake  <ebb9@byu.net>
42890
42891         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
42892         to avoid 'header present but could not be compiled' on cygwin.
42893
42894 2006-07-05  Eric Blake  <ebb9@byu.net>
42895
42896         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
42897         missing from netdb.h.
42898         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
42899
42900 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42901
42902         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
42903         no longer needed.
42904         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
42905         * m4/getdate.m4 (gl_GETDATE): Likewise.
42906         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42907         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42908         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42909         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42910         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42911
42912 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42913
42914         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
42915         All uses of is_space replaced by isspace.
42916         * lib/exit.h: Don't talk about STDC_HEADERS.
42917         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
42918         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
42919         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
42920         replaced by isprint etc.
42921         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
42922         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42923         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
42924         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
42925         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
42926         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42927
42928 2006-07-05  Bruno Haible  <bruno@clisp.org>
42929
42930         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
42931         the function exists, before testing against AIX.
42932         Reported by Martin Lambers <marlam@marlam.de>.
42933
42934 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42935
42936         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
42937         From Mark D. Baushke.
42938
42939 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42940
42941         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
42942         to the absolute name, not just one, to bypass Sun C 5.8's
42943         "warning: #include of /usr/include/... may be non-portable".
42944
42945 2006-07-04  Eric Blake  <ebb9@byu.net>
42946
42947         * modules/dirname-tests: New test module.
42948         * tests/test-dirname.c: New file, replacing dirname.c
42949         TEST_DIRNAME section that was recently deleted.
42950
42951 2006-07-04  Bruno Haible  <bruno@clisp.org>
42952
42953         Assume ANSI C header files and <ctype.h> functions.
42954         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
42955         (mbsnwidth): Use isprint, iscntrl instead.
42956
42957 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42958
42959         Merge from coreutils.
42960         * MODULES.html.sh: Add xstrtold.
42961         * modules/xstrtold: New file.
42962         * modules/cycle-check (Files): Add lib/same-inode.h.
42963         * modules/dirname (Files): Add m4/double-slash-root.m4.
42964         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
42965         * modules/mkdir-p (Files): Add lib/same-inode.h.
42966         * modules/same (Files): Add lib/same-inode.h.
42967
42968 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42969
42970         * m4/absolute-header.m4: Renamed from full-header-path.m4.
42971         This is to keep the terminology clean; POSIX talks about
42972         "absolute pathnames", not "full pathnames", but the GNU
42973         Coding Standards say to use "path" for something else;
42974         so use "absolute" to keep both sides happy.
42975         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
42976         Set gl_absolute_header, not gl_full_header_path.
42977         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
42978         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
42979         All uses changed.
42980
42981         Merge from coreutils.
42982
42983         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42984
42985         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
42986         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
42987         want to require the building of c-strtod.o.
42988         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
42989         needs -lm directly.
42990         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
42991
42992         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42993
42994         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
42995         --as-needed option if available.  Problem reported by Albert Chin in
42996         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
42997         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
42998         cc merely issues a bunch of annoying warnings for --as-needed
42999         (this problem was reported by Bob Proulx).  Also, try linking with
43000         -lm to detect a bug in binutils 2.16 (this problem was reported
43001         by Ralf Wildenhues).
43002
43003         2006-06-18  Jim Meyering  <jim@meyering.net>
43004
43005         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
43006         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
43007         macro.
43008         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
43009         also check for glibc-2.4's abort-inducing bug.
43010
43011         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
43012         Low-probability clean-up should be to use rmdir to get rid of
43013         the just-created directory, not unlink.
43014
43015         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
43016         configure fail, and request a bug report to inform us about it.
43017         Add a comment that, barring reports to the contrary, in 2007 we'll
43018         assume ftruncate is universally available.
43019
43020         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
43021
43022         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
43023
43024         2006-03-12  Jim Meyering  <jim@meyering.net>
43025
43026         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
43027         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
43028         * m4/same.m4 (gl_SAME): Likewise.
43029         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
43030
43031         2006-03-11  Eric Blake  <ebb9@byu.net>
43032
43033         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
43034         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
43035         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
43036         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
43037
43038 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43039
43040         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
43041         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
43042         reported by Mark D. Baushke, one in
43043         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
43044
43045         Merge from coreutils.
43046
43047         * lib/.cppi-disable: Add stdint_.h.
43048         * lib/.cvsignore: Add stdint.h.
43049
43050         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
43051
43052         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
43053         both double and long double versions.
43054         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
43055         * lib/xstrtold.c: New file.
43056         * lib/xstrtod.h (xstrtold): New decl.
43057
43058         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43059
43060         * lib/filemode.c (setst): Remove.
43061         (strmode): Rewrite to avoid setst.  This makes the code shorter,
43062         (arguably) clearer, and the generated code is a bit smaller on my
43063         Debian GNU/Linux stable x86 host.
43064
43065         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
43066
43067         * lib/filemode.c: Include "filemode.h" first, to test the interface.
43068         Assume that filemode.h includes sys/types.h and sys/stat.h.
43069         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
43070         (ftypelet): Reorder to put common cases first, for efficiency.
43071         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
43072         to do 'M'.
43073         (strmode): Renamed from mode_string, and now stores 12 bytes instead
43074         of 10, for compatibility with FreeBSD.  All callers changed.
43075         (filemodestring): Now stores 12 bytes instead of 10, and sets file
43076         types that can't be deduced solely from st_mode.  First arg is now a
43077         const pointer.
43078         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
43079         (strmode): Renamed from mode_string.
43080         (filemodestring): New decl.
43081         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
43082         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
43083         needed.
43084         (S_ISPORT, S_ISWHT): New macros, if not already defined.
43085
43086         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
43087
43088         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
43089         fsusage.h now does that.  Include fsusage.h first, to test interface.
43090         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
43091         at most one method (the old code could have generated decls that
43092         didn't conform to C89, not that this was ever exercised).
43093         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
43094
43095         2006-03-19  Jim Meyering  <jim@meyering.net>
43096
43097         Work even in a chroot where d_ino values for entries in "/"
43098         don't match the stat.st_ino values for the same names.
43099         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
43100         number, iterate through all entries again, using lstat instead.
43101         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
43102         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
43103
43104         * lib/getcwd.c (__getcwd): Clarify a comment.
43105         Use memcpy in place of a call to strcpy.
43106
43107         2006-03-12  Jim Meyering  <jim@meyering.net>
43108
43109         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
43110         matches that of the current directory (which we're about to chdir ".."
43111         out of), then save the dev-ino of the parent, instead.
43112
43113         * lib/same-inode.h (SAME_INODE): New file/macro.
43114         * lib/chdir-safer.c (SAME_INODE): Remove definition.
43115         Include "same-inode.h", instead.
43116         * lib/same.c: Likewise.
43117         * lib/cycle-check.h: Include "same-inode.h".
43118         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
43119         * lib/cycle-check.c (SAME_INODE): Remove definition.
43120         * lib/root-dev-ino.h: Include "same-inode.h".
43121
43122         2006-03-11  Eric Blake  <ebb9@byu.net>
43123
43124         * lib/same.c (same_name): s/base_name/last_component/
43125         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
43126         * lib/filenamecat.c (file_name_concat): Likewise.
43127
43128         2006-03-11  Eric Blake  <ebb9@byu.net>,
43129                     Paul Eggert  <eggert@cs.ucla.edu>
43130
43131         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
43132         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
43133         drive prefix.
43134         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
43135         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
43136         (last_component): New method.
43137         * lib/dirname.c (dir_len): Determine when drive letters need a
43138         subsequent slash.  Preserve // when it is special.
43139         (dir_name): Don't append dot when drive letter is absolute.
43140         [TEST_DIRNAME]: Move into a full-blown gnulib test.
43141         * lib/basename.c (base_name): New semantics - malloc the result.
43142         Preserve // when it is special.  Preserve relative files that look
43143         like drive letters.
43144         (base_len): Preserve // when it is special.
43145         (last_component): New method, similar to old base_name semantics.
43146         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
43147         base_name.  Strip redundant slashes from ///.
43148
43149 2006-07-03  Jim Meyering  <jim@meyering.net>
43150
43151         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
43152         macro is used before the first cycle_check call.
43153
43154 2006-07-03  Eric Blake  <ebb9@byu.net>
43155
43156         * modules/dirname (Depends-on): Add xstrndup.
43157
43158 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
43159
43160         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
43161         test cases, so that config.log is a bit easier to follow.
43162
43163 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
43164
43165         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
43166         both are 64 bits, since this seems to be the tradition, and this
43167         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
43168         we ever run into a host that prefers long long to long in this
43169         case, we'll need another configure-time test.  Problem reported by
43170         Jim Meyering.
43171
43172 2006-07-02  Eric Blake  <ebb9@byu.net>
43173
43174         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
43175
43176 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
43177
43178         * modules/inttypes (Depends-on): No longer depends on stdint.
43179         * modules/stdint (Description): Say more about assumptions.
43180         Say that the fast types might differ.  Say macros are used.
43181         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
43182         (Makefile.am): Revise list of substituted symbols to match
43183         new stdint.m4.
43184         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
43185         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
43186         * tests/test-stdint.c (verify_same_types)
43187         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
43188         the code conforms to C99/C89.
43189         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
43190         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
43191
43192 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
43193
43194         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
43195         but fix a bug, by requiring at least 64 bits.
43196         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
43197         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
43198         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
43199         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
43200
43201         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
43202         changes.  Make 2.59 a prerequisite.  Check and substitute for
43203         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
43204         inttypes.h.  Do not use special include files; just use the
43205         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
43206         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
43207         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
43208         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
43209         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
43210         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
43211         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
43212         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
43213         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
43214         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
43215         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
43216         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
43217         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
43218         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
43219         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
43220         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
43221         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
43222         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
43223         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
43224         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
43225         WINT_MAX.  Check for C99 conformance more strictly, by detecting
43226         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
43227         not check for things that C99 does not require, e.g., int8_t.  If
43228         a test isn't needed unless <stdint.h> isn't working, and is
43229         unlikely to be needed for any other reason, then don't do it
43230         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
43231         size_t, since we assume C89 freestanding at least.  Do not check
43232         for sig_atomic_t, wchar_t, or wint_t, since the code now does
43233         the right thing even if the types are not defined.  Instead use:
43234         (gl_STDINT_TYPE_PROPERTIES): New macro.
43235         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
43236         testing whether <sys/types.h> clashes, as Autoconf does this for
43237         us now.  All uses removed.
43238         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
43239         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
43240         (gl_CHECK_TYPE_SAME):
43241         Remove; no longer needed.
43242         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
43243         exists, since we'll return 0 anyway in that case.
43244         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
43245
43246 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
43247
43248         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
43249         possible collision with system files.
43250         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
43251         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
43252         WCHAR_MIN and WCHAR_MAX in this case.
43253         (<stddef.h>): Do not include; no longer needed.
43254         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
43255         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
43256         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
43257         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
43258         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
43259         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
43260         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
43261         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
43262         !defined(__c99))]: Include in this case too, since it's harmless
43263         now.
43264         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
43265         dangerous to do so.
43266         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
43267         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
43268         (_STDINT_MIN, _STDINT_MAX): New macros.
43269         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
43270         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
43271         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
43272         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
43273         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
43274         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
43275         macros, not typedefs; this simplifies things quite a bit.
43276         Use long int for all types narrower than int64_t.
43277         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
43278         Define in terms of long long int or int64_t or long int,
43279         not int64_t or int32_t.  This saves some compile-time testing.
43280         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
43281         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
43282         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
43283         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
43284         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
43285         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
43286         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
43287         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
43288         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
43289         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
43290         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
43291         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
43292         undef any previous version and define our own version, for
43293         simplicity and consistency with the new macros for types.
43294         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
43295         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
43296         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
43297         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
43298         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
43299         @WINT_T_SUFFIX@ to keep things simple here.
43300         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
43301         Simplify by assuming typical 8/16/32/64 host, since we're
43302         already doing that elsewhere anyway.
43303         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
43304         and assume long long int is 64 bits if available.  This
43305         speeds up 'configure'.
43306
43307 2006-07-01  Eric Blake  <ebb9@byu.net>
43308
43309         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
43310         Reported by Andreas Buening.
43311
43312 2006-07-01  Eric Blake  <ebb9@byu.net>
43313
43314         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
43315
43316 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
43317
43318         * lib/getaddrinfo.c: fixed typo
43319
43320 2006-06-29  Jim Meyering  <jim@meyering.net>
43321
43322         * modules/strftime (Maintainer): Add my name, since with the
43323         FPRINTFTIME changes strftime.c has forked from glibc.
43324
43325 2006-06-29  Eric Blake  <ebb9@byu.net>
43326
43327         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
43328
43329 2006-06-29  Eric Blake  <ebb9@byu.net>
43330
43331         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
43332
43333 2006-06-29  Eric Blake  <ebb9@byu.net>
43334
43335         * lib/stat_.h: New file.
43336
43337 2006-06-29  Eric Blake  <ebb9@byu.net>
43338
43339         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
43340         unused static function.
43341
43342 2006-06-29  Eric Blake  <ebb9@byu.net>
43343
43344         * doc/functions.texi (Function Portability): Document missing lstat
43345         on mingw.
43346
43347 2006-06-29  Eric Blake  <ebb9@byu.net>
43348
43349         * MODULES.html.sh: Add sys_stat.
43350         * modules/sys_stat: New module.
43351         * modules/mkstemp (Depends-on): Add sys_stat.
43352
43353 2006-06-29  Derek R. Price  <derek@ximbiot.com>
43354
43355         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
43356
43357 2006-06-29  Derek R. Price  <derek@ximbiot.com>
43358
43359         * m4/c-bs-a.m4: Removed.
43360
43361 2006-06-29  Derek R. Price  <derek@ximbiot.com>
43362
43363         * lib/strftime.c: Assume strftime() exists.
43364
43365 2006-06-29  Derek Price  <derek@ximbiot.com>
43366
43367         * modules/c-bs-a: Removed - \a is C89.
43368         * MODULES.html.sh: Remove c-bs-a.
43369
43370 2006-06-29  Bruno Haible  <bruno@clisp.org>
43371
43372         * modules/wcwidth (License): Change to LGPL.
43373
43374 2006-06-28  Simon Josefsson  <jas@extundo.com>
43375
43376         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
43377         on _WIN32.
43378
43379         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
43380         getnameinfo.
43381
43382 2006-06-28  Simon Josefsson  <jas@extundo.com>
43383
43384         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
43385
43386 2006-06-28  Simon Josefsson  <jas@extundo.com>
43387
43388         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
43389         functions there.  It will succeed on Windows XP, but on Windows
43390         2000 and (presumably) earlier, it will fail, and use the internal
43391         re-implementation.
43392         (use_win32_p): New function.
43393         (getaddrinfo): Use strtoul on servname, to support numeric ports.
43394         Support AI_NUMERICSERV to disable getservbyname.
43395         (getnameinfo): New function, only supports
43396         NI_NUMERICHOST|NI_NUMERICSERV for now.
43397
43398         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
43399         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
43400         getnameinfo.
43401
43402 2006-06-28  Eric Blake  <ebb9@byu.net>
43403
43404         * modules/wcwidth: New file.
43405         * modules/mbchar (Depends-on): Add wcwidth.
43406         * modules/mbswidth (Depends-on): Add wcwidth.
43407         * MODULES.html.sh: Add wcwidth.
43408
43409 2006-06-28  Eric Blake  <ebb9@byu.net>
43410
43411         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
43412         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
43413
43414 2006-06-28  Eric Blake  <ebb9@byu.net>
43415
43416         * lib/xvasprintf.h: Fix comments.
43417
43418 2006-06-28  Eric Blake  <ebb9@byu.net>
43419
43420         * lib/mbchar.h (wcwidth): Include wcwidth.h.
43421         * lib/mbswidth.c (wcwidth): Move from here...
43422         * lib/wcwidth.h: ...to this new file.
43423
43424 2006-06-28  Derek R. Price  <derek@ximbiot.com>
43425
43426         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
43427
43428         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
43429         it's obsolete.
43430         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
43431
43432 2006-06-28  Derek R. Price  <derek@ximbiot.com>
43433
43434         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
43435         Autoconf 2.60 says this stuff was obsolete.
43436
43437 2006-06-28  Bruno Haible  <bruno@clisp.org>
43438
43439         * modules/wcwidth (Files): Add m4/wchar_t.m4.
43440
43441 2006-06-28  Bruno Haible  <bruno@clisp.org>
43442
43443         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
43444         gt_TYPE_WCHAR_T.
43445
43446 2006-06-28  Bruno Haible  <bruno@clisp.org>
43447
43448         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
43449         declaration for wcwidth.
43450         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
43451
43452 2006-06-28  Bruno Haible  <bruno@clisp.org>
43453
43454         * lib/mkdtemp.c [MINGW]: Include <io.h>.
43455         (mkdir): Define using _mkdir.
43456
43457 2006-06-28  Bruno Haible  <bruno@clisp.org>
43458
43459         * lib/getaddrinfo.h: Fix POSIX URL.
43460         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
43461         _WIN32.
43462         (use_win32_p): Make static.
43463         (getaddrinfo): Reject service name if it is empty or does not consist
43464         solely of decimal digits, or if its value is > 65535.
43465         (getnameinfo): Remove useless casts.
43466
43467 2006-06-27  Simon Josefsson  <jas@extundo.com>
43468
43469         * modules/sys_select: New file, suggested by Bruno Haible, Paul
43470         Eggert and Martin Lambers.
43471
43472 2006-06-27  Simon Josefsson  <jas@extundo.com>
43473
43474         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
43475         Eggert and Martin Lambers.
43476
43477 2006-06-27  Bruno Haible  <bruno@clisp.org>
43478
43479         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
43480         result to 0, not to empty.
43481         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
43482
43483 2006-06-27  Bruno Haible  <bruno@clisp.org>
43484
43485         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
43486
43487 2006-06-26  Simon Josefsson  <jas@extundo.com>
43488
43489         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
43490         present.
43491
43492 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
43493
43494         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
43495         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
43496         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
43497
43498 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
43499
43500         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
43501
43502 2006-06-26  Bruno Haible  <bruno@clisp.org>
43503
43504         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
43505
43506 2006-06-26  Bruno Haible  <bruno@clisp.org>
43507
43508         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
43509
43510 2006-06-26  Bruno Haible  <bruno@clisp.org>
43511
43512         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
43513         SGI C compiler in pre-C99 mode.
43514         Suggested by Mark D. Baushke and Larry Jones.
43515
43516 2006-06-26  Bruno Haible  <bruno@clisp.org>
43517
43518         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
43519         WCHAR_MAX.
43520         Reported by Mark D. Baushke and Larry Jones.
43521
43522 2006-06-26  Bruno Haible  <bruno@clisp.org>
43523
43524         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
43525         in pre-C99 mode.
43526         Suggested by Mark D. Baushke and Larry Jones.
43527
43528 2006-06-23  Simon Josefsson  <jas@extundo.com>
43529             Bruno Haible  <bruno@clisp.org>
43530
43531         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
43532         Emit mostlyclean-local rule.
43533         (func_emit_tests_Makefile_am): Likewise.
43534         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
43535
43536 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
43537
43538         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
43539
43540 2006-06-23  Bruno Haible  <bruno@clisp.org>
43541
43542         * tests/test-stdint.c: Update to match ISO C 99 Technical
43543         Corrigendum 1.
43544
43545 2006-06-23  Bruno Haible  <bruno@clisp.org>
43546
43547         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
43548
43549 2006-06-23  Bruno Haible  <bruno@clisp.org>
43550
43551         * lib/stdint_.h: Treat IRIX like OpenBSD.
43552
43553 2006-06-23  Bruno Haible  <bruno@clisp.org>
43554
43555         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
43556         ISO C 99 Technical Corrigendum 1.
43557
43558 2006-06-22  Simon Josefsson  <jas@extundo.com>
43559
43560         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
43561         MinGW.
43562
43563 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43564
43565         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
43566         needed.  Some compiler complained about some of them.  Problem reported
43567         by Larry Jones in
43568         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
43569
43570 2006-06-21  Simon Josefsson  <jas@extundo.com>
43571
43572         * tests/test-getaddrinfo.c: New file.
43573
43574         * modules/getaddrinfo-tests: New file.
43575
43576         * MODULES.html.sh: Add inet_pton.
43577
43578         * modules/inet_pton: New file.
43579
43580 2006-06-21  Simon Josefsson  <jas@extundo.com>
43581
43582         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
43583         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
43584         of using the (limited) gnulib implementation on Windows XP.
43585
43586         * m4/inet_pton.m4: New file.
43587
43588 2006-06-21  Simon Josefsson  <jas@extundo.com>
43589
43590         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
43591         variable.
43592
43593         * lib/socket_.h: Don't define WINVER.
43594
43595         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
43596         slightly modified to work in gnulib.
43597
43598 2006-06-21  Simon Josefsson  <jas@extundo.com>
43599
43600         * doc/gnulib.texi (Windows sockets): Add.
43601
43602 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
43603
43604         * lib/read-file.c (fread_file): Start with buffer allocation of
43605         0 bytes rather than 1 byte; this simplifies the code.
43606         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
43607         code to free buffer and save/restore errno.
43608         (internal_read_file): Remove unused local.
43609
43610 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
43611
43612         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
43613         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
43614         Problem reported by Denis Excoffier in
43615         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
43616
43617 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43618
43619         * modules/sys_socket, modules/socklen: Include sys/types since
43620         FreeBSD 4.x's sys/socket.h needs it.
43621
43622 2006-06-19  Simon Josefsson  <jas@extundo.com>
43623
43624         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
43625
43626 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
43627
43628         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
43629
43630 2006-06-19  Bruno Haible  <bruno@clisp.org>
43631
43632         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
43633         and FULL_PATH_INTTYPES_H in angle brackets.
43634         Reported by Mark D. Baushke <mdb@gnu.org>.
43635
43636 2006-06-17  Eric Blake  <ebb9@byu.net>
43637
43638         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
43639         errno.
43640
43641 2006-06-17  Bruno Haible  <bruno@clisp.org>
43642
43643         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
43644         <sys/inttypes.h>.
43645
43646 2006-06-17  Bruno Haible  <bruno@clisp.org>
43647
43648         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
43649         whether errno is declared. Assume <errno.h> declares errno.
43650
43651 2006-06-17  Bruno Haible  <bruno@clisp.org>
43652
43653         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
43654
43655 2006-06-17  Bruno Haible  <bruno@clisp.org>
43656
43657         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
43658         problem on Solaris 2.5.1.
43659
43660 2006-06-16  Eric Blake  <ebb9@byu.net>
43661
43662         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
43663         * lib/unicodeio.c [!defined errno]: Likewise.
43664         * lib/strtol.c [!defined errno]: Likewise.
43665         * lib/strtod.c [!defined errno]: Likewise.
43666
43667 2006-06-15  Eric Blake  <ebb9@byu.net>
43668
43669         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
43670
43671 2006-06-15  Eric Blake  <ebb9@byu.net>
43672
43673         * config/srclist.txt (ssize_t.m4): Lose sync.
43674
43675 2006-06-15  Bruno Haible  <bruno@clisp.org>
43676
43677         * modules/stdint (Files): Include m4/full-header-path.m4,
43678         m4/size_max.m4, m4/wchar_t.m4.
43679         (Makefile.am): Many more substitutions.
43680         * modules/stdint-tests: New file.
43681         * tests/test-stdint.c: New file.
43682
43683 2006-06-15  Bruno Haible  <bruno@clisp.org>
43684
43685         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
43686         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
43687         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
43688         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
43689         gl_CHECK_TYPE_SAME): New macros.
43690
43691 2006-06-15  Bruno Haible  <bruno@clisp.org>
43692
43693         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
43694
43695 2006-06-15  Bruno Haible  <bruno@clisp.org>
43696
43697         * lib/stdint_.h: Rewritten to be fully auto-configured.
43698         Fixes bug on HP-UX/IA64.
43699
43700 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
43701
43702         * lib/getdate.y (__attribute__): Don't define if already defined.
43703         Problem reported by Larry Jones.
43704         * lib/utimens.c (__attribute__): Likewise.
43705
43706 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
43707
43708         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
43709         reported by Andreas Schwab.
43710
43711 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43712             Bruno Haible  <bruno@clisp.org>
43713
43714         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
43715         check for the declaration of strnlen and a run test that exposes the
43716         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
43717         rpl_strndup.
43718
43719 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43720             Bruno Haible  <bruno@clisp.org>
43721
43722         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
43723
43724 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43725
43726         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
43727         compile test, for Tru64 4.0D.
43728
43729 2006-05-28  Karl Berry  <karl@gnu.org>
43730
43731         * config/srclist.txt (printf-args.c): lose sync.
43732
43733 2006-05-26  Martin Lambers  <marlam@marlam.de>
43734
43735         * lib/getpass.c: Updates the test for the native W32 API, and adds
43736         missing includes, thus fixing compilation warnings.
43737
43738 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43739
43740         * lib/exclude.c (exclude_fnmatch): New function.
43741         (excluded_file_name): Call exclude_fnmatch.
43742         * lib/exclude.h (excluded_file_name): New prototype
43743
43744 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
43745
43746         * lib/tempname.c (small_open, large_open): New macros.
43747         (__open, __open64) [!_LIBC]: Remove.
43748         (__gen_tempname): Use small_open and large_open instead of __open
43749         and __open64.  This fixes a portability bug on HP-UX 11.11i
43750         reported by Simon Wing-Tang in
43751         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
43752
43753 2006-05-24  Bruno Haible  <bruno@clisp.org>
43754
43755         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
43756         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
43757         Reported by Thorsten Maerz <torte@netztorte.de> via
43758         Aaron Stone <aaron@serendipity.cx>.
43759
43760 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43761
43762         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
43763         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
43764         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
43765         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
43766         not really conditional on the cache.
43767         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
43768
43769 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43770
43771         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
43772         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
43773         (my_usleep): Don't mishandle maximum value.
43774
43775 2006-05-19  Jim Meyering  <jim@meyering.net>
43776
43777         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
43778
43779 2006-05-17  Bruno Haible  <bruno@clisp.org>
43780
43781         Cygwin portability.
43782         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
43783
43784 2006-05-17  Bruno Haible  <bruno@clisp.org>
43785
43786         * lib/stdint_.h: Fix recognition of Cygwin.
43787
43788 2006-05-15  Bruno Haible  <bruno@clisp.org>
43789
43790         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
43791         on libtool patch by Ralf Wildenhues.
43792
43793 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43794
43795         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
43796         test for C99 conformance; (bool) 0.5 is an integer constant
43797         expression, but (bool) -0.5 is not.  Problem reported by Fedor
43798         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
43799
43800 2006-05-11  Simon Josefsson  <jas@extundo.com>
43801
43802         * m4/xvasprintf.m4: Fix obvious typo.
43803
43804 2006-05-11  Jim Meyering  <jim@meyering.net>
43805
43806         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
43807         James Lemley.
43808
43809 2006-05-10  Simon Josefsson  <jas@extundo.com>
43810
43811         * lib/md4.c: Typo fix, update copyright years.
43812         (K1, K2): Don't use L because it turn computations into 64-bit on
43813         64-bit platforms.
43814
43815 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43816
43817         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
43818         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
43819         unwanted sign propagation, e.g., on hosts with 64-bit int.
43820         There still are some problems with reeelly weird theoretical hosts
43821         (e.g., 33-bit int) but it's not worth worrying about now.
43822         * lib/sha1.c (rol): Likewise.
43823         (K1, K2, K3, K4): Remove unnecessary L suffix.
43824
43825 2006-05-10  Bruno Haible  <bruno@clisp.org>
43826
43827         * lib/des.c: Cast to avoid warnings.
43828
43829 2006-05-09  Bruno Haible  <bruno@clisp.org>
43830
43831         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
43832         (Depends-on): Depend also on xsize, stdarg.
43833         (configure.ac): Add gl_XVASPRINTF.
43834
43835 2006-05-09  Bruno Haible  <bruno@clisp.org>
43836
43837         * m4/xvasprintf.m4: New file.
43838
43839 2006-05-09  Bruno Haible  <bruno@clisp.org>
43840
43841         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
43842         (EOVERFLOW): Define fallback value.
43843         (xstrcat): New function.
43844         (xvasprintf): Recognize the special case of a string concatenation.
43845
43846 2006-05-08  Eric Blake  <ebb9@byu.net>
43847
43848         * gnulib-tool (func_version): Base copyright year on CVS date.
43849         (func_emit_copyright_notice): New function.
43850         (func_emit_lib_Makefile_am): Use it.
43851         (func_emit_tests_Makefile_am): Likewise.
43852         (func_import): Likewise.
43853
43854 2006-05-08  Bruno Haible  <bruno@clisp.org>
43855
43856         * modules/stdarg: New file.
43857         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
43858
43859 2006-05-08  Bruno Haible  <bruno@clisp.org>
43860
43861         * m4/stdarg.m4: New file, from GNU gettext.
43862
43863 2006-05-08  Bruno Haible  <bruno@clisp.org>
43864
43865         * config/srclist.txt (build-aux/config.rpath): different from latest
43866         release.
43867
43868 2006-05-08  Bruno Haible  <bruno@clisp.org>
43869
43870         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
43871
43872 2006-05-05  Jim Meyering  <jim@meyering.net>
43873
43874         * m4/warning.m4: New file, derived from bison's file by the same name.
43875
43876 2006-05-03  Bruno Haible  <bruno@clisp.org>
43877
43878         * lib/stdint_.h: Shorter URL.
43879         * lib/inttypes.h: Likewise.
43880
43881 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43882
43883         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
43884
43885 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43886
43887         * lib/verify.h: Document the internals better.  Most of this change
43888         was written by Bruno Haible.
43889
43890 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43891
43892         * doc/verify.texi: New file, partly based on a proposal by
43893         Bruno Haible.
43894
43895 2006-05-02  Bruno Haible  <bruno@clisp.org>
43896
43897         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
43898         test from here...
43899         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
43900
43901 2006-04-29  Bruno Haible  <bruno@clisp.org>
43902
43903         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
43904         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
43905
43906 2006-04-29  Bruno Haible  <bruno@clisp.org>
43907
43908         * gnulib-tool: Make --update option actually work.
43909
43910 2006-04-29  Bruno Haible  <bruno@clisp.org>
43911
43912         * doc/gcd.texi: New file.
43913         * doc/gnulib.texi: Include it.
43914
43915 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
43916
43917         * lib/getdate.y (get_date): When adding relative date, start with the
43918         initial time, not with the result of the first mktime call.
43919
43920 2006-04-25  Bruno Haible  <bruno@clisp.org>
43921
43922         * gnulib-tool (func_import): Output the include directives in three
43923         blocks, sorted separately.
43924         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43925
43926 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43927
43928         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
43929         to define main with arguments, for C++.  Reported by Eric Blake.
43930         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
43931         Prefer 'int main ()' to 'int main (void)', for C++.
43932         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
43933         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
43934         for 'main', for C99 and C++.
43935
43936 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43937
43938         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
43939         Don't assume that exit status -1 is valid.
43940         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43941         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
43942         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
43943         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
43944         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
43945         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
43946         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
43947         functions can be used without declaring them, or that you can
43948         exit with status -1.
43949         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
43950
43951 2006-04-24  Karl Berry  <karl@gnu.org>
43952
43953         * config/srclist.txt (longdouble.m4): sync lost.
43954
43955 2006-04-24  Eric Blake  <ebb9@byu.net>
43956
43957         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
43958
43959 2006-04-24  Bruno Haible  <bruno@clisp.org>
43960
43961         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
43962         poll() implementation in AIX.
43963         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43964
43965 2006-04-24  Bruno Haible  <bruno@clisp.org>
43966
43967         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
43968         assigned exactly once.
43969
43970 2006-04-23  Claudio Fontana  <claudio@gnu.org>
43971             Bruno Haible  <bruno@clisp.org>
43972
43973         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
43974         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
43975         for AM_CPPFLAGS.
43976
43977 2006-04-23  Bruno Haible  <bruno@clisp.org>
43978
43979         * modules/copy-file: Depend on unistd.
43980         * modules/execute: Likewise.
43981         * modules/fatal-signal: Likewise.
43982         * modules/findprog: Likewise.
43983         * modules/mkdtemp : Likewise.
43984         * modules/pipe: Likewise.
43985         * modules/wait-process: Likewise.
43986
43987 2006-04-23  Bruno Haible  <bruno@clisp.org>
43988
43989         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
43990         condition was already detected.
43991         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43992
43993 2006-04-23  Bruno Haible  <bruno@clisp.org>
43994
43995         * lib/copy-file.c: Include <unistd.h> unconditionally.
43996         * lib/execute.c: Likewise.
43997         * lib/fatal-signal.c: Likewise.
43998         * lib/findprog.c: Likewise.
43999         * lib/mkdtemp.c: Likewise.
44000         * lib/pipe.h: Likewise.
44001         * lib/pipe.c: Likewise.
44002         * lib/wait-process.h: Likewise.
44003
44004 2006-04-23  Bruno Haible  <bruno@clisp.org>
44005
44006         * gnulib-tool (func_usage): Fix --import description. Document
44007         --update.
44008         (func_import): Create temporary file in a temporary directory, if
44009         --dry-run is specified. Silence errors from 'grep' when there are no
44010         m4 files in $m4dir.
44011         (func_create_testdir): Silence errors from 'grep' when there are no
44012         m4 files in $m4dir.
44013         Reported by Karl Berry <karl@freefriends.org>.
44014
44015 2006-04-20  Bruno Haible  <bruno@clisp.org>
44016
44017         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
44018         one argument, so that the code will be portable to Autoconf 2.60.
44019         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
44020         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
44021         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
44022
44023 2006-04-19  Derek Price  <derek@ximbiot.com>
44024             Eric Blake  <ebb9@byu.net>
44025
44026         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
44027         rather than "/full/path.h".  Update comment to match.  Shorten &
44028         generalize m4_translit call via AS_TR_CPP.
44029
44030 2006-04-19  Derek Price  <derek@ximbiot.com>
44031             Eric Blake  <ebb9@byu.net>
44032
44033         * lib/inttypes.h: Correct grammar in comment.
44034
44035 2006-04-18  Derek Price  <derek@ximbiot.com>
44036             Paul Eggert  <eggert@cs.ucla.edu>
44037
44038         * modules/inttypes: New file.
44039         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
44040
44041 2006-04-18  Derek Price  <derek@ximbiot.com>
44042             Paul Eggert  <eggert@cs.ucla.edu>
44043
44044         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
44045         New files.
44046
44047 2006-04-18  Derek Price  <derek@ximbiot.com>
44048             Paul Eggert  <eggert@cs.ucla.edu>
44049
44050         * lib/inttypes.h: New file.
44051         * lib/strtoimax.c: Assume <inttypes.h>.
44052
44053 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
44054
44055         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
44056         isn't mounted.  Problem reported by Kir Kolyshkin.
44057
44058 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
44059
44060         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
44061         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
44062         Derek R. Price.
44063         * lib/regex.h (RE_DUP_MAX): Update comment to match current
44064         implementation.
44065
44066 2006-04-12  Eric Blake  <ebb9@byu.net>
44067
44068         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
44069         is now done automatically by the corresponding Autoconf macro.
44070
44071 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
44072
44073         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
44074         time_r.h.
44075
44076 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
44077
44078         Merge regex changes from libc, removing some of our
44079         POSIX-conformance changes that were rejected and redoing them in a
44080         less-intrusive way.
44081
44082         * lib/regcomp.c (re_compile_internal, init_dfa):
44083         Length arg is now size_t, not Idx.  All uses changed.
44084         (peek_token): Forward decl now says internal_function.
44085         (__re_error_msgid, __re_error_msgid_idx):
44086         Now static rather than extern with attribute_hidden.
44087         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
44088         For some reason libc prefers K&R style defns for external functions.
44089         (regerror) [!defined _LIBC]: Likewise.
44090         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
44091         (seek_collating_symbol_entry, lookup_collation_sequence_value):
44092         (build_range_exp, build_collating_symbol):
44093         Use K&R-style defn.
44094         (re_compile_fastmap): Use '\0' to memset, not 0.
44095         (utf8_sb_map): Make the calculations more obvious.
44096         (init_dfa, parse_bracket_exp, build_charclass_op):
44097         Call calloc and cast result, as glibc does.
44098         (init_word_char, fetch_token, peek_token, peek_token_bracket):
44099         (build_range_exp, build_collating_symbol):
44100         Now internal functions.
44101
44102         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
44103
44104         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
44105         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
44106         Don't depend on VMS; depend on __VMS instead, for POSIX
44107         namespace cleanness.
44108         (regoff_t): Define to ssize_t, not long int.
44109
44110         Remove the REG_ macros named below.  Instead, make the old names
44111         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
44112         __USE_GNU_REGEX.
44113         (REG_BACKSLASH_ESCAPE_IN_LISTS):
44114         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
44115         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
44116         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
44117         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
44118         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
44119         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
44120         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
44121         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
44122         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
44123         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
44124         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
44125         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
44126         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
44127         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
44128         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
44129         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
44130         (REG_NREGS):
44131         Remove.  All uses replaced by the old RE_* names.
44132         (RE_BACKSLASH_ESCAPE_IN_LISTS):
44133         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
44134         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
44135         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
44136         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
44137         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
44138         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
44139         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
44140         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
44141         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
44142         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
44143         Don't bother having these macros be independent of each others'
44144         values, since they no longer exist in the POSIX name space.
44145
44146         Rename the following member names back to their old names,
44147         unless !__USE_GNU_REGEX.  All uses changed back.
44148         (buffer): Renamed from re_buffer.
44149         (allocated): Renamed from re_allocated.
44150         (used): Renamed from re_used.
44151         (syntax): Renamed from re_syntax.
44152         (fastmap): Renamed from re_fastmap.
44153         (translate): Renamed from re_translate.
44154         (can_be_null): Renamed from re_can_be_null.
44155         (regs_allocated): Renamed from re_regs_allocated.
44156         (fastmap_accurate): Renamed from re_fastmap_accurate.
44157         (no_sub): Renamed from re_no_sub.
44158         (not_bol): Renamed from re_not_bol.
44159         (not_eol): Renamed from re_not_eol.
44160         (newline_anchor): Renamed from re_newline_anchor.
44161         (num_regs): Renamed from rm_num_regs.
44162         (start): Renamed from rm_start.
44163         (end): Renamed from rm_end.
44164
44165         (free_state): Move up a bit.
44166
44167         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
44168         #define to be empty.
44169         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
44170         when that is what is intended.
44171         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
44172         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
44173         (MAX): New macro.
44174         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
44175         All uses changed back to re_malloc, etc.  It's now the caller's
44176         responsibility to check for overflow; all callers changed.
44177         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
44178         (re_x2nrealloc): Remove.
44179         (free_state): Remove decl.
44180
44181         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
44182         (re_set_registers, re_exec):
44183         Use K&R-style defn.
44184
44185         2006-01-31  Roland McGrath  <roland@redhat.com>
44186
44187         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
44188         Reported by Mike Frysinger <vapier@gentoo.org>.
44189
44190         2006-01-15  Andreas Jaeger  <aj@suse.de>
44191
44192         [BZ #1950]
44193         * lib/regex_internal.c (re_string_reconstruct): Adjust for
44194         build_wcs_upper_buffer change.
44195         (build_wcs_upper_buffer): Change return type.
44196
44197         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
44198
44199         * lib/regex_internal.h: Include <stdint.h> if available.
44200
44201         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
44202
44203         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
44204
44205         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
44206
44207         * lib/regcomp.c: Adjust for changed secondary hash function.
44208
44209         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
44210
44211         * lib/regex.h: Pretty printing.
44212         Clean up namespace a bit.
44213
44214         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
44215
44216         * lib/regexec.c (update_cur_sifted_state, check_arrival,
44217         check_arrival_add_next_nodes): Avoid using uninitialized variable.
44218
44219         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
44220                     Ulrich Drepper  <drepper@redhat.com>
44221
44222         [BZ #1302]
44223         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
44224         changed.
44225         (bitset_word_t): Renamed from bitset_word.  All uses changed.
44226
44227         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
44228
44229         [BZ #281]
44230         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
44231         * lib/regcomp.c: Remove unnecessary uses of
44232         unsigned RE_TRANSLATE_TYPE.
44233         * lib/regex_internal.h: Likewise.
44234         * lib/regex_internal.c: Likewise.
44235         * lib/regexec.c: Likewise.
44236         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
44237
44238         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
44239
44240         * lib/regexec.c (find_recover_state): Remove unnecessary
44241         initialization.
44242         (transit_state_bkref): Make DFA a const pointer.
44243         (get_subexp): Likewise.
44244         (check_arrival): Likewise.
44245         (update_cur_sifted_state): Likewise.
44246         (re_search_internal): Likewise.
44247         (prune_impossible_nodes): Likewise.
44248         (acquire_init_state_context): Likewise.
44249         (proceed_next_node): Likewise.
44250         (set_regs): Likewise.
44251         (free_fail_stack_return): Likewise.
44252         (check_arrival_expand_ecl): Mark DFA parameter as const.
44253         (check_arrival_expand_ecl_sub): Likewise.
44254         (check_subexp_limits): Likewise.
44255         (sub_epsilon_src_nodes):  Likewise.
44256         (add_epsilon_src_nodes):  Likewise.
44257         (merge_state_array): Likewise.
44258         (update_regs): Likewise.
44259         (build_trtable): Likewise.
44260         (sift_states_backward): Mark MCTX parameter as const.
44261         (build_sifted_states): Likewise.
44262         (update_cur_sifted_state): Likewise.
44263         (sift_states_mkref): Likewise.
44264         (check_arrival_expand_ecl): Mark eclosure as const.
44265         (check_dst_limits_calc_pos_1): Likewise.
44266         * lib/regex_internal.h (re_match_context_t): Make dfa a const
44267         pointer.
44268
44269         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
44270
44271         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
44272         (transit_state_sb): Likewise.
44273         (transit_state_mb): Likewise.
44274         (sift_states_iter_mb): Likewise.
44275         (check_arrival_add_next_nodes): Likewise.
44276         (check_node_accept_bytes): Change first parameter to pointer-to-const.
44277         [_LIBC] (re_search_2_stub): Use mempcpy.
44278
44279         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
44280         mbrtowc for very simple UTF-8 case.
44281
44282         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
44283         a pointer-to-const.
44284         (re_acquire_state_context): Likewise.
44285         * lib/regex_internal.h: Adjust prototypes.
44286
44287         * lib/regex.c: Prevent using C++ compilers.
44288
44289         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
44290         (re_acquire_state_context): Likewise.
44291
44292 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
44293
44294         * modules/regex (Depends-on): Add ssize_t.
44295
44296 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
44297
44298         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
44299         translation table.
44300
44301 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
44302
44303         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
44304
44305 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
44306             Bruno Haible  <bruno@clisp.org>
44307
44308         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
44309         <sys/types.h> and <inttypes.h>.
44310
44311 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44312
44313         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
44314         `__error_t_defined', so argp.h will not typedef the former.
44315
44316 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
44317
44318         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
44319         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
44320         glibc names.  Even if glibc is changed to conform to POSIX, the
44321         traditional names will be available anyway, since regex depends on
44322         the extensions module.  Also, fix a longstanding typo in the
44323         implementation of Spencer ERE test #75 from grep 2.3.  Problems
44324         reported by Emanuele Giaquinta.  Also, change sense of cached
44325         variable, so that the message makes sense.
44326
44327 2006-03-24  Simon Josefsson  <jas@extundo.com>
44328
44329         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
44330         including some doc fixes.
44331         (base64_encode_alloc): Fix +1 bug on allocation failures.
44332
44333 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44334
44335         * lib/base64.c (base64_encode): Do not read past end of array with
44336         unsanitized input on systems with CHAR_BIT > 8.
44337
44338 2006-03-24  Eric Blake  <ebb9@byu.net>
44339
44340         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
44341
44342 2006-03-22  Karl Berry  <karl@gnu.org>
44343
44344         * config/srclist.txt (*setenv.[ch]): get from coreutils.
44345         * config/srclistvars.sh (COREUTILS): new var.
44346
44347 2006-03-17  Jim Meyering  <jim@meyering.net>
44348
44349         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
44350         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
44351
44352 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
44353
44354         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
44355         no longer needs it.  Instead, check that regoff_t is as least
44356         as wide as ptrdiff_t.
44357
44358         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
44359         so that our regex.h stays compatible with the installed regex.
44360         This is helpful for installers who configure --without-included-regex.
44361         Problem reported by Emanuele Giaquinta.
44362
44363 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
44364
44365         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
44366         Typedef to long int, not to off_, as POSIX will likely change
44367         in that direction.
44368
44369 2006-03-15  Eric Blake  <ebb9@byu.net>
44370
44371         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
44372
44373 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
44374
44375         * lib/argp-help.c (validate_uparams): Fix typo
44376         * lib/argp-parse.c (argp_default_options): Consistently begin help
44377         messages with a lowercase letter.
44378
44379 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
44380
44381         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
44382         overrun buffers and shouldn't be used (much as gets shouldn't be
44383         used).
44384         * lib/time_r.c (asctime_r, ctime_r): Likewise.
44385
44386 2006-03-08  Simon Josefsson  <jas@extundo.com>
44387
44388         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
44389         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44390
44391 2006-03-08  Simon Josefsson  <jas@extundo.com>
44392
44393         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
44394         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44395
44396 2006-03-08  Simon Josefsson  <jas@extundo.com>
44397
44398         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
44399         signal that configure disabled the device.
44400
44401 2006-03-08  Simon Josefsson  <jas@extundo.com>
44402
44403         * build-aux/maint.mk: Fix refresh-po, to handle no translated
44404         languages.
44405
44406 2006-03-07  Simon Josefsson  <jas@extundo.com>
44407
44408         * modules/getopt (Depends-on): Add unistd.
44409
44410         * modules/unistd: New file.
44411
44412 2006-03-07  Simon Josefsson  <jas@extundo.com>
44413
44414         * modules/gc-random: New file.
44415
44416 2006-03-07  Simon Josefsson  <jas@extundo.com>
44417
44418         * m4/unistd_h.m4: New file.
44419
44420 2006-03-07  Simon Josefsson  <jas@extundo.com>
44421
44422         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
44423         test to be side-effect free by storing the result in the cache
44424         variable gl_cv_lib_readline, and moving the assignment of
44425         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
44426         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44427
44428 2006-03-07  Simon Josefsson  <jas@extundo.com>
44429
44430         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
44431         error on missing devices (the functions will return an error).
44432
44433         * m4/gc.m4: Move random stuff to gc-random.m4
44434
44435 2006-03-07  Simon Josefsson  <jas@extundo.com>
44436
44437         * lib/unistd_.h: New file.
44438
44439 2006-03-07  Simon Josefsson  <jas@extundo.com>
44440
44441         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
44442
44443 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
44444
44445         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
44446         Problem reported by Juan Manuel Guerrero.
44447
44448 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
44449
44450         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
44451         the unistd module.
44452         * lib/getlogin_r.c: Likewise.
44453         * lib/getlogin_r.h: Likewise.
44454         * lib/glob.c: Likewise.
44455         * lib/pagealign_alloc.c: Likewise.
44456         * lib/unistd_.h: Remove; no longer needed.
44457
44458 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
44459
44460         * MODULES.html.sh (Support for systems lacking POSIX:2001):
44461         Add unistd.
44462         * modules/c-stack (Depends-on): Add unistd.
44463         * modules/getlogin_r: Likewise.
44464         * modules/glob: Likewise.
44465         * modules/pagealign_alloc: Likewise.
44466         * modules/unistd (Files): Remove lib/unistd_.h.
44467         (EXTRA_DIST): Remove.
44468         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
44469         need unistd_.h.
44470         (MOSTLYCLEANFILES): Remove unistd.h-t.
44471
44472 2006-03-03  Simon Josefsson  <jas@extundo.com>
44473
44474         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
44475
44476 2006-03-03  Simon Josefsson  <jas@extundo.com>
44477
44478         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
44479         libidn and bison.
44480
44481 2006-03-03  Simon Josefsson  <jas@extundo.com>
44482
44483         * build-aux/maint.mk: Add indent target.
44484
44485 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
44486
44487         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
44488         our replacement poll.h in any case, to avoid a differing
44489         declaration from a system header.  Seen on AIX.
44490
44491 2006-03-01  Simon Josefsson  <jas@extundo.com>
44492
44493         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
44494         <kasal@ucw.cz>.
44495
44496 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44497
44498         * modules/gettime (Depends-on): Add extensions module.
44499         * modules/nanosleep (Depends-on): Likewise.
44500         * modules/settime (Depends-on): Likewise.
44501
44502 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44503
44504         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
44505         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
44506         pedantically.
44507         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
44508         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
44509
44510         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
44511         not "==".  Reported by Ralf Wildenhues.
44512
44513 2006-03-01  Karl Berry  <karl@gnu.org>
44514
44515         * doc/Copyright/request-*: new files, synced from gnuorg.
44516
44517 2006-03-01  Karl Berry  <karl@gnu.org>
44518
44519         * config/srclist.txt (Copyright/*): new entries.
44520
44521 2006-02-28  Simon Josefsson  <jas@extundo.com>
44522
44523         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
44524
44525 2006-02-27  Simon Josefsson  <jas@extundo.com>
44526
44527         * lib/base64.h: Indent #define's.  From Jim Meyering
44528         <jim@meyering.net>.
44529
44530 2006-02-27  Jim Meyering  <jim@meyering.net>
44531
44532         Revert the change of 2006-02-24, so these files can continue
44533         to be sync'd from gettext.
44534         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
44535         of `config.h'.
44536
44537 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
44538
44539         * modules/intprops: New file.
44540         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
44541         Add intprops.
44542         * modules/getloadavg (Files): Remove lib/intprops.h.
44543         (Depends-on): Add intprops.
44544         * modules/human: Likewise.
44545         * modules/inttostr: Likewise.
44546         * modules/openat: Likewise.
44547         * modules/sig2str: Likewise.
44548         * modules/userspec: Likewise.
44549         * modules/utimecmp: Likewise.
44550         * modules/xnanosleep: Likewise.
44551         * modules/xstrtol: Likewise.
44552
44553 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
44554
44555         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
44556         * modules/lock-tests (TESTS): Use $(EXEEXT).
44557         * modules/tls-tests: Likewise.
44558         * modules/argp-tests: Likewise.
44559         (check_PROGRAMS): New var, replacing...
44560         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
44561
44562 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44563
44564         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
44565         `config.h'.
44566
44567 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
44568
44569         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
44570
44571 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44572
44573         Sync from coreutils.
44574         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
44575         gl_CHDIR_SAFER.
44576
44577 2006-02-22  Jim Meyering  <jim@meyering.net>
44578
44579         Sync from coreutils.
44580         * m4/chdir-safer.m4: New file.
44581
44582 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
44583
44584         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
44585         AT_FDCWD exceeds INT_MAX.
44586         * lib/openat.h (AT_FDCWD): Likewise.
44587
44588 2006-02-17  Eric Blake  <address@hidden>
44589
44590         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
44591
44592 2006-02-16  Simon Josefsson  <jas@extundo.com>
44593
44594         * modules/getaddrinfo (Depends-on): Add sys_socket.
44595
44596 2006-02-15  Simon Josefsson  <jas@extundo.com>
44597
44598         * build-aux/maint.mk: Add dsyntax-check rule.
44599
44600 2006-02-15  Eric Blake  <ebb9@byu.net>
44601
44602         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
44603         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
44604         'present but cannot compile' warnings on cygwin.
44605         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
44606         use ws2tcpip.h if sys/socket.h works.
44607         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
44608         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
44609
44610 2006-02-14  Simon Josefsson  <jas@extundo.com>
44611
44612         * modules/maintainer-makefile (Files): Rename.
44613
44614         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
44615         and (the local) Makefile.cfg to maint-cfg.mk.
44616
44617         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
44618         to the latter.
44619
44620         * modules/maintainer-makefile: New module.
44621
44622         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
44623         severaly stripped to make it possible to build it up from scratch
44624         with reliable tests.
44625
44626         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
44627         fixes to permit overriding the default actions when configure and
44628         makefile are not available.
44629
44630 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
44631
44632         Sync from coreutils.
44633         * modules/lstat (Depends-on): Don't depend on xalloc.
44634         (License): Change from GPL to LGPL, since this is now simply a
44635         replacement for a libc function.
44636
44637 2006-02-14  Jim Meyering  <jim@meyering.net>
44638
44639         Sync from coreutils.
44640
44641         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
44642         failure on deficient systems, and simplify gnulib lgpl dependencies.
44643         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
44644         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
44645
44646         * lib/xalloc-die.c: Remove unused definition of N_.
44647
44648 2006-02-14  Jim Meyering  <jim@meyering.net>
44649
44650         Sync from coreutils.
44651         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
44652         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
44653         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
44654         double-quote uses of that variable, to accommodate the rare case in
44655         which getmntent is available in none of the libraries checked.  This
44656         happens at least on FreeBSD 5.0.
44657
44658 2006-02-13  Simon Josefsson  <jas@extundo.com>
44659
44660         * gnulib-tool (Usage): Fix --import, from
44661         karl@freefriends.org (Karl Berry).
44662
44663 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
44664
44665         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
44666
44667 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
44668
44669         * lib/argp-namefrob.h: Restore changes accidentally lost during the
44670         "autoupdate" on 2005-12-12.
44671
44672 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
44673
44674         * modules/closeout (Depends-on): Remove atexit.
44675
44676 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
44677
44678         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
44679         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
44680
44681 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
44682
44683         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
44684         __EXTENSIONS__ if this causes compilation to fail.  Problem
44685         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
44686         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
44687
44688 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
44689
44690         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
44691         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
44692         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
44693         All uses changed.
44694
44695 2006-01-26  Simon Josefsson  <jas@extundo.com>
44696
44697         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
44698         prototype is visible on mingw32.
44699
44700         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
44701         for mingw32.
44702
44703         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
44704         mingw32).
44705
44706 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
44707
44708         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
44709         attempt to open for write; this always fails, at least on POSIX
44710         hosts.  This reinstates the 2006-01-09 change, which was
44711         inadvertently removed.
44712
44713 2006-01-26  Bruno Haible  <bruno@clisp.org>
44714
44715         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
44716         Reported by Paul Eggert.
44717
44718 2006-01-26  Bruno Haible  <bruno@clisp.org>
44719             Paul Eggert  <eggert@cs.ucla.edu>
44720
44721         * lib/stdbool_.h (_Bool)
44722         [(! (defined __cplusplus || defined __BEOS__)
44723           && !defined __GNUC__
44724           && !(defined __HP_cc || defined __xlc__
44725                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
44726                || defined __sgi))]:
44727         #define to signed char in these cases too; this simplifies
44728         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
44729         etc., separately) and makes it more conservative.
44730
44731 2006-01-25  Simon Josefsson  <jas@extundo.com>
44732
44733         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
44734         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
44735         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
44736
44737 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44738
44739         * lib/argp-namefrob.h: Bugfix. Remove stray #
44740
44741 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
44742
44743         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
44744         so that we test the test.
44745         Check for yet another HP-UX cc bug involving *bool |= bool.
44746
44747 2006-01-25  Karl Berry  <karl@gnu.org>
44748
44749         * config/srclist.txt (vasnprintf.c): sync lost.
44750
44751 2006-01-25  Jim Meyering  <jim@meyering.net>
44752
44753         Sync from the stable (b5) branch of coreutils:
44754
44755         * lib/fts.c (fts_children): Don't let close() clobber errno from
44756         failed fchdir().
44757
44758         * lib/fts.c (fts_stat): When following a symlink-to-directory,
44759         don't necessarily interpret stat-fails+lstat-succeeds as indicating
44760         a dangling symlink.  That can also happen at least for ELOOP.
44761         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
44762         FYI, this bug predates the inclusion of fts.c in coreutils.
44763
44764         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
44765         in their own block, so pre-c99 compilers don't object.
44766
44767         Avoid the double-free (first in fts_read, second in fts_close) that
44768         would occur when an `active' directory is made inaccessible (e.g.,
44769         via chmod a-x) during a traversal.
44770         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44771         before returning.  Reproduce this failure by
44772         mkdir -p a/b; cd a; chmod a-x . b
44773         Reported by Stavros Passas.
44774
44775 2006-01-25  Jim Meyering  <jim@meyering.net>
44776
44777         * lib/fileblocks.c: Remove more useless parentheses.
44778         * lib/readutmp.h: Likewise.
44779
44780 2006-01-25  Bruno Haible  <bruno@clisp.org>
44781
44782         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
44783         warnings.
44784         Reported by Paul Eggert.
44785
44786 2006-01-25  Bruno Haible  <bruno@clisp.org>
44787
44788         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
44789         rid of a trap command. For Solaris sh.
44790         Reported by Mark D. Baushke <mdb@gnu.org>.
44791
44792 2006-01-24  Simon Josefsson  <jas@extundo.com>
44793
44794         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
44795         Bruno.
44796
44797 2006-01-24  Karl Berry  <karl@gnu.org>
44798
44799         * config/srclist.txt (argp-namefrob.h): sync lost.
44800
44801 2006-01-24  Jim Meyering  <jim@meyering.net>
44802
44803         * modules/openat (Files): Add lib/intprops.h.
44804         From Mark D. Baushke.
44805
44806 2006-01-24  Jim Meyering  <jim@meyering.net>
44807
44808         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
44809         Reported by Mark D. Baushke.
44810
44811 2006-01-24  Jim Meyering  <jim@meyering.net>
44812
44813         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
44814
44815 2006-01-24  Bruno Haible  <bruno@clisp.org>
44816
44817         * modules/strnlen (Maintainer): Change from glibc to all.
44818
44819 2006-01-24  Bruno Haible  <bruno@clisp.org>
44820
44821         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
44822         Patch by Paul Eggert.
44823
44824 2006-01-24  Bruno Haible  <bruno@clisp.org>
44825
44826         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
44827         already has it.
44828         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
44829         2005-11-26.
44830
44831         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
44832         'signed char' to avoid problems with the built-in _Bool type.
44833         Reported by Paul Eggert on 2005-11-26.
44834
44835 2006-01-24  Bruno Haible  <bruno@clisp.org>
44836
44837         * gnulib-tool (func_import): Avoid constructing complicated sed
44838         expressions inside backquote.
44839         Report and solution by Mark D. Baushke <mdb@gnu.org>.
44840
44841 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
44842
44843         These changes imported from libc.
44844         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
44845         test and two separate function calls.
44846         * lib/strndup.c (__strndup): Add libc_hidden_def.
44847
44848 2006-01-23  Simon Josefsson  <jas@extundo.com>
44849
44850         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
44851         Remove the test_*_SOURCES variable: automake infers it by default.
44852         * modules/tls-tests: Likewise.
44853
44854 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44855
44856         Work around porting bugs reported by Dieter in
44857         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
44858         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
44859         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
44860         Include "getopt.h" first, to check interface.
44861         (getenv): Declare only if defined HAVE_DECL_GETENV &&
44862         !HAVE_DECL_GETENV.
44863         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
44864         (__strndup): Revert to K&R-style function dfns, the glibc style.
44865         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
44866         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
44867         Include strnlen.h first, to get prototype properly.
44868         (strnlen): Renamed from __strnlen.
44869         Remove weak alias.
44870
44871 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44872
44873         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
44874
44875 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44876
44877         * config/srclist.txt: Adjust to reflect glibc reorganization.
44878         This affects only comments.
44879
44880 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44881
44882          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
44883          Reported by Bruce Korb <bkorb@gnu.org>.
44884
44885 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
44886
44887         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
44888         to pacify gcc -Wswitch-default.
44889
44890 2006-01-22  Bruno Haible  <bruno@clisp.org>
44891
44892         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
44893         temporary buffer for sprintf, take into account the precision also
44894         for 'd', 'i', 'u', 'o', 'x', 'X'.
44895
44896 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44897
44898         * modules/argp-tests: New module
44899         * tests/test-argp.c: New file
44900         * tests/test-argp-2.sh: New file
44901
44902 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44903
44904         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
44905         (__argp_base_name): Removed
44906         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
44907         typo.
44908         (__argp_base_name): Provide macro definition or extern declaration
44909         depending on the configuration
44910
44911 2006-01-20  Simon Josefsson  <jas@extundo.com>
44912
44913         * modules/inet_ntop (Depends-on): Depend on sys_socket.
44914
44915 2006-01-20  Simon Josefsson  <jas@extundo.com>
44916
44917         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
44918
44919 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44920
44921         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
44922         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
44923         Suggested by Bruno Haible.
44924
44925 2006-01-20  Karl Berry  <karl@gnu.org>
44926
44927         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
44928         until changes propagate, I guess.
44929
44930 2006-01-19  Simon Josefsson  <jas@extundo.com>
44931
44932         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
44933
44934 2006-01-19  Simon Josefsson  <jas@extundo.com>
44935
44936         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
44937
44938 2006-01-19  Simon Josefsson  <jas@extundo.com>
44939
44940         * gnulib-tool: Set check_PROGRAMS.
44941
44942         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44943         modules/des-tests, modules/gc-arcfour-tests,
44944         modules/gc-arctwo-tests, modules/gc-des-tests,
44945         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44946         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44947         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44948         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44949         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44950         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
44951         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
44952         test_*_SOURCES.
44953
44954 2006-01-18  Simon Josefsson  <jas@extundo.com>
44955
44956         * modules/socklen (Depends-on): Depend on sys_socket.
44957
44958 2006-01-18  Simon Josefsson  <jas@extundo.com>
44959
44960         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44961         modules/des-tests, modules/gc-arcfour-tests,
44962         modules/gc-arctwo-tests, modules/gc-des-tests,
44963         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44964         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44965         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44966         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44967         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44968         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
44969         $(EXEEXT) to automake TESTS variable, for mingw32.
44970
44971 2006-01-17  Simon Josefsson  <jas@extundo.com>
44972
44973         * modules/socklen (Include): Need sys/socket.h.
44974
44975 2006-01-17  Bruno Haible  <bruno@clisp.org>
44976
44977         * modules/ssize_t (Include): Add <sys/types.h>.
44978
44979 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
44980
44981         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
44982         it's not portable and it doesn't work with cross-compiles.
44983         Problem reported by Bruno Haible.  Fix missing-$ typo in
44984         'test "gl_cv_ignore_unused_libraries" ...' that prevented
44985         -zignore from being used with Sun's C compiler.
44986
44987 2006-01-12  Simon Josefsson  <jas@extundo.com>
44988
44989         * lib/base64.c: Fix warning, reported by Bruno Haible
44990         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
44991
44992 2006-01-12  Bruno Haible  <bruno@clisp.org>
44993
44994         * modules/ldd: New file.
44995         * build-aux/ldd.sh.in: New file.
44996         * MODULES.html.sh (Support for building libraries and executables): Add
44997         ldd.
44998
44999 2006-01-12  Bruno Haible  <bruno@clisp.org>
45000
45001         * m4/ldd.m4: New file.
45002
45003 2006-01-12  Bruno Haible  <bruno@clisp.org>
45004
45005         * gnulib-tool (func_import, func_create_testdir): Don't go into an
45006         endless loop while replacing $auxdir with build-aux.
45007
45008 2006-01-11  Simon Josefsson  <jas@extundo.com>
45009
45010         * lib/stdint_.h (SIZE_MAX): Add missing (.
45011
45012 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
45013
45014         Sync from coreutils.
45015         * lib/md5.c: Fix commentary typos.
45016         (alignof, UNALIGNED_P): No need for a GCC-specific version.
45017         * lib/md5.h (__attribute__): Remove; unused.
45018         * lib/sha1.c: Fix commentary to match md5 better.
45019         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
45020         so that we don't need to worry about alignment.  All uses changed.
45021         This merges the 2005-10-28 md5 change into sha1.
45022
45023 2006-01-11  Jim Meyering  <jim@meyering.net>
45024
45025         Sync from coreutils.
45026         * lib/md5.c (OP): Fix spacing.
45027
45028 2006-01-11  Bruno Haible  <bruno@clisp.org>
45029
45030         Ensure automatic ordering between gl_LOCK and gl_ARGP.
45031         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
45032         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
45033
45034 2006-01-11  Bruno Haible  <bruno@clisp.org>
45035
45036         Ensure automatic ordering between gl_LOCK and gl_ARGP.
45037         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
45038         the "early" section as well.
45039
45040 2006-01-11  Bruno Haible  <bruno@clisp.org>
45041
45042         Avoid "ar: no archive members specified" error on MacOS X.
45043         * gnulib-tool (func_modules_add_dummy): New function.
45044         (func_import, func_create_testdir): Invoke it.
45045
45046 2006-01-11  Bruno Haible  <bruno@clisp.org>
45047
45048         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
45049         with $auxdir in AC_CONFIG_FILES statements.
45050
45051 2006-01-11  Bruno Haible  <bruno@clisp.org>
45052
45053         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45054         Initialize also noinst_HEADERS to empty.
45055
45056 2006-01-11  Bruno Haible  <bruno@clisp.org>
45057
45058         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
45059         variables.
45060         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
45061         autoreconf.
45062
45063 2006-01-11  Bruno Haible  <bruno@clisp.org>
45064
45065         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
45066         overridable by the user.
45067         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45068
45069 2006-01-10  Simon Josefsson  <jas@extundo.com>
45070
45071         * modules/sys_socket: New file.
45072
45073 2006-01-10  Simon Josefsson  <jas@extundo.com>
45074
45075         * m4/sys_socket_h.m4: New file.
45076
45077 2006-01-10  Simon Josefsson  <jas@extundo.com>
45078
45079         * lib/socket_.h: New file.
45080
45081 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
45082
45083         * modules/readutmp (Maintainer): Add myself.
45084
45085 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
45086
45087         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
45088         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
45089         People who are still concerned with buggy memcmp implementations
45090         can invoke gl_FUNC_MEMCMP themselves.
45091
45092 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
45093
45094         * lib/regex_internal.h (BITSET_WORD_BITS):
45095         Work around a bug in 64-bit PGC (before version 6.1-2), where the
45096         preprocessor mishandles large unsigned values as if they were signed.
45097         Problem reported by Claudio Fontana in
45098         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
45099
45100 2006-01-10  Jim Meyering  <jim@meyering.net>
45101
45102         Avoid the double-free (first in fts_read, second in fts_close) that
45103         would occur when an `active' directory is made inaccessible (e.g.,
45104         via chmod a-x) during a traversal.
45105         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
45106         before returning.  Reproduce this failure by
45107         mkdir -p a/b; cd a; chmod a-x . b
45108         Reported by Stavros Passas.
45109
45110         Sync from coreutils.
45111         * lib/sha1.c: Tweak grammar in a comment.
45112
45113 2006-01-10  Jim Meyering  <jim@meyering.net>
45114
45115         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
45116         Patch by Joerg Sonnenberger.
45117
45118 2006-01-10  Bruno Haible  <bruno@clisp.org>
45119
45120         * modules/readutmp: Depend on module free.
45121         * modules/strtok_r: Depend on module restrict.
45122
45123 2006-01-10  Bruno Haible  <bruno@clisp.org>
45124
45125         * modules/gettext (configure.ac): Add an invocation of
45126         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
45127
45128 2006-01-10  Bruno Haible  <bruno@clisp.org>
45129
45130         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
45131         Reported by Werner Lemberg <wl@gnu.org>.
45132
45133 2006-01-10  Bruno Haible  <bruno@clisp.org>
45134
45135         * lib/localcharset.c: Update from GNU gettext.
45136
45137 2006-01-10  Bruno Haible  <bruno@clisp.org>
45138
45139         * lib/argp.h (__const): Remove macro. Use const instead.
45140         * lib/argp-fmtstream.h (__const): Likewise.
45141         * lib/glob_.h (__const): Remove macro.
45142         * lib/glob-libc.h: Use const instead of __const.
45143
45144 2006-01-10  Bruno Haible  <bruno@clisp.org>
45145
45146         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
45147         variable.
45148         Needed to avoid an automake error regarding the 'gettext' module.
45149
45150 2006-01-09  Simon Josefsson  <jas@extundo.com>
45151
45152         * modules/inet_ntop (Depends-on): Add restrict.
45153
45154 2006-01-09  Simon Josefsson  <jas@extundo.com>
45155
45156         * modules/gc-rijndael-tests (License): Put under LGPL.
45157
45158         * modules/gc-des-tests (License): Likewise.
45159
45160         * modules/gc-arcfour-tests (License): Likewise.
45161
45162         * modules/gc-arctwo-tests (License): Likewise.
45163
45164         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
45165
45166         * modules/gc-hmac-sha1-tests (Files): Likewise.
45167
45168         * modules/gc-hmac-md5-tests (License): Likewise.
45169
45170         * modules/gc-sha1-tests (License): Likewise.
45171
45172         * modules/gc-md5-tests (License): Likewise.
45173
45174         * modules/gc-md4-tests (License): Likewise.
45175
45176         * modules/gc-md2-tests (License): Likewise.
45177
45178         * modules/gc-tests (License): Likewise.
45179
45180         * modules/des-tests (License): Likewise.
45181
45182         * modules/md4-tests (License): Likewise.
45183
45184         * modules/md2-tests (License): Likewise.
45185
45186 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
45187
45188         Sync from coreutils:
45189
45190         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
45191         * modules/lib-ignore: New file.
45192         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
45193         chdir-safer.m4, lchmod.m4.
45194         * modules/openat: Add mkdirat.c, openat-priv.h.
45195
45196 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
45197
45198         Sync from coreutils.
45199         * m4/lib-ignore.m4: New file.
45200         * m4/lchmod.m4: New file.
45201
45202 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
45203
45204         Sync from coreutils.
45205         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
45206         for write access: POSIX says that must fail.
45207         * lib/fts.c (diropen): Likewise.
45208         * lib/save-cwd.c (save_cwd): Likewise.
45209         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
45210         well, for minor improvements on hosts that lack O_DIRECTORY.
45211         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
45212         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
45213         Fall back on chown if open failed with EACCES.
45214
45215         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
45216         Report an error at compile-time if only a 1-second nominal clock
45217         resolution is found.
45218
45219         * lib/lchmod.h: New file.
45220         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
45221         (make_dir_parents): Use lchown rather than chown, and
45222         lchmod rather than chmod.
45223
45224         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
45225         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
45226         "proc" reported by n0dalus.
45227
45228         * lib/mountlist.c: Include <limits.h>.
45229         (dev_from_mount_options)
45230         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
45231         New function.  It no longer assumes "dev=" has the System V meaning
45232         on Linux (since it doesn't).  It also parses "dev=" more carefully.
45233         (read_file_system_list)
45234         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
45235         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
45236         dev= in that case.
45237
45238         * lib/posixtm.h (PDS_PRE_2000): New macro.
45239         * lib/posixtm.c (year): Arg is now syntax_bits rather than
45240         allow_century.  All usages changed.  Reject dates outside the range
45241         1969-1999 if PDS_PRE_2000 is used.
45242
45243 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
45244
45245         Sync from coreutils.
45246         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
45247         (Time of day items): Mention the possibility of leap seconds.
45248         Problem reported by Dr. David Alan Gilbert.
45249
45250 2006-01-09  Jim Meyering  <jim@meyering.net>
45251
45252         Sync from coreutils.
45253
45254         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
45255
45256         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
45257
45258         * lib/modechange.c (mode_compile): Reject an invalid mode string
45259         that starts with an octal digit.  From Andreas Gruenbacher.
45260
45261         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
45262         and dup to open_safer and dup_safer, respectively.
45263         (openat_permissive): Fix typo in comment.
45264
45265         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
45266         "gettext.h"; either no longer needed or are guaranteed by openat.h.
45267         (_): Remove; no longer needed.
45268         (openat): Renamed from rpl_openat; no need for rpl_openat
45269         since openat.h renames openat for us.
45270         Replace most of the body with a call to openat_permissive,
45271         to avoid duplicate code.
45272         Port to (probably hypothetical) environments were mode_t is
45273         wider than int.
45274         (openat_permissive): Require mode arg, so that we can check
45275         types better.  Put it just after flags.  Change cwd failure
45276         indicator from pointer-to-bool to pointer-to-errno-value.
45277         All callers changed.
45278         Invoke openat_save_fail and/or openat_restore_fail if
45279         cwd_errno is null, so that openat can call us.
45280         (openat_permissive, fdopendir, fstatat, unlinkat):
45281         Simplify errno handling to avoid some duplicate code,
45282         as it's OK to set errno on success.
45283         * lib/openat.h: Revamp code so that function macros depend on
45284         __OPENAT_PREFIX only, not also on AT_FDCWD.
45285         (openat_ro): Remove.  Caller changed to use openat_permissive.
45286         (openat_permissive): Now a macro, if not a function.
45287         (openat_restore_fail, openat_save_fail): Now always functions,
45288         since mkdirat needs them even if __OPENAT_PREFIX is defined.
45289
45290         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
45291         and openat.c.
45292         * lib/mkdirat.c: Include openat-priv.h.
45293         Remove definitions of macros defined therein.
45294         * lib/openat.c: Likewise.
45295
45296         * lib/mkdirat.c (mkdirat): New file and function.
45297         * lib/openat.h (mkdirat): Declare.
45298
45299         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
45300
45301         * lib/openat.h (openat_permissive): Declare.
45302         (openat_ro): Define.
45303
45304         * lib/openat.c (EXPECTED_ERRNO): New macro.
45305         (openat_permissive): New function -- used in remove.c rewrite.
45306         (all functions): Set errno just before returning, only if there
45307         was an actual failure.
45308         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
45309
45310         Emulate openat-family functions using Linux's procfs, if possible.
45311         Idea and some code based on Ulrich Drepper's glibc changes.
45312
45313         * lib/openat.c: (BUILD_PROC_NAME): New macro.
45314         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
45315         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
45316         before falling back on save_cwd and restore_cwd.
45317         (fdopendir, fstatat, unlinkat): Likewise.
45318
45319         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
45320         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
45321
45322         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
45323         as second argument to va_arg.  Otherwise, some versions of gcc
45324         warn that `if this code is reached, the program will abort'.
45325
45326 2006-01-09  Jim Meyering  <jim@meyering.net>
45327
45328         Sync from coreutils.
45329         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
45330         Require openat-priv.h.
45331
45332 2006-01-09  Bruno Haible  <bruno@clisp.org>
45333
45334         * modules/strnlen (Include): Use strnlen.h.
45335
45336 2006-01-09  Bruno Haible  <bruno@clisp.org>
45337
45338         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
45339
45340 2006-01-09  Bruno Haible  <bruno@clisp.org>
45341
45342         * lib/sysexit_.h (EX_OK): New macro.
45343         Suggested by Martin Lambers <marlam@marlam.de>.
45344
45345 2006-01-09  Bruno Haible  <bruno@clisp.org>
45346
45347         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
45348         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
45349
45350 2006-01-09  Bruno Haible  <bruno@clisp.org>
45351
45352         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
45353         numbers.
45354
45355 2006-01-09  Bruno Haible  <bruno@clisp.org>
45356
45357         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
45358         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
45359         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
45360         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
45361
45362 2006-01-09  Bruno Haible  <bruno@clisp.org>
45363
45364         * build-aux/javacomp.sh.in: New file, moved from lib/.
45365         * modules/javacomp-script (Files): Update.
45366         (configure.ac): Add AC_CONFIG_FILES invocation.
45367         (EXTRA_DIST): Remove variable.
45368
45369         * build-aux/javaexec.sh.in: New file, moved from lib/.
45370         * modules/javaexec (Files): Update.
45371         (configure.ac): Add AC_CONFIG_FILES invocation.
45372         (EXTRA_DIST): Remove javaexec.sh.in.
45373
45374         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
45375         * modules/csharpcomp-script (Files): Update.
45376         (configure.ac): Add AC_CONFIG_FILES invocation.
45377         (EXTRA_DIST): Remove variable.
45378
45379         * build-aux/csharpexec.sh.in: New file, moved from lib/.
45380         * modules/csharpexec (Files): Update.
45381         (configure.ac): Add AC_CONFIG_FILES invocation.
45382         (EXTRA_DIST): Remove csharpexec.sh.in.
45383
45384 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
45385
45386         Sync from coreutils.
45387
45388         Add POSIX ACL support
45389         * lib/acl.h (copy_acl, set_acl): Add declarations.
45390         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
45391         systems other than Linux.
45392         (chmod_or_fchmod): New function: use fchmod when possible,
45393         and chmod otherwise.
45394         (file_has_acl): Add a POSIX ACL implementation, with a
45395         Linux-specific subcase.
45396         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
45397         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
45398         acls are unsupported.
45399         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
45400         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
45401         are unsupported.
45402
45403 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
45404
45405         Sync from coreutils.
45406         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
45407
45408 2006-01-07  Bruno Haible  <bruno@clisp.org>
45409
45410         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
45411         gl_EARLY.
45412
45413 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
45414
45415         * lib/strftime.c (tzname): Don't declare if it is already #defined.
45416         Problem reported for Mingw by Mark Junker.
45417
45418 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
45419
45420         * README: Gnulib normally doesn't generate a tarball.
45421
45422 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
45423
45424         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
45425         long int, not int, for nanosecond counts, so that people who are
45426         used to POSIX struct timespec won't be surprised.  Reported by Jim
45427         Meyering.
45428
45429 2005-12-28  Bruno Haible  <bruno@clisp.org>
45430
45431         * build-aux/config.rpath: Update from GNU gettext.
45432
45433 2005-12-16  Jim Meyering  <jim@meyering.net>
45434
45435         * modules/fprintftime: New module.
45436         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
45437
45438 2005-12-16  Jim Meyering  <jim@meyering.net>
45439
45440         * m4/fprintftime.m4: New file.
45441
45442 2005-12-16  Jim Meyering  <jim@meyering.net>
45443
45444         * lib/fprintftime.c, lib/fprintftime.h: New files.
45445
45446 2005-12-15  Simon Josefsson  <jas@extundo.com>
45447
45448         * modules/socklen (configure.ac): Fix M4 macro name, to align with
45449         new m4/socklen.m4.
45450
45451 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
45452
45453         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
45454         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
45455
45456 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
45457
45458         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
45459         * lib/argp-help.c (fill_in_uparams): Check if the constructed
45460         struct uparams is valid. Fall back to the default values if it is
45461         not.
45462
45463 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45464
45465         * modules/argp (Files): Add argp-pin.c
45466         (Depends-on): dirname
45467         (lib_SOURCES): Add argp-pin.c
45468
45469 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45470
45471         * m4/argp.m4:  Check if program_invocation_name and
45472         program_invocation_short_name are declared and define appropriate
45473         macros if they are not.
45474
45475 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45476
45477         * lib/argp-help.c (__argp_base_name): New function
45478         (__argp_short_program_name): Rewrite using __argp_base_name
45479         * lib/argp-namefrob.h: Define program_invocation_name and
45480         program_invocation_short_name if requested
45481         (__argp_base_name): Add prototype
45482         * lib/argp-parse.c (argp_def): Use gettext wrappers
45483         (argp_default_parser): Use __argp_base_name
45484         * lib/argp-pin.c: New file. Defines program_invocation_name and
45485         program_invocation_short_name on systems that lack them.
45486
45487 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
45488
45489         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
45490         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
45491         porting problem reported by Georg Schwarz in
45492         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
45493
45494 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
45495
45496         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
45497         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
45498         porting problem reported by Georg Schwarz in
45499         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
45500
45501 2005-12-05  Bruno Haible  <bruno@clisp.org>
45502
45503         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
45504         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
45505         Reported by Mark Junker <mjscod@gmx.de>.
45506
45507 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
45508
45509         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
45510         Use implementation from Albert Chin, with some
45511         comments/corrections by Stepan Kasal and myself.
45512
45513 2005-12-02  Bruno Haible  <bruno@clisp.org>
45514
45515         * gnulib-tool (func_import): Accept GPLed build tool modules when
45516         --lgpl is given.
45517         * modules/csharpcomp-script: New file.
45518         * modules/csharpcomp: Depend on it.
45519         * modules/javacomp-script: New file.
45520         * modules/javacomp: Depend on it.
45521         Suggested by Simon Josefsson.
45522
45523 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
45524
45525         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
45526         statement, to work around an HP-UX 10.20 compiler bug reported by
45527         Peter O'Gorman.
45528
45529 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
45530
45531         * modules/savedir (Depends-on): Add openat.
45532
45533 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
45534
45535         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
45536         (uintmax_t) [defined uintmax_t]: Do not declare.
45537         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
45538         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
45539         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
45540         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
45541         sake of portability to weird hosts that C allows (though we don't
45542         know of any practical examples).
45543
45544         * lib/savedir.h (fdsavedir): New decl.
45545         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
45546         contains most of the former guts of savedir.
45547         (savedir): Use savedirstream.
45548         Include "openat.h".
45549
45550 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
45551
45552         * modules/obstack (Files): Add m4/ulonglong.m4.
45553         Problem reported by Davide Angelocola.
45554
45555 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
45556
45557         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
45558         coreutils no longer futzes with rounding modes.
45559
45560 2005-11-14  Jim Meyering  <jim@meyering.net>
45561
45562         * lib/mkstemp-safer.c: Include <config.h>, required for possible
45563         replacement of mkstemp.
45564
45565 2005-11-10  Simon Josefsson  <jas@extundo.com>
45566
45567         * lib/readline.c: Remove EOL.
45568
45569 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45570
45571         * modules/gethrxtime (Depends-on): Add gettime.
45572
45573 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45574
45575         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
45576         or gettimeofday; no longer needed.
45577
45578 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45579
45580         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
45581         time business.
45582         (gethrxtime) [! (HAVE_NANOUPTIME
45583         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
45584         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
45585         our own approximation.
45586
45587 2005-11-08  Eric Blake  <ebb9@byu.net>
45588
45589         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
45590
45591 2005-11-08  Eric Blake  <ebb9@byu.net>
45592
45593         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
45594
45595 2005-11-04  Bruno Haible  <bruno@clisp.org>
45596
45597         * gnulib-tool: Implement --update mode.
45598
45599 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
45600
45601         Fix porting problem reported by Theodoros V. Kalamatianos.
45602         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
45603         Don't assume that futimes failing means we must fail.
45604
45605 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
45606
45607         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
45608         variables to suggest the intended function of the PATH_MAX check.
45609
45610 2005-10-30  Kean Johnston  <jkj@sco.com>
45611
45612         Trivial changes to support SCO systems.
45613         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
45614         as PATH_MAX.
45615         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
45616         where __ptr is null when no I/O is pending.
45617
45618 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
45619
45620         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
45621         leave errno alone.  Problem reported by Dmitry V. Levin.
45622
45623 2005-10-28  Simon Josefsson  <jas@extundo.com>
45624
45625         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
45626         Test more.
45627
45628         * tests/test-gc-md2.c, tests/test-md2.c: New files.
45629
45630         * modules/md2, modules/md2-tests: New files.
45631
45632 2005-10-28  Simon Josefsson  <jas@extundo.com>
45633
45634         * m4/inet_ntop.m4: More tests.
45635
45636         * m4/gc-md2.m4, md2.m4: New file.
45637
45638 2005-10-28  Simon Josefsson  <jas@extundo.com>
45639
45640         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
45641         "restrict" keywords, as per POSIX.  Protect the function
45642         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
45643         Don't use K&R prototypes.  Check the sprintf return values.
45644         Re-define EAFNOSUPPORT if not present.  Indent.
45645
45646         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
45647         suggested by Bruno Haible <bruno@clisp.org>.
45648
45649         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
45650
45651         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
45652
45653         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
45654         libgcrypt).
45655
45656         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
45657
45658         * lib/md2.h, lib/md2.c: New files.
45659
45660 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
45661
45662         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
45663         errno alone.  Problem reported by Frederic Jolliton.
45664
45665 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
45666
45667         * modules/verify (License): Change from GPL to LGPL.  This is a
45668         tiny module and there are apparently near-equivalents that are
45669         under the BSD license.
45670
45671 2005-10-24  Simon Josefsson  <jas@extundo.com>
45672
45673         * modules/sha1: Relicense to LGPL.
45674
45675 2005-10-24  Simon Josefsson  <jas@extundo.com>
45676
45677         * lib/md4.h: Shrink buffer size, now that we changed the type.
45678
45679 2005-10-23  Simon Josefsson  <jas@extundo.com>
45680
45681         * gnulib-tool (func_import): Fix --tests-base.
45682
45683 2005-10-22  Simon Josefsson  <jas@extundo.com>
45684
45685         * modules/arcfour (Depends-on): Need stdint.
45686
45687 2005-10-22  Simon Josefsson  <jas@extundo.com>
45688
45689         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
45690         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
45691
45692 2005-10-22  Simon Josefsson  <jas@extundo.com>
45693
45694         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
45695         suggested by Bruno Haible <bruno@clisp.org>.
45696
45697 2005-10-22  Simon Josefsson  <jas@extundo.com>
45698
45699         * lib/crc.h: Include stddef.h, for size_t.
45700
45701 2005-10-22  Simon Josefsson  <jas@extundo.com>
45702
45703         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
45704         arcfour_context struct (simplify test vector testing in GNU
45705         Shishi).
45706
45707 2005-10-21  Simon Josefsson  <jas@extundo.com>
45708
45709         * modules/des, modules/des-tests: New files.
45710
45711         * modules/gc-des, modules/gc-des-tests: New files.
45712
45713         * tests/test-des.c, tests/test-gc-des.c: New file.
45714
45715 2005-10-21  Simon Josefsson  <jas@extundo.com>
45716
45717         * modules/arctwo, modules/arctwo-tests: New files.
45718
45719         * tests/test-arctwo.c: New file.
45720
45721         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
45722
45723         * tests/test-gc-arctwo.c: New file.
45724
45725 2005-10-21  Simon Josefsson  <jas@extundo.com>
45726
45727         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
45728         Bruno Haible <bruno@clisp.org>.
45729
45730         * m4/gc-des.m4: New file.
45731
45732 2005-10-21  Simon Josefsson  <jas@extundo.com>
45733
45734         * m4/arctwo.m4: New file.
45735
45736         * m4/gc-arctwo.m4: New file.
45737
45738 2005-10-21  Simon Josefsson  <jas@extundo.com>
45739
45740         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
45741         block.
45742
45743 2005-10-21  Simon Josefsson  <jas@extundo.com>
45744
45745         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
45746         <bruno@clisp.org>.
45747
45748         * lib/hmac-sha1.c (hmac_sha1): Likewise.
45749
45750         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
45751         Bruno Haible <bruno@clisp.org>.
45752
45753         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
45754         <bruno@clisp.org>.
45755
45756 2005-10-21  Simon Josefsson  <jas@extundo.com>
45757
45758         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
45759
45760 2005-10-21  Simon Josefsson  <jas@extundo.com>
45761
45762         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
45763
45764 2005-10-21  Simon Josefsson  <jas@extundo.com>
45765
45766         * lib/des.h, lib/des.c: New files.
45767
45768         * lib/gc-gnulib.c: Support DES.c
45769
45770 2005-10-21  Simon Josefsson  <jas@extundo.com>
45771
45772         * lib/arctwo.h, lib/arctwo.c: New files.
45773
45774         * lib/gc-gnulib.c: Support ARCTWO.
45775
45776 2005-10-21  Simon Josefsson  <jas@extundo.com>
45777
45778         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
45779         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45780
45781 2005-10-21  Simon Josefsson  <jas@extundo.com>
45782
45783         * gnulib-tool (func_import, func_create_testdir): Define automake
45784         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
45785         Makefile.am snippet),
45786         suggested by Bruno Haible <bruno@clisp.org>.
45787
45788         * modules/gc (Makefile.am): Use it.
45789
45790 2005-10-21  Bruno Haible  <bruno@clisp.org>
45791
45792         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
45793         patch.
45794
45795 2005-10-19  Simon Josefsson  <jas@extundo.com>
45796
45797         * tests/test-gc-rijndael.c: New file.
45798
45799         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
45800
45801 2005-10-19  Simon Josefsson  <jas@extundo.com>
45802
45803         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
45804         interface too.
45805
45806 2005-10-19  Simon Josefsson  <jas@extundo.com>
45807
45808         * tests/test-gc-arcfour.c: New file.
45809
45810         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
45811
45812 2005-10-19  Simon Josefsson  <jas@extundo.com>
45813
45814         * modules/gc-md4, modules/gc-md4-tests: New file.
45815
45816         * tests/test-gc-md4.c: New file.
45817
45818 2005-10-19  Simon Josefsson  <jas@extundo.com>
45819
45820         * m4/gc-md4.m4: New file.
45821
45822 2005-10-19  Simon Josefsson  <jas@extundo.com>
45823
45824         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
45825         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
45826         <kasal@ucw.cz>.
45827
45828 2005-10-19  Simon Josefsson  <jas@extundo.com>
45829
45830         * m4/gc-arcfour.m4: New file.
45831
45832         * m4/gc-rijndael.m4: New file.
45833
45834 2005-10-19  Simon Josefsson  <jas@extundo.com>
45835
45836         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
45837
45838 2005-10-19  Simon Josefsson  <jas@extundo.com>
45839
45840         * lib/gc-gnulib.c: Support ARCFOUR.
45841
45842 2005-10-19  Simon Josefsson  <jas@extundo.com>
45843
45844         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
45845         support.
45846
45847         * lib/gc.h: Add ECB enum type.
45848
45849         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
45850
45851 2005-10-18  Simon Josefsson  <jas@extundo.com>
45852
45853         * tests/test-md5.c: New file.
45854
45855         * modules/md5-tests: New file.
45856
45857 2005-10-18  Simon Josefsson  <jas@extundo.com>
45858
45859         * tests/test-md4.c: New file.
45860
45861         * modules/md4, modules/md4-tests: New files.
45862
45863 2005-10-18  Simon Josefsson  <jas@extundo.com>
45864
45865         * m4/md4.m4: New file.
45866
45867 2005-10-18  Simon Josefsson  <jas@extundo.com>
45868
45869         * lib/md4.h, lib/md4.c: New files, based on md5.?.
45870
45871 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
45872
45873         * gnulib-tool (func_create_testdir): Omit the second check whether
45874         BUILT_SOURCES in nonempty.
45875
45876 2005-10-17  Simon Josefsson  <jas@extundo.com>
45877
45878         * tests/test-rijndael.c: New file.
45879
45880 2005-10-17  Simon Josefsson  <jas@extundo.com>
45881
45882         * modules/sha1: Depend on stdint instead of md5.
45883
45884         * modules/md5: Depend on stdint, remove uint32_t.
45885
45886 2005-10-17  Simon Josefsson  <jas@extundo.com>
45887
45888         * modules/gc-sha1-tests: New file.
45889
45890         * tests/test-gc-sha1.c: New file.
45891
45892 2005-10-17  Simon Josefsson  <jas@extundo.com>
45893
45894         * m4/md5.m4: Remove call to uint32_t.m4.
45895
45896 2005-10-17  Simon Josefsson  <jas@extundo.com>
45897
45898         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
45899
45900         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
45901         md5.h.
45902
45903         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
45904
45905         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
45906
45907 2005-10-17  Simon Josefsson  <jas@extundo.com>
45908
45909         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
45910
45911 2005-10-17  Simon Josefsson  <jas@extundo.com>
45912
45913         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
45914
45915 2005-10-17  Simon Josefsson  <jas@extundo.com>
45916
45917         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
45918
45919         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
45920
45921 2005-10-17  Bruno Haible  <bruno@clisp.org>
45922
45923         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
45924         that it can also be used in a test.
45925
45926 2005-10-16  Bruno Haible  <bruno@clisp.org>
45927
45928         * gnulib-tool (func_emit_tests_Makefile_am): Also define
45929         TESTS_ENVIRONMENT, so that individual tests can augment it.
45930
45931         * gnulib-tool (func_create_testdir): Use an intermediate target for
45932         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
45933         macros, like $(ALLOCA_H), which cannot be passed through the command
45934         line.
45935
45936 2005-10-15  Simon Josefsson  <jas@extundo.com>
45937
45938         * modules/rijndael-tests: New file.
45939
45940         * modules/rijndael: New file.
45941
45942 2005-10-15  Simon Josefsson  <jas@extundo.com>
45943
45944         * m4/rijndael.m4: New file.
45945
45946 2005-10-15  Simon Josefsson  <jas@extundo.com>
45947
45948         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
45949
45950         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
45951
45952 2005-10-14  Simon Josefsson  <jas@extundo.com>
45953
45954         * tests/test-arcfour.c: New file.
45955
45956         * modules/arcfour, modules/arcfour-tests: New files.
45957
45958 2005-10-14  Simon Josefsson  <jas@extundo.com>
45959
45960         * m4/arcfour.m4: New file.
45961
45962 2005-10-14  Simon Josefsson  <jas@extundo.com>
45963
45964         * lib/arcfour.h, lib/arcfour.c: New files.
45965
45966 2005-10-14  Roland McGrath  <roland@redhat.com>
45967
45968         Import from libc.  [BZ #1331]
45969         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
45970         macro argument.
45971         Reported by Matej Vela <vela@debian.org>.
45972
45973 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45974
45975         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
45976         include <wchar.h>; no longer needed.
45977
45978 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45979
45980         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
45981
45982 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
45983         and  Ulrich Drepper  <drepper@redhat.com>
45984
45985         Import from libc.
45986         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
45987         instead of inline stream orientation test and two separate
45988         function calls.  Pay no attention to USE_IN_LIBIO.
45989
45990 2005-10-13  Simon Josefsson  <jas@extundo.com>
45991
45992         * modules/gc-hmac-md5-tests: New file.
45993
45994         * tests/test-gc-hmac-sha1.c: New file.
45995
45996         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
45997
45998         * modules/gc-hmac-md5-tests: New file.
45999
46000         * tests/test-gc-md5.c: New file.
46001
46002         * modules/gc-md5-tests: New file.
46003
46004 2005-10-13  Simon Josefsson  <jas@extundo.com>
46005
46006         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
46007         Move memory allocation outside of loop.
46008
46009 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
46010
46011         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
46012         intermediate directory is in a read-only file system.  Problem
46013         reported by Eric Blake.
46014
46015 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
46016
46017         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
46018
46019 2005-10-12  Simon Josefsson  <jas@extundo.com>
46020
46021         * tests/test-hmac-sha1.c: New file.
46022
46023         * modules/hmac-sha1-tests: New file.
46024
46025         * modules/hmac-sha1: New file.
46026
46027 2005-10-12  Simon Josefsson  <jas@extundo.com>
46028
46029         * modules/gc-sha1: New file.
46030
46031 2005-10-12  Simon Josefsson  <jas@extundo.com>
46032
46033         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
46034
46035         * tests/test-gc-pbkdf2-sha1.c: New file.
46036
46037 2005-10-12  Simon Josefsson  <jas@extundo.com>
46038
46039         * modules/gc-md5, modules/gc-hmac-md5: New files.
46040
46041         * modules/gc (Files): Remove md5, memxor and hmac files.
46042
46043 2005-10-12  Simon Josefsson  <jas@extundo.com>
46044
46045         * m4/gc-pbkdf2-sha1.m4: New file.
46046
46047         * m4/gc-hmac-sha1.m4: New file.
46048
46049         * m4/gc-sha1: New file.
46050
46051         * m4/hmac-sha1.m4: New file.
46052
46053 2005-10-12  Simon Josefsson  <jas@extundo.com>
46054
46055         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
46056
46057         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
46058
46059 2005-10-12  Simon Josefsson  <jas@extundo.com>
46060
46061         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
46062         suggested by Bruno Haible <bruno@clisp.org>.
46063
46064 2005-10-12  Simon Josefsson  <jas@extundo.com>
46065
46066         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
46067
46068 2005-10-12  Simon Josefsson  <jas@extundo.com>
46069
46070         * lib/gc-pbkdf2-sha1.c: New file.
46071
46072         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
46073
46074 2005-10-12  Simon Josefsson  <jas@extundo.com>
46075
46076         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
46077
46078         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
46079
46080 2005-10-12  Simon Josefsson  <jas@extundo.com>
46081
46082         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
46083         GC_USE_HMAC_MD5, respectively.
46084
46085         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
46086         (gc_md5): Fix typo.
46087
46088         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
46089
46090         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
46091
46092         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
46093
46094 2005-10-12  Bruno Haible  <bruno@clisp.org>
46095
46096         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
46097         Reported by Stepan Kasal <kasal@ucw.cz>.
46098
46099 2005-10-11  Simon Josefsson  <jas@extundo.com>
46100
46101         * tests/test-crc.c: New file.
46102
46103         * modules/crc, modules/crc-tests: New files.
46104
46105 2005-10-11  Simon Josefsson  <jas@extundo.com>
46106
46107         * m4/crc.m4: New file.
46108
46109 2005-10-11  Simon Josefsson  <jas@extundo.com>
46110
46111         * lib/gc.h: Add gc_hash and gc_hash_buffer.
46112
46113         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
46114
46115         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
46116
46117 2005-10-11  Simon Josefsson  <jas@extundo.com>
46118
46119         * lib/crc.h, lib/crc.c: New files.
46120
46121         * lib/gc.h (gc_hash_buffer): Add doc.
46122
46123 2005-10-11  Bruno Haible  <bruno@clisp.org>
46124
46125         * modules/c-strcasestr: New file.
46126         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
46127
46128 2005-10-11  Bruno Haible  <bruno@clisp.org>
46129
46130         * modules/c-strcase: New file.
46131         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
46132
46133 2005-10-11  Bruno Haible  <bruno@clisp.org>
46134
46135         * lib/strcasecmp.c: Include limits.h.
46136         (strcasecmp): Avoid integer overflow on exotic platforms.
46137         * lib/strncasecmp.c: Include limits.h.
46138         (strncasecmp): Avoid integer overflow on exotic platforms.
46139         Reported by Paul Eggert.
46140
46141 2005-10-11  Bruno Haible  <bruno@clisp.org>
46142
46143         * lib/c-strcasestr.h: New file, from GNU gettext.
46144         * lib/c-strcasestr.c: New file, from GNU gettext.
46145
46146 2005-10-11  Bruno Haible  <bruno@clisp.org>
46147
46148         * lib/c-strcase.h: New file, from GNU gettext.
46149         * lib/c-strcasecmp.c: New file, from GNU gettext.
46150         * lib/c-strncasecmp.c: New file, from GNU gettext.
46151
46152 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
46153
46154         * modules/mempcpy (License): GPL -> LGPL.
46155         * modules/strchrnul (License): Likewise.
46156         * modules/sysexits (License): Likewise.
46157
46158 2005-10-08  Simon Josefsson  <jas@extundo.com>
46159
46160         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
46161
46162 2005-10-07  Simon Josefsson  <jas@extundo.com>
46163
46164         * m4/memxor.m4: Remove gl_C_RESTRICT call.
46165
46166 2005-10-06  Simon Josefsson  <jas@extundo.com>
46167
46168         * tests/test-hmac-md5.c: New file.
46169
46170         * modules/hmac-md5-tests: New file.
46171
46172         * modules/hmac-md5: New file.
46173
46174 2005-10-06  Simon Josefsson  <jas@extundo.com>
46175
46176         * m4/hmac-md5.m4: New file.
46177
46178         * m4/memxor.m4: Require gl_C_RESTRICT.
46179
46180 2005-10-06  Simon Josefsson  <jas@extundo.com>
46181
46182         * lib/memxor.c (memxor): Avoid casts and warnings.
46183
46184 2005-10-06  Simon Josefsson  <jas@extundo.com>
46185
46186         * lib/hmac-md5.c: New file.
46187
46188         * lib/hmac.h: New file.
46189
46190 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
46191
46192         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
46193         promotes to int, not unsigned int, to catch the AIX 5.3
46194         compiler bug.
46195
46196 2005-10-05  Simon Josefsson  <jas@extundo.com>
46197
46198         * modules/memxor: New file.
46199
46200         * modules/iconv (Files): Move config.rpath to havelib, it is used
46201         there.
46202
46203         * modules/havelib (Files): Add config.rpath.
46204
46205 2005-10-05  Simon Josefsson  <jas@extundo.com>
46206
46207         * m4/memxor.m4: New file.
46208
46209 2005-10-05  Simon Josefsson  <jas@extundo.com>
46210
46211         * lib/memxor.c (memxor): Fix compiler error.
46212
46213         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
46214         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
46215
46216         * lib/memxor.h, lib/memxor.c: New files.
46217
46218         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
46219         we assume all systems have it, suggested by Jim Meyering
46220         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
46221         any systems lack sys/socket.h; mingw32 is known to lack it, but we
46222         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
46223         same reasons.
46224
46225 2005-10-05  Simon Josefsson  <jas@extundo.com>
46226
46227         * config/srclist.txt: Add glibc bug 1423 for md5.h.
46228
46229 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
46230
46231         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
46232         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
46233         needed, since the source code now assumes these .h files.
46234
46235 2005-10-05  Derek Price  <derek@ximbiot.com>
46236
46237         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
46238
46239 2005-10-05  Bruno Haible  <bruno@clisp.org>
46240
46241         * modules/stdint (License): Change to LGPL.
46242
46243 2005-10-04  Simon Josefsson  <jas@extundo.com>
46244
46245         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
46246         D. Baushke" <mdb@gnu.org>.
46247
46248 2005-10-04  Bruno Haible  <bruno@clisp.org>
46249
46250         * lib/verify.h (verify_true): Provide alternative definition for C++.
46251
46252 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
46253
46254         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
46255         (SSIZE_MAX): New macro, if not already defined.
46256         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
46257         than 2 GiB.
46258
46259 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
46260
46261         Sync from coreutils.
46262         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
46263         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
46264         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
46265         ULLONG_MAX doesn't work with 2.7.2.1.
46266
46267 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
46268
46269         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
46270         From Ben Pfaff.
46271
46272         * modules/exclude (Depends-on): Depend on verify.
46273         * modules/strtoimax (Depends-on): Likewise.
46274         * modules/utimecmp (Depends-on): Likewise.
46275
46276 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
46277
46278         * lib/exclude.c: Include verify.h.
46279         (verify): Remove.  All callers changed to use verify.h's version.
46280         * lib/strtoimax.c: Likewise.
46281         * lib/utimecmp.c: Likewis.e
46282
46283         Sync from coreutils.
46284         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
46285         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
46286         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
46287         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
46288         bother returning ENOSYS if settimeofday or stime fails; just let
46289         them return whatever errno they want to return.
46290         * lib/utimens.c: Include unistd.h, for dup2.
46291         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
46292         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
46293
46294 2005-10-02  Jim Meyering  <jim@meyering.net>
46295
46296         Sync from coreutils.
46297         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
46298         from glibc-2.2.5 that fails for read-only files.
46299
46300 2005-10-02  Jim Meyering  <jim@meyering.net>
46301
46302         Sync from coreutils.
46303         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
46304         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
46305         `#if HAVE_CONFIG_H'.
46306         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
46307         Remove AT_FDCWD test.
46308         Do not consume the fd unless successful.
46309         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
46310         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
46311         block, so that we don't even try to compile it if settimeofday is
46312         available.  This works around a compilation failure on OSF1 V5.1,
46313         due to stime requiring a `long int*' while tv_sec is `int'.
46314
46315 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
46316
46317         Sync from coreutils.
46318         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
46319         against `yes', rather than just testing for nonempty.
46320
46321 2005-10-01  Simon Josefsson  <jas@extundo.com>
46322
46323         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
46324         and Darwin.
46325
46326         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
46327         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
46328         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
46329         freeaddrinfo and gai_strerror are declared by the POSIX headers.
46330         Check if struct addrinfo is declared.
46331
46332 2005-10-01  Simon Josefsson  <jas@extundo.com>
46333
46334         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
46335         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
46336         AI_* and EAI_* definitions.  Protect function declarations.
46337
46338 2005-10-01  Jim Meyering  <jim@meyering.net>
46339
46340         Sync from coreutils.
46341
46342         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
46343         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
46344         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
46345         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
46346         in the inet and nsl libraries.  Required on Solaris 5.7.
46347
46348 2005-10-01  Jim Meyering  <jim@meyering.net>
46349
46350         Sync from coreutils.
46351         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
46352         in the inet and nsl libraries.  Required on Solaris 5.7.
46353
46354 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
46355
46356         * lib/getdelim.c (getdelim): Remove unused variables.
46357
46358 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
46359
46360         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
46361         so that the code works even with ancient cpp.  Portability problem
46362         with GCC 2.7.2.1 reported by Thomas M.Ott.
46363
46364 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
46365
46366         * modules/regex (Depends-on): Add strcase.
46367
46368         * modules/gethostname (Licence): Change from GPL to LGPL, since
46369         gethostname.c is a trivial implementation of a standard library
46370         function.
46371         * modules/poll (License): Change from GPL to LGPL, since it's
46372         derived from LGPL code.
46373
46374 2005-09-27  Jim Meyering  <jim@meyering.net>
46375
46376         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
46377         HAVE_CONFIG_H.
46378
46379         * lib/intprops.h (signed_type_or_expr__): Define.
46380         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
46381         for unsigned types.
46382
46383 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
46384
46385         * lib/verify.h (verify_expr): Remove, replacing with:
46386         (verify_true): New macro that returns true instead of void.
46387         (verify_type__): Remove.
46388         (verify): Use verify_true rather than verify_type__.
46389
46390 2005-09-26  Bruno Haible  <bruno@clisp.org>
46391
46392         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
46393         is necessary.
46394         (lib_SOURCES): Remove mbchar.c.
46395         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
46396         (Files): Add m4/mbrtowc.m4.
46397         * modules/mbiter: Likewise.
46398         * modules/mbuiter: Likewise.
46399
46400 2005-09-26  Bruno Haible  <bruno@clisp.org>
46401
46402         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
46403         compile mbchar.c if they are not both present.
46404         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
46405         * m4/mbiter.m4 (gl_MBITER): Likewise.
46406         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
46407         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
46408         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
46409
46410 2005-09-25  Jim Meyering  <jim@meyering.net>
46411
46412         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
46413         also uses socklen_t.
46414
46415 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
46416
46417         * lib/utimens.c (ENOSYS): Define if not already defined.
46418         (futimens): Support having a null PATH if the file descriptor
46419         is nonnegative.
46420
46421         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
46422         Remove.
46423         (__attribute): Define to empty unless GCC 3.1 or later.
46424         This works around a core dump on OpenBSD 3.4, which has GCC
46425         2.95.3, which dumps core when given __attribute__(()).  It also
46426         simplifies other tests, since we really don't want to bother with
46427         worrying about which ancient version of GCC supported what.
46428         Original problem reported by Yoann Vandoorselaere, with part of
46429         the fix suggested by Derek Price.
46430
46431 2005-09-24  Jim Meyering  <jim@meyering.net>
46432
46433         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
46434         so we can once again use a positive bitfield width of 1 -- now we
46435         don't have to explain why we were using a bitfield width of 2.
46436
46437 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
46438
46439         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
46440         and similarly for the other external symbols.  Problem reported
46441         by James Gallager.
46442
46443         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
46444         bug reported by Jim Meyering.
46445
46446         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
46447         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
46448         not needed, since socklen is a prerequisite module.
46449
46450 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
46451
46452         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
46453         Problem reported by Eric Blake.
46454         (getaddrinfo): Initialize se so that it's not garbage.
46455         Redo internal storage allocation so that it doesn't make unportable
46456         assumptions about alignment.
46457         Fix a memory leak.
46458
46459         * lib/utimens.c (futimens): Use futimesat if available.
46460         Prefer it to futimes since it doesn't have the futimes bug.
46461
46462         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
46463         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
46464         Instead, declare a function that returns a pointer to an array,
46465         and use verify_type__ to declare the size of the array.
46466         Problem and germ of a solution reported by Bruno Haible.
46467         (verify_type__): Use 2, not 1, for bitfield size, to avoid
46468         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
46469
46470 2005-09-23  Jim Meyering  <jim@meyering.net>
46471
46472         Sync from coreutils.
46473         Correct build failure (socklen_t not defined) on at least
46474         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
46475         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
46476
46477 2005-09-23  Jim Meyering  <jim@meyering.net>
46478
46479         * modules/getaddrinfo (Depends-on): Add socklen.
46480
46481 2005-09-23  Bruno Haible  <bruno@clisp.org>
46482
46483         * tests/test-verify.c: New file.
46484
46485 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46486
46487         Sync from coreutils.
46488
46489         * modules/argmatch (Depends-on): Add verify.
46490         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
46491         unistd-safer.
46492         * modules/save-cwd (Depends-on): Likewise.
46493
46494         * modules/openat (Files): Add lib/openat-die.c.
46495         (Depends-on): Remove error, exitfail.
46496         Add dirname.
46497
46498         * modules/verify: New file.
46499         * MODULES.html.sh (Diagnostics <assert.h>): New section,
46500         with "verify" module.
46501
46502 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46503
46504         Sync from coreutils.
46505
46506         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
46507         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
46508         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
46509         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
46510         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
46511         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
46512         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
46513         Don't bother checking for string.h, stdlib.h, unistd.h.
46514         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
46515         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
46516         module's job.
46517         * m4/jm-macros.m4 (gl_MACROS): Likewise.
46518         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
46519
46520         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
46521         (gl_GETDATE): Use it.
46522
46523         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
46524
46525 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46526
46527         Sync from coreutils.
46528
46529         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
46530         stat-time.h.
46531         * lib/argmatch.h: Include verify.h
46532         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
46533         (ARGMATCH_ASSERT): Remove; unused.
46534         * lib/canonicalize.c: Assume STDC_HEADERS.
46535         * lib/exclude.c: Include "strcase.h".
46536         * lib/regex_internal.h [!defined _LIBC]: Likewise.
46537         * lib/getusershell.c: Include stdio--.h rather than stdio.h
46538         and stdio-safer.h.
46539         (getusershell): Call fopen, not fopen_safer.
46540         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
46541         Do not include unistd-safer.h.
46542         (save_cwd): Don't call fd_safer; no longer needed
46543         now that we include fcntl--.h.
46544
46545         * lib/getdate.y (relative_time): New type.
46546         (RELATIVE_TIME_0): New constant.
46547         (parser_control): Use relative_time instead of doing it ourselves.
46548         (%union): Add new relative_time rel member.
46549         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
46550         Now typeless.
46551         (relunit, relunit_snumber): Now of type rel.
46552         (zone, rel, relunit, get_date): Adjust to above changes.
46553
46554         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
46555         Do not include unistd-safer.h.
46556         (getloadavg): Don't call fd_safer; no longer needed
46557         now that we include fcntl--.h.
46558
46559         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
46560         (make_dir_parents): Treat ENOSYS like EEXIST.
46561
46562         Improve quality of diagnostics on restore_cwd failure.
46563         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
46564         (make_dir_parents): Last arg is now int * (for errno), not bool *.
46565         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
46566         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
46567         each time through the loop.  Do not diagnose restore_cwd failure;
46568         that is the caller's job (and perhaps the caller does not care).
46569
46570         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
46571         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
46572         If the file already exists but is not a directory, don't bother
46573         to try to make its parents.
46574         Close potential file descriptor leak if we can't chdir("/") (!).
46575         Don't always return true if chdir($PWD) fails; return true only
46576         if the requested action was done successfully (except for the
46577         chdir($PWD)).
46578         Don't log final directory unless we actually made it.
46579         Refactor to avoid duplicate code to fix up permissions.
46580         Don't attempt to fix up parent permissions if chdir($PWD) fails.
46581
46582         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
46583         to make it a bit faster and (I hope) clearer.
46584         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
46585         Fix bug in formats like %2N.
46586
46587         * lib/verify.h: New file.
46588
46589 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46590
46591         Sync from coreutils.
46592         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
46593
46594 2005-09-22  Jim Meyering  <jim@meyering.net>
46595
46596         Sync from coreutils.
46597
46598         * m4/lstat.m4 (gl_FUNC_LSTAT):
46599         Use AC_LIBSOURCES to require lstat.c and lstat.h.
46600         Remove obsolete comment.
46601         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
46602         * m4/xstrtod.m4: Likewise.
46603
46604         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
46605
46606 2005-09-22  Jim Meyering  <jim@meyering.net>
46607
46608         Sync from coreutils.
46609
46610         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
46611
46612         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
46613         the .tm_year member, since otherwise gcc-4.0 would now warn about
46614         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
46615
46616         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
46617         order to avoid an unsuppressible warning from gcc on 64-bit systems.
46618
46619         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
46620         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
46621         when run in a time zone for which daylight savings time is in effect
46622         for the starting date.
46623
46624         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
46625         stop us from restricting permissions of just-created absolute-named
46626         directories.
46627         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
46628         to restore initial working directory.
46629         * lib/mkdir-p.c (make_dir_parents): New parameter:
46630         different_working_dir, to tell caller if/when we change the working
46631         directory and are unable to return to the initial one.
46632         * lib/mkdir-p.h (make_dir_parents): Update prototype.
46633         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
46634         `return false'.  This fixes a bug introduced on 2004-07-30.
46635
46636         * lib/openat.c (fdopendir): Be sure to close the supplied
46637         file descriptor before returning.  This makes our replacement
46638         implementation a little closer to Solaris's, where fdopendir
46639         ties the file descriptor to the returned DIR* pointer.
46640         * lib/openat.c (unlinkat): New function.
46641         * lib/openat.h (unlinkat): Add prototype.
46642         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
46643         (openat_restore_fail): Rename from openat_restore_die.
46644         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
46645
46646         Provide an alternative to exiting immediately upon save_cwd or
46647         restore_cwd failure.  Now, an application can arrange e.g.,
46648         to perform a longjump in that case.
46649         * lib/openat.c: Include dirname.h.
46650         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
46651         (rpl_openat, fdopendir, fstatat): Call openat_save_die
46652         and openat_restore_die rather than calling error directly.
46653         Don't include "error.h" or "exitfail.h"; they're no longer needed.
46654
46655         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
46656         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
46657         define.
46658
46659         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
46660         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
46661                             int utc, int nanoseconds);
46662         Background:
46663         date should not have to allocate a megabyte of virtual memory to
46664         handle a format argument like +%1048575T.  When implemented with
46665         strftime, it must allocate such a buffer, use strftime to fill it
46666         in, print it, then free it.
46667         With fprintftime, it simply prints everything and exits.
46668         With no need for memory allocation, that's one fewer way to fail.
46669         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
46670         optional field width, not before, so we accept %9:z, not %:9z.
46671         (my_strftime): Be sure to use L_('x') for literals.
46672
46673         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
46674         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
46675         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
46676         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
46677         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
46678         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
46679         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
46680         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
46681         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
46682         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
46683         * lib/xgethostname.c, lib/xreadlink.c:
46684         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
46685
46686         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
46687         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
46688         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
46689         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
46690         and don't include <sys/file.h>).
46691
46692 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
46693
46694         Sync from coreutils.
46695
46696         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
46697         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
46698         [!LDAV_DONE]: Avoid unused variable warning.
46699
46700 2005-09-21  Bruno Haible  <bruno@clisp.org>
46701
46702         * lib/unicodeio.h (unicode_to_mb): New declaration.
46703
46704 2005-09-20  Derek Price  <derek@ximbiot.com>
46705
46706         * lib/getaddrinfo.c: Don't include <netdb.h> included from
46707         getaddrinfo.h.
46708
46709 2005-09-20  Bruno Haible  <bruno@clisp.org>
46710
46711         * gnulib-tool: Remove trailing slashes from the values specified for
46712         --source-base, --m4-base, --tests-base, --aux-dir.
46713         Suggested by Simon Josefsson <jas@extundo.com>.
46714
46715 2005-09-20  Bruno Haible  <bruno@clisp.org>
46716
46717         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
46718         func_modules_to_filelist, func_import, func_create_testdir): Make all
46719         sorting results locale-independent, so that gnulib-cache.m4 doesn't
46720         change when gnulib-tool is invoked in a different locale.
46721
46722 2005-09-19  Simon Josefsson  <jas@extundo.com>
46723
46724         * m4/socklen.m4: Fix typo.
46725
46726 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46727
46728         Use a consistent style for including <config.h>.
46729         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
46730         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
46731         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
46732         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
46733         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
46734         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
46735         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
46736         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
46737         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
46738         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
46739         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
46740         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
46741         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
46742         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
46743         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
46744         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
46745         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
46746         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
46747         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
46748         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
46749         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
46750         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
46751         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
46752         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
46753         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
46754         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
46755         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
46756         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
46757         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
46758         lib/xstrtoumax.c, lib/yesno.c:
46759         Standardize inclusion of config.h.
46760         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
46761         lib/inttostr.h:  Removed inclusion of config.h from header files.
46762         * lib/inttostr.c:  Adjusted in-tree users.
46763         * lib/timespec.h: Remove superfluous warning to include config.h.
46764         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
46765         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
46766         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
46767         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
46768         config.h with HAVE_CONFIG_H.
46769
46770 2005-09-19  Jim Meyering  <jim@meyering.net>
46771
46772         * modules/pathmax (License): Change to LGPL.
46773
46774 2005-09-19  Derek Price  <derek@ximbiot.com>
46775
46776         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
46777
46778 2005-09-19  Bruno Haible  <bruno@clisp.org>
46779
46780         * gnulib-tool (import): Provide default for --tests-base.
46781
46782 2005-09-19  Bruno Haible  <bruno@clisp.org>
46783
46784         * doc/quote.texi: New file, extracted from gnulib.texi.
46785         * doc/ctime.texi: New file, extracted from gnulib.texi.
46786         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
46787         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
46788         * doc/gnulib.texi: Include them.
46789
46790 2005-09-18  Bruno Haible  <bruno@clisp.org>
46791
46792         Portability fix.
46793         * gnulib-tool (func_readlink): New function.
46794         (func_ln_if_changed): Use it.
46795
46796 2005-09-18  Bruno Haible  <bruno@clisp.org>
46797
46798         * gnulib-tool: Support --with-tests also with --import.
46799         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
46800         (func_import): Use variables $testsbase and $inctests. Emit a
46801         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
46802         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
46803         SUBDIRS += $testsdir.
46804         (func_create_testdir): Update.
46805
46806 2005-09-18  Bruno Haible  <bruno@clisp.org>
46807
46808         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
46809         instead of $dry_run.
46810         (func_cp_if_changed, func_mv_if_changed): Remove functions.
46811         (func_ln_if_changed): Don't handle dry-run here.
46812         (func_import): In dry-run mode, detect more precisely which actions
46813         would be performed, and don't use "...ing" verbs.
46814
46815 2005-09-18  Bruno Haible  <bruno@clisp.org>
46816
46817         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
46818         (func_import): Use join on two temporary files instead of three nested
46819         loops, in order to determine which files are new or old.
46820
46821 2005-09-18  Bruno Haible  <bruno@clisp.org>
46822
46823         * gnulib-tool (func_import): Comment out code that spits out the
46824         new files with --dry-run.
46825
46826 2005-09-18  Bruno Haible  <bruno@clisp.org>
46827
46828         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
46829
46830 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46831
46832         * lib/stat-time.h: New file.
46833         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
46834         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
46835         in a different way.
46836         (timespec_cmp): New function.
46837         * lib/utimecmp.c: Include stat-time.h.
46838         (SYSCALL_RESOLUTION): Depend on whether various struct stat
46839         members exist, not on the obsolescent ST_MTIM_NSEC.
46840         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
46841
46842 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46843
46844         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
46845
46846 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46847
46848         * MODULES.html.sh (File system functions): Add stat-time.
46849         * modules/stat-time: New file.
46850         * modules/timespec (Files): Remove m4/st_mtim.m4; this
46851         is now done in a different way, by the stat-time module.
46852         * modules/utimecmp (Depends-on): Add stat-time.
46853
46854 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
46855
46856         * m4/st_mtim.m4: Remove.  Superseded by...
46857         * m4/stat-time.m4: New file.
46858         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
46859         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
46860
46861 2005-09-15  Derek Price  <derek@ximbiot.com>
46862
46863         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
46864
46865 2005-09-15  Derek Price  <derek@ximbiot.com>
46866
46867         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
46868         * lib/regex_internal.c: Ditto, using this...
46869         (__GNUC_PREREQ): ...new macro.
46870         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
46871         using...
46872         (__GNUC_PREREQ): ...this new macro.
46873
46874         * lib/strstr.h: Include string.h. Define strstr as a macro here.
46875
46876 2005-09-15  Derek Price  <derek@ximbiot.com>
46877             Paul Eggert  <eggert@cs.ucla.edu>
46878
46879         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
46880         changes, consolidating in...
46881         * lib/regex_internal.h: ...this file.
46882
46883 2005-09-13  Jim Meyering  <jim@meyering.net>
46884
46885         * lib/canon-host.c: Filter through gnu indent and reword comments
46886         slightly.
46887         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
46888
46889 2005-09-13  Derek Price  <derek@ximbiot.com>
46890
46891         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
46892         failure.
46893         Reported by Jim Meyering  <jim@meyering.net>.
46894
46895 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46896
46897         * lib/base64.c: Typo.
46898         (base64_encode): Put b64str in initialized data section.
46899
46900 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
46901
46902         Merge glibc and coreutils changes into gnulib, plus a few
46903         extra fixes.
46904         * lib/md5.c: Use #error rather than a string.
46905         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
46906         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
46907         (__attribute__): Define to empty for non recent-GCC.
46908         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
46909         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
46910         Renamed from their non-__ counterparts, with new macros replacing
46911         them if not _LIBC.  Add __THROW attribute.
46912         (rol): Remove.
46913         (struct md5_ctx): Align buffer if using GCC.
46914         * lib/sha1.h (struct sha1_ctx): Likewise.
46915         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
46916         The old name was backwards.
46917         (NOTSWAP): Remove; not used.
46918         (rol): New macro, moved here from md5.h.
46919         (sha1_process_block): Remove a FIXME that doesn't make sense.
46920
46921 2005-09-12  Derek Price  <derek@ximbiot.com>
46922
46923         Return usable errors from canon-host.
46924         * lib/canon-host.h: New file.
46925         * lib/canon-host.c (canon_host): Wrap...
46926         (canon_host_r): ...this new function, which now relies exclusively on
46927         getaddrinfo.
46928         (ch_strerror): New function.
46929         (last_cherror): New global.
46930         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
46931         interface.
46932         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
46933         void *.
46934         (freeaddrinfo): Free ai->ai_canonname when set.
46935
46936 2005-09-12  Derek Price  <derek@ximbiot.com>
46937
46938         Make canon-host require getaddrinfo.
46939         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
46940         AC_LIBSOURCE canon-host.h.  Call...
46941         (gl_PREREQ_CANON_HOST): ...this new function, which requires
46942         gl_GETADDRINFO.
46943         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
46944
46945 2005-09-12  Derek Price  <derek@ximbiot.com>
46946
46947         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
46948         LGPL.
46949         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
46950
46951 2005-09-12  Derek Price  <derek@ximbiot.com>
46952
46953         * lib/gai_strerror.c: Include config.h when available.  Include
46954         getaddrinfo.h before other headers to test interface.
46955         Reported by Larry Jones <lawrence.jones@ugs.com>.
46956
46957 2005-09-12  Derek Price  <derek@ximbiot.com>
46958             Paul Eggert  <eggert@cs.ucla.edu>
46959
46960         * modules/glob (Files): Add glob-libc.h.
46961
46962 2005-09-12  Derek Price  <derek@ximbiot.com>
46963             Paul Eggert  <eggert@cs.ucla.edu>
46964
46965         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
46966         glob_.h, glob-libc.h.
46967         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
46968
46969 2005-09-12  Derek Price  <derek@ximbiot.com>
46970             Paul Eggert  <eggert@cs.ucla.edu>
46971
46972         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
46973         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
46974         protecting things that should be done only in gnulib contexts.
46975         * lib/glob_.h: New file, containing only the glob things needed for
46976         gnulib.
46977         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
46978         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
46979         (glob, globfree, glob_pattern_p): Now defined simply in terms of
46980         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
46981         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
46982         and to respect the namespace rules better.
46983
46984 2005-09-08  Simon Josefsson  <jas@extundo.com>
46985
46986         * modules/socklen: New file.
46987
46988 2005-09-08  Simon Josefsson  <jas@extundo.com>
46989
46990         * m4/socklen.m4: New file.
46991
46992 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46993
46994         * modules/utimens (Files): Add m4/utimbuf.m4, since
46995         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
46996         Reported by Sergey Poznyakoff.
46997
46998 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46999
47000         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
47001         definitions, since that's the preferred style in glibc.
47002         Fix a minor spacing issue, and update copyright notice to match
47003         glibc's.
47004
47005 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
47006
47007         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
47008
47009 2005-09-06  Simon Josefsson  <jas@extundo.com>
47010
47011         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
47012         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
47013
47014 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47015
47016         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
47017         warning.
47018
47019 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47020
47021         * config/srclist.txt: Add glibc bug 1302.
47022
47023 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
47024
47025         Change bitset word type from unsigned int to unsigned long int,
47026         as this has better performance on typical 64-bit hosts.
47027         Port bitset code to hosts with unusual word sizes.
47028         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
47029         (build_collating_symbol):
47030         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
47031         argument is a bitset.  This is merely a style issue, but it makes
47032         it clearer that an entire array is expected.
47033         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
47034         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
47035         Port to the case where bitset_word is not the same as unsigned int.
47036         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
47037         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
47038         Likewise.
47039         * lib/regexec.c (check_dst_limits_calc_pos_1,
47040         check_subexp_matching_top):
47041         (build_trtable, group_nodes_into_DFAstates):
47042         Likewise.
47043         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
47044         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
47045         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
47046         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
47047         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
47048         * lib/regcomp.c (optimize_subexps, lower_subexp):
47049         Work even if bitset_word has holes in its bitwise representation.
47050         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
47051         * lib/regexec.c (check_dst_limits_calc_pos_1,
47052         check_subexp_matching_top):
47053         Likewise.
47054         * lib/regex_internal.c (re_string_reconstruct):
47055         Don't assume UCHAR_MAX == 255.
47056         * lib/regex_internal.h (bitset_set_all): Likewise.
47057         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
47058         All uses changed.
47059         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
47060         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
47061         All uses changed.
47062         (BITSET_WORD_MAX): New macro.
47063         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
47064         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
47065         (bitset_empty, bitset_copy):
47066         Prefer sizeof (bitset) to multiplying it out ourselves.
47067         (bitset_not_merge): Remove; unused.
47068         (bitset_contain): Return bool, not unsigned int with one bit on.
47069         All callers changed.
47070         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
47071         alignment than re_node_set; do this by defining a new internal
47072         type struct dests_alloc and using it to allocate memory.
47073
47074 2005-09-05  Bruno Haible  <bruno@clisp.org>
47075
47076         * gnulib-tool (func_import): Fix comparison in handling of symbolic
47077         links.
47078
47079 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
47080
47081         * modules/size_max (Makefile.am): Add size_max.h
47082
47083 2005-09-04  Derek Price  <derek@ximbiot.com>
47084
47085         * gnulib-tool (func_import): Fix reversed $symbolic logic.
47086
47087 2005-09-03  Simon Josefsson  <jas@extundo.com>
47088
47089         * gnulib-tool: Fix typo.
47090
47091 2005-09-03  Simon Josefsson  <jas@extundo.com>
47092
47093         * config/srclist.txt: Add glibc bug 1293.
47094
47095 2005-09-03  Derek Price  <derek@ximbiot.com>
47096
47097         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
47098         From Larry Jones <lawrence.jones@ugs.com>.
47099
47100 2005-09-02  Simon Josefsson  <jas@extundo.com>
47101
47102         * modules/socklen: New file.
47103
47104 2005-09-02  Simon Josefsson  <jas@extundo.com>
47105
47106         * modules/havelib: New module.
47107
47108         * modules/gettext, modules/iconv, modules/lock, modules/readline:
47109         Use havelib.
47110
47111 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
47112
47113         Check for arithmetic overflow when calculating sizes, to prevent
47114         some buffer-overflow issues.  These patches are conservative, in the
47115         sense that when I couldn't determine whether an overflow was possible,
47116         I inserted a run-time check.
47117         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
47118         macros.
47119         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
47120         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
47121         (re_xnrealloc, re_x2nrealloc): New inline functions.
47122         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
47123         parse_bracket_exp):
47124         (build_equiv_class, build_charclass): Check for arithmetic overflow
47125         in size expression calculations.
47126         * lib/regex_internal.c (re_string_realloc_buffers):
47127         (build_wcs_upper_buffer, re_node_set_add_intersect):
47128         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
47129         (re_dfa_add_node, register_state): Likewise.
47130         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
47131         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
47132         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
47133         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
47134
47135 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
47136
47137         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
47138         m4/ulonglong.m4.  Problem reported by Martin Lambers.
47139
47140 2005-09-02  Bruno Haible  <bruno@clisp.org>
47141
47142         Support for lib vs. lib64 distinction on biarch platforms.
47143         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
47144         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
47145         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
47146
47147 2005-09-02  Bruno Haible  <bruno@clisp.org>
47148
47149         * gnulib-tool (import): In the other first-use case, provide defaults
47150         as well.
47151
47152 2005-09-02  Bruno Haible  <bruno@clisp.org>
47153
47154         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
47155         patches not yet found in the latest gettext release.
47156
47157 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
47158
47159         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
47160         to avoid a collision with bits/local_lim.h in glibc.
47161         All uses changed.  Problem reported by Dmitry V. Levin in
47162         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
47163
47164         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
47165         bugs in int versus size_t comparisons.
47166         (re_string_context_at): Fix bug where the code assumed that
47167         Idx is signed.
47168
47169         Use bool where appropriate.
47170         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
47171         All callers changed.
47172         (calc_eclosure_iter): Likewise, for ROOT arg.
47173         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
47174         (build_charclass_op): Likewise, for NON_MATCH arg.
47175         * lib/regex_internal.c (re_string_allocate, re_string_construct):
47176         (re_string_construct_common): Likewise, for ICASE arg.
47177         * lib/regexec.c (re_search_2_stub, re_search_stub):
47178         Likewise, for RET_LEN arg.
47179         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
47180         (set_regs): Likewise, for FL_BACKTRACK arg.
47181         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
47182         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
47183         (calc_eclosure_iter, parse_bracket_exp):
47184         Use bool for internal variables that are booleans.
47185         * lib/regexec.c (re_search_internal, check_matching,
47186         proceed_next_node):
47187         (set_regs, build_sifted_states, sift_states_bkref):
47188         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
47189         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
47190         (find_collation_sequence_value):
47191         Likewise.
47192         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
47193         (re_node_set_compare):
47194         Return bool, not int. All callers changed.
47195         * lib/regexec.c (check_halt_node_context, check_dst_limits):
47196         (build_trtable, check_node_accept): Likewise.
47197         * lib/regex_internal.h: Include stdbool.h.
47198
47199         Fix bugs uncovered when converting to bool.
47200         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
47201         failure instead of charging ahead blindly.
47202         * lib/regex_internal.c (register_state): Likewise.
47203         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
47204         for freeing internal storage.
47205         (group_nodes_into_DFA_states): Use unsigned int, not int, for
47206         bitset pieces used as boolean, to avoid undefined behavior
47207         on hosts that do int overflow checking.
47208
47209 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
47210
47211         * config/srclist.txt: Add glibc bugs 1285-1287.
47212
47213 2005-09-01  Jim Meyering  <jim@meyering.net>
47214
47215         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
47216         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
47217         Require gl_STAT_MACROS, too.
47218
47219 2005-09-01  Bruno Haible  <bruno@clisp.org>
47220
47221         * gnulib-tool (import): In the first-use case, provide defaults.
47222
47223 2005-09-01  Bruno Haible  <bruno@clisp.org>
47224
47225         * gnulib-tool (func_import): Remove the .tmp files.
47226
47227 2005-09-01  Bruno Haible  <bruno@clisp.org>
47228
47229         * gnulib-tool (func_import): Fix handling of symbolic links.
47230
47231 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47232
47233         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
47234         old glibc regex code mishandles strings longer than 2**31 bytes.
47235         This patch fixes this when the regex code is used in gnulib
47236         (i.e., outside glibc).
47237
47238         This patch should not affect the use of the regex code inside
47239         glibc.  No doubt this problem also needs to be handled for glibc
47240         as well, but the result will be an incompatible change to the
47241         glibc ABI, and the old ABI will have to be supported too.  That
47242         can be the the subject for another patch.
47243
47244         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
47245         governing whether the rest of this patch is active.  By default,
47246         the macro is disabled and the patch has no effect.
47247         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
47248         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
47249         (struct re_pattern_buffer, re_search, re_search_2, re_match):
47250         (re_match_2, re_set_registers): Use the new types.
47251         * lib/regex_internal.h (Idx, re_hashval_t): New types.
47252         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
47253         New macros.
47254         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
47255         (re_string_context_at, bin_tree_t, re_dfastate_t):
47256         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
47257         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
47258         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
47259         (re_string_char_size_at, re_string_wchar_at):
47260         (re_string_elem_size_at):
47261         Use the new types and macros to port to 64-bit hosts.
47262         Use unsigned types for internal values, so that the code
47263         mostly works even for arrays larger than SSIZE_MAX.
47264         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
47265         (search_duplicated_node, calc_eclosure_iter, fetch_number):
47266         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
47267         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
47268         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
47269         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
47270         (calc_inveclosure, parse_dup_op, build_range_exp):
47271         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
47272         (fetch_number, create_token_tree, mark_opt_subexp):
47273         Likewise.
47274         * lib/regex_internal.c (re_string_construct_common,
47275         create_ci_newstate):
47276         (create_cd_newstate, re_string_allocate, re_string_construct):
47277         (re_string_realloc_buffers, build_wcs_upper_buffer):
47278         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
47279         (re_string_reconstruct, re_string_peek_byte_case):
47280         (re_string_fetch_byte_case, re_string_context_at):
47281         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
47282         (re_node_set_init_copy, re_node_set_add_intersect):
47283         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47284         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47285         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
47286         (re_acquire_state, re_acquire_state_context, register_state):
47287         Likewise.
47288         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
47289         search_cur_bkref_entry):
47290         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
47291         (re_search_internal, re_search_2_stub, re_search_stub)
47292         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
47293         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
47294         (update_cur_sifted_state, check_dst_limits):
47295         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
47296         (check_subexp_limits, sift_states_bkref, merge_state_array):
47297         (check_subexp_matching_top, get_subexp, get_subexp_sub):
47298         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
47299         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47300         (expand_bkref_cache, check_node_accept_bytes):
47301         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
47302         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
47303         (acquire_init_state_context, check_halt_node_context):
47304         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
47305         (sift_states_backward, clean_state_log_if_needed):
47306         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
47307         (find_recover_state, transit_state_sb, transit_state_mb):
47308         (transit_state_bkref, build_trtable, match_ctx_clean):
47309         Likewise.
47310         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
47311         to work around an assumption that REG_MISSING is negative.
47312
47313         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
47314         (seek_collating_symbol_entry) [defined _LIBC]:
47315         (lookup_collation_sequence_value) [defined _LIBC]:
47316         (build_range_exp, build_collating_symbol) [defined _LIBC]:
47317         Use prototypes rather than old-style function definitions.
47318         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
47319         (transit_state_sb) [0]:
47320         (find_collation_sequence_value) [defined _LIBC]: Likewise.
47321
47322         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
47323         rm_eo.
47324
47325         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
47326         (optimize_subexps, lower_subexp):
47327         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
47328         since the signed shift might overflow.  Use 1u<<31 instead.
47329         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
47330         Likewise.
47331         * lib/regexec.c (check_dst_limits_calc_pos_1,
47332         check_subexp_matching_top): Likewise.
47333
47334         * lib/regcomp.c (optimize_subexps, lower_subexp):
47335         Use CHAR_BIT rather than 8, for clarity.
47336         * lib/regexec.c (check_dst_limits_calc_pos_1):
47337         (check_subexp_matching_top): Likewise.
47338         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
47339         have to worry about portability issues when shifting it left.
47340         Remove no-longer-needed test for table_size > 0.
47341         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
47342         in a word, as the resulting behavior is undefined.
47343         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
47344         in one case, a <= should have been an <, and in another case the
47345         whole test was missing.
47346         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
47347         the standard name CHAR_BIT.
47348         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
47349         this is not true on one's complement and signed-magnitude hosts.
47350
47351         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
47352         next_last_offset.
47353         (struct re_dfa_t): Remove unused member states_alloc.
47354         * lib/regcomp.c (init_dfa): Don't initialize unused members.
47355
47356 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47357
47358         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
47359         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
47360         and large-file glibc and in 32-bit large-file Solaris.
47361
47362 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47363
47364         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
47365         lengths fit in regoff_t; this isn't true if regoff_t is the same
47366         width as size_t.
47367         * lib/regex.c (re_search_internal): 5th arg is LAST_START
47368         (= START + RANGE) instead of RANGE.  This avoids overflow
47369         problems when regoff_t is the same width as size_t.
47370         All callers changed.
47371         (re_search_2_stub): Check for overflow when adding the
47372         sizes of the two strings.
47373         (re_search_stub): Check for overflow when adding START
47374         to RANGE; if it occurs, substitute the extreme value.
47375
47376 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47377
47378         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
47379
47380 2005-08-31  Jim Meyering  <jim@meyering.net>
47381
47382         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
47383         a pointer-to-const.
47384         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
47385         (register_state): Likewise.
47386         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
47387         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
47388         (group_nodes_into_DFAstates): Likewise.
47389
47390 2005-08-31  Jim Meyering  <jim@meyering.net>
47391
47392         * check-module: Add a FIXME comment.
47393
47394 2005-08-31  Eric Blake  <ebb9@byu.net>
47395
47396         * modules/unistd-safer (Files): Add unistd--.h.
47397         * modules/stdio-safer (Files): Add stdio--.h.
47398
47399 2005-08-31  Derek Price  <derek@ximbiot.com>
47400
47401         * lib/getdelim.c (getdelim): Return EOF on EOF.
47402         Reported by Larry Jones <lawrence.jones@ugs.com>.
47403
47404 2005-08-31  Bruno Haible  <bruno@clisp.org>
47405
47406         Avoid unnecessary diffs in the generated lib/Makefile.am.
47407         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
47408         the generated files.
47409         (func_import): Don't set cmd.
47410
47411 2005-08-31  Bruno Haible  <bruno@clisp.org>
47412
47413         * lib/strstr.c: Include <stddef.h>, for NULL.
47414         * lib/strcasestr.c: Likewise.
47415         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
47416
47417 2005-08-31  Bruno Haible  <bruno@clisp.org>
47418
47419         * gnulib-tool: New option --macro-prefix.
47420         (func_import): Use macro_prefix.
47421         (import): Handle option --macro-prefix.
47422
47423 2005-08-31  Bruno Haible  <bruno@clisp.org>
47424
47425         * gnulib-tool (import): Rename most ac_* variables to cached_*.
47426         Also use new variables cached_lgpl, cached_libtool.
47427
47428 2005-08-31  Bruno Haible  <bruno@clisp.org>
47429
47430         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
47431         always instantiating them.
47432
47433 2005-08-31  Bruno Haible  <bruno@clisp.org>
47434
47435         * gnulib-tool (func_import): Read the previous cached settings
47436         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
47437         earlier added by gnulib but are now dropped. Warn when a gnulib file
47438         overwrites a non-gnulib file.
47439
47440 2005-08-31  Bruno Haible  <bruno@clisp.org>
47441
47442         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
47443         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
47444         projects that don't keep autogenerated files in CVS. Put into
47445         actioncmd only the specified modules, not the transitive closure.
47446
47447 2005-08-31  Bruno Haible  <bruno@clisp.org>
47448
47449         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
47450         Create directories that shall be filled.
47451         (import): Don't look for gl_* macros in configure.ac. Recurse across
47452         all directories containing a gnulib-cache.m4 files, if meaningful.
47453
47454 2005-08-31  Bruno Haible  <bruno@clisp.org>
47455
47456         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
47457         (import): Set seen_libtool when we see gl_LIBTOOL.
47458
47459 2005-08-31  Bruno Haible  <bruno@clisp.org>
47460
47461         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
47462         declaration macro definitions from generated gnulib.m4.
47463
47464 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
47465
47466         * lib/iconvme.h: Add prototype for iconv_alloc.
47467
47468 2005-08-29  Simon Josefsson  <jas@extundo.com>
47469
47470         * lib/iconvme.c: Fix errno.
47471
47472 2005-08-29  Bruno Haible  <bruno@clisp.org>
47473
47474         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
47475         that it works when the directory contains spaces.
47476
47477 2005-08-29  Bruno Haible  <bruno@clisp.org>
47478
47479         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
47480
47481 2005-08-29  Bruno Haible  <bruno@clisp.org>
47482
47483         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
47484         Emit more advice.
47485
47486 2005-08-29  Bruno Haible  <bruno@clisp.org>
47487         and Stepan Kasal  <kasal@ucw.cz>
47488
47489         * check-module: If more parameters are given, check each of them
47490         separately; add more exceptions, as noted by Jim Meyering.
47491         (check_module): New procedure.
47492         (%exempt_header): Now contains all exceptions.
47493
47494 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
47495
47496         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
47497
47498 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
47499
47500         * lib/iconvme.c: Split iconv_string into iconv_alloc.
47501
47502 2005-08-28  Bruno Haible  <bruno@clisp.org>
47503
47504         * m4/gnulib-tool.m4: New file.
47505
47506 2005-08-27  Jim Meyering  <jim@meyering.net>
47507
47508         * modules/unistd-safer (Files): Add pipe-safer.c.
47509         * modules/fcntl-safer (Files): Add creat-safer.c.
47510
47511 2005-08-27  Jim Meyering  <jim@meyering.net>
47512
47513         * m4/stdlib-safer.m4: New file.  From coreutils.
47514         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
47515         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
47516         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
47517         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
47518         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
47519
47520 2005-08-27  Jim Meyering  <jim@meyering.net>
47521
47522         * lib/fopen-safer.c: Merge minor changes from coreutils.
47523         * lib/dup-safer.c: Likewise.
47524         * lib/fd-safer.c: Likewise.
47525
47526         Merge from coreutils.
47527         * lib/stdio--.h: New file.
47528         * lib/stdlib--.h: New file.
47529         * lib/mkstemp-safer.c: New file.
47530
47531         GNU tar needs these.
47532         * lib/pipe-safer.c: New file.
47533         * lib/creat-safer.c: New file.
47534         * lib/fcntl--.h (creat): Define to creat_safer.
47535         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
47536         * lib/unistd--.h (pipe): Define to pipe_safer.
47537         * lib/unistd-safer.h: Declare pipe_safer.
47538
47539 2005-08-26  Simon Josefsson  <jas@extundo.com>
47540
47541         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
47542         Haible <bruno@clisp.org>.
47543
47544 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
47545
47546         * lib/regex_internal.h: Remove all references to
47547         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
47548         or better.
47549         (bitset_not, bitset_merge, bitset_not_merge):
47550         (bitset_mask, re_string_allocate, re_string_construct):
47551         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
47552         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
47553         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
47554         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
47555         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47556         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47557         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
47558         (re_acquire_state_context):
47559         Remove unnecessary forward decls.
47560         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
47561         Put __attribute at function definition,
47562         now that the function decl has been removed.
47563         * lib/regex_internal.c (re_string_peek_byte_case):
47564         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
47565         Likewise.
47566
47567 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
47568
47569         * m4/regex.m4: Add AC_PREREQ(2.50).
47570         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
47571
47572 2005-08-25  Simon Josefsson  <jas@extundo.com>
47573
47574         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
47575         __fsetlocking.
47576
47577 2005-08-25  Simon Josefsson  <jas@extundo.com>
47578
47579         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
47580         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
47581         GLIBC specific code.
47582
47583 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47584
47585         Make regex safe for g++.  This fixes one real bug (an "err"
47586         that should have been "*err").  g++ problem reported by
47587         Sam Steingold.
47588         * lib/regex_internal.h (re_calloc): New macro, consistent with
47589         re_malloc etc.  All callers of calloc changed to use re_calloc.
47590         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
47591         not int.  All callers changed.
47592         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
47593         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
47594         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
47595         (find_recover_state): Change "err" to "*err"; this fixes what
47596         appears to be a real bug.
47597         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
47598         versus int.
47599
47600 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47601
47602         * modules/regex (Depends-on): Add malloc, since the code
47603         assumes that !malloc(0) means failure.
47604
47605 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47606
47607         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
47608
47609         alloca modernization/simplification for regex.
47610         * lib/regex.c: Remove portability cruft for alloca.  This no longer
47611         needs to be at the start of the file, and can be moved into
47612         regex_internal.h and simplified.
47613         * lib/regex_internal.h: Include <alloca.h>.
47614         (__libc_use_alloca) [!defined _LIBC]: New macro.
47615         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
47616         now works outside glibc.
47617
47618 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47619
47620         * config/srclist.txt: Add glibc bugs 1241, 1245.
47621
47622 2005-08-25  Jim Meyering  <jim@meyering.net>
47623
47624         * lib/open-safer.c: Include <config.h>.
47625         Otherwise, we'd lose LARGEFILE support in any file using
47626         e.g. "fcntl--.h"
47627
47628 2005-08-25  Bruno Haible  <bruno@clisp.org>
47629
47630         * m4/minmax.m4: Require autoconf 2.52.
47631         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
47632         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
47633         alternatives of translit over the alphabet.
47634         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
47635
47636 2005-08-24  Simon Josefsson  <jas@extundo.com>
47637
47638         * tests/test-getpass.c: New file.
47639
47640 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47641
47642         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
47643         for GNU regex features.
47644
47645 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47646
47647         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
47648         * lib/regex.h (regerror): Likewise.
47649
47650         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
47651         requires this.  (The code never needed it.)
47652
47653         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
47654         All uses of recently-renamed identifiers changed to use the new,
47655         POSIX-compliant names.  The code will build and run just fine
47656         without these changes, but it's better to eat our own dog food
47657         and use the standard-conforming names.
47658
47659         * lib/regex.h: Fix a multitude of POSIX name space violations.
47660         These changes have an effect only for programs that define
47661         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
47662         do not change anything for programs compiled in the normal way.
47663         Also, there is no effect on the ABI.
47664
47665         (_REGEX_SOURCE): New macro.
47666         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
47667         defined and _GNU_SOURCE is not; this fixes a name space violation.
47668
47669         Rename the following macros to obey POSIX requirements.
47670         The old names are still visible as macros if _REGEX_SOURCE is defined.
47671         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
47672         RE_BACKSLASH_ESCAPE_IN_LISTS.
47673         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
47674         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
47675         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
47676         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
47677         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
47678         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
47679         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
47680         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
47681         (REG_INTERVALS): renamed from RE_INTERVALS.
47682         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
47683         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
47684         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
47685         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
47686         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
47687         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
47688         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
47689         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
47690         RE_UNMATCHED_RIGHT_PAREN_ORD.
47691         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
47692         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
47693         (REG_DEBUG): renamed from RE_DEBUG.
47694         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
47695         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
47696         unusual, since we can't clash with the POSIX REG_ICASE.
47697         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
47698         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
47699         (REG_NO_SUB): renamed from RE_NO_SUB.
47700         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
47701         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
47702         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
47703         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
47704         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
47705         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
47706         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
47707         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
47708         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
47709         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
47710         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
47711         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
47712         RE_SYNTAX_POSIX_MINIMAL_BASIC.
47713         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
47714         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
47715         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
47716         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
47717         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
47718         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
47719         (REG_FIXED): Renamed from REGS_FIXED.
47720         (REG_NREGS): Renamed from RE_NREGS.
47721
47722         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
47723         of other REG_* macros, since POSIX says the user is allowed to
47724         #undef these macros selectively.
47725
47726         (reg_errcode_t): Update comment stating what other tables need
47727         to be consistent.
47728
47729         Rename the following enum values to obey POSIX requirements.
47730         The old names are still visible as macros.
47731         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
47732         is not defined, since GNU is supposed to be a superset of POSIX as
47733         much as possible, and since we want reg_errcode_t to be a signed
47734         type for implementation consistency.
47735         (_REG_NOERROR): Renamed from REG_NOERROR.
47736         (_REG_NOMATCH): Renamed from REG_NOMATCH.
47737         (_REG_BADPAT): Renamed from REG_BADPAT.
47738         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
47739         (_REG_ECTYPE): Renamed from REG_ECTYPE.
47740         (_REG_EESCAPE): Renamed from REG_EESCAPE.
47741         (_REG_ESUBREG): Renamed from REG_ESUBREG.
47742         (_REG_EBRACK): Renamed from REG_EBRACK.
47743         (_REG_EPAREN): Renamed from REG_EPAREN.
47744         (_REG_EBRACE): Renamed from REG_EBRACE.
47745         (_REG_BADBR): Renamed from REG_BADBR.
47746         (_REG_ERANGE): Renamed from REG_ERANGE.
47747         (_REG_ESPACE): Renamed from REG_ESPACE.
47748         (_REG_BADRPT): Renamed from REG_BADRPT.
47749         (_REG_EEND): Renamed from REG_EEND.
47750         (_REG_ESIZE): Renamed from REG_ESIZE.
47751         (_REG_ERPAREN): Renamed from REG_ERPAREN.
47752         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
47753         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
47754         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
47755         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
47756
47757         (_REG_RE_NAME, _REG_RM_NAME): New macros.
47758         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
47759         changed.  But support the old name if the new one is not defined
47760         and if _REGEX_SOURCE.
47761
47762         Change the following member names in struct re_pattern_buffer.
47763         The old names are still supported if !_REGEX_SOURCE.
47764         The new names are always supported, regardless of _REGEX_SOURCE.
47765         (re_buffer): Renamed from buffer.
47766         (re_allocated): Renamed from allocated.
47767         (re_used): Renamed from used.
47768         (re_syntax): Renamed from syntax.
47769         (re_fastmap): Renamed from fastmap.
47770         (re_translate): Renamed from translate.
47771         (re_can_be_null): Renamed from can_be_null.
47772         (re_regs_allocated): Renamed from regs_allocated.
47773         (re_fastmap_accurate): Renamed from fastmap_accurate.
47774         (re_no_sub): Renamed from no_sub.
47775         (re_not_bol): Renamed from not_bol.
47776         (re_not_eol): Renamed from not_eol.
47777         (re_newline_anchor): Renamed from newline_anchor.
47778
47779         Change the following member names in struct re_registers.
47780         The old names are still supported if !_REGEX_SOURCE.
47781         The new names are always supported, regardless of _REGEX_SOURCE.
47782         (rm_num_regs): Renamed from num_regs.
47783         (rm_start): Renamed from start.
47784         (rm_end): Renamed from end.
47785
47786         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
47787         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
47788         Prepend __ to parameter names.
47789
47790         Undo yesterday's changes.
47791
47792 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47793
47794         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
47795         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
47796         lib/regex.c.
47797
47798 2005-08-24  Jim Meyering  <jim@meyering.net>
47799
47800         Sync from coreutils.
47801         * m4/fcntl-safer.m4: New file.
47802
47803         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
47804         and object files for this module.
47805
47806 2005-08-24  Jim Meyering  <jim@meyering.net>
47807
47808         Sync from coreutils.
47809         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
47810
47811 2005-08-24  Jim Meyering  <jim@meyering.net>
47812
47813         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
47814         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
47815
47816 2005-08-24  Jim Meyering  <jim@meyering.net>
47817
47818         * modules/fcntl-safer: New module.
47819         * modules/fts (Depends-on): Add fcntl-safer.
47820         * MODULES.html.sh (File descriptor based Input/Output):
47821         Add fcntl-safer.
47822
47823 2005-08-24  Bruno Haible  <bruno@clisp.org>
47824
47825         Support for unit test modules.
47826         * modules/README: Mention tests modules.
47827         * modules/TEMPLATE-TESTS: New file.
47828         * gnulib-tool: New options --extract-tests-module, --with-tests and
47829         --tests-base (unused for the moment).
47830         (testsbase, inctests): New variables.
47831         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
47832         (func_verify_module): Exclude TEMPLATE-TESTS.
47833         (func_verify_nontests_module, func_verify_tests_module): New functions.
47834         (func_get_dependencies): Add implicit dependency for tests modules.
47835         (func_get_tests_module): New function.
47836         (func_modules_transitive_closure): When --with-tests was specified,
47837         include the unit tests as well, unless explicitly avoided.
47838         (func_emit_lib_Makefile_am): Ignore the tests modules here.
47839         (func_emit_tests_Makefile_am): New function.
47840         (func_create_testdir): When --with-tests was specified, emit a
47841         tests/ directory.
47842         * MODULES.html.sh (Future developments): Update.
47843
47844 2005-08-24  Bruno Haible  <bruno@clisp.org>
47845
47846         * modules/tls-tests: New file.
47847         * tests/test-tls.c: New file, from GNU gettext.
47848
47849 2005-08-24  Bruno Haible  <bruno@clisp.org>
47850
47851         * modules/lock-tests: New file.
47852         * tests/test-lock.c: New file, from GNU gettext.
47853
47854 2005-08-24  Bruno Haible  <bruno@clisp.org>
47855
47856         * lib/lock.h: Add multiple inclusion guard.
47857         * lib/tls.h: Add multiple inclusion guard.
47858
47859 2005-08-24  Bruno Haible  <bruno@clisp.org>
47860
47861         * gnulib-tool: Add support for the --aux-dir option to
47862         --create-testdir, --create-megatestdir, --test, --megatest.
47863         (func_create_testdir, func_create_megatestdir): Optionally emit a
47864         AC_CONFIG_AUX_DIR directive.
47865         (create-testdir, create-megatestdir, test, megatest): Provide a
47866         default value for $auxdir.
47867
47868 2005-08-24  Bruno Haible  <bruno@clisp.org>
47869
47870         * gnulib-tool (import): Use compound statement instead of subshell
47871         where possible.
47872
47873 2005-08-24  Bruno Haible  <bruno@clisp.org>
47874
47875         * gnulib-tool (import): Change --aux-dir default to "build-aux".
47876
47877 2005-08-24  Bruno Haible  <bruno@clisp.org>
47878
47879         * gnulib-tool (func_version): Update.
47880
47881 2005-08-24  Bruno Haible  <bruno@clisp.org>
47882
47883         * gnulib-tool (func_import, func_create_testdir,
47884         func_create_megatestdir): Quote all autoconf macro arguments.
47885
47886 2005-08-24  Bruno Haible  <bruno@clisp.org>
47887
47888         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
47889         option --force, because --force causes the aclocal.m4 of each
47890         subdirectory to be newer than the corresponding config.h.in.
47891
47892 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47893
47894         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
47895         All contents moved to gl_REGEX.
47896         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
47897         assume that it does.
47898
47899 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47900
47901         * lib/regex.h (REG_NOSYS)
47902         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
47903         Define, since POSIX requires it as of 2001.
47904         (_REG_ENOSYS)
47905         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
47906         New private symbol, used to keep the enum signed in all cases.
47907         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
47908         Youngman in
47909         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
47910
47911         * lib/regex_internal.c (re_string_skip_chars, register_state):
47912         (calc_state_hash):
47913         Remove forward decls; no longer needed now that we use prototypes.
47914         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
47915         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
47916         (clean_state_log_if_needed): Likewise.
47917
47918 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47919
47920         * config/srclist.txt: Add glibc bugs 1231-1233.
47921
47922 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47923
47924         Fix problems reported by Sam Steingold in
47925         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
47926         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
47927         assumed that reg_errcode_t is a signed type, which is not
47928         necessarily true if _XOPEN_SOURCE is not defined.
47929         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
47930         since some compilers warn about it otherwise.
47931
47932 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47933
47934         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
47935         (init_word_char, create_initial_state, duplicate_node_closure):
47936         (fetch_token, peek_token_bracket, build_range_exp):
47937         (build_collating_symbol): Remove forward decls; no longer needed
47938         now that we use prototypes.
47939
47940         * lib/regcomp.c:
47941         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
47942         (re_compile_fastmap_iter, regcomp, regerror, regfree):
47943         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
47944         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
47945         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
47946         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
47947         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
47948         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
47949         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
47950         (build_range_exp, build_collating_symbol, parse_bracket_exp):
47951         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
47952         (build_charclass, build_charclass_op, fetch_number, create_tree):
47953         (create_token_tree, mark_opt_subexp, duplicate_tree):
47954         Use prototypes rather than old-style definitions.
47955
47956         * lib/regex_internal.c:
47957         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
47958         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
47959         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
47960         (re_string_reconstruct, re_string_peek_byte_case):
47961         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
47962         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
47963         (re_node_set_init_copy, re_node_set_add_intersect):
47964         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47965         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47966         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
47967         (re_acquire_state, re_acquire_state_context, register_state):
47968         (create_ci_newstate, create_cd_newstate, free_state):
47969         Likewise.
47970         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
47971         re_search_2):
47972         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
47973         (re_search_internal, prune_impossible_nodes):
47974         (acquire_init_state_context, check_matching, static):
47975         (check_halt_node_context, check_halt_state_context, proceed_next_node):
47976         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
47977         (update_regs, sift_states_backward, build_sifted_states):
47978         (clean_state_log_if_needed, merge_state_array):
47979         (update_cur_sifted_state, add_epsilon_src_nodes):
47980         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
47981         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
47982         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
47983         (find_recover_state, check_subexp_matching_top, transit_state_mb):
47984         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
47985         (check_arrival, check_arrival_add_next_nodes):
47986         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47987         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
47988         (check_node_accept_bytes, check_node_accept, extend_buffers):
47989         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
47990         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
47991         (sift_ctx_init):
47992         Likewise.
47993
47994         * lib/regex_internal.h:
47995         (re_string_allocate, re_string_construct, re_string_reconstruct):
47996         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
47997         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
47998         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
47999         (re_string_context_at, re_string_peek_byte_case):
48000         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
48001         is defined, since we now use prototypes always.
48002
48003         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
48004         C89 or better.  All uses removed.
48005
48006 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
48007
48008         * config/srclist.txt: Add glibc bugs 1220-1227.
48009
48010 2005-08-20  Jim Meyering  <jim@meyering.net>
48011
48012         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
48013         of unused local, dfa.
48014
48015 2005-08-20  Bruno Haible  <bruno@clisp.org>
48016
48017         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
48018
48019 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48020
48021         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
48022         (re_node_set_insert_last, re_dfa_add_node):
48023         Rename local variables to avoid GCC shadowing warnings.
48024
48025 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48026
48027         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
48028         [defined lint]: Suppress bogus uninitialized-variable warnings.
48029
48030         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
48031         and let the caller return REG_ESPACE if out of space.  This
48032         removes an uninitialied-variable warning with GCC 4.0.1, and also
48033         avoids taking the address of a local variable.  All callers
48034         changed.
48035
48036 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
48037
48038         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
48039         $LIBCSRC/posix/regexec.c.
48040         Add glibc bug 1217 for regcomp.c.
48041
48042 2005-08-19  Jim Meyering  <jim@meyering.net>
48043
48044         * lib/regexec.c (proceed_next_node): Redo local variables to
48045         avoid GCC shadowing warnings.
48046
48047 2005-08-18  Bruno Haible  <bruno@clisp.org>
48048
48049         * lib/strstr.c (strstr): Fix return value in multibyte case.
48050         * lib/strcasestr.c (strcasestr): Likewise.
48051
48052 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
48053
48054         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
48055
48056 2005-08-17  Jim Meyering  <jim@meyering.net>
48057
48058         Make the %s format (seconds since the epoch) work for a negative
48059         number and when used with a zero-padded field width, e.g. %015s.
48060
48061         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
48062         label so that it precedes the code to set `digits'.  Otherwise,
48063         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
48064         print `00-22'.  Now, it prints `-0022', as it should.
48065
48066 2005-08-17  Bruno Haible  <bruno@clisp.org>
48067
48068         * modules/strstr (Files): Add m4/mbrtowc.m4.
48069         (Depends-on): Add mbuiter.
48070
48071 2005-08-17  Bruno Haible  <bruno@clisp.org>
48072
48073         * modules/strcasestr: New file.
48074         * MODULES.html.sh (String handling, based on ANSI C 89): Add
48075         strcasestr.
48076
48077 2005-08-17  Bruno Haible  <bruno@clisp.org>
48078
48079         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
48080
48081 2005-08-17  Bruno Haible  <bruno@clisp.org>
48082
48083         * modules/mbuiter: New file.
48084         * MODULES.html.sh (Extended multibyte and wide character utilities):
48085         Add mbuiter.
48086
48087 2005-08-17  Bruno Haible  <bruno@clisp.org>
48088
48089         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
48090         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
48091
48092 2005-08-17  Bruno Haible  <bruno@clisp.org>
48093
48094         * m4/strcasestr.m4: New file.
48095
48096 2005-08-17  Bruno Haible  <bruno@clisp.org>
48097
48098         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
48099         * lib/strstr.c: Completely rewritten, with multibyte locale support.
48100
48101 2005-08-17  Bruno Haible  <bruno@clisp.org>
48102
48103         * lib/strcasestr.h: New file.
48104         * lib/strcasestr.c: New file.
48105
48106 2005-08-17  Bruno Haible  <bruno@clisp.org>
48107
48108         * lib/strcasecmp.c: Use mbuiter.h.
48109
48110 2005-08-17  Bruno Haible  <bruno@clisp.org>
48111
48112         * lib/mbuiter.h: New file.
48113
48114 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
48115
48116         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
48117         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
48118         and gl_GETOPT are both invoked via different paths (as happens
48119         with GNU tar CVS because it uses both argp and getopt), the former
48120         wins.
48121
48122 2005-08-16  Bruno Haible  <bruno@clisp.org>
48123
48124         * modules/tls: New file.
48125         * MODULES.html.sh (Multithreading): Add tls.
48126
48127 2005-08-16  Bruno Haible  <bruno@clisp.org>
48128
48129         * modules/strnlen1: New file.
48130         * MODULES.html.sh (String handling): Add strnlen1.
48131
48132 2005-08-16  Bruno Haible  <bruno@clisp.org>
48133
48134         * modules/strcase (Files): Add m4/mbrtowc.m4.
48135         (Depends-on): Add strnlen1, mbchar.
48136
48137 2005-08-16  Bruno Haible  <bruno@clisp.org>
48138
48139         * modules/mbiter: New file.
48140         * MODULES.html.sh (Extended multibyte and wide character utilities):
48141         Add mbiter.
48142
48143 2005-08-16  Bruno Haible  <bruno@clisp.org>
48144
48145         * modules/mbfile: New file.
48146         * MODULES.html.sh (Extended multibyte and wide character utilities):
48147         Add mbfile.
48148
48149 2005-08-16  Bruno Haible  <bruno@clisp.org>
48150
48151         * modules/mbchar: New file.
48152         * MODULES.html.sh (Extended multibyte and wide character utilities):
48153         New section.
48154
48155 2005-08-16  Bruno Haible  <bruno@clisp.org>
48156
48157         * m4/tls.m4: New file, from GNU gettext.
48158
48159 2005-08-16  Bruno Haible  <bruno@clisp.org>
48160
48161         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
48162         always.
48163         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
48164
48165 2005-08-16  Bruno Haible  <bruno@clisp.org>
48166
48167         * m4/mbiter.m4: New file.
48168
48169 2005-08-16  Bruno Haible  <bruno@clisp.org>
48170
48171         * m4/mbfile.m4: New file.
48172
48173 2005-08-16  Bruno Haible  <bruno@clisp.org>
48174
48175         * m4/mbchar.m4: New file.
48176
48177 2005-08-16  Bruno Haible  <bruno@clisp.org>
48178
48179         * lib/tls.h: New file, from GNU gettext.
48180         * lib/tls.c: New file, from GNU gettext.
48181
48182 2005-08-16  Bruno Haible  <bruno@clisp.org>
48183
48184         * lib/strnlen1.h: New file.
48185         * lib/strnlen1.c: New file.
48186
48187 2005-08-16  Bruno Haible  <bruno@clisp.org>
48188
48189         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
48190         (mbi_init): Update.
48191         (mbi_avail, mbi_advance): Let the iteration end before the terminating
48192         NUL byte, not after it.
48193
48194 2005-08-16  Bruno Haible  <bruno@clisp.org>
48195
48196         * lib/strcase.h (strcasecmp): Add note in comments.
48197         * lib/strncasecmp.c: Use code from strcasecmp.c.
48198         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
48199         (strcasecmp): Work correctly in multibyte locales.
48200
48201 2005-08-16  Bruno Haible  <bruno@clisp.org>
48202
48203         * lib/mbiter.h: New file.
48204
48205 2005-08-16  Bruno Haible  <bruno@clisp.org>
48206
48207         * lib/mbfile.h: New file.
48208
48209 2005-08-16  Bruno Haible  <bruno@clisp.org>
48210
48211         * lib/mbchar.h: New file.
48212         * lib/mbchar.c: New file.
48213
48214 2005-08-16  Bruno Haible  <bruno@clisp.org>
48215
48216         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
48217         the valid ones. Makes the comparison operations transitive:
48218         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
48219         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
48220
48221 2005-08-15  Simon Josefsson  <jas@extundo.com>
48222
48223         * modules/ssize_t (License): Change to 'unlimited'.
48224
48225         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
48226
48227 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
48228
48229         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
48230         Add comments for each pending glibc patch.
48231
48232 2005-08-15  Bruno Haible  <bruno@clisp.org>
48233
48234         * lib/regex.h (__restrict_arr): Don't define to __restrict if
48235         __cplusplus is defined.
48236
48237 2005-08-14  Jim Meyering  <jim@meyering.net>
48238
48239         Sync from coreutils.
48240
48241         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
48242         Use the hash-table-based cycle-detection code not just when
48243         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
48244         Reported by James Youngman in
48245         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
48246         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
48247         FTS_TIGHT_CYCLE_CHECK.
48248         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
48249         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
48250         once again.
48251         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
48252         * lib/fts.c (fd_safer): Remove decl.
48253         Include fcntl--.h rather than unistd-safer.h
48254         (fts_safe_changedir): Don't call fd_safer; no longer needed
48255         now that we include fcntl--.h.
48256
48257 2005-08-12  Simon Josefsson  <jas@extundo.com>
48258
48259         * modules/getndelim2: Use ssize_t module.
48260         * modules/getnline: Likewise.
48261         * modules/safe-read: Likewise.
48262         * modules/xreadlink: Likewise.
48263
48264         * modules/ssize_t: New file.
48265
48266 2005-08-12  Simon Josefsson  <jas@extundo.com>
48267
48268         * m4/readline.m4: Look for termcap, curses or ncurses if required.
48269
48270 2005-08-12  Simon Josefsson  <jas@extundo.com>
48271
48272         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48273         ssize_t.
48274
48275 2005-08-12  Simon Josefsson  <jas@extundo.com>
48276
48277         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
48278         readline, getdelim and check_version.
48279         (Support for systems lacking ISO C 99: Sizes of integer types):
48280         Add size_max.
48281
48282 2005-08-12  Bruno Haible  <bruno@clisp.org>
48283
48284         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
48285
48286 2005-08-11  Simon Josefsson  <jas@extundo.com>
48287
48288         * modules/readline: New file.
48289
48290         * modules/strnlen (Files): Add strnlen.h.
48291
48292 2005-08-11  Simon Josefsson  <jas@extundo.com>
48293
48294         * m4/readline.m4: New file.
48295
48296 2005-08-11  Simon Josefsson  <jas@extundo.com>
48297
48298         * lib/readline.h, readline.c: New file.
48299
48300 2005-08-11  Simon Josefsson  <jas@extundo.com>
48301
48302         * doc/gnulib.texi (Initial import, Finishing touches): Mention
48303         gl_AVOID.
48304
48305 2005-08-11  Bruno Haible  <bruno@clisp.org>
48306
48307         * lib/strnlen.h (strnlen): Change parameter name to match comment.
48308
48309 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
48310
48311         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
48312
48313 2005-08-10  Simon Josefsson  <jas@extundo.com>
48314
48315         * tests/test-iconvme.c: New file.
48316
48317 2005-08-10  Simon Josefsson  <jas@extundo.com>
48318
48319         * m4/strnlen.m4: New file.
48320
48321         * m4/strndup.m4: Don't check for strnlen declaration, done in
48322         strnlen.m4.
48323
48324 2005-08-10  Simon Josefsson  <jas@extundo.com>
48325
48326         * lib/strndup.c: Use strnlen.h.
48327
48328         * lib/strnlen.h: New file.
48329
48330 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48331
48332         * README: Typos.
48333
48334 2005-08-02  Simon Josefsson  <jas@extundo.com>
48335
48336         * modules/readline: New file.
48337
48338 2005-08-02  Simon Josefsson  <jas@extundo.com>
48339
48340         * modules/getdelim: New file.
48341
48342         * modules/getline: Rewrite, don't use getndelim2.
48343
48344 2005-08-02  Simon Josefsson  <jas@extundo.com>
48345
48346         * m4/getline.m4: Separate out getdelim stuff into separate module.
48347
48348         * m4/getdelim.m4: New file.
48349
48350 2005-08-02  Simon Josefsson  <jas@extundo.com>
48351
48352         * lib/getline.h, getline.c: Rewrite.
48353
48354         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
48355
48356 2005-07-31  Bruno Haible  <bruno@clisp.org>
48357
48358         * lib/lock.h (gl_lock_initializer): New macro.
48359         (gl_lock_define_initialized): Use it.
48360         (gl_rwlock_initializer): New macro.
48361         (gl_rwlock_define_initialized): Use it.
48362         (gl_recursive_lock_initializer): New macro.
48363         (gl_recursive_lock_define_initialized): Use it.
48364
48365 2005-07-30  Karl Berry  <karl@gnu.org>
48366
48367         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
48368         Report from Ben Pfaff, regarding getopt.
48369
48370 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
48371
48372         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
48373         normal way.
48374         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
48375         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
48376         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
48377         (gl_GETOPT): Use the new macros.  Most of the implementation
48378         is moved to the new macros.  This is for programs like Emacs
48379         that don't want all the functionality of gl_GETOPT.
48380
48381 2005-07-26  Bruno Haible  <bruno@clisp.org>
48382
48383         * m4/lock.m4: Update from GNU gettext.
48384
48385 2005-07-26  Bruno Haible  <bruno@clisp.org>
48386
48387         * lib/lock.h: Update from GNU gettext.
48388         * lib/lock.c: Update from GNU gettext.
48389
48390 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
48391
48392         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
48393         obsolescent AC_TRY_RUN.  Include the default includes files, for
48394         'exit'.
48395
48396 2005-07-24  Bruno Haible  <bruno@clisp.org>
48397
48398         * modules/visibility: New file.
48399         * MODULES.html.sh (Misc): Add visibility.
48400
48401 2005-07-24  Bruno Haible  <bruno@clisp.org>
48402
48403         * m4/visibility.m4: New file.
48404
48405 2005-07-24  Bruno Haible  <bruno@clisp.org>
48406
48407         * doc/visibility.texi: New file.
48408
48409 2005-07-22  Bruno Haible  <bruno@clisp.org>
48410
48411         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
48412         $(ALLOCA_H), redundant through BUILT_SOURCES.
48413         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
48414         redundant through BUILT_SOURCES.
48415         * modules/byteswap (Makefile.am): Remove explicit dependency on
48416         $(BYTESWAP_H), redundant through BUILT_SOURCES.
48417         * modules/fnmatch (Makefile.am): Remove explicit dependency on
48418         $(FNMATCH_H), redundant through BUILT_SOURCES.
48419         * modules/getopt (Makefile.am): Remove explicit dependency on
48420         $(GETOPT_H), redundant through BUILT_SOURCES.
48421         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
48422         redundant through BUILT_SOURCES.
48423         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
48424         redundant through BUILT_SOURCES.
48425         * modules/stdbool (Makefile.am): Remove explicit dependency on
48426         $(STDBOOL_H), redundant through BUILT_SOURCES.
48427         * modules/stdint (Makefile.am): Remove explicit dependency on
48428         $(STDINT_H), redundant through BUILT_SOURCES.
48429         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
48430         Remove explicit dependency on $(SYSEXITS_H).
48431         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
48432
48433 2005-07-18  Simon Josefsson  <jas@extundo.com>
48434
48435         * lib/check-version.c (check_version): Accept identical versions too.
48436
48437 2005-07-18  Bruno Haible  <bruno@clisp.org>
48438
48439         * modules/lock: New file.
48440         * MODULES.html.sh (Multithreading): New section.
48441
48442 2005-07-18  Bruno Haible  <bruno@clisp.org>
48443
48444         * m4/lock.m4: New file, from GNU gettext.
48445
48446 2005-07-18  Bruno Haible  <bruno@clisp.org>
48447
48448         * lib/lock.h: New file, from GNU gettext.
48449         * lib/lock.c: New file, from GNU gettext.
48450
48451 2005-07-18  Bruno Haible  <bruno@clisp.org>
48452
48453         * lib/lock.h (gl_once_t): New type.
48454         (gl_once_define, gl_once): New macros.
48455         * lib/lock.c (fresh_once): New variable.
48456         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
48457         functions.
48458
48459 2005-07-16  Simon Josefsson  <jas@extundo.com>
48460
48461         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
48462         workaround, suggested by Bruno.
48463
48464 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
48465
48466         * modules/xalloc (Depends-on): Add xalloc-die.
48467         * modules/xvasprintf (Depends-on): Add xalloc-die.
48468
48469 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
48470
48471         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
48472         with a minor change.
48473
48474 2005-07-15  Bruno Haible  <bruno@clisp.org>
48475
48476         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
48477         When using lib/poll.c, define poll as rpl_poll.
48478
48479 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
48480
48481         * modules/argp (Depends-on): Remove unlocked-io.
48482
48483 2005-07-14  Derek Price  <derek@ximbiot.com>
48484
48485         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
48486         for glob symlink bug.
48487
48488 2005-07-14  Bruno Haible  <bruno@clisp.org>
48489
48490         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
48491         Instead, test for *_unlocked function declarations directly.
48492
48493 2005-07-11  Simon Josefsson  <jas@extundo.com>
48494
48495         * modules/size_max: New file.
48496
48497         * modules/xsize: Depend on size_max module for size_max.m4.
48498
48499 2005-07-11  Simon Josefsson  <jas@extundo.com>
48500
48501         * lib/size_max.h: New file.
48502
48503 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
48504
48505         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
48506         copyright symbol and the year.
48507         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
48508         (version_etc_va): Use parameterized copyright notice.
48509         Reword to conform to the current GNU coding standards.
48510
48511 2005-07-11  Karl Berry  <karl@gnu.org>
48512
48513         * doc/gnulib.texi (Quoting): new node.
48514         (Initial import): more info, from Patrice.
48515
48516 2005-07-11  Bruno Haible  <bruno@clisp.org>
48517
48518         * gnulib-tool (func_usage): Document option --avoid.
48519         (Command line options): Handle --avoid.
48520         (func_acceptable): New function.
48521         (func_modules_transitive_closure): Use it.
48522
48523 2005-07-11  Bruno Haible  <bruno@clisp.org>
48524
48525         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
48526         Reported by Jim Meyering.
48527
48528 2005-07-10  Bruno Haible  <bruno@clisp.org>
48529
48530         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
48531         Needed when size_t is smaller than 'unsigned int'.
48532         Reported by Paul Eggert.
48533
48534 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48535
48536         * modules/argp (Depends-on): Add unlocked-io
48537
48538 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48539
48540         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
48541         block of defines.
48542
48543 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
48544
48545         * config/srclist.txt: Comment out regcomp.c, since we have a porting
48546         fix now.
48547
48548 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
48549         and Paul Eggert  <eggert@cs.ucla.edu>
48550
48551         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
48552         in wint_t, not wchar_t.  Remove now-unnecessary cast.
48553
48554 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48555
48556         * modules/regex (Files): Add lib/regex_internal.c,
48557         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
48558         (Depends-on): Add extensions.
48559         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
48560
48561 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48562
48563         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
48564         pathconf.
48565         * m4/same.m4 (gl_SAME): Likewise.
48566         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
48567
48568         * m4/regex.m4: Adjust to new libc regex implementation.
48569         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
48570         all the .c and .h parts of (the new) regex.
48571         Quote the m4 stuff better.
48572         Check for RE_ICASE bug of old gnulib.
48573         Check for REG_STARTEND of recent libc.
48574         Rename local variables from jm_* to gl_*.
48575         Quote operand of "test -f".
48576         Say "recent enough" version of libc, not "version 2".
48577         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
48578         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
48579         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
48580         Remove check for btowc, isascii.
48581         Require AM_LANGINFO_CODESET.
48582
48583 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48584
48585         * lib/regex.c, regex.h: Sync from libc.
48586         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
48587         * lib/regexec.c:
48588         New files, synced from libc, except that regex_internal.h
48589         currently has a small porting fix.
48590
48591 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48592
48593         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
48594         regex_internal.c, regexec.c.
48595         Add regex_internal.h too, but as a comment, since the libc version
48596         is currently broken in gnulib mode.
48597
48598 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
48599
48600         Support programs like Emacs that use gnulib but not gettext.
48601         * MODULES.html.sh (Internationalization functions): Add gettext-h.
48602         * modules/gettext-h: New file.
48603         * modules/gettext (Files): Remove lib/gettext.h.
48604         (Depends-on): Add gettext-h.
48605         (Makefile.am): Remove lib_SOURCES.
48606         * modules/argmatch, modules/c-stack, modules/closeout:
48607         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
48608         * modules/execute, modules/file-type, modules/getaddrinfo:
48609         * modules/getopt, modules/human, modules/javacomp:
48610         * modules/javaexec, modules/mkdir-p, modules/obstack:
48611         * modules/openat, modules/pagealign_alloc, modules/pipe:
48612         * modules/quotearg, modules/regex, modules/rpmatch:
48613         * modules/unicodeio, modules/userspec, modules/version-etc:
48614         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
48615         * modules/xsetenv:
48616         Depend on gettext-h, not gettext.
48617
48618 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
48619
48620         * gnulib-tool (func_import): Add support for 'public domain' license.
48621         * modules/alloca, modules/atexit, modules/memmove:
48622         Now public domain, not GPL.
48623         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
48624         * modules/realloc, modules/strerror, modules/strtod:
48625         Now LGPL, not GPL.
48626
48627 2005-07-05  Bruno Haible  <bruno@clisp.org>
48628
48629         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
48630         autoconf CVS. Needed for mingw.
48631
48632 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48633
48634         Remove the dependency of the strftime module on the tzset module.
48635         * modules/strftime (Depends-on): Remove dependency on tzset.
48636
48637 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48638
48639         Remove the dependency of the strftime module on the tzset module.
48640         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
48641         gl_FUNC_TZSET_CLOBBER.
48642
48643 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48644
48645         Remove the dependency of the strftime module on the tzset module.
48646         * lib/strftime.c (my_strftime)
48647         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
48648         Copy the input structure, to work around some of the bug with
48649         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
48650         Solaris releases, you should also use the tzset module, but we won't
48651         require it as a dependency any more since we don't want LGPLed code
48652         to depend on GPLed code.
48653
48654 2005-07-02  Jim Meyering  <jim@meyering.net>
48655
48656         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
48657         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
48658         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
48659         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
48660
48661 2005-07-02  Jim Meyering  <jim@meyering.net>
48662
48663         * lib/backupfile.c (backup_args): Change a `0' to NULL.
48664
48665 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
48666
48667         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
48668         declares only 'struct timespec;' (!).
48669
48670 2005-07-01  Jim Meyering  <jim@meyering.net>
48671
48672         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
48673         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
48674         * lib/save-cwd.c, tempname.c:
48675         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
48676         and don't include <sys/file.h>).
48677
48678 2005-06-29  Jim Meyering  <jim@meyering.net>
48679
48680         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
48681         type name.  Use the variable name instead.
48682         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
48683         Likewise.
48684
48685 2005-06-28  Simon Josefsson  <jas@extundo.com>
48686
48687         * modules/check-version (Files): Add check-version.m4.
48688
48689 2005-06-28  Simon Josefsson  <jas@extundo.com>
48690
48691         * m4/check-version.m4: New file, suggested by Jim Meyering
48692         <jim@meyering.net>.
48693
48694 2005-06-28  Simon Josefsson  <jas@extundo.com>
48695
48696         * lib/check-version.h, lib/check-version.c: New files.
48697
48698 2005-06-28  Simon Josefsson  <jas@extundo.com>
48699
48700         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
48701         collision with global variable.  Better indentation.  Don't
48702         increment buffer pointer beyond buffer end.  Based on comments
48703         from Paul Eggert <eggert@cs.ucla.edu>.
48704
48705         * lib/base64.h: Indent.
48706
48707 2005-06-28  Simon Josefsson  <jas@extundo.com>
48708
48709         * doc/gnulib.texi (Library version handling): New section.
48710
48711 2005-06-28  Jim Meyering  <jim@meyering.net>
48712
48713         * check-module (find_included_lib_files): Hard-code another
48714         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
48715         but modules/fts-lgpl (correctly) does not list those files.
48716
48717         * modules/canonicalize (Files): Add lib/pathmax.h.
48718
48719 2005-06-25  Simon Josefsson  <jas@extundo.com>
48720
48721         * modules/check-version: New file.
48722
48723 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
48724
48725         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
48726         initializer of struct addrinfo, as an indication that we don't
48727         care how many members the structure has.
48728
48729 2005-06-24  Derek Price  <derek@ximbiot.com>
48730         and Bruno Haible  <bruno@clisp.org>
48731
48732         Remove stat module & update lstat.
48733         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
48734         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48735         * m4/stat.m4: Remove this file.
48736
48737 2005-06-24  Derek Price  <derek@ximbiot.com>
48738         and Bruno Haible  <bruno@clisp.org>
48739
48740         Remove stat module & update lstat.
48741         * lib/stat.c: Remove this file...
48742         (slash_aware_lstat): ...moving this content and its support...
48743         * lib/lstat.c (rpl_lstat): ...into here.
48744         * lib/lstat.h: New file.
48745
48746 2005-06-24  Derek Price  <derek@ximbiot.com>
48747         and Bruno Haible  <bruno@clisp.org>
48748
48749         Remove stat module & update lstat.
48750         * config/srclist.txt (libc sources): Remove stat.
48751
48752 2005-06-24  Derek Price  <derek@ximbiot.com>
48753         and Bruno Haible  <bruno@clisp.org>
48754
48755         Remove stat module & update lstat.
48756         * MODULES.html.sh (stat): Remove.
48757         * MODULES.html: Regenerated.
48758         * modules/lstat (Description): Correct function name.
48759         (Files): Add "lstat.h".
48760         (Depends-on): Remove stat, add xalloc, stat-macros.
48761         * modules/stat: Remove this file.
48762         (Include): Add "lstat.h", remove <sys/stat.h>.
48763
48764 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
48765
48766         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
48767         (ranged_convert): Don't save conversion in a temporary struct.
48768         This causes a warning with GCC 4.0.0, and anyway in the typical
48769         case it's not worth the extra 100 bytes or so of code.
48770         (ranged_convert, __mktime_internal): When calling a function via a
48771         pointer P, use P () rather than (*P) (), as we now assume C89 or
48772         better.
48773
48774 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48775
48776         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
48777         "who -r" failed to give output.  Problem reported by Tim Waugh.
48778
48779         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
48780         (xcalloc): Use it to avoid needless tests.
48781         Problem reported by Jim Meyering.
48782
48783 2005-06-20  Derek Price  <derek@ximbiot.com>
48784
48785         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
48786         unnecessary for Autoconfs > 2.59c.
48787
48788 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48789
48790         * lib/argp.h (__option_is_short): Check upper limit of
48791         __key. Isprint() requires its argument to have the value
48792         of an unsigned char or EOF.
48793
48794 2005-06-16  Jim Meyering  <jim@meyering.net>
48795
48796         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
48797         when either N or S is zero.
48798
48799 2005-06-16  Derek Price  <derek@ximbiot.com>
48800
48801         * m4/bison.m4: Declare YACC & YFLAGS precious.
48802
48803 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
48804
48805         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
48806         multibyte string or pattern, fall back on unibyte matching.
48807         Problem reported by James Youngman.
48808
48809 2005-06-08  Bruno Haible  <bruno@clisp.org>
48810
48811         * modules/csharpcomp: New file.
48812         * MODULES.html.sh (C#): Add csharpcomp.
48813
48814 2005-06-08  Bruno Haible  <bruno@clisp.org>
48815
48816         * m4/csharpcomp.m4: New file, from GNU gettext.
48817
48818 2005-06-08  Bruno Haible  <bruno@clisp.org>
48819
48820         * lib/csharpcomp.h: New file, from GNU gettext.
48821         * lib/csharpcomp.c: New file, from GNU gettext.
48822         * lib/csharpcomp.sh.in: New file, from GNU gettext.
48823
48824 2005-06-08  Bruno Haible  <bruno@clisp.org>
48825
48826         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
48827         warning on mingw.
48828
48829 2005-06-07  Derek Price  <derek@ximbiot.com>
48830
48831         Sync from CVS.
48832         * lib/glob_.h: Indent nested #ifdef.
48833
48834 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48835
48836         Sync from coreutils.
48837         Use "file name" when talking about file names, instead of "filename"
48838         or "path", as per the GNU coding standards.
48839         * lib/mkdir-p.c: Renamed from makepath.c.
48840         (make_dir_parents): Renamed from make_path.  All callers changed.
48841         * lib/mkdir-p.h: Likewise.  All includers changed.
48842         * lib/filenamecat.c: Renamed from path-concat.c.
48843         (file_name_concat): Renamed from path_concat.  All callers changed.
48844         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
48845         * lib/filenamecat.h: Likewise.  All includers changed.
48846         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
48847         in comments or local variable names.
48848         * lib/basename.c: Likewise.
48849         * lib/canonicalize.c, canonicalize.h: Likewise.
48850         * lib/dirname.c, dirname.h: Likewise.
48851         * lib/euidaccess.c: Likewise.
48852         * lib/exclude.c: Likewise
48853         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
48854         * lib/fsusage.c, fsuage.h: Likewise.
48855         * lib/fts.c, fts_.h: Likewise.
48856         * lib/getcwd.c: Likewise.
48857         * lib/getloadavg.c: Likewise.
48858         * lib/mkstemp.c: Likewise.
48859         * lib/mountlist.c, mountlist.h: Likewise.
48860         * lib/openat.c, openat.h: Likewise.
48861         * lib/readlink-stub.c: Likewise.
48862         * lib/readutmp.c, readutmp.h: Likewise.
48863         * lib/rename.c: Likewise.
48864         * lib/rmdir.c: Likewise.
48865         * lib/same.c: Likewise.
48866         * lib/savedir.c: Likewise.
48867         * lib/stripslash.c: Likewise.
48868         * lib/tempname.c: Likewise.
48869         * lib/xreadlink.c: Likewise.
48870         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
48871         All uses changed.
48872         * lib/exclude.h: Likewise.
48873
48874         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
48875         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48876         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
48877         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48878         * lib/pathmax.h: Include <limits.h> unconditionally, since other
48879         files have been getting away with it for years (MORE/BSD 4.3
48880         is extinct now).
48881         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
48882         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48883
48884         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
48885         Define to 256, not 255, as per modern POSIX.
48886
48887 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48888
48889         Sync from coreutils.
48890         Use "file name" when talking about file names, instead of "filename"
48891         or "path", as per the GNU coding standards.
48892         * MODULES.html.sh: mkdir-p renamed from makepath.
48893         filenamecat renamed from path-concat.
48894         * modules/filenamecat: Renamed from modules/path-concat.
48895         (Files): filenamecat.h and filenamecat.c renamed from
48896         path-concat.h and path-concat.c.
48897         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
48898         (Include): filenamecat.h, not path-concat.h.
48899         * modules/mkdir-p: Renamed from modules/makepath.
48900         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
48901         makepath.c.
48902         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
48903         (Include): mkdir-p.h, not makepath.h.
48904
48905 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48906
48907         Sync from coreutils.
48908         * m4/mkdir-p.m4: Renamed from makepath.m4.
48909         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
48910         Rename files from makepath.c to mkdir-p.c, and from
48911         makepath.h to mkdir-p.h.
48912         * m4/filenamecat.m4: Renamed from path-concat.m4.
48913         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
48914         Rename files from path-concat.c to filenamecat.c,
48915         and from path-concat.h to filenamecat.h.
48916         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
48917         "file name" in local variables or comments.
48918         * m4/rename.m4: Likewise.
48919
48920 2005-06-01  Bruno Haible  <bruno@clisp.org>
48921
48922         * modules/csharpexec: New file.
48923         * MODULES.html.sh (C#): New section.
48924
48925 2005-06-01  Bruno Haible  <bruno@clisp.org>
48926
48927         * m4/csharp.m4: New file, from GNU gettext.
48928         * m4/csharpexec.m4: New file, from GNU gettext.
48929
48930 2005-06-01  Bruno Haible  <bruno@clisp.org>
48931
48932         * lib/csharpexec.h: New file, from GNU gettext.
48933         * lib/csharpexec.c: New file, from GNU gettext.
48934         * lib/csharpexec.sh.in: New file, from GNU gettext.
48935
48936 2005-05-31  Derek Price  <derek@ximbiot.com>
48937             Paul Eggert  <eggert@cs.ucla.edu>
48938
48939         Sync from cvs.
48940         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48941
48942 2005-05-31  Derek Price  <derek@ximbiot.com>
48943             Paul Eggert  <eggert@cs.ucla.edu>
48944
48945         Sync from cvs.
48946         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48947
48948 2005-05-29  Derek Price  <derek@ximbiot.com>
48949
48950         * config/srclist.txt (glob_.h, glob.c): Add these files.
48951
48952 2005-05-29  Derek Price  <derek@ximbiot.com>
48953
48954         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
48955         * modules/glob: New file.
48956         * modules/getlogin_r: Add link to POSIX spec in description.
48957
48958 2005-05-29  Derek Price  <derek@ximbiot.com>
48959             Paul Eggert  <eggert@cs.ucla.edu>
48960
48961         * m4/glob.m4: New file.
48962
48963 2005-05-29  Derek Price  <derek@ximbiot.com>
48964             Paul Eggert  <eggert@cs.ucla.edu>
48965
48966         * lib/glob_.h, lib/glob.c: New files.
48967
48968 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48969
48970         * modules/fts (Files): Remove m4/inttypes-pri.m4.
48971         * modules/fts-lgpl (Depends-on): Remove gettext.
48972
48973 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48974
48975         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
48976         and don't require gt_INTTYPES_PRI.
48977
48978 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48979
48980         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
48981
48982         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
48983         the configuration hassle isn't worth it.
48984         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
48985         (LONGEST_MODIFIER, PRIuMAX): Remove.
48986
48987 2005-05-27  Bruno Haible  <bruno@clisp.org>
48988
48989         * lib/getlogin_r.h: Remove second include of <stddef.h>.
48990
48991 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
48992
48993         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
48994         _POSIX_PTHREAD_SEMANTICS for Solaris.
48995
48996 2005-05-25  Derek Price  <derek@ximbiot.com>
48997
48998         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
48999
49000 2005-05-25  Derek Price  <derek@ximbiot.com>
49001             Paul Eggert  <eggert@cs.ucla.edu>
49002
49003         * modules/getlogin_r, m4/getlogin_r.m4: New files.
49004         * lib/getlogin_r.c, getlogin_r.h: New files.
49005
49006 2005-05-25  Bruno Haible  <bruno@clisp.org>
49007             Derek Price  <derek@ximbiot.com>
49008
49009         * lib/getlogin_r.h: Simplify API documentation.
49010
49011 2005-05-23  Derek Price  <derek@ximbiot.com>
49012
49013         * modules/minmax (Files): Add m4/minmax.m4.
49014         (configure.ac): Add gl_MINMAX.
49015
49016 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
49017
49018         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
49019         so that unistd-safer.h (GPL'ed code) need not be included.
49020
49021 2005-05-22  Bruno Haible  <bruno@clisp.org>
49022
49023         * m4/minmax.m4: New file.
49024         Based on a patch by Derek Price <derek@ximbiot.com>.
49025
49026 2005-05-22  Bruno Haible  <bruno@clisp.org>
49027
49028         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
49029         (INT64_MIN): Fix definition.
49030         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
49031
49032         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
49033         NEED_SIGNED_INT_TYPES.
49034
49035         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
49036         HAVE_SYSTEM_INTTYPES.
49037
49038 2005-05-22  Bruno Haible  <bruno@clisp.org>
49039
49040         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
49041         Also include <sys/param.h> if it defines MIN, MAX.
49042         Based on a patch by Derek Price <derek@ximbiot.com>.
49043
49044 2005-05-21  Jim Meyering  <jim@meyering.net>
49045
49046         * modules/fts (Files): Add m4/inttypes-pri.m4.
49047         (Depends-on): Add lstat and remove gettext.  Alphabetize.
49048
49049 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
49050
49051         New fts module.
49052         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
49053         (setup_dir, free_dir): New functions.
49054         (enter_dir, leave_dir): Define trivial
49055         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
49056         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
49057         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
49058         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
49059         Move to fts-cycle.c.
49060         (fts_open): Use setup_dir.
49061         (fts_close): Use free_dir.
49062         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
49063         This adds a label and some gotos, but the alternatives were messier.
49064         Check for memory allocation failure when entering a dir.
49065         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
49066         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
49067         (FTS): New member fts_cycle, that is a union that contains the
49068         old active_dir_ht and cycle_state.  All uses changed to mention
49069         fts_cycle.ht and fts_cycle.state.
49070         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
49071         fts.c, with the following changes:
49072         (setup_dir, free_dir): New functions.
49073         (enter_dir): Now returns bool.  Return true if successful, false
49074         if memory exhausted.  All callers changed.
49075         Do not bother partly cleaning up on
49076         memory allocation failure; that is free_dir's job.
49077         However, free ad if hash_insert fails, to avoid memory leak.
49078         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
49079         fts->fts_options to see which union member to use.
49080
49081 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
49082
49083         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
49084         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
49085
49086 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
49087
49088         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
49089
49090 2005-05-20  Jim Meyering  <jim@meyering.net>
49091
49092         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
49093         Now a macro, to pacify GCC.
49094
49095 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
49096
49097         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
49098         of -1.
49099
49100 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
49101
49102         * lib/chown.c (rpl_chown): Return -1 on failure.
49103
49104 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
49105
49106         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
49107         Don't check for stddef.h.
49108         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
49109         don't use its results.
49110         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
49111         since we include them unconditionally.  Don't require
49112         AM_STDBOOL_H, since stdbool is a prerequisite.
49113         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
49114         since we assume C89 or better.
49115         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
49116         as we don't use their results.
49117         Don't check for fchdir, memmove, memset, strrchr, as we use
49118         them unconditionally.
49119         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
49120         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
49121
49122 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
49123
49124         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
49125         Include <stddef.h> unconditionally, since we assume C89 now.
49126         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
49127         * lib/fts.c: Include fts_.h first, to check interface.
49128         Do not include intprops.h; no longer needed.
49129         Include cycle-check.h and hash.h, since fts_.h no longer does.
49130         Remove unnecessary casts of closedir to void.
49131         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
49132         decide whether to decrement nlinks.
49133         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
49134         (FTS): Use struct hash_table * instead of Hash_table, so that
49135         we no longer need to include hash.h here.
49136
49137 2005-05-18  Jim Meyering  <jim@meyering.net>
49138
49139         * modules/dirfd (License): Change to LGPL.  Most of the code
49140         is already in the public domain.
49141
49142 2005-05-18  Jim Meyering  <jim@meyering.net>
49143
49144         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
49145         Reported by Yoann Vandoorselaere.
49146
49147 2005-05-17  Jim Meyering  <jim@meyering.net>
49148
49149         * m4/fts.m4: New file, from coreutils.
49150
49151 2005-05-17  Jim Meyering  <jim@meyering.net>
49152
49153         * lib/fts.c, lib/fts_.h: New files, from coreutils.
49154
49155 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         Sync from coreutils.
49158         * m4/unlinkdir.m4: New file.
49159
49160 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
49161
49162         Sync from coreutils.
49163         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
49164         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
49165         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
49166         White space changes only.
49167         * lib/makepath.c (make_path): Port to hosts where leading "//" is
49168         special.
49169         * lib/yesno.c: Include getline.h, not ctype.h.
49170         (yesno): Don't remove leading white space; POSIX doesn't allow it.
49171         Use getline to remove arbitrary restriction on response length.
49172
49173 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
49174
49175         * config/srclist-update: Spell out "Street" in FSF postal
49176         mail address; this is the style the FSF seems to prefer.
49177
49178         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
49179         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
49180         this updates FSF postal mail address.
49181
49182         Sync from coreutils.
49183         * modules/unlinkdir: New file.
49184         * modules/yesno (Depends-on): Add getline.
49185         * MODULES.html.sh (File system functions): Add unlinkdir.
49186
49187 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
49188
49189         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
49190         lib/strsep.h:
49191         Change the initial comment to refer to GPL, not LGPL.
49192         gnulib-tool will change it to LGPL as needed.
49193
49194         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
49195         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
49196         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
49197         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
49198         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
49199         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
49200         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
49201         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
49202         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
49203         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
49204         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
49205         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
49206         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
49207         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
49208         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
49209         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
49210         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
49211         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
49212         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
49213         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
49214         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
49215         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
49216         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
49217         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
49218         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
49219         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
49220         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
49221         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
49222         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
49223         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
49224         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
49225         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
49226         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
49227         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
49228         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
49229         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
49230         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
49231         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
49232         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
49233         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
49234         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
49235         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
49236         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
49237         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
49238         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
49239         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
49240         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
49241         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
49242         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
49243         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
49244         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
49245         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
49246         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
49247         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
49248         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
49249         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
49250         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
49251         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
49252         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
49253         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
49254         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
49255         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
49256         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
49257         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
49258         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
49259         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
49260         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
49261         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
49262         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
49263         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
49264         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
49265         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
49266         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
49267         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
49268         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
49269         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
49270         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
49271         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
49272         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
49273         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
49274         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
49275         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
49276         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
49277         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
49278         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
49279         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
49280         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
49281         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
49282         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
49283         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
49284         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
49285         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
49286         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
49287         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
49288         lib/yesno.c, lib/yesno.h:
49289         Update FSF postal mail address.
49290
49291 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
49292
49293         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
49294         tests/test-memmem.c, tests/test-stpncpy.c:
49295         Update FSF postal mail address.
49296
49297 2005-05-13  Bruno Haible  <bruno@clisp.org>
49298
49299         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
49300         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
49301         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
49302         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
49303         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
49304         Add support for 64-bit integers in the MSVC compiler.
49305
49306 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49307
49308         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
49309
49310 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
49311
49312         * gnulib-tool (func_import): Sort and uniquify recommended includes.
49313
49314 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
49315
49316         * doc/getdate.texi (General date syntax): Don't say that date
49317         date --iso-8601=ns generates acceptable dates; it doesn't yet.
49318         Problem reported by Nic Ferrier.
49319
49320 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49321
49322         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
49323         specified in ai_socktype. Fix invalid ai_protocol
49324         check. ai_protocol is usually set to 0 or depending on
49325         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
49326         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
49327         ai_socktype / ai_protocol in the returned addrinfo structure.
49328
49329 2005-05-10  Simon Josefsson  <jas@extundo.com>
49330
49331         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
49332         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
49333
49334 2005-05-10  Karl Berry  <karl@gnu.org>
49335
49336         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
49337         (from http://www.gnu.org/licenses).
49338         * doc/COPYING.LIB: also rename to COPYING.LESSER.
49339         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
49340         fdl.texi suffices.
49341
49342 2005-05-10  Karl Berry  <karl@gnu.org>
49343
49344         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
49345         (COPYING.DOC): remove.
49346
49347         * config/srclist-update: new FSF address.
49348
49349 2005-05-10  Derek Price  <derek@ximbiot.com>
49350
49351         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
49352         possible.
49353
49354 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49355             Bruno Haible  <bruno@clisp.org>
49356
49357         * modules/inet_ntop: New file.
49358         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49359         inet_ntop.
49360
49361 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49362             Bruno Haible  <bruno@clisp.org>
49363
49364         * m4/inet_ntop.m4: New file.
49365
49366 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49367             Bruno Haible  <bruno@clisp.org>
49368
49369         * lib/inet_ntop.h: New file.
49370         * lib/inet_ntop.c: New file, from glibc with modifications.
49371
49372 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
49373
49374         * modules/time_r (License): Change to LGPL.
49375         * modules/extensions (License): Change to LGPL.  Actually,
49376         the license is more permissive than that, but currently gnulib-tool
49377         doesn't know how to handle more-permissive licenses.
49378
49379         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
49380         Problem reported by Dave Love.
49381
49382 2005-05-08  Jim Meyering  <jim@meyering.net>
49383
49384         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
49385         blank.
49386
49387 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
49388
49389         * modules/argmatch (Depends-on): Add stdbool.
49390         * modules/backupfile (Depends-on): Likewise.
49391         * modules/chdir-long (Depends-on): Likewise.
49392         * modules/closeout (Depends-on): Likewise.
49393         * modules/cycle-check (Depends-on): Likewise.
49394         * modules/dirname (Depends-on): Likewise.
49395         * modules/fnmatch (Depends-on): Likewise.
49396         * modules/fsusage (Depends-on): Likewise.
49397         * modules/fwriteerror (Depends-on): Likewise.
49398         * modules/getcwd (Depends-on): Likewise.
49399         * modules/getloadavg (Depends-on): Likewise.
49400         * modules/hard-locale (Depends-on): Likewise.
49401         * modules/makepath (Depends-on): Likewise.
49402         * modules/mountlist (Depends-on): Likewise.
49403         * modules/nanosleep (Depends-on): Likewise.
49404         * modules/posixtm (Depends-on): Likewise.
49405         * modules/quotearg (Depends-on): Likewise.
49406         * modules/readtokens (Depends-on): Likewise.
49407         * modules/readtokens0 (Depends-on): Likewise.
49408         * modules/readutmp (Depends-on): Likewise.
49409         * modules/save-cwd (Depends-on): Likewise.
49410         * modules/strftime (Depends-on): Likewise.
49411         * modules/userspec (Depends-on): Likewise.
49412         * modules/utimecmp (Depends-on): Likewise.
49413         * modules/xgetcwd (Depends-on): Likewise.
49414         * modules/xnanosleep (Depends-on): Likewise.
49415         * modules/xstrtod (Depends-on): Likewise.
49416         * modules/yesno (Depends-on): Likewise.
49417
49418 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
49419
49420         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
49421         needless checks.
49422
49423 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49424
49425         Merge from coreutils.  Among other things,
49426         add bulletproofing for cases where stdin, stdout, or stderr are closed.
49427         * lib/fd-safer.c: New file.
49428         * lib/fcntl-safer.h, open-safer.c: Remove.
49429         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
49430         * lib/dup-safer.c: Include unistd-safer.h first.
49431         Don't include errno.h.
49432         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
49433         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
49434         * lib/file-type.c: Rely on file-type.h change.
49435         * lib/getloadavg.c: Include unistd-safer.h.
49436         (getloadavg): Use safer open.
49437         * lib/getusershell.c: Include "stdio-safer.h".
49438         (getusershell): Use safer fopen.
49439         * lib/long-options.c (long_options): Use NULL rather than 0.
49440         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
49441         'free'.
49442         * lib/modechange.c: Likewise.
49443         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
49444         (MODE_DONE): New constant.
49445         (struct mode_change): Remove 'next' member.
49446         (make_node_op_equals): New function; like the old one of the
49447         same name, except it allocates an array.
49448         (mode_compile, mode_create_from_ref): Use it.
49449         (mode_compile): Allocate result as an array, not a linked list.
49450         Parse octal string ourself, so that we catch mistakes like "+0".
49451         (mode_adjust): Arg is an array, not a linked list.
49452         * lib/modechange.c: Include stat-macros.h, xalloc.h.
49453         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
49454         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
49455         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
49456         Remove.  This is now stat-macros.h's job.
49457         (talloc): Remove.  All callers replaced by xalloc, so that
49458         our invokers don't have to worry about reporting memory failures.
49459         (make_node_op_equals): Remove.
49460         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
49461         New constants.
49462         (struct mode_change): Moved here from modechange.h.
49463         (mode_append_entry): Remove.
49464         (mode_compile): Remove MASKED_OPS arg, since it encouraged
49465         apps to have incorrect behavior.  Use simpler algorithm for head
49466         and tail.  Don't futz with umask; that's now the job of mode_adjust.
49467         Detect more invalid usages rather than having somewhat-random behavior.
49468         Don't insert an "a=" action, as that leads to incorrect behavior.
49469         (mode_compile, mode_create_from_ref): Return NULL on error instead
49470         of an enum, since now there's only one way to have an error.  All
49471         callers changed.
49472         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
49473         at the correct time.  Simplify calculation of "+u" and its ilk.
49474         Don't mishandle "+X".
49475         (mode_free): Remove "register" and localize decls.
49476         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
49477         (struct mode_change): Move to modechange.c; callers don't
49478         need to see this stuff.
49479         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
49480         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
49481         (mode_change, mode_adjust): Reflect the new signatures noted above.
49482         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
49483         that might redefine system include files.
49484         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
49485         (my_usleep): Use NULL rather than (void *) 0.
49486         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
49487         Use siginterrupt to specify that system calls should be interrupted.
49488         (rpl_nanosleep): Move initialization of suspended closer to call of
49489         my_usleep.
49490         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
49491         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
49492         (desirable_utmp_entry): New function.
49493         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
49494         using x2nrealloc, to simplify logic.
49495         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
49496         size calculation.  Do not assume utmp file is a regular file.
49497         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
49498         (READ_UTMP_CHECK_PIDS): New constant.
49499         * lib/save-cwd.c: Include unistd-safer.h.
49500         (save_cwd): Use fd_safer.
49501         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
49502         [!_LIBC] Include "stat-macros.h" instead.
49503         * lib/unistd-safer.h (fd_safer): New decl.
49504
49505 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49506
49507         * modules/getloadavg (Depends-on): Add unistd-safer.
49508         * modules/getusershell (Depends-on): Add stdio-safer.
49509         * modules/lstat (Depends-on): Remove xalloc.
49510         * modules/mkstemp (Depends-on): Add stat-macros.
49511         * modules/modechange (Depends-on): Remove xstrtol.
49512         Add stat-macros, xalloc.
49513         * modules/save-cwd (Depends-on): Add unistd-safer.
49514         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
49515         * modules/unistd-safer (Files): Add lib/fd-safer.c
49516         (Makefile.am): Remove lib_SOURCES.
49517
49518         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
49519         Remove fcntl-safer; unistd-safer supersedes it.
49520
49521 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49522
49523         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
49524         AC_HEADER_STAT.
49525         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
49526         (gl_PREREQ_CHOWN): Remove.
49527         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
49528         it.  Don't require AC_HEADER_STAT.
49529         (gl_PREREQ_LSTAT): Remove.
49530         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
49531         Don't require AC_HEADER_STAT.
49532         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
49533         (gl_PREREQ_RMDIR): Remove.
49534         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
49535         mention stat-macros.h or AC_HEADER_STAT, since we'll make
49536         the stat-macros module a prerequisite.
49537         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
49538         * m4/filemode.m4 (gl_FILEMODE): Likewise.
49539         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
49540         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
49541         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
49542         variable names.
49543         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
49544         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
49545         variable prefixes.
49546         * m4/fcntl-safer.m4: Remove.
49547         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
49548         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
49549         Invoke gl_PREREQ_FD_SAFER.
49550         (gl_PREREQ_FD_SAFER): New macro.
49551         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
49552         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
49553         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
49554         Remove duplicate call to AC_LIBOBJ(readutmp).
49555         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
49556
49557         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
49558         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
49559
49560 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49561
49562         * MODULES.html.sh (Misc): Add byteswap.
49563
49564 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49565
49566         * modules/getcwd (Depends-on): Add extensions.
49567         * modules/openat (Depends-on): Likewise.
49568
49569 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49570
49571         * modules/byteswap: New file.
49572
49573 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49574
49575         * m4/byteswap.m4: New file.
49576
49577 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49578
49579         * lib/byteswap_.h: New file.
49580
49581 2005-04-25  Karl Berry  <karl@gnu.org>
49582
49583         * m4/gettext.m4: Update from GNU gettext 0.14.4.
49584
49585 2005-04-25  Albert Chin  <china@thewrittenword.com>
49586
49587         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
49588         Toolkit C bug.
49589
49590 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
49591
49592         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
49593         (func_ln_if_changed) Remove forcibly for no error message
49594         in case file does not exist.
49595
49596 2005-04-19  Simon Josefsson  <jas@extundo.com>
49597
49598         * gnulib-tool (Options): Make --symlink mean --symbolic.
49599
49600 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
49601
49602         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
49603
49604 2005-04-16  Simon Josefsson  <jas@extundo.com>
49605
49606         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
49607
49608 2005-04-15  Simon Josefsson  <jas@extundo.com>
49609
49610         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
49611
49612 2005-04-15  Simon Josefsson  <jas@extundo.com>
49613
49614         * gnulib-tool: Rename --symlink to --symbolic.
49615
49616 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
49617
49618         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
49619         symbolic links to files instead of copying/moving.  Add --aux-dir,
49620         specifying directory relative --dir where auxiliary build tools
49621         are placed.
49622
49623 2005-04-14  Bruno Haible  <bruno@clisp.org>
49624
49625         * modules/allocsa (License): Change to LGPL.
49626         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
49627
49628 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
49629
49630         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
49631         that "UTC +1 second" continues to work.  Problem reported
49632         by Dmitry V. Levin.
49633         (relunit_snumber): New rule.
49634         (relunit): Use it.
49635
49636 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
49637
49638         * lib/getdate.y (universal_time_zone_table): New constant.
49639         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
49640         universal_time_zone_table.
49641         (lookup_zone): Prefer universal_time_zone_table to
49642         local_time_zone_table, so that "GMT" time stamps are allowed in
49643         London during the summer.  Problem reported by Ian Abbott.
49644
49645 2005-04-12  Jim Meyering  <jim@meyering.net>
49646
49647         * lib/human.c (humblock): Set *options even when returning due to
49648         xstrtoumax conversion failure.  Thanks to a used-uninitialized
49649         warning from gcc-4.
49650
49651 2005-04-09  Jim Meyering  <jim@meyering.net>
49652
49653         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
49654         -Wuninitialized: initialize tm0.tm_year.
49655
49656 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
49657
49658         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
49659         count, since there's no maximum.  All uses changed.
49660         Add member dsts_seen.
49661         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
49662         not being INT_MAX.
49663         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
49664         Use pc_rels_seen to decide whther a date is absolute.
49665
49666         * lib/getdate.y (number): Don't overwrite year.
49667         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
49668         check.
49669
49670 2005-04-02  Simon Josefsson  <jas@extundo.com>
49671
49672         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
49673         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
49674
49675 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
49676
49677         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
49678         where no absolute path name can be longer than PATH_MAX.
49679
49680 2005-03-27  Jim Meyering  <jim@meyering.net>
49681
49682         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
49683
49684 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
49685
49686         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
49687         "one's complement" -> "ones' complement" in comment, as per Knuth.
49688         "value of type" -> "type or expression" in comment.
49689         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
49690
49691 2005-03-26  Jim Meyering  <jim@meyering.net>
49692
49693         Comment nits.
49694         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
49695         Correct typos: s/or/of/.
49696
49697 2005-03-26  Jim Meyering  <jim@meyering.net>
49698
49699         * modules/check-include-files: Move to ../ and rename to...
49700         * check-module: ...this.
49701
49702 2005-03-25  Jim Meyering  <jim@meyering.net>
49703
49704         * modules/xvasprintf (Files): Add xalloc.h.
49705
49706 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
49707
49708         * modules/gettext (Files): config/config.rpath ->
49709         build-aux/config.rpath
49710         * modules/iconv (Files): Likewise.
49711         Problem reported by Oskar Liljeblad.
49712
49713 2005-03-23  Jim Meyering  <jim@meyering.net>
49714
49715         * modules/check-include-files: New script to check for
49716         missing dependencies, multiple includes, etc.
49717
49718         * modules/c-strtold (Depends-on): Add xalloc.
49719         * modules/c-strtod (Depends-on): Add xalloc.
49720         * modules/hash (Depends-on): Add xalloc.
49721         (Files): Remove lib/xalloc.h.
49722
49723         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
49724         * modules/userspec (Files): Add lib/inttostr.h.
49725
49726 2005-03-23  Jim Meyering  <jim@meyering.net>
49727
49728         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
49729
49730 2005-03-22  Jim Meyering  <jim@meyering.net>
49731
49732         * modules/stat-macros: New module.
49733         * modules/canonicalize, modules/euidaccess, modules/file-type,
49734         * modules/filemode, modules/lchown, modules/makepath,
49735         * modules/rmdir, modules/stat: Depend on new stat-macros module
49736         rather than listing lib/stat-macros.h manually.
49737         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
49738
49739 2005-03-22  Jim Meyering  <jim@meyering.net>
49740
49741         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
49742
49743 2005-03-22  Bruno Haible  <bruno@clisp.org>
49744
49745         * config/srclist.txt: Replace target directory 'config' with
49746         'build-aux'.
49747         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
49748         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
49749         ../build-aux/.
49750
49751 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
49752
49753         * modules/chdir-long (Depends-on): Add mempcpy.
49754
49755         * modules/acl, modules/backupfile, modules/c-strtod,
49756         modules/c-strtold, modules/canon-host, modules/canonicalize,
49757         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
49758         modules/exclude, modules/exitfail, modules/file-type,
49759         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
49760         modules/getdate, modules/getline, modules/getpagesize,
49761         modules/getpass, modules/getugroups, modules/group-member,
49762         modules/hard-locale, modules/hash, modules/human, modules/idcache,
49763         modules/inttostr, modules/long-options, modules/makepath,
49764         modules/md5, modules/memcasecmp, modules/memcoll,
49765         modules/modechange, modules/mountlist, modules/path-concat,
49766         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
49767         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
49768         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
49769         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
49770         modules/strftime, modules/strndup, modules/strverscmp,
49771         modules/timespec, modules/unlocked-io, modules/userspec,
49772         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
49773         modules/yesno:
49774         Remove lib_SOURCES line from Makefile.am section, as this is now
49775         done automatically by the corresponding Autoconf macro.
49776
49777 2005-03-21  Jim Meyering  <jim@meyering.net>
49778
49779         Changes imported from coreutils.
49780
49781         * lib/cycle-check.c: Don't include xalloc.h.
49782
49783         * lib/path-concat.c: Don't include assert.h.
49784         (path_concat): Remove assertion that would have triggered
49785         for ABASE starting with more than one slash.
49786         Reported by Andreas Schwab.
49787
49788         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
49789         properly when ABASE is an absolute file name.
49790         Correct the description of this function.
49791         Include <assert.h>.
49792         Add an assertion and a test driver.
49793         This fixes a bug introduced on 2004-07-02.
49794         Andreas Schwab reported the resulting failure of cp --parents:
49795         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
49796
49797 2005-03-21  Jim Meyering  <jim@meyering.net>
49798
49799         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
49800         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
49801
49802 2005-03-21  Jim Meyering  <jim@meyering.net>
49803         and  Paul Eggert  <eggert@cs.ucla.edu>
49804
49805         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
49806         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
49807         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
49808         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
49809         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
49810         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
49811         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
49812         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
49813         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
49814         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
49815         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
49816         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
49817         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
49818         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
49819         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
49820         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
49821         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
49822         for these modules.
49823
49824 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
49825
49826         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
49827         (which shouldn't happen), generate nothing instead of returning 0
49828         immediately, so that nstrftime (NULL, ...) doesn't return 0.
49829
49830 2005-03-16  Bruno Haible  <bruno@clisp.org>
49831
49832         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
49833         HAVE_LONGLONG_64BIT.
49834
49835 2005-03-16  Bruno Haible  <bruno@clisp.org>
49836
49837         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
49838         HAVE_LONGLONG_64BIT.
49839
49840 2005-03-16  Bruno Haible  <bruno@clisp.org>
49841
49842         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
49843         HAVE_LONGLONG_64BIT.
49844
49845 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49846
49847         * lib/strftime.c (my_strftime): Prepend space to format so that we can
49848         reliably distinguish strftime failure from empty output on POSIX
49849         hosts.
49850
49851 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49852
49853         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
49854         (iconv_string): Don't guess a size-zero buffer, as that might cause
49855         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
49856         result would be 'too large', where 'too large' is (heuristically)
49857         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
49858         overflow concerns.  This will prevent some unwanted malloc failures
49859         when the inputs are very large.
49860
49861 2005-03-15  Karl Berry  <karl@gnu.org>
49862
49863         * config/srclist.txt (config.rpath): from gettext.
49864         * config/config.rpath: update.
49865
49866 2005-03-15  Bruno Haible  <bruno@clisp.org>
49867
49868         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
49869         to 'negate'.
49870
49871         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
49872         variable.
49873
49874         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
49875         results.
49876
49877 2005-03-14  Simon Josefsson  <jas@extundo.com>
49878
49879         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
49880         <fx@gnu.org>.
49881
49882 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
49883
49884         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
49885         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
49886         intprops.h.
49887         * lib/strtol.c: Likewise.
49888
49889 2005-03-14  Jim Meyering  <jim@meyering.net>
49890
49891         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
49892         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
49893         to be nonzero so that we (and caller) can detect the difference
49894         between a valid zero-length expansion and an error return, even
49895         when the underlying strftime fails before writing anything into
49896         that location.
49897
49898 2005-03-14  Bruno Haible  <bruno@clisp.org>
49899
49900         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
49901         Update from GNU gettext 0.14.3.
49902
49903 2005-03-10  Jim Meyering  <jim@meyering.net>
49904
49905         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
49906
49907 2005-03-10  Jim Meyering  <jim@meyering.net>
49908
49909         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
49910         so that this module works on systems without fchdir.
49911
49912 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49913
49914         Factor int-properties macros into a single file, except for
49915         glibc-related files.
49916         * lib/intprops.h: New file.
49917         * lib/getloadavg.c: Include it instead of limits.h.
49918         (INT_STRLEN_BOUND): Remove.
49919         * lib/human.c: Include intprops.h.
49920         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
49921         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
49922         302/1000.
49923         * lib/inttostr.h: Include intprops.h instead of limits.h.
49924         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
49925         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
49926         for consistency with intprops.h.
49927         (time_t_is_integer, twos_complement_arithmetic): Use them.
49928         * lib/sig2str.h: Include <signal.h>, intprops.h.
49929         (INT_STRLEN_BOUND): Remove.
49930         * lib/strftime.c (TYPE_SIGNED): Remove.
49931         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
49932         * lib/strtol.c: Adjust comments to match intprops.h.
49933         * lib/userspec.c: Include intprops.h.
49934         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
49935         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
49936         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
49937         instead of rolling our own expressions.
49938         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
49939
49940         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
49941         instead of int.
49942         (my_strftime): Do not mishandle years close to INT_MAX, by doing
49943         the right thing even if adding 1900 would overflow.  Similarly
49944         for tm_mon + 1 and tm_yday + 1.
49945         Make %Y always equivalent to %C%y, and similarly for %G and %g.
49946         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
49947         (DO_SIGNED_NUMBER): New macro.
49948         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
49949
49950 2005-03-07  Bruno Haible  <bruno@clisp.org>
49951
49952         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
49953
49954 2005-03-07  Bruno Haible  <bruno@clisp.org>
49955
49956         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
49957
49958 2005-03-04  Derek R. Price  <derek@ximbiot.com>
49959
49960         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
49961         (func_import): Only replace files via --import when they have actually
49962         changed.
49963
49964 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49965
49966         * m4/mmap-anon.m4: New file.
49967         * m4/pagealign_alloc.m4: New file.
49968
49969 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49970             Bruno Haible  <bruno@clisp.org>
49971
49972         * modules/pagealign_alloc: New file.
49973         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
49974
49975 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49976             Bruno Haible  <bruno@clisp.org>
49977
49978         * lib/pagealign_alloc.h: New file.
49979         * lib/pagealign_alloc.c: New file.
49980
49981 2005-03-03  Bruno Haible  <bruno@clisp.org>
49982
49983         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
49984         Use an all-permissive copyright notice, recommended by RMS.
49985
49986 2005-03-02  Bruno Haible  <bruno@clisp.org>
49987
49988         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
49989         of AIX, the replacement has to be done only after <string.h> is
49990         included, therefore not in config.h. stpncpy.h does the replacement,
49991         and stpncpy.c uses it.
49992
49993 2005-03-02  Bruno Haible  <bruno@clisp.org>
49994
49995         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
49996         stpncpy.c uses it.
49997
49998 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49999
50000         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
50001         The workaround isn't strictly needed for POSIX conformance, and
50002         it's too much of a pain to configure and maintain.  We'll ask
50003         people to fix their kernels instead.
50004         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
50005         (NANOSLEEP_BUG_WORKAROUND): Remove.
50006         (xnanosleep): Remove the workaround.
50007
50008 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
50009
50010         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
50011         Reported by Derek Price.
50012         (Include): Add "timespec.h".
50013
50014         * modules/xnanosleep (Depends-on): Remove gethrxtime.
50015
50016 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
50017
50018         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
50019         to detect nanosleep bug.
50020
50021 2005-03-01  Bruno Haible  <bruno@clisp.org>
50022
50023         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
50024
50025 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
50026
50027         * modules/gethrxtime: New file.
50028         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
50029         (Depends-on): Add gethrxtime.
50030         (configure.ac): Add gl_XNANOSLEEP.
50031         (Makefile.am): Remove lib_SOURCES line.
50032
50033 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
50034
50035         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
50036         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
50037
50038 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
50039
50040         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
50041         * lib/timespec.h (gettime): Return void, since it always
50042         succeeds now.  All uses changed.
50043         * lib/gettime.c (gettime) Likewise.
50044         [HAVE_NANOTIME]: Prefer nanotime.
50045         Assume gettimeofday succeeds, as POSIX requires.
50046         Assime time () succeeds, since other code already does.
50047         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
50048         (timespec_subtract): Remove.
50049         (NANOSLEEP_BUG_WORKAROUND): New constant.
50050         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
50051         things considerably.  Use it only on GNU/Linux hosts, since the
50052         workaround shouldn't be needed elsewhere.
50053
50054 2005-02-24  Bruno Haible  <bruno@clisp.org>
50055
50056         * modules/gettext (Files): Add m4/glibc2.m4.
50057
50058 2005-02-24  Bruno Haible  <bruno@clisp.org>
50059
50060         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
50061         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
50062         * m4/progtest.m4:
50063         Update from GNU gettext 0.14.2.
50064         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
50065
50066 2005-02-24  Bruno Haible  <bruno@clisp.org>
50067
50068         * lib/localcharset.c: Update from GNU gettext 0.14.2.
50069         * lib/config.charset: Update from GNU gettext 0.14.2.
50070
50071 2005-02-24  Bruno Haible  <bruno@clisp.org>
50072
50073         * lib/gettext.h: Update from GNU gettext 0.14.2.
50074
50075 2005-02-23  Simon Josefsson  <jas@extundo.com>
50076
50077         * m4/iconvme.m4: New file.
50078
50079 2005-02-23  Jim Meyering  <jim@meyering.net>
50080
50081         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
50082         change.
50083         Thanks to Bruno Haible for catching it.
50084
50085 2005-02-22  Simon Josefsson  <jas@extundo.com>
50086
50087         * modules/iconvme: New file.
50088
50089         * MODULES.html.sh: Add iconvme.
50090
50091 2005-02-22  Simon Josefsson  <jas@extundo.com>
50092
50093         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
50094
50095 2005-02-22  Simon Josefsson  <jas@extundo.com>
50096
50097         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
50098
50099 2005-02-22  Jim Meyering  <jim@meyering.net>
50100
50101         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
50102         s/ifndef/ifdef/.
50103
50104 2005-02-20  Neil Conway  <neilc@samurai.com>
50105
50106         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
50107         returned by OSX/Darwin if the specified buffer is not large
50108         enough for the hostname.
50109
50110 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50111
50112         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
50113         pass it to _help, otherwise the latter coredumps trying to
50114         dereference state.root_argp.
50115
50116 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
50117
50118         * modules/chdir-long (Depends-on): Add memrchr.
50119         * modules/memrchr (Files): Add lib/memrchr.h.
50120         (Include): "memrchr.h".
50121
50122 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
50123
50124         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
50125
50126 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
50127
50128         * lib/memrchr.h: New file.
50129         * lib/chdir-long.c: Include it.
50130         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
50131         Don't bother including stddef.h.
50132
50133 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
50134
50135         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
50136         inclusion.
50137         Include <sys/types.h>, for dev_t.
50138         (ME_DUMMY, ME_REMOTE): Move from here....
50139         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
50140         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
50141         Dmitry V. Levin.
50142         Include mountlist.h first, to test the interface.
50143
50144 2005-01-29  Bruno Haible  <bruno@clisp.org>
50145
50146         * lib/progname.c (program_name): Initialize.
50147         Needed when linking statically on MacOS X.
50148
50149 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
50150
50151         Sync from coreutils.
50152         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
50153         (Depends-on): Add c-strtod.
50154         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
50155
50156 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
50157
50158         Sync from coreutils.
50159         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
50160
50161         Remove files that are specific to coreutils.
50162         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
50163
50164 2005-01-28  Bruno Haible  <bruno@clisp.org>
50165
50166         * modules/javacomp: New file.
50167         * MODULES.html.sh (Java): Add javacomp.
50168
50169 2005-01-28  Bruno Haible  <bruno@clisp.org>
50170
50171         * m4/javacomp.m4: New file, from GNU gettext.
50172
50173 2005-01-28  Bruno Haible  <bruno@clisp.org>
50174
50175         * lib/javacomp.sh.in: New file, from GNU gettext.
50176         * lib/javacomp.h: New file, from GNU gettext.
50177         * lib/javacomp.c: New file, from GNU gettext.
50178
50179 2005-01-26  Simon Josefsson  <jas@extundo.com>
50180
50181         * lib/gai_strerror.c: Use GPL in header.
50182
50183 2005-01-26  Bruno Haible  <bruno@clisp.org>
50184
50185         * modules/javaexec: New file.
50186         * MODULES.html.sh (Java): Add javaexec.
50187
50188 2005-01-26  Bruno Haible  <bruno@clisp.org>
50189
50190         * m4/javaexec.m4: New file, from GNU gettext.
50191
50192 2005-01-26  Bruno Haible  <bruno@clisp.org>
50193
50194         * lib/javaexec.sh.in: New file, from GNU gettext.
50195         * lib/javaexec.h: New file, from GNU gettext.
50196         * lib/javaexec.c: New file, from GNU gettext.
50197
50198 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50199
50200         * modules/lchown (Depends-on): Remove lchown.h
50201
50202 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50203
50204         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
50205         must be defined if the header file was not found, in order
50206         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
50207
50208 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50209
50210         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
50211         initializers for struct pentry_state.
50212         (__argp_error): Check return value of __asprintf
50213         (__argp_failure): Translate error message
50214
50215         * lib/argp-parse.c: Removed braces around the expansion of N_()
50216
50217 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
50218
50219         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
50220         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
50221         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
50222         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
50223         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
50224         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
50225         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
50226         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
50227         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
50228         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
50229         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
50230         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
50231         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
50232         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
50233         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
50234         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
50235         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
50236         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
50237         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
50238         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
50239         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
50240         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
50241         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
50242         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
50243         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
50244         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
50245         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
50246         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
50247         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
50248         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
50249         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
50250         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
50251         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
50252         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
50253         xstrtol.m4, xstrtoumax.m4, yesno.m4:
50254         Use an all-permissive copyright notice, recommended by RMS.
50255
50256 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
50257
50258         * modules/chdir-long (Depends-on): Remove mempcpy.
50259
50260 2005-01-21  Jim Meyering  <jim@meyering.net>
50261
50262         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
50263         same value as for Solaris 9.
50264
50265         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
50266         component length.  This included changing the parameter to be
50267         of type `char *' rather than `char const *'.
50268         * lib/chdir-long.h (chdir_long): Update prototype.
50269
50270         * lib/openat.c (fdopendir, fstatat): New functions.
50271         * lib/openat.h: Include headers required for use of DIR and struct
50272         stat.
50273         [AT_SYMLINK_NOFOLLOW]: Define.
50274         (fdopendir, fstatat): Add prototypes.
50275
50276 2005-01-21  Bruno Haible  <bruno@clisp.org>
50277
50278         * modules/classpath: New file.
50279         * MODULES.html.sh (Java): Add classpath.
50280
50281 2005-01-21  Bruno Haible  <bruno@clisp.org>
50282
50283         * lib/classpath.h: New file, from GNU gettext.
50284         * lib/classpath.c: New file, from GNU gettext.
50285
50286 2005-01-20  Simon Josefsson  <jas@extundo.com>
50287
50288         * modules/version-etc-fsf: New file.
50289
50290 2005-01-20  Simon Josefsson  <jas@extundo.com>
50291
50292         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
50293         * lib/version-etc.c: Remove version_etc_copyright.
50294         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
50295         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
50296
50297 2005-01-20  Simon Josefsson  <jas@extundo.com>
50298
50299         * lib/base64.h (isbase64): Add.
50300
50301         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
50302         using a unsigned prototype, don't inline.
50303         (base64_decode): Use it.
50304
50305 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
50306
50307         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
50308         it.
50309
50310 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
50311
50312         * lib/save-cwd.c (save_cwd): Remove code to support the case
50313         where fchdir is missing or flaky.
50314
50315 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
50316
50317         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
50318
50319 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
50320
50321         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
50322         AC_LIBSOURCES now does this.
50323         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
50324         with new ullong_max module.
50325
50326 2005-01-19  Bruno Haible  <bruno@clisp.org>
50327
50328         * modules/sh-quote: New file.
50329         * MODULES.html.sh (Executing programs): Add sh-quote.
50330
50331 2005-01-19  Bruno Haible  <bruno@clisp.org>
50332
50333         * lib/sh-quote.h: New file, from GNU gettext.
50334         * lib/sh-quote.c: New file, from GNU gettext.
50335
50336 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
50337
50338         Merge from coreutils.
50339         * m4/ullong_max.m4: New file.
50340         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
50341         (gl_MACROS): Assume localeconv exists.
50342
50343 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
50344
50345         Merge changes from coreutils, as described below in several
50346         changelogs dated today.
50347
50348         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
50349         (O_DIRECTORY): Remove; not needed here, since "." must be
50350         a directory.  All uses removed.
50351         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
50352         universal on Suns, and we also need to test for IRIX.
50353         Revamp code to use 'if' rather than '#if'.
50354         Avoid unnecessary comparison of cwd->desc to 0.
50355
50356         * lib/utimens.c (futimens): Robustify the previous patch, by checking
50357         for known valid error numbers rather than observed invalid ones.
50358
50359 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
50360
50361         * modules/ullong_max: New file.
50362
50363         * modules/chdir-long, modules/openat: New files.
50364         * modules/save-cwd (Depends-on): Depend on chdir-long.
50365         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
50366
50367 2005-01-18  Jim Meyering  <jim@meyering.net>
50368
50369         Merge from coreutils.
50370         * m4/chdir-long.m4, m4/openat.m4: New files.
50371         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
50372         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
50373         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
50374         is sane and DOES follow symlinks.  Besides, testing 20 different
50375         systems found no broken chown implementations.
50376         Prompted by a change in rsync's copy of this macro.
50377         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
50378
50379         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
50380
50381         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
50382         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
50383         NULL-means-set-to-current-time semantics.
50384         Remove temporary file immediately, rather than waiting
50385         for configure's at-exit trap code to do it.
50386
50387 2005-01-18  Jim Meyering  <jim@meyering.net>
50388
50389         * lib/version-etc.c (version_etc_copyright): Update copyright date.
50390
50391         * lib/utimens.c (futimens): Account for the fact that futimes
50392         can also fail with errno == ENOSYS or errno == ENOENT.
50393         Patch from Dmitry V. Levin.
50394
50395         Change the name of the robust chdir function from chdir to chdir_long.
50396         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
50397         (restore_cwd): Use chdir_long, not chdir.
50398         * lib/chdir-long.c: Renamed from chdir.c.
50399         * lib/chdir-long.h: Renamed from chdir.h.
50400         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
50401         Hurd.
50402
50403 2005-01-18  Bruno Haible  <bruno@clisp.org>
50404
50405         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
50406         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
50407         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
50408         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
50409         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
50410         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
50411         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
50412         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
50413         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
50414         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
50415         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
50416         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
50417         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
50418         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
50419         Use an all-permissive copyright notice, recommended by RMS.
50420
50421 2005-01-18  Bob Proulx  <bob@proulx.com>
50422
50423         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
50424         simplify offsetof() macro construct to avoid compile failure with
50425         native HP-UX 11.0 ANSI C compiler.
50426
50427 2005-01-17  Bruno Haible  <bruno@clisp.org>
50428
50429         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
50430         redundant because stpncpy.m4 takes care of it.
50431
50432 2005-01-17  Bruno Haible  <bruno@clisp.org>
50433
50434         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
50435
50436 2005-01-17  Bruno Haible  <bruno@clisp.org>
50437
50438         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
50439         used.
50440
50441 2005-01-17  Bruno Haible  <bruno@clisp.org>
50442
50443         * lib/fwriteerror.h (fwriteerror): Change specification to include
50444         fclose.
50445         * lib/fwriteerror.c: Include <stdbool.h>.
50446         (fwriteerror): At the end, close the file stream. Record whether
50447         stdout was already closed.
50448
50449 2005-01-17  Bruno Haible  <bruno@clisp.org>
50450
50451         * lib/execute.c (environ): Declare if needed.
50452         * lib/pipe.c (environ): Likewise.
50453         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
50454
50455 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50456
50457         * modules/argp: Depend on vsnprintf
50458
50459 2005-01-10  Jim Meyering  <jim@meyering.net>
50460
50461         * modules/closeout (Depends-on): Add atexit.
50462
50463 2005-01-06  Bruno Haible  <bruno@clisp.org>
50464
50465         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
50466
50467 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
50468
50469         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
50470         definitions to be after all include files, to avoid collisions.
50471         Problem reported by Bob Proulx.
50472
50473 2005-01-04  Jim Meyering  <jim@meyering.net>
50474
50475         Changes imported from coreutils.
50476         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
50477         as the mkstemp template, use a temporary directory and an
50478         8.3-friendly template to avoid trouble on systems like DJGPP.
50479         Reported by Juan M. Guerrero via Stepan Kasal.
50480         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
50481         close. Remove the temporary directory right away, rather than waiting
50482         for configure's at-exit trap code to do it.
50483         Suggestion from Stepan Kasal.
50484
50485 2005-01-01  Simon Josefsson  <jas@extundo.com>
50486
50487         * gnulib-tool: Print #include directives when --import'ing.
50488
50489 2004-12-28  Simon Josefsson  <jas@extundo.com>
50490
50491         * tests/test-base64.c: Include required header files.  Remove
50492         unused variables.
50493
50494 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
50495
50496         * modules/error (Depends-on): Remove gettext.
50497
50498 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
50499
50500         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
50501         not needed.  This removes a dependency on the gettext module.
50502         [defined _LIBC]: Do not include <libintl.h>; not needed.
50503
50504 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
50505
50506         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
50507         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
50508
50509 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
50510
50511         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
50512         HAVE_DECL_STRTOLD.
50513
50514 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
50515
50516         * modules/getdate (Depends-on): Remove alloca-opt.
50517
50518 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
50519
50520         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
50521
50522 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
50523
50524         * lib/argp-parse.c: Include <stddef.h>.
50525         (alignof, alignto): New macros.
50526         (parser_init): Don't assume that void * is aligned sufficiently
50527         for struct option.
50528
50529         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
50530         need to extend the stack.
50531         (YYINITDEPTH): New macro, so that the initial stack isn't overly
50532         large.
50533
50534 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50535
50536         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
50537
50538 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
50539
50540         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
50541         (2004-10-24) change.  Apparently this was a false alarm.
50542
50543         * modules/getdate: Depend on alloca-opt, not alloca.
50544
50545 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
50546
50547         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
50548         Remove now-obsolete comment about AIX.
50549         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
50550         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
50551         (YYMAXDEPTH): New macro.
50552
50553 2004-12-18  Simon Josefsson  <jas@extundo.com>
50554
50555         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
50556
50557 2004-12-18  Bruno Haible  <bruno@clisp.org>
50558
50559         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
50560
50561 2004-12-18  Bruno Haible  <bruno@clisp.org>
50562
50563         * lib/fatal-signal.c (fatal_signals): Make non-const.
50564         (init_fatal_signals): New function.
50565         (uninstall_handlers, install_handlers): Ignore signals that were set to
50566         SIG_IGN.
50567         (at_fatal_signal): Call init_fatal_signals.
50568         (init_fatal_signal_set): Likewise. Ignore signals that were set to
50569         SIG_IGN.
50570         Reported by Paul Eggert.
50571
50572 2004-12-18  Bruno Haible  <bruno@clisp.org>
50573
50574         * doc/alloca.texi: New file.
50575         * doc/alloca-opt.texi: New file.
50576
50577 2004-12-17  Jim Meyering  <jim@meyering.net>
50578
50579         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
50580         Otherwise, install-sh could exit with improper exit status when
50581         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
50582
50583 2004-12-16  Simon Josefsson  <jas@extundo.com>
50584
50585         * tests/test-base64.c: Add license.
50586
50587 2004-12-15  Stepan Kasal  <address@hidden>
50588
50589         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
50590
50591 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
50592
50593         * modules/getcwd (Files): Add m4/d-ino.m4.
50594         Suggested by Mark D. Baushke.
50595
50596 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
50597
50598         * lib/getdate.y (textint): New member "negative".
50599         (time_zone_hhmm): New function.
50600         Expect 14 shift-reduce conflicts, not 13.
50601         (o_colon_minutes): New rule.
50602         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
50603         (yylex): Set the "negative" member of signed numbers.
50604
50605 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
50606
50607         * doc/getdate.texi (Time of day items, Time zone items):
50608         Describe new formats +00:00, UTC+00:00.
50609
50610 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
50611
50612         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
50613         spurious "-l"s.  Problem reported by Stepan Kasal.
50614
50615 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
50616
50617         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
50618         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
50619
50620 2004-12-04  Simon Josefsson  <jas@extundo.com>
50621
50622         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
50623         Vandoorselaere <yoann@prelude-ids.org>.
50624
50625 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50626
50627         Changes imported from coreutils.
50628         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
50629         exist.
50630         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
50631
50632 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50633
50634         Changes imported from coreutils.
50635         * lib/hard-locale.c: Assume <locale.h> exists.
50636         Include "strdup.h".
50637         (GLIBC_VERSION): New macro.
50638         (hard_locale): Assume setlocale exists.
50639         Rewrite to avoid #ifdef.
50640         Use strdup rather than malloc + strcpy.
50641         * lib/human.c: Assume <locale.h> exists.
50642         (human_readable): Assume localeconv exists.
50643
50644 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50645
50646         * modules/hard-locale (Depends-on): Add strdup.
50647
50648 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
50649
50650         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
50651         convert T2, not T.  (Imported from libc.)
50652
50653 2004-11-30  Simon Josefsson  <jas@extundo.com>
50654
50655         * modules/restrict (License): Change to LGPL.
50656
50657 2004-11-30  Simon Josefsson  <jas@extundo.com>
50658
50659         * m4/restrict.m4: Add copyright and copying conditions.
50660
50661 2004-11-30  Simon Josefsson  <jas@extundo.com>
50662
50663         * m4/base64.m4: New file.
50664
50665 2004-11-30  Simon Josefsson  <jas@extundo.com>
50666
50667         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
50668         base64.
50669
50670         * tests/test-base64.c: New file.
50671
50672         * modules/base64: New file.
50673
50674 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
50675
50676         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
50677         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
50678
50679         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
50680
50681 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
50682
50683         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
50684         (__getcwd.c): Don't restore errno; glibc doesn't.
50685         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
50686         first, falling back to our code only if its results look suspicious.
50687         Ensure that the resulting buffer is only as large as necessary.
50688
50689         * lib/readutmp.c: Include readutmp.h first.
50690         Include <errno.h>, since readutmp.h no longer does that.
50691         * lib/readutmp.h: Don't include <errno.h>,
50692         <sys/param.h>, <time.h>; not needed to establish interface.
50693         (errno): Remove decl.
50694         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
50695         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
50696         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
50697
50698 2004-11-28  Simon Josefsson  <jas@extundo.com>
50699
50700         * lib/base64.h, base64.c: New file.
50701
50702 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
50703
50704         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
50705
50706 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
50707
50708         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
50709         (Depends-on): Remove pathmax, same.  Add mempcpy.
50710         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
50711         (Makefile.am): Append getcwd.h to lib_SOURCES.
50712         (Include): Add getcwd.h.
50713         (Maintainer): Change from Jim Meyering to "all, glibc",
50714         since getdate now uses intended-for-glibc code.
50715         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
50716         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
50717
50718 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50719
50720         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
50721         HP's ANSI C compiler.
50722         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
50723         Declaring int functions causes warnings on some modern systems and
50724         shouldn't be needed to compile on ancient ones.
50725         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
50726         defined.
50727
50728         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
50729         with the following changes.
50730         (__set_errno): Parenthesize properly.
50731         Include <stdbool.h>.
50732         (MIN, MAX, MATCHING_INO): New macros.
50733         (__getcwd): Define with prototype, not K&R form.
50734         Use heuristics to allocate default buffer on stack if possible.
50735         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
50736         behavior, and to avoid the PATH_MAX limit when computing
50737         ../../../../...
50738         Use MATCHING_INO to compare inode number to file.
50739         Check for arithmetic overflow in size calculations.
50740         Fix bug in reallocation of dot array that caused getcwd to fail
50741         on directories nested deeper than 75.
50742         Be more careful about saving errno on error.
50743         Do not use realloc; use only free+malloc, as this is a bit
50744         more flexible and avoids a needless copy operation.
50745         Do not inspect st_dev and st_ino for symbolic links; POSIX
50746         doesn't specify the latter.
50747         Check for closedir errors.
50748         Avoid needless casts.
50749         Use "#ifdef weak_alias" around weak_alias, to be like other
50750         glibc code.
50751         The following changes to getcwd.c have effect only when used in
50752         gnulib; they have no effect inside glibc proper.
50753         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
50754         as alloca isn't used.
50755         (alloca, __alloca): Likewise.
50756         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
50757         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
50758         unconditionally, as gnulib assumes C89 or better.
50759         Do not include <sys/param.h>.
50760         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
50761         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
50762         better.
50763         (NULL) [!defined NULL]: Remove; we assume C89 or better.
50764         Include <dirent.h> in a way that is compatible with modern Autoconf.
50765         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
50766         New macros, if not already defined.
50767         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
50768         Use "_LIBC", not "defined _LIBC", for consistency.
50769         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
50770         a mempcpy module.
50771         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
50772         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
50773         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
50774         credit only to Jim Meyering and adjust the copyright dates.
50775         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
50776         <stdlib.h>, <unistd.h>, "pathmax.h".
50777         Instead, include "xgetcwd.h" (first) and "getcwd.h".
50778         (INITIAL_BUFFER_SIZE): Remove.
50779         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
50780
50781 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50782
50783         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
50784         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
50785         Use the _ONCE methods, for efficiency.
50786         Check for fcntl.h.  In test program, include <errno.h>
50787         and <fcntl.h> if available.  Remove old K&R cruft from
50788         test program.  Check for common errors in GNU/Linux,
50789         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
50790         don't do AC_LIBOBJ, as that's getcwd.m4's job.
50791         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
50792         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
50793         name accordingly.
50794         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
50795         accommodate new getcwd.c.
50796         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
50797         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
50798         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
50799         that's all we need now.
50800
50801 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50802
50803         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
50804         argp-parse.c depends on getopt internals, that means we should
50805         always use our getopt, to be on the safe side.
50806         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
50807         order not to spoil the result of an eventual previous invocation
50808         of gl_GETOPT_SUBSTITUTE.
50809
50810 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50811
50812         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
50813         redefinition warnings. To avoid them, include the defines
50814         in `#if !defined __need_getopt ... #endif'. The only place
50815         where __getopt_argv_const is used is in definitions
50816         of getopt_long and getopt_long_only below, which are as well
50817         protected by `#ifndef __need_getopt'.
50818         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
50819         __need_getopt after including <stdio.h> and <unistd.h> These
50820         headers might have defined it.
50821
50822 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50823
50824         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
50825
50826 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50827
50828         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
50829         (futimens): New function, which uses futimes if available.
50830         (futimens, utimens): Support timespec==NULL, with same semantics
50831         as utime and utimens.
50832         * lib/utimens.h (futimens): New decl.
50833
50834 2004-11-23  Jim Meyering  <jim@meyering.net>
50835
50836         * lib/getopt_.h: Remove trailing blanks.
50837
50838 2004-11-23  Jim Meyering  <jim@meyering.net>
50839
50840         * lib/__fpending.c: Add comment.
50841
50842 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
50843
50844         * modules/canonicalize (Depends-on): Add xreadlink.
50845         Problem reported by James Youngman.
50846
50847 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
50848
50849         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
50850         New macros.
50851         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
50852         optopt): Use them instead of invoking ## directly; otherwise, the
50853         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
50854
50855 2004-11-19  Bruno Haible  <bruno@clisp.org>
50856
50857         * lib/strtok_r.c: Move comments from here...
50858         * lib/strtok_r.h: ... to here.
50859
50860 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50861
50862         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
50863         implementations that mishandle size_t overflow.
50864
50865 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50866
50867         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
50868         might fail.  Problem reported by Yoann Vandoorselaere.
50869         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
50870         implementations that mishandle size_t overflow.
50871
50872 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50873
50874         * modules/canon-host (Depends-on): Add strdup.
50875
50876 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50877
50878         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
50879
50880 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50881
50882         * lib/canon-host.c: Include "strdup.h".
50883         (canon_host): Use getaddrinfo if available, so that IPv6 works.
50884         Use strdup instead of malloc/strcpy to duplicate strings.
50885
50886         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
50887         (human_space_before_unit): New constant.
50888         * lib/human.c (human_readable): Support it.
50889
50890         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
50891         (xgetcwd): Set errno correctly when failing.
50892         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
50893         the failure is actually due to a PATH_MAX problem.
50894
50895         Further getopt changes to make it more likely that glibc will
50896         buy the changes back.
50897         * lib/getopt.c (POSIXLY_CORRECT): New constant.
50898         (getopt): Use it, so to preserve glibc semantic
50899         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
50900         when compiling for libc.
50901         * lib/getopt_.h (__getopt_argv_const): Bring it back.
50902         (getopt_long, getopt_long_only): Use it.
50903
50904         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50905         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
50906         (getopt): Argv is now char * const *, as per standard.
50907         (_getopt_internal_r, _getopt_internal): Argv is now char **,
50908         not char *__getopt_argv_const *.
50909         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50910         _getopt_long_only_r): Likewise.
50911         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
50912         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50913         _getopt_long_r, _getopt_long_only_r): Likewise.
50914         * lib/getopt_.h (__getopt_argv_const): Remove.
50915         (getopt): Argv is now char * const *, as per standard.
50916
50917         * lib/getdate.y (tORDINAL): New token.
50918         (day, relunit): Allow it for relative times.
50919         (relative_time_table): Use tORDINAL for ordinals.
50920
50921 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50922
50923         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
50924         Document that "second" isn't allowed as an ordinal number.
50925
50926 2004-11-16  Jim Meyering  <jim@meyering.net>
50927
50928         * modules/closeout (Depends-on): Add fpending.
50929
50930 2004-11-15  Jim Meyering  <jim@meyering.net>
50931
50932         * lib/closeout.c: Include "__fpending.h" once again.
50933         Include <stdbool.h>.
50934         (close_stdout): Don't fail just because stdout was closed initially,
50935         since some programs don't write to stdout in the normal course of
50936         operation (other than --version and --help), and we don't want this
50937         function to make e.g. `touch file >&-' fail.
50938         But do fail if it was closed and someone has tried to write to it.
50939         E.g., `printf foo >&-' must fail.
50940
50941 2004-11-13  Jim Meyering  <jim@meyering.net>
50942
50943         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
50944
50945 2004-11-12  Simon Josefsson  <jas@extundo.com>
50946
50947         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
50948         small doc fix is still pending.
50949
50950 2004-11-11  Simon Josefsson  <jas@extundo.com>
50951
50952         * modules/strtok_r: New file.
50953
50954         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50955         strtok_r.
50956
50957 2004-11-11  Simon Josefsson  <jas@extundo.com>
50958
50959         * m4/strtok_r.m4: New file.
50960
50961         * m4/getopt.m4: Replace opterr.
50962
50963 2004-11-11  Simon Josefsson  <jas@extundo.com>
50964
50965         * lib/strtok_r.h, strtok_r.c: New file.
50966
50967 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50968
50969         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
50970         of replacing opterr, getopt, etc.  This should handle the
50971         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
50972
50973 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50974
50975         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
50976         we can stop lying to compilers about the constness of argv when we
50977         are compiled outside glibc.
50978         (getopt, getopt_long, getopt_long_only): Use it.
50979         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50980         _getopt_internal, getopt): Likewise.
50981         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50982         _getopt_long_only_r): Likewise.
50983         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50984         _getopt_long_r, _getopt_long_only_r): Likewise.
50985
50986         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
50987         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
50988         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
50989         the other external symbols.
50990         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
50991         declaration, since the above renaming now works around collisions.
50992
50993 2004-11-11  Jim Meyering  <jim@meyering.net>
50994
50995         * lib/linebreak.c: Remove trailing blanks.
50996         * lib/alloca_.h: Likewise.
50997         * lib/acosl.c: Likewise.
50998         * lib/euidaccess.c: Likewise.
50999         * lib/allocsa.h: Likewise.
51000
51001 2004-11-10  Simon Josefsson  <jas@extundo.com>
51002
51003         * m4/getaddrinfo.m4: New file.
51004
51005 2004-11-10  Simon Josefsson  <jas@extundo.com>
51006
51007         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
51008
51009 2004-11-10  Simon Josefsson  <jas@extundo.com>
51010
51011         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51012         getaddrinfo.
51013
51014         * modules/getaddrinfo: New file.
51015
51016 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
51017
51018         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
51019
51020 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
51021
51022         * lib/mktime.c (SHR): New macro, which is a portable
51023         substitute for >> that should work even on Crays.
51024         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
51025         Problem reported by Mark D. Baushke in
51026         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
51027         * lib/getdate.y (SHR): Likewise.
51028         (tm_diff): Use it.
51029         * lib/strftime.c (SHR): Likewise.
51030         (tm_diff): Use it.
51031         * lib/quotearg.c (struct quoting_options): Use unsigned int for
51032         quote_these_too, so that right shifts are well defined.  All uses
51033         changed.
51034
51035 2004-11-10  Jim Meyering  <jim@meyering.net>
51036
51037         Ensure that no close failure goes unreported.
51038         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
51039         return early when it seems there's nothing to flush.
51040         Don't include __fpending.h.
51041
51042 2004-11-10  Jim Meyering  <jim@meyering.net>
51043
51044         * modules/closeout (Depends-on): Remove fpending.
51045
51046 2004-11-10  Jim Meyering  <jim@meyering.net>
51047
51048         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
51049
51050 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
51051
51052         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
51053         gl_FUNC_STRFTIME.
51054         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
51055         and AC_REQUIRE when possible, to avoid duplicate checks.
51056         Check for <wchar.h>.
51057
51058 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
51059
51060         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
51061
51062 2004-11-09  Bruno Haible  <bruno@clisp.org>
51063
51064         * m4/sockpfaf.m4: New file.
51065
51066 2004-11-05  Bruno Haible  <bruno@clisp.org>
51067
51068         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
51069         Reported by Mark D. Baushke <mdb@cvshome.org>.
51070
51071 2004-11-04  Bruno Haible  <bruno@clisp.org>
51072
51073         2004-09-11  Bruno Haible  <bruno@clisp.org>
51074                 * allocsa.valgrind: New file.
51075         2004-02-06  Bruno Haible  <bruno@clisp.org>
51076                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
51077                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
51078                 Reported by Christopher Seip <chris.seip@hp.com>.
51079
51080 2004-11-04  Bruno Haible  <bruno@clisp.org>
51081
51082         * modules/allocsa (Files): Add lib/allocsa.valgrind.
51083         (Makefile.am): Distribute it.
51084
51085 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
51086
51087         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
51088         with errno == ERANGE if the buffer is too small.
51089         Problem reported by Mark D. Baushke.
51090
51091 2004-11-03  Albert Chin  <china@thewrittenword.com>
51092             Paul Eggert  <eggert@cs.ucla.edu>
51093
51094         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
51095         equivalent, substitute $ac_type for equivalent type rather than
51096         blindly using uint32_t *always* which won't work if uint32_t is not
51097         available.  Define _UINT32_T to work around typedef of uint32_t if
51098         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
51099         2.5.1.
51100
51101 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
51102
51103         * m4/jm-macros.m4: Sync from coreutils.
51104         (gl_MACROS): Check for mbrlen, for pathchk.
51105         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
51106
51107 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
51108
51109         * lib/xreadlink.c (MAXSIZE): New macro.
51110         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
51111         size does not exceed MAXSIZE.  Avoid cast.
51112         As suggested by Mark D. Baushke in
51113         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
51114         if readlink fails with buffer size just under MAXSIZE, try again
51115         with MAXSIZE.
51116
51117 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
51118
51119         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
51120
51121 2004-11-02  Derek R. Price  <derek@ximbiot.com>
51122         and  Paul Eggert  <eggert@cs.ucla.edu>
51123
51124         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
51125         (get_date): Overparenthesize to avoid GCC warning.
51126
51127 2004-11-02  Bruno Haible  <bruno@clisp.org>
51128
51129         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
51130         returns void.
51131
51132 2004-11-02  Bruno Haible  <bruno@clisp.org>
51133
51134         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
51135         function returns void.
51136
51137 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
51138
51139         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
51140         fflush_unlocked, flockfile, funlockfile, funlockfile,
51141         fputs_unlocked, putc_unlocked.
51142
51143 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
51144
51145         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
51146         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
51147         already declared.
51148
51149 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
51150
51151         * modules/getdate (Files): Add doc/getdate.texi.
51152         (Depends-on): Add setenv, xalloc.
51153
51154 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
51155
51156         * lib/getdate.y: Add support for TZ="foo" within a date string.
51157         Fix some bugs near time_t boundaries.  Reject dates with
51158         out-of-range components, e.g., "Sept 31".
51159         Include <stdlib.h>, "setenv.h", "xalloc.h".
51160         (ISDIGIT_LOCALE): Remove; unused.
51161         Note that the TZ and time functions used here are not reentrant.
51162         (mktime_ok, get_tz): New functions.
51163         (TZBUFSIZE): New constant.
51164         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
51165         This requires that we sometimes generate our own TZ="XXX..." setting.
51166
51167 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
51168
51169         * doc/getdate.texi: New file, from coreutils with modifications for
51170         the new TZ parsing.
51171
51172 2004-10-27  Derek R. Price  <derek@ximbiot.com>
51173
51174         * lib/mktime.c (not_equal_tm): Remove redundant check.
51175
51176 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
51177
51178         * modules/regex (lib_SOURCES): Add regex.c.
51179         Reported by James Youngman in
51180         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
51181
51182 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
51183
51184         * lib/getdate.y: Use Bison 1.875 features, and some minor
51185         code cleanups.  This change does not affect semantics.
51186         Don't include <stdlib.h>; no longer needed.
51187         Don't include unlocked-io.h; only the "#if TEST" code uses
51188         stdio, and performance isn't crucial there.
51189         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
51190         Bison 1.875 features as described below.
51191         All uses of "PC." replaced by "pc->".
51192         (YYSTYPE): Add a forward declaration.
51193         (yylex, yyerror): Use full prototypes in forward decls.
51194         Use "%pure-parser" rather than obsolescent "%pure_parser".
51195         Use %parse-param and %lex-param instead of obsolescent
51196         YYPARSE_PARAM and YYLEX_PARAM.
51197         (meridian_table, month_and_day_table, time_units_table,
51198         relative_time_table, time_zone_table, military_table,
51199         lookup_zone, lookup_word, get_date):
51200         Use NULL instead of 0 where appropriate.
51201         (to_hour): Avoid abort (), to avoid a dependency on
51202         stdlib.h.
51203         (yyerror, yylex): Now accepts parser_control * arg.
51204         (main) [TEST]: Use '\0' rather than 0 for char.
51205
51206 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
51207
51208         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
51209
51210 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
51211
51212         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
51213         It's now the caller's responsibility to handle the case where
51214         !HAVE_GETPAGESIZE && !defined getpagesize.
51215
51216         * lib/mktime.c (leapyear): Arg is long int, not int.
51217
51218 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
51219
51220         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
51221
51222 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
51223
51224         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
51225         missing.  Problem reported by James Youngman.
51226
51227 2004-10-16  Simon Josefsson  <jas@extundo.com>
51228
51229         * gnulib-tool: Fix comments.  Fix parse problem.
51230         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
51231
51232 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
51233
51234         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
51235         implementation of getopt_long.  Problem reported by Alexander Taler in:
51236         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
51237
51238 2004-10-15  Bruno Haible  <bruno@clisp.org>
51239
51240         * gnulib-tool: Untabify. Initialize supplied_libname.
51241         (func_usage): More homogenous output.
51242         (func_modules_transitive_closure, func_modules_to_filelist,
51243         func_emit_lib_Makefile_am): New functions.
51244         (func_import): New function, extracted from big case statement. Use
51245         func_get_license, func_modules_transitive_closure,
51246         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
51247         opt_lgpl. Don't use test -a, as it's not portable.
51248         (func_create_testdir): Use func_modules_transitive_closure,
51249         func_modules_to_filelist, func_emit_lib_Makefile_am.
51250
51251 2004-10-15  Bruno Haible  <bruno@clisp.org>
51252
51253         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
51254
51255 2004-10-15  Bruno Haible  <bruno@clisp.org>
51256
51257         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
51258         the portions belonging to each module.
51259         Suggested by Derek Robert Price <derek@ximbiot.com>.
51260
51261 2004-10-12  Simon Josefsson  <jas@extundo.com>
51262
51263         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
51264         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
51265         to real functions.
51266
51267 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51268
51269         * modules/vsnprintf: New file.
51270
51271 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51272
51273         * m4/vsnprintf.m4: New file.
51274
51275 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51276
51277         * lib/vsnprintf.h: New file.
51278         * lib/vsnprintf.c: New file.
51279
51280 2004-10-11  Bruno Haible  <bruno@clisp.org>
51281
51282         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
51283         vsnprintf.
51284
51285 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
51286
51287         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
51288
51289 2004-10-07  Bruno Haible  <bruno@clisp.org>
51290
51291         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
51292         fits into the provided buffer.
51293
51294 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
51295
51296         * lib/diacrit.c, diacrit.h: Add GPL notice.
51297
51298         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
51299         notice.
51300         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
51301         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
51302         This avoids a potential constant-folding bug.
51303
51304 2004-10-05  Bruno Haible  <bruno@clisp.org>
51305
51306         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
51307         for the declaration of strsep.
51308
51309 2004-10-05  Bruno Haible  <bruno@clisp.org>
51310
51311         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
51312
51313 2004-10-04  Simon Josefsson  <jas@extundo.com>
51314
51315         * modules/memmem: New file.
51316         * tests/test-memmem.c: New file.
51317         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
51318
51319 2004-10-04  Simon Josefsson  <jas@extundo.com>
51320
51321         * m4/memmem.m4: New file.
51322
51323 2004-10-04  Simon Josefsson  <jas@extundo.com>
51324
51325         * lib/memmem.h: New file.
51326         * lib/memmem.c: New file, taken from glibc.
51327
51328 2004-10-04  Simon Josefsson  <jas@extundo.com>
51329
51330         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
51331         '#ifdef USE_UNLOCKED_IO'.
51332
51333 2004-10-04  Simon Josefsson  <jas@extundo.com>
51334
51335         * config/srclist.txt: Add memmem from glibc.
51336
51337 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51338
51339         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
51340
51341         * modules/argmatch, modules/argp, modules/closeout, modules/error,
51342         modules/exclude, modules/getdate, modules/getline,
51343         modules/getndelim2, modules/getpass, modules/getpass-gnu,
51344         modules/getusershell, modules/linebuffer, modules/md5,
51345         modules/mountlist, modules/posixtm, modules/readtokens,
51346         modules/readutmp, modules/regex, modules/sha1,
51347         modules/version-etc, modules/yesno:
51348         Remove dependency on unlocked-io.
51349
51350 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51351
51352         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
51353
51354         * m4/unlocked-io.m4: Add copyright notice.
51355         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
51356
51357 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51358
51359         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
51360         * lib/xmalloc.c (xmemdup): Likewise.
51361         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
51362         XFREE): Remove these long-obsolescent macros.
51363         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
51364         * lib/xstrdup.c: Remove.
51365
51366         * lib/regex.c (re_comp): Cast gettext return value to char *,
51367         Problem reported by Martin Neitzel via Mark D. Baushke.
51368
51369 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51370
51371         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
51372         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
51373         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
51374         regex.c, sha1.c, version-etc.c, yesno.c:
51375         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
51376         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
51377         the includer's responsibility.
51378
51379         Sync from coreutils.
51380
51381         * lib/modechange.c (mode_compile): Don't decrement a pointer that
51382         points to the start of a string, as the C Standard says the
51383         resulting behavior is undefined.
51384
51385         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
51386         simple -> simple_backups, numbered_existing ->
51387         numbered_existing_backups, numbered -> numbered_backups
51388         to avoid shadowing problems.  All uses changed.
51389         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
51390         * lib/backupfile.c (check_extension, numbered_backup):
51391         Rename locals to avoid shadowing 'basename'.
51392         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
51393         once.
51394
51395         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
51396         * lib/.cvsignore: Add getopt.h.
51397
51398 2004-10-04  Bruno Haible  <bruno@clisp.org>
51399
51400         * modules/README: New file.
51401         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
51402         not a module.
51403
51404 2004-10-02  Jim Meyering  <jim@meyering.net>
51405
51406         * lib/dirfd.h, getpagesize.h: Add copyright notice.
51407
51408 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51409
51410         * modules/strsep: New file.
51411
51412 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51413
51414         * m4/strsep.m4: New file.
51415
51416 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51417
51418         * lib/strsep.h: New file.
51419         * lib/strsep.c: New file.
51420
51421 2004-10-01  Simon Josefsson  <jas@extundo.com>
51422
51423         * lib/snprintf.c (snprintf): Handle size==0.
51424
51425 2004-10-01  Simon Josefsson  <jas@extundo.com>
51426             Bruno Haible  <bruno@clisp.org>
51427
51428         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
51429         (snprintf): Declare 'args'.
51430
51431 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
51432
51433         * lib/snprintf.c: Remove comments as to why each header is needed.
51434
51435 2004-10-01  Bruno Haible  <bruno@clisp.org>
51436
51437         * MODULES.html.sh: Add strsep.
51438
51439 2004-09-30  Simon Josefsson  <jas@extundo.com>
51440
51441         * modules/snprintf: New file.
51442
51443 2004-09-30  Simon Josefsson  <jas@extundo.com>
51444
51445         * m4/snprintf.m4: New file.
51446
51447 2004-09-30  Simon Josefsson  <jas@extundo.com>
51448
51449         * lib/snprintf.h, lib/snprintf.c: New files.
51450
51451 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51452
51453         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
51454         (hol_entry_help): Never translate an empty string.
51455         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
51456         * lib/argp.h (OPTION_NO_TRANS): New option.
51457
51458 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
51459
51460         * modules/argp (Maintainer): Replace Simon Josefsson
51461         by Sergey Poznyakoff.
51462
51463 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
51464
51465         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
51466         changes merged back into glibc.
51467
51468 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
51469
51470         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
51471
51472 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51473
51474         * lib/xvasprintf.c: Include xalloc.h.
51475         (xvasprintf): Use xalloc_die, not xmalloc_die.
51476
51477 2004-09-29  Bruno Haible  <bruno@clisp.org>
51478
51479         * modules/alloca-opt: New file, derived from modules/alloca.
51480         * modules/allocsa: Depend on alloca-opt instead of alloca.
51481         * modules/setenv: Likewise.
51482         * modules/vasnprintf: Likewise.
51483         * MODULES.html.sh: Add alloca-opt.
51484
51485 2004-09-28  Simon Josefsson  <jas@extundo.com>
51486
51487         * gnulib-tool: New parameter --lgpl, to asseert that modules are
51488         LGPL, and to replace license template from GPL to LGPL.
51489
51490 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
51491
51492         * modules/dummy: Change license to LGPL.
51493
51494 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
51495
51496         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
51497
51498 2004-09-24  Simon Josefsson  <jas@extundo.com>
51499
51500         * modules/minmax (License): Change from GPL to LGPL.
51501
51502 2004-09-23  Simon Josefsson  <jas@extundo.com>
51503
51504         * gnulib-tool (--import): Typo.
51505
51506 2004-09-23  Simon Josefsson  <jas@extundo.com>
51507
51508         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
51509
51510 2004-09-22  Bruno Haible  <bruno@clisp.org>
51511
51512         * modules/*: Add 'License' field.
51513         * gnulib-tool: Accept --extract-license option.
51514         (func_get_license): New function.
51515
51516 2004-09-21  Bruno Haible  <bruno@clisp.org>
51517
51518         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
51519         Reported by Simon Josefsson.
51520
51521 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
51522
51523         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
51524         gl_AC_TYPE_LONG_LONG.
51525
51526 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
51527
51528         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
51529
51530 2004-09-18  Simon Josefsson  <jas@extundo.com>
51531         and  Paul Eggert  <eggert@cs.ucla.edu>
51532
51533         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
51534         calls with autoreconf.  Define GL_LIB.
51535
51536 2004-09-14  Karl Berry  <karl@gnu.org>
51537
51538         * config/srclist.txt: unsync setenv.c, sigh.
51539
51540 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
51541
51542         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
51543         Problem reported by Bruno Haible in:
51544         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
51545
51546 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
51547
51548         * config/srclist.txt: Comment out argp-pvh.c.
51549
51550 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
51551
51552         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
51553         in case some system header has #define'd it.  Problem reported by
51554         Soeren D. Schulze in
51555         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
51556
51557 2004-09-09  Karl Berry  <karl@gnu.org>
51558
51559         * regex.[ch]: delete from the root.  These were supposed to be
51560                 synced with emacs cvs, but this has not happened for about
51561                 a year, and anyway nothing else uses emacs regex.[ch].
51562                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
51563                 lib/regex[.ch] is untouched.
51564
51565 2004-09-09  Bruno Haible  <bruno@clisp.org>
51566
51567         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
51568
51569 2004-09-09  Bruno Haible  <bruno@clisp.org>
51570
51571         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
51572         modifications.
51573         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
51574
51575 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
51576
51577         * modules/xvasprintf: New file.
51578         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
51579
51580 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
51581
51582         * lib/xvasprintf.h: New file.
51583         * lib/xvasprintf.c: New file.
51584         * lib/xasprintf.c: New file.
51585
51586 2004-09-08  Bruno Haible  <bruno@clisp.org>
51587
51588         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
51589
51590 2004-09-08  Bruno Haible  <bruno@clisp.org>
51591
51592         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
51593         length is > INT_MAX.
51594         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
51595         more.
51596
51597 2004-09-08  Bruno Haible  <bruno@clisp.org>
51598
51599         * lib/stdint_.h: New file, taken from GNU clisp.
51600
51601 2004-09-08  Bruno Haible  <bruno@clisp.org>
51602             Oskar Liljeblad  <oskar@osk.mine.nu>
51603
51604         * modules/stdint: New file.
51605         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
51606
51607 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51608
51609         Import from coreutils.
51610         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
51611         strings on unbounded length.  alloca's performance benefits aren't
51612         that important here.
51613         (V_STRDUP): Remove.
51614         (parse_with_separator): New function, with most of the internals
51615         of the old parse_user_spec.  Allow user to omit both user and group,
51616         for compatibility with FreeBSD.
51617         Clone only the user name, not the entire spec.
51618         Do not set *uid, *gid unless entirely successful.
51619         Avoid memory leak in some failing cases.
51620         Fix regression for USER.GROUP reported by Dmitry V. Levin in
51621         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
51622         (parse_user_spec): Rewrite to use parse_with_separator.
51623
51624 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51625
51626         * modules/userspec: Don't depend on alloca.
51627
51628 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51629
51630         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
51631
51632 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51633
51634         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
51635         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
51636         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
51637
51638 2004-08-16  Simon Josefsson  <jas@extundo.com>
51639
51640         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
51641         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
51642         Add --dry-run for --import.
51643         Let user provided command line parameters override configure.ac
51644         settings.
51645
51646 2004-08-12  Simon Josefsson  <jas@extundo.com>
51647
51648         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
51649         as discussed with Paul Eggert in threads rooted at
51650         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
51651         and
51652         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
51653         Before, the test was empty, and relied on ELIDE_CODE in source
51654         code.)
51655         (gl_PREREQ_GETOPT): New macro.
51656         (gl_GETOPT): Use them.
51657
51658 2004-08-12  Simon Josefsson  <jas@extundo.com>
51659
51660         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
51661         * lib/getopt_.h: Renamed from getopt.h.
51662
51663 2004-08-12  Simon Josefsson  <jas@extundo.com>
51664
51665         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
51666         Change default library name from libfoo to libgnu.
51667         Now, if you have a configure.ac that says:
51668                 gl_SOURCE_BASE(gl)
51669                 gl_M4_BASE(gl/m4)
51670                 gl_MODULES(error getopt etcetera)
51671                 gl_INIT
51672         you can import all you need by running:
51673                 ../gnulib/gnulib-tool --import
51674
51675         * modules/getopt (Files): Rename getopt.h to getopt_.h.
51676         (Makefile.am): Rewrite, use logic from argz.
51677         (Include): Use <getopt.h> instead of "getopt.h".
51678
51679 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51680
51681         * modules/argp (Files): Add m4/unlocked-io.m4.
51682         (Depends-on): Add extensions.
51683
51684 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51685
51686         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
51687         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
51688         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
51689         Check for program_invocation_name, program_invocation_short_name,
51690         flockfile, funlockfile, features.h, _getopt_long_only_r.
51691
51692 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51693
51694         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
51695         its complicated substitute.
51696         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
51697         and program_invocation_name.
51698         (__argp_basename) [!_LIBC]: Remove; the only use was
51699         replaced by its body.
51700         (__argp_short_program_name): Change condition from
51701         !defined __argp_short_program_name to
51702         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
51703         to match argp-namefrob.h.
51704         (__argp_failure): Don't assume strerror_r returns char *.
51705         * lib/argp-parse.c (N_): Define unconditionally.
51706         (argp_default_options): Fill out initializers with 0 to avoid
51707         gcc warnings.
51708
51709 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51710
51711         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
51712         getopt1.c.
51713
51714 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51715
51716         Merge from coreutils.
51717
51718         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
51719
51720         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
51721         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
51722
51723 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51724
51725         Merge from coreutils.
51726
51727         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
51728         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
51729         for Reliant Unix 5.43.
51730
51731         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
51732         (union fooround): Use uintmax_t, not long int.
51733         The rest is a merge from libc:
51734         [defined _LIBC]: Include <shlib-compat.h>.
51735         (_obstack) [defined _LIBC]: Remove after 2.3.4.
51736
51737         * lib/settime.c (settime): Recode to avoid warning with
51738         Sun Forte C 6U2.
51739
51740         * lib/strverscmp.c: Convert to UTF-8.
51741
51742 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51743
51744         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51745         m4/uintmax_t.m4.
51746
51747 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51748
51749         * modules/xalloc-die: New file.
51750         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
51751
51752         * modules/md5 (Files): Add m4/uint32_t.m4.
51753         * modules/sha1: Renamed from modules/sha.
51754         (Files):
51755         Rename lib/sha.h to lib/sha1.h.
51756         Rename lib/sha.c to lib/sha1.c.
51757         Rename m4/sha.m4 to m4/sha1.m4.
51758         (lib_SOURCES): Likewise.
51759         (configure.ac): Rename gl_SHA to gl_SHA1.
51760         (Include): sha.h -> sha1.h.
51761
51762 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51763
51764         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
51765         * m4/sha1.m4: Renamed from sha.m4.
51766         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
51767
51768 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51769
51770         * lib/obstack.h (obstack_empty_p):
51771         Don't assume that chunk->contents is suitably aligned.
51772         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
51773         Likewise. Problem reported by Benno in
51774         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
51775
51776         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
51777         readable.  This could be improved further but it'd take some work.
51778
51779 2004-08-08  Simon Josefsson  <jas@extundo.com>
51780
51781         * modules/xgethostname (Depends-on): Remove exit and error (not
51782         used).
51783
51784         * modules/getpass-gnu: Add getpass.h.
51785         (Depends-on): Add stdbool.
51786         * modules/getpass: Add getpass.h.
51787
51788 2004-08-08  Simon Josefsson  <jas@extundo.com>
51789
51790         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
51791         Check getpass declaration.
51792
51793 2004-08-08  Simon Josefsson  <jas@extundo.com>
51794
51795         * lib/xgethostname.c: Don't include error.h (not used).
51796
51797         * lib/getpass.h: Add.
51798         * lib/getpass.c: Include getpass.h first.
51799
51800 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
51801
51802         * lib/xalloc-die.c: New file.
51803         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
51804         All uses removed.
51805         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
51806         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
51807         xalloc-die.c.
51808         (_, N_, xalloc_die): Move to xalloc-die.c.
51809         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
51810         so that we needn't mess with xalloc_msg_memory_exhausted.
51811
51812         * lib/sha1.h: Renamed from sha.h.
51813         (SHA1_H): Renamed from _SHA_H.
51814         (sha1_ctx): Renamed from sha_ctx.
51815         (sha1_init_ctx): Renamed from sha_init_ctx.
51816         (sha1_process_block): Renamed from sha_process_block.
51817         (sha1_process_bytes): Renamed from sha_process_bytes.
51818         (sha1_finish_ctx): Renamed from sha_finish_ctx.
51819         (sha1_read_ctx): Renamed from sha_read_ctx.
51820         (sha1_stream): Renamed from sha_stream.
51821         (sha1_buffer): Renamed from sha_buffer.
51822         * lib/sha1.c: Likewise; renamed from sha.c.
51823         Do not include <sys/types.h>.
51824         Include <stddef.h> rather than <stdlib.h>.
51825
51826 2004-08-08  Bruno Haible  <bruno@clisp.org>
51827
51828         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
51829         FILESYSTEM_PREFIX_LEN.
51830         * lib/progreloc.c: Likewise.
51831         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
51832
51833 2004-08-06  Simon Josefsson  <jas@extundo.com>
51834
51835         * modules/progname (Depends-on): Don't depend on stdbool.
51836
51837 2004-08-06  Simon Josefsson  <jas@extundo.com>
51838
51839         * modules/getsubopt: New file.
51840         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51841         getsubopt.
51842
51843 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51844
51845         More merge from coreutils.
51846
51847         * m4/utimens.m4, m4/utimecmp.m4: New files.
51848         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
51849         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
51850         prereq.m4, sha.m4: Import changes from coreutils.
51851
51852 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51853
51854         More merge from coreutils.
51855         * modules/raise, modules/readtokens0, modules/utimens:
51856         * modules/utimecmp, module/xnanosleep: New files.
51857         * modules/strftime: Add lib/strftime.h.
51858         Change include from <time.h> to "strftime.h".
51859         * modules/yesno: Add lib/yesno.h.
51860         * modules/backupfile: Remove lib/addext.c.
51861         * modules/euidaccess: Add stat-macros.h.
51862         * modules/canonicalize, modules/euidaccess,
51863         modules/filemode, modules/lchown, modules/makepath,
51864         modules/rmdir, modules/stat: Likewise.
51865
51866 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51867
51868         Merge from tar.
51869         * lib/argp-help.c (make_hol, hol_append): Don't assume that
51870         SIZE_MAX is a valid preprocessor constant.
51871         (__argp_basename): Change from "#ifndef _LIBC"
51872         to "#ifndef __argp_short_program_name", so that
51873         we don't compile these functions for tar.
51874
51875         More merges from coreutils.
51876         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
51877         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
51878         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
51879         * lib/addext.c: Remove; no longer needed.
51880         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
51881         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
51882         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
51883         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
51884         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
51885         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
51886         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
51887         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
51888         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
51889         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51890         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
51891         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
51892         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
51893         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
51894         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
51895         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
51896         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
51897         Import changes from coreutils.
51898
51899 2004-08-05  Simon Josefsson  <jas@extundo.com>
51900
51901         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
51902
51903 2004-08-05  Simon Josefsson  <jas@extundo.com>
51904
51905         * m4/getsubopt.m4: New file.
51906
51907 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51908
51909         Merge from coreutils.
51910
51911         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
51912         * m4/getcwd-path-max.m4: New files.
51913
51914         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
51915         FILESYSTEM_PREFIX_LEN ->
51916         FILE_SYSTEM_PREFIX_LEN.
51917         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
51918         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
51919         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
51920         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
51921
51922         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
51923         prerequisite modules now handle the DOS stuff.
51924         Don't check for unistd.h.
51925
51926 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51927
51928         Merge from coreutils.
51929
51930         * lib/.gdb-history: Remove; this doesn't belong here.
51931
51932         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
51933         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
51934         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
51935         * lib/getcwd.c: New files.
51936
51937         * lib/dirname.h: Include <stdbool.h>.
51938         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
51939         for consistency with POSIX terminology.  All uses changed.
51940         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
51941         (strip_trailing_slashes): Use bool for booleans.
51942         * lib/stripslash.c (strip_trailing_slashes): Likewise.
51943
51944         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
51945         sometimes returns a positive errno value even when it succeeds.
51946         (print_errno_message) [!LIBC]: Fall back on strerror if
51947         __strerror_r fails.
51948
51949         * lib/path-concat.c (mempcpy): Don't define if a system header defines
51950         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
51951         (longest_relative_suffix): New function.
51952         (path_concat): Use it.  Assume first argument is not NULL.
51953         Port to DOS.  Omit redundant separators.
51954         Report an error instead of returning NULL.
51955         Use mempcpy instead of memcpy.
51956         (xpath_concat): Remove: not declared or used.
51957
51958         * lib/same.h: Include <stdbool.h>
51959         (same_name): Return bool, not int.
51960         * lib/same.c (same_name): Likewise.
51961         (errno): Don't declare; we assume C89 or better now.
51962
51963         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
51964         if not already defined.
51965
51966         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
51967         * lib/dup-safer.c (errno): Likewise.
51968
51969 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51970
51971         Merge from coreutils.
51972         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
51973         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
51974         * modules/path-concat: Don't depend on strdup.
51975
51976 2004-08-03  Simon Josefsson  <jas@extundo.com>
51977
51978         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
51979         * lib/progname.h: Don't include stdbool.h.
51980
51981 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51982
51983         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
51984         * MODULES.html.sh (func_all_modules): Remove fatal.
51985
51986 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51987
51988         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
51989
51990 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51991
51992         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
51993         working.
51994
51995 2004-08-02  Simon Josefsson  <jas@extundo.com>
51996
51997         * lib/getsubopt.h: New file, with comments from Bruno Haible.
51998         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
51999         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
52000
52001 2004-08-01  Simon Josefsson  <jas@extundo.com>
52002
52003         * lib/xgetdomainname.c: Include stdlib.h, for free().
52004
52005 2004-07-19  Bruno Haible  <bruno@clisp.org>
52006
52007         * MODULES.html.sh (func_all_modules): Add dummy.
52008
52009 2004-07-16  Simon Josefsson  <jas@extundo.com>
52010
52011         * modules/dummy: New file.
52012
52013 2004-07-16  Simon Josefsson  <jas@extundo.com>
52014
52015         * lib/dummy.c: New file.
52016
52017 2004-07-16  Bruno Haible  <bruno@clisp.org>
52018
52019         * lib/backupfile.h: Add extern "C" for C++.
52020         * lib/closeout.h: Likewise.
52021         * lib/copy-file.h: Likewise.
52022         * lib/findprog.h: Likewise.
52023         * lib/full-write.h: Likewise.
52024         * lib/pathname.h: Likewise.
52025         * lib/progname.h: Likewise.
52026         * lib/stpcpy.h: Likewise.
52027         * lib/stpncpy.h: Likewise.
52028         * lib/strcase.h: Likewise.
52029         * lib/strstr.h: Likewise.
52030         * lib/xalloc.h: Likewise.
52031
52032         * lib/mbswidth.h: Add extern "C" for C++.
52033         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
52034
52035 2004-07-13  Robert Millan  <robertmh@gnu.org>
52036
52037         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
52038
52039 2004-07-09  Simon Josefsson  <jas@extundo.com>
52040
52041         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
52042         failed without this.)
52043
52044 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
52045
52046         * modules/chown (Files): Add lib/fchown-stub.c, since
52047         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
52048
52049 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
52050
52051         * lib/fchown-stub.c: New file.
52052
52053 2004-06-24  Jim Meyering  <jim@meyering.net>
52054
52055         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
52056
52057 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52058
52059         * modules/argz: Omit "#include".
52060
52061         * MODULES.html.sh (func_all_modules): Add calloc, to match
52062         2004-06-01 addition of calloc module.
52063
52064 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52065
52066         * m4/argz.m4: New file, which is autoupdated from libtool.
52067
52068 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52069
52070         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
52071         libtool.
52072
52073 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52074
52075         * config/srclist-update: Don't insist on "USA." before the
52076         close-comment, as libtool omits the period and puts the */ on a
52077         separate line.
52078         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
52079         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
52080
52081 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
52082
52083         * modules/argz: New file.
52084         * MODULES.html.sh (func_all_modules): Add argz.
52085
52086 2004-06-12  Jim Meyering  <jim@meyering.net>
52087         and  Paul Eggert  <eggert@cs.ucla.edu>
52088
52089         * modules/hash (Files): Add lib/xalloc.h.
52090         * modules/pipe (Depends-on): Add wait-process.
52091         * modules/stat (Depends-on): Add xalloc.
52092         * modules/userspec (Files): Add lib/userspec.h.
52093         * modules/xstrto
52094
52095         Upgrade from gettext-0.13.
52096         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
52097         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
52098         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
52099
52100 2004-06-10  Jim Meyering  <jim@meyering.net>
52101
52102         * lib/calloc.c: New file.
52103
52104 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
52105
52106         * lib/getdate.y (yylex): Allow space between sign and number.
52107         Problem reported by Dan Jacobson.
52108
52109 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
52110
52111         Merge from coreutils CVS.
52112
52113         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
52114         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
52115         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
52116         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
52117         xstrtol.m4: Fix copyright date and/or serial number.
52118
52119         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
52120         See if we need an fchown replacement.
52121         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
52122         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
52123         and use the replacement function if we detect either defect.
52124
52125         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
52126         gl_UTIMECMP.
52127
52128 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
52129         and  Jim Meyering  <jim@meyering.net>
52130
52131         Merge from coreutils CVS.
52132
52133         * lib/stat-macros.h: New file, with contents from file-type.h
52134         and coreutils' system.h.
52135         * lib/file-type.c: Include "stat-macros.h".
52136         * lib/file-type.h (file_type): Move all macro definitions to new file,
52137         stat-macros.h.
52138
52139         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
52140         Wrap old code with this conditional.
52141         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
52142         function that does not dereference symlinks.
52143         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
52144
52145         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
52146         dependency problems.
52147         (xreadlink): Accept new arg SIZE, for efficiency.
52148         All decls and uses changed.
52149         * lib/xreadlink.h: Include <stddef.h>, for size_t.
52150
52151         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
52152         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
52153
52154         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
52155         sysexits.h.
52156
52157 2004-06-01  Jim Meyering  <jim@meyering.net>
52158
52159         * m4/calloc.m4: New file.
52160
52161 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
52162
52163         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
52164         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
52165         Also, fix a typo in a diagnostic.
52166
52167 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
52168
52169         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
52170         or AC_FUNC_REALLOC.
52171
52172 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
52173
52174         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
52175         macros to be defined.
52176         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
52177         the allocator returns NULL because the requested size is zero.
52178
52179 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52180
52181         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
52182         var.  Add comment explaining why libc still defines it.  This
52183         merges the following patch from glibc:
52184         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
52185
52186 2004-05-20  Andreas Schwab  <schwab@suse.de>
52187
52188         * m4/free.m4: Replace free if it not known to work, not the other
52189         way round.
52190
52191 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
52192
52193         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
52194         present in glibc since revision 1.1 of this file.
52195         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
52196         obstack_alignment_mask, obstack_alloc, obstack_base,
52197         obstack_blank, obstack_blank_fast, obstack_chunk_size,
52198         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
52199         obstack_grow0, obstack_init, obstack_int_grow,
52200         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
52201         obstack_next_free, obstack_object_size, obstack_ptr_grow,
52202         obstack_ptr_grow_fast, obstack_room): Remove declarations of
52203         nonexistent functions.
52204
52205 2004-05-18  Karl Berry  <karl@gnu.org>
52206
52207         * config/srclist.txt: break link for vasnprintf.c.
52208
52209 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
52210
52211         Port obstack to the AS/400, where pointers are 16 bytes wide and
52212         you cannot cast an integer to a valid pointer.  This patch is
52213         currently waiting to be integrated into glibc; see
52214         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
52215
52216         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
52217         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
52218         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
52219         (struct obstack): temp member is now a union of a pointer and
52220         an integer, instead of an integer.  All integer uses changed.
52221         This does not affect the physical layout of struct obstack,
52222         except on hosts (like the AS/400) where the size or alignment of
52223         void * is greater than that of ptrdiff_t.
52224         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
52225         __STDC__)]: Store temporary in pointer member of union, not
52226         integer member.
52227         * lib/obstack.c: Include <stddef.h>, for offsetof.
52228         (struct fooalign): Remove; it doesn't need a name.
52229         (union fooround): Change double to long double, and add void *.
52230         (DEFAULT_ALIGNMENT): Use offsetof to compute.
52231         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
52232         not a macro.  Hence the values are always int; so remove all
52233         casts-to-int in uses.
52234
52235 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
52236
52237         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
52238         we can get this patch merged into glibc.
52239
52240 2004-05-17  Derek R. Price  <derek@ximbiot.com>
52241             Paul Eggert  <eggert@cs.ucla.edu>
52242
52243         * m4/argp: Depend on alloca.
52244
52245 2004-05-17  Derek R. Price  <derek@ximbiot.com>
52246             Paul Eggert  <eggert@cs.ucla.edu>
52247
52248         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
52249         freecoding.
52250
52251 2004-05-17  Bruno Haible  <bruno@clisp.org>
52252
52253         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
52254         precision that consists of a '.' followed by an empty digit string.
52255         Patch by Tor Lillqvist <tml@iki.fi>.
52256
52257 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
52258
52259         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
52260         for backward compatibility with older code.  We need our own
52261         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
52262         it under some other name, and our alloca.h will define it.
52263
52264 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
52265             Derek Price  <derek@ximbiot.com>
52266
52267         * lib/alloca.c: Include <alloca.h>, to get our interface.
52268         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
52269         include <alloca.h> first.  Use C89 prototype for alloca; this
52270         requires including <stddef.h> for size_t.  Use extern "C" if C++.
52271         Use #elif for simplicity, since we can assume C89 now.
52272         Don't try to source the system alloca.h since it will not be found
52273         and to prevent recursively including its replacement.
52274         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
52275         * lib/regex.c: Likewise.
52276
52277 2004-05-16  Derek Price  <derek@ximbiot.com>
52278             Paul Eggert  <eggert@cs.ucla.edu>
52279
52280         getline cleanup.  This changes the getndelim2 API: both order of
52281         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
52282         no delimiter).
52283
52284         * lib/getline.c: Don't include stddef.h or stdio.h, since our
52285         interface does that.
52286         (getline): Always use getdelim, so that we don't have two
52287         copies of this code.
52288         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
52289         if available.
52290         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
52291         (GETNDELIM2_MAXIMUM): New macro.
52292         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
52293         instead of the old practice of delim2==0.  All callers changed.
52294         Return -1 on overflow, instead of returning junk.
52295         Do not set *linesize unless allocation succeeds.
52296         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
52297         that we include sys/types.h.
52298         * lib/getnline.h: Likewise.
52299         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
52300         (getndelim2): Reorder arguments.
52301         * lib/getnline.c (getnline, getndelim):
52302         Don't discard the NMAX argument.
52303         (getnline): Invoke getndelim, to avoid code duplication.
52304         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
52305         of (size_t) -1 by callers of the getnline family.
52306
52307 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52308
52309         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
52310         Check for gettimeofday.
52311         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
52312         Check for settimeofday, stime.
52313
52314 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52315
52316         * lib/nanosleep.c (suspended): Change its type from int to
52317         sig_atomic_t volatile.
52318         (first_call): Make it private to rpl_nanosleep, and have it
52319         be zero initially as that's a bit faster.
52320         (my_usleep): Round up fractional times instead of truncating them,
52321         as this is the usual meaning for 'sleep'.
52322
52323         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
52324         doesn't work.
52325         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
52326         (ENOSYS): Define if not defined.
52327         (settime): Fall back on stime if it exists and settimeofday fails.
52328         But don't bother with fallbacks if a method fails with errno == EPERM.
52329
52330 2004-05-11  Jim Meyering  <jim@meyering.net>
52331
52332         Prior to this change, the save_cwd caller required read access to the
52333         current directory on most systems (ones with the fchdir function).
52334
52335         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
52336         fails, try write-only, and finally, resort to using xgetcwd.
52337
52338 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52339
52340         * lib/obstack.c, obstack.h: Import changes from libc.
52341
52342 2004-04-28  Bruno Haible  <bruno@clisp.org>
52343
52344         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
52345         also implicitly appends .exe to executables.
52346         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
52347         accepts Windows pathnames.
52348         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
52349         Treat Cygwin like Windows, since it now accepts Windows pathnames.
52350         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
52351         Treat Cygwin like Windows, since it now accepts Windows pathnames.
52352         Reported by Derek Robert Price <derek@ximbiot.com>.
52353
52354 2004-04-21  Karl Berry  <karl@gnu.org>
52355
52356         * config/srclist.txt (localcharset.c): break sync.
52357
52358 2004-04-20  Paul Eggert  <eggert@twinsun.com>
52359
52360         * m4/host-os.m4: Add a copyright notice.
52361
52362 2004-04-20  Jim Meyering  <jim@meyering.net>
52363
52364         Change UTILS_ to gl_ in AC_DEFINE'd names.
52365         Change utils_- and jm_-prefixed variables, too.
52366         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
52367         UTILS_FUNC_MKDIR_TRAILING_SLASH.
52368         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
52369
52370         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
52371         Don't emit trailing blanks.
52372         Also rename jm_-prefixed variables to have gl_ prefix.
52373
52374         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
52375         Also rename jm_-prefixed variables to have gl_ prefix.
52376
52377         * m4/jm-macros.m4: Reflect the renamings.
52378         * m4/prereq.m4: Likewise.
52379
52380 2004-04-20  Jim Meyering  <jim@meyering.net>
52381
52382         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
52383         memory.
52384
52385 2004-04-20  Jim Meyering  <jim@meyering.net>
52386             Bruno Haible  <bruno@clisp.org>
52387
52388         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
52389         memory when realloc fails.
52390
52391 2004-04-19  Jim Meyering  <jim@meyering.net>
52392
52393         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
52394         now that readutmp.c may call `free (0)'.
52395
52396 2004-04-19  Bruno Haible  <bruno@clisp.org>
52397
52398         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
52399         * m4/inttypes_h.m4: Likewise.
52400         * m4/stdint_h.m4: Likewise.
52401         * m4/intmax_t.m4: Likewise.
52402         * m4/uintmax_t.m4: Likewise.
52403
52404 2004-04-18  Jim Meyering  <jim@meyering.net>
52405
52406         * m4/prereq.m4: Don't forbid jm_ prefix.
52407
52408         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
52409         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
52410         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
52411         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
52412         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
52413         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
52414         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
52415         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
52416         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
52417         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
52418         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
52419         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
52420         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
52421         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
52422         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
52423         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
52424         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
52425         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
52426         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
52427
52428 2004-04-18  Jim Meyering  <jim@meyering.net>
52429
52430         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
52431         failure, don't leak memory and do call END_UTMP_ENT.
52432
52433 2004-04-16  Jim Meyering  <jim@meyering.net>
52434
52435         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
52436         coreutils' stat program.
52437         (gl_PREREQ): Don't require jm_PREREQ_STAT.
52438
52439 2004-04-11  Paul Eggert  <eggert@twinsun.com>
52440
52441         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
52442         C89.
52443         (CHAR_BIT): Remove, since we assume C89.
52444         Include <stdint.h> if available, as per current Autoconf CVS advice.
52445
52446 2004-03-31  Jim Meyering  <jim@meyering.net>
52447
52448         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
52449         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
52450         * m4/xalloc.m4: Likewise.
52451
52452 2004-03-30  Paul Eggert  <eggert@twinsun.com>
52453
52454         Merge from coreutils.
52455
52456         * m4/inttostr.m4: New file.
52457         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
52458         Require AM_STDBOOL_H and gl_TIMESPEC instead.
52459         Require gl_CLOCK_TIME.
52460         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
52461
52462 2004-03-30  Paul Eggert  <eggert@twinsun.com>
52463
52464         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
52465         not bool, to be more consistent with Unix conventions.
52466         Suggested by Bruno Haible.
52467
52468         Merge from coreutils.
52469
52470         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
52471         * lib/umaxtostr.c: New files.
52472
52473         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
52474         the usual <time.h> dance.
52475         (get_date): Change signature to support fractional time stamps.
52476         All callers changed.
52477         * lib/getdate.y: Include "getdate.h" first, as we can now
52478         assume C89 and don't need to worry about 'const'.
52479         Similarly, include "unlocked-io.h" near start, not in middle.
52480         Include <limits.h>.
52481         (textint.value): Use long int rather than int.
52482         (textint.digits): Use size_t rather than int.
52483         (BILLION, LOG10_BILLION): New constants.
52484         (parser_control): New member rel_ns.  Members day_ordinal,
52485         time_zone, month, day, hour, minutes, rel_year, rel_month,
52486         rel_day, rel_hour, rel_minutes, rel_seconds
52487         are now long int, not int.  Member seconds is now struct timespec,
52488         not int.  New member timespec_seen.  Members dates_seen, days_seen,
52489         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
52490         not int.
52491         (%union.intval): Now long int, not int.
52492         New member timespec.
52493         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
52494         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
52495         (spec): Now is a timespec or an item list.
52496         (timespec, items): New nonterminals.
52497         (time, rel, relunit, number, get_date):
52498         Add support for fractional seconds.
52499         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
52500         (gmtime, localtime, mktime): Remove decls; not needed with C89.
52501         (to_hour): First arg is now long int, not int.
52502         (to_year): Returns long int, not int.
52503         Don't treat year -70 like 70.
52504         (tm_diff): Returns long int, not int.
52505         (lookup_word): Use bool instead of int when appropriate.
52506         (yylex): Use size_t for count, not int.
52507         Detect overflow when parsing large integer constants.
52508         Add support for fractions.
52509         (get_date): Make pointers 'const' if possible.
52510         Use more-portable code to detect integer overflow.
52511         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
52512         Don't use ctime; it's not reliable if the year has >4 digits.
52513
52514         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
52515         This is for compatibility with BSD.
52516
52517         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
52518         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
52519         From coreutils' system.h.
52520
52521         * lib/userspec.c: Don't include "posixver.h".
52522         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
52523         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
52524         compatible extension.  Simplify code by removing a boolean int
52525         that was always nonzero if a string was nonnull.
52526
52527 2004-03-30  Jim Meyering  <jim@meyering.net>
52528
52529         Merge from coreutils.
52530
52531         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
52532         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
52533         on some systems one must include <grp.h> before it.
52534         Reported by Christian Krackowizer.
52535
52536 2004-03-30  Jim Meyering  <jim@meyering.net>
52537
52538         Merge from coreutils.
52539
52540         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
52541
52542         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
52543         an empty input stream.
52544
52545         * lib/readtokens.c: Include <stdbool.h>.
52546         (readtoken): Use `size_t' rather than int/long.
52547         All callers adjusted.
52548         Use `bool' rather than `int' where appropriate.
52549         Use memset rather than an explicit loop.
52550         Use x2nrealloc rather than xrealloc.
52551         Allow the use of `\0' as a delimiter.
52552         (readtokens): Likewise.
52553         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
52554
52555 2004-03-30  Jim Meyering  <jim@meyering.net>
52556
52557         * m4/realloc.m4: Remove file, since now it does no more than
52558         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
52559         the `configure.ac' section of module/realloc.
52560         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
52561
52562 2004-03-30  Bruno Haible  <bruno@clisp.org>
52563
52564         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
52565         nonnull.
52566
52567 2004-03-29  Paul Eggert  <eggert@twinsun.com>
52568
52569         Merge changes to getloadavg.c from coreutils and Emacs.
52570
52571         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
52572         Define to an expression, not to the empty string.
52573         Include cloexec.h and xalloc.h.
52574         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
52575         Use set_cloexec_flag rather than rolling our own.
52576         * lib/cloexec.c, lib/cloexec.h: New files.
52577
52578 2004-03-29  Paul Eggert  <eggert@twinsun.com>
52579
52580         * m4/cloexec.m4: New file.
52581
52582 2004-03-18  Paul Eggert  <eggert@twinsun.com>
52583
52584         * lib/getopt.h: Sync with libc CVS.
52585
52586 2004-03-18  Paul Eggert  <eggert@twinsun.com>
52587             Bruno Haible  <bruno@clisp.org>
52588
52589         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
52590         mbswidth.
52591
52592 2004-03-18  Paul Eggert  <eggert@twinsun.com>
52593             Bruno Haible  <bruno@clisp.org>
52594
52595         * lib/mbswidth.h: Include <wchar.h> only if
52596         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
52597         <wchar.h>.
52598         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
52599
52600 2004-03-09  Paul Eggert  <eggert@twinsun.com>
52601
52602         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
52603         Sync with libc CVS.
52604         * lib/getopt_int.h: New file, also synced from libc.
52605
52606 2004-03-09  Paul Eggert  <eggert@twinsun.com>
52607
52608         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
52609         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
52610         Bring back getopt.c, getopt.h, getopt1.c.
52611
52612 2004-03-07  Paul Eggert  <eggert@twinsun.com>
52613
52614         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
52615         All uses changed.  Check for sa_sigaction member; this fixes
52616         a bug first reported by Jason Andrade in
52617         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
52618
52619 2004-03-07  Paul Eggert  <eggert@twinsun.com>
52620
52621         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
52622         '#if' expressions.  Unlike the code it replaces, it does not
52623         depend on (defined _SC_PAGESIZE).  However, it does depend on
52624         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
52625         first reported by Jason Andrade in
52626         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
52627
52628 2004-02-25  Simon Josefsson  <jas@extundo.com>
52629
52630         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
52631
52632 2004-02-25  Simon Josefsson  <jas@extundo.com>
52633
52634         * lib/strdup.h: New file.
52635         * lib/strdup.c: Include it.
52636         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
52637         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
52638
52639 2004-02-23  Karl Berry  <karl@gnu.org>
52640
52641         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
52642         (from fencepost.gnu.org:/gd/gnuorg).
52643
52644 2004-02-23  Karl Berry  <karl@gnu.org>
52645
52646         * config/srclistvars.sh (GNUORG) [karl]: redefine.
52647         * config/srclist.txt: add maintain/standards documents.
52648
52649 2004-02-18  Bruno Haible  <bruno@clisp.org>
52650
52651         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
52652         Reported by Derek Robert Price <derek@ximbiot.com>.
52653
52654 2004-02-16  Karl Berry  <karl@gnu.org>
52655
52656         * config/mkinstalldirs, install-sh: update from automake.
52657
52658 2004-02-06  Karl Berry  <karl@gnu.org>
52659
52660         * m4/po.m4: update from gettext 0.14.1.
52661
52662 2004-02-06  Karl Berry  <karl@gnu.org>
52663
52664         * lib/config.charset: update from gettext 0.14.1.
52665
52666 2004-02-05  Paul Eggert  <eggert@twinsun.com>
52667
52668         Add comments and code, prompted by suggestions from Bruno Haible
52669         for sh-quote.
52670         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
52671         describing the enum quoting_style values.
52672         * lib/quotearg.c (quotearg_alloc): New function.
52673         (quotearg_buffer_restyled): Treat lone { and } as special.
52674         Treat = as special.  Work around bug with older shells
52675         that "see" a '\' that is really the 2nd byte of a multibyte char.
52676         Quote empty string with shell_quoting_style.
52677
52678 2004-02-03  Bruno Haible  <bruno@clisp.org>
52679
52680         * m4/pipe.m4: New file, from GNU gettext.
52681
52682 2004-02-03  Bruno Haible  <bruno@clisp.org>
52683
52684         * lib/pipe.h: New file, from GNU gettext.
52685         * lib/pipe.c: New file, from GNU gettext.
52686
52687 2004-01-27  Bruno Haible  <bruno@clisp.org>
52688
52689         * m4/execute.m4: New file, from GNU gettext.
52690
52691 2004-01-27  Bruno Haible  <bruno@clisp.org>
52692
52693         * lib/execute.h: New file, from GNU gettext.
52694         * lib/execute.c: New file, from GNU gettext.
52695         * lib/w32spawn.h: New file, from GNU gettext.
52696
52697 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52698
52699         Merge from diffutils.
52700
52701         * lib/file-type.c (file_type): Add typed memory objects.
52702         * lib/file-type.h (S_TYPEISTMO): New macro.
52703
52704         * lib/c-stack.h (c_stack_action): Remove argv argument.
52705         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
52706         (die): Don't calculate message unless segv_action returns.
52707         (get_stack_location, min_address_from_argv, max_address_from_argv,
52708         volatile stack_base, volatile_stack_size): Remove.
52709         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
52710         that every segmentation violation is a stack overflow.  (Ouch!)
52711         See Debian bug 136249 (still outstanding) for more info about why
52712         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
52713
52714 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52715
52716         Exit-status fix from coreutils.
52717
52718         Use exit_failure consistently in place of EXIT_FAILURE,
52719         so that program exit statuses are consistent on failure.
52720
52721         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
52722         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
52723         * lib/argmatch.h: Comment fix to match the above.
52724         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
52725         Now a macro referring to exit_failure, instead of a separate
52726         variable.  Include "exitfail.h" to get it.
52727         * lib/xstrtol.h: Include "exitfail.h".
52728         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
52729
52730         * lib/long-options.c (parse_long_options): Use prototype
52731         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
52732         for clarity.
52733
52734 2004-01-21  Jim Meyering  <jim@meyering.net>
52735
52736         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
52737         so as not to conflict with a different-sized __mktime_internal
52738         function in GNU libc.
52739         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
52740         Problem building statically-linked `ls' reported by Michael Brunnbauer.
52741
52742 2004-01-20  Karl Berry  <karl@gnu.org>
52743
52744         * config/config.guess: update from config.
52745
52746         * config/srclistvars.sh: GNUWWWLICENSES for karl.
52747
52748 2004-01-20  Bruno Haible  <bruno@clisp.org>
52749
52750         Safer stack allocation.
52751         * lib/setenv.c: Include allocsa.h.
52752         (alloca): Remove fallback definition.
52753         (freea): Remove macro.
52754         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
52755         instead of freea.
52756
52757 2004-01-20  Bruno Haible  <bruno@clisp.org>
52758
52759         * m4/eealloc.m4: New file, from GNU gettext.
52760
52761 2004-01-20  Bruno Haible  <bruno@clisp.org>
52762
52763         * m4/allocsa.m4: New file, from GNU gettext.
52764
52765 2004-01-20  Bruno Haible  <bruno@clisp.org>
52766
52767         * lib/xallocsa.h: New file, from GNU gettext.
52768         * lib/xallocsa.c: New file, from GNU gettext.
52769
52770 2004-01-20  Bruno Haible  <bruno@clisp.org>
52771
52772         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
52773
52774 2004-01-20  Bruno Haible  <bruno@clisp.org>
52775
52776         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
52777         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
52778         specially.
52779
52780 2004-01-20  Bruno Haible  <bruno@clisp.org>
52781
52782         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
52783         patch.
52784
52785 2004-01-20  Bruno Haible  <bruno@clisp.org>
52786
52787         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
52788
52789 2004-01-20  Bruno Haible  <bruno@clisp.org>
52790
52791         * lib/eealloc.h: New file.
52792
52793 2004-01-20  Bruno Haible  <bruno@clisp.org>
52794
52795         * lib/binary-io.h: Avoid warnings on Cygwin.
52796
52797 2004-01-20  Bruno Haible  <bruno@clisp.org>
52798
52799         * lib/allocsa.h: New file, from GNU gettext.
52800         * lib/allocsa.c: New file, from GNU gettext.
52801
52802 2004-01-18  Karl Berry  <karl@gnu.org>
52803
52804         * doc/gpl.texi, doc/lgpl.texi: new files.
52805
52806 2004-01-18  Karl Berry  <karl@gnu.org>
52807
52808         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
52809         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
52810
52811 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52812
52813         Merge from coreutils.
52814
52815         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
52816         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
52817         (gl_DEFAULT_POSIX2_VERSION): Move
52818         the documentation from 'configure' into 'config.hin',
52819         so that 'configure --help' isn't burdened by it and
52820         we don't have to worry about its formatting there.
52821         Reword the documentation so that it's more succinct
52822         and can be run together into a single paragraph.
52823         * m4/same.m4 (gl_SAME): Check for pathconf.
52824
52825 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52826
52827         Merge from coreutils.
52828
52829         * lib/posixver.c: Include posixver.h.
52830
52831         * lib/same.c: Include <stdbool.h>, <limits.h>.
52832         (_POSIX_NAME_MAX): Define if not defined.
52833         (MIN): New macro.
52834         (same_name): If file names are silently truncated, report
52835         that the file names are the same if they are the same after
52836         the silent truncation.
52837
52838         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
52839         conversion function.
52840         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
52841         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
52842         longer needed.
52843
52844 2004-01-15  Jim Meyering  <jim@meyering.net>
52845
52846         Merge from coreutils.
52847
52848         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
52849         if no library is required.
52850         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
52851         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
52852         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
52853         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
52854         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
52855         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
52856         value, $ac_cv_search_crypt, if it's "none required".
52857         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
52858         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
52859         not gl_FUNC_GETLOADAVG.
52860         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
52861         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
52862
52863 2004-01-15  Jim Meyering  <jim@meyering.net>
52864
52865         Merge from coreutils.
52866
52867         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
52868         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
52869         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
52870
52871         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
52872         optional configure-time default.
52873
52874         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52875
52876         * lib/xreadlink.c (xreadlink): Correct outdated comment.
52877
52878 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
52879
52880         Merge from coreutils.
52881
52882         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
52883         value, $ac_cv_search_nanosleep, if it's "none required".
52884
52885 2004-01-14  Paul Eggert  <eggert@twinsun.com>
52886
52887         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
52888         with like-named macro in fnmatch.c.
52889         (EXT): Use an internal constant instead.
52890
52891         Merge fnmatch patches from glibc.
52892         * lib/fnmatch.c (mbsinit): Remove define.
52893         Add libc_hidden_ver (__fnmatch, fnmatch).
52894         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
52895         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
52896
52897 2004-01-14  Karl Berry  <karl@gnu.org>
52898
52899         * config/install-sh: update from automake.
52900
52901 2004-01-13  Karl Berry  <karl@gnu.org>
52902
52903         * config/install-sh: update from automake.
52904
52905 2004-01-09  Karl Berry  <karl@gnu.org>
52906
52907         * config/install-sh: update from automake.
52908
52909 2004-01-05  Karl Berry  <karl@gnu.org>
52910
52911         * config/config.{sub,guess}: update from config.
52912
52913 2003-12-31  Karl Berry  <karl@gnu.org>
52914
52915         * config/depcomp: update from automake.
52916
52917 2003-12-14  Karl Berry  <karl@gnu.org>
52918
52919         * lib/config.charset: update from gettext-runtime.
52920
52921 2003-12-03  Paul Eggert  <eggert@twinsun.com>
52922
52923         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
52924         Bug reported by Alfred M. Szmidt.
52925
52926 2003-12-03  Bruno Haible  <bruno@clisp.org>
52927
52928         * m4/gettext.m4: Upgrade from gettext-0.13.
52929         * m4/po.m4: Upgrade from gettext-0.13.
52930         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
52931         * m4/intmax.m4: New file, from gettext-0.13.
52932         * m4/printf-posix.m4: New file, from gettext-0.13.
52933
52934 2003-11-29  Karl Berry  <karl@gnu.org>
52935
52936         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
52937
52938 2003-11-25  Paul Eggert  <eggert@twinsun.com>
52939             Bruno Haible  <bruno@clisp.org>
52940
52941         * lib/printf-parse.h: Don't include sys/types.h.
52942         (ARG_NONE): New macro.
52943         (char_directive): Change type of *arg_index fields to size_t.
52944         * lib/printf-parse.c: Don't include sys/types.h.
52945         (SSIZE_MAX): Remove macro.
52946         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
52947         Remove unnecessary overflow check.
52948         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
52949         fields.
52950
52951 2003-11-25  Bruno Haible  <bruno@clisp.org>
52952
52953         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
52954
52955 2003-11-25  Bruno Haible  <bruno@clisp.org>
52956
52957         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
52958         gt_TYPE_SSIZE_T.
52959
52960 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52961
52962         * modules/alloca: Remove dependency on xalloc.
52963
52964 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52965
52966         * lib/alloca.c: Remove dependency on xalloc module.
52967         (xalloc_die): Remove.
52968         (memory_full) [!defined emacs]: New macro.
52969         [!defined emacs]: Don't include xalloc.h.
52970         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
52971         address arithmetic overflows.  Change datatypes a bit to avoid
52972         unnecessary casts.
52973
52974 2003-11-22  Jim Meyering  <jim@meyering.net>
52975
52976         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
52977         s/size/size_t/.
52978
52979 2003-11-21  Karl Berry  <karl@gnu.org>
52980
52981         * config/config.{sub,guess}: update from config.
52982
52983 2003-11-18  Karl Berry  <karl@gnu.org>
52984
52985         * config/config.{sub,guess}: update from config.
52986
52987         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
52988
52989 2003-11-17  Paul Eggert  <eggert@twinsun.com>
52990
52991         * README: Mention that S+T cannot overflow if S is the size of
52992         an existing object and T is sufficiently small.
52993
52994 2003-11-17  Jim Meyering  <jim@meyering.net>
52995
52996         On systems without utime and without a utimes function capable of
52997         dealing with a NULL struct utimbuf* argument, this utime replacement
52998         could -- in unusual circumstances -- leak a file descriptor.
52999         * lib/utime.c: Include <unistd.h> and <errno.h>.
53000         (utime_null): Be sure to close `fd' and to preserve errno.
53001         Reported by Geoff Collyer via Arnold Robbins.
53002
53003 2003-11-17  Bruno Haible  <bruno@clisp.org>
53004
53005         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
53006         (Depends-on): Add xsize.
53007
53008 2003-11-17  Bruno Haible  <bruno@clisp.org>
53009
53010         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
53011
53012 2003-11-17  Bruno Haible  <bruno@clisp.org>
53013
53014         * lib/vasnprintf.c (alloca): Remove fallback definition.
53015         (freea): Remove definition.
53016         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
53017         Reported by Paul Eggert.
53018
53019 2003-11-16  Paul Eggert  <eggert@twinsun.com>
53020             Bruno Haible  <bruno@clisp.org>
53021
53022         Protect against address arithmetic overflow.
53023         * lib/printf-args.h: Include stddef.h.
53024         (arguments): Change type of field 'count' to size_t.
53025         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
53026         'unsigned int' where appropriate.
53027         * lib/printf-parse.h: Include sys/types.h.
53028         (char_directive): Change type of *arg_index fields to ssize_t.
53029         (char_directives): Change type of fields 'count', max_*_length to
53030         size_t.
53031         * lib/printf-parse.c: Include sys/types.h and xsize.h.
53032         (SSIZE_MAX): Define fallback value.
53033         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
53034         instead of 'int' where appropriate. Check a_allocated, d_allocated
53035         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
53036         * lib/vasnprintf.c: Include xsize.h.
53037         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
53038         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
53039         overflow. Avoid wraparound when converting a width or precision from
53040         decimal to binary.
53041
53042 2003-11-16  Bruno Haible  <bruno@clisp.org>
53043
53044         Update from GNU gettext.
53045         * lib/printf-parse.c: Generalize to it can be compiled for wide
53046         strings.
53047         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
53048         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
53049         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
53050         SNPRINTF): New macros.
53051         Don't include <alloca.h> if the file is used inside libintl.
53052         (local_wcslen): New function, for Solaris 2.5.1.
53053         (VASNPRINTF): Use it instead of wcslen.
53054
53055 2003-11-16  Bruno Haible  <bruno@clisp.org>
53056
53057         * lib/xsize.h (xmax): New function.
53058         (xsum, xsum3, xsum4): Declare as "pure" functions.
53059
53060 2003-11-12  Paul Eggert  <eggert@twinsun.com>
53061
53062         * modules/xalloc (Files): Undo latest change, since xalloc.h
53063         no longer needs SIZE_MAX or PTRDIFF_MAX.
53064
53065 2003-11-12  Paul Eggert  <eggert@twinsun.com>
53066
53067         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
53068         gl_PTRDIFF_MAX.
53069
53070 2003-11-12  Paul Eggert  <eggert@twinsun.com>
53071
53072         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
53073         "return", to pacify some unknown compiler.  Problem reported
53074         by Joerg Schilling.
53075
53076 2003-11-12  Paul Eggert  <eggert@twinsun.com>
53077
53078         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
53079         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
53080         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
53081         heuristic is just as accurate as far as we know, and it removes a
53082         dependency on size_max.m4 and ptrdiff_max.m4.
53083
53084 2003-11-11  Bruno Haible  <bruno@clisp.org>
53085
53086         * modules/xsize (Files): Add m4/size_max.m4.
53087         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
53088
53089 2003-11-11  Bruno Haible  <bruno@clisp.org>
53090
53091         * m4/size_max.m4: New file.
53092         * m4/ptrdiff_max.m4: New file.
53093         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
53094         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
53095         (gl_XALLOC): Invoke it.
53096
53097 2003-11-11  Bruno Haible  <bruno@clisp.org>
53098
53099         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
53100         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
53101         defined.
53102
53103 2003-11-10  Paul Eggert  <eggert@twinsun.com>
53104
53105         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
53106         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
53107         rejected some allocations of exactly SIZE_MAX - 2 bytes.
53108         From Bruno Haible.
53109         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
53110         not (size_t) -1, since it's defined here.
53111
53112 2003-11-09  Karl Berry  <karl@gnu.org>
53113
53114         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
53115
53116 2003-11-06  Paul Eggert  <eggert@twinsun.com>
53117
53118         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
53119         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
53120         Reject sizes of exactly SIZE_MAX bytes.
53121         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
53122         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
53123
53124 2003-11-05  Bruno Haible  <bruno@clisp.org>
53125
53126         * lib/xsize.h: Include limits.h, to avoid a possible collision with
53127         SIZE_MAX defined in <limits.h> on Solaris.
53128
53129 2003-11-04  Jim Meyering  <jim@meyering.net>
53130
53131         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
53132         variable names, rather than @VAR@.
53133         * modules/poll: Likewise.
53134
53135 2003-11-04  Bruno Haible  <bruno@clisp.org>
53136
53137         * modules/xsize: New file.
53138         * modules/linebreak: Depend on xsize.
53139         * MODULES.html.sh (func_all_modules): Add xsize.
53140
53141 2003-11-04  Bruno Haible  <bruno@clisp.org>
53142
53143         * m4/xsize.m4: New file.
53144
53145 2003-11-04  Bruno Haible  <bruno@clisp.org>
53146
53147         * lib/xsize.h: New file.
53148         * lib/linebreak.c: Include xsize.h.
53149         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
53150         argument for overflow.
53151         Suggested by Paul Eggert.
53152
53153 2003-11-03  Karl Berry  <karl@gnu.org>
53154
53155         * config/config.{guess,sub}: update from config.
53156
53157 2003-11-03  Jim Meyering  <jim@meyering.net>
53158
53159         * modules/userspec (lib_SOURCES): Add userspec.h.
53160         (Include): Add "userspec.h".
53161         Improve description.
53162
53163 2003-11-03  Jim Meyering  <jim@meyering.net>
53164
53165         * lib/userspec.c: Include "userspec.h".
53166         * lib/userspec.h: New file.
53167
53168 2003-11-03  Bruno Haible  <bruno@clisp.org>
53169
53170         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
53171
53172 2003-11-03  Bruno Haible  <bruno@clisp.org>
53173
53174         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
53175         available, to avoid (extremely rare) race condition.
53176         Suggested by Paul Eggert.
53177
53178 2003-11-02  Karl Berry  <karl@gnu.org>
53179
53180         * config/srclist.txt (vasprintf.c): sync broken, sigh.
53181
53182 2003-10-31  Paul Eggert  <eggert@twinsun.com>
53183
53184         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
53185         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
53186         (read_filesystem_list): Set and use me_type_malloced.
53187         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
53188         whatever the type happens to be), for brevity and consistency.
53189         Check for size calculation overflow on Alphas running OSF/1.
53190
53191 2003-10-31  Jim Meyering  <jim@meyering.net>
53192
53193         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
53194
53195         * lib/linebuffer.c: Include <string.h> for declaration of memset.
53196
53197 2003-10-30  Paul Eggert  <eggert@twinsun.com>
53198             Bruno Haible  <bruno@clisp.org>
53199
53200         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
53201         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
53202
53203 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
53204
53205         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
53206         netbsd*-gnu*.  Suggested by Robert Millan.
53207
53208 2003-10-29  Paul Eggert  <eggert@twinsun.com>
53209
53210         * modules/group-member: Depend on stdbool.
53211
53212 2003-10-29  Paul Eggert  <eggert@twinsun.com>
53213
53214         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
53215
53216 2003-10-29  Paul Eggert  <eggert@twinsun.com>
53217
53218         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
53219         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
53220         after the 'gnu' in these cases.  This fixes some bugs in the
53221         previous change, and is based on suggestions by Robert Millan.
53222
53223 2003-10-29  Paul Eggert  <eggert@twinsun.com>
53224
53225         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
53226         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
53227         no longer needed.
53228         * lib/quotearg.c (quotearg_n_options): Use it.
53229         * lib/group-member.c: Include <stdbool.h>.
53230         (free_group_info): Arg is now const *; don't free arg.
53231         (get_group_info): Now returns bool and accepts struct group_info *,
53232         rather than returning a malloc'ed struct group_info *.
53233         All uses changed.  Check for overflow in internal size calculation.
53234
53235         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
53236         rather than xmalloc/xrealloc.
53237         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
53238         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
53239         conformance bug: the old code used a pointer after freeing the
53240         storage that it addressed.
53241         * lib/hash.c (hash_initialize): Simplify the code by using
53242         xalloc_oversized rather than doing it by hand.
53243         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
53244         the buffer preserved.  Use free and xmalloc instead.
53245         * lib/quotearg.c (quotearg_n_options): Likewise.
53246         Use a simpler test for size overflow.  Don't use xalloc_oversized
53247         because unsigned int might be wider than size_t (!); this suggests
53248         that we should switch from unsigned int to size_t for slot numbers.
53249
53250 2003-10-28  Paul Eggert  <eggert@twinsun.com>
53251
53252         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
53253         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
53254         NetBSD kernels.  Requested by Richard Stallman.
53255
53256 2003-10-27  Paul Eggert  <eggert@twinsun.com>
53257
53258         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
53259         to allocate the returned structure.  Do not allocate a subarray,
53260         as x2nrealloc will do that.
53261         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
53262         instead of xnrealloc.
53263         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
53264
53265 2003-10-27  Bruno Haible  <bruno@clisp.org>
53266
53267         * lib/stdbool_.h: Better support for BeOS.
53268
53269 2003-10-26  Paul Eggert  <eggert@twinsun.com>
53270
53271         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
53272         now uses inline.
53273
53274 2003-10-26  Paul Eggert  <eggert@twinsun.com>
53275
53276         * lib/xalloc.h (xalloc_oversized): New static inline function, for
53277         callers that want to do their own size-overflow checking.  Include
53278         <stdbool.h>, since xalloc_oversized returns bool.
53279         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
53280         to use xalloc_oversized.
53281
53282         Add two functions x2realloc, x2nrealloc, for programs that grow
53283         arrays dynamically by doubling their sizes.
53284         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
53285         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
53286         New functions.
53287
53288         Port to C99 semantics for 'inline' of external functions.
53289         Bug reported by Bruno Haible.
53290         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
53291         with the old contents of xnmalloc.
53292         (xnmalloc, xmalloc): Use it.
53293         (xnrealloc_inline): New static inline function,
53294         with the old contents of xnrealloc.
53295         (xnrealloc, xrealloc): Use it.
53296
53297         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
53298         that.
53299
53300 2003-10-26  Karl Berry  <karl@gnu.org>
53301
53302         * config/srclist.txt (COPYING.DOC): no longer available from
53303         /gd/gnuorg; don't know where the ultimate source is.
53304
53305 2003-10-25  Paul Eggert  <eggert@twinsun.com>
53306
53307         Fix several address-calculation bugs in the hash modules,
53308         plus some minor code cleanup.
53309
53310         * lib/hash.h: Include <stdbool.h>, for bool.
53311         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
53312         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
53313         hash_get_n_entries, hash_get_max_bucket_length,
53314         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
53315         hash_rehash): Use size_t rather than unsigned.
53316         * lib/hash.c (struct hash_table, hash_get_n_buckets,
53317         hash_get_n_buckets_used, hash_get_n_entries,
53318         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
53319         hash_get_entries, hash_do_for_each, hash_string, is_prime,
53320         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
53321         Likewise.
53322         (SIZE_MAX): Define if not defined.
53323         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
53324         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
53325         hash_print):
53326         Use const * when possible.
53327         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
53328         (check_tuning): Fix bug: if tuning parameters were very close to
53329         0 or 1, rounding errors could have caused subscript violations.
53330         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
53331         (hash_initialize): Add 'fail:' label
53332         to free table and return NULL, and use it to simplify code.
53333         Use calloc rather than clearing the storage ourself.
53334         (hash_initialize, hash_rehash): Check for arithmetic overflow in
53335         buffer size calculations.
53336         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
53337         Include <stddef.h>, for size_t.
53338         * lib/hash-pjw.c (hash_pjw): Likewise.
53339         Switch to method described by Bruno Haible.
53340         Include <limits.h>, for CHAR_BIT.
53341         (SIZE_BITS): New macro.
53342
53343 2003-10-23  Paul Eggert  <eggert@twinsun.com>
53344
53345         * m4/getline.m4 (AM_FUNC_GETLINE):
53346         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
53347         hosts.  Problem reported by Derek Robert Price in
53348         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
53349         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
53350         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
53351
53352 2003-10-21  Paul Eggert  <eggert@twinsun.com>
53353
53354         * lib/getndelim2.c (getndelim2): When size calculation overflows,
53355         ceiling the allocation at NMAX bytes rather than silently
53356         discarding input bytes before NMAX is reached.  This makes
53357         a difference only if NMAX exceeds SIZE_MAX / 2.
53358
53359         * lib/obstack.c: Merge from glibc.
53360         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
53361         Add libc_hidden_def (_obstack_newchunk).
53362         (_obstack_free) [! defined _LIBC]: Remove.
53363         [defined _LIBC]: Make a strong alias from obstack_free, rather than
53364         a clone of the function body.
53365         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
53366         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
53367
53368         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
53369         glibc.
53370         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
53371         arg to memcpy.
53372
53373         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
53374         (obstack_ptr_grow_fast, obstack_int_grow_fast):
53375         Don't use lvalue casts, as GCC plans to remove support for them
53376         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
53377         was also present in the non-GCC version, indicating that this
53378         code had always been buggy and had never been widely used.
53379         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
53380         Use the fast variant of each macro, rather than copying the
53381         definiens of the fast variant; that way, we'll be more likely to
53382         catch future bugs in the fast variants.
53383
53384 2003-10-20  Bruno Haible  <bruno@clisp.org>
53385
53386         * modules/wait-process: New file.
53387         * MODULES.html.sh (func_all_modules): Add wait-process.
53388
53389 2003-10-20  Bruno Haible  <bruno@clisp.org>
53390
53391         * m4/wait-process.m4: New file.
53392
53393 2003-10-20  Bruno Haible  <bruno@clisp.org>
53394
53395         * lib/wait-process.h: New file, from GNU gettext.
53396         * lib/wait-process.c: New file, from GNU gettext.
53397
53398 2003-10-19  Jim Meyering  <jim@meyering.net>
53399
53400         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
53401         HPUX 10.20.
53402
53403 2003-10-18  Karl Berry  <karl@gnu.org>
53404
53405         * config/config.guess: update from config.
53406
53407 2003-10-16  Paul Eggert  <eggert@twinsun.com>
53408
53409         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
53410         (getgroups): First arg is int, not size_t.
53411         Don't let 'free' mangle errno.
53412
53413 2003-10-16  Paul Eggert  <eggert@twinsun.com>
53414
53415         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
53416
53417 2003-10-16  Karl Berry  <karl@gnu.org>
53418
53419         * config/config.{guess,sub}: update from config.
53420
53421 2003-10-16  Jim Meyering  <jim@meyering.net>
53422
53423         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
53424         memcpy.
53425
53426 2003-10-15  Paul Eggert  <eggert@twinsun.com>
53427
53428         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
53429         (SIZE_MAX): Remove.
53430         (new_exclude, add_exclude_file): Initial size no longer needs to
53431         be a power of 2.
53432         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
53433         our own address arithmetic overflow checking.
53434
53435         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
53436         (fnmatch): Do not alloca more than 2000 wide characters;
53437         instead, use malloc for large buffers.
53438         Check for address arithmetic overflow, and return -1
53439         with errno set to ENOMEM in that case.
53440         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
53441         (NEW_PATTERN): Do not alloca more than 8000 bytes;
53442         instead, return -1.  Check for address arithmetic overflow.
53443
53444 2003-10-14  Paul Eggert  <eggert@twinsun.com>
53445
53446         Handle invalid suffixes and overflow independently, so that
53447         callers can treat them independently as needed.  Fix some bugs in
53448         suffix handling, e.g., "100k@" was not diagnosed as an invalid
53449         suffix for a human-readable blocksize.  The major caller-visible
53450         change is the addition of a new
53451         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
53452         that both overflow and suffix chars were found.
53453
53454         * lib/human.c (humblock): Don't check separately for invalid suffix
53455         char; that is xstrtoumax's job (now that its bug is fixed).
53456         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
53457         INTMAX_MAX]: New macros.
53458         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
53459         TYPE_MAXIMUM): New macros.
53460         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
53461         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
53462         if overflow occurs, as it's what __strtol does and it's more useful
53463         in practice.
53464         (__xstrtol): If __strtol reports some error other than ERANGE,
53465         reflect it to the caller as LONGINT_INVALID.  If it reports
53466         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
53467         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
53468         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
53469         value.
53470         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
53471         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
53472         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
53473         [defined UINTMAX_MAX]: New macros.
53474
53475 2003-10-14  Bruno Haible  <bruno@clisp.org>
53476
53477         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
53478
53479 2003-10-14  Bruno Haible  <bruno@clisp.org>
53480
53481         * m4/sig_atomic_t: New file, from GNU gettext.
53482         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
53483
53484 2003-10-14  Bruno Haible  <bruno@clisp.org>
53485
53486         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
53487         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
53488         Also use volatile where needed.
53489
53490 2003-10-12  Paul Eggert  <eggert@twinsun.com>
53491
53492         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
53493         Change maintainer from Bruno Haible to 'all'.
53494
53495 2003-10-12  Paul Eggert  <eggert@twinsun.com>
53496
53497         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
53498
53499 2003-10-12  Paul Eggert  <eggert@twinsun.com>
53500
53501         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
53502         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
53503         and define in terms of the other primitives.
53504         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
53505         (SIZE_MAX): Define if not already defined.
53506         (array_size_overflow): New function.
53507         (xalloc_die): Abort instead of exiting if 'error' returns.
53508         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
53509         (xmalloc, xrealloc): Use them.
53510         (xcalloc): Check for address arithmetic overflow.
53511         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
53512         a bit faster than strcpy.
53513
53514 2003-10-10  Simon Josefsson  <jas@extundo.com>
53515
53516         * modules/argp (Depends-on): Add restrict and strcase.
53517
53518 2003-10-10  Simon Josefsson  <jas@extundo.com>
53519
53520         * m4/argp.m4: Add AC_C_INLINE.
53521
53522 2003-10-08  Paul Eggert  <eggert@twinsun.com>
53523
53524         Merge getpass from libc, plus a few fixes.
53525
53526         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
53527         Include <stdbool.h>.
53528         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
53529         __fsetlocking to empty.
53530         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
53531         do include <bits/libc-lock.h>.
53532         Do not include <fcntl.h>; not needed.
53533         [_LIBC]: Include <wchar.h>.
53534         (NOTCANCEL_MODE): New macro.
53535         (flockfile, funlockfile) [_LIBC]: New macros.
53536         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
53537         [!_LIBC]: New macros.
53538         (call_fclose): New function.
53539         (getpass): Use it.  Save tty stream separately; this simplifies the
53540         code and makes it more reliable if stdin happens to equal stdout.
53541         Invoke __fsetlocking on tty.
53542         Handle thread cancellation if needed.
53543         Namespace cleanup (use __tcgetattr, __getline).
53544         Use bool for Booleans.
53545         [USE_IN_LIBIO]: Handle wide streams.
53546         [!_LIBC]: Unconditionally do the fseek, since we don't know what
53547         stream might go where.
53548
53549         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
53550         doesn't have to include <stdio.h> before us.
53551         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
53552         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
53553         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
53554         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
53555         if not declared, so that we can use getpass.c code from libc without
53556         rewriting it.
53557         (flockfile, ftrylockfile, funlockfile): New macros.
53558
53559 2003-10-08  Paul Eggert  <eggert@twinsun.com>
53560
53561         * modules/getpass: Depend on stdbool.
53562
53563 2003-10-08  Paul Eggert  <eggert@twinsun.com>
53564
53565         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
53566
53567 2003-10-07  Karl Berry  <karl@gnu.org>
53568
53569         * config/config.{guess,sub}: update from config.
53570
53571 2003-10-06  Jim Meyering  <jim@meyering.net>
53572             Bruno Haible  <bruno@clisp.org>
53573
53574         This lets translators provide better translations for the
53575         "Written by ..." part of --version output.
53576         * lib/version-etc.h: Include stdarg.h.
53577         (version_etc_copyright): Declare as readonly.
53578         (version_etc): Make this function variadic with a NULL-terminated list
53579         of author name strings.
53580         (version_etc_va): New declaration.
53581         * lib/version-etc.c: Include stdarg.h, stdlib.h.
53582         (version_etc_copyright): Declare as readonly.
53583         (version_etc_va): New function. Provide a different translatable string
53584         for each possible number of authors < 10. Abbreviate when there are 10
53585         authors or more.
53586         (version_etc): Make this function variadic. Call version_etc_va.
53587         Suggestion from Gary V. Vaughan.
53588
53589         * lib/long-options.h (parse_long_options): Change prototype: the
53590         authors string is moved to the end and becomes variadic.
53591         * lib/long-options.c: Include stdarg.h.
53592         (parse_long_options): Make this function variadic, too.
53593         Call version_etc_va, not version_etc.
53594
53595 2003-10-06  Bruno Haible  <bruno@clisp.org>
53596
53597         * modules/version-etc-2: Remove file.
53598         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
53599
53600 2003-10-06  Bruno Haible  <bruno@clisp.org>
53601
53602         * modules/fatal-signal: New file.
53603         * MODULES.html.sh (func_all_modules): Add fatal-signal.
53604
53605 2003-10-06  Bruno Haible  <bruno@clisp.org>
53606
53607         * m4/fatal-signal.m4: New file.
53608         * m4/signalblocking.m4: New file, from GNU gettext.
53609
53610 2003-10-06  Bruno Haible  <bruno@clisp.org>
53611
53612         * lib/version-etc-2.h: Remove file.
53613         * lib/version-etc-2.c: Remove file.
53614
53615 2003-10-06  Bruno Haible  <bruno@clisp.org>
53616
53617         * lib/fatal-signal.h: New file, from GNU gettext.
53618         * lib/fatal-signal.c: New file, from GNU gettext.
53619
53620 2003-10-05  Paul Eggert  <eggert@twinsun.com>
53621
53622         * README: Rework advice for preventing empty .o files.
53623         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
53624         not <sys/types.h>.
53625
53626 2003-10-04  Karl Berry  <karl@gnu.org>
53627
53628         * lib/argp*: update from libc.
53629
53630 2003-10-04  Karl Berry  <karl@gnu.org>
53631
53632         * config/config.{guess,sub}: update from config.
53633
53634 2003-10-02  Bruno Haible  <bruno@clisp.org>
53635
53636         * modules/lchown (Include): Add lchown.h.
53637         * modules/time_r (Include): Use "..." syntax.
53638         * modules/xgetdomainname (Include): Add xgetdomainname.h.
53639
53640 2003-10-01  Simon Josefsson  <jas@extundo.com>
53641
53642         * MODULES.html.sh (func_all_modules): Move gethostname from section
53643         'based on' to section 'lacking' POSIX:2001.
53644
53645 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
53646
53647         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
53648         to output mode on the same stream.
53649
53650 2003-09-29  Paul Eggert  <eggert@twinsun.com>
53651
53652         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
53653         Fix arg typo in previous patch.
53654
53655 2003-09-28  Jim Meyering  <jim@meyering.net>
53656
53657         * lib/error.c: Correct cpp indentation.
53658
53659 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53660
53661         * modules/free: New file.
53662
53663 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53664
53665         * m4/free.m4: New file.
53666
53667 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53668
53669         * lib/minmax.h (MIN, MAX)
53670         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
53671         Omit the special code that used __typeof__, since we worry that
53672         it could be more trouble than it's worth.  See:
53673         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
53674         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
53675
53676         * lib/free.c: New file.
53677
53678 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
53679
53680         Trivial fixes to Makefile.am parts of module listings.
53681         * modules/strstr: Append strstr.h to lib_SOURCES.
53682         * modules/strcase: Likewise, for strcase.h.
53683
53684 2003-09-27  Karl Berry  <karl@gnu.org>
53685
53686         * config/mkinstalldirs: update from automake.
53687
53688 2003-09-26  Paul Eggert  <eggert@twinsun.com>
53689
53690         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
53691         (error_tail): Do not loop, reallocating temporary buffer, since
53692         the output cannot contain more wide characters than the input
53693         contains bytes, the size must be big enough already.  This avoids
53694         one potential size overflow calculation.  Check for size overflow
53695         when calculating temporary buffer size.  Free temporary buffer
53696         when done, if it was allocated with malloc; this plugs a memory
53697         leak.  Remove casts from void * to pointers, that are no longer
53698         needed now that we're assuming C89 or better.
53699
53700         Merge error changes from glibc.
53701
53702         * lib/error.c, error.h: Update copyright notice header to match glibc.
53703         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
53704         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
53705         Disable cancellation while printing error.
53706         * lib/error.h: Prepend __ to parameter names.
53707
53708 2003-09-26  Jim Meyering  <jim@meyering.net>
53709
53710         * lib/error.c (error_tail): Move some declarations
53711         into inner scope where the local variables are used.
53712
53713 2003-09-26  Bruno Haible  <bruno@clisp.org>
53714
53715         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
53716         stpncpy().
53717         Don't define stpncpy through config.h; it's now done through stpncpy.h.
53718
53719 2003-09-26  Bruno Haible  <bruno@clisp.org>
53720
53721         * lib/stpncpy.h (gnu_stpncpy): New declaration.
53722         (stpncpy): Define as alias for gnu_stpncpy.
53723         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
53724
53725 2003-09-25  Simon Josefsson  <jas@extundo.com>
53726
53727         * lib/xgetdomainname.h: New file.
53728         * lib/xgetdomainname.c: New file.
53729
53730 2003-09-25  Simon Josefsson  <jas@extundo.com>
53731             Bruno Haible  <bruno@clisp.org>
53732
53733         * modules/getdomainname: New file.
53734         * modules/xgetdomainname: New file.
53735         * MODULES.html.sh (func_all_modules): Add getdomainname,
53736         xgetdomainname.
53737
53738 2003-09-25  Simon Josefsson  <jas@extundo.com>
53739             Bruno Haible  <bruno@clisp.org>
53740
53741         * m4/getdomainname.m4: New file.
53742
53743 2003-09-25  Simon Josefsson  <jas@extundo.com>
53744             Bruno Haible  <bruno@clisp.org>
53745
53746         * lib/getdomainname.h: New file.
53747         * lib/getdomainname.c: New file.
53748
53749 2003-09-25  Karl Berry  <karl@gnu.org>
53750
53751         * lib/argp-fmtstream.c, argp-help.c: update from libc.
53752
53753 2003-09-25  Karl Berry  <karl@gnu.org>
53754
53755         * config/install-sh: update from automake.
53756
53757 2003-09-25  Bruno Haible  <bruno@clisp.org>
53758
53759         * modules/version-etc-2: New file, from modules/version-etc with
53760         modifications.
53761         * MODULES.html.sh (func_all_modules): Add version-etc-2.
53762
53763 2003-09-25  Bruno Haible  <bruno@clisp.org>
53764
53765         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
53766         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
53767
53768 2003-09-24  Simon Josefsson  <jas@extundo.com>
53769
53770         * modules/xgethostname: Add xgethostname.h.
53771
53772 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53773
53774         * lib/linebuffer.c (freebuffer): Don't free the argument, just
53775         the buffer associated with the argument.  Bug reported by
53776         Simon Josefsson.
53777
53778 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53779
53780         * README: Document assumptions that 'int' is at least 32 bits
53781         wide, that integer arithmetic is 2's complement without overflow,
53782         that there are no holes in integer values, that adding sizes of
53783         two nonoverlapping objects can't overflow, and that all-bits-zero
53784         yields scalar zero.  Fix spelling and capitalization typos.
53785
53786 2003-09-19  Karl Berry  <karl@gnu.org>
53787
53788         * lib/argp.h: update from libc.
53789
53790 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53791
53792         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
53793         to avoid spurious warnings like "AC_RUN_IFELSE was called before
53794         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
53795
53796 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53797
53798         * gnulib-tool: Use "test -h", not "test -L", for portability
53799         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
53800         (tags_regexp): Remove, since \| doesn't conform to POSIX.
53801         (sed_extract_prog): Issue s commands one-by-one, rather than
53802         using \| in one s command.
53803
53804 2003-09-16  Paul Eggert  <eggert@twinsun.com>
53805
53806         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
53807         input error, instead of returning NULL the next time we are called
53808         (and therefore losing track of errno).
53809
53810 2003-09-16  Bruno Haible  <bruno@clisp.org>
53811
53812         * gnulib-tool (func_create_testdir): Warn about duplicated
53813         dependencies.
53814
53815 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53816
53817         * modules/argmatch, modules/fatal, modules/obstack,
53818         modules/xalloc, modules/xgethostname: Sort dependencies by
53819         importance, not alphabetically.
53820
53821 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53822
53823         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
53824         fails, so that the caller gets the proper errno.
53825
53826         * lib/readutmp.c (read_utmp): Likewise.
53827         Check for fstat error.  Close stream and free storage
53828         when failing.
53829
53830 2003-09-14  Karl Berry  <karl@gnu.org>
53831
53832         * config/srclist.txt (strdup.c): disable for c89 changes.
53833
53834 2003-09-14  Jim Meyering  <jim@meyering.net>
53835
53836         * lib/getloadavg.c: Correct cpp indentation.
53837         * lib/strdup.c: Likewise.
53838         * lib/vasnprintf.c: Likewise.
53839
53840 2003-09-14  Bruno Haible  <bruno@clisp.org>
53841
53842         * modules/fwriteerror: New file.
53843         * MODULES.html.sh (func_all_modules): Add fwriteerror.
53844
53845 2003-09-14  Bruno Haible  <bruno@clisp.org>
53846
53847         * lib/fwriteerror.h: New file.
53848         * lib/fwriteerror.c: New file.
53849
53850 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53851
53852         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
53853         modules/xgethostname, modules/xalloc: Depend on exit.
53854
53855 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53856
53857         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
53858
53859         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
53860         and AC_MINIX, too, so that their extensions are available.
53861
53862         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
53863         This macro has been superseded by gl_BACKUPFILE.
53864
53865         More patches to assume C89 or better.
53866
53867         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
53868
53869         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
53870         unconditionally.
53871         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
53872         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
53873         Include <string.h>, <stdlib.h> unconditionally.
53874         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
53875         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
53876         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
53877         headers or for string.h.
53878         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
53879         or strtoul.
53880
53881         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
53882         headers.
53883         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
53884         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53885         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
53886         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
53887         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53888         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
53889         memcpy, memset.
53890         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
53891         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
53892         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
53893         strtol.
53894         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
53895         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
53896         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
53897         strtoul.
53898
53899 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53900
53901         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
53902         * lib/obstack.c [!defined _LIBC]: Likewise.
53903         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
53904         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
53905         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
53906
53907         More changes to assume C89 or better.
53908
53909         * lib/error.c (error_tail): Assume vprintf.
53910
53911         * lib/argmatch.c (getenv): Remove decl.
53912         * lib/progreloc.c (get_full_program_name): Define via prototype.
53913         * lib/setenv.c (clearenv): Likewise.
53914         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
53915         needed.
53916         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
53917         (malloc, memcpy): Remove decls.
53918         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
53919         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
53920         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53921         (memcpy): Remove macro.
53922         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
53923         (__P): Remove.  All uses removed.
53924         (PTR): Remove.  All uses changed to void *.
53925         (CHAR_BIT, NULL): Remove.
53926         (spaces, zeros, memset_space, memset_zero)
53927         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
53928         Remove.
53929         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
53930         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
53931         Define with prototype.
53932         Remove now-unnecessary prototype decl.
53933         (extra_args_spec): Assume ANSI C.  All uses changed.
53934         (extra_args_spec_iso): Remove.
53935         (my_strftime, emacs_strftimeu): Define via prototype.
53936         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
53937         unconditionally.
53938         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
53939         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
53940         (strtoul, strtol): Remove decls.
53941         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
53942         LONG_MAX): Remove.
53943         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53944         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
53945         (LOCALE_PARAM_PROTO): New macro.
53946         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
53947         (INTERNAL (strtol), strtol): Define with a prototype.
53948         (PARAMS): Remove.  All uses removed.
53949         * lib/tempname.c: Include <string.h> unconditionally.
53950         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
53951         * lib/xgethostname.c (main): Define with a prototype.
53952         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
53953         Include <stdlib.h> unconditionally.
53954         (calloc, malloc, realloc, free): Remove decls.
53955         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
53956         Include <stdlib.h> unconditionally.  Sort include file names.
53957         (strtod): Remove.
53958         (xstrtod): Define with a prototype.
53959         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
53960         (strtol, strtoul): Remove decls.
53961
53962 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53963
53964         More patches to assume C89 or better.
53965         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
53966         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
53967         string.h, memchr, STDC_HEADERS.
53968
53969 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53970
53971         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
53972         Include <stdlib.h>, <string.h> unconditionally.
53973         Remove now-unnecessary cast to char *.
53974         * lib/strnlen.c: Include <string.h> unconditionally.
53975         * lib/yesno.c (yesno): Define with a prototype.
53976
53977 2003-09-11  Bruno Haible  <bruno@clisp.org>
53978
53979         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
53980
53981 2003-09-10  Jim Meyering  <jim@meyering.net>
53982
53983         * lib/error.c: Correct indentation of cpp directives.
53984
53985 2003-09-10  Bruno Haible  <bruno@clisp.org>
53986
53987         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
53988         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
53989         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
53990         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
53991         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
53992         <stdlib.h> and <string.h> checks.
53993         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
53994         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
53995
53996 2003-09-10  Bruno Haible  <bruno@clisp.org>
53997
53998         * lib/strcspn.c: Include <string.h> unconditionally.
53999         * lib/strpbrk.c: Include <string.h> unconditionally.
54000         * lib/strstr.c: Include <string.h> unconditionally.
54001         * lib/unicodeio.c: Include <string.h> unconditionally.
54002         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
54003         * lib/unsetenv.c: Likewise.
54004         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
54005         * lib/yesno.c: Include <stdlib.h> unconditionally.
54006         (rpmatch): Add prototype.
54007
54008 2003-09-09  Paul Eggert  <eggert@twinsun.com>
54009
54010         More patches to assume C89 or better.
54011         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
54012         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
54013         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
54014         or for string.h.
54015         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
54016         stdlib.h.
54017         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
54018         C headers.
54019         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
54020         string.h.
54021         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
54022         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
54023         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
54024         or for string.h.
54025         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
54026         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
54027         C headers.
54028         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
54029         memcpy.
54030         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
54031         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
54032         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
54033         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
54034         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
54035         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
54036         string.h, free.
54037         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
54038         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
54039         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
54040         C headers, or for string.h.
54041         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
54042         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
54043         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
54044         headers, memory.h, stdlib.h, string.h, strings.h.
54045         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
54046         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
54047         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
54048         strchr.
54049         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
54050         headers, memory.h, string.h.
54051         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
54052         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
54053         free.
54054         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
54055         headers.
54056         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
54057         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
54058         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
54059         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
54060         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
54061
54062 2003-09-09  Paul Eggert  <eggert@twinsun.com>
54063
54064         More K&R removal.
54065
54066         * lib/acosl.c (main): Use a prototype.
54067         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
54068         tanl.c: Likewise.
54069
54070         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
54071
54072         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
54073         (getopt, etopt_long, getopt_long_only, _getopt_internal)
54074         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
54075         with a prototype.
54076         * lib/getopt.c (const): Remove macro.
54077         Include <string.h> unconditionally.
54078         (my_index): Remove; all uses changed to strchr.
54079         (strlen): Remove decl.
54080         (exchange): Remove forward decl; no longer needed.
54081         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
54082         Define with prototype.
54083         * lib/getopt1.c (const): Remove macro.
54084         (getopt_long, getopt_long_only, main): Define with prototype.
54085
54086         * lib/getugroups.c: Include <string.h> unconditionally.
54087
54088         * lib/getusershell.c: Include <stdlib.h> unconditionally.
54089         (getusershell, setusershell, endusershell, readname, main):
54090         Define with prototypes.
54091
54092         * lib/group-member.c: Include group-member.h first.
54093         Include <stdlib.h> unconditionally.
54094
54095         * lib/hard-locale.c: Include hard-locale.h first.
54096         Include <stdlib.h>, <string.h> unconditionally.
54097
54098         * lib/hash.c (free, malloc): Remove decls.
54099         Include <stdlib.h> unconditionally.
54100
54101         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
54102         (getenv): Do not declare.
54103
54104         * lib/idcache.c: Include <string.h> unconditionally.
54105
54106         * lib/long-options.c: Include long-options.h first, to test interface.
54107         Include <stdlib.h> unconditionally.
54108
54109         * lib/makepath.c: Include makepath.h first, to test interface.
54110         Include <stdlib.h> and <string.h> unconditionally.
54111
54112         * lib/linebuffer.c: Include <stdlib.h>.
54113         (free): Remove decl.
54114
54115         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
54116         stddef.h. rpl_malloc returns void *, not char *.
54117         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
54118         prototype.
54119
54120         * lib/md5.h: Include <limits.h> unconditionally.
54121         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
54122         (__P): Remove; all uses removed.
54123         * lib/md5.c: Include "md5.h" first.
54124         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
54125         md5_buffer, md5_process_bytes, md5_process_block):
54126         Define with prototypes.
54127         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
54128         * lib/sha.c: Include "sha.h" first.
54129         Include <stdlib.h>, <string.h> unconditionally.
54130
54131         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
54132         * lib/memcmp.c (__ptr_t): Likewise.
54133         * lib/memrchr.c (__ptr_t): Likewise.
54134         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
54135         Include <string.h> unconditionally.
54136         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
54137         * lib/memchr.c: Include <stdlib.h> unconditionally.
54138         * lib/memchr.c (LONG_MAX): Remove.
54139         * lib/memrchr.c (LONG_MAX): Likewise.
54140         * lib/memchr.c (__memchr): Define via a prototype.
54141         * lib/memrchr.c (__memrchr): Likewise.
54142         * lib/memcmp.c (__P): Remove, and remove all uses.
54143         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
54144         Remove forward decls; no longer needed.
54145         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
54146         Use types required by C89 in prototype.
54147
54148         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
54149         * lib/savedir.c: Likewise.
54150         * lib/mkdir.c (free): Remove decl.
54151         * lib/rmdir.c (rmdir): Define with a prototype.
54152         * lib/savedir.c: Include savedir.h first, to test interface.
54153
54154         * lib/mktime.c (STDC_HEADERS): Remove.
54155         Include <stdlib.h>, <string.h> unconditionally.
54156
54157         * lib/modechange.c: Include <stdlib.h> unconditionally.
54158         (malloc): Remove decl.
54159
54160         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
54161         (free): Remove decl.
54162
54163         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
54164         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
54165         (This type really should be intptr_t, but that's a C99ism.)
54166         (_obstack_memcpy): Remove: all uses changed to memcpy.
54167         Include <string.h> unconditionally.
54168         (struct obstack): Assume __STDC__ for types of members
54169         chunkfun, freefun, extra_arg.
54170         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
54171         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
54172         obstack_begin, obstack_specify_allocation,
54173         obstack_specify_allocation_with_arg, obstack_chunkfun,
54174         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
54175         Remove unprototyped decls and the macros that use them.
54176         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
54177         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
54178         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
54179         (defined __STDC__ && __STDC__)]:
54180         Remove nonprototyped code.
54181         Include <stdlib.h> unconditionally.
54182         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
54183         _obstack_allocated_p, _obstack_free, obstack_free,
54184         _obstack_memory_used, print_and_abort):
54185         Define using prototypes.
54186         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
54187         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
54188         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
54189         obstack_next_free, obstack_object_size, obstack_room) [0]:
54190         Remove unused, unprototyped code.
54191
54192         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
54193
54194         * lib/physmem.c (physmem_total, physmem_available, main): Define
54195         with prototypes.
54196
54197         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
54198         (main): Define with a prototype.
54199
54200         * lib/posixver.c (getenv): Remove decl.
54201
54202         * lib/putenv.c (malloc): Returns void *, not char *.
54203         Include <string.h> unconditionally.
54204         (strchr, memcpy, NULL): Do not define.
54205
54206         * lib/readtokens.c: Include readtokens.h first, to test interface.
54207         Include <stdlib.h>, <string.h> unconditionally.
54208         (init_tokenbuffer): Define with a prototype.
54209
54210         * lib/regex.c (PARAMS): Remove.  All uses removed.
54211         All uses of _RE_ARGS removed, too.
54212         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54213         unconditionally.
54214         (bzero): Assume memset exists.
54215         (memcmp, memcpy, NULL): Remove.
54216         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
54217         char, or assignments to local vars of type signed char.
54218         (init_syntax_once, PREFIX(extract_number_and_incr),
54219         PREFIX(print_partial_compiled_pattern),
54220         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
54221         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
54222         PREFIX(regex_grow_registers), PREFIX(regex_compile),
54223         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
54224         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
54225         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
54226         wcs_compile_range, byte_compile_range, truncate_wchar,
54227         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
54228         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
54229         count_mbs_length, wcs_re_match_2_internal,
54230         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
54231         PREFIX(alt_match_null_string_p),
54232         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
54233         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
54234         regfree, PREFIX(extract_number)): Define with prototype.  Remove
54235         now-unnecessary declaration, if any.
54236         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
54237         regcomp, regexec):
54238         Remove now-unnecessary casts among pointer types.
54239         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
54240
54241         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
54242         (free): Remove decl.
54243
54244         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
54245
54246         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
54247         (free): Remove decl.
54248
54249         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
54250         * lib/xgetcwd.c: Likewise.
54251
54252         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
54253         (free): Remove decl.
54254
54255         * lib/strchrnul.c (strchrnul): Define with a prototype.
54256         Fix bug: c_in was not converted to char before searching.
54257
54258         The following changes are not K&R related:
54259
54260         * lib/group-member.h: Include <sys/types.h>, so that this file is
54261         self-contained.
54262         * lib/makepath.h: Likewise.
54263
54264         * lib/getusershell.c (readname, default_index, line_size, readname):
54265         Use size_t, not int, for sizes.
54266         (readname): If the size overflows, report an error instead of
54267         looping forever.
54268
54269 2003-09-09  Paul Eggert  <eggert@twinsun.com>
54270
54271         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
54272         libc.
54273
54274 2003-09-09  Paul Eggert  <eggert@twinsun.com>
54275
54276         * README: New section: portability guidelines.
54277
54278 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
54279
54280         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
54281         C89 spec.
54282
54283 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
54284
54285         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
54286
54287 2003-09-08  Paul Eggert  <eggert@twinsun.com>
54288
54289         Assume C89 or better; remove K&R cruft.
54290         A few of these changes were first proposed by Derek Robert Price
54291         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
54292
54293         * lib/addext.c: Include <string.h> unconditionally.
54294         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
54295         Don't declare getenv or malloc.
54296
54297         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
54298         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
54299         (NULL): Remove.
54300         (find_stack_direction, alloca): Use prototypes.
54301
54302         * lib/atexit.c (atexit): Define using a prototype.
54303
54304         * lib/basename.c, dirname.c, stripslash.c:
54305         Include <string.h> unconditionally.
54306
54307         * lib/bcopy.c: Include <stddef.h>.
54308         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
54309
54310         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
54311
54312         * lib/error.h (error, error_at_line, error_print_progname)
54313         [! (defined (__STDC__) && __STDC__)]: Remove decls.
54314         * lib/error.c: Include error.h first, to check interface.
54315         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
54316         (VA_START): Remove; all uses changeed to va_start.
54317         (exit, strerror): Remove decls.
54318         (error_print_progname): Prototype uncondionally.
54319         Don't include <errno.h>; no longer needed.
54320         (private_strerror): Remove.
54321         (error_tail): Always define.
54322         (error, error_at_line): Assume C89 or better; always use prototypes.
54323         * lib/fatal.c: Include "fatal.h" first, to test interface.
54324         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
54325         (VA_START): Remove; all uses changed to va_start.
54326         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
54327         this case.
54328         (exit): Remove decl.
54329         (fatal): Prototype unconditionally.  Assume va_start works.
54330         Abort at end, to pacify gcc.
54331
54332         * lib/euidaccess.c (main): Define with a prototype.
54333
54334         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
54335
54336         * lib/exitfail.c: Include <stdlib.h> unconditionally.
54337
54338         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
54339         prototypes.
54340         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
54341         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
54342         (getenv): Remove decl.
54343         (fnmatch): Define using a prototype.
54344         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
54345         (FCT): Define using a prototype.
54346
54347         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
54348
54349         * lib/gethostname.c: Include <stddef.h>.
54350         (gethostname): Define with prototype.  Length is size_t, not int.
54351
54352 2003-09-08  Paul Eggert  <eggert@twinsun.com>
54353
54354         Assume C89 or better; remove K&R cruft.
54355         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
54356         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
54357         string.h, getenv, malloc.
54358         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
54359         headers.
54360         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
54361         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
54362         do not check for strerror.
54363         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
54364         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
54365         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
54366         do not check for doprnt or vprintf.
54367         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
54368         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
54369
54370 2003-09-08  Paul Eggert  <eggert@twinsun.com>
54371
54372         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
54373         getversion.c should have been removed then, but was accidentally
54374         preserved.
54375
54376         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
54377         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
54378
54379 2003-09-08  Karl Berry  <karl@gnu.org>
54380
54381         * config/config.sub, config.guess, srclistvars.sh: update from savannah
54382                 config, forget about prep.
54383
54384         * config/depcomp, missing: update from automake.
54385
54386 2003-09-07  Paul Eggert  <eggert@twinsun.com>
54387
54388         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
54389         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
54390
54391 2003-09-07  Paul Eggert  <eggert@twinsun.com>
54392
54393         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
54394         copy_tm_result.  Bug reported by Simon Josefsson in
54395         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
54396
54397 2003-09-06  Paul Eggert  <eggert@twinsun.com>
54398
54399         * m4/time_r.m4: New file.
54400         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
54401         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
54402         is. Check for timegm declaration.
54403         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
54404         Do not check for gmtime_r.
54405         Replace mktime if __mktime_internal does not exist and if mktime
54406         hasn't been replaced already.
54407
54408 2003-09-06  Paul Eggert  <eggert@twinsun.com>
54409
54410         * lib/time_r.c, lib/time_r.h: New files.
54411
54412         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
54413         __localtime_r.
54414         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
54415         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
54416
54417         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
54418         __gmtime_r.
54419         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
54420         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
54421         Include <time_r.h>.
54422
54423         * lib/timegm.c: Switch to glibc implementation, with the following
54424         changes:
54425         [defined HAVE_CONFIG_H]: Include <config.h>.
54426         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
54427         (__mktime_internal) [!defined _LIBC]: New decl.
54428         (__gmtime_r) [!defined _LIBC]: New macro and function.
54429         (timegm): Use a prototype, since gnulib assumes C89.
54430         Do not bother declaring tmp to be const, as it's not really usefu.
54431         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
54432         (timegm): Declare only if HAVE_DECL_TIMEGM.
54433
54434 2003-09-06  Paul Eggert  <eggert@twinsun.com>
54435
54436         * MODULES.html.sh (func_all_modules): Add time_r.
54437         * modules/time_r: New file.
54438         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
54439         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
54440
54441 2003-09-03  Paul Eggert  <eggert@twinsun.com>
54442
54443         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
54444         Bug reported by Lute Kamstra in
54445         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
54446
54447         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
54448         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
54449         course with correspondingly smaller numbers for tomorrow and
54450         yesterday.  From Tadayoshi Funaba.  Originally installed into
54451         sh-utils on 1999-08-07, but the patch got lost (I guess during the
54452         coreutils merge?).
54453
54454 2003-08-31  Simon Josefsson  <jas@extundo.com>
54455
54456         * modules/timegm: New file.
54457         * MODULES.html.sh (func_all_modules): Add timegm.
54458
54459 2003-08-31  Simon Josefsson  <jas@extundo.com>
54460
54461         * m4/timegm.m4: New file.
54462
54463 2003-08-31  Simon Josefsson  <jas@extundo.com>
54464
54465         * lib/timegm.h: New file.
54466         * lib/timegm.c: New file.  Based on
54467         wget-1.8.2/src/http.c:mktime_from_utc.
54468
54469 2003-08-31  Karl Berry  <karl@gnu.org>
54470
54471         * lib/argp.h: update from libc.
54472
54473 2003-08-28  Bruno Haible  <bruno@clisp.org>
54474
54475         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
54476         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
54477         followed by '#define fnmatch fnmatch_posix' gives an error.
54478
54479 2003-08-28  Bruno Haible  <bruno@clisp.org>
54480
54481         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
54482         warning on QNX, which defines O_BINARY to 000000.
54483
54484 2003-08-27  Jim Meyering  <jim@meyering.net>
54485
54486         * m4/mkstemp.m4: Require that the system mkstemp be able to create
54487         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
54488         would fail after 32.  Reported by Danny Levinson.  Details here:
54489         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
54490
54491 2003-08-24  Bruno Haible  <bruno@clisp.org>
54492
54493         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
54494         MSVC7 <stdio.h> is included later.
54495
54496 2003-08-22  Simon Josefsson  <jas@extundo.com>
54497
54498         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
54499
54500 2003-08-20  Karl Berry  <karl@gnu.org>
54501
54502         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
54503
54504 2003-08-20  Bruno Haible  <bruno@clisp.org>
54505
54506         * modules/progname: New file.
54507         * MODULES.html.sh (func_all_modules): Add progname.
54508
54509 2003-08-20  Bruno Haible  <bruno@clisp.org>
54510
54511         * lib/progname.h: New file, from GNU gettext.
54512         * lib/progname.c: New file, from GNU gettext.
54513         * lib/progreloc.c: New file, from GNU gettext.
54514
54515 2003-08-19  Jim Meyering  <jim@meyering.net>
54516
54517         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
54518         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
54519
54520 2003-08-19  Bruno Haible  <bruno@clisp.org>
54521
54522         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
54523         more.
54524
54525 2003-08-19  Bruno Haible  <bruno@clisp.org>
54526
54527         * lib/xstrdup.c: Assume <string.h> exists.
54528
54529 2003-08-18  Paul Eggert  <eggert@twinsun.com>
54530
54531         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
54532         in makefile rules.
54533
54534 2003-08-18  Jim Meyering  <jim@meyering.net>
54535
54536         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
54537         * m4/lib-ld.m4: Likewise.
54538
54539 2003-08-18  Jim Meyering  <jim@meyering.net>
54540
54541         * lib/setenv.h: Indent nested cpp directive.
54542         * lib/vasnprintf.c: Remove trailing blanks.
54543
54544 2003-08-17  Simon Josefsson  <jas@extundo.com>
54545
54546         * modules/xstrndup: New file.
54547         * MODULES.html.sh (func_all_modules): Add xstrndup.
54548
54549 2003-08-17  Simon Josefsson  <jas@extundo.com>
54550
54551         * modules/argp: Fix autoconf macro name. Add more dependencies.
54552
54553 2003-08-17  Simon Josefsson  <jas@extundo.com>
54554
54555         * m4/xstrndup.m4: New file.
54556
54557 2003-08-17  Simon Josefsson  <jas@extundo.com>
54558
54559         * m4/argp.m4: New file.
54560
54561 2003-08-17  Simon Josefsson  <jas@extundo.com>
54562             Bruno Haible  <bruno@clisp.org>
54563
54564         * lib/xstrndup.h: New file.
54565         * lib/xstrndup.c: New file.
54566
54567 2003-08-17  Bruno Haible  <bruno@clisp.org>
54568
54569         * modules/strndup (Files, Include): Add lib/strndup.h.
54570
54571 2003-08-17  Bruno Haible  <bruno@clisp.org>
54572
54573         * modules/euidaccess (Files): Add lib/euidaccess.h.
54574
54575 2003-08-17  Bruno Haible  <bruno@clisp.org>
54576
54577         * lib/strndup.h: New file.
54578
54579 2003-08-17  Bruno Haible  <bruno@clisp.org>
54580
54581         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
54582         like AC_GNU_SOURCE.
54583         * modules/extensions (configure.ac): Comment out the invocation of
54584         gl_USE_SYSTEM_EXTENSIONS.
54585
54586 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54587
54588         Merges from coreutils, etc.
54589         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
54590         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
54591         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
54592         fixing a typo.
54593         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
54594         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
54595
54596 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54597
54598         Document merge from coreutils.
54599         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
54600         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
54601         * modules/utime: Add m4/utimes-null.m4.
54602
54603 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54604
54605         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
54606         space, undoing this 2003-08-12 change:
54607         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
54608
54609 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54610
54611         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
54612         strtoul.c from libc, undoing this 2003-08-12 change:
54613         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
54614
54615 2003-08-16  Jim Meyering  <jim@meyering.net>
54616
54617         Merges from coreutils.
54618         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
54619         prefix.  Adjust cache variables similarly.  Create 500 rather than
54620         just 300 files, to exercise bug on Darwin6.5, too.
54621         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
54622         $missing_dir.
54623         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
54624         AM_SYS_POSIX_TERMIOS.
54625         Reported by mkc@mathdogs.com.
54626         Also change use of $am_cv_sys_posix_termios
54627         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
54628         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
54629         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
54630         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
54631         in /proc/mounts until it finds one with matching device number.  This
54632         is unnecessary when the FILE argument *is* a mount point.  No stat call
54633         is necessary in that case.  So, disable the statvfs-testing code on
54634         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
54635         as RedHat bug# 84846.
54636         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
54637         to 1MB, so as not to render systems with no stack size limit (e.g.,
54638         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
54639         Include <unistd.h>.  On some systems,
54640         it is required for the definition of _SC_PAGESIZE.
54641
54642 2003-08-16  Jim Meyering  <jim@meyering.net>
54643
54644         Merge from coreutils.
54645         * lib/xstrtoimax.c: #else #if -> #elif.
54646         * lib/xstrtoumax.c: Likewise.
54647
54648 2003-08-16  Jim Meyering  <jim@meyering.net>
54649
54650         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
54651         * m4/utimes.m4: Removed.
54652         * m4/utimes-null.m4: Renamed from utimes.m4.
54653
54654         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
54655         to 1MB, so as not to render systems with no stack size limit (e.g.,
54656         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
54657         Include <unistd.h>.  On some systems,
54658         it is required for the definition of _SC_PAGESIZE.
54659
54660 2003-08-16  Jim Meyering  <jim@meyering.net>
54661         and Paul Eggert  <eggert@cs.ucla.edu>
54662
54663         Merges from coreutils, etc.
54664
54665         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
54666         using the latest version from cvs.  This avoids problems with #line
54667         directives using a vendor (Sun) compiler.
54668         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
54669         Don't set GETGROUPS_LIB here; now it's
54670         done via getgroups.m4's wrapper function.
54671         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
54672         rather than just in sh-util/configure.in, so that the
54673         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
54674         same.
54675         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
54676         AC_FUNC_GETLOADAVG where to find getloadavg.c.
54677         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
54678         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
54679         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
54680         Remove code that is now done by the newly-required macros.
54681         Append $(EXEEXT) to DF_PROG.
54682         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
54683         Do not invoke or require the following here,
54684         since prereq.m4 or some gnulib .m4 now does this for us:
54685         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
54686         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
54687         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
54688         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
54689         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
54690         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
54691         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
54692         AC_FUNC_OBSTACK.
54693         Do not replace the following functions, as this is now the job
54694         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
54695         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
54696         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
54697         atexit getpass, strdup, getpagesize.
54698         Replace 'raise'.
54699         Do not check for the following functions, as this is now the job
54700         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
54701         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
54702         setregid.
54703         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
54704         Check for sys/sysctl.h.
54705         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
54706         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
54707         of checking for ssize_t ourselves.
54708
54709         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
54710         Require every macro that gnulib/modules/* suggests for us.
54711         (jm_PREREQ_ADDEXT): New macro.
54712         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
54713         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
54714
54715         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
54716         (gl_PHYSMEM): Use it.
54717         Also check for `table' function.
54718         Check for new headers and functions.
54719         Add check for sys/sysmp.h.
54720         With suggestions from Kaveh Ghazi.
54721         Ignore headers that are present but cannot be compiled.  This
54722         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
54723         C 5.4.
54724
54725 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54726
54727         Document merge from coreutils.
54728         * modules/userspec: Depend on posixver.
54729         * modules/strftime: Depend on tzset.
54730
54731 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54732
54733         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
54734         rather than tab, after '#' in shell-script copyright notices.
54735         Suggested by Bruno Haible.
54736
54737 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54738
54739         * config/srclist-update: Use three spaces, rather than tab, after '#'
54740         in shell-script copyright notices.  Suggested by Bruno Haible.
54741         Remove unnecessary parenthesization in regular expression.
54742
54743 2003-08-15  Jim Meyering  <jim@meyering.net>
54744
54745         Merge from coreutils.
54746         * lib/xgethostname.c: Include <stdlib.h>.
54747         (xghostname): Don't exit for anything other than memory-related
54748         failure; just return NULL.
54749         * lib/userspec.c: Include "posixver.h".
54750         (parse_user_spec): Accept `.' as a separator only
54751         in pre-POSIX-200112 mode.
54752         * lib/strtoimax.c: Use #elif rather than #else #if.
54753         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
54754         Remove function, now that we can rely on a working tzset function.
54755         [!_LIBC]: Ensure that the required autoconf test has been run.
54756         [!defined _NL_CURRENT && HAVE_STRFTIME]:
54757         Use underlying_strftime for %r.
54758         * lib/sha.c: Merge in some clean-up and optimization changes from
54759         glibc.
54760         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
54761         Ensure that it is a multiple of 64.
54762         Rearrange loop exit tests so as to avoid performing an
54763         additional fread after encountering an error or EOF.
54764         * lib/realloc.c: Update copyright date.
54765
54766 2003-08-15  Jim Meyering  <jim@meyering.net>
54767         and Paul Eggert  <eggert@twinsun.com>
54768
54769         Merge from coreutils.
54770         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
54771         member but strut utmpx does not.  Needed for AIX 4.3.3.
54772         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
54773
54774 2003-08-15  Jim Meyering  <jim@meyering.net>
54775         and Paul Eggert  <eggert@cs.ucla.edu>
54776
54777         Merges from coreutils, etc.
54778         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
54779         Require gl_FUNC_TZSET_CLOBBER.
54780         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
54781         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
54782         members.
54783
54784 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54785
54786         Help the merge from coreutils.
54787         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
54788         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
54789         * m4/tzset.m4: Use it too.
54790
54791 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54792
54793         * modules/tzset: New file.
54794
54795 2003-08-14  Jim Meyering  <jim@meyering.net>
54796
54797         Merges from coreutils.
54798         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
54799         variable names, rather than @FNMATCH_H@.
54800         * modules/alloca: Likewise for $(ALLOCA_H).
54801
54802         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
54803         the three copies of the literal target, `fnmatch.h'.
54804         * modules/alloca (alloca.h): Likewise.
54805
54806 2003-08-14  Jim Meyering  <jim@meyering.net>
54807
54808         Merge from coreutils.
54809         * m4/tzset.m4: New file.
54810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
54811         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
54812         otherwise, AIX 5.1 systems would end up using the latter.
54813         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
54814         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
54815         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
54816         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
54817
54818 2003-08-14  Jim Meyering  <jim@meyering.net>
54819
54820         Merge from coreutils.
54821         * lib/obstack.h: Whitespace changes.
54822         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
54823         and xcalloc return values.
54824         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
54825         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
54826         hang on OSF/1 5.1 for DIR on both local and remote file systems.
54827         Reported by (and fix confirmed by) Nelson H. F. Beebe.
54828         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54829         error from mntctl.
54830         Use mntctl's return value to drive the entry-processing loop, since
54831         we can't rely on the value of the vmt_length member in the last
54832         entry.  On some systems doing so could result in exhausting
54833         virtual memory.  Based in part on a patch from Mike Jetzer.
54834
54835 2003-08-14  Jim Meyering  <jim@meyering.net>
54836         and Paul Eggert  <eggert@twinsun.com>
54837
54838         Merges from coreutils, plus other fixes.
54839         * lib/physmem.c: Merge in portability changes from gcc/libiberty
54840         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
54841         for credits and details.  Thanks to Kaveh Ghazi for helping
54842         to keep these files in sync.
54843         (ARRAY_SIZE): Define it.
54844         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
54845         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
54846         (memcasecmp): Don't assume size_t fits in unsigned int.
54847         Remove casts and duplicate code.
54848         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
54849         (memcpy): Remove definition.
54850         Merge in some clean-up and optimization changes from glibc.
54851         [BLOCKSIZE]: Move definition to top of file.
54852         Ensure that it is a multiple of 64.
54853         Rearrange loop exit tests so as to avoid performing an
54854         additional fread after encountering an error or EOF.
54855         * lib/md5.h (md5_uintptr): Define.
54856         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
54857         return to the initial working directory.  Preserve errno
54858         for caller.
54859         * lib/idcache.c: Include "xalloc.h".
54860         (xmalloc, xrealloc): Remove decls.
54861         (getuser): Remove casts no longer required in C89.
54862         * lib/human.c: Include stdio.h, for sprintf.
54863         * lib/group-member.c: Include "xalloc.h".
54864         (xmalloc, xrealloc): Remove decls.
54865         (get_group_info): Remove casts no longer required in C89.
54866         * lib/getusershell.c (readname): Remove casts no longer required in
54867         C89.
54868         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
54869         * lib/getline.c: Whitespace fix, from coreutils.
54870
54871 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54872
54873         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
54874         Check for isascii.
54875
54876         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54877         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54878         Undo previous (whitespace-only) change.
54879
54880 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54881
54882         * lib/exclude.c: Include <ctype.h>
54883         (IN_CTYPE_DOMAIN): New macro.
54884         (is_space): New fn.
54885         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
54886         and empty lines.
54887
54888         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54889         Undo previous (whitespace-only) change.
54890
54891 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54892
54893         * config/srclist-update: Change update back to the old behavior,
54894         leaving whitespace alone.  Use one 'sed' command rather than a
54895         pipeline.
54896         (fixlicense): Now a variable, not a function.
54897         (remove_trailing_blanks): Remove.
54898         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
54899         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54900         Undo previous (whitespace-only) change.
54901
54902 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54903
54904         Merge from coreutils.
54905         * modules/euidaccess: Add lib_SOURCES, include for new
54906         file euidaccess.h
54907
54908 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54909
54910         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54911         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54912         Normalize leading white space and remove trailing white space.
54913
54914         Merge from coreutils
54915         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
54916
54917         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
54918         0.12.1.  These files are now being upgraded automatically by
54919         ../config/srclist-update.
54920
54921 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54922
54923         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54924         Normalize leading white space and remove trailing white space.
54925         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
54926         notice, as per ../config/srclist-update.
54927
54928         Merge from coreutils.
54929         * lib/euidaccess.h: New file.
54930         * lib/euidaccess.c: Include it.
54931         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
54932         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
54933         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
54934
54935 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54936
54937         * config/srclist-update: Add copyright notice.
54938         (remove_id_lines, remove_trailing_blanks): New constants.
54939         (fixfile): Use them to normalize spacing a bit in copied files.
54940         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54941         Normalize leading white space and remove trailing white space.
54942
54943         * config/texinfo.tex: Sync with texinfo.
54944
54945         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
54946         strtoul.c from libc, to merge coreutils whitespace changes.
54947
54948         * config/srclist.txt: Get the following m4 files from gettext:
54949         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
54950         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
54951         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
54952         wint_t.m4.
54953
54954 2003-08-12  Karl Berry  <karl@gnu.org>
54955
54956         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
54957         been made.
54958
54959 2003-08-11  Paul Eggert  <eggert@twinsun.com>
54960
54961         * modules/gnu-source, m4/gnu-source.m4:
54962         Remove; we're assuming Autoconf 2.54 or later now.
54963         Suggested by Bruno Haible.
54964         * MODULES.html.sh (func_all_modules): Remove gnu-source.
54965
54966 2003-08-11  Bruno Haible  <bruno@clisp.org>
54967
54968         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
54969
54970 2003-08-11  Bruno Haible  <bruno@clisp.org>
54971
54972         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
54973         (vasnprintf): Use it instead of wcslen.
54974
54975 2003-08-11  Bruno Haible  <bruno@clisp.org>
54976
54977         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
54978         value to ensure that _Bool promotes to int. Use #define for _Bool when
54979         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
54980
54981 2003-08-10  Karl Berry  <karl@gnu.org>
54982
54983         * lib/regex.h: update from libc (whitespace fix).
54984
54985 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54986
54987         Merge some files from coreutils.  These changes were
54988         originally made by Jim Meyering.
54989         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
54990         many older Unixes require this.
54991         * lib/alloca.c (alloca): Remove cast to argument of free;
54992         no longer needed in C89.
54993         * lib/alloca_.h, regex.h: Fix white space to match
54994         what GNU indent does.
54995
54996 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54997
54998         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
54999         apparently Emacs's Unicode mode got confused before my 2003-08-05
55000         checkin.
55001
55002 2003-08-08  Paul Eggert  <eggert@twinsun.com>
55003
55004         * m4/extensions.m4: New file.
55005         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
55006         Require gl_USE_SYSTEM_EXTENSIONS.
55007         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
55008         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
55009
55010 2003-08-08  Paul Eggert  <eggert@twinsun.com>
55011
55012         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
55013         * modules/extensions, modules/gnu-source: New files.
55014         * modules/timespec, modules/unlocked-io: Depend on extensions.
55015
55016 2003-08-07  Paul Eggert  <eggert@twinsun.com>
55017
55018         * modules/restrict: New file.
55019         * MODULES.html.sh (func_all_modules): Add restrict.
55020         * modules/regex: Depend on restrict.
55021
55022 2003-08-07  Paul Eggert  <eggert@twinsun.com>
55023
55024         * m4/restrict.m4: New file.
55025         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
55026
55027 2003-08-07  Bruno Haible  <bruno@clisp.org>
55028
55029         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
55030         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
55031
55032 2003-08-07  Bruno Haible  <bruno@clisp.org>
55033
55034         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
55035         makes the module 'getndelim2' compatible with the module 'getline'.
55036
55037 2003-08-05  Paul Eggert  <eggert@twinsun.com>
55038
55039         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
55040         byte with "\201" to avoid glitches when editing that source file
55041         with multi-gnome-terminal.
55042
55043 2003-08-05  Paul Eggert  <eggert@twinsun.com>
55044
55045         * lib/bumpalloc.h: Remove.
55046
55047 2003-08-05  Paul Eggert  <eggert@twinsun.com>
55048
55049         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
55050         * modules/bumpalloc: Remove.
55051
55052 2003-08-04  Paul Eggert  <eggert@twinsun.com>
55053
55054         * lib/getloadavg.c: Change copyright notice and spacing to conform to
55055         GNU coding style.
55056
55057         Merge from coreutils.
55058         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
55059         1. From glibc.
55060         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
55061         from Karl Berry, implemented by Jim Meyering.
55062         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
55063         from Dmitry V. Levin.
55064         Remove anachronistic cast of xrealloc.
55065         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
55066         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
55067         type. Otherwise, it wouldn't compile with at least /bin/cc on
55068         ymp-cray-unicos9.0.2.X.
55069         Combine two mostly-identical uses of alloca into one.
55070         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
55071
55072 2003-08-04  Dave Love  <d.love@dl.ac.uk>
55073
55074         [From Emacs.]
55075
55076         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
55077         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
55078         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
55079         obsolete NLIST_NAME_UNION.
55080         [__GNU__]: Undef BSD and FSCALE.
55081         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
55082
55083 2003-08-03  Paul Eggert  <eggert@twinsun.com>
55084
55085         * lib/stdbool_.h (_Bool): Make it signed char, instead of
55086         an enum type, so that it's guaranteed to promote to int.  See:
55087         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
55088
55089 2003-08-03  Karl Berry  <karl@gnu.org>
55090
55091         * config/depcomp: update from automake.
55092
55093 2003-07-31  Paul Eggert  <eggert@twinsun.com>
55094
55095         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
55096         (strerror): Don't assume that a printable int fits in 14 bytes.
55097
55098 2003-07-31  Bruno Haible  <bruno@clisp.org>
55099
55100         * modules/getpass-gnu: New file.
55101         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
55102
55103 2003-07-31  Bruno Haible  <bruno@clisp.org>
55104
55105         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
55106
55107 2003-07-24  Karl Berry  <karl@gnu.org>
55108
55109         * config/missing: update from automake.
55110
55111 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
55112             Bruno Haible  <bruno@clisp.org>
55113
55114         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
55115         * lib/getline.c (getline, getdelim): Likewise.
55116         Remove _GNU_SOURCE define; now it's defined in config.h through
55117         m4/getline.m4.
55118
55119 2003-07-23  Karl Berry  <karl@gnu.org>
55120
55121         * config/config.sub: update from prep.
55122
55123 2003-07-22  Paul Eggert  <eggert@twinsun.com>
55124
55125         * modules/xalloc (Depends-on): Add exitfail.
55126         * modules/xmemcoll: Likewise.
55127
55128 2003-07-22  Paul Eggert  <eggert@twinsun.com>
55129
55130         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
55131         over-parenthesization in macros.
55132
55133         Sync with coreutils.
55134
55135         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
55136         required by C99.
55137
55138         Use `exit_failure' for xalloc and xmemcoll instead of their own
55139         private exit-failure variables.
55140         * lib/xalloc.h (xalloc_exit_failure): Remove.
55141         * lib/xmalloc.c: Likewise.  Include exitfail.h.
55142         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
55143         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
55144         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
55145         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
55146
55147 2003-07-20  Jim Meyering  <jim@meyering.net>
55148
55149         * modules/closeout (Depends-on): Add exitfail.
55150         Suggestion from Bruno Haible.
55151
55152 2003-07-19  Karl Berry  <karl@gnu.org>
55153
55154         * config/config.sub: update from prep.
55155
55156 2003-07-18  Paul Eggert  <eggert@twinsun.com>
55157
55158         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
55159         Remove.
55160         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
55161         to test that it can stand by itself.  Include "exitfail.h".
55162         Clients should set exit_failure instead.
55163         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
55164
55165 2003-07-18  Bruno Haible  <bruno@clisp.org>
55166
55167         * modules/getndelim2: New file.
55168         * modules/getline: Share files with module getndelim2.
55169         * modules/getnline: Depend on getndelim2 instead of sharing files with
55170         it. Add getnline.c to lib_SOURCES.
55171         * MODULES.html.sh (func_all_modules): Add getndelim2.
55172
55173 2003-07-18  Bruno Haible  <bruno@clisp.org>
55174
55175         * m4/getndelim2.m4: New file.
55176         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
55177         invoke gl_PREREQ_GETNDELIM2.
55178         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
55179         gl_PREREQ_GETNDELIM2.
55180         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
55181         gl_GETNDELIM2.
55182
55183 2003-07-18  Bruno Haible  <bruno@clisp.org>
55184
55185         * lib/getndelim2.h: New file.
55186         * lib/getndelim2.c: Make into a module of its own. Include config.h,
55187         getndelim2.h.
55188         (getndelim2): Make non-static. Change return type to ssize_t.
55189         * lib/getline.h: Change argument names.
55190         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
55191         * lib/getnline.c: Include getndelim2.h.
55192
55193 2003-07-18  Andreas Schwab  <schwab@suse.de>
55194
55195         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
55196
55197 2003-07-17  Karl Berry  <karl@gnu.org>
55198
55199         * config/config.sub: update from prep.
55200
55201 2003-07-17  Bruno Haible  <bruno@clisp.org>
55202
55203         * modules/getnline: New file.
55204         * modules/getline: Add lib/getndelim2.c to source file list.
55205         * MODULES.html.sh (func_all_modules): Add getnline.
55206
55207 2003-07-17  Bruno Haible  <bruno@clisp.org>
55208
55209         * m4/getnline.m4: New file.
55210
55211 2003-07-17  Bruno Haible  <bruno@clisp.org>
55212
55213         * m4/Makefile.am.in: Remove file.
55214         * m4/Makefile.am: Remove file.
55215         * m4/Makefile.in: Remove file.
55216
55217 2003-07-17  Bruno Haible  <bruno@clisp.org>
55218
55219         * lib/getnline.h: New file.
55220         * lib/getnline.c: New file.
55221         * lib/getndelim2.c: New file, extracted from getline.c.
55222         (getndelim2): Renamed from getdelim2, with added nmax argument.
55223         * lib/getline.c: Include getndelim2.c.
55224         (getdelim2): Moved out to getndelim2.c.
55225         (getline, getdelim): Update.
55226
55227 2003-07-17  Bruno Haible  <bruno@clisp.org>
55228
55229         * lib/Makefile.am: Remove file.
55230         * lib/Makefile.in: Remove file.
55231
55232 2003-07-17  Bruno Haible  <bruno@clisp.org>
55233
55234         * configure.in: Remove file.
55235         * Makefile.in: Remove file.
55236
55237 2003-07-17  Bruno Haible  <bruno@clisp.org>
55238
55239         * MODULES.html.sh: Put the </BODY> right before </HTML>.
55240
55241 2003-07-16  Karl Berry  <karl@gnu.org>
55242
55243         * config/srclist-update: was running fixlicense twice, which caused
55244                 texinfo.tex to be nullified for some reason.  Simplify,
55245                 $gplsrc is no longer needed as far as I can see?
55246
55247 2003-07-16  Jim Meyering  <jim@meyering.net>
55248
55249         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
55250
55251 2003-07-15  Paul Eggert  <eggert@twinsun.com>
55252
55253         * config/srclist.txt: Get the following files from gettext-runtime/intl
55254         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
55255         ref-del.sin.  From Bruno Haible.
55256         * config/srclist-update (fixfile): Change grep pattern again, since the
55257         previous fix didn't work (there was another trailing $).  Use
55258         '[$]' to escape the $s.
55259
55260 2003-07-15  Karl Berry  <karl@gnu.org>
55261
55262         * lib/vasnprintf.c: update from gettext.
55263
55264 2003-07-15  Karl Berry  <karl@gnu.org>
55265
55266         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
55267         gets expanded when surrounded by '$'.
55268
55269 2003-07-15  Jim Meyering  <jim@meyering.net>
55270
55271         * modules/save-cwd: Don't depend on error.  From Derek Price.
55272
55273 2003-07-15  Jim Meyering  <jim@meyering.net>
55274
55275         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
55276
55277 2003-07-14  Simon Josefsson  <jas@extundo.com>
55278
55279         * modules/mempcpy: New file.
55280         * MODULES.html.sh (func_all_modules): Add mempcpy.
55281
55282 2003-07-14  Simon Josefsson  <jas@extundo.com>
55283
55284         * m4/mempcpy.m4: New file.
55285
55286 2003-07-14  Simon Josefsson  <jas@extundo.com>
55287
55288         * lib/mempcpy.h: New file.
55289         * lib/mempcpy.c: New file.
55290
55291 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55292
55293         * modules/getdate, modules/posixtm: Depend on mktime.
55294
55295 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55296
55297         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
55298         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
55299         unicodeio.c, unicodeio.h, unlocked-io.h:
55300         Switch from LGPL to GPL.
55301
55302 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55303
55304         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
55305         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
55306         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
55307         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
55308         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
55309         updated automatically by ../config/srclist-update.  This changes
55310         their license from LPGL to GPL.
55311
55312 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55313
55314         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
55315         assumed to refer to the root of the most recent stable gettext version.
55316         * config/srclistvars.sh: Add defaults for eggert.
55317         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
55318         Match "This program" as well as "The program".  This is needed
55319         for gettext.
55320
55321 2003-07-14  Jim Meyering  <jim@meyering.net>
55322
55323         Don't emit diagnostics.  Let callers do that.
55324         * lib/save-cwd.c: Don't include "error.h".
55325         (save_cwd): Don't call error.  Ensure that errno is valid
55326         when returning nonzero.
55327
55328         * lib/save-cwd.h (restore_cwd): Update prototype.
55329         * lib/save-cwd.c (restore_cwd): Remove two parameters.
55330         Simplify.  Don't call error upon failure.  Let callers do that.
55331         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
55332         when auditing is enabled.  But don't bother updating the #if.
55333
55334 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
55335
55336         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
55337         it breaks C++ compilation.
55338         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
55339
55340 2003-07-10  Simon Josefsson  <jas@extundo.com>
55341
55342         * modules/strchrnul (Makefile.am): Add strchrnul.h.
55343
55344 2003-07-10  Jim Meyering  <jim@meyering.net>
55345
55346         * m4/clock_time.m4: Remove trailing blank.
55347         * m4/intmax_t.m4: Likewise.
55348
55349 2003-07-10  Jim Meyering  <jim@meyering.net>
55350
55351         * lib/vasnprintf.c: Remove trailing blanks.
55352         Make cpp indentation consistent.
55353
55354 2003-07-09  Paul Eggert  <eggert@twinsun.com>
55355
55356         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
55357         posixver.c, strftime.c, strnlen.c, strverscmp.c:
55358         Switch from LGPL to GPL.
55359
55360 2003-07-09  Paul Eggert  <eggert@twinsun.com>
55361
55362         * config/srclist.txt: Sort sublists.  Add
55363         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
55364         that differ from gnulib for one reason or another; we'd like this list
55365         to be smaller but for now let's document what we have.
55366
55367 2003-07-08  Paul Eggert  <eggert@twinsun.com>
55368
55369         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
55370         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
55371         and sweeter "eval x=$x".
55372         * config/srclist.txt: Get lib/argp* from glibc.
55373
55374 2003-07-07  Paul Eggert  <eggert@twinsun.com>
55375
55376         * lib/mktime.c: Fix some boundary cases and remove need for floating
55377         point.
55378
55379         Issue a compile-time diagnostic if time_t is floating point, or if
55380         two's complement arithmetic is not in effect, or if arithmetic
55381         right shift does not propagate the sign.  These assumptions were
55382         all in the original code but they weren't checked.
55383
55384         (TIME_T_MIDPOINT, verify): New macros.
55385         (__isleap): Remove; it has integer overflow problems.
55386         (leapyear): New function, without those problems.
55387         (ydhms_tm_diff): Remove; splitting into two parts.
55388         (ydhms_diff): New function, containing the arithmetic part of
55389         the old ydhms_tm_diff function.  Issue a compile-time
55390         diagnostic if we are not using C99 integer division.
55391         Avoid casts when possible.
55392         (guess_time_tm): New function, containing the checking part of
55393         the old ydhms_tm_diff function.  Return the new value, rather than
55394         the difference between it and the old.  Accept a new argument T
55395         so that *T specifies the old value.  Check for overflow in the result.
55396
55397         (__mktime_internal): Use a time_t offset, not a long int offset.
55398         This undoes the 2003-06-04 change, which is no longer needed now
55399         that we have better overflow checking.
55400         (localtime_offset): Likewise.
55401
55402         (__mktime_internal): Avoid harmful overflow on hosts where time_t
55403         and long are 64-bit but int is only 32-bit.
55404         (ydhms_diff): Use long int to store year1 and yday1.
55405         Issue a compile-time diagnostic if long int is not wide enough.
55406
55407         (__mktime_internal): Use long int to store adjusted year and yday.
55408         Use plain C rather than preprocessor commands, if that doesn't
55409         affect efficiency.
55410         Check for overflow (and try to repair) after each probe
55411         rather than checking only at the very end.  This avoids some bugs
55412         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
55413         does not equal GMT offset at maximum time).
55414         Use integer to check for overflow rather than floating point; this
55415         is more portable to non-IEEE hosts, and is a tad faster.
55416         When we detect that we are oscillating between two values,
55417         don't check whether tm_isdst has the requested value, since
55418         we already know the answer.  When tm_isdst has the wrong value,
55419         use a different heuristic to find the right one, based on the
55420         extreme values actually observed in practice in tz2003a,
55421         rather than the (overly optimistic) "previous 3 calendar quarters".
55422
55423         (not_equal_tm, print_tm, check_result): Use "const T" rather than
55424         "T const" to accommodate glibc style.
55425         (check_result): Use less-confusing report format.  "long" -> "long int.
55426         (main): Likewise.
55427         Don't loop if the iteration overflows time_t.
55428         Allow a negative step in the iteration.
55429
55430 2003-07-06  Karl Berry  <karl@gnu.org>
55431
55432         * config/depcomp: update from automake.
55433         * config/config.sub: update from prep.
55434
55435 2003-07-03  Karl Berry  <karl@gnu.org>
55436
55437         * config/config.guess: update from prep.
55438
55439 2003-07-01  Paul Eggert  <eggert@twinsun.com>
55440
55441         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
55442         xreadlink.c now includes it unconditionally.
55443
55444 2003-07-01  Paul Eggert  <eggert@twinsun.com>
55445
55446         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
55447         having it depend on HAVE_SYS_TYPES_H.
55448
55449 2003-07-01  Bruno Haible  <bruno@clisp.org>
55450
55451         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
55452         <sys/types.h> should be sufficient.
55453         Reported by Paul Eggert.
55454
55455 2003-06-26  Karl Berry  <karl@gnu.org>
55456
55457         * config/depcomp: update from automake.
55458
55459 2003-06-26  Bruno Haible  <bruno@clisp.org>
55460
55461         * modules/human: Depend on module stdbool.
55462
55463 2003-06-25  Bruno Haible  <bruno@clisp.org>
55464
55465         * modules/readlink: New file.
55466         * modules/xreadlink: Depend on it.
55467         * MODULES.html.sh (func_all_modules): Add readlink.
55468
55469 2003-06-25  Bruno Haible  <bruno@clisp.org>
55470
55471         * m4/readlink.m4: New file.
55472
55473 2003-06-25  Bruno Haible  <bruno@clisp.org>
55474
55475         * lib/readlink.c: New file.
55476
55477 2003-06-22  Karl Berry  <karl@gnu.org>
55478
55479         * config/srclist.txt: update mkinstalldirs from automake.
55480         * config/mkinstalldirs: update.
55481
55482 2003-06-22  Bruno Haible  <bruno@clisp.org>
55483
55484         Portability to mingw32.
55485         * m4/ssize_t.m4: New file, from GNU gettext.
55486         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
55487         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
55488
55489 2003-06-22  Bruno Haible  <bruno@clisp.org>
55490
55491         * modules/safe-read: Add m4/ssize_t.m4.
55492         * modules/xreadlink: Add m4/ssize_t.m4.
55493
55494 2003-06-20  Bruno Haible  <bruno@clisp.org>
55495
55496         Assume C89, so PARAMS isn't needed.
55497         * lib/unicodeio.h (PARAMS): Remove.
55498         * lib/unicodeio.c: Don't use PARAMS.
55499
55500 2003-06-18  Karl Berry  <karl@gnu.org>
55501
55502         * config/config.{guess,sub}: update from prep.
55503
55504 2003-06-18  Jim Meyering  <jim@meyering.net>
55505
55506         Merge changes from coreutils.
55507         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
55508         Remove explicit declarations of xmalloc and realloc.
55509         Include xalloc.h.
55510         (read_utmp): Remove anachronistic cast of xmalloc.
55511
55512 2003-06-17  Paul Eggert  <eggert@twinsun.com>
55513
55514         Assume C89, so PARAMS isn't needed.
55515         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
55516         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
55517         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
55518         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
55519         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
55520         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
55521         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
55522         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
55523         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
55524         lib/xstrtod.h, lib/xstrtol.h: Likewise.
55525         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
55526         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
55527         no longer needed. Anyway, config.h should always be included before any
55528         other file.
55529
55530 2003-06-11  Simon Josefsson  <jas@extundo.com>
55531
55532         * modules/sysexits: New file.
55533         * MODULES.html.sh (func_all_modules): Add sysexits.
55534
55535 2003-06-11  Simon Josefsson  <jas@extundo.com>
55536
55537         * lib/sysexit_.h: New file.
55538
55539 2003-06-11  Derek Price  <derek@ximbiot.com>
55540
55541         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
55542         necessary.
55543
55544 2003-06-11  Bruno Haible  <bruno@clisp.org>
55545
55546         * m4/sysexits.m4: New file.
55547
55548 2003-06-10  Simon Josefsson  <jas@extundo.com>
55549
55550         * lib/argp.h: New file, from glibc.
55551         * lib/argp-ba.c: New file, from glibc.
55552         * lib/argp-eexst.c: New file, from glibc.
55553         * lib/argp-fmtstream.c: New file, from glibc.
55554         * lib/argp-fmtstream.h: New file, from glibc.
55555         * lib/argp-fs-xinl.c: New file, from glibc.
55556         * lib/argp-help.c: New file, from glibc.
55557         * lib/argp-namefrob.h: New file, from glibc.
55558         * lib/argp-parse.c: New file, from glibc.
55559         * lib/argp-pv.c: New file, from glibc.
55560         * lib/argp-pvh.c: New file, from glibc.
55561         * lib/argp-xinl.c: New file, from glibc.
55562
55563 2003-06-10  Simon Josefsson  <jas@extundo.com>
55564
55565         * modules/strchrnul: New file.
55566
55567 2003-06-10  Simon Josefsson  <jas@extundo.com>
55568
55569         * modules/argp: New file.
55570
55571 2003-06-10  Simon Josefsson  <jas@extundo.com>
55572
55573         * m4/strchrnul.m4: New file.
55574
55575 2003-06-10  Simon Josefsson  <jas@extundo.com>
55576
55577         * lib/strchrnul.h: New file.
55578         * lib/strchrnul.c: New file.
55579
55580 2003-06-10  Bruno Haible  <bruno@clisp.org>
55581
55582         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
55583
55584 2003-06-07  Karl Berry  <karl@gnu.org>
55585
55586         * config/config.{guess,sub}: update from prep.
55587
55588 2003-06-07  Jim Meyering  <jim@meyering.net>
55589
55590         * modules/strtod: Use $(...) notation, not @...@ for
55591         AC_REPLACE'd variables.
55592         * modules/localcharset: Likewise.
55593
55594 2003-06-07  Jim Meyering  <jim@meyering.net>
55595
55596         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
55597         in place of my name in the copyright comment.
55598         Remove definition and uses of __P.
55599
55600         From coreutils.
55601         * lib/stat.c: Don't declare xmalloc explicitly.
55602         Instead, include "xalloc.h".
55603         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
55604         xrealloc, and xcalloc return values.
55605         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
55606         Improve comment.
55607         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
55608
55609 2003-06-07  Bruno Haible  <bruno@clisp.org>
55610
55611         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
55612         avoid AC_CONFIG_LINKS.
55613         * modules/fnmatch (Makefile.am): Use explicit creation rule for
55614         fnmatch.h, to avoid AC_CONFIG_LINKS.
55615         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
55616
55617 2003-06-07  Bruno Haible  <bruno@clisp.org>
55618
55619         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
55620         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
55621         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
55622         directory.
55623         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
55624         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
55625         directory.
55626
55627 2003-06-06  Jim Meyering  <jim@meyering.net>
55628
55629         Merge from coreutils.
55630         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
55631         Consolidate declarations and initializations of *_base* locals.
55632
55633         Merge from coreutils.
55634         This avoids a core dump on systems without GNU putenv,
55635         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
55636         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
55637         (unsetenv): New static function, from GNU libc.
55638         (rpl_putenv): Use it.
55639
55640         * lib/modechange.c: Remove trailing blanks.
55641
55642         Merge from coreutils.
55643         * lib/fsusage.c: Remove declaration of statfs.
55644         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
55645
55646         * lib/posixtm.c: Include <stdbool.h> unconditionally.
55647
55648 2003-06-06  Jim Meyering  <jim@meyering.net>
55649
55650         * lib/stdbool_.h: Renamed from stdbool.h.in.
55651
55652 2003-06-06  Jim Meyering  <jim@meyering.net>
55653             Bruno Haible  <bruno@clisp.org>
55654
55655         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
55656         Adjust Makefile.am snippet not to redirect directly to target.
55657         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
55658
55659 2003-06-05  Paul Eggert  <eggert@twinsun.com>
55660
55661         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
55662         mismatch, look in future quarters as well as past.  This fixes a
55663         bug when processing fall-backwards gaps immediately after a long
55664         period of daylight-saving time.
55665
55666         * lib/mktime.c: Assume freestanding C89 or better.
55667         (HAVE_LIMITS_H): Remove.  Assume it's 1.
55668         (__P): Remove; not used.
55669         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
55670         (mktime, not_equal_tm, print_tm, check_result,
55671         main): Use prototypes.  Use const * where appropriate.
55672         (main): Fix typo in testing code that uncovered by above changes.
55673         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
55674
55675 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55676
55677         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
55678         locale.h, localeconv.  This merges changes from coreutils.
55679
55680         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
55681         It can be removed after the next Autoconf is released.
55682         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
55683         needed.
55684
55685 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55686
55687         * lib/mktime.c: Fix Debian bug 177940
55688         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
55689         (localtime_offset): Now long int, not time_t, because we want it
55690         to be guaranteed to be signed.  All uses changed.
55691         (__mktime_internal): If overflow would occur when adding offset,
55692         don't add it.
55693
55694         Merge 'human' changes from coreutils.  Rewrite to support
55695         locale-specific notations like thousands separators.
55696         * lib/human.c: Simplify authorship notice.
55697         Include human.h immediately after config.h.
55698         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
55699         <limits.h>: Do not include, since human.h does.
55700         (SIZE_MAX, UINTMAX_MAX): New macros.
55701         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
55702         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
55703         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
55704         (power_letter): Renamed from suffixes.
55705         (generate_suffix_backwards): Remove.
55706         (adjust_value): Now takes int style (because of human.h changes)
55707         and long double value (for greater precision on some platforms).
55708         (group_number): New function.
55709         (human_readable): Use it.  Use integer options, not enum.
55710         Put the options before the sizes in the arg list.
55711         Support all the new options.
55712         The old human_readable function has been removed;
55713         use inttostr.h instead.
55714         (human_readable, default_block_size, humblock):
55715         Use uintmax_t, not int, for block sizes.
55716         (human_readable_inexact, block_size_types): Remove.
55717         (block_size_opts): New constant.
55718         (human_options): Renamed from human_block_size, with new signature
55719         that allows block sizes up to UINTMAX_MAX.  All callers changed.
55720         * lib/human.h: Add copyright and authorship notice.
55721         Include <limits.h> and <stdbool.h> unconditionally.
55722         (PARAMS): Remove.  All uses removed.
55723         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
55724         (enum human_inexact_style): Remove tag; now a nameless enum.
55725         (human_floor, human_ceiling, human_round_to_even): Now have
55726         values 2, 0, 1 rather than -1, 1, 0.
55727         (human_group_digits, human_suppress_point_zero, human_autoscale,
55728         human_base_1024, human_SI, human_B): New constants.
55729         (human_readable_inexact, human_block_size): Remove.
55730         (human_readable): Size args are now uintmax_t, not int.
55731         (human_options): New decl.
55732
55733         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
55734         unnecessary now that we assume C89 or better.  This change
55735         imported from coreutils.
55736
55737         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55738         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
55739         in the 2003-05-30 sync from glibc.
55740
55741         .h files should stand alone, but we shouldn't include <sys/types.h>
55742         if we can get away with just <stddef.h>.
55743
55744         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
55745         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
55746         rather than <sys/types.h>, as we merely need size_t.
55747         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
55748         to get size_t.
55749         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
55750         Include <stdio.h>, to get FILE.
55751         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
55752         memcasecmp.h has included <stddef.h> and all we need is size_t.
55753         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
55754         our interface, instead of including <sys/types.h>
55755
55756 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55757
55758         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
55759         now, as glibc mktime is buggy on non-glibc systems.
55760
55761 2003-06-03  Karl Berry  <karl@gnu.org>
55762
55763         * config/config.sub: update from prep.
55764
55765 2003-06-02  Paul Eggert  <eggert@twinsun.com>
55766
55767         [from coreutils]
55768         Fix some minor time-related bugs with POSIX time arguments.
55769         Some valid time stamps were being rejected (notably -1, and
55770         time stamps before 1900 on 64-bit hosts).  And some invalid
55771         time stamps were being accepted, e.g. September 31.
55772
55773         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
55774         that we can return (time_t) -1 successfully.
55775         * lib/posixtm.c: Likewise.
55776         [HAVE_STDBOOL_H]: Include <stdbool.h>.
55777         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
55778         (t): Remove static var.
55779         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
55780         of static var.  All uses changed.
55781         (year): Do not reject years before 1900; they can occur with
55782         64-bit time_t.
55783         (posix_time_parse): Do not check for out-of-range components;
55784         that is now the caller's responsibility, since our checks were
55785         only approximations.
55786         (posixtime): Use mktime to check for out-of-range components,
55787         since it knows them exactly.
55788         If mktime returns (time_t) -1, check whether an error actually occurred
55789         by invoking localtime on -1.
55790         (main) [TEST_POSIXTIME]: Check for input data errors, and report
55791         posixtime failures better.
55792         Improve the test data (in comments only).
55793
55794 2003-06-02  Karl Berry  <karl@gnu.org>
55795
55796         * config/mkinstalldirs (version): new variable.
55797         (--version): new option.
55798         (usage): improve message.
55799
55800 2003-05-30  Karl Berry  <karl@gnu.org>
55801
55802         * lib/mktime.c: update from libc.
55803
55804 2003-05-30  Bruno Haible  <bruno@clisp.org>
55805
55806         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
55807         * config/config.rpath: Upgrade to gettext-0.12.1.
55808
55809 2003-05-30  Bruno Haible  <bruno@clisp.org>
55810
55811         * m4/gettext.m4: Upgrade to gettext-0.12.1.
55812         * m4/nls.m4: New file, from gettext-0.12.1.
55813         * m4/po.m4: New file, from gettext-0.12.1.
55814         * m4/progtest.m4: Upgrade to gettext-0.12.1.
55815
55816 2003-05-30  Bruno Haible  <bruno@clisp.org>
55817
55818         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
55819         * lib/localcharset.h: Likewise.
55820         * lib/localcharset.c: Likewise.
55821
55822 2003-05-29  Karl Berry  <karl@gnu.org>
55823
55824         * config/config.rpath: update from gettext.
55825
55826 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55827
55828         Assume the headers required for C89 freestanding compilers.
55829         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
55830         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
55831         * m4/human.m4 (gl_HUMAN): Likewise.
55832         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
55833         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
55834         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55835         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
55836         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55837         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
55838
55839 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55840
55841         Assume the headers required for C89 freestanding compilers.
55842         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
55843         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
55844         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
55845         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
55846         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
55847         define, since <limits.h> is guaranteed to do that.
55848         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
55849         * lib/exclude.c: Include <stdbool.h> unconditionally.
55850         * lib/tempname.c: Include <stddef.h> unconditionally.
55851         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
55852         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
55853         <stddef.h> does that.
55854         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
55855         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
55856         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
55857         needed.
55858         * lib/xstrtol.c: Likewise.
55859         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
55860         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
55861
55862         * lib/addext.c (addext): Use assignment rather than cast, to avoid
55863         warnings on some platforms.
55864
55865         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55866         arbitrarily.
55867
55868 2003-05-26  Jim Meyering  <jim@meyering.net>
55869
55870         Merge in a change from coreutils:
55871         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
55872         that is guaranteed to be `no'.  Use `no_such_member' to indicate
55873         that condition, rather than `-1' which is slightly misleading.
55874         Change the name of the cache variable to have the gl_ prefix.
55875         Prompted by a patch from Richard Dawe for DJGPP.
55876
55877 2003-05-24  Karl Berry  <karl@gnu.org>
55878
55879         * config/config.guess: update from prep.
55880
55881 2003-05-22  Karl Berry  <karl@gnu.org>
55882
55883         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
55884
55885 2003-05-20  Karl Berry  <karl@gnu.org>
55886
55887         * config/config.guess: update from prep.
55888
55889 2003-05-18  Karl Berry  <karl@gnu.org>
55890
55891         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
55892         might actually be set by the user.
55893
55894         * config/depcomp, install-sh, mdate-sh: update from automake.
55895
55896 2003-05-17  Bruno Haible  <bruno@clisp.org>
55897
55898         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
55899         invalid expansion for AC_EGREP_CPP.
55900         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
55901         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
55902         Suggested by Akim Demaille <akim@epita.fr> in
55903         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
55904
55905 2003-05-12  Jim Meyering  <jim@meyering.net>
55906
55907         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
55908         the space-padded-by-default conversion specifiers, %e, %k, %l.
55909
55910 2003-05-12  Bruno Haible  <bruno@clisp.org>
55911
55912         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
55913         the string is longer than 4 KB.
55914
55915 2003-05-11  Karl Berry  <karl@gnu.org>
55916
55917         * config/config.{guess,sub}: update from prep.
55918
55919 2003-05-09  Bruno Haible  <bruno@clisp.org>
55920
55921         * modules/error: Add m4/strerror_r.m4 to file list.
55922
55923 2003-05-03  Bruno Haible  <bruno@clisp.org>
55924
55925         Upgrade to Unicode-4.0.
55926         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
55927         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
55928         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
55929         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
55930         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
55931         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
55932         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
55933         Change width of U+E0100..U+E01EF from 1 to 0.
55934
55935 2003-04-25  Jim Meyering  <jim@meyering.net>
55936
55937         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
55938         of type size_t, not int.
55939
55940 2003-04-25  Bruno Haible  <bruno@clisp.org>
55941
55942         * lib/copy-file.c: Include <stddef.h>, for size_t.
55943
55944 2003-04-21  Paul Eggert  <eggert@twinsun.com>
55945
55946         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
55947         code which expansion is under static control.  Patch imported from
55948         Akim Demaille's patch to Bison; see
55949         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
55950
55951 2003-04-14  Bruno Haible  <bruno@clisp.org>
55952
55953         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
55954
55955 2003-04-11  Jim Meyering  <jim@meyering.net>
55956
55957         Merge changes from Coreutils.
55958
55959         2003-03-22  Jim Meyering  <jim@meyering.net>
55960
55961         * lib/strftime.c (widen): Cast alloca return value to proper type.
55962
55963         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
55964
55965         From GNU libc.
55966         * lib/strftime.c (my_strftime): Handle very large width
55967         specifications for numeric values correctly.  Improve checks for
55968         overflow.
55969
55970         2003-01-19  Jim Meyering  <jim@meyering.net>
55971
55972         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
55973         definitions.
55974         (nl_get_alt_digit) [! defined my_strftime]: Define.
55975         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
55976         _nl_get_alt_digit and _nl_get_walt_digit.
55977
55978         * lib/strftime.c (my_strftime): Merge in locale-related changes from
55979         libc. These changes have no effect outside of _LIBC.
55980
55981 2003-04-10  Bruno Haible  <bruno@clisp.org>
55982
55983         * modules/findprog: New file.
55984         * MODULES.html.sh (func_all_modules): Add it.
55985
55986 2003-04-10  Bruno Haible  <bruno@clisp.org>
55987
55988         * m4/findprog.m4: New file.
55989         * m4/eaccess.m4: New file.
55990
55991 2003-04-10  Bruno Haible  <bruno@clisp.org>
55992
55993         * lib/findprog.h: New file, from GNU gettext.
55994         * lib/findprog.c: New file, from GNU gettext.
55995
55996 2003-04-05  Jim Meyering  <jim@meyering.net>
55997
55998         Merge changes from Coreutils.
55999
56000         * lib/exclude.h (PARAMS): Remove definition and uses.
56001         * lib/exclude.c: Remove uses of `PARAMS'.
56002
56003         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
56004         Add test-cases for DOS filenames. Declare program_name.
56005         (main): Set up program_name.  Patch by Rich Dawe.
56006
56007         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
56008         error from mntctl.
56009         Use mntctl's return value to drive the entry-processing loop, since
56010         we can't rely on the value of the vmt_length member in the last
56011         entry.  On some systems doing so could result in exhausting
56012         virtual memory.  Based in part on a patch from Mike Jetzer.
56013
56014 2003-04-04  Bruno Haible  <bruno@clisp.org>
56015
56016         * modules/linebreak: New file.
56017         * MODULES.html.sh (func_all_modules): Add it.
56018
56019 2003-04-04  Bruno Haible  <bruno@clisp.org>
56020
56021         * m4/linebreak.m4: New file.
56022
56023 2003-04-04  Bruno Haible  <bruno@clisp.org>
56024
56025         * lib/linebreak.h: New file, from GNU gettext.
56026         * lib/linebreak.c: New file, from GNU gettext with slight
56027         modifications.
56028         * lib/lbrkprop.h: New file, from GNU gettext.
56029
56030 2003-04-03  Bruno Haible  <bruno@clisp.org>
56031
56032         * modules/utf8-ucs4: New file.
56033         * modules/utf16-ucs4: New file.
56034         * modules/ucs4-utf8: New file.
56035         * modules/ucs4-utf16: New file.
56036         * MODULES.html.sh (func_all_modules): Add them.
56037
56038 2003-04-03  Bruno Haible  <bruno@clisp.org>
56039
56040         * m4/utf-ucs4.m4: New file.
56041         * m4/ucs4-utf.m4: New file.
56042
56043 2003-04-03  Bruno Haible  <bruno@clisp.org>
56044
56045         * lib/utf8-ucs4.h: New file, from GNU gettext.
56046         * lib/utf16-ucs4.h: New file, from GNU gettext.
56047         * lib/ucs4-utf8.h: New file, from GNU gettext.
56048         * lib/ucs4-utf16.h: New file, from GNU gettext.
56049
56050 2003-04-02  Bruno Haible  <bruno@clisp.org>
56051
56052         * modules/binary-io: New file.
56053         * MODULES.html.sh (func_all_modules): Add it.
56054
56055 2003-04-02  Bruno Haible  <bruno@clisp.org>
56056
56057         * lib/binary-io.h: New file, from GNU gettext.
56058
56059 2003-04-01  Bruno Haible  <bruno@clisp.org>
56060
56061         * modules/pathname: New file.
56062         * MODULES.html.sh (func_all_modules): Add it.
56063
56064 2003-04-01  Bruno Haible  <bruno@clisp.org>
56065
56066         * lib/pathname.h: New file, from GNU gettext.
56067         * lib/concatpath.c: New file, from GNU gettext.
56068
56069 2003-03-30  Bruno Haible  <bruno@clisp.org>
56070
56071         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
56072
56073 2003-03-30  Bruno Haible  <bruno@clisp.org>
56074
56075         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
56076         function chown() doesn't exist.
56077
56078 2003-03-28  Bruno Haible  <bruno@clisp.org>
56079
56080         * modules/copy-file: New file.
56081         * MODULES.html.sh (func_all_modules): Add it.
56082
56083 2003-03-28  Bruno Haible  <bruno@clisp.org>
56084
56085         * m4/copy-file.m4: New file.
56086
56087 2003-03-28  Bruno Haible  <bruno@clisp.org>
56088
56089         * lib/copy-file.h: New file, from GNU gettext.
56090         * lib/copy-file.c: New file, from GNU gettext.
56091
56092 2003-03-18  Jim Meyering  <jim@meyering.net>
56093
56094         * lib/quote.c (quote_n): Fix typo in comment.
56095
56096 2003-03-18  Bruno Haible  <bruno@clisp.org>
56097
56098         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
56099         checking.
56100         * m4/onceonly_2_57.m4: Likewise.
56101
56102 2003-03-17  Bruno Haible  <bruno@clisp.org>
56103
56104         * m4/onceonly.m4: Require autoconf 2.54 or newer.
56105         (m4_quote): Remove macro.
56106         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
56107
56108 2003-03-14  Jim Meyering  <jim@meyering.net>
56109
56110         Merge changes from Coreutils.
56111         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
56112         to be const, in order to avoid warnings.
56113         (obstack_room): Likewise.
56114         (obstack_empty_p): Likewise.
56115
56116 2003-03-14  Bruno Haible  <bruno@clisp.org>
56117
56118         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
56119         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
56120
56121 2003-03-13  Paul Eggert  <eggert@twinsun.com>
56122
56123         Merge changes from Bison.
56124         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
56125         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
56126         when compiling Bison 1.875's `bitset bset = obstack_alloc
56127         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
56128         * lib/hash.c: Include <stdbool.h> unconditionally.
56129
56130 2003-03-13  Paul Eggert  <eggert@twinsun.com>
56131
56132         * m4/onceonly.m4 (m4_quote): New macro.
56133         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
56134         Quote AC_FOREACH variable-expansions properly.
56135
56136 2003-03-13  Paul Eggert  <eggert@twinsun.com>
56137
56138         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
56139
56140 2003-03-09  Paul Eggert  <eggert@twinsun.com>
56141
56142         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
56143         Reported by Bruce Becker; see:
56144         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
56145
56146 2003-03-03  Paul Eggert  <eggert@twinsun.com>
56147             Bruno Haible  <bruno@clisp.org>
56148
56149         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
56150         Reported by John Hughes, see
56151         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
56152
56153 2003-02-20  Bruno Haible  <bruno@clisp.org>
56154
56155         * MODULES.html.sh (func_all_modules): Add poll.
56156
56157 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
56158
56159         * modules/poll: New file.
56160
56161 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
56162
56163         * lib/poll_.h: New file.
56164         * lib/poll.c: New file.
56165
56166 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
56167
56168         * m4/poll.m4: New file.
56169
56170 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
56171
56172         * modules/mathl: New file.
56173
56174 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
56175
56176         * lib/mathl.h: New file.
56177         * lib/acosl.c: New file.
56178         * lib/asinl.c: New file.
56179         * lib/atanl.c: New file.
56180         * lib/ceill.c: New file.
56181         * lib/cosl.c: New file.
56182         * lib/expl.c: New file.
56183         * lib/floorl.c: New file.
56184         * lib/frexpl.c: New file.
56185         * lib/ldexpl.c: New file.
56186         * lib/logl.c: New file.
56187         * lib/sincosl.c: New file.
56188         * lib/sinl.c: New file.
56189         * lib/sqrtl.c: New file.
56190         * lib/tanl.c: New file.
56191         * lib/trigl.c: New file.
56192         * lib/trigl.h: New file.
56193
56194 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
56195
56196         * m4/mathl.m4: New file.
56197
56198 2003-02-18  Bruno Haible  <bruno@clisp.org>
56199
56200         * MODULES.html.sh (func_all_modules): Add mathl.
56201
56202 2003-02-17  Bruno Haible  <bruno@clisp.org>
56203
56204         * modules/mkdtemp: New module.
56205         * MODULES.html.sh (func_all_modules): Add it.
56206
56207 2003-02-17  Bruno Haible  <bruno@clisp.org>
56208
56209         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
56210
56211 2003-02-17  Bruno Haible  <bruno@clisp.org>
56212
56213         * lib/mkdtemp.h: New file, from GNU gettext.
56214         * lib/mkdtemp.c: New file, from GNU gettext.
56215
56216 2003-02-02  Jim Meyering  <jim@meyering.net>
56217
56218         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
56219         e.g. glibc-2.2.93.
56220
56221 2003-01-31  Bruno Haible  <bruno@clisp.org>
56222
56223         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
56224         'rpl_rename'.
56225         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
56226         'rpl_strnlen'.
56227         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
56228         'rpl_strtod'.
56229         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
56230         'rpl_utime'.
56231
56232 2003-01-31  Bruno Haible  <bruno@clisp.org>
56233
56234         * lib/rename.c: #undef rename before defining rpl_rename.
56235         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
56236
56237 2003-01-30  Bruno Haible  <bruno@clisp.org>
56238
56239         * modules/vasnprintf, modules/vasprintf: New modules.
56240         * MODULES.html.sh (func_all_modules): Add them.
56241
56242 2003-01-30  Bruno Haible  <bruno@clisp.org>
56243
56244         * m4/signed.m4: New file, from GNU gettext.
56245         * m4/longdouble.m4: New file, from GNU gettext.
56246         * m4/wchar_t.m4: New file, from GNU gettext.
56247         * m4/wint_t.m4: New file, from GNU gettext.
56248         * m4/vasnprintf.m4: New file.
56249         * m4/vasprintf.m4: New file.
56250
56251 2003-01-30  Bruno Haible  <bruno@clisp.org>
56252
56253         * lib/printf-args.h: New file, from GNU gettext.
56254         * lib/printf-args.c: New file, from GNU gettext.
56255         * lib/printf-parse.h: New file, from GNU gettext.
56256         * lib/printf-parse.c: New file, from GNU gettext.
56257         * lib/vasnprintf.h: New file, from GNU gettext.
56258         * lib/vasnprintf.c: New file, from GNU gettext.
56259         * lib/asnprintf.c: New file, from GNU gettext.
56260         * lib/vasprintf.h: New file, from GNU gettext with modifications.
56261         * lib/vasprintf.c: New file, from GNU gettext.
56262         * lib/asprintf.c: New file, from GNU gettext.
56263
56264 2003-01-29  Bruno Haible  <bruno@clisp.org>
56265
56266         * modules/stpncpy: New module.
56267         * MODULES.html.sh (func_all_modules): Add it.
56268
56269 2003-01-29  Bruno Haible  <bruno@clisp.org>
56270
56271         * m4/stpncpy.m4: New file.
56272
56273 2003-01-29  Bruno Haible  <bruno@clisp.org>
56274
56275         * lib/stpncpy.h: New file, from GNU gettext with modifications.
56276         * lib/stpncpy.c: New file, from GNU gettext with modifications.
56277
56278 2003-01-28  Bruno Haible  <bruno@clisp.org>
56279
56280         * modules/c-ctype: New module.
56281         * MODULES.html.sh (func_all_modules): Add it.
56282
56283 2003-01-28  Bruno Haible  <bruno@clisp.org>
56284
56285         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
56286         Paul Eggert.
56287         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
56288         Paul Eggert.
56289
56290 2003-01-27  Bruno Haible  <bruno@clisp.org>
56291
56292         * modules/xsetenv: New module.
56293         * MODULES.html.sh (func_all_modules): Add it.
56294
56295 2003-01-27  Bruno Haible  <bruno@clisp.org>
56296
56297         * lib/xsetenv.h: New file, from GNU gettext.
56298         * lib/xsetenv.c: New file, from GNU gettext.
56299
56300 2003-01-23  Jim Meyering  <jim@meyering.net>
56301
56302         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
56303         from working on systems without dirfd (at least Irix and OSF1/Tru64).
56304
56305 2003-01-23  Bruno Haible  <bruno@clisp.org>
56306
56307         * modules/minmax: New module.
56308         * MODULES.html.sh (func_all_modules): Add it.
56309
56310 2003-01-23  Bruno Haible  <bruno@clisp.org>
56311
56312         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
56313         Eggert.
56314
56315 2003-01-22  Bruno Haible  <bruno@clisp.org>
56316
56317         * modules/exit: New module.
56318         * MODULES.html.sh (func_all_modules): Add it.
56319
56320 2003-01-22  Bruno Haible  <bruno@clisp.org>
56321
56322         * lib/exit.h: New file, from GNU gettext.
56323
56324 2003-01-19  Bruno Haible  <bruno@clisp.org>
56325
56326         * gnulib-tool: Recognize option --extract-maintainer.
56327         (func_get_maintainer): New function.
56328         * modules/*: Add Maintainer entry.
56329
56330 2003-01-16  Jim Meyering  <jim@meyering.net>
56331
56332         * m4/regex.m4: The `regex' struct is both input and output.
56333         Initialize it before each use.  Patch by Tim Waugh.
56334
56335 2003-01-16  Bruno Haible  <bruno@clisp.org>
56336
56337         * MODULES.html.sh: Add a table of contents. Add the module name as
56338         leftmost column. Add hyperlinks.
56339
56340 2003-01-15  Bruno Haible  <bruno@clisp.org>
56341
56342         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
56343
56344 2003-01-15  Bruno Haible  <bruno@clisp.org>
56345
56346         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
56347         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
56348         suffix.
56349
56350 2003-01-15  Bruno Haible  <bruno@clisp.org>
56351
56352         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
56353
56354 2003-01-15  Bruno Haible  <bruno@clisp.org>
56355
56356         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
56357         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
56358
56359 2003-01-14  Jim Meyering  <jim@meyering.net>
56360
56361         * lib/same.c (same_name): Tweak a comment.
56362
56363 2003-01-14  Bruno Haible  <bruno@clisp.org>
56364
56365         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
56366         when a string comparison is sufficient.
56367
56368 2003-01-14  Bruno Haible  <bruno@clisp.org>
56369
56370         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
56371         'unsigned int'.
56372
56373 2003-01-14  Bruno Haible  <bruno@clisp.org>
56374
56375         * lib/hash-pjw.c: Add comment about low quality of this function.
56376
56377 2003-01-13  Bruno Haible  <bruno@clisp.org>
56378
56379         * modules/stpcpy: Distribute lib/stpcpy.h.
56380         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
56381
56382 2003-01-13  Bruno Haible  <bruno@clisp.org>
56383
56384         * modules/*: Add a description.
56385         * modules/strpbrk: Fix Makefile.am snippet.
56386         * modules/strtoimax: Fix dependencies.
56387         * modules/strtoumax: Likewise.
56388
56389 2003-01-13  Bruno Haible  <bruno@clisp.org>
56390
56391         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
56392         * modules/alloca (Makefile.am): All object files depend on alloca.h.
56393         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
56394
56395 2003-01-13  Bruno Haible  <bruno@clisp.org>
56396
56397         * gnulib-tool (func_create_testdir): Store config/* files in the main
56398         directory.
56399         * config.rpath: Move to ...
56400         * config/config.rpath: ... here.
56401         * modules/gettext: Contains config/config.rpath, not config.rpath.
56402         * modules/iconv: Likewise.
56403
56404 2003-01-12  Paul Eggert  <eggert@twinsun.com>
56405
56406         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
56407         to avoid collisions with libcurses and libreadline.
56408
56409         * m4/getstr.m4: Remove.
56410         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
56411
56412 2003-01-12  Paul Eggert  <eggert@twinsun.com>
56413
56414         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
56415         to avoid collisions with libcurses and libreadline.
56416
56417         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
56418         * lib/getstr.h, getstr.c: Remove.
56419         * lib/getline.c: Include "getline.h", to check interface.
56420         Move body of old getstr.c here: this defines MIN_CHUNK and
56421         declares getdelim2, which is renamed from getstr.
56422         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
56423
56424         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
56425         All uses changed.
56426         * lib/linebuffer.h: Likewise.
56427         (readline): Remove backward-compatibility macro.
56428
56429 2003-01-12  Paul Eggert  <eggert@twinsun.com>
56430
56431         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
56432         to avoid collisions with libcurses and libreadline.
56433         * getstr: Remove.
56434         * MODULES.html.sh: Remove getstr.
56435         * modules/getline: Depend on unlocked-io, not getstr.
56436
56437 2003-01-12  Jim Meyering  <jim@meyering.net>
56438
56439         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
56440
56441 2003-01-10  Bruno Haible  <bruno@clisp.org>
56442
56443         * modules/alloca: Change Makefile.am requirements. Simplify Include
56444         requirements. Add lib/alloca_.h to file list.
56445
56446 2003-01-10  Bruno Haible  <bruno@clisp.org>
56447
56448         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
56449
56450 2003-01-10  Bruno Haible  <bruno@clisp.org>
56451
56452         * lib/alloca_.h: New file.
56453         * lib/getdate.y: Unconditionally include alloca.h.
56454         * lib/makepath.c: Likewise.
56455         * lib/setenv.c: Likewise.
56456         * lib/userspec.c: Likewise.
56457
56458 2003-01-09  Karl Berry  <karl@gnu.org>
56459
56460         * MODULES.html.sh: include `dirname $0` in PATH, to find
56461         gnulib-tool.
56462
56463 2003-01-09  Bruno Haible  <bruno@clisp.org>
56464
56465         * modules/stdbool: Change configure.ac, Makefile.am requirements.
56466         Simplify Include requirements. Add lib/stdbool.h.in to file list.
56467
56468 2003-01-09  Bruno Haible  <bruno@clisp.org>
56469
56470         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
56471
56472 2003-01-09  Bruno Haible  <bruno@clisp.org>
56473
56474         * lib/stdbool.h.in: New file.
56475
56476 2003-01-09  Bruno Haible  <bruno@clisp.org>
56477
56478         * gnulib-tool (func_all_modules): Ignore files ending in ~.
56479         * MODULES.html.sh: Likewise.
56480
56481 2003-01-08  Jim Meyering  <jim@meyering.net>
56482
56483         * lib/full-write.c: Undefine and define-away `const' after inclusion
56484         of errno.h, not before.  Suggestion from Bruno Haible.
56485
56486 2003-01-08  Bruno Haible  <bruno@clisp.org>
56487
56488         * modules/full-read: Depend on full-write.
56489
56490 2003-01-08  Bruno Haible  <bruno@clisp.org>
56491
56492         * lib/safe-read.c: Include specification header first, to ensure its
56493         selfcontainedness.
56494         * lib/full-write.c: Likewise.
56495
56496 2003-01-07  Jim Meyering  <jim@meyering.net>
56497
56498         * lib/full-write.c: Rework so that it may serve to define full_read,
56499         too.
56500         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
56501
56502 2003-01-07  Bruno Haible  <bruno@clisp.org>
56503
56504         * lib/strtoimax.c: Include <stdint.h> as an alternative to
56505         <inttypes.h>.
56506         * lib/xstrtol.h: Likewise.
56507         * lib/xstrtoimax.c: Likewise.
56508         * lib/xstrtoumax.c: Likewise.
56509         * lib/human.h: Likewise.
56510
56511         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
56512         on systems that have <inttypes.h> but not <stdint.h>.
56513
56514 2003-01-07  Bruno Haible  <bruno@clisp.org>
56515
56516         * MODULES.html.sh: Add copyright notice.
56517         (missed_files): Omit CVS directory entries.
56518         (func_module): Make it work with sed-3.02.
56519         * MODULES.txt: Remove file.
56520
56521 2003-01-06  Jim Meyering  <jim@meyering.net>
56522
56523         * lib/version-etc.c: Update year in translatable copyright string.
56524
56525 2003-01-03  Karl Berry  <karl@gnu.org>
56526
56527         * config/config.{guess,sub}: update from prep.
56528
56529 2003-01-02  Karl Berry  <karl@gnu.org>
56530
56531         * doc/COPYING.DOC: belatedly updated to 1.2.
56532
56533 2003-01-01  Karl Berry  <karl@gnu.org>
56534
56535         * gnulib-tool (func_verify_module): report module name $module in
56536         error message, not $1.
56537         * gnulib-tool (create-testdir): don't complain if destdir couldn't
56538         be created, only if it doesn't exist.
56539         * gnulib-tool (last_checkin_date): don't expand the $Date here.
56540
56541 2002-12-31  Paul Eggert  <eggert@twinsun.com>
56542
56543         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
56544
56545 2002-12-31  Paul Eggert  <eggert@twinsun.com>
56546
56547         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
56548         memcmp if strcoll doesn't work.
56549
56550 2002-12-31  Bruno Haible  <bruno@clisp.org>
56551
56552         * lib/utime.c (utime_null): No need to call ftruncate if the file was
56553         nonempty.
56554
56555 2002-12-31  Bruno Haible  <bruno@clisp.org>
56556
56557         * lib/memcoll.c (STRCOLL): New macro.
56558         (memcoll): Use it.
56559
56560 2002-12-31  Bruno Haible  <bruno@clisp.org>
56561
56562         * lib/localcharset.h: New file.
56563         * lib/localcharset.c: Include it.
56564         * lib/unicodeio.c: Likewise.
56565
56566 2002-12-31  Bruno Haible  <bruno@clisp.org>
56567
56568         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
56569         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
56570
56571 2002-12-31  Bruno Haible  <bruno@clisp.org>
56572
56573         * lib/getline.h: Include <stddef.h>, for size_t.
56574
56575         * lib/unicodeio.h: Include <stddef.h>, for size_t.
56576         * lib/unicodeio.c: Don't include <stddef.h>.
56577
56578 2002-12-31  Bruno Haible  <bruno@clisp.org>
56579
56580         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
56581         HAVE_TM_ZONE.
56582
56583 2002-12-24  Karl Berry  <karl@gnu.org>
56584
56585         * config/config.guess: update from prep.
56586
56587 2002-12-24  Bruno Haible  <bruno@clisp.org>
56588
56589         General infrasructure.
56590         * m4/README: Rewritten.
56591         * m4/onceonly.m4: New file.
56592         * m4/onceonly_2_57.m4: New file.
56593
56594         Module atexit.
56595         * m4/atexit.m4: New file.
56596
56597         Module strtod.
56598         * m4/strtod.m4: New file.
56599
56600         Module strtol.
56601         * m4/strtol.m4: New file.
56602
56603         Module strtoul.
56604         * m4/strtoul.m4: New file.
56605
56606         Module memchr.
56607         * m4/memchr.m4: New file.
56608
56609         Module memcmp.
56610         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
56611         (jm_FUNC_MEMCMP): Invoke it.
56612
56613         Module memcpy.
56614         * m4/memcpy.m4: New file.
56615
56616         Module memmove.
56617         * m4/memmove.m4: New file.
56618
56619         Module memset.
56620         * m4/memset.m4: New file.
56621
56622         Module strcspn.
56623         * m4/strcspn.m4: New file.
56624
56625         Module strpbrk.
56626         * m4/strpbrk.m4: New file.
56627
56628         Module strstr.
56629         * m4/strstr.m4: New file.
56630
56631         Module strerror.
56632         * m4/strerror.m4: New file.
56633
56634         Module mktime.
56635         * m4/mktime.m4: Renamed from jm-mktime.m4.
56636         (gl_PREREQ_MKTIME): New macro.
56637         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
56638
56639         Module malloc.
56640         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
56641         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
56642         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
56643
56644         Module realloc.
56645         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
56646         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
56647         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
56648
56649         Module strftime.
56650         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
56651         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
56652         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
56653         gl_TM_GMTOFF.
56654         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
56655
56656         Module xalloc.
56657         * m4/xalloc.m4: New file.
56658
56659         Module alloca.
56660         * m4/alloca.m4: New file.
56661
56662         Module putenv.
56663         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
56664         (jm_FUNC_PUTENV): Invoke it.
56665
56666         Module setenv.
56667         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
56668         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
56669         when invoked twice.
56670         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
56671         gt_FUNC_SETENV.
56672
56673         Module memrchr.
56674         * m4/memrchr.m4: New file.
56675
56676         Module stpcpy.
56677         * m4/stpcpy.m4: New file.
56678
56679         Module strcase.
56680         * m4/strcase.m4: New file.
56681
56682         Module strdup.
56683         * m4/strdup.m4: New file.
56684
56685         Module strnlen.
56686         * m4/strnlen.m4: New file.
56687
56688         Module strndup.
56689         * m4/strndup.m4: New file.
56690
56691         Module xstrtod.
56692         * m4/xstrtod.m4: New file.
56693
56694         Module xstrtol.
56695         * m4/xstrtol.m4: New file.
56696
56697         Module getdate.
56698         * m4/getdate.m4: New file.
56699
56700         Module unlocked-io.
56701         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
56702         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
56703         * m4/jm-glibc-io.m4n: Remove file.
56704
56705         Module long-options.
56706         * m4/long-options.m4: New file.
56707
56708         Module md5.
56709         * m4/md5.m4: New file.
56710
56711         Module sha.
56712         * m4/sha.m4: New file.
56713
56714         Module getstr.
56715         * m4/getstr.m4: New file.
56716
56717         Module getline.
56718         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
56719         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
56720         <sys/types.h>, for size_t. Use the function name gnu_getline, not
56721         simply getline. Infoke gl_PREREQ_GETLINE.
56722
56723         Module obstack.
56724         * m4/obstack.m4: New file.
56725
56726         Module hash.
56727         * m4/hash.m4: New file.
56728
56729         Module readtokens.
56730         * m4/readtokens.m4: New file.
56731
56732         Module strverscmp.
56733         * m4/strverscmp.m4: New file.
56734
56735         Module stdbool.
56736         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
56737         OSF/1.
56738
56739         Module strtoll.
56740         * m4/strtoll.m4: New file.
56741
56742         Module strtoull.
56743         * m4/strtoull.m4: New file.
56744
56745         Module strtoimax.
56746         * m4/strtoimax.m4: New file.
56747
56748         Module strtoumax.
56749         * m4/strtoumax.m4: New file.
56750
56751         Module xstrtoimax.
56752         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
56753         jm_AC_PREREQ_XSTRTOIMAX.
56754         Moved the strtol prerequisites to strtol.m4.
56755         Moved the strtoll prerequisites to strtoll.m4.
56756         Moved the strtoimax prerequisites to strtoimax.m4.
56757
56758         Module xstrtoumax.
56759         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
56760         jm_AC_PREREQ_XSTRTOUMAX.
56761         Moved the strtoul prerequisites to strtoul.m4.
56762         Moved the strtoull prerequisites to strtoull.m4.
56763         Moved the strtoumax prerequisites to strtoumax.m4.
56764
56765         Module chown.
56766         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
56767         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
56768
56769         Module dup2.
56770         * m4/dup2.m4: New file.
56771
56772         Module ftruncate.
56773         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
56774         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
56775
56776         Module getgroups.
56777         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
56778         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
56779
56780         Module gettimeofday.
56781         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
56782         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
56783         gl_PREREQ_GETTIMEOFDAY.
56784
56785         Module mkdir.
56786         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
56787         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
56788
56789         Module mkstemp.
56790         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
56791         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
56792         jm_AC_TYPE_UINTMAX_T.
56793         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
56794
56795         Module stat.
56796         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
56797         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
56798
56799         Module lstat.
56800         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
56801         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
56802
56803         Module timespec.
56804         * m4/timespec.m4 (gl_TIMESPEC): New macro.
56805         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
56806         * m4/st_mtim.m4: Indentation.
56807
56808         Module nanosleep.
56809         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
56810         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
56811         gl_PREREQ_NANOSLEEP.
56812
56813         Module regex.
56814         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
56815         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
56816         (gl_REGEX): New macro.
56817
56818         Module rename.
56819         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
56820         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
56821
56822         Module rmdir.
56823         * m4/rmdir.m4: New file.
56824
56825         Module utime.
56826         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
56827         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
56828         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
56829
56830         Module dirname.
56831         * m4/dirname.m4: New file.
56832
56833         Module getopt.
56834         * m4/getopt.m4: New file.
56835
56836         Module unistd-safer.
56837         * m4/unistd-safer.m4: New file.
56838
56839         Module fnmatch.
56840         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
56841         declaration.
56842         (gl_PREREQ_FNMATCH_EXTRA): New macro.
56843         (gl_FUNC_FNMATCH_POSIX): New macro.
56844         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
56845         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
56846         simply fnmatch.
56847
56848         Module exclude.
56849         * m4/exclude.m4: New file.
56850
56851         Module human.
56852         * m4/human.m4: New file.
56853
56854         Module acl.
56855         * m4/acl.m4: Nop.
56856
56857         Module backupfile.
56858         * m4/backupfile.m4: New file.
56859         * m4/d-ino.m4: Indentation.
56860
56861         Module fsusage.
56862         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
56863         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
56864         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
56865
56866         Module dirfd.
56867         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
56868         requirements.
56869
56870         Module euidaccess.
56871         * m4/euidaccess.m4: New file.
56872
56873         Module file-type.
56874         * m4/file-type.m4: New file.
56875
56876         Module fileblocks.
56877         * m4/fileblocks.m4: New file.
56878
56879         Module filemode.
56880         * m4/filemode.m4: New file.
56881
56882         Module isdir.
56883         * m4/isdir.m4: New file.
56884
56885         Module lchown.
56886         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
56887         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
56888
56889         Module makepath.
56890         * m4/makepath.m4: New file.
56891
56892         Module modechange.
56893         * m4/modechange.m4: New file.
56894
56895         Module mountlist.
56896         * m4/mountlist.m4: New file.
56897         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
56898         Indentation.
56899
56900         Module path-concat.
56901         * m4/path-concat.m4: New file.
56902
56903         Module pathmax.
56904         * m4/pathmax.m4: New file.
56905
56906         Module same.
56907         * m4/same.m4: New file.
56908
56909         Module save-cwd.
56910         * m4/save-cwd.m4: New file.
56911
56912         Module savedir.
56913         * m4/savedir.m4: New file.
56914
56915         Module xgetcwd.
56916         * m4/xgetcwd.m4: New file.
56917         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
56918
56919         Module xreadlink.
56920         * m4/xreadlink.m4: New file.
56921
56922         Module safe-read.
56923         * m4/safe-read.m4: New file.
56924
56925         Module safe-write.
56926         * m4/safe-write.m4: New file.
56927
56928         Module closeout.
56929         * m4/closeout.m4: New file.
56930
56931         Module stdio-safer.
56932         * m4/stdio-safer.m4: New file.
56933
56934         Module getpass.
56935         * m4/getpass.m4: New file.
56936
56937         Module getugroups.
56938         * m4/getugroups.m4: New file.
56939
56940         Module group-member.
56941         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
56942         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
56943
56944         Module idcache.
56945         * m4/idcache.m4: New file.
56946
56947         Module userspec.
56948         * m4/userspec.m4: New file.
56949
56950         Module gettime.
56951         * m4/clock_time.m4: New file.
56952         * m4/gettime.m4: New file.
56953
56954         Module settime.
56955         * m4/settime.m4: New file.
56956
56957         Module posixtm.
56958         * m4/posixtm.m4: New file.
56959
56960         Module gethostname.
56961         * m4/gethostname.m4: New file.
56962
56963         Module canon-host.
56964         * m4/canon-host.m4: New file.
56965
56966         Module gettext.
56967         * m4/codeset.m4: New file, from gettext-0.11.5.
56968         * m4/gettext.m4: New file, from gettext-0.11.5.
56969         * m4/glibc21.m4: New file, from gettext-0.11.5.
56970         * m4/iconv.m4: New file, from gettext-0.11.5.
56971         * m4/intdiv0.m4: New file, from gettext-0.11.5.
56972         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
56973         * m4/inttypes.m4: New file, from gettext-0.11.5.
56974         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
56975         * m4/isc-posix.m4: New file, from gettext-0.11.5.
56976         * m4/lcmessage.m4: New file, from gettext-0.11.5.
56977         * m4/lib-ld.m4: New file, from gettext-0.11.5.
56978         * m4/lib-link.m4: New file, from gettext-0.11.5.
56979         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
56980         * m4/progtest.m4: New file, from gettext-0.11.5.
56981         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
56982         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
56983         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
56984
56985         Module localcharset.
56986         * m4/localcharset.m4: New file.
56987
56988         Module hard-locale.
56989         * m4/hard-locale.m4: New file.
56990
56991         Module mbswidth.
56992         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
56993         onceonly macros.
56994         * m4/mbrtowc.m4: Add comment.
56995
56996         Module memcasecmp.
56997         * m4/memcasecmp.m4: New file.
56998
56999         Module memcoll.
57000         * m4/memcoll.m4: New file.
57001
57002         Module unicodeio.
57003         * m4/unicodeio.m4: New file.
57004
57005         Module rpmatch.
57006         * m4/rpmatch.m4: New file.
57007
57008         Module yesno.
57009         * m4/yesno.m4: New file.
57010
57011         Module exitfail.
57012         * m4/exitfail.m4: New file.
57013
57014         Module c-stack.
57015         * m4/c-stack.m4 (gl_C_STACK): New macro.
57016         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
57017
57018         Module error.
57019         * m4/error.m4 (gl_ERROR): New macro.
57020         (jm_PREREQ_ERROR): Use onceonly macros.
57021
57022         Module fatal.
57023         * m4/fatal.m4: New file.
57024
57025         Module getloadavg.
57026         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
57027         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
57028
57029         Module getpagesize.
57030         * m4/getpagesize.m4: New file.
57031
57032         Module getusershell.
57033         * m4/getusershell.m4: New file.
57034
57035         Module physmem.
57036         * m4/physmem.m4: New file.
57037
57038         Module posixver.
57039         * m4/posixver.m4: New file.
57040
57041         Module quotearg.
57042         * m4/quotearg.m4: New file.
57043
57044         Module quote.
57045         * m4/quote.m4: New file.
57046
57047         Module readutmp.
57048         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
57049
57050         Module sig2str.
57051         * m4/sig2str.m4: New file.
57052
57053         Other.
57054         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
57055         ulonglong.m4.
57056         * m4/intmax_t.m4: New file.
57057         * m4/d-type.m4: Indentation.
57058         * m4/jm-macros.m4: Update.
57059         * m4/prereq.m4 (jm_PREREQ): Update.
57060         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
57061         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
57062         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
57063         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
57064         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
57065         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
57066         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
57067         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
57068         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
57069         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
57070         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
57071         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
57072         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
57073         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
57074         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
57075         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
57076         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
57077         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
57078         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
57079
57080 2002-12-24  Bruno Haible  <bruno@clisp.org>
57081
57082         * MODULES.txt: Update according to m4/ changes.
57083
57084         Module gettext.
57085         * config.rpath: New file, from gettext-0.11.5.
57086
57087         * modules/*: New module descriptions.
57088         * gnulib-tool: New file.
57089         * MODULES.html.sh: New file.
57090
57091 2002-12-21  Karl Berry  <karl@gnu.org>
57092
57093         * doc/fdl.texi: update to version 1.2.
57094
57095 2002-12-19  Karl Berry  <karl@gnu.org>
57096
57097         * config/config.guess: update from prep.
57098
57099 2002-12-18  Bruno Haible  <bruno@clisp.org>
57100
57101         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
57102         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
57103
57104 2002-12-17  Bruno Haible  <bruno@clisp.org>
57105
57106         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
57107         stdlib.h, string.h.
57108
57109 2002-12-17  Bruno Haible  <bruno@clisp.org>
57110
57111         * lib/canon-host.c (strdup): Remove unused declaration.
57112
57113         * lib/fsusage.c: Include full_read.h.
57114         (get_fs_usage): Use full_read instead of safe_read.
57115
57116         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
57117
57118 2002-12-12  Karl Berry  <karl@gnu.org>
57119
57120         * config/config.guess: update from prep.
57121
57122 2002-12-11  Bruno Haible  <bruno@clisp.org>
57123
57124         * m4/setenv.m4: New file, from gettext-0.11.5.
57125
57126 2002-12-11  Bruno Haible  <bruno@clisp.org>
57127
57128         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
57129         not unsetenv().
57130         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
57131         modifications:
57132
57133         2002-12-11  Bruno Haible  <bruno@clisp.org>
57134
57135                 * setenv.c (alloca): Fall back to malloc.
57136                 (freea): New macro.
57137                 (setenv): Use freea() to free memory allocated with alloca().
57138
57139         2002-11-13  Bruno Haible  <bruno@clisp.org>
57140
57141                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
57142                 function declarations.
57143                 * unsetenv.c (unsetenv): Likewise.
57144
57145         2002-03-04  Bruno Haible  <bruno@clisp.org>
57146
57147                 Portability to AIX 4.3.3.
57148                 * unsetenv.c: New file, extracted from setenv.c.
57149                 * setenv.c: Move the unsetenv() function to unsetenv.c.
57150
57151         2001-12-20  Bruno Haible  <bruno@clisp.org>
57152
57153                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
57154                 use malloc instead. For SunOS 4.
57155
57156         2001-12-11  Bruno Haible  <bruno@clisp.org>
57157
57158                 * setenv.c: Declare alloca.
57159                 (compar_fn_t): New typedef.
57160                 (KNOWN_VALUE, STORE_VALUE): Use it.
57161
57162         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
57163         setenv.h.
57164
57165 2002-12-10  Paul Eggert  <eggert@twinsun.com>
57166
57167         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
57168         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
57169         Choose values that are less likely to collide with system fnmatch
57170         options.
57171         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
57172         defined (e.g., a pure POSIX system).
57173         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
57174         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
57175
57176 2002-12-06  Paul Eggert  <eggert@twinsun.com>
57177
57178         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
57179         a pain in practice to deal with generated m4 files.  This change
57180         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
57181
57182         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
57183         and jm-glibc-io.m4, as they are no longer a special case.
57184         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
57185         kludge and the auto-generation stuff.  Check only whether the
57186         functions are declared, not whether they exist, since older hosts
57187         that don't declare the functions can't use the optimization anyway.
57188
57189 2002-12-06  Jim Meyering  <jim@meyering.net>
57190
57191         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
57192
57193         Merge in changes from libc's misc/error.c, in preparation
57194         for the merge of gnulib's changes back into libc.
57195
57196         * lib/error.c (_): Define only if not already defined.
57197         Move definition to follow all #include directives.
57198         Include unlocked-io.h only if !_LIBC.
57199         [_LIBC]: Include <libio/libioP.h>.
57200         [USE_IN_LIBIO]: Include <libio/iolibio.h>
57201         (fflush): Tweak definition to use INTUSE.
57202         (putc): Define.
57203
57204 2002-12-05  Paul Eggert  <eggert@twinsun.com>
57205
57206         * lib/alloca.c [defined emacs]: Include "lisp.h".
57207         (xalloc_die) [defined emacs]: New macro.
57208         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
57209         [! defined emacs]: Include <xalloc.h>.
57210         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
57211         (pointer): Typedef to POINTER_TYPE *.
57212         (malloc): Remove decl; we now always use xmalloc.
57213         (alloca): Use old-style definition, since Emacs needs this.
57214         Check for arithmetic overflow when computing combined size.
57215
57216 2002-12-04  Paul Eggert  <eggert@twinsun.com>
57217
57218         Do not generate unlocked-io.h automatically, since it's easier to
57219         maintain it by hand.
57220
57221         * lib/unlocked-io.h: New file, from GNU diffutils,
57222         but with proper copyright notice and attribution.
57223         * lib/gen-uio: Remove.
57224         * lib/Makefile.am: Add copyright notice.
57225         (libfetish_a_SOURCES): Add unlocked-io.h.
57226         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
57227         (DISTCLEANFILES, io_functions): Remove macros.
57228         (EXTRA_DIST): Remove gen_uio.
57229         (unlocked-io.h): Remove rule.
57230
57231 2002-12-04  Jim Meyering  <jim@meyering.net>
57232
57233         Reflect the fact that stat.c and lstat.c are no longer generated.
57234         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
57235         (DISTCLEANFILES): Likewise.
57236         (EXTRA_DIST): Likewise.
57237         (all_local): Don't depend on stat.c or lstat.c.
57238         (stat.c, lstat.c): Remove rules.
57239         (EXTRA_DIST): Remove xstat.in.
57240
57241         * lib/xstat.in: Remove file.  Contents moved into stat.c.
57242         * lib/stat.c: New file.  Contents mostly from xstat.in.
57243         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
57244         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
57245
57246         * lib/safe-read.c: Rework so that it may serve to define safe_write,
57247         too.
57248         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
57249
57250 2002-12-03  Jim Meyering  <jim@meyering.net>
57251
57252         * lib/safe-read.c, safe-write.c: Change variable names and comments,
57253         but not semantics, to minimize the differences between these two files.
57254         (safe_read): Change comment to mention SAFE_READ_ERROR.
57255
57256         * lib/safe-read.c (IS_EINTR): Define.
57257         (safe_read): Use IS_EINTR in place of in-function cpp directives.
57258
57259 2002-12-02  Jim Meyering  <jim@meyering.net>
57260
57261         * lib/safe-read.c (EINTR): Define.
57262         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
57263         (INT_MAX): Provide fallback.
57264         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
57265
57266         * lib/safe-read.h (SAFE_READ_ERROR): Define.
57267
57268 2002-12-02  Bruno Haible  <bruno@clisp.org>
57269
57270         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
57271         Define, taken from safe-read.c.
57272         (INT_MAX): Provide fallback.
57273         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
57274         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
57275
57276         * lib/safe-read.c (EINTR): Remove definition.
57277         (safe_read): Don't use EINTR if it is absent.
57278
57279 2002-12-01  Jim Meyering  <jim@meyering.net>
57280
57281         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
57282         zero.
57283         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
57284
57285 2002-11-27  Paul Eggert  <eggert@twinsun.com>
57286
57287         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
57288         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
57289         with `if (! (value < limit)) abort ();', for readability.
57290
57291 2002-11-26  Karl Berry  <karl@gnu.org>
57292
57293         * lib/strdup.c: copy from libc again, with jim's ok.
57294         * lib/.cppi-disable: re-add strdup.c
57295
57296 2002-11-25  Karl Berry  <karl@gnu.org>
57297
57298         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
57299         instead of "strtol.c".
57300
57301 2002-11-25  Karl Berry  <karl@gnu.org>
57302
57303         * config/install-sh: update from automake for variable quoting, $0 in
57304         error msgs, etc.
57305
57306         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
57307         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
57308         entry.
57309
57310 2002-11-25  Jim Meyering  <jim@meyering.net>
57311
57312         * lib/mktime.c: Sync from libc, now that it has the latest fix.
57313
57314 2002-11-24  Karl Berry  <karl@gnu.org>
57315
57316         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
57317         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
57318
57319 2002-11-24  Jim Meyering  <jim@meyering.net>
57320
57321         Update from coreutils:
57322
57323         * lib/mktime.c: Merge in changes from libc.
57324
57325         Avoid a link-time failure on some Linux systems.
57326         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
57327         (otherwise).
57328         (__mon_yday): Declare with the STATIC attribute.
57329         (__mktime_internal): Likewise.
57330         Based on a report from Greg Schafer.
57331
57332 2002-11-23  Jim Meyering  <jim@meyering.net>
57333
57334         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
57335         Use `unsigned', not `int', as type of index.
57336
57337         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
57338
57339         * lib/fsusage.c: Remove unneeded parentheses around operands of
57340         `defined'.
57341
57342 2002-11-22  Paul Eggert  <eggert@twinsun.com>
57343
57344         * lib/quotearg.h: Allow multiple inclusion by surrounding with
57345         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
57346         so that we can be included first.
57347         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
57348         * lib/quotearg.c: Include quotearg.h immediately after config.h.
57349         No need to include stddef.h or sys/types.h any more.
57350         Surround local include files with "", not "<>".
57351         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
57352         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
57353         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
57354         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
57355         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
57356         (ISPRINT): Remove; no longer needed now that we assume C89.
57357
57358         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
57359         Preserve errno.
57360
57361         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
57362         quotearg_char): Use SIZE_MAX rather than
57363         (size_t) -1 when we are talking about "infinity".
57364
57365         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
57366
57367 2002-11-22  Paul Eggert  <eggert@twinsun.com>
57368
57369         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
57370         hint that one should use `if (! x) abort ();' rather than `assert
57371         (x);', and anyway it's one less thing to worry about configuring.
57372         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
57373         hash_rehash, hash_insert): Use abort rather than assert.
57374
57375 2002-11-22  Bruno Haible  <bruno@clisp.org>
57376
57377         * lib/safe-read.h: Assume C89. Add comments.
57378         (safe_read): Change return type to size_t.
57379         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
57380         byte counts > SSIZE_MAX correctly.
57381         * lib/safe-write.h: New file.
57382         * lib/safe-write.c: New file.
57383         * lib/full-read.h: New file.
57384         * lib/full-read.c: New file.
57385         * lib/full-write.h: Assume C89. Add comments.
57386         * lib/full-write.c: Include safe-write.h.
57387         (full_write): Rewritten to use safe_write.
57388         Suggested by Jim Meyering and Paul Eggert.
57389
57390 2002-11-21  Jim Meyering  <jim@meyering.net>
57391
57392         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
57393
57394         Merge in changes from the coreutils.
57395
57396         2002-09-25  Paul Eggert  <eggert@twinsun.com>
57397         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
57398         <stdint.h>.
57399         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
57400         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
57401         int.  Work more efficiently if X is the same width as uintmax_t.
57402         Do not compare X to -1, to avoid bogus compiler warning.
57403         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
57404         Don't assume that f_frsize and f_bsize are the same type.
57405
57406         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
57407         warning on FreeBSD.
57408
57409         * lib/makepath.c (make_path): Restore umask *before* creating the final
57410         component.
57411         (make_path): Minor reformatting.
57412
57413         * lib/xmalloc.c: Adjust to work with new autoconf macros,
57414         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
57415         HAVE_MALLOC/HAVE_REALLOC.
57416
57417         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
57418         dummy ones.  At least on GNU/Linux systems, `auto' means something
57419         else.
57420         From Michael Stone.
57421
57422 2002-11-21  Bruno Haible  <bruno@clisp.org>
57423
57424         Remove case insensitive option matching.
57425         * lib/argmatch.h (argcasematch): Remove declaration.
57426         (ARGCASEMATCH): Remove macro.
57427         (__xargmatch_internal): Remove case_sensitive argument.
57428         (XARGMATCH): Update.
57429         (XARGCASEMATCH): Remove macro.
57430         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
57431         case_sensitive argument.
57432         (argcasematch): Remove function.
57433         (__xargmatch_internal): Remove case_sensitive argument.
57434         (main): Use XARGMATCH instead of XARGCASEMATCH.
57435
57436         * lib/xmalloc.c: Change compile-time error message. Add comment about
57437         required autoconf version.
57438
57439 2002-11-20  Paul Eggert  <eggert@twinsun.com>
57440
57441         Merge argmatch cleanups from Bison.  Assume C89.
57442
57443         * lib/argmatch.c: Include config.h here, not in argmatch.h.
57444         Include stdlib.h, for EXIT_FAILURE.
57445         Always include <string.h>, since we assume C89.
57446         (EXIT_FAILURE): Remove pre-C89 bug workaround.
57447         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
57448         Include <stddef.h> instead, since it's all we need for size_t.
57449         (PARAMS): Remove.  All uses removed.
57450         (ARRAY_CARDINALITY): Do not bother to #undef.
57451         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
57452         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
57453         Remove unnecessary parentheses.
57454         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
57455         Insert necessary parentheses.
57456         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
57457         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
57458
57459 2002-11-19  Bruno Haible  <bruno@clisp.org>
57460
57461         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
57462         * lib/mbswidth.h: Include <stddef.h>, for size_t.
57463
57464         * lib/mbswidth.h (PARAMS): Remove macro.
57465         (mbswidth, mbsnwidth): Use ANSI C function declarations.
57466         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
57467
57468         * lib/gcd.h (PARAMS): Remove macro.
57469         (gcd): Use ANSI C function declarations.
57470         * lib/gcd.c (gcd): Likewise.
57471
57472 2002-11-15  Bruno Haible  <bruno@clisp.org>
57473
57474         * lib/strcspn.c: Include <stddef.h>.
57475         (strcspn): Use ANSI C function declaration. Change return type to
57476         size_t. Use NULL.
57477         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
57478         (strpbrk): Use NULL.
57479         * lib/strpbrk.h (PARAMS): Remove macro.
57480         (strpbrk): Use ANSI C function declaration.
57481         * lib/strstr.c: Don't include <sys/types.h>.
57482         * lib/strstr.h (PARAMS): Remove macro.
57483         (strstr): Use ANSI C function declarations.
57484
57485 2002-11-14  Karl Berry  <karl@gnu.org>
57486
57487         * config/mkinstalldirs: `do' on separate line, instead of
57488         `for var; do'.
57489
57490 2002-11-06  Bruno Haible  <bruno@clisp.org>
57491
57492         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
57493         * lib/gcd.c (gcd): Likewise.
57494
57495 2002-11-05  Bruno Haible  <bruno@clisp.org>
57496
57497         * lib/gcd.h: New file, from gettext-0.11.5.
57498         * lib/gcd.c: New file, from gettext-0.11.5.
57499
57500 2002-11-05  Bruno Haible  <bruno@clisp.org>
57501
57502         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57503         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57504         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57505         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57506
57507         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
57508         <libintl.h>.
57509         * lib/makepath.c: Include gettext.h instead of <locale.h> and
57510         <libintl.h>.
57511
57512         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
57513         * lib/human.c: Include gettext.h instead of <libintl.h>.
57514         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
57515         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
57516         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
57517         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
57518         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
57519         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
57520         (textdomain): Remove definition.
57521         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
57522
57523         * lib/long-options.c: Remove include of <libintl.h> and definition of
57524         _.
57525         * lib/same.c: Remove include of <libintl.h> and definition of _.
57526
57527 2002-11-04  Owen Taylor  <otaylor@redhat.com>
57528
57529         * lib/config.charset: A few additions for Solaris.
57530
57531 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
57532
57533         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
57534         * lib/localcharset.c (locale_charset): Declare as extern "C".
57535
57536 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
57537
57538         * lib/config.charset: msdos in uk_UA uses CP1125.
57539
57540 2002-11-04  Bruno Haible  <bruno@clisp.org>
57541
57542         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
57543         * lib/strcase.h: New file, from GNU gettext-0.11.5.
57544         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
57545         * lib/strstr.h: New file, from GNU gettext-0.11.5.
57546         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
57547
57548 2002-11-04  Bruno Haible  <bruno@clisp.org>
57549
57550         * lib/localcharset.c (locale_charset): Don't return an empty string.
57551
57552 2002-11-04  Bruno Haible  <bruno@clisp.org>
57553
57554         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
57555         aliases.
57556
57557 2002-11-04  Bruno Haible  <bruno@clisp.org>
57558
57559         * lib/config.charset: Update for newest glibc. Add canonical names
57560         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
57561
57562 2002-11-04  Bruno Haible  <bruno@clisp.org>
57563
57564         * lib/config.charset: Add support for NetBSD.
57565
57566 2002-11-04  Bruno Haible  <bruno@clisp.org>
57567
57568         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
57569
57570 2002-11-01  Bruno Haible  <bruno@clisp.org>
57571
57572         * configure.in: Add AC_CONFIG_AUX_DIR call.
57573         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
57574         test/Makefile.
57575         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
57576
57577 2002-09-28  Karl Berry  <karl@gnu.org>
57578
57579         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
57580         installed automake until the next release, since changes have been
57581         made.
57582
57583 2002-09-25  Karl Berry  <karl@gnu.org>
57584
57585         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
57586         * lib/getopt*: copy from libc/posix.
57587         * lib/gettext.h: copy from gettext.
57588         * lib/.cppi-disable: add strdup.c, gettext.h.
57589
57590 2002-09-25  Karl Berry  <karl@gnu.org>
57591
57592         * config/srclist.txt: enable gettext.h check.
57593         * config/config.{guess,sub}: update from prep.
57594         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
57595                 from automake 1.6.3.
57596         See srclist*.
57597
57598 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
57599
57600         * regex.c (PATFETCH): Remove the translating fetch.
57601         (PATFETCH_RAW): Rename to PATFETCH.
57602         (set_image_of_range): New fun.
57603         (SET_RANGE_TABLE_WORK_AREA): Use it.
57604         (regex_compile): Don't translate the pattern chars so eagerly.
57605         Only do it when inserting an `exactn' bytecode or when handling
57606         a char-range.
57607         (mutually_exclusive_p): Avoid empty statement.
57608
57609 2002-07-06  Jim Meyering  <meyering@lucent.com>
57610
57611         * m4/README: Don't mention Makefile.am.in.
57612         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
57613
57614 2002-07-01  Jim Meyering  <meyering@lucent.com>
57615
57616         * lib/c-stack.c: Include sys/time.h.
57617         From Volker Borchert.
57618
57619 2002-06-26  Paul Eggert  <eggert@twinsun.com>
57620
57621         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
57622
57623 2002-06-26  Paul Eggert  <eggert@twinsun.com>
57624
57625         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
57626         New macro.  Use it uniformly instead of
57627         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
57628         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
57629         reported by Vin Shelton.
57630
57631 2002-06-22  Paul Eggert  <eggert@twinsun.com>
57632
57633         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
57634         Do not assume SA_SIGINFO behavior.
57635         Bug reported by Jim Meyering on NetBSD 1.5.2.
57636
57637 2002-06-22  Jim Meyering  <meyering@lucent.com>
57638
57639         * m4/c-stack.m4: New file, from diffutils-2.8.2.
57640         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
57641
57642         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
57643         now that configure.ac uses AC_GNU_SOURCE.
57644         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
57645         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
57646
57647         Update to latest tools.  Suggestions from Paul Eggert.
57648         * m4/stdbool.m4: New file, from diffutils-2.8.2.
57649         * m4/gnu-source.m4: Update from diffutils-2.8.2.
57650         * m4/fnmatch.m4: Likewise.
57651         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
57652         to AC_HEADER_STDBOOL
57653
57654 2002-06-22  Jim Meyering  <meyering@lucent.com>
57655
57656         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
57657         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
57658
57659 2002-06-22  Jim Meyering  <meyering@lucent.com>
57660
57661         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
57662
57663         * lib/exitfail.c, exitfail.h: Likewise.
57664         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
57665
57666         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
57667         of fnmatch.h.
57668         (EXTRA_DIST): Add fnmatch_loop.c.
57669         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
57670
57671         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
57672         * lib/fnmatch.c: Update from diffutils-2.8.2.
57673         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
57674         * lib/fnmatch.h: Remove file.
57675
57676 2002-06-21  Jim Meyering  <meyering@lucent.com>
57677
57678         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
57679         * m4/mbrtowc.m4: Likewise.
57680
57681         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
57682         * m4/mbswidth.m4: Reflect name change:
57683         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
57684         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
57685
57686         * m4/lib-link.m4: Update from gettext-0.11.2.
57687         * m4/gettext.m4: Likewise.
57688
57689         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
57690         From Alfred M. Szmidt.
57691
57692 2002-06-18  Paul Eggert  <eggert@twinsun.com>
57693
57694         * lib/file-type.h: Report an error if neither S_ISREG nor
57695         S_IFREG is defined, instead of using a test specific to glibc
57696         2.2.  This should be safe, since POSIX requires S_ISREG and
57697         Unix Version 7 had S_IFREG.  We don't need to check for
57698         <sys/types.h> since we don't use any symbols that it defines.
57699
57700 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
57701
57702         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
57703         $@-t, so that each temporary file name is unique and valid in the first
57704         8 characters, for operation under DOS.
57705
57706 2002-06-15  Paul Eggert  <eggert@twinsun.com>
57707
57708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
57709
57710 2002-06-15  Jim Meyering  <meyering@lucent.com>
57711
57712         Work even with DJGPP 2.03, which lacks support for symlinks.
57713         From Richard Dawe.
57714         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
57715         is defined.
57716         * lib/lchown.c (S_ISLNK): Likewise.
57717
57718 2002-06-15  Jim Meyering  <meyering@lucent.com>
57719
57720         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
57721         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
57722         have been included before this file.
57723
57724 2002-06-14  Jim Meyering  <meyering@lucent.com>
57725
57726         * lib/file-type.h: Use the version from diffutils-2.8.2.
57727         * lib/file-type.c: Likewise.
57728
57729 2002-06-07  Jim Meyering  <meyering@lucent.com>
57730
57731         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
57732         They're needed at least for NetBSD 1.5.2.
57733         ($statxfs_includes): Include those same headers.
57734         ($statxfs_includes): Include sys/vfs.h if available.
57735         ($statxfs_includes): Likewise for sys/statvfs.h.
57736         Check for the following members in both structs statfs and statvfs:
57737         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
57738
57739 2002-06-01  Jim Meyering  <meyering@lucent.com>
57740
57741         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
57742         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
57743
57744 2002-05-28  Jim Meyering  <meyering@lucent.com>
57745
57746         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
57747         Reported by Volker Borchert.
57748
57749 2002-05-27  Jim Meyering  <meyering@lucent.com>
57750
57751         Fix a problem seen only on nonconforming systems whereby ls.c's
57752         use of localtime, and then of gettimeofday would cause trouble:
57753         the localtime call used to initialize rpl_gettimeofday's save
57754         mechanism would clobber ls's current local time information so
57755         that in any long listing the first file would always be listed
57756         with date 1970-01-01.  Analysis by Volker Borchert.
57757
57758         * lib/gettimeofday.c (localtime): Undefine.
57759         (rpl_localtime): New function.
57760
57761 2002-05-27  Jim Meyering  <meyering@lucent.com>
57762
57763         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
57764         localtime.
57765
57766         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
57767         use the replacement function; it wouldn't resolve at link time.
57768         Reported by Volker Borchert.
57769
57770 2002-05-22  Jim Meyering  <meyering@lucent.com>
57771
57772         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
57773         file-type.h.
57774         * lib/file-type.h: New file.
57775         * lib/file-type.c (file_type): New file/function.  Extracted from
57776         diffutils.
57777
57778 2002-04-30  Jim Meyering  <meyering@lucent.com>
57779
57780         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
57781
57782 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57783
57784         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
57785
57786 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57787
57788         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
57789         Do not check for alloca.h (no longer used) or stdbool.h (was never
57790         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
57791
57792 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57793
57794         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
57795
57796 2002-04-29  Jim Meyering  <meyering@lucent.com>
57797
57798         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
57799         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
57800         Use AC_FUNC_STRNLEN here instead.
57801
57802         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
57803         With autoconf-2.53a, it's part of AC_PROG_CC.
57804
57805 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57806
57807         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
57808         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
57809
57810 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57811
57812         * lib/sig2str.h, lib/sig2str.c: New files.
57813         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
57814
57815 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57816
57817         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
57818         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
57819         of 127, since 64 is the largest conceivable number for ancient
57820         nonstandard hosts.
57821         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
57822
57823 2002-04-28  Jim Meyering  <meyering@lucent.com>
57824
57825         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
57826
57827 2002-04-24  Jim Meyering  <meyering@lucent.com>
57828
57829         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
57830         (jm_PREREQ): Use it.
57831
57832         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
57833         mach/mach.h fcntl.h.
57834         Check for this function: setlocale.
57835
57836 2002-04-24  Jim Meyering  <meyering@lucent.com>
57837
57838         * lib/gettext.h: New file, from Gettext.
57839         * lib/Makefile.am (INCLUDES): Remove -I../intl.
57840         (libfetish_a_SOURCES): Add gettext.h.
57841
57842 2002-04-16  Jim Meyering  <meyering@lucent.com>
57843
57844         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
57845         ut_pid, ut_id, ut_exit.
57846
57847 2002-04-16  Jim Meyering  <meyering@lucent.com>
57848
57849         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
57850         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
57851         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
57852
57853 2002-04-12  Jim Meyering  <meyering@lucent.com>
57854
57855         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
57856         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
57857         existence of the getmntinfo function.  Needed for Darwin 5.3.
57858
57859         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
57860         This is necessary at least on Darwin 5.3.
57861
57862         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
57863         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
57864         strnlen.o in the library, and that makes some versions of ranlib
57865         object.
57866
57867 2002-04-12  Jim Meyering  <meyering@lucent.com>
57868
57869         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
57870
57871 2002-04-09  Jim Meyering  <meyering@lucent.com>
57872
57873         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
57874         to be more precise.  Rather than saying we're checking whether the
57875         function `works', say what we're testing.
57876         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
57877         Reported by Bruno Haible.
57878
57879 2002-03-10  Jim Meyering  <meyering@lucent.com>
57880
57881         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
57882         Suggestion from Santiago Vila.
57883
57884 2002-03-08  Jim Meyering  <meyering@lucent.com>
57885
57886         * lib/rename.c: Mention that this wrapper is needed also on
57887         mips-dec-ultrix4.4 systems.
57888
57889 2002-03-02  Jim Meyering  <meyering@lucent.com>
57890
57891         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
57892         not HAVE_CLOCK_SETTIME.
57893
57894 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57895
57896         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
57897         Check for clock_settime.
57898
57899 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57900
57901         * lib/nanosleep.h: Rename to....
57902         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
57903
57904         * lib/gettime.c: New file.
57905         * lib/settime.c: New file.
57906         * lib/stime.c: Remove.
57907
57908         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
57909         timespec.h.  Remove nanosleep.h.
57910
57911 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57912
57913         * m4/acl.m4: New file.
57914         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
57915         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
57916
57917 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57918
57919         * lib/acl.c, lib/acl.h: New files.
57920         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
57921
57922 2002-02-24  Jim Meyering  <meyering@lucent.com>
57923
57924         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
57925         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
57926         cause trouble.  Reported by Nelson Beebe.
57927
57928 2002-02-23  Paul Eggert  <eggert@twinsun.com>
57929
57930         * lib/path-concat.c (xpath_concat): Reorder code to pacify
57931         compilers that don't know that xalloc_die never returns.
57932
57933 2002-02-20  Jim Meyering  <meyering@lucent.com>
57934
57935         * lib/getdate.c: Regenerate using bison-1.33.
57936
57937 2002-02-17  Jim Meyering  <meyering@lucent.com>
57938
57939         * config/config.guess (main): Don't use `head -1'; it's no longer
57940         portable. Use `sed 1q' instead.
57941
57942 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
57943
57944         * m4/codeset.m4: Upgrade to gettext-0.11.
57945         * m4/gettext.m4: Upgrade to gettext-0.11.
57946         * m4/glibc21.m4: Upgrade to gettext-0.11.
57947         * m4/iconv.m4: Upgrade to gettext-0.11.
57948         * m4/isc-posix.m4: Upgrade to gettext-0.11.
57949         * m4/lcmessage.m4: Upgrade to gettext-0.11.
57950         * m4/lib-ld.m4: New file, from gettext-0.11.
57951         * m4/lib-link.m4: New file, from gettext-0.11.
57952         * m4/lib-prefix.m4: New file, from gettext-0.11.
57953         * m4/progtest.m4: Upgrade to gettext-0.11.
57954
57955 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57956
57957         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
57958         (jm_PREREQ): Use it.
57959
57960 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57961
57962         * lib/posixver.c, lib/posixver.h: New files.
57963         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57964
57965 2002-02-02  Paul Eggert  <eggert@twinsun.com>
57966             Bruno Haible  <bruno@clisp.org>
57967
57968         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
57969         (fwrite_success_callback): New declaration.
57970         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
57971         print_unicode_char. Call failure callback instead of error.
57972         (fwrite_success_callback): New function.
57973         (exit_failure_callback): New function.
57974         (fallback_failure_callback): New function.
57975         (print_unicode_char): Call unicode_to_mb.
57976
57977 2002-01-26  Jim Meyering  <meyering@lucent.com>
57978
57979         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
57980         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
57981
57982 2002-01-26  Jim Meyering  <meyering@lucent.com>
57983
57984         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
57985
57986 2002-01-22  Paul Eggert  <eggert@twinsun.com>
57987
57988         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
57989
57990 2002-01-22  Jim Meyering  <meyering@lucent.com>
57991
57992         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
57993         Otherwise, some versions of automake would omit the rule that makes
57994         Makefile from Makefile.in.
57995
57996 2002-01-21  Paul Eggert  <eggert@twinsun.com>
57997
57998         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
57999         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
58000         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
58001         (memcoll): Set errno to zero if there is no error.
58002
58003         * lib/quotearg.c (quotearg_buffer_restyled):
58004         Fix bug with quoting buffers containing NUL when backslashing escapes.
58005         This bug was exposed by the other changes in this patch.
58006         (quotearg_n_options): New arg ARGSIZE.
58007         All callers changed.
58008         (quoting_options_from_style): New function.
58009         (quotearg_n_style): Use it.
58010         (quotearg_n_style_mem): New function.
58011
58012         * lib/quotearg.h (quotearg_n_style_mem): New function.
58013
58014 2002-01-19  Jim Meyering  <meyering@lucent.com>
58015
58016         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
58017         Remove useless quotes: DF_PROG="df".
58018         * m4/strnlen.m4: New file.
58019
58020 2002-01-16  Paul Eggert  <eggert@twinsun.com>
58021
58022         * lib/backupfile.c (ISDIGIT): Comment fix.
58023         * lib/getdate.y (ISDIGIT): Likewise.
58024         * lib/posixtm.c (ISDIGIT, year): Likewise.
58025         * lib/strverscmp.c (ISDIGIT): Likewise.
58026         * lib/userspec.c (ISDIGIT): Likewise.
58027
58028 2002-01-16  Jim Meyering  <meyering@lucent.com>
58029
58030         * lib/getdate.y: Add three semicolons, each just before a closing
58031         brace. Bison (as of version 1.31) no longer papers over that mistake.
58032
58033 2002-01-05  Jim Meyering  <meyering@lucent.com>
58034
58035         * lib/version-etc.c (version_etc_copyright): Update copyright year.
58036
58037 2001-12-19  Paul Eggert  <eggert@twinsun.com>
58038
58039         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
58040         not silently exit merely because the output buffer happens to
58041         have nothing pending.
58042
58043 2001-12-18  Paul Eggert  <eggert@twinsun.com>
58044
58045         See the big note in ../ChangeLog.
58046         * lib/human.c (suffixes): Prefer K to k for 1024.
58047         (generate_suffix_backwards): New function.
58048         (human_readable_inexact): Use it.
58049         * lib/xstrtol.c (__xstrtol): If there is no number but there
58050         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
58051         Accept 'K' as well as 'k'.
58052
58053 2001-12-15  Jim Meyering  <meyering@lucent.com>
58054
58055         * lib/regex.h (__restrict_arr): Update from libc.
58056
58057         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
58058         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
58059         (STREQ): Define.
58060
58061 2001-12-14  Jim Meyering  <meyering@lucent.com>
58062
58063         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
58064         Suggestion from Bruno Haible.
58065
58066 2001-12-10  Jim Meyering  <meyering@lucent.com>
58067
58068         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
58069         xrealloc, Instead, include "xalloc.h".
58070         (initbuffer): Don't cast xmalloc return value to char*.
58071         (readline): Reword comment.
58072         Don't cast xrealloc return value to char*
58073         Return NULL, not 0.
58074
58075 2001-12-09  Jim Meyering  <meyering@lucent.com>
58076
58077         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
58078         about `signed and unsigned type in conditional expression'.
58079         * lib/posixtm.c (posix_time_parse): Likewise.
58080
58081         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
58082
58083         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
58084         to avoid a pedantic warning.
58085
58086         * lib/getstr.c: Don't include assert.h.
58087         (getstr): Remove warning-evoking assertions.
58088         Return -1 if offset parameter is out of bounds.
58089         Change the type of a local from int to size_t.
58090
58091         * lib/strftime.c (my_strftime_localtime_r): Include this function
58092         definition in the `#if ! HAVE_TM_GMTOFF' block.
58093
58094         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
58095         Include xalloc.h instead.
58096
58097 2001-12-02  Jim Meyering  <meyering@lucent.com>
58098
58099         * lib/tempname.c: Don't declare getenv, thus reverting the change of
58100         2001-11-18.  It's no longer necessary, now that stdlib.h is always
58101         included.
58102
58103         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
58104         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
58105
58106 2001-11-30  Akim Demaille  <akim@epita.fr>
58107
58108         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
58109         before being defined.
58110
58111 2001-11-27  Paul Eggert  <eggert@twinsun.com>
58112
58113         * lib/quotearg.h (quotearg_n, quotearg_n_style):
58114         First arg is int, not unsigned.
58115         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
58116         (SIZE_MAX, UINT_MAX): New macros.
58117         (quotearg_n_options): Abort if N is negative.
58118         Avoid overflow check on hosts where size_t is 64 bits and int
58119         is 32 bits, as overflow is impossible there.
58120         Fix off-by-one typo that caused unnecessary reallocation.
58121
58122 2001-11-27  Jim Meyering  <meyering@lucent.com>
58123
58124         * lib/tempname.c: Merge with version from libc.
58125         * lib/regex.c: Likewise.
58126
58127         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
58128         systems for which STDC_HEADERS is 0, it was not included, resulting in
58129         a warning about an integer-to-pointer conversion problem with getenv.
58130         Reported by Volker Borchert.
58131
58132 2001-11-26  Jim Meyering  <meyering@lucent.com>
58133
58134         * lib/gtod.h: Remove file.
58135         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
58136         * lib/gettimeofday.c: Don't include gtod.h.
58137         (GTOD_init): Remove function.
58138         (rpl_gettimeofday): Do its job here instead, rather than aborting.
58139         Suggestion from Volker Borchert.
58140
58141 2001-11-23  Jim Meyering  <meyering@lucent.com>
58142
58143         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
58144         it.
58145         * lib/hash.c (struct hash_table): Define it here instead.
58146
58147 2001-11-22  Jim Meyering  <meyering@lucent.com>
58148
58149         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
58150
58151 2001-11-20  Jim Meyering  <meyering@lucent.com>
58152
58153         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
58154         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
58155
58156 2001-11-19  Jim Meyering  <meyering@lucent.com>
58157
58158         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
58159         directory.  Use "conftestXXXXXX" as the template.
58160         Suggestion from Paul Eggert.
58161
58162         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
58163         immediately, so the test doesn't mistakenly hit the max-open-files
58164         limit.
58165
58166 2001-11-18  Paul Eggert  <eggert@twinsun.com>
58167
58168         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
58169         (TEMPORARIES): New macro.
58170         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
58171         removes an artificial limitation (e.g. HP-UX 10.20, where
58172         TMP_MAX is 17576).
58173
58174 2001-11-18  Jim Meyering  <meyering@lucent.com>
58175
58176         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
58177
58178 2001-11-18  Jim Meyering  <meyering@lucent.com>
58179
58180         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
58181         on SunOS 4.
58182
58183         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
58184         files will be created before anything else.
58185
58186 2001-11-17  Paul Eggert  <eggert@twinsun.com>
58187
58188         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
58189         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
58190
58191 2001-11-17  Jim Meyering  <meyering@lucent.com>
58192
58193         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
58194         Prompted by a report from Bob Proulx.
58195
58196         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
58197         Instead, require UTILS_FUNC_MKSTEMP.
58198
58199 2001-11-17  Jim Meyering  <meyering@lucent.com>
58200
58201         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
58202         Now, that's done as part of AC_FUNC_STRTOD.
58203
58204 2001-11-17  Jim Meyering  <meyering@lucent.com>
58205
58206         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
58207         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
58208         rather than group writable.  Patch by Juan F. Codagnone.
58209
58210         * lib/readtokens.c: Remove explicit declarations of xmalloc and
58211         xrealloc, Instead, include "xalloc.h".
58212
58213         * lib/mountlist.c: Include unlocked-io.h after all system headers.
58214         Remove explicit declarations of xmalloc, xrealloc,
58215         and xstrdup.  Instead, include "xalloc.h".
58216
58217         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
58218         unlocked-io.h.
58219         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
58220         Likewise.
58221         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
58222
58223         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
58224         Reported by Padraig Brady.
58225
58226         * lib/mkstemp.c: #undef mkstemp.
58227         Include config.h.
58228         (rpl_mkstemp): Rename from mkstemp.
58229         Protoize.
58230
58231 2001-11-16  Jim Meyering  <meyering@lucent.com>
58232
58233         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
58234         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
58235         determine the amount of total physical memory, use pstat_getstatic.
58236         HPUX-11 doesn't define _SC_PHYS_PAGES.
58237         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
58238         If sysconf couldn't be used to determine the amount of available
58239         physical memory, use both pstat_getstatic and pstat_getdynamic.
58240         Based on a patch from Bob Proulx.
58241
58242 2001-11-10  Jim Meyering  <meyering@lucent.com>
58243
58244         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
58245         (jm_PREREQ): Use it.
58246
58247 2001-11-09  Jim Meyering  <meyering@lucent.com>
58248
58249         * m4/jm-macros.m4: Require autoconf-2.52f.
58250         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
58251         Use these AC_-prefixed names, not the AM_-prefixed ones.
58252
58253         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
58254
58255 2001-11-05  Jim Meyering  <meyering@lucent.com>
58256
58257         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
58258
58259 2001-11-04  Jim Meyering  <meyering@lucent.com>
58260
58261         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
58262         $DEFS.
58263
58264 2001-11-03  Jim Meyering  <meyering@lucent.com>
58265
58266         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
58267         of AC_DEFUN.
58268
58269         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
58270         know the name of the variable in the macro definition.
58271
58272 2001-11-03  Jim Meyering  <meyering@lucent.com>
58273
58274         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
58275         in argmatch_to_argument call.
58276
58277         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
58278         argument.
58279
58280         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
58281         e.g., a fault due to an attempt to free a NULL pointer.
58282
58283 2001-11-01  Jim Meyering  <meyering@lucent.com>
58284
58285         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
58286         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
58287
58288 2001-11-01  Jim Meyering  <meyering@lucent.com>
58289
58290         * lib/dirfd.c, lib/dirfd.h: New files.
58291         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
58292
58293         * lib/hash.c (hash_print) [TESTING]: Clean up.
58294
58295 2001-10-22  Paul Eggert  <eggert@twinsun.com>
58296
58297         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
58298         to avoid a warning if -Wall.
58299
58300 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
58301
58302         * README: New file
58303         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
58304         (per RMS's instructions, this is now the canonical source)
58305         * lgpl/, gpl/: New directories.
58306
58307 2001-10-21  Paul Eggert  <eggert@twinsun.com>
58308
58309         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
58310
58311 2001-10-21  Jim Meyering  <meyering@lucent.com>
58312
58313         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
58314         this code would end up calling gettext even in packages built
58315         with --disable-nls.
58316         * lib/getopt.c (_): Likewise.
58317         * lib/regex.c (_): Likewise.
58318
58319 2001-10-20  Paul Eggert  <eggert@twinsun.com>
58320
58321         * m4/error.m4 (jm_PREREQ_ERROR):
58322         Do not invoke AC_CHECK_FUNCS with strerror_r, as
58323         AC_FUNC_STRERROR_R does that.
58324         Check for strerror declaration.
58325
58326         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
58327         are supposed to have them these days.
58328         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
58329         Merge changes from latest Autoconf CVS.
58330         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
58331         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
58332         POSIX decided to standardize on the int flavor of strerror_r.
58333
58334 2001-10-20  Paul Eggert  <eggert@twinsun.com>
58335
58336         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
58337         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
58338         Use strerror_r that is only a macro, even if it is not a function.
58339         (strerror): Check for HAVE_DECL_STRERROR before declaring.
58340         (private_strerror): Use prototypes, not old-style function definition.
58341         (print_errno_message): New function.
58342         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
58343         char*-flavored one.
58344         (error_tail, error, error_at_line): Use it.
58345
58346 2001-10-11  Jim Meyering  <meyering@lucent.com>
58347
58348         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
58349         and quote_n (1, ... to avoid clobbering a buffer.
58350
58351 2001-10-05  Jim Meyering  <meyering@lucent.com>
58352
58353         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
58354         hash-pjw.h.
58355         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
58356         * lib/hash-pjw.h: New file.
58357
58358 2001-09-30  Jim Meyering  <meyering@lucent.com>
58359
58360         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
58361         `struct fsstat' has the `f_fstypename' member.
58362         Use that to define FS_TYPE, which is now used to make
58363         the getfsstat link test tighter.
58364
58365 2001-09-30  Jim Meyering  <meyering@lucent.com>
58366
58367         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
58368         Include <sys/ucred.h>, for Apple Darwin.
58369         Include sys/mount.h and sys/fs_types.h only if available.
58370         (FS_TYPE): Define.
58371         (read_filesystem_list): Use FS_TYPE.
58372
58373 2001-09-29  Paul Eggert  <eggert@twinsun.com>
58374
58375         * lib/exclude.c (excluded_filename): 0 -> false, since it's
58376         a boolean context.
58377
58378 2001-09-29  Jim Meyering  <meyering@lucent.com>
58379
58380         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
58381         [one-argument getmntent function]): Include stdio.h before mntent.h.
58382         SunOS 4.1.x needs it for the declaration of `FILE'.
58383         Patch by Volker Borchert.
58384
58385         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
58386         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
58387         sys/fs_types.h, and make the link-test for getfsstat guard #include
58388         directives with appropriate #if HAVE_*_H tests so that we can
58389         detect getfsstat on Apple Darwin1.3.7 systems.
58390         Reported by Nelson Beebe.
58391         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
58392
58393 2001-09-28  Paul Eggert  <eggert@twinsun.com>
58394
58395         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
58396         #defines strtoimax.  Also treat the other strto* functions
58397         like strtoimax.
58398
58399         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
58400         Check for strtoul and strtoumax,
58401         as those declarations are made even in the signed case.
58402         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
58403         Likewise, for strtol and strtoimax.
58404
58405 2001-09-28  Paul Eggert  <eggert@twinsun.com>
58406
58407         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
58408         #defines strtoimax.  Also treat the other strto* functions
58409         like strtoimax.
58410
58411         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
58412         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
58413         (strtoimax, strtoumax): Do not declare if already defined as a macro.
58414
58415 2001-09-26  Jim Meyering  <meyering@lucent.com>
58416
58417         Most macros in unlocked-io.h had the wrong number of arguments.
58418         * lib/gen-uio: New script.
58419         (USE_UNLOCKED_IO): Define to 1 if not already defined.
58420         * lib/unlocked-io.hin: Remove file.
58421         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
58422         rather than trying to embed it here.
58423         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
58424         Reported by Padraig Brady.
58425
58426 2001-09-25  Volker Borchert  <bt@teknon.de>
58427
58428         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
58429         `result'.
58430
58431 2001-09-24  Jim Meyering  <meyering@lucent.com>
58432
58433         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
58434
58435 2001-09-23  Jim Meyering  <meyering@lucent.com>
58436
58437         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
58438         instead of the mere test for existence of mntent.h.  The latter
58439         would get a false-positive on AIX 3.4 systems.
58440         In the outer getmntent if-block, don't die if neither of the getmntent
58441         tests succeeds.  Instead, just fall through and continue with the
58442         remaining tests.
58443
58444 2001-09-23  Jim Meyering  <meyering@lucent.com>
58445
58446         * lib/mountlist.c: Remove useless parentheses in #if directives.
58447         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
58448         the deprecated MOUNTED symbol is no longer defined in mntent.h.
58449
58450 2001-09-22  Jim Meyering  <meyering@lucent.com>
58451
58452         * m4/gettext.m4: New file.  From gettext.
58453         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
58454         * m4/progtest.m4: Likewise
58455         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
58456         * m4/glibc21.m4: Likewise.
58457
58458         * m4/libintl.m4: Remove.  No longer used.
58459
58460 2001-09-22  Jim Meyering  <meyering@lucent.com>
58461
58462         * lib/localcharset.c: Update from latest gettext.
58463         * lib/config.charset: Likewise.
58464
58465 2001-09-20  Jim Meyering  <meyering@lucent.com>
58466
58467         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
58468         strtoimax.
58469         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
58470         strtoumax.
58471
58472 2001-09-20  Jim Meyering  <meyering@lucent.com>
58473
58474         * lib/xstrtol.c (strtoimax): Guard declaration with
58475         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
58476         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
58477         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
58478         (strtoumax): Likewise, for completeness (it wasn't necessary).
58479
58480 2001-09-17  Paul Eggert  <eggert@twinsun.com>
58481
58482         * lib/strtoimax.c (HAVE_LONG_LONG):
58483         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
58484         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
58485         to work around bug in IBM C compiler.
58486
58487 2001-09-17  Jim Meyering  <meyering@lucent.com>
58488
58489         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
58490         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
58491         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
58492         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
58493         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
58494         whenever the right hand side need not be expanded by the shell.
58495
58496 2001-09-16  Paul Eggert  <eggert@twinsun.com>
58497
58498         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
58499         library.  It's not correct, as some older glibcs are buggy.
58500         fnmatch wasn't fixed until glibc 2.2.
58501
58502         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
58503         special shell magic here.
58504
58505 2001-09-16  Jim Meyering  <meyering@lucent.com>
58506
58507         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
58508         * m4/jm-macros.m4: Require it.
58509
58510 2001-09-16  Jim Meyering  <meyering@lucent.com>
58511
58512         * lib/mkdir.c: New file.
58513
58514 2001-09-15  Jim Meyering  <meyering@lucent.com>
58515
58516         * m4/jm-macros.m4: Check for help2man.
58517
58518 2001-09-11  Jim Meyering  <meyering@lucent.com>
58519
58520         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
58521         The body, by Paul Eggert, was moved here from configure.in.
58522         * m4/jm-macros.m4: Require UTILS_HOST_OS.
58523
58524 2001-09-04  Paul Eggert  <eggert@twinsun.com>
58525
58526         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
58527         (jm_PREREQ): Use it.
58528
58529 2001-09-04  Paul Eggert  <eggert@twinsun.com>
58530
58531         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
58532         Use ssize_t, not int, to store result of readlink.
58533         Check for ssize_t overflow as well as size_t overflow,
58534         as POSIX says the result of readlink is implementation-defined
58535         when ssize_t overflows.
58536         Remove unnecessary cast to char*.
58537         Use free+malloc instead of realloc, as the storage doesn't need
58538         to be preserved and it's clearer and can be more efficient that way.
58539         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
58540         * lib/xreadlink.h (xreadlink): Update prototype.
58541
58542 2001-09-04  Paul Eggert  <eggert@twinsun.com>
58543
58544         * lib/xgetcwd.c: Revert some of the previous change; intead,
58545         fix the HAVE_GETCWD_NULL code to behave more like the
58546         !HAVE_GETCWD_NULL code used to.
58547
58548         Include "xalloc.h".
58549         (xgetcwd): Do not return NULL when memory is exhausted; instead,
58550         invoke xalloc_die.
58551
58552 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58553
58554         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
58555         sys/param.h, as pathmax.h includes them.
58556
58557 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58558
58559         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
58560         (jm_PREREQ_XGETCWD): New macro.
58561
58562         * m4/getcwd.m4: New file.
58563
58564 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58565
58566         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
58567         like the HAVE_GETCWD_NULL code.
58568         Include pathmax.h if not HAVE_GETCWD.
58569         Do not include xalloc.h.
58570         (INITIAL_BUFFER_SIZE): New symbol.
58571         Do not use xmalloc / xrealloc, since the caller is responsible for
58572         handling errors.  Preserve errno around `free' during failure.
58573         Do not overrun buffer when using getwd.
58574
58575 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58576
58577         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
58578         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
58579         getcwd (NULL, 0).
58580
58581 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58582
58583         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
58584         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
58585         spotted by Jim Meyering.
58586
58587 2001-09-03  Jim Meyering  <meyering@lucent.com>
58588
58589         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
58590         failure.
58591
58592 2001-09-02  Jim Meyering  <meyering@lucent.com>
58593
58594         * lib/error.c: Update from GNU libc.
58595
58596 2001-09-01  Jim Meyering  <meyering@lucent.com>
58597
58598         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
58599         Used by df.
58600
58601 2001-09-01  Jim Meyering  <meyering@lucent.com>
58602
58603         * lib/xreadlink.c: New file.
58604         * lib/xreadlink.h: New file.
58605         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
58606         xreadlink.h.
58607
58608         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
58609         doesn't conflict with sparc Solaris 7's definition in
58610         /usr/include/sys/int_types.h.
58611
58612         * lib/exclude.c: Use `""', not `<>' to #include non-system header
58613         files.
58614         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
58615         and strncasecmp as r-values.  Unixware didn't have declarations.
58616
58617 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58618
58619         * lib/xstrtol.h: Add copyright notice.
58620         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
58621         LONGINT_INVALID_SUFFIX_CHAR.
58622
58623 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58624
58625         * lib/xstrtol.c (strtoimax): New decl.
58626
58627 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58628
58629         * lib/xgetcwd.c: Don't include pathmax.h.
58630         Include stdlib.h and unistd.h if available.
58631         Include xalloc.h.
58632         (xmalloc, xstrdup, free): Remove decls.
58633         (xgetcwd): Don't assume sizes fit in unsigned.
58634         Check for overflow when computing sizes.
58635         Simplify reallocation code.
58636
58637 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58638
58639         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
58640         a directory's st_size can have an arbitrary value, so the old
58641         usage could waste an arbitrary amount of memory.  All uses
58642         changed.
58643         * lib/savedir.h: Update prototype.
58644
58645 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58646
58647         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
58648
58649         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
58650         old strtoimax.c.
58651
58652         Also, make the following further changes to make this file's
58653         configuration more similar to that of strtol.c:
58654         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
58655         (strtoumax, uintmax_t, strtoull, strtol): Remove.
58656         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
58657         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
58658         changed to signed values.
58659
58660         And make the following changes as well:
58661         Fix copyright notice, as 1999 was missing.
58662         (verify): New macro.
58663         (strtoimax): Check sizes at compile-time, not run-time.
58664         Prefer strtol to strtoll if both work.
58665         (main): Remove; it was not that useful and was a pain to maintain.
58666
58667         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
58668
58669 2001-08-31  Jim Meyering  <meyering@lucent.com>
58670
58671         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
58672         Use an initial, malloc'd, buffer of length 128 rather than
58673         a statically allocated one of length 1024.
58674
58675 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58676
58677         Simplify code, partly by assuming autoconf 2.52 semantics.
58678
58679         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
58680
58681         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
58682         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
58683         All uses removed.
58684         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
58685         Move AC_REQUIRE to next-to-top level, to avoid confusion.
58686         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
58687         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
58688         jm_AC_HEADER_INTTYPES_H.
58689         * m4/jm-macros.m4 (jm_MACROS): Likewise.
58690
58691         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
58692
58693         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
58694         Quote first arg of AC_DEFUN.
58695         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
58696         since they are needed to parse the include file even if we need
58697         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
58698         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
58699         but with opposite signedness.
58700
58701 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58702
58703         Merge 'exclude' changes from tar 1.13.22.
58704         This fixes one or two unlikely storage allocation overflow bugs,
58705         but doesn't change user-visible behavior otherwise.
58706
58707 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58708
58709         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
58710         (jm_PREREQ_EXCLUDE): New macro.
58711
58712 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58713
58714         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
58715         tm to be declared.
58716
58717 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58718
58719         * lib/hash.c: Remove '2001' from copyright notice.
58720
58721 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58722
58723         * lib/full-write.h: New file.
58724         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
58725         * lib/full-write.c: Correct credits, as cccp.c no longer
58726         exists and anyway it was so heavily changed from the old cccp
58727         code as to be unrecognizable.  Include full-write.h.
58728         (full_write) Return size_t, with short writes meaning failure.
58729         All callers changed.  This fixes a bug with large buffers
58730         on 64-bit hosts.
58731         * lib/utime.c: Include full-write.h.
58732
58733 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58734
58735         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
58736         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
58737         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
58738         Include if available.
58739         (<xalloc.h>): Include
58740         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
58741         (verify): New macro.  Use it to verify that EXCLUDE macros do not
58742         collide with FNM macros.
58743         (struct patopts): New struct.
58744         (struct exclude): Use it, as exclude patterns now come with options.
58745         (new_exclude): Support above changes.
58746         (new_exclude, add_exclude_file):
58747         Initial size must now be a power of two to simplify overflow checking.
58748         (free_exclude, fnmatch_no_wildcards): New function.
58749         (excluded_filename): No longer requires options arg, as the options
58750         are determined by add_exclude.  Now returns bool, not int.
58751         (excluded_filename, add_exclude):
58752         Add support for the fancy new exclusion options.
58753         (add_exclude, add_exclude_file): Now takes int options arg.
58754         Check for arithmetic overflow when computing sizes.
58755         (add_exclude_file): xrealloc might modify errno, so don't
58756         realloc until after errno might be used.
58757
58758         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
58759         New macros.
58760         (free_exclude): New decl.
58761         (add_exclude, add_exclude_file): Now takes int options arg.
58762         (excluded_filename): No longer requires options arg, as the options
58763         are determined by add_exclude.  Now returns bool, not int.
58764
58765 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58766
58767         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
58768
58769 2001-08-27  Jim Meyering  <meyering@lucent.com>
58770
58771         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
58772
58773         * lib/version-etc.c (N_): Remove definition.
58774         Revert most of last change.
58775         Instead, simply don't mark the `Copyright...' string for translation.
58776         Based on advice from Paul Eggert.
58777
58778         * lib/strtoxmax.c: Tweak comment.
58779
58780 2001-08-26  Jim Meyering  <meyering@lucent.com>
58781
58782         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
58783
58784         * m4/xstrtoimax.m4: New file.
58785         * m4/xstrtoumax.m4: Add comments explaining why we
58786         AC_REPLACE_FUNCS(strtol).
58787
58788 2001-08-26  Jim Meyering  <meyering@lucent.com>
58789
58790         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
58791         of copyright with `%s' so translators don't get an untranslated
58792         message in 2002.
58793         (COPYRIGHT_YEAR): Define.
58794         (version_etc): Use fprintf rather than fputs.
58795         Suggestion from Ulrich Drepper.
58796
58797         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
58798
58799         * lib/strtoll.c: New file, from GNU libc.
58800         * lib/xstrtoimax.c: New file.
58801
58802         * lib/xstrtol.h: Add xstrtoimax.
58803         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
58804         * lib/strtoimax.c: New file.  Likewise, but first define
58805         STRTOUXMAX_SIGNED.
58806
58807         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
58808         ...
58809         * lib/strtoxmax.c: ... then renamed to this.
58810
58811 2001-08-18  Paul Eggert  <eggert@twinsun.com>
58812
58813         * m4/inttypes.m4: Add AC_PREREQ(2.13).
58814         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
58815         (jm_AC_TYPE_INTMAX_T): New macro.
58816         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
58817
58818         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
58819
58820         * m4/longlong.m4: Renamed from ulonglong.m4.
58821         * m4/inttypes.m4: Renamed from inttypes_h.m4.
58822         * m4/uintmax_t.m4: Removed.
58823
58824 2001-08-13  Paul Eggert  <eggert@twinsun.com>
58825
58826         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
58827         Port to Solaris 8, where 'sed' requires a space after the 'r'
58828         command, and where sh dislikes "$/".  Clean up the spacing a bit.
58829         Redirect output to $tmp just once.
58830
58831 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
58832
58833         * lib/addext.c (<errno.h>): Include.
58834         (errno): Declare if not defined.
58835         (addext): Work correctly when pathconf returns -1 and leaves
58836         errno alone because there is no limit.  Also, work even if
58837         pathconf returns a value greater than SIZE_MAX.
58838
58839 2001-08-12  Jim Meyering  <meyering@lucent.com>
58840
58841         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
58842         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
58843         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
58844         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
58845         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
58846         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
58847         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
58848         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
58849         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
58850         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
58851         utime.m4, utimes.m4, xstrtoumax.m4:
58852         Quote the first argument in each use of AC_DEFUN.
58853
58854 2001-08-12  Jim Meyering  <meyering@lucent.com>
58855
58856         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
58857         Simply `return getcwd (NULL, 0);'.
58858         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
58859         Use 1300 as initial value for length, not PATH_MAX.
58860
58861         * lib/pathmax.h: Clean up cpp syntax.
58862
58863 2001-08-12  Jim Meyering  <meyering@lucent.com>
58864
58865         * lib/gettimeofday.c: New file.
58866         * lib/gtod.h: New file.
58867         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
58868
58869 2001-08-05  Jim Meyering  <meyering@lucent.com>
58870
58871         * m4/jm-macros.m4: Require autoconf-2.52.
58872
58873 2001-08-04  Jim Meyering  <meyering@lucent.com>
58874
58875         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
58876         stmt, to get in sync with glibc.
58877
58878 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58879
58880         The following changes are from gettext 0.10.39 as maintained by
58881         Bruno Haible.
58882
58883         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
58884         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
58885         with inverted sense.  All uses changed.
58886
58887         * lib/mbswidth.c: Don't include <limits.h>.
58888         Include <stdlib.h> and <string.h> unconditionally.
58889         (iswcntrl, mbsinit, ISCNTRL): New macros.
58890         (mbsnwidth): Use K&R style function declarations.
58891         Don't bother checking for MB_LEN_MAX == 1, since the compiler
58892         can optimize it when MB_CUR_MAX == 1.
58893         The width of control characters is zero, not 1.
58894
58895 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58896
58897         The following changes are from gettext 0.10.39 as maintained by
58898         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
58899
58900         * m4/codeset.m4: Upgrade to serial AM1.
58901         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
58902         all uses changed.  Quote first arg of AC_DEFUN.
58903         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
58904
58905         * m4/iconv.m4: Upgrade to serial AM2.
58906         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
58907         Add --with-libconv-prefix.
58908         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
58909         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
58910         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
58911         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
58912         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
58913
58914         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
58915         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
58916         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
58917         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
58918         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
58919         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
58920         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
58921         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
58922         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
58923
58924         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
58925         string.h any more.
58926
58927         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
58928         not the default value.
58929
58930         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
58931         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
58932         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
58933         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
58934         Also check for iswcntrl, used for wcwidth fallback.
58935         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
58936         to Autoconf 2.13.
58937
58938 2001-08-03  Jim Meyering  <meyering@lucent.com>
58939
58940         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
58941         as it was in the original.  Reported by Paul Eggert.
58942
58943 2001-07-16  Jim Meyering  <meyering@lucent.com>
58944
58945         * m4/gettimeofday.m4: New file.
58946         Prompted by a report from Bernhard Baehr.
58947
58948 2001-07-15  Jim Meyering  <meyering@lucent.com>
58949
58950         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
58951         stuff. Now it's in ../Makefile.cfg.
58952
58953 2001-07-15  Jim Meyering  <meyering@lucent.com>
58954
58955         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
58956         (BUILT_SOURCES): Add unlocked-io.h.
58957         (io_functions): Define.
58958         (unlocked-io.h): New rule.
58959         (DISTCLEANFILES): Add unlocked-io.h.
58960         (all-local): Depend on unlocked-io.h, to ensure it is created.
58961
58962         * lib/unlocked-io.hin: New file
58963
58964         * lib/regex.c: Update from glibc.
58965
58966 2001-07-05  Jim Meyering  <meyering@lucent.com>
58967
58968         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
58969         recommendation.
58970         (libfetish_a_SOURCES): Put all .h files here instead.
58971         Remove a thus-exposed (better checks in automake) duplicate and
58972         two unnecessary .h files.
58973
58974 2001-07-04  Jim Meyering  <meyering@lucent.com>
58975
58976         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
58977         that generates jm-glibc-io.m4 so that it doesn't trigger any make
58978         distcheck failure.
58979
58980 2001-07-02  Jim Meyering  <meyering@lucent.com>
58981
58982         The following changes were prompted by suggestions from Bruno Haible.
58983
58984         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
58985         is now generated.
58986         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
58987         definition of EXTRA_DIST.
58988         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
58989         ensure that the generated file is created/updated whenever the list
58990         of $(unlocked_functions) is changed.
58991         (jm-glibc-io.m4): New rule.
58992         (unlocked-io.h): New rule -- currently unused.
58993
58994 2001-06-24  Jim Meyering  <meyering@lucent.com>
58995
58996         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
58997         unmatched right bracket, rather than kludging it with an extra,
58998         falsely-matching quote in a comment.  Patch by Akim Demaille.
58999
59000 2001-06-11  Jim Meyering  <meyering@lucent.com>
59001
59002         * lib/regex.c: Update from GNU libc.
59003
59004 2001-05-27  Jim Meyering  <meyering@lucent.com>
59005
59006         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
59007         Check for ut_type in struct utmp.
59008
59009 2001-05-27  Jim Meyering  <meyering@lucent.com>
59010
59011         * lib/readutmp.h (UT_TYPE): Define.
59012
59013 2001-05-24  Jim Meyering  <meyering@lucent.com>
59014
59015         * lib/argmatch.c: Include "quote.h".
59016         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
59017         quote function.  Reported by Göran Uddeborg.
59018
59019 2001-05-22  Jim Meyering  <meyering@lucent.com>
59020
59021         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
59022         now that we use the package-supplied version unconditionally.
59023         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
59024
59025 2001-05-21  Jim Meyering  <meyering@lucent.com>
59026
59027         * m4/regex.m4: Change a couple backticks to single quotes to avoid
59028         shell syntax errors.
59029
59030 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
59031
59032         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
59033
59034 2001-05-20  Paul Eggert  <eggert@twinsun.com>
59035
59036         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
59037         Don't bother to check library strftime, since
59038         we'll be using our own my_strftime function anyway.
59039         Define my_strftime instead of strftime.
59040
59041 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
59042
59043         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
59044         which is not yet declared.
59045
59046 2001-05-15  Jim Meyering  <meyering@lucent.com>
59047
59048         * m4/regex.m4: Use proper quoting so brackets appear in the test
59049         program.
59050         Reported by, and with help from, Bruno Haible.
59051
59052 2001-05-13  Jim Meyering  <meyering@lucent.com>
59053
59054         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
59055         undefined.
59056
59057 2001-05-11  Paul Eggert  <eggert@twinsun.com>
59058
59059         dirname code cleanup.  base_name now behaves more compatibly
59060         with POSIX basename when given file names that have trailing
59061         slashes, and similarly for dir_name.  Add new primitives
59062         base_len and dir_len.  Put the directory-name-related decls
59063         into dirname.h.
59064
59065         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
59066         * lib/backupfile.c (base_name): Likewise.
59067         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
59068         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
59069         * lib/makepath.c (strip_trailing_slashes): Likewise.
59070         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
59071         ISSLASH): Likewise.
59072         * lib/rename.c (strip_trailing_slashes): Likewise.
59073         * lib/same.c (base_name): Likewise.
59074         * lib/stripslash.c (ISSLASH): Likewise.
59075
59076         * lib/addext.c: Include <dirname.h> after size_t is defined.
59077         * lib/backupfile.c: Likewise.
59078
59079         * lib/addext.c (addext): Use base_len to trim redundant
59080         trailing slashes instead of doing it ourselves.
59081         But do not trim the last slash if it is not redundant.
59082
59083         * lib/backupfile.c (find_backup_file_name,
59084         max_backup_version): Use base_len instead of rolling it ourselves.
59085         Handle the case of "" and (on DOS) "C:" correctly.
59086
59087         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
59088         needed. Include <string.h>, <dirname.h>.
59089         (base_name): Allow file names ending in slashes, other than names
59090         that are all slashes.  In this case, return the basename followed
59091         by the slashes.  This is more general, and can be used in places
59092         where the original base_name purposely had an assertion failure.
59093         (base_len): New function.
59094
59095         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
59096         Do not include <assert.h>; no longer needed.
59097         Include xalloc.h.
59098         (memrchr): Remove decl.
59099         (dir_name_r): Remove.
59100         (dir_len): Renamed from dirlen.  All callers changed.
59101         Rewrite in terms of base_name, for simplicity and consistency.
59102         (dir_name): Never return NULL.  All callers changed.
59103         Do not include <stdlib.h> in test program; no longer needed.
59104         return 0; is fine for test program.
59105
59106         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
59107         New macros.
59108         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
59109
59110         * lib/path-concat.c (path_concat): Use base_len to compute
59111         base length, not strlen; this means we cannot rely on memcpy
59112         to null-terminate.
59113
59114         * lib/same.c (STREQ): Remove.
59115         (same_name): Handle the case where the basename ends in trailing '/'.
59116
59117         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
59118         a slash was stripped.  Do not strip the last slash after a
59119         file system prefix.
59120
59121 2001-05-11  Paul Eggert  <eggert@twinsun.com>
59122
59123         * lib/Makefile.am (libfetish_a_SOURCES):
59124         Add strftime.c, since we now compile it on all hosts.
59125
59126         * lib/strftime.c (my_strftime):
59127         Define to nstrftime if emacs, but only if my_strftime is not defined.
59128         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
59129         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
59130         Add one more extra argument: a nanoseconds value.
59131         All uses changed.
59132         (ns): New macro.
59133         (my_strftime function): Add %N format.
59134         (emacs_strftimeu): Renamed from emacs_strftime,
59135         with extra ut argument.
59136
59137 2001-05-09  Paul Eggert  <eggert@twinsun.com>
59138
59139         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
59140
59141 2001-04-21  Jim Meyering  <meyering@lucent.com>
59142
59143         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
59144         doesn't interfere.
59145
59146 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
59147
59148         * m4/ftruncate.m4: Check for chsize.
59149         Link with ftruncate.o unconditionally if ftruncate is missing.
59150         This was required when cross-compiling to i586-mingw32msvc.
59151
59152 2001-04-08  Jim Meyering  <meyering@lucent.com>
59153
59154         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
59155         recomputed; that's necessary when the offset spans a DST transition.
59156         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
59157
59158 2001-04-02  Jim Meyering  <meyering@lucent.com>
59159
59160         * lib/regex.h, regex.c: Update from GNU libc.
59161
59162 2001-03-24  Jim Meyering  <meyering@lucent.com>
59163
59164         * m4/jm-macros.m4: Require autoconf-2.49d.
59165
59166 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
59167
59168         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
59169
59170 2001-03-19  Paul Eggert  <eggert@twinsun.com>
59171
59172         * lib/version-etc.c (version_etc_copyright): Update to 2001.
59173
59174 2001-03-17  Jim Meyering  <meyering@lucent.com>
59175
59176         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
59177         now that the version in autoconf is equivalent.
59178         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
59179
59180         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
59181         Suggestion from Akim Demaille.
59182
59183         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
59184         (jm_PREREQ_TEMPNAME): New function.
59185
59186 2001-03-16  Paul Eggert  <eggert@twinsun.com>
59187
59188         * lib/tempname.c (uint64_t): Define to uintmax_t if
59189         not defined, and if UINT64_MAX is not defined.
59190         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
59191         Reported by John David Anglin.
59192
59193 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
59194
59195         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
59196         resolve alias if codeset is empty.
59197         * lib/config.charset (BeOS): Use wildcard syntax.
59198
59199 2001-03-13  Jim Meyering  <meyering@lucent.com>
59200
59201         * lib/path-concat.c (path_concat)
59202         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
59203         concatenating e.g., `C:' and `foo'.
59204         From Bruno Haible.
59205
59206 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
59207
59208         * lib/localcharset.c (locale_charset): Don't use
59209         setlocale(LC_CTYPE,NULL). Don't return NULL.
59210         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
59211
59212 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
59213
59214         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
59215         support for DOS/DJGPP.
59216
59217 2001-03-01  Paul Eggert  <eggert@twinsun.com>
59218
59219         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
59220         lacks mkstemp.  Compile our own tempname.c if we compile our own
59221         mkstemp.c, as mkstemp relies on tempname.
59222
59223 2001-03-01  Jim Meyering  <meyering@lucent.com>
59224
59225         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
59226         AH_VERBATIM really does output its argument verbatim.
59227
59228 2001-02-28  Paul Eggert  <eggert@twinsun.com>
59229
59230         * lib/Makefile.am (libfetish_a_SOURCES):
59231         Add dup-safer.c, fopen-safer.c.
59232         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
59233
59234         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
59235         * lib/unistd-safer.h: New files.
59236
59237 2001-02-25  Paul Eggert  <eggert@twinsun.com>
59238
59239         The mkstemp replacement is taken from glibc 2.2.2, with some
59240         portability fixes for use outside glibc, as follows:
59241
59242         * lib/tempname.c (struct_stat64): New macro.
59243         (direxists, __gen_tempname): Use it.
59244         This avoids a portability problem with Solaris 8.
59245
59246         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
59247         (<stddef.h>, <stdint.h>, <string.h>):
59248         Include only if STDC_HEADERS || _LIBC.
59249         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
59250         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
59251         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
59252         (__set_errno): Define this macro if <errno.h> doesn't.
59253         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
59254         Define these macros if <stdio.h> doesn't.
59255         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
59256         Define these macros if <sys/stat.h>
59257         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
59258         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
59259         __xstat64): Define if not _LIBC.
59260         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
59261         (__gen_tempname): Invoke gettimeofday only if
59262         HAVE_GETTIMEOFDAY || _LIBC;
59263         otherwise, fall back on plain "time".
59264         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
59265
59266         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
59267
59268         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
59269
59270 2001-02-18  Paul Eggert  <eggert@twinsun.com>
59271
59272         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
59273
59274 2001-02-17  Paul Eggert  <eggert@twinsun.com>
59275
59276         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
59277         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
59278         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
59279         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
59280
59281 2001-02-17  Paul Eggert  <eggert@twinsun.com>
59282
59283         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
59284         Remove workaround macros for hosts that have mbrtowc but not
59285         mbstate_t, as we now insist on proper declarations for both
59286         before using mbrtowc.
59287
59288 2001-02-17  Jim Meyering  <meyering@lucent.com>
59289
59290         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
59291         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
59292         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
59293         UnixWare 7.1.1.
59294
59295         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
59296         rather than AC_CACHE_VAL.
59297
59298 2001-02-17  Jim Meyering  <meyering@lucent.com>
59299
59300         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
59301         around included file name.
59302
59303         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
59304
59305         * lib/strftime.c: Update from GNU libc (the only changes were to
59306         comments).
59307
59308 2001-02-17  Jim Meyering  <meyering@lucent.com>
59309
59310         * lib/regex.c: Update from libc.
59311
59312 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
59313
59314         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
59315         clash.
59316
59317 2001-02-16  Paul Eggert  <eggert@twinsun.com>
59318
59319         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
59320         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
59321         Reported by Mark Hounschell via Paul Eggert.
59322
59323 2001-02-07  Jim Meyering  <meyering@lucent.com>
59324
59325         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
59326
59327 2001-02-05  Jim Meyering  <meyering@lucent.com>
59328
59329         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
59330         it includes the patch required for `large file' support with at least
59331         HP-UX's 10.20 /bin/cc.
59332
59333 2001-02-03  Jim Meyering  <meyering@lucent.com>
59334
59335         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
59336         AS_IF, now that it works once again (mysteriously).
59337         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
59338
59339 2001-01-30  Jim Meyering  <meyering@lucent.com>
59340
59341         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
59342         * m4/chown.m4: Rename conftestchown to conftest.chown.
59343         * m4/rename.m4: s/conftestdir/conftest.d1/ and
59344         s/conftestdir2/conftest.d2/.
59345         * m4/utimes.m4: s/conftestdata/conftest.data/
59346         Inspired by Pavel Roskin's change in autoconf.
59347
59348 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
59349
59350         * lib/config.charset: Update for FreeBSD 4.2.
59351
59352 2001-01-27  Jim Meyering  <meyering@lucent.com>
59353
59354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
59355         a use of AS_IF.
59356         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
59357
59358 2001-01-26  Jim Meyering  <meyering@lucent.com>
59359
59360         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
59361         quotearg.c includes it.
59362
59363 2001-01-26  Jim Meyering  <meyering@lucent.com>
59364
59365         * lib/quotearg.c: Include stddef.h.
59366         * lib/quote.c: Include stddef.h.
59367         Reported by Axel Kittenberger.
59368
59369         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
59370         line in double quotes so that it evokes a better diagnostic.
59371         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
59372         Reported by Axel Kittenberger.
59373
59374 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
59375
59376         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
59377         as if it was a `charset'.
59378
59379 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
59380
59381         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
59382         has const.
59383
59384 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
59385
59386         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
59387         to avoid a warning.  Add back 'const' to inptr.
59388
59389 2001-01-20  Jim Meyering  <meyering@lucent.com>
59390
59391         Be sure that headers are checked before used in code compiled
59392         for the type checks.
59393         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
59394         In place of that, invoke jm_CHECK_ALL_TYPES.
59395         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
59396         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
59397         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
59398         The check for ssize_t was mistakenly run before the test for unistd.h.
59399
59400         The configure-time check for stdbool.h was missing.
59401         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
59402         (jm_PREREQ_HASH): New function.
59403
59404 2001-01-17  Jim Meyering  <meyering@lucent.com>
59405
59406         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
59407         for autoconf-2.49c.
59408         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
59409
59410 2001-01-16  Jim Meyering  <meyering@lucent.com>
59411
59412         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
59413         From Bruno Haible.
59414
59415 2001-01-14  Jim Meyering  <meyering@lucent.com>
59416
59417         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
59418         foo and bar.  Create conftestdir/ in the script, not in the C code.
59419         Remove directories in the script, not in the C code.
59420         Remove conftestdir{,2} before trying to create the directory.
59421         Make the entire configure script fail if the mkdir fails.
59422
59423 2001-01-14  Jim Meyering  <meyering@lucent.com>
59424
59425         * lib/rename.c: New file.  From Volker Borchert.
59426         Include stdlib.h, string.h or strings.h, and xalloc.h.
59427         Use strip_trailing_slashes rather than open-coding it.
59428
59429 2001-01-03  Paul Eggert  <eggert@twinsun.com>
59430
59431         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
59432
59433 2001-01-03  Jim Meyering  <meyering@lucent.com>
59434
59435         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
59436         of local `inptr' to avoid warning with some system declarations of
59437         iconv.
59438
59439 2001-01-02  Volker Borchert  <bt@teknon.de>
59440
59441         * m4/rename.m4: New file.
59442         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
59443
59444 2001-01-01  Jim Meyering  <meyering@lucent.com>
59445
59446         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
59447         even on systems with utmpx.h.  It's necessary for the declaration of
59448         utmp's ut_user member.  Reported by Andreas Jaeger.
59449
59450         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
59451         available. They are required for the declarations of getgrgid and
59452         getpwuid resp.
59453         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
59454         Reported by Andreas Jaeger.
59455
59456 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
59457
59458         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
59459         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
59460         so `make install' also works in VPATH builds.
59461
59462 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
59463
59464         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
59465         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
59466         can be used in subdirectories.
59467
59468 2000-12-29  Paul Eggert  <eggert@twinsun.com>
59469
59470         * lib/modechange.c: Do not assume that mode_t uses the
59471         traditional octal encoding.  E.g. "chmod 1 FOO" should set
59472         the other-execute bit of FOO even if S_IXOTH != 1.
59473
59474         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
59475         WOTH, XOTH, ALLM): New macros.
59476         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
59477          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
59478         Use them.
59479         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
59480         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
59481         (mode_compile):
59482         No need to use uintmax_t; unsigned long is long enough.
59483         Don't bother to get suffix since we don't use it.
59484
59485 2000-12-26  Jim Meyering  <meyering@lucent.com>
59486
59487         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
59488         better with autoheader.
59489
59490 2000-12-24  Jim Meyering  <meyering@lucent.com>
59491
59492         * lib/hash.c (is_prime): Return explicit boolean values.
59493         (hash_get_first): Return NULL to appease Irix5.6's 89.
59494         Reported by Nelson Beebe.
59495
59496 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
59497
59498         * lib/localcharset.c (locale_charset): Add support for Win32.
59499
59500 2000-12-18  Paul Eggert  <eggert@twinsun.com>
59501
59502         * lib/physmem.h, lib/physmem.c: New files.
59503
59504         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
59505         (noinst_HEADERS): Add physmem.h.
59506
59507         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
59508         't' for compatibility with Solaris 8 sort.
59509
59510 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
59511
59512         * lib/config.charset: Add support for BeOS.
59513
59514 2000-12-17  Jim Meyering  <meyering@lucent.com>
59515
59516         * m4/dos.m4 (jm_AC_DOS): New file and macro.
59517         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
59518
59519 2000-12-16  Jim Meyering  <meyering@lucent.com>
59520
59521         This bug had a serious impact on chown: `chown N:M FILE' (for integer
59522         N and M) would have treated it like `chown N:N FILE'.
59523
59524         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
59525
59526 2000-12-16  Jim Meyering  <meyering@lucent.com>
59527
59528         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
59529         SHELLS_FILE to a file name that's useful on djgpp systems.
59530         Include stdlib.h.
59531         (ADDITIONAL_DEFAULT_SHELLS): Define.
59532         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
59533         Based mostly on a patch from Prashant TR.
59534
59535 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
59536
59537         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
59538         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
59539         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
59540
59541 2000-12-08  Andreas Schwab  <schwab@suse.de>
59542
59543         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
59544         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
59545
59546 2000-12-07  Jim Meyering  <meyering@lucent.com>
59547
59548         * lib/stripslash.c (ISSLASH): Define.
59549         (strip_trailing_slashes): Use ISSLASH rather than comparing against
59550         `/'.
59551         From Prashant TR.
59552
59553         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
59554         (dir_name_r): Declare this function as static.
59555         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
59556         manifest itself on a name containing a mix of slashes and
59557         backslashes.
59558         Make this function work with names starting with a DOS-style
59559         drive letter and colon prefix.
59560         (dir_name): Append `.' if necessary.
59561         Based mostly on patches from Prashant TR and Eli Zaretskii.
59562
59563         * lib/dirname.h (dir_name_r): Remove prototype.
59564
59565 2000-12-06  Paul Eggert  <eggert@twinsun.com>
59566
59567         * m4/off_t-format.m4: Remove this file.
59568         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
59569
59570 2000-12-06  Jim Meyering  <meyering@lucent.com>
59571
59572         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
59573         replacement strtoull, we may well need the replacement strtoul, too.
59574         Check for declarations of strtoul and strtoull.
59575         Check for strtol.  Mainly as a cue to cause automake to include
59576         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
59577         Check for limits.h -- strtol.c needs it.
59578
59579 2000-12-05  Jim Meyering  <meyering@lucent.com>
59580
59581         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
59582
59583 2000-12-04  Jim Meyering  <meyering@lucent.com>
59584
59585         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
59586         Also include memory.h, stdlib.h, unistd.h if appropriate.
59587         Reported by Andreas Jaeger (conflicting declaration of malloc).
59588
59589 2000-12-02  Jim Meyering  <meyering@lucent.com>
59590
59591         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
59592         * m4/jm-macros.m4 (jm_MACROS): require it.
59593
59594 2000-12-02  Jim Meyering  <meyering@lucent.com>
59595
59596         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
59597
59598 2000-12-01  Paul Eggert  <eggert@twinsun.com>
59599
59600         * lib/memrchr.c: Include <config.h> before any system include file.
59601
59602 2000-11-30  Jim Meyering  <meyering@lucent.com>
59603
59604         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
59605
59606 2000-11-30  Jim Meyering  <meyering@lucent.com>
59607
59608         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
59609
59610 2000-11-29  Paul Eggert  <eggert@twinsun.com>
59611
59612         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
59613
59614 2000-11-26  Jim Meyering  <meyering@lucent.com>
59615
59616         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
59617
59618 2000-11-22  Paul Eggert  <eggert@twinsun.com>
59619
59620         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
59621         size of (size_t) -1; it's not portable.
59622
59623 2000-11-17  Jim Meyering  <meyering@lucent.com>
59624
59625         * lib/strstr.c: Update from GNU libc.
59626
59627 2000-11-17  Akim Demaille  <akim@epita.fr>
59628
59629         * lib/obstack.h: Formatting changes.
59630         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
59631         prevent type checking.
59632         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
59633         cast the value to (void *): assigning a `foo *' to a `void *'
59634         variable is valid.
59635         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
59636
59637 2000-11-16  Jim Meyering  <meyering@lucent.com>
59638
59639         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
59640
59641 2000-11-11  Jim Meyering  <meyering@lucent.com>
59642
59643         * lib/error.c: Add a couple #includes, merging from GNU libc version.
59644
59645 2000-11-10  Jim Meyering  <meyering@lucent.com>
59646
59647         * lib/obstack.h: Update from GNU libc.
59648         * lib/obstack.c: Likewise.
59649
59650 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
59651
59652         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
59653
59654 2000-11-06  Paul Eggert  <eggert@twinsun.com>
59655
59656         * lib/getusershell.c (setusershell): Use rewind rather than
59657         fseek/fseeko, to avoid configuration hassles with fseeko.
59658         Don't bother opening SHELLS_FILE if shellstream is NULL;
59659         it's not necessary.
59660
59661 2000-11-05  Jim Meyering  <meyering@lucent.com>
59662
59663         * lib/makepath.h (make_dir): Declare.
59664         * lib/makepath.c (make_dir): Remove `static' attribute.
59665         Tweak a comment.
59666
59667 2000-11-04  Jim Meyering  <meyering@lucent.com>
59668
59669         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
59670
59671 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
59672
59673         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
59674         last one in a bucket, advance to the next bucket.
59675
59676 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
59677
59678         * lib/fnmatch.c: Do not comment out all the code if we are using
59679         the GNU C library, because in some cases we are replacing buggy
59680         code in the GNU C library itself.
59681
59682 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
59683
59684         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
59685         (regex_compile): Catch bogus \(\1\).
59686
59687 2000-10-30  Paul Eggert  <eggert@twinsun.com>
59688
59689         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
59690         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
59691         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
59692
59693 2000-10-30  Paul Eggert  <eggert@twinsun.com>
59694
59695         * lib/error.h, getline.h, modechange.h:
59696         Remove "2000" from Copyright line, as the file hasn't been
59697         changed this year other than in the copyright notice.
59698
59699         * lib/xalloc.h: Add "2000" to Copyright line, as this file
59700         was changed this year.
59701
59702 2000-10-29  Jim Meyering  <meyering@lucent.com>
59703
59704         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
59705         renaming.
59706         * m4/ls-mntd-fs.m4: Likewise
59707
59708 2000-10-29  Jim Meyering  <meyering@lucent.com>
59709
59710         * lib/xstat.in: Fix grammar in comment.
59711
59712 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
59713
59714         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
59715         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
59716         doesn't define __restrict_arr.
59717
59718 2000-10-28  Jim Meyering  <meyering@lucent.com>
59719
59720         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
59721         (jm_PREREQ_MEMCHR): New function.
59722
59723 2000-10-28  Jim Meyering  <meyering@lucent.com>
59724
59725         * lib/memchr.c: Update from libc.
59726         Adjust for portability:
59727         [HAVE_STDLIB_H]: Include stdlib.h.
59728         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
59729         Undef __memchr, too.
59730         [!weak_alias]: Define __memchr to memchr.
59731
59732         * lib/regex.c: Update from libc.
59733         * lib/regex.h: Likewise.
59734         * lib/getopt1.c: Likewise.
59735         * lib/memcmp.c: Likewise.
59736
59737         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
59738         Avoid using fseek, when possible -- it's broken by design.
59739         Patch by Ulrich Drepper.
59740
59741 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
59742
59743         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
59744         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
59745         Giving in to popular pressure to shut up the compiler with casts.
59746
59747 2000-10-26  Jim Meyering  <meyering@lucent.com>
59748
59749         * lib/strftime.c: Update from libc.
59750
59751 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
59752
59753         * regex.c: More `unsigned char' -> `re_char' changes.
59754         Also change several `int' into `re_wchar_t'.
59755         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
59756         (PUSH_FAILURE_POINTER): Don't cast any more.
59757         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
59758         We want GCC to complain, since this piece of code makes
59759         re_match non-reentrant, which *should* be fixed.
59760         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
59761         (EXTEND_BUFFER): Use RETALLOC.
59762         (SET_LIST_BIT): Don't cast.
59763         (re_wchar_t): New type.
59764         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
59765         that those two functions will always properly return.
59766         (IMMEDIATE_QUIT_CHECK): Cast to void.
59767         (analyse_first): Use recursion rather than an explicit stack.
59768         (re_compile_fastmap): Can't fail anymore.
59769         (re_search_2): Don't check re_compile_fastmap for failure.
59770         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
59771         Now also sets the new value (passed in a new argument).
59772         (re_match_2_internal): Use it.
59773         Also, use a new var `reg' of type size_t when looping through regs
59774         rather than reuse the inappropriate `mcnt'.
59775
59776 2000-10-25  Jim Meyering  <meyering@lucent.com>
59777
59778         * lib/obstack.c: Update from libc.
59779
59780 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
59781
59782         * regex.c (regex_compile): Change the way of handling a range from
59783         a char less than 256 to a char not less than 256.
59784
59785 2000-10-24  Andrew Innes  <andrewi@gnu.org>
59786
59787         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
59788         NT-Emacs only.
59789         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
59790         so that re_search functions only quit when callers expect them to.
59791
59792 2000-10-23  Jim Meyering  <meyering@lucent.com>
59793
59794         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
59795         wrong.  That set_locale call must not have any side effects.
59796         From Paul Eggert.
59797
59798 2000-10-22  Jim Meyering  <meyering@lucent.com>
59799
59800         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
59801         [CYCLIC]: Remove now-unused definition.
59802
59803         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
59804         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
59805         Suggestion from Ulrich Drepper.
59806
59807 2000-10-21  Jim Meyering  <meyering@lucent.com>
59808
59809         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
59810         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
59811         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
59812
59813 2000-10-21  Jim Meyering  <meyering@lucent.com>
59814
59815         * lib/dirname.c (memrchr): Declare if necessary.
59816         (dir_name): Remove the restriction that there be no
59817         trailing slashes.  Now, this code skips past them, effectively
59818         ignoring them.
59819         [TEST_DIRNAME] (main): New unit tests.
59820
59821         * lib/memrchr.c: New file from GNU libc.
59822         Undef __memrchr, too.
59823         [!weak_alias]: Define __memrchr to memrchr.
59824         Guard weak_alias use with `#ifdef weak_alias'.
59825
59826 2000-10-21  Jim Meyering  <meyering@lucent.com>
59827
59828         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
59829         (dir_name): Use dir_name_r.
59830         * lib/dirname.h (dir_name_r): Declare it.
59831
59832 2000-10-17  Jim Meyering  <meyering@lucent.com>
59833
59834         * lib/quote.h (PARAMS): Define and use.
59835         Reported by Akim Demaille.
59836
59837         * lib/getopt.c: Update from libc.
59838
59839 2000-10-16  Jim Meyering  <meyering@lucent.com>
59840
59841         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
59842         setlocale.
59843         From Jan Fedak.
59844
59845 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
59846
59847         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
59848
59849 2000-09-25  Jim Meyering  <meyering@lucent.com>
59850
59851         * lib/md5.h (rol): Define (from GnuPG).
59852
59853         * lib/sha.c: Give credit (GnuPG) where due.
59854         (M): Use rol rather than open-coding it.
59855         Add a FIXME comment.
59856
59857 2000-09-21  Jim Meyering  <meyering@lucent.com>
59858
59859         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
59860         Reported by Michael Stone.
59861
59862 2000-09-20  Jim Meyering  <meyering@lucent.com>
59863
59864         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
59865         (noinst_HEADERS): Add sha.h.
59866         Based on code from Scott G. Miller and from GnuPG.
59867
59868 2000-09-18  Jim Meyering  <meyering@lucent.com>
59869
59870         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
59871         LIBS. Otherwise, everyone ends up linking with -lelf for some
59872         configurations.
59873         Reported by Mike Stone.
59874
59875 2000-09-15  Jim Meyering  <meyering@lucent.com>
59876
59877         * lib/regex.c: Update from libc.
59878
59879 2000-09-10  Jim Meyering  <meyering@lucent.com>
59880
59881         * lib/getopt.c (_getopt_internal): Update from glibc.
59882
59883 2000-09-09  Jim Meyering  <meyering@lucent.com>
59884
59885         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
59886         think it should be used as a general replacement for isascii.
59887         * lib/fnmatch.c: Likewise.
59888         * lib/mbswidth.c: Likewise
59889         * lib/regex.c: Likewise.
59890
59891         Don't use atoi.
59892         * lib/userspec.c: Include sys/param.h and limits.h.
59893         Include xstrtol.h.
59894         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
59895         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
59896         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
59897         UID, GID.  Check range.
59898
59899 2000-09-06  Jim Meyering  <meyering@lucent.com>
59900
59901         * lib/getopt.c (_getopt_internal): Update from glibc.
59902
59903 2000-08-30  Jim Meyering  <meyering@lucent.com>
59904
59905         * lib/strftime.c: Merge in changes from GNU libc.
59906
59907 2000-08-26  Jim Meyering  <meyering@lucent.com>
59908
59909         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
59910         * m4/fpending.m4: New file.
59911
59912 2000-08-26  Jim Meyering  <meyering@lucent.com>
59913
59914         * lib/closeout.c: Include "__fpending.h".
59915         (close_stdout_status): Return right away if there's nothing to flush.
59916
59917         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
59918         * lib/__fpending.c: New file.
59919         * lib/__fpending.h: New file.
59920
59921 2000-08-20  Jim Meyering  <meyering@lucent.com>
59922
59923         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
59924         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
59925         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
59926
59927 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
59928
59929         Improve fileutils installation on systems where running
59930         programs (like install) can't be unlinked.
59931         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
59932         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
59933
59934 2000-08-07  Paul Eggert  <eggert@twinsun.com>
59935
59936         Standardize on "memory exhausted" instead of "Memory exhausted"
59937         or "virtual memory exhausted".
59938         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
59939         "virtual memory exhausted".
59940         * lib/same.c (same_name): Invoke xalloc_die instead of printing
59941         our own message.
59942         * lib/userspec.c (parse_user_spec): Likewise.
59943         * lib/bumpalloc.h: comment fix
59944         * lib/same.c, userspec.c: Include xalloc.h.
59945
59946         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
59947         not char *const and pointing to a constant array.
59948         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
59949         (xrealloc): Comment fix.
59950
59951         * lib/userspec.c (parse_user_spec):
59952         Don't translate a message until just before returning,
59953         to avoid unnecessary translation.
59954
59955 2000-08-07  Jim Meyering  <meyering@lucent.com>
59956
59957         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
59958         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
59959         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
59960         getgroups.c, gethostname.c, getopt.h, group-member.c,
59961         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
59962         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
59963         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
59964         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
59965         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
59966         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
59967         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
59968         yesno.c: Back out Copyright date changes for each file with no change
59969         this year.  This eases coordination with other programs using the same
59970         source code modules.  From Paul Eggert.
59971
59972 2000-08-06  Paul Eggert  <eggert@twinsun.com>
59973
59974         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
59975         not char, for compatibility with glibc 2.1.3 strftime.c.
59976
59977 2000-08-03  Greg McGary  <greg@mcgary.org>
59978
59979         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
59980         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
59981         (EXTEND_BUFFER): Use them.
59982
59983 2000-08-01  Jim Meyering  <meyering@lucent.com>
59984
59985         * lib/dirname.c (ISSLASH): Define.
59986         (BACKSLASH_IS_PATH_SEPARATOR): Define.
59987         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
59988         both `\' and `/' may be use as path separators.
59989         Based on a patch from Prashant TR.
59990
59991 2000-07-31  Paul Eggert  <eggert@twinsun.com>
59992
59993         * lib/quotearg.c (quotearg_n_options): Don't make the initial
59994         slot vector a constant, since it might get modified.
59995
59996 2000-07-31  Jim Meyering  <meyering@lucent.com>
59997
59998         * lib/xmalloc.c: Use `virtual memory exhausted', not
59999         `Memory exhausted'.
60000         * lib/obstack.c (print_and_abort): Likewise.
60001
60002 2000-07-30  Paul Eggert  <eggert@twinsun.com>
60003
60004         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
60005         buffer, so that the caller can always quote one small
60006         component of a "memory exhausted" message in slot 0.
60007         From a suggestion by Jim Meyering.
60008
60009 2000-07-30  Jim Meyering  <meyering@lucent.com>
60010
60011         * lib/makepath.c (make_path): Quote the other instance, too.
60012
60013         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
60014         (STATIC_BUF_SIZE): Define.
60015         (quotearg_n_options): Use only statically allocated storage when
60016         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
60017         than STATIC_BUF_SIZE.
60018
60019 2000-07-29  Jim Meyering  <meyering@lucent.com>
60020
60021         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
60022         * lib/dirname.c (dir_name): Likewise.
60023
60024         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
60025         `/'.
60026
60027         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
60028         (dir_name): Assert that there are no trailing slashes.
60029
60030 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
60031
60032         * lib/mbswidth.h (mbswidth): Add a flags argument.
60033         (mbswidth): New declaration.
60034         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
60035         * lib/mbswidth.c (mbswidth): Add a flags argument.
60036         (mbsnwidth): New function.
60037
60038 2000-07-24  Jim Meyering  <meyering@lucent.com>
60039
60040         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
60041
60042 2000-07-23  Paul Eggert  <eggert@twinsun.com>
60043
60044         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
60045
60046 2000-07-23  Paul Eggert  <eggert@twinsun.com>
60047
60048         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
60049         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
60050         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
60051         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
60052         invoke multibyte primitives.
60053
60054 2000-07-23  Paul Eggert  <eggert@twinsun.com>
60055
60056         * lib/quotearg.c:
60057         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
60058         so that mbstate_t is always defined.
60059
60060         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
60061         be 1 in at least one GCC installation, and this configuration
60062         error is likely to be common.  Ignoring MB_LEN_MAX hurts
60063         performance on hosts that have mbrtowc but have only unibyte
60064         locales, but I assume these hosts are rare.
60065
60066 2000-07-23  Paul Eggert  <eggert@twinsun.com>
60067
60068         * lib/mbswidth.c (_XOPEN_SOURCE):
60069         Don't define; this causes problems on Solaris 7.
60070         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
60071
60072 2000-07-23  Jim Meyering  <meyering@lucent.com>
60073
60074         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
60075         too: getgrgid, getpwuid, getuid.
60076
60077 2000-07-23  Jim Meyering  <meyering@lucent.com>
60078
60079         * lib/basename.c (base_name): Add an assertion.
60080
60081 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
60082
60083         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
60084         shadow its mbsinit function.
60085
60086 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
60087
60088         * lib/mbswidth.h: New file.
60089         * lib/mbswidth.c: New file.
60090         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
60091         (noinst_HEADERS): Add mbswidth.h.
60092
60093 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
60094
60095         * lib/config.charset: Add support for FreeBSD. Improve support for
60096         HP-UX and IRIX 6.
60097
60098 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
60099
60100         * m4/mbswidth.m4: New file.
60101         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
60102
60103 2000-07-15  Jim Meyering  <meyering@lucent.com>
60104
60105         * lib/makepath.c: Include quote.h.
60106         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
60107         corresponding argument in a `quote (...)' call.
60108         Give better diagnostics.
60109
60110         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
60111         (noinst_HEADERS): Add quote.h.
60112
60113         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
60114         from tar's src/misc.c.
60115         * lib/quote.h: New file.  Prototypes for same.
60116
60117 2000-07-14  Paul Eggert  <eggert@twinsun.com>
60118
60119         From a suggestion by Bruno Haible.
60120         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
60121         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
60122         to decide whether to define the BeOS workaround macro;
60123         this adjusts to the change to AC_MBSTATE_T.
60124
60125 2000-07-14  Jim Meyering  <meyering@lucent.com>
60126
60127         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
60128         jm_AC_TYPE_UINTMAX_T.
60129
60130 2000-07-13  Paul Eggert  <eggert@twinsun.com>
60131
60132         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
60133
60134         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
60135         quotearg_buffer_restyled): Add support for
60136         clocale_quoting_style.  Undo previous change to
60137         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
60138         and "{RIGHT QUOTATION MARK}" msgids.
60139
60140 2000-07-10  Paul Eggert  <eggert@twinsun.com>
60141
60142         From a suggestion by Bruno Haible.
60143         * m4/mbstate_t.m4 (AC_MBSTATE_T):
60144         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
60145         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
60146         and mbstate_t, to a single-part test that simply defines mbstate_t.
60147         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
60148         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
60149
60150 2000-07-10  Jim Meyering  <meyering@lucent.com>
60151
60152         * m4/strerror_r.m4: Mirror the correction made in autoconf.
60153
60154         * m4/gnu-source.m4: Output to confdefs.h directly.
60155         Suggestion from Akim Demaille.
60156
60157 2000-07-09  Paul Eggert  <eggert@twinsun.com>
60158
60159         The old behavior of quoting `like this' doesn't look good with
60160         newer, ISO-style fonts.  See:
60161         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
60162
60163         Instead, quote "like this" by default.  Let the translator
60164         tailor the locale-specific quoting behavior by providing
60165         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
60166
60167         * lib/quotearg.c (N_): New macro.
60168         (gettext_default): New function.
60169         (quotearg_buffer_restyled): Use
60170         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
60171         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
60172
60173 2000-07-09  Jim Meyering  <meyering@lucent.com>
60174
60175         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
60176         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
60177
60178         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
60179         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
60180
60181 2000-07-09  Jim Meyering  <meyering@lucent.com>
60182
60183         * lib/Most files: Update copyright dates to include 2000.
60184
60185 2000-07-08  Jim Meyering  <meyering@lucent.com>
60186
60187         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
60188         if not defined.
60189         (xgethostname): Remove now-unnecessary #ifdef.
60190         Move declaration of `err' into loop where it's used.
60191
60192 2000-07-05  Paul Eggert  <eggert@twinsun.com>
60193         and Bruno Haible  <haible@clisp.cons.org>
60194
60195         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
60196         only if the test for an object-type mbstate_t fails.  This
60197         prevents us from mistakenly reporting that mbstate_t is a
60198         system object type after we "#define mbstate_t int" to work
60199         around its lack.
60200
60201 2000-07-05  Paul Eggert  <eggert@twinsun.com>
60202         and Bruno Haible  <haible@clisp.cons.org>
60203
60204         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
60205
60206 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
60207
60208         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
60209         to strerror_r.
60210         Include <ctype.h> for use of isalpha.
60211
60212 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
60213
60214         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
60215         by allocating a larger buffer. Test the gethostname return value for
60216         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
60217         returns an error and ENAMETOOLONG isn't defined.
60218
60219 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
60220
60221         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
60222         dimension.
60223
60224 2000-07-04  Jim Meyering  <meyering@lucent.com>
60225
60226         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
60227         of the deprecated AC_CHECKING.
60228
60229 2000-07-04  Jim Meyering  <meyering@lucent.com>
60230
60231         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
60232         Reported by Bruno Haible.
60233
60234 2000-07-04  Jim Meyering  <meyering@lucent.com>
60235
60236         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
60237         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
60238         lacks mbrtowc.
60239
60240 2000-07-03  Paul Eggert  <eggert@twinsun.com>
60241
60242         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
60243         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
60244
60245 2000-07-03  Paul Eggert  <eggert@twinsun.com>
60246         and Bruno Haible  <haible@clisp.cons.org>
60247
60248         * lib/quotearg.c (mbrtowc):
60249         Assign to *pwc, and return 1 only if result is nonzero.
60250         (iswprint): Use ISPRINT when substituting our own mbrtowc.
60251
60252 2000-07-03  Jim Meyering  <meyering@lucent.com>
60253
60254         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
60255
60256 2000-07-03  Jim Meyering  <meyering@lucent.com>
60257
60258         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
60259         This is necessary to get a definition of e.g., UTMP_FILE on
60260         HP-UX 10.20.
60261         From Bob Proulx.
60262
60263 2000-07-02  Jim Meyering  <meyering@lucent.com>
60264
60265         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
60266
60267         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
60268         AC_LIBOBJ(function_name).
60269         * m4/chown.m4: Likewise.
60270         * m4/fnmatch.m4: Likewise.
60271         * m4/ftruncate.m4: Likewise.
60272         * m4/getgroups.m4: Likewise.
60273         * m4/getline.m4: Likewise.
60274         * m4/group-member.m4: Likewise.
60275         * m4/jm-macros.m4: Likewise.
60276         * m4/lstat.m4: Likewise.
60277         * m4/malloc.m4: Likewise.
60278         * m4/memcmp.m4: Likewise.
60279         * m4/nanosleep.m4: Likewise.
60280         * m4/putenv.m4: Likewise.
60281         * m4/realloc.m4: Likewise.
60282         * m4/regex.m4: Likewise.
60283         * m4/stat.m4: Likewise.
60284         * m4/strftime.m4: Likewise.
60285
60286 2000-07-02  Jim Meyering  <meyering@lucent.com>
60287
60288         * lib/quotearg.c (mbstate_t): Don't define here.
60289
60290 2000-07-02  Jim Meyering  <meyering@lucent.com>
60291
60292         * lib/nanosleep.c (SIGCONT): Define if not already defined.
60293
60294 2000-07-01  Jim Meyering  <meyering@lucent.com>
60295
60296         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
60297
60298 2000-07-01  Jim Meyering  <meyering@lucent.com>
60299
60300         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
60301         problem.
60302
60303 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
60304
60305         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
60306         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
60307
60308 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
60309
60310         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
60311         per change in ../m4/ls-mntd-fs.m4.
60312         (read_filesystem_list): Ignore symbolic links.
60313
60314 2000-06-29  Jim Meyering  <meyering@lucent.com>
60315
60316         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
60317         for declaration of strcmp.
60318
60319         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
60320
60321         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
60322         Avoid warning by casting result to `char *' to remove `const'.
60323
60324 2000-06-28  Jim Meyering  <meyering@lucent.com>
60325
60326         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
60327         included by quotearg.c, for which we perform this test.  From
60328         Bruno Haible.
60329
60330 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
60331
60332         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
60333         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
60334         <utmpx.h> exists, put readutmp.o into LIBOBJS.
60335
60336 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
60337
60338         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
60339
60340 2000-06-26  Paul Eggert  <eggert@twinsun.com>
60341
60342         savedir now sets errno on failure and invokes xmalloc to get memory.
60343         Fix a couple of other minor bugs while we're at it.
60344
60345         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
60346         (NAMLEN): Remove macro.
60347         (malloc, realloc): Remove decls.
60348         (stpcpy): Likewise.
60349         ("xalloc.h"): Include.
60350         (NAME_SIZE_DEFAULT): New macro.
60351         (savedir): Use xmalloc / xrealloc to allocate memory.
60352         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
60353         Skip "" directory entries.
60354         Use strlen to calculate directory entry length, since the old method
60355         is rarely used these days and isn't worth supporting.
60356         Don't use a pointer after freeing it.
60357         Check for integer overflow when calculating allocation size.
60358         Use memcpy to copy entries, instead of stpcpy.
60359         Set errno properly when returning NULL.
60360         Check for readdir error.
60361
60362 2000-06-26  Jim Meyering  <meyering@lucent.com>
60363
60364         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
60365
60366 2000-06-25  Jim Meyering  <meyering@lucent.com>
60367
60368         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
60369         Linux header bug when _XOPEN_SOURCE is defined to 500.
60370
60371 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
60372
60373         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
60374         deficiency.
60375
60376 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
60377
60378         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
60379         Include xalloc.h.
60380         Don't include <stdlib.h>.  Don't declare malloc, realloc.
60381
60382 2000-06-24  Jim Meyering  <meyering@lucent.com>
60383
60384         * m4/strerror_r.m4: Revive this file -- to try out an experimental
60385         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
60386         for which strerror does return char*, but which lacks a conveniently
60387         accessible declaration of the function.  If the compile-test says
60388         strerror_r doesn't work, then resort to a `run'-test that works on
60389         BeOS and segfaults on DEC Unix.
60390
60391 2000-06-24  Jim Meyering  <meyering@lucent.com>
60392
60393         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
60394
60395 2000-06-23  Paul Eggert  <eggert@twinsun.com>
60396
60397         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
60398         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
60399
60400 2000-06-23  Paul Eggert  <eggert@twinsun.com>
60401
60402         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
60403         (mbrtowc, mbstate_t): Define substitutes if
60404         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
60405         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
60406         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
60407
60408 2000-06-23  Jim Meyering  <meyering@lucent.com>
60409
60410         * m4/afs.m4: Add missing AC_MSG_RESULT.
60411         Reported by Bruno Haible.
60412
60413         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
60414         Suggestion from Bruno Haible.
60415
60416 2000-06-23  Jim Meyering  <meyering@lucent.com>
60417
60418         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
60419
60420 2000-06-21  Jim Meyering  <meyering@lucent.com>
60421
60422         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
60423
60424 2000-06-21  Jim Meyering  <meyering@lucent.com>
60425
60426         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
60427         (noinst_HEADERS): Add getstr.h.
60428
60429         * lib/getline.c (getstr): Move into a separate file.
60430         * lib/getstr.c (getstr): New file, extracted from getline.c, with
60431         the following changes: new parameter, delim2; both delim[12]
60432         parameters have type `int', not `char'.  The latter would lose
60433         with 8-bit delimiters.
60434         * lib/getstr.h: New file.
60435
60436 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
60437
60438         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
60439         than 1024, return a memory chunk of least possible size, instead
60440         of size PATH_MAX + 2. In the loop, increment the size proportionally.
60441         Use free/xmalloc instead of xrealloc to avoid copying for very long
60442         paths.
60443
60444 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
60445
60446         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
60447         the empty string.
60448
60449 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
60450
60451         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
60452         address, not strdup.  Include <stdlib.h> and don't declare free().
60453
60454 2000-06-19  Jim Meyering  <meyering@lucent.com>
60455
60456         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
60457
60458 2000-06-18  Jim Meyering  <meyering@lucent.com>
60459
60460         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
60461
60462         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
60463         `checking whether...' message to be consistent with that of the
60464         lstat test.
60465
60466 2000-06-18  Jim Meyering  <meyering@lucent.com>
60467
60468         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
60469         Besides, these days every porting target provides a mkdir function.
60470
60471         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
60472         needed. (this snippet comes from src/system.h).
60473
60474 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
60475
60476         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
60477
60478 2000-06-15  Paul Eggert  <eggert@twinsun.com>
60479
60480         * lib/human.c (adjust_value): New function.
60481         (human_readable_inexact): Apply rounding style even when
60482         printing approximate values.
60483
60484 2000-06-14  Paul Eggert  <eggert@twinsun.com>
60485
60486         * lib/human.c (human_readable_inexact): Allow an input block
60487         size that is not a multiple of the output block size, and vice versa.
60488         Reported by Piergiorgio Sartor.
60489
60490 2000-06-14  Paul Eggert  <eggert@twinsun.com>
60491
60492         * lib/getdate.y (get_date): Apply relative times after time
60493         zone indicator, not before.  Reported by Todd A. Jacobs.
60494
60495 2000-06-13  Jim Meyering  <meyering@lucent.com>
60496
60497         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
60498
60499         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
60500
60501 2000-06-12  Paul Eggert  <eggert@twinsun.com>
60502
60503         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
60504
60505 2000-06-12  Jim Meyering  <meyering@lucent.com>
60506
60507         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
60508         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
60509         optional argument.
60510         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
60511         the optional argument, `lib'.
60512
60513 2000-06-08  Jim Meyering  <meyering@lucent.com>
60514
60515         * m4/largefile.m4: Remove file (now that it's part of autoconf).
60516
60517 2000-06-04  Paul Eggert  <eggert@twinsun.com>
60518
60519         Rewrite largefile configuration so that we don't need to run
60520         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
60521         AC_CANONICAL_HOST in configure.in -- jmm]
60522
60523         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
60524         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
60525         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
60526         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
60527         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
60528         All uses changed.
60529         Instead of inspecting the output of getconf, try to compile the
60530         test program without and with the macro definition.
60531         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
60532         for getconf.  Instead, check for the needed flags by compiling
60533         test programs.
60534
60535 2000-06-04  Paul Eggert  <eggert@twinsun.com>
60536
60537         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
60538
60539 2000-06-04  Jim Meyering  <meyering@lucent.com>
60540
60541         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
60542         SunOS 4.1.4 for which gid_t is an unsigned type.
60543
60544 2000-06-03  Jim Meyering  <meyering@lucent.com>
60545
60546         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
60547         now that autoconf requires that.
60548
60549         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
60550         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
60551         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
60552
60553 2000-06-03  Jim Meyering  <meyering@lucent.com>
60554
60555         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
60556
60557 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
60558
60559         * m4/glibc21.m4: New file.
60560         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
60561
60562 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
60563
60564         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
60565         newer, don't install charset.alias.
60566         * lib/config.charset: Change the Linux/glibc rules so they become empty
60567         on glibc-2.1 or newer.
60568
60569 2000-06-02  Jim Meyering  <meyering@lucent.com>
60570
60571         * lib/mountlist.c: Back out last change.  Instead, do this...
60572         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
60573         me_dummy member using the same `ignore'-testing code.
60574         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
60575         fs_type strings.
60576         From Mark D. Roth.
60577
60578 2000-05-29  Jim Meyering  <meyering@lucent.com>
60579
60580         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
60581         mounts with the `ignore' attribute.  Based on a patch from
60582         Mark D. Roth.
60583
60584 2000-05-28  Jim Meyering  <meyering@lucent.com>
60585
60586         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
60587         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60588         * m4/stat.m4: Likewise.
60589         * m4/lstat.m4: Likewise.
60590         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
60591
60592         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
60593         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
60594
60595 2000-05-26  Jim Meyering  <meyering@lucent.com>
60596
60597         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
60598
60599 2000-05-24  Jim Meyering  <meyering@lucent.com>
60600
60601         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
60602         autoconf requires that.
60603         * m4/lib-check.m4: Likewise.
60604         * m4/jm-macros.m4: Likewise.
60605         * m4/strftime.m4: Likewise.
60606
60607         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
60608         AC_CHECK_DECLS, now that autoconf requires that.
60609
60610 2000-05-22  Jim Meyering  <meyering@lucent.com>
60611
60612         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60613         * m4/lstat.m4: Likewise.
60614
60615 2000-05-22  Jim Meyering  <meyering@lucent.com>
60616
60617         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
60618
60619 2000-05-20  Jim Meyering  <meyering@lucent.com>
60620
60621         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
60622         (jm_PREREQ): Use it.
60623
60624 2000-05-18  Jim Meyering  <meyering@lucent.com>
60625
60626         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
60627         back, too, since it may have been modified by allocate_entry.
60628         (hash_delete): Rewrite to use neither the assignment operator
60629         nor the comma operator in an if-expression.
60630
60631 2000-05-15  Paul Eggert  <eggert@twinsun.com>
60632
60633         * lib/closeout.c:
60634         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
60635         Remove; no longer needed.
60636         "quotearg.h": Add include.
60637         (file_name): Do not bother to explicitly initialize to NULL; it's less
60638         efficient on some hosts.
60639         (close_stdout_status): Remove test as to whether stdout was already
60640         closed; it breaks for the case "echo x | sort >&-".
60641         Quote file name colons.
60642         Do not assume that _("write error") lacks format strings.
60643
60644 2000-05-15  Jim Meyering  <meyering@lucent.com>
60645
60646         * lib/version-etc.c (version_etc_copyright): Update the copyright
60647         string used in all --version output.
60648
60649 2000-05-14  Jim Meyering  <meyering@lucent.com>
60650
60651         * lib/closeout.c (close_stdout_set_file_name): New function.
60652         (close_stdout_status): Use new file-scoped global.
60653         Return right away if fstat says the stdout file descriptor is invalid.
60654         * lib/closeout.h (close_stdout_set_file_name): Declare.
60655
60656 2000-05-10  Jim Meyering  <meyering@lucent.com>
60657
60658         * lib/closeout.c [default_exit_status]: New file-scoped variable.
60659         (close_stdout_set_status): New function.
60660         * lib/closeout.h (close_stdout_set_status): Declare.
60661
60662 2000-05-09  Jim Meyering  <meyering@lucent.com>
60663
60664         * m4/gettext.m4: Rename this...
60665         * m4/libintl.m4: ...to this.
60666
60667 2000-05-08  Jim Meyering  <meyering@lucent.com>
60668
60669         * lib/long-options.c: Don't include closeout.h.
60670         (parse_long_options): Don't call close_stdout for --version.
60671
60672 2000-05-06  Paul Eggert  <eggert@twinsun.com>
60673
60674         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
60675         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
60676         2.1.3 bug.  This avoids a clash when files like regex.c define
60677         _GNU_SOURCE.
60678
60679 2000-05-06  Jim Meyering  <meyering@lucent.com>
60680
60681         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
60682         (AC_REPLACE_FUNCS): Add strnlen.
60683
60684         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
60685         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
60686
60687         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
60688         AC_SEARCH_LIBS call for nanosleep.
60689         (LIB_NANOSLEEP): Set and AC_SUBST.
60690
60691 2000-05-06  Jim Meyering  <meyering@lucent.com>
60692
60693         * lib/strnlen.c: Undefine __strnlen and strnlen.
60694         [!weak_alias]: Define __strnlen to strnlen.
60695
60696         * lib/atexit.c: New file, from libiberty.
60697
60698 2000-05-06  Jim Meyering  <meyering@lucent.com>
60699
60700         * lib/closeout.c (close_stdout_status): Also check for errors on the
60701         stderr stream.
60702
60703 2000-05-05  Jim Meyering  <meyering@lucent.com>
60704
60705         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
60706         AC_SEARCH_LIBS call for clock_gettime.
60707         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
60708
60709         * m4/search-libs.m4: Update from autoconf.
60710
60711         su doesn't work on Solaris 2.6.
60712         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
60713         <shadow.h>.  Reported by Dragos Harabor.
60714
60715 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
60716
60717         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
60718         memcpy instead of xmalloc, xrealloc, path_concat.
60719         (locale_charset): Treat empty environment variables as absent.
60720         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
60721
60722 2000-05-04  Jim Meyering  <meyering@lucent.com>
60723
60724         * lib/getopt.c: Update from glibc.
60725         * lib/obstack.c: Likewise.
60726         * lib/obstack.h: Likewise.
60727         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
60728         file
60729
60730         * lib/regex.h: Likewise.
60731         * lib/strndup.c: Likewise.
60732         * lib/strnlen.c: New file, from glibc.
60733
60734 2000-05-03  Jim Meyering  <meyering@lucent.com>
60735
60736         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
60737
60738 2000-05-02  Paul Eggert  <eggert@twinsun.com>
60739
60740         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
60741         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
60742         compile-time test, rather than inspecting host and OS, to
60743         decide whether to define _LARGEFILE_SOURCE.
60744
60745 2000-05-01  Jim Meyering  <meyering@lucent.com>
60746
60747         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
60748
60749         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
60750         Based on a patch from Bruno Haible.
60751
60752 2000-05-01  Jim Meyering  <meyering@lucent.com>
60753
60754         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
60755
60756 2000-04-29  Jim Meyering  <meyering@lucent.com>
60757
60758         * lib/path-concat.c: Declare strdup only if it's not defined.
60759         * lib/canon-host.c: Likewise.
60760
60761 2000-04-28  Jim Meyering  <meyering@lucent.com>
60762
60763         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
60764         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
60765         is included first, then limits.h is included by locale.h by libintl.h.
60766         From John David Anglin.
60767
60768 2000-04-25  Jim Meyering  <meyering@lucent.com>
60769
60770         * lib/makepath.c (S_IRWXUGO): Define.
60771         (make_path): Always perform explicit chmod if MODE specifies any
60772         of the `special' permission bits.  Prompted by a bug report against
60773         install from Mate Wierdl and Joost van Baal.
60774
60775 2000-04-18  Jim Meyering  <meyering@lucent.com>
60776
60777         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
60778         (jm_PREREQ): Use it.
60779
60780 2000-04-18  Jim Meyering  <meyering@lucent.com>
60781
60782         * lib/README: New file.
60783
60784         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
60785         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
60786
60787 2000-04-17  Jim Meyering  <meyering@lucent.com>
60788
60789         Get it right :-)
60790         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
60791         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
60792         Suggestion from Akim Demaille.
60793
60794 2000-04-17  Jim Meyering  <meyering@lucent.com>
60795
60796         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
60797         the definition of it to rpl_strftime also defined-away the system's
60798         declaration.
60799
60800 2000-04-15  Jim Meyering  <meyering@lucent.com>
60801
60802         Use `C' to denote so-called `contiguous' files, the same way
60803         that tar does.
60804         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
60805         (ftypelet): Use S_ISCTG.
60806         From Michael Deutschmann.
60807
60808 2000-04-14  Jim Meyering  <meyering@lucent.com>
60809
60810         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
60811         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
60812         clobbered.
60813
60814 2000-04-14  Jim Meyering  <meyering@lucent.com>
60815
60816         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
60817
60818 2000-04-13  Jim Meyering  <meyering@lucent.com>
60819
60820         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
60821         AH_VERBATIM to insert required #ifndef into config.h.in.
60822         Suggestion from Akim Demaille.
60823
60824 2000-04-12  Jim Meyering  <meyering@lucent.com>
60825
60826         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
60827         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
60828         Christian Krackowizer.
60829
60830         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
60831         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
60832         (AC_SYS_LARGEFILE): Require.
60833         (AM_C_PROTOTYPES): Require.
60834
60835 2000-04-08  Jim Meyering  <meyering@lucent.com>
60836
60837         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
60838         names don't conflict.  Reported by Eli Zaretskii.
60839
60840 2000-04-07  Jim Meyering  <meyering@lucent.com>
60841
60842         * lib/putenv.c: Move inclusion of errno.h so it follows that of
60843         sys/types.h, to work around system header problems on AIX 3.2.5.
60844         From Bruno Haible.
60845
60846 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
60847
60848         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
60849         bug.  Deal with the different error behavior of Irix iconv.
60850
60851 2000-04-05  Paul Eggert  <eggert@twinsun.com>
60852
60853         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
60854         IRIX if the installer said otherwise.
60855
60856 2000-04-05  Jim Meyering  <meyering@lucent.com>
60857
60858         Portability tweaks required for ultrix4.3.
60859         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
60860         (jm_CHECK_DECLS): Add getutent to the list of functions.
60861         (_jm_DECL_HEADERS): Add utmpx.h.
60862         From John David Anglin.
60863
60864         * m4/strftime.m4: Back out the 2000-04-02 change.
60865         Instead of that change, simply undefine putenv in the test program.
60866
60867 2000-04-05  Jim Meyering  <meyering@lucent.com>
60868
60869         Portability tweaks required for ultrix4.3.
60870         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
60871         getutent.
60872         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
60873         * lib/canon-host.c: Declare strdup.
60874         * lib/path-concat.c: Likewise.
60875         From John David Anglin.
60876
60877 2000-04-04  Jim Meyering  <meyering@lucent.com>
60878
60879         Be more DOS 8.3-friendly.
60880         * lib/ref-add.sin: Renamed from ref-add.sed.in.
60881         * lib/ref-del.sin: Renamed from ref-del.sed.in.
60882         * lib/Makefile.am: Reflect renaming.
60883         Reported by Eli Zaretskii.
60884
60885         Use a temporary file name that won't clash with `charset.alias'
60886         in the DOS 8.3 name space.
60887         * lib/Makefile.am (charset_tmp): Define.
60888         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
60889         (uninstall-local): Likewise.
60890         Reported by Eli Zaretskii.
60891
60892 2000-04-03  Jim Meyering  <meyering@lucent.com>
60893
60894         * m4/gettext.m4: Fix typo in comment.
60895
60896         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
60897         textutils/configure.in).  Suggestion from Paul Eggert.
60898         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
60899
60900 2000-04-02  Paul Eggert  <eggert@twinsun.com>
60901
60902         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
60903         variable in the shell rather than using putenv, which isn't
60904         portable.  This avoids the configure-time inter-test dependency
60905         on the potentially-renamed putenv function.
60906
60907 2000-03-30  Paul Eggert  <eggert@twinsun.com>
60908
60909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
60910         before checking struct stat.st_blksize, so that
60911         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
60912
60913 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60914
60915         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
60916         since strftime.c uses HAVE_STRFTIME to decide whether to use
60917         the underlying strftime.
60918
60919 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60920
60921         * lib/time/strftime.c (my_strftime): Make sure we call the system
60922         strftime, not ourselves, when invoking the underlying strftime.
60923
60924 2000-03-24  Jim Meyering  <meyering@lucent.com>
60925
60926         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
60927         (charset_alias): Define.
60928         (install-exec-local): Factor out common code.
60929         (uninstall-local): Split lines longer than 80.
60930         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
60931         (SUFFIXES): Define.
60932         (.sed.in.sed): New rule.  Don't redirect directly to $@.
60933         (CLEANFILES): Add ref-add.sed and ref-del.sed.
60934
60935 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
60936
60937         * lib/config.charset: Output a line containing "Packages using this
60938         file".
60939         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
60940         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
60941         ref-del.sed): New rules.
60942
60943 2000-03-17  Jim Meyering  <meyering@lucent.com>
60944
60945         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
60946         Otherwise, include <strings.h>
60947
60948 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
60949
60950         * lib/unicodeio.c (utf8_wctomb): New function.
60951         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
60952         format instead of in UCS-4 with platform dependent endianness.
60953
60954 2000-03-10  Jim Meyering  <meyering@lucent.com>
60955
60956         * m4/lib-check.m4: Look for getspnam in -lgen, too.
60957         From Marco Franzen.
60958
60959 2000-03-07  Paul Eggert  <eggert@twinsun.com>
60960
60961         * lib/savedir.c (savedir): Work even if directory size is
60962         negative; this can happen with some screwy NFS configurations.
60963
60964 2000-03-06  Jim Meyering  <meyering@lucent.com>
60965
60966         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
60967         if it's NULL (because we ran out of memory).  From Bruno Haible.
60968
60969 2000-03-05  Jim Meyering  <meyering@lucent.com>
60970
60971         * lib/localcharset.c ("path-concat.h"): Include.
60972         (get_charset_aliases): Use path_concat instead of ANSI string
60973         concatenation.
60974
60975         * lib/unicodeio.h (PARAMS): Define.
60976         Use it to guard prototype.
60977
60978 2000-03-04  Jim Meyering  <meyering@lucent.com>
60979
60980         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
60981         for lib/localcharset.c.
60982
60983 2000-03-04  Jim Meyering  <meyering@lucent.com>
60984
60985         * lib/Makefile.am (install-exec-local): Create $(libdir) before
60986         installing into it.
60987         (uninstall-local): Uncomment this rule so `make distcheck' works
60988         once again.
60989
60990         * lib/unicodeio.c (<errno.h>): Include it.
60991         (errno): Declare if not defined.
60992
60993         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
60994
60995         * lib/config.charset: New version, incorporating remarks from a linux
60996         i18n mailing list.  From Bruno Haible.
60997
60998 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
60999
61000         * m4/codeset.m4: New file.
61001         * m4/iconv.m4: New file.
61002         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
61003
61004 2000-03-03  Jim Meyering  <meyering@lucent.com>
61005
61006         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
61007
61008 2000-03-02  Jim Meyering  <meyering@lucent.com>
61009
61010         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
61011         the messages come out on separate lines.
61012
61013         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
61014         rather than jm_CHECK_DECLARATIONS.
61015         * m4/decl.m4: Remove now-unused file.
61016
61017         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
61018         geteuid.
61019
61020 2000-03-02  Jim Meyering  <meyering@lucent.com>
61021
61022         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
61023
61024 2000-03-01  Jim Meyering  <meyering@lucent.com>
61025
61026         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
61027         * lib/unicodeio.c: Likewise.
61028
61029 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
61030
61031         * lib/config.charset: New file.
61032         * lib/localcharset.c: New file.
61033         * lib/unicodeio.h, lib/unicodeio.c: New files.
61034         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
61035         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
61036         (noinst_HEADERS): Add unicodeio.h.
61037         (all-local, install-exec-local, charset.alias): New targets.
61038
61039 2000-02-28  Paul Eggert  <eggert@twinsun.com>
61040
61041         * lib/quotearg.c (ALERT_CHAR): New macro.
61042         (quotearg_buffer_restyled): Use it.
61043
61044 2000-02-27  Jim Meyering  <meyering@lucent.com>
61045
61046         * m4/check-decl.m4: Add getenv to the list.
61047
61048 2000-02-27  Jim Meyering  <meyering@lucent.com>
61049
61050         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
61051         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
61052
61053         * lib/backupfile.c: Guard inclusion of stdlib.h with
61054         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
61055         Declare malloc if needed.
61056
61057         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
61058         `#ifndef HAVE_DECL..'
61059         now that autoconf always defines the HAVE_DECL_ symbols.
61060         * lib/human.c: Likewise.
61061         * lib/same.c: Likewise.
61062         * lib/strtoumax.c: Likewise.
61063
61064         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
61065         declaration check was not run.
61066         * lib/hash.c: Likewise.
61067         * lib/human.c: Likewise.
61068         * lib/same.c: Likewise.
61069         * lib/strtoumax.c: Likewise.
61070
61071         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
61072         `.', then first look up the entire `.'-containing string as a login
61073         name.
61074
61075 2000-02-23  Jim Meyering  <meyering@lucent.com>
61076
61077         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
61078         in place of my hack.
61079
61080 2000-02-18  Paul Eggert  <eggert@twinsun.com>
61081
61082         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
61083         (textint): New typedef.
61084         (parser_control): Member year changed from int to textint.
61085         All uses changed.
61086         (YYSTYPE): Removed; replaced by %union with int and textint members.
61087         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
61088         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
61089         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
61090         (tSNUMBER, tUNUMBER): Now of type <textintval>.
61091         (date, number, to_year): Use width of number in digits, not its value,
61092         to determine whether it's a 2-digit year, or a 2-digit time.
61093         (yylex): Store number of digits of numeric tokens.
61094         Reported by John Kendall.
61095
61096         (parser_control): Changed from struct parser_control to typedef (for
61097         consistency).  All uses changed.
61098
61099         (tID): Removed; not used.
61100         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
61101
61102 2000-02-14  Paul Eggert  <eggert@twinsun.com>
61103
61104         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
61105         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
61106
61107 2000-02-12  Jim Meyering  <meyering@lucent.com>
61108
61109         * lib/userspec.c (ISDIGIT): Define it.
61110         (isdigit): Remove definition.
61111         (is_number): Use ISDIGIT, not isdigit.
61112         <libintl.h>: Include.
61113         (_ and N_): Define.
61114         (parse_user_spec): Mark translatable strings.
61115
61116 2000-02-10  Jim Meyering  <meyering@lucent.com>
61117
61118         With these changes, nanosleep.[ch] are finally enough like the other
61119         lib/* replacement files to compile on a few more losing systems.
61120
61121         * lib/nanosleep.h: Don't include config.h.
61122         Remove prototype from declaration of nanosleep.
61123         (PARAMS): Remove now-unneeded definition.
61124         * lib/nanosleep.c: #undef nanosleep.
61125         (rpl_nanosleep): Rename from nanosleep.
61126
61127 2000-02-10  Jim Meyering  <meyering@lucent.com>
61128
61129         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
61130         gnu_nanosleep to rpl_nanosleep.
61131
61132 2000-02-09  Jim Meyering  <meyering@lucent.com>
61133
61134         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
61135         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
61136
61137 2000-02-08  Akim Demaille  <akim@epita.fr>
61138
61139         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
61140         `[' and `]' and remove uses of `changequote'.
61141         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
61142         (AC_SYS_LARGEFILE): Likewise.
61143         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
61144         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
61145         of changequote.
61146         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
61147         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
61148         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
61149         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
61150
61151 2000-02-05  Jim Meyering  <meyering@lucent.com>
61152
61153         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
61154         Remove explicit use of AC_HEADER_TIME.  It is required by
61155         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
61156         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
61157         in autoconf whereby the expansion of the latter ended up preceding
61158         the expansion of its prerequisite, AC_HEADER_TIME.
61159         Reported by Volker Borchert.
61160
61161 2000-02-03  Jim Meyering  <meyering@lucent.com>
61162
61163         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
61164
61165 2000-02-03  Jim Meyering  <meyering@lucent.com>
61166
61167         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
61168         rather than with `#if HAVE_UTMPNAME'.
61169
61170 2000-02-02  Jim Meyering  <meyering@lucent.com>
61171
61172         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
61173         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
61174         Reported by Eli Zaretskii.
61175
61176 2000-02-01  Jim Meyering  <meyering@lucent.com>
61177
61178         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
61179
61180 2000-01-31  Jim Meyering  <meyering@lucent.com>
61181
61182         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
61183         functions.  Add the time.h and sys/time.h headers along with the
61184         AC_REQUIRE'ment of AC_HEADER_TIME.
61185
61186 2000-01-31  Jim Meyering  <meyering@lucent.com>
61187
61188         * lib/nanosleep.h (nanosleep): Guard declaration with
61189         `#if ! HAVE_DECL_NANOSLEEP'.
61190         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
61191         the declaration in that vendor's sys/timers.h.
61192         Reported by Christian Krackowizer.
61193
61194         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
61195         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
61196         (ISPRINT): Likewise.
61197         Reported by Tom Tromey.
61198
61199 2000-01-30  Jim Meyering  <meyering@lucent.com>
61200
61201         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
61202
61203         * m4/prereq.m4 (utmp_includes): Define.
61204         Check for ut_user and ut_name members in both struct utmpx
61205         and struct utmp.
61206
61207 2000-01-30  Jim Meyering  <meyering@lucent.com>
61208
61209         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
61210         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
61211         header files where only utmpx.ut_user is declared.
61212
61213         * lib/readutmp.h (UT_USER): Define.
61214
61215 2000-01-29  Jim Meyering  <meyering@lucent.com>
61216
61217         * m4/lib-check.m4: New file containing library-related checks from
61218         fileutils and sh-utils (textutils had none).
61219
61220 2000-01-28  Jim Meyering  <meyering@lucent.com>
61221
61222         * m4/perl.m4: Change format of warning message to look more like that
61223         from the missing script.  Suggestion from François Pinard.
61224
61225 2000-01-25  Jim Meyering  <meyering@lucent.com>
61226
61227         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
61228         well as time.h in the compile check.
61229         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
61230         Fix typo in cross-compiling case: s/yes/no/.
61231
61232 2000-01-23  Jim Meyering  <meyering@lucent.com>
61233
61234         * m4/jm-macros.m4: Move df-related tests here from
61235         fileutils/configure.in
61236
61237         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
61238         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
61239
61240         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
61241         s/space/ac_fsusage_space/.
61242         (jm_FILE_SYSTEM_USAGE): Take two parameters.
61243
61244         * m4/ftruncate.m4: New file (derived from part of
61245         fileutils/configure.in).
61246         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
61247         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
61248
61249         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
61250         AC_SUBST these here, rather than just in sh-util/configure.in, so
61251         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
61252         all the same.
61253         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
61254         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
61255         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
61256         (AC_SUBST(POW_LIBM)): Likewise.
61257         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
61258
61259 2000-01-23  Jim Meyering  <meyering@lucent.com>
61260
61261         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
61262         obstack.c.
61263
61264 2000-01-22  Jim Meyering  <meyering@lucent.com>
61265
61266         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
61267
61268         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
61269
61270         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
61271         configure.in
61272         (AC_CHECK_HEADERS): Likewise for sh-utils.
61273         (AC_CHECK_HEADERS): Likewise for textutils.
61274         Merge the three lists of headers.
61275
61276         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
61277         from fileutils' configure.in.
61278
61279         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
61280         code. Moved tests into their own function (_jm_DECL_HEADERS) in
61281         check-decl.m4.
61282
61283         * m4/check-decl.m4: Use #if rather than #ifdef.
61284         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
61285         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
61286         (_jm_DECL_HEADERS): Define new function.
61287         (jm_CHECK_DECLARATIONS): Require it.
61288
61289 2000-01-22  Jim Meyering  <meyering@lucent.com>
61290
61291         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
61292         [! HAVE_DECL_STRTOULL]: Declare strtoull.
61293         Required for some AIX systems.  Reported by Christian Krackowizer.
61294         [TESTING] (main): New function.
61295
61296         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
61297         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
61298         letters.
61299
61300         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
61301         iswprint.
61302
61303         * lib/strverscmp.c (ISDIGIT): Define.
61304         (strverscmp): Use ISDIGIT, not isdigit.
61305
61306 2000-01-19  Jim Meyering  <meyering@lucent.com>
61307
61308         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
61309         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
61310         defines `struct timespec' in <sys/time.h>
61311
61312         * m4/c-bs-a.m4: Remove uses of changequote altogether.
61313         Thanks to Akim for explaining.
61314
61315 2000-01-17  Paul Eggert  <eggert@twinsun.com>
61316
61317         * lib/nanosleep.c (nanosleep):
61318         Don't use SA_INTERRUPT to decide whether to call sigaction, as
61319         POSIX.1 doesn't require SA_INTERRUPT and some systems
61320         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
61321         it's been part of POSIX.1 since day 1 (in 1988).
61322
61323 2000-01-17  Jim Meyering  <meyering@lucent.com>
61324
61325         * lib/interlock: Remove unused file.  Reported by François Pinard.
61326
61327 2000-01-16  Paul Eggert  <eggert@twinsun.com>
61328
61329         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
61330         alert, backslash, formfeed, and vertical tab unnecessarily in
61331         shell quoting style.
61332
61333 2000-01-16  Jim Meyering  <meyering@lucent.com>
61334
61335         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
61336         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
61337         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
61338         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
61339
61340 2000-01-16  Jim Meyering  <meyering@lucent.com>
61341
61342         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
61343         because the latter didn't work.
61344
61345 2000-01-15  Jim Meyering  <meyering@lucent.com>
61346
61347         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
61348         (AC_REPLACE_FUNCS): Add memcpy and memset.
61349         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
61350         Add strpbrk.
61351         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
61352
61353 2000-01-12  Jim Meyering  <meyering@lucent.com>
61354
61355         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
61356         (jm_PREREQ): Use it.
61357         (jm_PREREQ_READUTMP): New macro.
61358         (jm_PREREQ): Use it.
61359
61360 2000-01-11  Paul Eggert  <eggert@twinsun.com>
61361
61362         Quote multibyte characters correctly.
61363         * m4/c-bs-a.m4: New file.
61364         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
61365         (jm_PREREQ): Use it.
61366
61367 2000-01-11  Paul Eggert  <eggert@twinsun.com>
61368
61369         * m4/uintmax_t.m4: Port to autoconf 2.13.
61370
61371 2000-01-08  Jim Meyering  <meyering@ascend.com>
61372
61373         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
61374         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
61375
61376 2000-01-04  Jim Meyering  <meyering@ascend.com>
61377
61378         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
61379         jm_STRUCT_DIRENT_D_TYPE.
61380         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
61381         jm_STRUCT_DIRENT_D_INO.
61382         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
61383         jm_STRUCT_UTIMBUF.
61384         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
61385         renamings.
61386         * m4/utime.m4: Likewise.
61387
61388         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
61389         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
61390
61391 2000-01-03  Paul Eggert  <eggert@twinsun.com>
61392
61393         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
61394         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
61395
61396 2000-01-02  Jim Meyering  <meyering@ascend.com>
61397
61398         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
61399         remember if this is necessary.
61400
61401 1999-12-26  Jim Meyering  <meyering@ascend.com>
61402
61403         * m4/jm-macros.m4: Use it here.
61404         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
61405
61406 1999-12-23  Jim Meyering  <meyering@ascend.com>
61407
61408         * m4/jm-macros.m4: Check for clock_gettime (moved from
61409         fileutils/configure.in)
61410         Check for gettimeofday.
61411
61412 1999-12-20  Jim Meyering  <meyering@ascend.com>
61413
61414         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
61415         autoconf-2.14a-1999-12-20.
61416
61417 1999-12-19  Jim Meyering  <meyering@ascend.com>
61418
61419         * m4/lstat-slash.m4: New file.
61420         * m4/jm-macros.m4: Use the new macro:
61421         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61422
61423 1999-12-07  Jim Meyering  <meyering@ascend.com>
61424
61425         * m4/perl.m4: Require that File::Compare be available, too.
61426         Too many systems seem to lack it.
61427
61428         * m4/strftime.m4: Add checks for most of the cpp macros tested in
61429         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
61430
61431 1999-11-18  Paul Eggert  <eggert@twinsun.com>
61432
61433         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
61434         problem with the QNX 4.25 shell, which doesn't propagate exit
61435         status of failed commands inside shell assignments.
61436
61437 1999-11-17  Jim Meyering  <meyering@ascend.com>
61438
61439         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
61440
61441 1999-11-07  Jim Meyering  <meyering@ascend.com>
61442
61443         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
61444
61445 1999-11-06  Jim Meyering  <meyering@ascend.com>
61446
61447         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
61448         * m4/jm-macros.m4 (jm_MACROS): Use it here.
61449
61450 1999-11-05  Jim Meyering  <meyering@ascend.com>
61451
61452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
61453         configure.in of textutils, fileutils, and sh-utils into this one
61454         (shared between those packages) file.
61455         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
61456         AC_STRUCT_ST_BLKSIZE.
61457
61458 1999-11-03  Jim Meyering  <meyering@ascend.com>
61459
61460         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
61461         of AC_CHECK_TYPE checks includes unistd.h.
61462         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
61463         Suggestion from Akim Demaille.
61464
61465 1999-10-30  Jim Meyering  <meyering@ascend.com>
61466
61467         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
61468         m4-quoted string.
61469         * m4/ls-mntd-fs.m4: Likewise.
61470         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
61471         * m4/jm-winsz1.m4: Likewise.
61472
61473         * m4/const.m4: Remove file, since the fix made it into the experimental
61474         version of autoconf.
61475         * m4/mktime.m4: Likewise.
61476
61477         * m4/check-type.m4: Remove file, now that the latest version of
61478         AC_CHECK_TYPE takes a third arg to specify additional #includes.
61479
61480         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
61481         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
61482         AC_CHECK_TYPE.
61483
61484 1999-10-04  Jim Meyering  <meyering@ascend.com>
61485
61486         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
61487
61488 1999-09-22  Paul Eggert  <eggert@twinsun.com>
61489
61490         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
61491         2.95.1 bug with HP-UX 10.20.
61492
61493 1999-09-17  Jim Meyering  <meyering@ascend.com>
61494
61495         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
61496         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
61497         due to missing strdup (against sh-utils-2.0).
61498
61499 1999-08-29  Jim Meyering  <meyering@ascend.com>
61500
61501         * m4/jm-macros.m4: Require jm_BISON.
61502         * m4/bison.m4: New file.
61503
61504 1999-08-17  Paul Eggert  <eggert@twinsun.com>
61505
61506         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
61507         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
61508
61509 1999-08-05  Jim Meyering  <meyering@ascend.com>
61510
61511         * m4/getline.m4: Rename test file from conftestdata to conftest.data
61512         to avoid conflicts with `conftest' on 8+3 filesystems.
61513         Suggestion from Eli Zaretskii.
61514
61515 1999-08-04  Jim Meyering  <meyering@ascend.com>
61516
61517         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
61518         fileutils and sh-utils (textutils's getline test was inadequate).
61519         (AM_FUNC_GETLINE): Run this test.
61520         (AC_CHECK_FUNCS): Check for getdelim.
61521         Reported by Bob Proulx.
61522
61523 1999-08-02  Jim Meyering  <meyering@ascend.com>
61524
61525         * m4/jm-macros.m4: Add a comment.
61526
61527 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61528
61529         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
61530         <inttypes.h> defines strtoumax as a macro (and not as a
61531         function).
61532
61533 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61534
61535         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
61536         that we can shift, multiply and divide unsigned long long
61537         values; Ultrix cc can't do it.
61538
61539 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61540
61541         * m4/mktime.m4: New file, which is a preview of what should appear
61542         in the next public autoconf release.
61543
61544 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61545
61546         * m4/lfs.m4: Remove this file.
61547         * m4/largefile.m4: New file.  It contains the old contents of
61548         lfs.m4, except that all names with prefix AC_LFS have been
61549         changed to use the prefix AC_SYS_LARGEFILE instead, to be
61550         compatible with future autoconf versions.  Also, some minor m4
61551         quoting problems have been fixed.
61552
61553 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61554
61555         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
61556         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
61557         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
61558         and simplify the shell code.
61559
61560 1999-08-01  Jim Meyering  <meyering@ascend.com>
61561
61562         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
61563         m4.
61564
61565 1999-07-20  Jim Meyering  <meyering@ascend.com>
61566
61567         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
61568
61569 1999-07-15  Jim Meyering  <meyering@ascend.com>
61570
61571         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
61572
61573 1999-05-22  Jim Meyering  <meyering@ascend.com>
61574
61575         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
61576
61577 1999-05-20  Jim Meyering  <meyering@ascend.com>
61578
61579         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
61580         Add a colon after each `then' in case $4 is empty.
61581
61582 1999-05-16  Jim Meyering  <meyering@ascend.com>
61583
61584         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
61585
61586 1999-05-10  Jim Meyering  <meyering@ascend.com>
61587
61588         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
61589
61590         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
61591         AC_FUNC_MKTIME.
61592
61593 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
61594
61595         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
61596
61597 1999-05-04  Paul Eggert  <eggert@twinsun.com>
61598
61599         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
61600         not CPPFLAGS, so that linking works correctly in IRIX.
61601
61602 1999-04-30  Paul Eggert  <eggert@twinsun.com>
61603
61604         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
61605
61606 1999-04-20  Paul Eggert  <eggert@twinsun.com>
61607
61608         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
61609         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
61610         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
61611         jm_AC_TYPE_UNSIGNED_LONG_LONG.
61612         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
61613
61614         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
61615
61616 1999-04-20  Jim Meyering  <meyering@ascend.com>
61617
61618         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
61619         AC_REPLACE xstroull if necessary.  From Paul Eggert.
61620         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
61621
61622 1999-04-18  Jim Meyering  <meyering@ascend.com>
61623
61624         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
61625         * m4/jm-macros.m4: Use it.
61626
61627 1999-04-06  Jim Meyering  <meyering@ascend.com>
61628
61629         * m4/strftime.m4: Remove test for %f.
61630
61631 1999-03-29  Jim Meyering  <meyering@ascend.com>
61632
61633         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
61634         superset of the AC_TYPE_* checks in the textutils, fileutils,
61635         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
61636         AC_TYPE_PID_T.
61637
61638 1999-03-28  Jim Meyering  <meyering@ascend.com>
61639
61640         * m4/jm-macros.m4: Define GNU_PACKAGE here.
61641         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
61642         replaced e.g., in the *.sh files of the sh-utils.
61643
61644 1999-03-20  Jim Meyering  <meyering@ascend.com>
61645
61646         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
61647         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
61648         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
61649
61650 1999-03-19  Jim Meyering  <meyering@ascend.com>
61651
61652         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
61653
61654 1999-03-12  Jim Meyering  <meyering@ascend.com>
61655
61656         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
61657
61658 1999-03-07  Jim Meyering  <meyering@ascend.com>
61659
61660         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
61661         declared.
61662
61663 1999-02-17  Jim Meyering  <meyering@ascend.com>
61664
61665         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
61666         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
61667
61668 1999-02-07  Jim Meyering  <meyering@ascend.com>
61669
61670         * m4/group-member.m4: New file -- extracted from sh-utils'
61671         configure.in.
61672
61673         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
61674         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
61675
61676 1999-02-06  Jim Meyering  <meyering@ascend.com>
61677
61678         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
61679         * m4/fnmatch.m4: Likewise.
61680         * m4/getgroups.m4: Likewise.
61681         * m4/lstat.m4: Likewise.
61682         * m4/malloc.m4: Likewise.
61683         * m4/putenv.m4: Likewise.
61684         * m4/realloc.m4: Likewise.
61685         * m4/regex.m4: Likewise.
61686         * m4/stat.m4: Likewise.
61687         * m4/strftime.m4: Likewise.
61688         Suggestion from Alain Magloire.
61689
61690         * m4/chown.m4: Use `.$ac_objext', not `.o'.
61691         * m4/fnmatch.m4: Likewise.
61692         * m4/getgroups.m4: Likewise.
61693         * m4/getline.m4: Likewise.
61694         * m4/lstat.m4: Likewise.
61695         * m4/malloc.m4: Likewise.
61696         * m4/memcmp.m4: Likewise.
61697         * m4/putenv.m4: Likewise.
61698         * m4/realloc.m4: Likewise.
61699         * m4/regex.m4: Likewise.
61700         * m4/stat.m4: Likewise.
61701         * m4/strftime.m4: Likewise.
61702         Suggestion from Alain Magloire.
61703
61704         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
61705         an argument.
61706
61707         * m4/regex.m4: Add a run-time Test for proper operation of
61708         re_compile_pattern.
61709
61710 1999-01-31  Jim Meyering  <meyering@ascend.com>
61711
61712         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
61713
61714 1999-01-30  Jim Meyering  <meyering@ascend.com>
61715
61716         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
61717
61718         * m4/jm-mktime.m4: Make this a wrapper around the official
61719         AM_FUNC_MKTIME rather than my private copy, now that the official one
61720         is up to date.
61721         * m4/mktime.m4: Remove file.
61722
61723         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
61724         * m4/uptime.m4: Likewise.
61725         * m4/uintmax_t.m4: Likewise.
61726
61727 1999-01-28  Jim Meyering  <meyering@ascend.com>
61728
61729         * m4/jm-macros.m4: Use jm_AFS.
61730         * m4/afs.m4: New file (from fileutils' configure.in).
61731
61732         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
61733         * m4/chown.m4: Likewise.
61734         * m4/d-ino.m4: Likewise.
61735         * m4/d-type.m4: Likewise.
61736         * m4/fnmatch.m4: Likewise.
61737         * m4/getgroups.m4: Likewise.
61738         * m4/gettext.m4: Likewise.
61739         * m4/jm-mktime.m4: Likewise.
61740         * m4/jm-winsz2.m4: Likewise.
61741         * m4/lcmessage.m4: Likewise.
61742         * m4/ls-mntd-fs.m4: Likewise.
61743         * m4/malloc.m4: Likewise.
61744         * m4/memcmp.m4: Likewise.
61745         * m4/putenv.m4: Likewise.
61746         * m4/realloc.m4: Likewise.
61747         * m4/st_mtim.m4: Likewise.
61748         * m4/strftime.m4: Likewise.
61749
61750 1999-01-16  Jim Meyering  <meyering@ascend.com>
61751
61752         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
61753         (ARGMATCH_DIE_DECL): Define.
61754
61755 1999-01-12  Jim Meyering  <meyering@ascend.com>
61756
61757         * m4/Makefile.am.in: Rewrite to avoid using fmt.
61758         Reported by Lars Hecking.
61759
61760 1999-01-10  Jim Meyering  <meyering@ascend.com>
61761
61762         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
61763         gross kludge.
61764         * m4/inttypes_h.m4: Likewise.
61765         * m4/lstat.m4: Likewise.
61766         * m4/malloc.m4: Likewise.
61767         * m4/readdir.m4: Likewise.
61768         * m4/realloc.m4: Likewise.
61769         * m4/st_dm_mode.m4: Likewise.
61770         * m4/stat.m4: Likewise.
61771         * m4/utimbuf.m4: Likewise.
61772         * m4/utimes.m4: Likewise.
61773
61774         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
61775         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
61776         comments in config.h.in are meaningful.
61777
61778         * m4/jm-macros.m4: Require autoconf-2.13 here.
61779
61780         * m4/regex.m4: By default, don't use the included regex.c on systems
61781         with glibc 2.  Suggestion from Uli Drepper.
61782
61783 1999-01-02  Jim Meyering  <meyering@ascend.com>
61784
61785         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
61786
61787 1998-12-18  Jim Meyering  <meyering@ascend.com>
61788
61789         * m4/Makefile.am.in (Makefile.am): Simplify rule.
61790         Based on a suggestion from Lars Hecking.
61791
61792 1998-11-16  Paul Eggert  <eggert@twinsun.com>
61793
61794         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
61795
61796 1998-11-16  Jim Meyering  <meyering@ascend.com>
61797
61798         * m4/lfs.m4: Double-quote the `uname...` expression.
61799
61800 1998-11-14  Jim Meyering  <meyering@ascend.com>
61801
61802         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
61803         * m4/stat.m4: Likewise.
61804
61805 1998-11-03  Jim Meyering  <meyering@ascend.com>
61806
61807         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
61808         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
61809
61810 1998-10-18  Jim Meyering  <meyering@ascend.com>
61811
61812         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
61813
61814 1998-10-17  Jim Meyering  <meyering@ascend.com>
61815
61816         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
61817         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
61818         calls for those previously hard-coded headers.  Instead, take a new
61819         parameter.
61820         (jm_CHECK_DECLARATIONS): Reflect interface change.
61821         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
61822         (jm_CHECK_DECL_LOCALTIME_R): New macro.
61823
61824         * m4/mktime.m4: Test for spring-forward gap before long-running test.
61825
61826 1998-10-14  Jim Meyering  <meyering@ascend.com>
61827
61828         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
61829         instead of "TZ=America/Vancouver".  From Paul Eggert.
61830
61831 1998-10-11  Jim Meyering  <meyering@ascend.com>
61832
61833         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
61834         This adds a test for a recently added compatibility fix for mktime.c.
61835         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
61836
61837 1998-09-27  Jim Meyering  <meyering@ascend.com>
61838
61839         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
61840
61841         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
61842         ../configure.in, including a change from Gordon Matzigkeit to allow
61843         cross-compiling for the Hurd.
61844
61845         * m4/glibc.m4: New file/macro to test for the GNU C Library
61846         versions 1 and 2.  From Gordon Matzigkeit.
61847         Indent.
61848
61849 1998-09-21  Jim Meyering  <meyering@ascend.com>
61850
61851         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
61852
61853 1998-08-18  Paul Eggert  <eggert@twinsun.com>
61854
61855         Port nanosecond-resolution times to UnixWare 2.1.2 and
61856         pedantic Solaris 2.6.
61857
61858         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
61859         AC_STRUCT_ST_MTIM.
61860         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
61861         Generate name of ns member, instead of just 1 or undef.
61862         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
61863
61864 1998-08-15  Jim Meyering  <meyering@ascend.com>
61865
61866         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
61867         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
61868         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
61869         instead of jm_TYPE_SSIZE_T.
61870
61871 1998-08-12  Jim Meyering  <meyering@ascend.com>
61872
61873         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
61874
61875 1998-08-02  Jim Meyering  <meyering@ascend.com>
61876
61877         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
61878         in acconfig.h manually.
61879
61880 1998-07-31  Paul Eggert  <eggert@twinsun.com>
61881
61882         * m4/st_mtim.m4: New file.
61883
61884 1998-07-28  Jim Meyering  <meyering@ascend.com>
61885
61886         * m4/utimes.m4: Undef stat.
61887
61888 1998-07-25  Jim Meyering  <meyering@ascend.com>
61889
61890         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
61891         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
61892
61893 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
61894
61895         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
61896         uid and gid actually remain unchanged.
61897
61898 1998-07-07  Jim Meyering  <meyering@ascend.com>
61899
61900         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
61901
61902 1998-07-04  Jim Meyering  <meyering@ascend.com>
61903
61904         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
61905         to prove that this macro can be used in packages without regex.c.
61906
61907 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
61908
61909         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
61910         is to be used.
61911
61912 1998-07-03  Jim Meyering  <meyering@ascend.com>
61913
61914         * m4/gettext.m4: Add -lintl if it's found to be necessary.
61915
61916         * m4/gettext.m4: New file -- from gettext-0.10.35.
61917         * m4/lcmessage.m4: Likewise.
61918         * m4/progtest.m4: Likewise.
61919
61920         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
61921         * m4/jm-macros.m4: Require the new macro.
61922
61923 1998-06-29  Jim Meyering  <meyering@ascend.com>
61924
61925         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
61926         for the definition of NGROUPS (used in a system header included
61927         by sys/mount.h).
61928
61929 1998-06-28  Jim Meyering  <meyering@ascend.com>
61930
61931         * m4/ls-mntd-fs.m4: New file.
61932         * m4/fstypename.m4: New file.
61933
61934         * m4/jm-macros.m4: Require the new macro.
61935         * m4/jm-glibc-io.m4: New file.
61936
61937 1998-05-19  Jim Meyering  <meyering@ascend.com>
61938
61939         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
61940         * m4/lchown.m4: New file.
61941
61942         * m4/Makefile.am.in: New file.
61943         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
61944
61945 1998-05-14  Jim Meyering  <meyering@ascend.com>
61946
61947         * m4/Makefile.am (EXTRA_DIST): Add them.
61948         * m4/jm-macros.m4: New file.
61949         * m4/utimbuf.m4: New file.
61950
61951 1998-05-12  Jim Meyering  <meyering@ascend.com>
61952
61953         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
61954
61955 1998-05-11  Jim Meyering  <meyering@ascend.com>
61956
61957         * m4/isc-posix.m4: New file.
61958
61959 1998-05-10  Jim Meyering  <meyering@ascend.com>
61960
61961         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
61962
61963 1998-05-09  Jim Meyering  <meyering@ascend.com>
61964
61965         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
61966         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
61967         with automake.
61968
61969         * m4/ssize_t.m4: New file.
61970         * m4/mktime.m4: Remove file -- the new automake has this now.
61971
61972 1998-04-26  Jim Meyering  <meyering@ascend.com>
61973
61974         * m4/assert.m4: New file.
61975         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
61976
61977 1998-04-05  Jim Meyering  <meyering@ascend.com>
61978
61979         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
61980         (jm_PREREQ): Use it here.
61981
61982 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
61983
61984         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
61985         in acconfig.h.
61986
61987 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
61988
61989         * m4/prereq.m4: New file.
61990         * m4/error.m4: New file.
61991         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61992
61993 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
61994
61995         * m4/getline.m4: Don't set am_cv_func_working_getline before the
61996         cache-check for the same variable -- that defeated the purpose of
61997         the test; the test program was never run.  This was a problem only
61998         on systems with losing getline functions -- HP-UX 10.20 is one.
61999         Reported by Bjorn Helgaas.
62000
62001 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
62002
62003         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
62004
62005 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
62006
62007         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
62008
62009         * m4/const.m4: New file.  Use an initializer in this declaration
62010         typedef int charset[2]; const charset x;
62011         Reported by Bob Glickstein.
62012
62013 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
62014
62015         * m4/chown.m4: Fix reversed types on -1 args to chown.
62016         From Kaveh Ghazi.
62017
62018 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
62019
62020         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
62021         Add lseek and memchr.
62022
62023         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
62024         T.E.Dickey <dickey@clark.net> said that some older preprocessors
62025         have a 20-character limit on names.
62026
62027 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
62028
62029         * m4/inttypes_h.m4: New file.
62030         * m4/uintmax_t.m4: New file.
62031         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
62032
62033
62034         -----
62035
62036         Local Variables:
62037         coding: utf-8
62038         End:
62039
62040         Copyright (C) 1997-2010 Free Software Foundation, Inc.
62041
62042         Copying and distribution of this file, with or without
62043         modification, are permitted provided the copyright notice
62044         and this notice are preserved.