5fbb4947d399cdf59f7190586fafbb5360280f7a
[gnulib.git] / ChangeLog
1 2008-02-06  Bruno Haible  <bruno@clisp.org>
2
3         Fix bug introduced on 2007-06-10.
4         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
5         !NEED_PRINTF_FLAG_ZERO.
6
7 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8
9         getloadavg: use libperfstat on AIX5
10         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
11
12 2008-02-03  Bruno Haible  <bruno@clisp.org>
13
14         * lib/diffseq.h: Add comments about required #includes.
15         Reported by Michael Biggs <gnulib@doubleplum.net>.
16
17 2008-02-01  Bruno Haible  <bruno@clisp.org>
18
19         * users.txt: Add gnuit.
20
21 2008-01-31  Bruno Haible  <bruno@clisp.org>
22
23         * lib/md4.c (set_uint32): Mark as inline.
24         * lib/md5.c (set_uint32): Likewise.
25         * lib/sha1.c (set_uint32): Likewise.
26         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27         * m4/md5.m4 (gl_MD5): Likewise.
28         * m4/sha1.m4 (gl_SHA1): Likewise.
29
30 2008-01-31  Jim Meyering  <meyering@redhat.com>
31
32         Use "sizeof VAR", rather than a literal "4".
33         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
34         * lib/md4.c (md4_read_ctx): Likewise.
35         * lib/sha1.c (sha1_read_ctx): Likewise.
36
37 2008-01-31  Simon Josefsson  <simon@josefsson.org>
38
39         * tests/test-sha1.c: New file, based on test-md5.c.
40
41         * modules/crypto/sha1-tests: New file.
42
43 2008-01-31  Simon Josefsson  <simon@josefsson.org>
44
45         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
46
47 2008-01-31  Jim Meyering  <meyering@redhat.com>
48
49         Prefer "sizeof v" over the equivalent "4".
50         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
51         * lib/md5.c (set_uint32): Likewise.
52         * lib/sha1.c (set_uint32): Likewise.
53
54 2008-01-31  Simon Josefsson  <simon@josefsson.org>
55
56         * lib/sha1.c (set_uint32): Mark function as static.
57
58 2008-01-31  Simon Josefsson  <simon@josefsson.org>
59
60         md2: clarify comments to say that alignment is not required.
61         * lib/md2.h: Remove warning about alignment in comment.
62         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
63         never been required.
64
65 2008-01-31  Simon Josefsson  <simon@josefsson.org>
66
67         md4: adapt alignment constraint fix from sha1.
68         * lib/md4.c (set_uint32): New function, from sha1.c
69         (md4_read_ctx): Use it.
70         (md4_finish_ctx): Doc fix.
71         * lib/md4.h: Doc fix.
72
73 2008-01-31  Simon Josefsson  <simon@josefsson.org>
74
75         md5: adapt alignment constraint fix from sha1.
76         * lib/md5.c (set_uint32): New function, from sha1.c
77         (md5_read_ctx): Use it.
78         (md5_finish_ctx): Doc fix.
79         * lib/md5.h: Doc fix.
80
81 2008-01-30  Peter Palfrader  <weasel@debian.org>
82
83         sha1: remove the result buffer alignment constraint
84         * lib/sha1.c (set_uint32): New function.
85         (sha1_read_ctx): Rewrite to remove the result buffer alignment
86         constraint.
87         (sha1_finish_ctx): Remove comment warning about alignment constraint.
88         * lib/sha1.h: Likewise.
89
90 2008-01-30  Andreas Schwab  <schwab@suse.de>
91             Bruno Haible  <bruno@clisp.org>
92
93         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
94         correct definition of LDBL_MIN_EXP.
95
96 2008-01-30  Karl Berry  <karl@gnu.org>
97
98         * config/srclist-update: try to preserve x bit on updates.
99         * config/srclistvars.sh: update for karl.
100
101 2008-01-29  Jim Meyering  <meyering@redhat.com>
102
103         vasnprintf.c: Avoid warning about unused label
104         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
105         "overflow" label definition and associated code with the
106         same cpp condition that guards the sole use of that label.
107
108 2008-01-26  Bruno Haible  <bruno@clisp.org>
109
110         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
111         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
112         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
113         * lib/isnanl-nolibm.h (isnanl): Likewise.
114         Reported by Paul Eggert <eggert@cs.ucla.edu>.
115
116 2008-01-26  Bruno Haible  <bruno@clisp.org>
117
118         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
119         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
120
121 2008-01-26  Bruno Haible  <bruno@clisp.org>
122
123         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
124         GCC >= 4.0 built-in.
125         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
126
127 2008-01-26  Bruno Haible  <bruno@clisp.org>
128
129         Rename isnan, applicable to 'double' only, to isnand.
130         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
131         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
132         (configure.ac): Update.
133         (Include): Replace "isnan.h" with "isnand.h".
134         * m4/isnand.m4: Renamed from m4/isnan.m4.
135         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
136         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
137         instead of isnan.c.
138         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
139         instead of HAVE_ISNAN_IN_LIBC.
140         (isnand): Renamed from isnan.
141         * lib/isnand.c: New file.
142         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
143         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
144         (Makefile.am): Update.
145         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
146         Include isnand.h instead of isnan.h.
147         (main): Test isnand instead of isnan.
148         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
149         isnan-nolibm.
150         * modules/frexp (Depends-on): Likewise.
151         * modules/frexp-tests (Depends-on): Likewise.
152         * modules/frexp-nolibm (Depends-on): Likewise.
153         * modules/frexp-nolibm-tests (Depends-on): Likewise.
154         * modules/isfinite (Depends-on): Likewise.
155         * modules/round-tests (Depends-on): Likewise.
156         * modules/signbit (Depends-on): Likewise.
157         * modules/signbit-tests (Depends-on): Likewise.
158         * modules/snprintf-posix (Depends-on): Likewise.
159         * modules/sprintf-posix (Depends-on): Likewise.
160         * modules/trunc-tests (Depends-on): Likewise.
161         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
162         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
163         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
164         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
165         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
166         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
167         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
168         * modules/vasnprintf-posix (Depends-on): Likewise.
169         * modules/vasprintf-posix (Depends-on): Likewise.
170         * modules/vfprintf-posix (Depends-on): Likewise.
171         * modules/vsnprintf-posix (Depends-on): Likewise.
172         * modules/vsprintf-posix (Depends-on): Likewise.
173         * lib/frexp.c: Include isnand.h instead of isnan.h.
174         (ISNAN): Set to isnand instead of isnan.
175         * lib/isfinite.c: Include isnand.h instead of isnan.h.
176         (gl_isfinited): Use isnand instead of isnan.
177         * lib/signbitd.c: Include isnand.h instead of isnan.h.
178         (gl_signbitd): Use isnand instead of isnan.
179         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
180         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
181         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
182         (main): Use isnand instead of isnan.
183         * tests/test-round1.c: Include isnand.h.
184         (main): Use isnand instead of isnan.
185         * tests/test-round2.c: Include isnand.h instead of isnan.h.
186         (ISNAN): Set to isnand instead of isnan.
187         * tests/test-trunc1.c: Include isnand.h.
188         (main): Use isnand instead of isnan.
189         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
190         (equal): Use isnand instead of isnan.
191         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
192         isnand-nolibm.
193         * NEWS: Mention the change.
194
195 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
196             Bruno Haible  <bruno@clisp.org>
197
198         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
199         the GCC builtins for signbits are present and set
200         REPLACE_SIGNBIT_USING_GCC if so.
201         * lib/math.in.h (signbit): Define using GCC builtins if
202         REPLACE_SIGNBIT_USING_GCC is set.
203         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
204         REPLACE_SIGNBIT_USING_GCC.
205         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
206
207 2008-01-25  Jim Meyering  <meyering@redhat.com>
208
209         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
210         * lib/poll.c: Include <config.h>, not "config.h".
211         * tests/test-getaddrinfo.c: Likewise.
212
213 2008-01-25  Simon Josefsson  <simon@josefsson.org>
214
215         * modules/sockets-tests: New file.
216
217 2008-01-24  Simon Josefsson  <simon@josefsson.org>
218
219         * modules/sockets: New module, can be used to call WSA_Startup and
220         WSA_Cleanup when needed.
221
222         * lib/sockets.h, lib/sockets.c: New files.
223
224         * m4/sockets.m4: New file.
225
226         * tests/test-sockets.c: New file.
227
228 2008-01-19  Bruno Haible  <bruno@clisp.org>
229
230         * doc/posix-headers: Renamed from doc/headers.
231         * doc/posix-functions: Renamed from doc/functions.
232         * doc/gnulib.texi: Update.
233
234 2008-01-19  Bruno Haible  <bruno@clisp.org>
235
236         * doc/glibc-functions/strcasestr.texi: Include contents of
237         doc/functions/strcasestr.texi, fixing the list of platforms.
238         * doc/functions/strcasestr.texi: Remove file.
239
240 2008-01-19  Bruno Haible  <bruno@clisp.org>
241
242         * doc/glibc-functions/memmem.texi: Include contents of
243         doc/functions/memmem.texi.
244         * doc/functions/memmem.texi: Remove file.
245
246 2008-01-18  Bruno Haible  <bruno@clisp.org>
247
248         * doc/glibc-functions/*.texi: New files.
249         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
250         to use the new files.
251
252 2008-01-17  Bruno Haible  <bruno@clisp.org>
253
254         * tests/test-gethostname.c (main): Fix printf statement.
255
256 2008-01-17  Simon Josefsson  <simon@josefsson.org>
257
258         * modules/gethostname-tests: New file.
259
260         * tests/test-gethostname.c: New file.
261
262 2008-01-17  Simon Josefsson  <simon@josefsson.org>
263
264         * lib/gethostname.c: Include string.h unconditionally, strncpy is
265         used by the UNAME case.  Reported by Bruno Haible
266         <bruno@clisp.org>.
267
268 2008-01-17  Eric Blake  <ebb9@byu.net>
269
270         Convert c-strcasestr to be more efficient.
271         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
272         (Depends-on): Add c-strcase, remove malloca, strnlen.
273         * tests/test-c-strcasestr.c (main): Enhance test.
274         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
275
276 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
277
278         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
279         Use it in creating po/Makevars.
280
281 2008-01-15  Simon Josefsson  <simon@josefsson.org>
282
283         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
284         Applications that requires it should initialize libgcrypt
285         manually.
286
287 2008-01-16  Simon Josefsson  <simon@josefsson.org>
288
289         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
290
291 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
292
293         Fix problem with getdate on mingw32 reported by Simon Josefsson
294         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
295         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
296         tzname", when deciding whether to declare tzname.
297         * lib/strftime.c (tzname): Likewise.
298
299 2008-01-15  Bruno Haible  <bruno@clisp.org>
300
301         Work around a MacOS X 10.5 bug in frexpl().
302         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
303         * doc/functions/frexpl.texi: Document the bug.
304         Reported by Elias Pipping <pipping@gentoo.org>.
305
306 2008-01-14  Eric Blake  <ebb9@byu.net>
307
308         Touch up previous patch.
309         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
310         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
311
312         Convert strcasestr module to use Two-Way algorithm.
313         * modules/strcasestr-simple: New module, based on the old
314         strcasestr, but with Two-Way rather than KMP.
315         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
316         * lib/string.in.h (rpl_strcasestr): Declare.
317         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
318         performance.
319         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
320         * modules/string (Makefile.am): Support strcasestr.
321         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
322         * modules/strcasestr-tests (Depends-on): Check for alarm.
323         * tests/test-strcasestr.c: Augment test.
324         * lib/str-two-way.h: Clean up stray macro.
325         * NEWS: Document new module.
326         * MODULES.html.sh (string handling): Likewise.
327         * doc/functions/strcasestr.texi: New file.
328         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
329         here, since it is not a POSIX function.
330
331 2008-01-14  Colin Watson  <cjwatson@debian.org>
332             Bruno Haible  <bruno@clisp.org>
333
334         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
335         works fine; if not, set REPLACE_STRSIGNAL.
336         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
337         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
338         REPLACE_STRSIGNAL.
339         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
340         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
341         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
342
343 2008-01-14  Bruno Haible  <bruno@clisp.org>
344
345         * modules/strsignal (Include): Change to <string.h>.
346
347 2008-01-14  Colin Watson  <cjwatson@debian.org>
348
349         * modules/argp (Notice): Add a notice recommending to change
350         XGETTEXT_OPTIONS.
351         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
352
353 2008-01-13  Colin Watson  <cjwatson@debian.org>
354
355         * modules/strsignal-tests: New file.
356         * tests/test-strsignal.c: New file.
357
358         * lib/strsignal.c: New file, from glibc with modifications.
359         * lib/siglist.h: New file, from glibc with modifications.
360         * lib/string.in.h (strsignal): New declaration.
361         * m4/strsignal.m4: New file.
362         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
363         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
364         * modules/strsignal: New file.
365         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
366         HAVE_DECL_STRSIGNAL.
367
368 2008-01-13  Bruno Haible  <bruno@clisp.org>
369
370         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
371         locale encoding is not ASCII. Needed for OpenBSD 4.0.
372         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
373         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
374
375 2008-01-13  Bruno Haible  <bruno@clisp.org>
376
377         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
378         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
379         * lib/argp.h (__attribute__): Likewise.
380         * lib/c-stack.c (__attribute__): Likewise.
381         * lib/error.h (__attribute__): Likewise.
382         * lib/fts.c (__attribute__): Likewise.
383         * lib/openat.h (__attribute__): Likewise.
384         * lib/stdio.in.h (__attribute__): Likewise.
385         * lib/string.in.h (__attribute__): Likewise.
386         * lib/utimens.c (__attribute__): Likewise.
387         * lib/vasnprintf.h (__attribute__): Likewise.
388         * lib/xalloc.h (__attribute__): Likewise.
389         * lib/xprintf.h (__attribute__): Likewise.
390         * lib/xstrtol.h (__attribute__): Likewise.
391         * lib/xvasprintf.h (__attribute__): Likewise.
392
393 2008-01-12  Bruno Haible  <bruno@clisp.org>
394
395         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
396         * doc/glibc-headers/a.out.texi: New file.
397         * doc/glibc-headers/aliases.texi: New file.
398         * doc/glibc-headers/alloca.texi: New file.
399         * doc/glibc-headers/ar.texi: New file.
400         * doc/glibc-headers/argp.texi: New file.
401         * doc/glibc-headers/argz.texi: New file.
402         * doc/glibc-headers/byteswap.texi: New file.
403         * doc/glibc-headers/crypt.texi: New file.
404         * doc/glibc-headers/endian.texi: New file.
405         * doc/glibc-headers/envz.texi: New file.
406         * doc/glibc-headers/err.texi: New file.
407         * doc/glibc-headers/error.texi: New file.
408         * doc/glibc-headers/execinfo.texi: New file.
409         * doc/glibc-headers/fpu_control.texi: New file.
410         * doc/glibc-headers/fstab.texi: New file.
411         * doc/glibc-headers/fts.texi: New file.
412         * doc/glibc-headers/getopt.texi: New file.
413         * doc/glibc-headers/ieee754.texi: New file.
414         * doc/glibc-headers/ifaddrs.texi: New file.
415         * doc/glibc-headers/libintl.texi: New file.
416         * doc/glibc-headers/mcheck.texi: New file.
417         * doc/glibc-headers/mntent.texi: New file.
418         * doc/glibc-headers/obstack.texi: New file.
419         * doc/glibc-headers/paths.texi: New file.
420         * doc/glibc-headers/printf.texi: New file.
421         * doc/glibc-headers/pty.texi: New file.
422         * doc/glibc-headers/resolv.texi: New file.
423         * doc/glibc-headers/shadow.texi: New file.
424         * doc/glibc-headers/sysexits.texi: New file.
425         * doc/glibc-headers/ttyent.texi: New file.
426
427 2008-01-12  Jim Meyering  <meyering@redhat.com>
428
429         announce-gen: emit Gnulib's git-based version string.
430         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
431         New option --gnulib-version=V, where V is expected to be
432         the output of running git describe in the gnulib directory.
433         (get_tool_versions): Request feedback on xdelta.  I suspect it's
434         not useful, and plan to stop publishing an xdelta file with each
435         coreutils release.
436
437         * build-aux/announce-gen: Also check for lzma-compressed files.
438
439 2008-01-11  Bruno Haible  <bruno@clisp.org>
440
441         * tests/test-memmem.c (main): Increase maximum allowed time.
442         * tests/test-strstr.c (main): Likewise.
443
444 2008-01-11  Bruno Haible  <bruno@clisp.org>
445
446         * doc/functions/memmem.texi: Add more precisions about platforms.
447         * doc/functions/strstr.texi: Likewise.
448
449 2008-01-10  Eric Blake  <ebb9@byu.net>
450
451         * m4/strstr.m4: Delete cruft from copy-n-paste.
452         Reported by Bruno Haible.
453
454 2008-01-10  Bruno Haible  <bruno@clisp.org>
455
456         Make c-strstr rely on strstr.
457         * lib/c-strstr.c: Don't include str-kmp.h.
458         (c_strstr): Define in terms of strstr.
459         * modules/c-strstr (Files): Remove lib/str-kmp.h.
460         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
461
462 2008-01-10  Bruno Haible  <bruno@clisp.org>
463
464         * doc/gnulib.texi (String Functions in C Locale): New section.
465         * doc/c-ctype.texi: New file.
466         * doc/c-strcase.texi: New file.
467         * doc/c-strcaseeq.texi: New file.
468         * doc/c-strcasestr.texi: New file.
469         * doc/c-strstr.texi: New file.
470         * doc/c-strtod.texi: New file.
471         * doc/c-strtold.texi: New file.
472
473 2008-01-10  Eric Blake  <ebb9@byu.net>
474
475         * lib/relocatable.h: Fix a comment.
476
477 2008-01-10  Eric Blake  <ebb9@byu.net>
478
479         Share two-way algorithm.
480         * lib/str-two-way.h: New file, merged from...
481         * lib/memmem.c: ...here...
482         * lib/strstr.c: ...and here.
483         * modules/memmem (Files): Use it.
484         * modules/strstr (Files): Likewise.
485
486         Avoid quadratic strstr implementations.
487         * lib/strstr.c: New file.
488         * m4/strstr.m4: Likewise.
489         * modules/strstr: Likewise.
490         * modules/strstr-tests: Likewise.
491         * tests/test-strstr.c: Likewise.
492         * lib/string.in.h (rpl_strstr): Declare.
493         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
494         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
495         * modules/string (Makefile.am): Likewise.
496         * MODULES.html.sh (string handling): Mention new module.
497         * doc/functions/strstr.texi (strstr): Document the bug.
498
499 2008-01-10  Bruno Haible  <bruno@clisp.org>
500
501         * lib/relocatable.h (relocate): State whether result is freshly
502         allocated or not.
503         * lib/relocatable.c (relocate): Return a freshly allocated string
504         instead of a pointer to a privately held string.
505         Reported by Sylvain Beucler <beuc@gnu.org>.
506
507 2008-01-10  Colin Watson  <cjwatson@debian.org>
508
509         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
510         s/S_ISNLK/S_ISLNK/.
511
512 2008-01-09  Bruno Haible  <bruno@clisp.org>
513
514         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
515         and other files.
516         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
517         if it's only a guess.
518         * modules/memmem: Simplify by depending on memmem-simple.
519
520 2008-01-09  Bruno Haible  <bruno@clisp.org>
521
522         Work around OpenBSD 4.0 tdelete() bug.
523         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
524         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
525         macros and don't redefine the enum values.
526         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
527         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
528         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
529
530 2008-01-09  Bruno Haible  <bruno@clisp.org>
531
532         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
533         (main): Don't perform the tests if setlocale did not install a UTF-8
534         locale. Needed on OpenBSD 4.0.
535         * modules/wcwidth-tests (Depends-on): Add localcharset.
536
537 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
538
539         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
540         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
541         * NEWS: announce this.
542         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
543
544 2008-01-09  Simon Josefsson  <simon@josefsson.org>
545         and Eric Blake  <ebb9@byu.net>
546
547         Add memmem-simple module.
548         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
549         (gl_FUNC_MEMMEM): Separate performance from presence checks.
550         * modules/memmem-simple: New file.
551         * modules/memmem (Description): Tweak.
552         * MODULES.html.sh (string handling): Mention new module.
553         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
554         addressed by memmem-simple.
555         * NEWS: Document the difference.
556
557 2008-01-09  Eric Blake  <ebb9@byu.net>
558
559         Give gcc some memmem optimization hints.
560         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
561         (strcasestr): Declare as pure.
562         * modules/memmem (Maintainer): Claim my implementation.
563
564 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
565
566         Support AIX 6.1 and higher.
567         * build-aux/config.libpath: Likewise.
568         * build-aux/config.rpath: Likewise.
569
570 2008-01-08  Jim Meyering  <meyering@redhat.com>
571             Bruno Haible  <bruno@clisp.org>
572
573         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
574         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
575         Reported by Peter Fales in
576         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
577
578 2008-01-08  Bruno Haible  <bruno@clisp.org>
579
580         * modules/unictype/category-of (Depends-on): Add
581         unictype/category-none.
582         * modules/unictype/category-and-tests (Depends-on): Add
583         unictype/category-{L,N,Lu,Nd}.
584         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
585         * modules/unictype/category-or-tests (Depends-on): Add
586         unictype/category-{L,N}.
587         * modules/unictype/category-name-tests (Depends-on): Add
588         unictype/category-{Z,Nl}.
589         Reported by Simon Josefsson.
590
591 2008-01-08  Bruno Haible  <bruno@clisp.org>
592
593         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
594         convention better.
595         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
596         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
597         Reported by Peter Miller <millerp@canb.auug.org.au>.
598
599 2008-01-08  Eric Blake  <ebb9@byu.net>
600
601         Rewrite memmem to guarantee linear complexity without malloc.
602         * lib/memmem.c (memmem): Use Two-Way rather than
603         Knuth-Morris-Pratt, to allow O(1) space usage.
604         (critical_factorization, two_way_short_needle)
605         (two_way_long_needle): New functions.
606         (knuth_morris_pratt): Delete.
607         * modules/memmem (Depends-on): No longer need malloca or stdbool.
608         Add stdint.
609         * tests/test-memmem.c (main): Add tests for periodic needle and
610         sublinear performance.
611         * doc/functions/memmem.texi (memmem): Document other deficiencies
612         in cygwin and older glibc.
613
614 2008-01-08  Bruno Haible  <bruno@clisp.org>
615
616         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
617         augmentation.
618
619 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
620
621         Add a configure time option: --disable-acl.
622         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
623         AC_ARG_ENABLE(acl).
624
625 2008-01-06  Simon Josefsson  <simon@josefsson.org>
626
627         * tests/test-localename.c: Don't include obsolete "setenv.h".
628
629         * modules/localename-tests (Depends-on): Need unsetenv.
630
631 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
632
633         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
634
635 2008-01-06  Colin Watson  <cjwatson@debian.org>
636
637         * users.txt: Add man-db.
638
639 2008-01-07  Bruno Haible  <bruno@clisp.org>
640
641         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
642         previous section name.
643
644 2008-01-07  Bruno Haible  <bruno@clisp.org>
645
646         * lib/progname.c (set_program_name): Don't strip off a leading
647         "lt-" prefix outside a .libs directory.
648         Suggested by Paul Eggert.
649
650 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
651             Bruno Haible  <bruno@clisp.org>
652
653         Improve memory cleanup in 'relocatable' module.
654         * lib/relocatable.h (compute_curr_prefix): Change return type to
655         'char *'.
656         * lib/relocatable.c (compute_curr_prefix): Change return type to
657         'char *'. Free curr_installdir after use.
658         (relocate): Free curr_prefix_better after use.
659         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
660
661 2008-01-01  Bruno Haible  <bruno@clisp.org>
662
663         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
664         failure on older glibc systems.
665         Reported by Peter Fales <psfales@alcatel-lucent.com>.
666
667 2008-01-05  Eric Blake  <ebb9@byu.net>
668
669         Avoid quadratic system memmem.
670         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
671         Reported by Ralf Wildenhues.
672
673         Fix memmem test for mingw.
674         * modules/memmem-tests (configure.ac): Check for alarm.
675         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
676         it.
677         * doc/functions/memmem.texi: New file.
678         * doc/gnulib.texi (Function Substitutes): Add memmem.
679         Reported by Bruno Haible.
680
681 2008-01-04  Bruno Haible  <bruno@clisp.org>
682
683         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
684         Require gl_HEADER_STRINGS_H_DEFAULTS, not
685         gl_HEADER_STRING_H_DEFAULTS.
686
687 2008-01-04  Eric Blake  <ebb9@byu.net>
688
689         Shorten duration of memmem test.
690         * tests/test-memmem.c (main): Use alarm to declare failure if test
691         is taking too long.
692         Reported by Ralf Wildenhues.
693
694 2007-12-21  Simon Josefsson  <simon@josefsson.org>
695
696         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
697         string, needed by strerror.
698
699 2008-01-03  Colin Watson  <cjwatson@debian.org>
700             Bruno Haible  <bruno@clisp.org>
701
702         * doc/gnulib-tool.texi (Localization): New section.
703
704 2008-01-02  Bruno Haible  <bruno@clisp.org>
705
706         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
707         variables to 'unsigned char *' type.
708         Reported by Paul Eggert.
709
710 2008-01-02  Jim Meyering  <jim@meyering.net>
711
712         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
713
714 2007-12-31  Jim Meyering  <jim@meyering.net>
715
716         Avoid use of private FTS type name.
717         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
718
719 2007-12-30  Karl Berry  <karl@gnu.org>
720
721         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
722         work around defect in Texinfo and/or the standalone Info browser.
723
724 2007-12-30  Bruno Haible  <bruno@clisp.org>
725
726         Unify 5 copies of the KMP code.
727         * lib/str-kmp.h: New file.
728         * lib/c-strcasestr.c: Include str-kmp.h.
729         (knuth_morris_pratt): Remove function.
730         (c_strcasestr): Update.
731         * lib/c-strstr.c: Include str-kmp.h.
732         (knuth_morris_pratt): Remove function.
733         (c_strcasestr): Update.
734         * lib/mbscasestr.c: Include str-kmp.h.
735         (knuth_morris_pratt_unibyte): Remove function.
736         * lib/mbsstr.c: Include str-kmp.h.
737         (knuth_morris_pratt_unibyte): Remove function.
738         * lib/strcasestr.c: Include str-kmp.h.
739         (knuth_morris_pratt): Remove function.
740         (strcasestr): Update.
741         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
742         * modules/c-strstr (Files): Likewise.
743         * modules/mbscasestr (Files): Likewise.
744         * modules/mbsstr (Files): Likewise.
745         * modules/strcasestr (Files): Likewise.
746         Suggested by Paul Eggert.
747
748 2007-12-30  Bruno Haible  <bruno@clisp.org>
749
750         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
751         defined.
752
753 2007-12-30  Bruno Haible  <bruno@clisp.org>
754
755         * lib/xmalloca.h: Include xalloc.h.
756         (xnmalloca): New macro.
757
758 2007-12-30  Bruno Haible  <bruno@clisp.org>
759
760         * lib/malloca.h (nmalloca): New macro.
761         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
762         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
763         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
764         knuth_morris_pratt_multibyte): Likewise.
765         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
766         knuth_morris_pratt_multibyte): Likewise.
767         * lib/memmem.c (knuth_morris_pratt): Likewise.
768         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
769
770 2007-12-25  Bruno Haible  <bruno@clisp.org>
771
772         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
773         * lib/glob.c: Don't include openat.h.
774         (link_exists2_p): Add back the code that deals with the
775         !GLOB_ALTDIRFUNC case.
776         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
777         let it do the filename concatenation.
778         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
779         * modules/glob (Depends-on): Remove openat.
780
781 2007-12-31  Bruno Haible  <bruno@clisp.org>
782
783         * modules/dirfd (License): Change to LGPLv2+.
784         Approved by Jim Meyering.
785
786 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
787
788         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
789         when multiplying M by sizeof (size_t).
790
791 2007-12-10  Martin Lambers  <marlam@marlam.de>
792
793         Override getpagesize on mingw.
794         * lib/getpagesize.c: New file.
795         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
796         * modules/getpagesize (Files): Add lib/getpagesize.c.
797         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
798         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
799         REPLACE_GETPAGESIZE.
800         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
801
802 2007-12-25  Bruno Haible  <bruno@clisp.org>
803
804         * modules/localcharset (Notice): New field.
805         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
806         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
807
808 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
809             Bruno Haible  <bruno@clisp.org>
810
811         Avoid using the syntax symbol() in formatted documentation.
812         * MODULES.html.sh (func_module): When replacing symbol() with a
813         hyperlink, remove the parentheses. Show an error if some remain.
814         Recognize and render the '...' syntax.
815         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
816         Rework. Add paragraph about GCC's inlining.
817         * doc/alloca.texi: Likewise.
818         * doc/error.texi: Remove parentheses from symbol reference.
819         * doc/gnulib-intro.texi: Likewise.
820         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
821         * modules/fnmatch (Description): Reword to say "the ... function".
822         * modules/full-read (Description): Likewise.
823         * modules/full-write (Description): Likewise.
824         * modules/safe-read (Description): Likewise.
825         * modules/safe-write (Description): Likewise.
826         * modules/strchrnul (Description): Likewise.
827         * modules/trim (Description): Likewise.
828         * modules/error (Description): Remove parentheses from symbol
829         references.
830         * modules/verror (Description): Likewise.
831         Reported by Karl Berry.
832
833 2007-12-25  Bruno Haible  <bruno@clisp.org>
834
835         Fixup after 2007-10-16 commit.
836         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
837
838 2007-12-24  Bruno Haible  <bruno@clisp.org>
839
840         Make --enable-relocatable work with DESTDIR.
841         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
842         to compute installdir from destprog.
843         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
844         also set the RELOC_DESTDIR variable.
845         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
846
847 2007-12-24  Bruno Haible  <bruno@clisp.org>
848
849         Fix link error due to xalloc_die().
850         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
851         of xreadlink.
852         * lib/relocwrapper.c: Update comments.
853         * build-aux/install-reloc: Remove xreadlink.c from file list.
854         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
855         xreadlink.c.
856         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
857
858 2007-12-24  Bruno Haible  <bruno@clisp.org>
859
860         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
861         * lib/setenv.h: Remove file.
862         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
863         lib/setenv.h.
864         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
865         (Depends-on): Add stdlib.
866         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
867         gl_FUNC_UNSETENV.
868         (Include): Replace setenv.h with <stdlib.h>.
869         * modules/unsetenv: New file.
870         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
871         * lib/unsetenv.c: Include <stdlib.h> first.
872         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
873         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
874         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
875         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
876         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
877         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
878         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
879         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
880         * doc/functions/unsetenv.texi: Update.
881         * modules/xsetenv (Depends-on): Add unsetenv.
882         * modules/getdate (Depends-on): Likewise.
883         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
884         * lib/xsetenv.c: Don't include setenv.h.
885         * lib/getdate.y: Likewise.
886         * lib/relocwrapper.c: Likewise.
887         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
888         (Depends-on): Add stdlib.
889         * NEWS: Mention the changes.
890         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
891
892 2007-12-23  Bruno Haible  <bruno@clisp.org>
893
894         * lib/memmem.c (memmem): Use lowercase variable names. Tab
895         indentation.
896
897 2007-12-23  Bruno Haible  <bruno@clisp.org>
898
899         * lib/c-strcasestr.c: Add more comments.
900         * lib/c-strstr.c: Likewise.
901         * lib/mbscasestr.c: Likewise.
902         * lib/mbsstr.c: Likewise.
903         * lib/strcasestr.c: Likewise.
904         * lib/memmem.c: Likewise.
905
906 2007-12-23  Bruno Haible  <bruno@clisp.org>
907
908         * tests/test-memmem.c: Include <string.h> first.
909
910 2007-12-22  Bruno Haible  <bruno@clisp.org>
911
912         * gnulib-tool (func_create_testdir): Change $auxdir while generating
913         the contents of $testsbase.
914         Reported by Ralf Wildenhues.
915
916 2007-12-22  Bruno Haible  <bruno@clisp.org>
917
918         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
919         two variables local_ldadd_before, local_ldadd_last.
920
921 2007-12-20  Eric Blake  <ebb9@byu.net>
922
923         Work around circular library issue when cross-compiling.
924         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
925         that progname.o does not need to pull in rpl_memcmp.
926
927 2007-12-19  Eric Blake  <ebb9@byu.net>
928
929         Fix memmem to avoid O(n^2) worst-case complexity.
930         * lib/memmem.c (knuth_morris_pratt): New function.
931         (memmem): Use it if first few naive iterations fail.
932         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
933         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
934         * modules/memchr (License): Likewise.
935         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
936         malloca.
937         * tests/test-memmem.c: Rewrite, borrowing ideas from
938         test-mbsstr1.c; the old version wouldn't even compile!
939         * modules/memmem-tests: New file.
940         * lib/string.in.h (rpl_memmem): Add declaration.
941         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
942         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
943         REPLACE_MEMMEM.
944
945 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
946
947         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
948         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
949         before any system include files, and undef after them all.  This
950         should fix a problem on VMS reported by John E. Malmberg in
951         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
952
953 2007-12-17  Eric Blake  <ebb9@byu.net>
954
955         Revert addition of verify, for BSD/OS.
956         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
957         can't handle large files, for the sake of obsolete platforms.
958         * modules/fseeko (Depends-on): Remove verify.
959         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
960         * doc/functions/ftello.texi (ftello): Likewise.
961         * doc/functions/fgetpos.texi (fgetpos): Likewise.
962         Reported by Larry Jones.
963
964 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
965
966         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
967         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
968
969 2007-12-17  Jim Meyering  <meyering@redhat.com>
970
971         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
972         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
973         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
974         * modules/getcwd (Depends-on): Add openat.
975         Reported by Petr Salinger.
976
977 2007-12-17  Bruno Haible  <bruno@clisp.org>
978
979         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
980         avoid a segmentation fault of the configure test on x86_64 systems.
981
982 2007-12-15  Jim Meyering  <meyering@redhat.com>
983
984         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
985
986 2007-12-13  Eric Blake  <ebb9@byu.net>
987
988         Another fseek test.
989         * tests/test-fseek.c (main): Also test ungetc handling.
990         * tests/test-fseeko.c (main): Likewise.
991         * modules/fseeko (Depends-on): Add verify.
992         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
993         large.
994         Reported by Larry Jones.
995
996         Fix fseeko on mingw.
997         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
998         seek.
999
1000         Beef up fseek tests.
1001         * tests/test-fseek.c (main): Also test eof handling.
1002         * tests/test-fseeko.c (main): Likewise.
1003         Reported by Larry Jones.
1004
1005 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
1006
1007         Fix fseeko on BSD-based platforms.
1008         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
1009         successful seek.
1010
1011 2007-12-12  Eric Blake  <ebb9@byu.net>
1012
1013         Allow circular dependency of separate libtests.a
1014         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
1015         when use_libtests.
1016
1017 2007-12-11  Eric Blake  <ebb9@byu.net>
1018
1019         Fix bug with -0.0L in previous patch.
1020         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
1021         * tests/test-isnan.c (main): Also test on zeroes.
1022         * tests/test-isnanf.c (main): Likewise.
1023         * tests/test-isnanl.h (main): Likewise.
1024
1025         Detect pseudo-denormals on x86 even when cross-compiling.
1026         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
1027         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
1028         invalid bit patterns that happen to satisfy ==.
1029
1030         Avoid link failures with separate libtests.a.
1031         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
1032         last, to satisfy circular dependencies.
1033
1034 2007-12-11  Eric Blake  <ebb9@byu.net>
1035         and Bruno Haible  <bruno@clisp.org>
1036
1037         Fix OpenBSD 4.0 <float.h> handling of long double.
1038         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
1039         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
1040         * doc/headers/float.texi (float.h): Document OpenBSD bug.
1041
1042 2007-12-11  Jim Meyering  <meyering@redhat.com>
1043
1044         * users.txt: Add libvirt.
1045
1046         Support versions of autoconf prior to 2.59c.
1047         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
1048         if it is not already defined.
1049
1050 2007-12-09  Bruno Haible  <bruno@clisp.org>
1051
1052         Let 'gnulib-tool --import' collect sources needed for the tests in
1053         tests/ rather than in lib/.
1054         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
1055         argument. If true, add rules to generate libtests.a, and put libtests.a
1056         into $(LDADD). Consider source files in subdirectories and set
1057         uses_subdirs.
1058         (func_emit_initmacro_start, func_emit_initmacro_end,
1059         func_emit_initmacro_done): Pass all arguments explicitly.
1060         (func_import): Determine two module lists main_modules,
1061         testsrelated_modules. Determine use_libtests. Determine two variables
1062         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
1063         instead of just sed_transform_lib_file. Determine two variables
1064         main_files and testsrelated_files. Compute 'files' as the union of
1065         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
1066         func_add_or_update. In the generated gnulib-comp.m4, collect the
1067         object files for tests/ in different variables than those for lib/.
1068         Substitute LIBTESTS_LIBDEPS.
1069         (func_create_testdir): Combine the uses_subdirs results from
1070         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
1071
1072 2007-12-09  Bruno Haible  <bruno@clisp.org>
1073
1074         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
1075         the build-aux directory.
1076
1077 2007-12-09  Bruno Haible  <bruno@clisp.org>
1078
1079         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
1080         introduced on 2006-09-09.
1081
1082 2007-12-07  Jim Meyering  <meyering@redhat.com>
1083
1084         Let these macros work also with autoconf-2.59.
1085         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
1086         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
1087         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1088
1089 2007-12-06  Jim Meyering  <meyering@redhat.com>
1090
1091         Avoid a configure-time syntax error in gl_FUNC_ACL.
1092         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
1093         function in each branch, before testing the cache variable.
1094
1095 2007-12-04  Eric Blake  <ebb9@byu.net>
1096
1097         Make scripts executable.
1098         * build-aux/config.guess: Add execute permissions.
1099         * build-aux/config.sub: Likewise.
1100         * build-aux/gendocs.sh: Likewise.
1101
1102         Fix frexp on mingw.
1103         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
1104         cross-compiling.
1105         * doc/functions/frexp.texi (frexp): Document the bug.
1106
1107         Make cygwin fseeko check more reliable.
1108         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
1109         version numbers, rather than unrelated feature check.
1110         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
1111         * doc/functions/ftello.texi (ftello): Likewise.
1112         Reported by Bruno Haible.
1113
1114         * m4/strerror.m4: Bump version number.
1115
1116 2007-12-03  Bruno Haible  <bruno@clisp.org>
1117
1118         * doc/functions/mprotect.texi: Mention the mingw problem.
1119
1120 2007-12-03  Eric Blake  <ebb9@byu.net>
1121
1122         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
1123         REPLACE_STRERROR is initialized before this macro.
1124
1125 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1126
1127         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
1128         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
1129         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
1130         put -lsec in even for programs other than 'ls'.  This fixes a problem
1131         for gettext reported by Bruno Haible in
1132         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
1133         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
1134         Add support for Solaris 10.  This isn't efficient, but should get the
1135         job done for now.
1136
1137 2007-12-03  James Youngman  <jay@gnu.org>
1138
1139         * doc/regexprops-generic.texi: change "an close-group" to "a
1140         close-group" and "illegal" to "not allowed".
1141
1142 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1143
1144         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
1145         pr_byname.h. Needed for the rare case when the maintainer has done
1146         "make maintainer-clean" in the source directory and then attempts a
1147         build outside the source directory.
1148         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
1149         scripts_byname.h.
1150
1151 2007-12-02  Martin Lambers <marlam@marlam.de>
1152             Bruno Haible  <bruno@clisp.org>
1153
1154         * lib/getpagesize.h: Remove file.
1155         * lib/unistd.in.h: Include declaration of getpagesize here.
1156         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
1157         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
1158         HAVE_SYS_PARAM_H.
1159         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
1160         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
1161         * modules/getpagesize (Files): Remove lib/getpagesize.h.
1162         (Depends-on): Add unistd.
1163         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1164         (Include): Use <unistd.h> instead of getpagesize.h.
1165         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
1166         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
1167         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
1168         gl_GETPAGESIZE invocation, already handled by module dependency.
1169         * lib/pagealign_alloc.c: Don't include getpagesize.h.
1170
1171 2007-12-02  Bruno Haible  <bruno@clisp.org>
1172
1173         * modules/strings-tests: New file.
1174         * tests/test-strings.c: New file.
1175
1176         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
1177         * lib/strings.in.h: New file.
1178         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
1179         * m4/strings_h.m4: New file.
1180         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
1181         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
1182         * modules/strings: New file.
1183         * modules/string (Makefile.am): Update.
1184         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
1185         Reported by Karl Berry.
1186
1187 2007-12-01  Eric Blake  <ebb9@byu.net>
1188
1189         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
1190         accomodate fix in cygwin 1.5.25.
1191
1192 2007-12-01  Jim Meyering  <meyering@redhat.com>
1193
1194         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
1195         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
1196         that would inhibit utf8-optimization of a regexp containing line-
1197         or buffer-anchors, e.g., `^', `$'.
1198
1199 2007-11-30  Bruno Haible  <bruno@clisp.org>
1200
1201         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
1202         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
1203         glthread_recursive_lock_init.
1204         * lib/lock.c (glthread_recursive_lock_init)
1205         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
1206         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1207
1208 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
1209
1210         New function qset_acl, like set_acl but with syscall semantics.
1211         * lib/acl.h (qset_acl): New decl.
1212         * lib/acl.c (qset_acl): New function.
1213         (set_acl): Use new function.  Use more-consistent diagnostics.
1214
1215 2007-11-28  Jim Meyering  <meyering@redhat.com>
1216
1217         * modules/physmem (License): Change from GPL to LGPLv2+.
1218
1219 2007-11-26  Bruno Haible  <bruno@clisp.org>
1220
1221         * lib/vasnprintf.c (decode_long_double): Don't abort if the
1222         'long double' type has excess precision.
1223         Reported by Jim Meyering in
1224         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
1225
1226 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1227
1228         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
1229         Sync from <http://gnu.org/licenses>.
1230         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
1231         with license text from same location.
1232         * doc/maintain.texi, doc/standards.texi:  Sync from
1233         <http://savannah.gnu.org/projects/gnustandards>.
1234
1235 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
1236         and Jim Meyering  <meyering@redhat.com>
1237
1238         Adjust getdate' grammar to accept a slightly more regular language.
1239         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
1240         Before, the former was rejected.
1241         * lib/getdate.y (digits_to_date_time): New function, factored
1242         out of ...
1243         (number): ...here.  Just call digits_to_date_time.
1244         (hybrid): New non-terminal to handle an <unsigned number,
1245         signed relative offset> sequence consistently.
1246
1247 2007-11-18  Jim Meyering  <meyering@redhat.com>
1248
1249         Pull my changes from coreutils:
1250         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
1251         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
1252         use of $gnulib_tool_option_extras, so that it's separated from the
1253         preceding argument.
1254
1255         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
1256         * build-aux/bootstrap (cp_mark_as_generated): Create any required
1257         parent destination directories before copying a file into place.
1258
1259 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1260
1261         bootstrap: work also with 4-argument variant of AC_INIT
1262         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
1263
1264 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1265
1266         Port test-getaddrinfo to Solaris.
1267         Problem reported by Bruno Haible in
1268         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
1269         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
1270         explanation of setting 'hints'.
1271         Don't reject an implementation merely because it returns EAI_SERVICE.
1272         (EAI_SERVICE): Define to 0 if not defined.
1273
1274 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1275
1276         The license of gnu-make and posix-shell is now "GPLed build tool".
1277         * modules/gnu-make (License): Likewise.
1278         * modules/posix-shell (License): Likewise.
1279
1280         New module posix-shell, for determining a POSIX shell
1281         or perhaps something that is close enough to a POSIX shell.
1282         * m4/posix-shell.m4: New file.
1283         * modules/posix-shell: New file.
1284
1285         * MODULES.html.sh: Mention new module.
1286
1287         New module gnu-make, for determining whether we're using GNU Make.
1288         * m4/gnu-make.m4: New file.
1289         * modules/gnu-make: New file.
1290         * MODULES.html.sh: Mention new module.
1291
1292 2007-11-14  Jim Meyering  <meyering@redhat.com>
1293
1294         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
1295         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
1296         use this macro to create a function _definition_.
1297         Remove useless "#undef ARGMATCH_DIE".
1298
1299 2007-11-14  Bruno Haible  <bruno@clisp.org>
1300
1301         * lib/config.charset: Update for OpenBSD 4.1.
1302         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
1303
1304 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
1305
1306         Document 64-bit #if problems in stdint.texi.
1307         * doc/headers/stdint.texi (stdint.h): Mention problems with
1308         64-bit-#if, and how to work around them.
1309
1310         Don't insist on 'long long int' support in the preprocessor.  It
1311         breaks too many things.  For example, PRIdMAX still uses a 'long
1312         long int' format with the latest Sun compiler, even though
1313         HAVE_LONG_LONG_INT isn't defined due to that compiler's
1314         preprocessor problem.  This causes the latest coreutils to dump
1315         core on Solaris 10 sparc with the Sun C compiler.
1316         Instead, fix the 2007-10-16 problem in a different way, by evaluating
1317         the troublesome expressions at configure-time, not at #if-time.
1318         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
1319         preprocessor.
1320         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
1321         compile-time C checks, done at 'configure'-time.
1322         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
1323         * modules/inttypes (Makefile): Substitute the new symbols that
1324         gl_INTTYPES_H now generates.
1325         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
1326
1327 2007-11-12  Bruno Haible  <bruno@clisp.org>
1328
1329         Tests for Unicode character classification functions.
1330
1331         * modules/unictype/bidicategory-byname-tests: New file.
1332         * modules/unictype/bidicategory-name-tests: New file.
1333         * modules/unictype/bidicategory-of-tests: New file.
1334         * modules/unictype/bidicategory-test-tests: New file.
1335         * modules/unictype/block-list-tests: New file.
1336         * modules/unictype/block-of-tests: New file.
1337         * modules/unictype/block-test-tests: New file.
1338         * modules/unictype/category-C-tests: New file.
1339         * modules/unictype/category-Cc-tests: New file.
1340         * modules/unictype/category-Cf-tests: New file.
1341         * modules/unictype/category-Cn-tests: New file.
1342         * modules/unictype/category-Co-tests: New file.
1343         * modules/unictype/category-Cs-tests: New file.
1344         * modules/unictype/category-L-tests: New file.
1345         * modules/unictype/category-Ll-tests: New file.
1346         * modules/unictype/category-Lm-tests: New file.
1347         * modules/unictype/category-Lo-tests: New file.
1348         * modules/unictype/category-Lt-tests: New file.
1349         * modules/unictype/category-Lu-tests: New file.
1350         * modules/unictype/category-M-tests: New file.
1351         * modules/unictype/category-Mc-tests: New file.
1352         * modules/unictype/category-Me-tests: New file.
1353         * modules/unictype/category-Mn-tests: New file.
1354         * modules/unictype/category-N-tests: New file.
1355         * modules/unictype/category-Nd-tests: New file.
1356         * modules/unictype/category-Nl-tests: New file.
1357         * modules/unictype/category-No-tests: New file.
1358         * modules/unictype/category-P-tests: New file.
1359         * modules/unictype/category-Pc-tests: New file.
1360         * modules/unictype/category-Pd-tests: New file.
1361         * modules/unictype/category-Pe-tests: New file.
1362         * modules/unictype/category-Pf-tests: New file.
1363         * modules/unictype/category-Pi-tests: New file.
1364         * modules/unictype/category-Po-tests: New file.
1365         * modules/unictype/category-Ps-tests: New file.
1366         * modules/unictype/category-S-tests: New file.
1367         * modules/unictype/category-Sc-tests: New file.
1368         * modules/unictype/category-Sk-tests: New file.
1369         * modules/unictype/category-Sm-tests: New file.
1370         * modules/unictype/category-So-tests: New file.
1371         * modules/unictype/category-Z-tests: New file.
1372         * modules/unictype/category-Zl-tests: New file.
1373         * modules/unictype/category-Zp-tests: New file.
1374         * modules/unictype/category-Zs-tests: New file.
1375         * modules/unictype/category-and-not-tests: New file.
1376         * modules/unictype/category-and-tests: New file.
1377         * modules/unictype/category-byname-tests: New file.
1378         * modules/unictype/category-name-tests: New file.
1379         * modules/unictype/category-none-tests: New file.
1380         * modules/unictype/category-of-tests: New file.
1381         * modules/unictype/category-or-tests: New file.
1382         * modules/unictype/category-test-withtable-tests: New file.
1383         * modules/unictype/combining-class-tests: New file.
1384         * modules/unictype/ctype-alnum-tests: New file.
1385         * modules/unictype/ctype-alpha-tests: New file.
1386         * modules/unictype/ctype-blank-tests: New file.
1387         * modules/unictype/ctype-cntrl-tests: New file.
1388         * modules/unictype/ctype-digit-tests: New file.
1389         * modules/unictype/ctype-graph-tests: New file.
1390         * modules/unictype/ctype-lower-tests: New file.
1391         * modules/unictype/ctype-print-tests: New file.
1392         * modules/unictype/ctype-punct-tests: New file.
1393         * modules/unictype/ctype-space-tests: New file.
1394         * modules/unictype/ctype-upper-tests: New file.
1395         * modules/unictype/ctype-xdigit-tests: New file.
1396         * modules/unictype/decimal-digit-tests: New file.
1397         * modules/unictype/digit-tests: New file.
1398         * modules/unictype/mirror-tests: New file.
1399         * modules/unictype/numeric-tests: New file.
1400         * modules/unictype/property-alphabetic-tests: New file.
1401         * modules/unictype/property-ascii-hex-digit-tests: New file.
1402         * modules/unictype/property-bidi-arabic-digit-tests: New file.
1403         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
1404         * modules/unictype/property-bidi-block-separator-tests: New file.
1405         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
1406         * modules/unictype/property-bidi-common-separator-tests: New file.
1407         * modules/unictype/property-bidi-control-tests: New file.
1408         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
1409         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
1410         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
1411         * modules/unictype/property-bidi-european-digit-tests: New file.
1412         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
1413         * modules/unictype/property-bidi-left-to-right-tests: New file.
1414         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
1415         * modules/unictype/property-bidi-other-neutral-tests: New file.
1416         * modules/unictype/property-bidi-pdf-tests: New file.
1417         * modules/unictype/property-bidi-segment-separator-tests: New file.
1418         * modules/unictype/property-bidi-whitespace-tests: New file.
1419         * modules/unictype/property-byname-tests: New file.
1420         * modules/unictype/property-combining-tests: New file.
1421         * modules/unictype/property-composite-tests: New file.
1422         * modules/unictype/property-currency-symbol-tests: New file.
1423         * modules/unictype/property-dash-tests: New file.
1424         * modules/unictype/property-decimal-digit-tests: New file.
1425         * modules/unictype/property-default-ignorable-code-point-tests: New file.
1426         * modules/unictype/property-deprecated-tests: New file.
1427         * modules/unictype/property-diacritic-tests: New file.
1428         * modules/unictype/property-extender-tests: New file.
1429         * modules/unictype/property-format-control-tests: New file.
1430         * modules/unictype/property-grapheme-base-tests: New file.
1431         * modules/unictype/property-grapheme-extend-tests: New file.
1432         * modules/unictype/property-grapheme-link-tests: New file.
1433         * modules/unictype/property-hex-digit-tests: New file.
1434         * modules/unictype/property-hyphen-tests: New file.
1435         * modules/unictype/property-id-continue-tests: New file.
1436         * modules/unictype/property-id-start-tests: New file.
1437         * modules/unictype/property-ideographic-tests: New file.
1438         * modules/unictype/property-ids-binary-operator-tests: New file.
1439         * modules/unictype/property-ids-trinary-operator-tests: New file.
1440         * modules/unictype/property-ignorable-control-tests: New file.
1441         * modules/unictype/property-iso-control-tests: New file.
1442         * modules/unictype/property-join-control-tests: New file.
1443         * modules/unictype/property-left-of-pair-tests: New file.
1444         * modules/unictype/property-line-separator-tests: New file.
1445         * modules/unictype/property-logical-order-exception-tests: New file.
1446         * modules/unictype/property-lowercase-tests: New file.
1447         * modules/unictype/property-math-tests: New file.
1448         * modules/unictype/property-non-break-tests: New file.
1449         * modules/unictype/property-not-a-character-tests: New file.
1450         * modules/unictype/property-numeric-tests: New file.
1451         * modules/unictype/property-other-alphabetic-tests: New file.
1452         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
1453         * modules/unictype/property-other-grapheme-extend-tests: New file.
1454         * modules/unictype/property-other-id-continue-tests: New file.
1455         * modules/unictype/property-other-id-start-tests: New file.
1456         * modules/unictype/property-other-lowercase-tests: New file.
1457         * modules/unictype/property-other-math-tests: New file.
1458         * modules/unictype/property-other-uppercase-tests: New file.
1459         * modules/unictype/property-paired-punctuation-tests: New file.
1460         * modules/unictype/property-paragraph-separator-tests: New file.
1461         * modules/unictype/property-pattern-syntax-tests: New file.
1462         * modules/unictype/property-pattern-white-space-tests: New file.
1463         * modules/unictype/property-private-use-tests: New file.
1464         * modules/unictype/property-punctuation-tests: New file.
1465         * modules/unictype/property-quotation-mark-tests: New file.
1466         * modules/unictype/property-radical-tests: New file.
1467         * modules/unictype/property-sentence-terminal-tests: New file.
1468         * modules/unictype/property-soft-dotted-tests: New file.
1469         * modules/unictype/property-space-tests: New file.
1470         * modules/unictype/property-terminal-punctuation-tests: New file.
1471         * modules/unictype/property-test-tests: New file.
1472         * modules/unictype/property-titlecase-tests: New file.
1473         * modules/unictype/property-unassigned-code-value-tests: New file.
1474         * modules/unictype/property-unified-ideograph-tests: New file.
1475         * modules/unictype/property-uppercase-tests: New file.
1476         * modules/unictype/property-variation-selector-tests: New file.
1477         * modules/unictype/property-white-space-tests: New file.
1478         * modules/unictype/property-xid-continue-tests: New file.
1479         * modules/unictype/property-xid-start-tests: New file.
1480         * modules/unictype/property-zero-width-tests: New file.
1481         * modules/unictype/scripts-tests: New file.
1482         * modules/unictype/syntax-c-ident-tests: New file.
1483         * modules/unictype/syntax-c-whitespace-tests: New file.
1484         * modules/unictype/syntax-java-ident-tests: New file.
1485         * modules/unictype/syntax-java-whitespace-tests: New file.
1486         * tests/unictype/test-bidi_byname.c: New file.
1487         * tests/unictype/test-bidi_name.c: New file.
1488         * tests/unictype/test-bidi_of.c: New file.
1489         * tests/unictype/test-bidi_test.c: New file.
1490         * tests/unictype/test-block_list.c: New file.
1491         * tests/unictype/test-block_of.c: New file.
1492         * tests/unictype/test-block_test.c: New file.
1493         * tests/unictype/test-categ_and.c: New file.
1494         * tests/unictype/test-categ_and_not.c: New file.
1495         * tests/unictype/test-categ_byname.c: New file.
1496         * tests/unictype/test-categ_name.c: New file.
1497         * tests/unictype/test-categ_none.c: New file.
1498         * tests/unictype/test-categ_of.c: New file.
1499         * tests/unictype/test-categ_or.c: New file.
1500         * tests/unictype/test-categ_test_withtable.c: New file.
1501         * tests/unictype/test-combining.c: New file.
1502         * tests/unictype/test-decdigit.c: New file.
1503         * tests/unictype/test-digit.c: New file.
1504         * tests/unictype/test-mirror.c: New file.
1505         * tests/unictype/test-numeric.c: New file.
1506         * tests/unictype/test-pr_byname.c: New file.
1507         * tests/unictype/test-pr_test.c: New file.
1508         * tests/unictype/test-predicate-part1.h: New file.
1509         * tests/unictype/test-predicate-part2.h: New file.
1510         * tests/unictype/test-scripts.c: New file.
1511         * tests/unictype/test-sy_c_ident.c: New file.
1512         * tests/unictype/test-sy_java_ident.c: New file.
1513
1514         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
1515         for Unicode 5.0.0.
1516         * tests/unictype/test-categ_Cc.c: Likewise.
1517         * tests/unictype/test-categ_Cf.c: Likewise.
1518         * tests/unictype/test-categ_Cn.c: Likewise.
1519         * tests/unictype/test-categ_Co.c: Likewise.
1520         * tests/unictype/test-categ_Cs.c: Likewise.
1521         * tests/unictype/test-categ_L.c: Likewise.
1522         * tests/unictype/test-categ_Ll.c: Likewise.
1523         * tests/unictype/test-categ_Lm.c: Likewise.
1524         * tests/unictype/test-categ_Lo.c: Likewise.
1525         * tests/unictype/test-categ_Lt.c: Likewise.
1526         * tests/unictype/test-categ_Lu.c: Likewise.
1527         * tests/unictype/test-categ_M.c: Likewise.
1528         * tests/unictype/test-categ_Mc.c: Likewise.
1529         * tests/unictype/test-categ_Me.c: Likewise.
1530         * tests/unictype/test-categ_Mn.c: Likewise.
1531         * tests/unictype/test-categ_N.c: Likewise.
1532         * tests/unictype/test-categ_Nd.c: Likewise.
1533         * tests/unictype/test-categ_Nl.c: Likewise.
1534         * tests/unictype/test-categ_No.c: Likewise.
1535         * tests/unictype/test-categ_P.c: Likewise.
1536         * tests/unictype/test-categ_Pc.c: Likewise.
1537         * tests/unictype/test-categ_Pd.c: Likewise.
1538         * tests/unictype/test-categ_Pe.c: Likewise.
1539         * tests/unictype/test-categ_Pf.c: Likewise.
1540         * tests/unictype/test-categ_Pi.c: Likewise.
1541         * tests/unictype/test-categ_Po.c: Likewise.
1542         * tests/unictype/test-categ_Ps.c: Likewise.
1543         * tests/unictype/test-categ_S.c: Likewise.
1544         * tests/unictype/test-categ_Sc.c: Likewise.
1545         * tests/unictype/test-categ_Sk.c: Likewise.
1546         * tests/unictype/test-categ_Sm.c: Likewise.
1547         * tests/unictype/test-categ_So.c: Likewise.
1548         * tests/unictype/test-categ_Z.c: Likewise.
1549         * tests/unictype/test-categ_Zl.c: Likewise.
1550         * tests/unictype/test-categ_Zp.c: Likewise.
1551         * tests/unictype/test-categ_Zs.c: Likewise.
1552         * tests/unictype/test-ctype_alnum.c: Likewise.
1553         * tests/unictype/test-ctype_alpha.c: Likewise.
1554         * tests/unictype/test-ctype_blank.c: Likewise.
1555         * tests/unictype/test-ctype_cntrl.c: Likewise.
1556         * tests/unictype/test-ctype_digit.c: Likewise.
1557         * tests/unictype/test-ctype_graph.c: Likewise.
1558         * tests/unictype/test-ctype_lower.c: Likewise.
1559         * tests/unictype/test-ctype_print.c: Likewise.
1560         * tests/unictype/test-ctype_punct.c: Likewise.
1561         * tests/unictype/test-ctype_space.c: Likewise.
1562         * tests/unictype/test-ctype_upper.c: Likewise.
1563         * tests/unictype/test-ctype_xdigit.c: Likewise.
1564         * tests/unictype/test-decdigit.h: Likewise.
1565         * tests/unictype/test-digit.h: Likewise.
1566         * tests/unictype/test-numeric.h: Likewise.
1567         * tests/unictype/test-pr_alphabetic.c: Likewise.
1568         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
1569         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
1570         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
1571         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
1572         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
1573         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
1574         * tests/unictype/test-pr_bidi_control.c: Likewise.
1575         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
1576         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
1577         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
1578         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
1579         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
1580         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
1581         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
1582         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
1583         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
1584         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
1585         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
1586         * tests/unictype/test-pr_combining.c: Likewise.
1587         * tests/unictype/test-pr_composite.c: Likewise.
1588         * tests/unictype/test-pr_currency_symbol.c: Likewise.
1589         * tests/unictype/test-pr_dash.c: Likewise.
1590         * tests/unictype/test-pr_decimal_digit.c: Likewise.
1591         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
1592         * tests/unictype/test-pr_deprecated.c: Likewise.
1593         * tests/unictype/test-pr_diacritic.c: Likewise.
1594         * tests/unictype/test-pr_extender.c: Likewise.
1595         * tests/unictype/test-pr_format_control.c: Likewise.
1596         * tests/unictype/test-pr_grapheme_base.c: Likewise.
1597         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
1598         * tests/unictype/test-pr_grapheme_link.c: Likewise.
1599         * tests/unictype/test-pr_hex_digit.c: Likewise.
1600         * tests/unictype/test-pr_hyphen.c: Likewise.
1601         * tests/unictype/test-pr_id_continue.c: Likewise.
1602         * tests/unictype/test-pr_id_start.c: Likewise.
1603         * tests/unictype/test-pr_ideographic.c: Likewise.
1604         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
1605         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
1606         * tests/unictype/test-pr_ignorable_control.c: Likewise.
1607         * tests/unictype/test-pr_iso_control.c: Likewise.
1608         * tests/unictype/test-pr_join_control.c: Likewise.
1609         * tests/unictype/test-pr_left_of_pair.c: Likewise.
1610         * tests/unictype/test-pr_line_separator.c: Likewise.
1611         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
1612         * tests/unictype/test-pr_lowercase.c: Likewise.
1613         * tests/unictype/test-pr_math.c: Likewise.
1614         * tests/unictype/test-pr_non_break.c: Likewise.
1615         * tests/unictype/test-pr_not_a_character.c: Likewise.
1616         * tests/unictype/test-pr_numeric.c: Likewise.
1617         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
1618         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
1619         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
1620         * tests/unictype/test-pr_other_id_continue.c: Likewise.
1621         * tests/unictype/test-pr_other_id_start.c: Likewise.
1622         * tests/unictype/test-pr_other_lowercase.c: Likewise.
1623         * tests/unictype/test-pr_other_math.c: Likewise.
1624         * tests/unictype/test-pr_other_uppercase.c: Likewise.
1625         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
1626         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
1627         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
1628         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
1629         * tests/unictype/test-pr_private_use.c: Likewise.
1630         * tests/unictype/test-pr_punctuation.c: Likewise.
1631         * tests/unictype/test-pr_quotation_mark.c: Likewise.
1632         * tests/unictype/test-pr_radical.c: Likewise.
1633         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
1634         * tests/unictype/test-pr_soft_dotted.c: Likewise.
1635         * tests/unictype/test-pr_space.c: Likewise.
1636         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
1637         * tests/unictype/test-pr_titlecase.c: Likewise.
1638         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
1639         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
1640         * tests/unictype/test-pr_uppercase.c: Likewise.
1641         * tests/unictype/test-pr_variation_selector.c: Likewise.
1642         * tests/unictype/test-pr_white_space.c: Likewise.
1643         * tests/unictype/test-pr_xid_continue.c: Likewise.
1644         * tests/unictype/test-pr_xid_start.c: Likewise.
1645         * tests/unictype/test-pr_zero_width.c: Likewise.
1646         * tests/unictype/test-sy_c_whitespace.c: Likewise.
1647         * tests/unictype/test-sy_java_whitespace.c: Likewise.
1648
1649 2007-11-12  Bruno Haible  <bruno@clisp.org>
1650
1651         Unicode character classification functions.
1652         * lib/unictype.h: New file.
1653         * modules/unictype/base: New file.
1654         * modules/unictype/category-L: New file.
1655         * modules/unictype/category-Lu: New file.
1656         * modules/unictype/category-Ll: New file.
1657         * modules/unictype/category-Lt: New file.
1658         * modules/unictype/category-Lm: New file.
1659         * modules/unictype/category-Lo: New file.
1660         * modules/unictype/category-M: New file.
1661         * modules/unictype/category-Mn: New file.
1662         * modules/unictype/category-Mc: New file.
1663         * modules/unictype/category-Me: New file.
1664         * modules/unictype/category-N: New file.
1665         * modules/unictype/category-Nd: New file.
1666         * modules/unictype/category-Nl: New file.
1667         * modules/unictype/category-No: New file.
1668         * modules/unictype/category-P: New file.
1669         * modules/unictype/category-Pc: New file.
1670         * modules/unictype/category-Pd: New file.
1671         * modules/unictype/category-Ps: New file.
1672         * modules/unictype/category-Pe: New file.
1673         * modules/unictype/category-Pi: New file.
1674         * modules/unictype/category-Pf: New file.
1675         * modules/unictype/category-Po: New file.
1676         * modules/unictype/category-S: New file.
1677         * modules/unictype/category-Sm: New file.
1678         * modules/unictype/category-Sc: New file.
1679         * modules/unictype/category-Sk: New file.
1680         * modules/unictype/category-So: New file.
1681         * modules/unictype/category-Z: New file.
1682         * modules/unictype/category-Zs: New file.
1683         * modules/unictype/category-Zl: New file.
1684         * modules/unictype/category-Zp: New file.
1685         * modules/unictype/category-C: New file.
1686         * modules/unictype/category-Cc: New file.
1687         * modules/unictype/category-Cf: New file.
1688         * modules/unictype/category-Cs: New file.
1689         * modules/unictype/category-Co: New file.
1690         * modules/unictype/category-Cn: New file.
1691         * modules/unictype/category-or: New file.
1692         * modules/unictype/category-of: New file.
1693         * modules/unictype/category-test: New file.
1694         * modules/unictype/category-test-withtable: New file.
1695         * modules/unictype/category-byname: New file.
1696         * modules/unictype/category-none: New file.
1697         * modules/unictype/category-and: New file.
1698         * modules/unictype/category-and-not: New file.
1699         * modules/unictype/category-name: New file.
1700         * modules/unictype/combining-class: New file.
1701         * modules/unictype/category-all: New file.
1702         * modules/unictype/bidicategory-all: New file.
1703         * modules/unictype/bidicategory-byname: New file.
1704         * modules/unictype/bidicategory-name: New file.
1705         * modules/unictype/bidicategory-of: New file.
1706         * modules/unictype/bidicategory-test: New file.
1707         * modules/unictype/decimal-digit: New file.
1708         * modules/unictype/digit: New file.
1709         * modules/unictype/numeric: New file.
1710         * modules/unictype/mirror: New file.
1711         * modules/unictype/property-white-space: New file.
1712         * modules/unictype/property-alphabetic: New file.
1713         * modules/unictype/property-other-alphabetic: New file.
1714         * modules/unictype/property-not-a-character: New file.
1715         * modules/unictype/property-default-ignorable-code-point: New file.
1716         * modules/unictype/property-other-default-ignorable-code-point: New
1717         file.
1718         * modules/unictype/property-deprecated: New file.
1719         * modules/unictype/property-logical-order-exception: New file.
1720         * modules/unictype/property-variation-selector: New file.
1721         * modules/unictype/property-private-use: New file.
1722         * modules/unictype/property-unassigned-code-value: New file.
1723         * modules/unictype/property-uppercase: New file.
1724         * modules/unictype/property-other-uppercase: New file.
1725         * modules/unictype/property-lowercase: New file.
1726         * modules/unictype/property-other-lowercase: New file.
1727         * modules/unictype/property-titlecase: New file.
1728         * modules/unictype/property-soft-dotted: New file.
1729         * modules/unictype/property-id-start: New file.
1730         * modules/unictype/property-other-id-start: New file.
1731         * modules/unictype/property-id-continue: New file.
1732         * modules/unictype/property-other-id-continue: New file.
1733         * modules/unictype/property-xid-start: New file.
1734         * modules/unictype/property-xid-continue: New file.
1735         * modules/unictype/property-pattern-white-space: New file.
1736         * modules/unictype/property-pattern-syntax: New file.
1737         * modules/unictype/property-join-control: New file.
1738         * modules/unictype/property-grapheme-base: New file.
1739         * modules/unictype/property-grapheme-extend: New file.
1740         * modules/unictype/property-other-grapheme-extend: New file.
1741         * modules/unictype/property-grapheme-link: New file.
1742         * modules/unictype/property-bidi-control: New file.
1743         * modules/unictype/property-bidi-left-to-right: New file.
1744         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
1745         * modules/unictype/property-bidi-arabic-right-to-left: New file.
1746         * modules/unictype/property-bidi-european-digit: New file.
1747         * modules/unictype/property-bidi-eur-num-separator: New file.
1748         * modules/unictype/property-bidi-eur-num-terminator: New file.
1749         * modules/unictype/property-bidi-arabic-digit: New file.
1750         * modules/unictype/property-bidi-common-separator: New file.
1751         * modules/unictype/property-bidi-block-separator: New file.
1752         * modules/unictype/property-bidi-segment-separator: New file.
1753         * modules/unictype/property-bidi-whitespace: New file.
1754         * modules/unictype/property-bidi-non-spacing-mark: New file.
1755         * modules/unictype/property-bidi-boundary-neutral: New file.
1756         * modules/unictype/property-bidi-pdf: New file.
1757         * modules/unictype/property-bidi-embedding-or-override: New file.
1758         * modules/unictype/property-bidi-other-neutral: New file.
1759         * modules/unictype/property-hex-digit: New file.
1760         * modules/unictype/property-ascii-hex-digit: New file.
1761         * modules/unictype/property-ideographic: New file.
1762         * modules/unictype/property-unified-ideograph: New file.
1763         * modules/unictype/property-radical: New file.
1764         * modules/unictype/property-ids-binary-operator: New file.
1765         * modules/unictype/property-ids-trinary-operator: New file.
1766         * modules/unictype/property-zero-width: New file.
1767         * modules/unictype/property-space: New file.
1768         * modules/unictype/property-non-break: New file.
1769         * modules/unictype/property-iso-control: New file.
1770         * modules/unictype/property-format-control: New file.
1771         * modules/unictype/property-dash: New file.
1772         * modules/unictype/property-hyphen: New file.
1773         * modules/unictype/property-punctuation: New file.
1774         * modules/unictype/property-line-separator: New file.
1775         * modules/unictype/property-paragraph-separator: New file.
1776         * modules/unictype/property-quotation-mark: New file.
1777         * modules/unictype/property-sentence-terminal: New file.
1778         * modules/unictype/property-terminal-punctuation: New file.
1779         * modules/unictype/property-currency-symbol: New file.
1780         * modules/unictype/property-math: New file.
1781         * modules/unictype/property-other-math: New file.
1782         * modules/unictype/property-paired-punctuation: New file.
1783         * modules/unictype/property-left-of-pair: New file.
1784         * modules/unictype/property-combining: New file.
1785         * modules/unictype/property-composite: New file.
1786         * modules/unictype/property-decimal-digit: New file.
1787         * modules/unictype/property-numeric: New file.
1788         * modules/unictype/property-diacritic: New file.
1789         * modules/unictype/property-extender: New file.
1790         * modules/unictype/property-ignorable-control: New file.
1791         * modules/unictype/property-test: New file.
1792         * modules/unictype/property-byname: New file.
1793         * modules/unictype/property-all: New file.
1794         * modules/unictype/scripts: New file.
1795         * modules/unictype/scripts-all: New file.
1796         * modules/unictype/block-of: New file.
1797         * modules/unictype/block-test: New file.
1798         * modules/unictype/block-list: New file.
1799         * modules/unictype/block-all: New file.
1800         * modules/unictype/syntax-c-whitespace: New file.
1801         * modules/unictype/syntax-java-whitespace: New file.
1802         * modules/unictype/syntax-c-ident: New file.
1803         * modules/unictype/syntax-java-ident: New file.
1804         * modules/unictype/ctype-alnum: New file.
1805         * modules/unictype/ctype-alpha: New file.
1806         * modules/unictype/ctype-cntrl: New file.
1807         * modules/unictype/ctype-digit: New file.
1808         * modules/unictype/ctype-graph: New file.
1809         * modules/unictype/ctype-lower: New file.
1810         * modules/unictype/ctype-print: New file.
1811         * modules/unictype/ctype-punct: New file.
1812         * modules/unictype/ctype-space: New file.
1813         * modules/unictype/ctype-upper: New file.
1814         * modules/unictype/ctype-xdigit: New file.
1815         * modules/unictype/ctype-blank: New file.
1816         * lib/unictype/bidi_byname.c: New file.
1817         * lib/unictype/bidi_name.c: New file.
1818         * lib/unictype/bidi_of.c: New file.
1819         * lib/unictype/bidi_test.c: New file.
1820         * lib/unictype/bitmap.h: New file.
1821         * lib/unictype/block_test.c: New file.
1822         * lib/unictype/blocks.c: New file.
1823         * lib/unictype/categ_C.c: New file.
1824         * lib/unictype/categ_Cc.c: New file.
1825         * lib/unictype/categ_Cf.c: New file.
1826         * lib/unictype/categ_Cn.c: New file.
1827         * lib/unictype/categ_Co.c: New file.
1828         * lib/unictype/categ_Cs.c: New file.
1829         * lib/unictype/categ_L.c: New file.
1830         * lib/unictype/categ_Ll.c: New file.
1831         * lib/unictype/categ_Lm.c: New file.
1832         * lib/unictype/categ_Lo.c: New file.
1833         * lib/unictype/categ_Lt.c: New file.
1834         * lib/unictype/categ_Lu.c: New file.
1835         * lib/unictype/categ_M.c: New file.
1836         * lib/unictype/categ_Mc.c: New file.
1837         * lib/unictype/categ_Me.c: New file.
1838         * lib/unictype/categ_Mn.c: New file.
1839         * lib/unictype/categ_N.c: New file.
1840         * lib/unictype/categ_Nd.c: New file.
1841         * lib/unictype/categ_Nl.c: New file.
1842         * lib/unictype/categ_No.c: New file.
1843         * lib/unictype/categ_P.c: New file.
1844         * lib/unictype/categ_Pc.c: New file.
1845         * lib/unictype/categ_Pd.c: New file.
1846         * lib/unictype/categ_Pe.c: New file.
1847         * lib/unictype/categ_Pf.c: New file.
1848         * lib/unictype/categ_Pi.c: New file.
1849         * lib/unictype/categ_Po.c: New file.
1850         * lib/unictype/categ_Ps.c: New file.
1851         * lib/unictype/categ_S.c: New file.
1852         * lib/unictype/categ_Sc.c: New file.
1853         * lib/unictype/categ_Sk.c: New file.
1854         * lib/unictype/categ_Sm.c: New file.
1855         * lib/unictype/categ_So.c: New file.
1856         * lib/unictype/categ_Z.c: New file.
1857         * lib/unictype/categ_Zl.c: New file.
1858         * lib/unictype/categ_Zp.c: New file.
1859         * lib/unictype/categ_Zs.c: New file.
1860         * lib/unictype/categ_and.c: New file.
1861         * lib/unictype/categ_and_not.c: New file.
1862         * lib/unictype/categ_byname.c: New file.
1863         * lib/unictype/categ_name.c: New file.
1864         * lib/unictype/categ_none.c: New file.
1865         * lib/unictype/categ_of.c: New file.
1866         * lib/unictype/categ_or.c: New file.
1867         * lib/unictype/categ_test.c: New file.
1868         * lib/unictype/combining.c: New file.
1869         * lib/unictype/ctype_alnum.c: New file.
1870         * lib/unictype/ctype_alpha.c: New file.
1871         * lib/unictype/ctype_blank.c: New file.
1872         * lib/unictype/ctype_cntrl.c: New file.
1873         * lib/unictype/ctype_digit.c: New file.
1874         * lib/unictype/ctype_graph.c: New file.
1875         * lib/unictype/ctype_lower.c: New file.
1876         * lib/unictype/ctype_print.c: New file.
1877         * lib/unictype/ctype_punct.c: New file.
1878         * lib/unictype/ctype_space.c: New file.
1879         * lib/unictype/ctype_upper.c: New file.
1880         * lib/unictype/ctype_xdigit.c: New file.
1881         * lib/unictype/decdigit.c: New file.
1882         * lib/unictype/digit.c: New file.
1883         * lib/unictype/identsyntaxmap.h: New file.
1884         * lib/unictype/mirror.c: New file.
1885         * lib/unictype/numeric.c: New file.
1886         * lib/unictype/pr_alphabetic.c: New file.
1887         * lib/unictype/pr_ascii_hex_digit.c: New file.
1888         * lib/unictype/pr_bidi_arabic_digit.c: New file.
1889         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
1890         * lib/unictype/pr_bidi_block_separator.c: New file.
1891         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
1892         * lib/unictype/pr_bidi_common_separator.c: New file.
1893         * lib/unictype/pr_bidi_control.c: New file.
1894         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
1895         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
1896         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
1897         * lib/unictype/pr_bidi_european_digit.c: New file.
1898         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
1899         * lib/unictype/pr_bidi_left_to_right.c: New file.
1900         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
1901         * lib/unictype/pr_bidi_other_neutral.c: New file.
1902         * lib/unictype/pr_bidi_pdf.c: New file.
1903         * lib/unictype/pr_bidi_segment_separator.c: New file.
1904         * lib/unictype/pr_bidi_whitespace.c: New file.
1905         * lib/unictype/pr_byname.c: New file.
1906         * lib/unictype/pr_byname.gperf: New file.
1907         * lib/unictype/pr_combining.c: New file.
1908         * lib/unictype/pr_composite.c: New file.
1909         * lib/unictype/pr_currency_symbol.c: New file.
1910         * lib/unictype/pr_dash.c: New file.
1911         * lib/unictype/pr_decimal_digit.c: New file.
1912         * lib/unictype/pr_default_ignorable_code_point.c: New file.
1913         * lib/unictype/pr_deprecated.c: New file.
1914         * lib/unictype/pr_diacritic.c: New file.
1915         * lib/unictype/pr_extender.c: New file.
1916         * lib/unictype/pr_format_control.c: New file.
1917         * lib/unictype/pr_grapheme_base.c: New file.
1918         * lib/unictype/pr_grapheme_extend.c: New file.
1919         * lib/unictype/pr_grapheme_link.c: New file.
1920         * lib/unictype/pr_hex_digit.c: New file.
1921         * lib/unictype/pr_hyphen.c: New file.
1922         * lib/unictype/pr_id_continue.c: New file.
1923         * lib/unictype/pr_id_start.c: New file.
1924         * lib/unictype/pr_ideographic.c: New file.
1925         * lib/unictype/pr_ids_binary_operator.c: New file.
1926         * lib/unictype/pr_ids_trinary_operator.c: New file.
1927         * lib/unictype/pr_ignorable_control.c: New file.
1928         * lib/unictype/pr_iso_control.c: New file.
1929         * lib/unictype/pr_join_control.c: New file.
1930         * lib/unictype/pr_left_of_pair.c: New file.
1931         * lib/unictype/pr_line_separator.c: New file.
1932         * lib/unictype/pr_logical_order_exception.c: New file.
1933         * lib/unictype/pr_lowercase.c: New file.
1934         * lib/unictype/pr_math.c: New file.
1935         * lib/unictype/pr_non_break.c: New file.
1936         * lib/unictype/pr_not_a_character.c: New file.
1937         * lib/unictype/pr_numeric.c: New file.
1938         * lib/unictype/pr_other_alphabetic.c: New file.
1939         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
1940         * lib/unictype/pr_other_grapheme_extend.c: New file.
1941         * lib/unictype/pr_other_id_continue.c: New file.
1942         * lib/unictype/pr_other_id_start.c: New file.
1943         * lib/unictype/pr_other_lowercase.c: New file.
1944         * lib/unictype/pr_other_math.c: New file.
1945         * lib/unictype/pr_other_uppercase.c: New file.
1946         * lib/unictype/pr_paired_punctuation.c: New file.
1947         * lib/unictype/pr_paragraph_separator.c: New file.
1948         * lib/unictype/pr_pattern_syntax.c: New file.
1949         * lib/unictype/pr_pattern_white_space.c: New file.
1950         * lib/unictype/pr_private_use.c: New file.
1951         * lib/unictype/pr_punctuation.c: New file.
1952         * lib/unictype/pr_quotation_mark.c: New file.
1953         * lib/unictype/pr_radical.c: New file.
1954         * lib/unictype/pr_sentence_terminal.c: New file.
1955         * lib/unictype/pr_soft_dotted.c: New file.
1956         * lib/unictype/pr_space.c: New file.
1957         * lib/unictype/pr_terminal_punctuation.c: New file.
1958         * lib/unictype/pr_test.c: New file.
1959         * lib/unictype/pr_titlecase.c: New file.
1960         * lib/unictype/pr_unassigned_code_value.c: New file.
1961         * lib/unictype/pr_unified_ideograph.c: New file.
1962         * lib/unictype/pr_uppercase.c: New file.
1963         * lib/unictype/pr_variation_selector.c: New file.
1964         * lib/unictype/pr_white_space.c: New file.
1965         * lib/unictype/pr_xid_continue.c: New file.
1966         * lib/unictype/pr_xid_start.c: New file.
1967         * lib/unictype/pr_zero_width.c: New file.
1968         * lib/unictype/scripts.c: New file.
1969         * lib/unictype/sy_c_ident.c: New file.
1970         * lib/unictype/sy_c_whitespace.c: New file.
1971         * lib/unictype/sy_java_ident.c: New file.
1972         * lib/unictype/sy_java_whitespace.c: New file.
1973
1974         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
1975         Unicode 5.0.0.
1976         * lib/unictype/blocks.h: Likewise.
1977         * lib/unictype/categ_C.h: Likewise.
1978         * lib/unictype/categ_Cc.h: Likewise.
1979         * lib/unictype/categ_Cf.h: Likewise.
1980         * lib/unictype/categ_Cn.h: Likewise.
1981         * lib/unictype/categ_Co.h: Likewise.
1982         * lib/unictype/categ_Cs.h: Likewise.
1983         * lib/unictype/categ_L.h: Likewise.
1984         * lib/unictype/categ_Ll.h: Likewise.
1985         * lib/unictype/categ_Lm.h: Likewise.
1986         * lib/unictype/categ_Lo.h: Likewise.
1987         * lib/unictype/categ_Lt.h: Likewise.
1988         * lib/unictype/categ_Lu.h: Likewise.
1989         * lib/unictype/categ_M.h: Likewise.
1990         * lib/unictype/categ_Mc.h: Likewise.
1991         * lib/unictype/categ_Me.h: Likewise.
1992         * lib/unictype/categ_Mn.h: Likewise.
1993         * lib/unictype/categ_N.h: Likewise.
1994         * lib/unictype/categ_Nd.h: Likewise.
1995         * lib/unictype/categ_Nl.h: Likewise.
1996         * lib/unictype/categ_No.h: Likewise.
1997         * lib/unictype/categ_P.h: Likewise.
1998         * lib/unictype/categ_Pc.h: Likewise.
1999         * lib/unictype/categ_Pd.h: Likewise.
2000         * lib/unictype/categ_Pe.h: Likewise.
2001         * lib/unictype/categ_Pf.h: Likewise.
2002         * lib/unictype/categ_Pi.h: Likewise.
2003         * lib/unictype/categ_Po.h: Likewise.
2004         * lib/unictype/categ_Ps.h: Likewise.
2005         * lib/unictype/categ_S.h: Likewise.
2006         * lib/unictype/categ_Sc.h: Likewise.
2007         * lib/unictype/categ_Sk.h: Likewise.
2008         * lib/unictype/categ_Sm.h: Likewise.
2009         * lib/unictype/categ_So.h: Likewise.
2010         * lib/unictype/categ_Z.h: Likewise.
2011         * lib/unictype/categ_Zl.h: Likewise.
2012         * lib/unictype/categ_Zp.h: Likewise.
2013         * lib/unictype/categ_Zs.h: Likewise.
2014         * lib/unictype/categ_of.h: Likewise.
2015         * lib/unictype/combining.h: Likewise.
2016         * lib/unictype/ctype_alnum.h: Likewise.
2017         * lib/unictype/ctype_alpha.h: Likewise.
2018         * lib/unictype/ctype_blank.h: Likewise.
2019         * lib/unictype/ctype_cntrl.h: Likewise.
2020         * lib/unictype/ctype_digit.h: Likewise.
2021         * lib/unictype/ctype_graph.h: Likewise.
2022         * lib/unictype/ctype_lower.h: Likewise.
2023         * lib/unictype/ctype_print.h: Likewise.
2024         * lib/unictype/ctype_punct.h: Likewise.
2025         * lib/unictype/ctype_space.h: Likewise.
2026         * lib/unictype/ctype_upper.h: Likewise.
2027         * lib/unictype/ctype_xdigit.h: Likewise.
2028         * lib/unictype/decdigit.h: Likewise.
2029         * lib/unictype/digit.h: Likewise.
2030         * lib/unictype/mirror.h: Likewise.
2031         * lib/unictype/numeric.h: Likewise.
2032         * lib/unictype/pr_alphabetic.h: Likewise.
2033         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
2034         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
2035         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
2036         * lib/unictype/pr_bidi_block_separator.h: Likewise.
2037         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
2038         * lib/unictype/pr_bidi_common_separator.h: Likewise.
2039         * lib/unictype/pr_bidi_control.h: Likewise.
2040         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
2041         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
2042         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
2043         * lib/unictype/pr_bidi_european_digit.h: Likewise.
2044         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
2045         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
2046         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
2047         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
2048         * lib/unictype/pr_bidi_pdf.h: Likewise.
2049         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
2050         * lib/unictype/pr_bidi_whitespace.h: Likewise.
2051         * lib/unictype/pr_combining.h: Likewise.
2052         * lib/unictype/pr_composite.h: Likewise.
2053         * lib/unictype/pr_currency_symbol.h: Likewise.
2054         * lib/unictype/pr_dash.h: Likewise.
2055         * lib/unictype/pr_decimal_digit.h: Likewise.
2056         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
2057         * lib/unictype/pr_deprecated.h: Likewise.
2058         * lib/unictype/pr_diacritic.h: Likewise.
2059         * lib/unictype/pr_extender.h: Likewise.
2060         * lib/unictype/pr_format_control.h: Likewise.
2061         * lib/unictype/pr_grapheme_base.h: Likewise.
2062         * lib/unictype/pr_grapheme_extend.h: Likewise.
2063         * lib/unictype/pr_grapheme_link.h: Likewise.
2064         * lib/unictype/pr_hex_digit.h: Likewise.
2065         * lib/unictype/pr_hyphen.h: Likewise.
2066         * lib/unictype/pr_id_continue.h: Likewise.
2067         * lib/unictype/pr_id_start.h: Likewise.
2068         * lib/unictype/pr_ideographic.h: Likewise.
2069         * lib/unictype/pr_ids_binary_operator.h: Likewise.
2070         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
2071         * lib/unictype/pr_ignorable_control.h: Likewise.
2072         * lib/unictype/pr_iso_control.h: Likewise.
2073         * lib/unictype/pr_join_control.h: Likewise.
2074         * lib/unictype/pr_left_of_pair.h: Likewise.
2075         * lib/unictype/pr_line_separator.h: Likewise.
2076         * lib/unictype/pr_logical_order_exception.h: Likewise.
2077         * lib/unictype/pr_lowercase.h: Likewise.
2078         * lib/unictype/pr_math.h: Likewise.
2079         * lib/unictype/pr_non_break.h: Likewise.
2080         * lib/unictype/pr_not_a_character.h: Likewise.
2081         * lib/unictype/pr_numeric.h: Likewise.
2082         * lib/unictype/pr_other_alphabetic.h: Likewise.
2083         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
2084         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
2085         * lib/unictype/pr_other_id_continue.h: Likewise.
2086         * lib/unictype/pr_other_id_start.h: Likewise.
2087         * lib/unictype/pr_other_lowercase.h: Likewise.
2088         * lib/unictype/pr_other_math.h: Likewise.
2089         * lib/unictype/pr_other_uppercase.h: Likewise.
2090         * lib/unictype/pr_paired_punctuation.h: Likewise.
2091         * lib/unictype/pr_paragraph_separator.h: Likewise.
2092         * lib/unictype/pr_pattern_syntax.h: Likewise.
2093         * lib/unictype/pr_pattern_white_space.h: Likewise.
2094         * lib/unictype/pr_private_use.h: Likewise.
2095         * lib/unictype/pr_punctuation.h: Likewise.
2096         * lib/unictype/pr_quotation_mark.h: Likewise.
2097         * lib/unictype/pr_radical.h: Likewise.
2098         * lib/unictype/pr_sentence_terminal.h: Likewise.
2099         * lib/unictype/pr_soft_dotted.h: Likewise.
2100         * lib/unictype/pr_space.h: Likewise.
2101         * lib/unictype/pr_terminal_punctuation.h: Likewise.
2102         * lib/unictype/pr_titlecase.h: Likewise.
2103         * lib/unictype/pr_unassigned_code_value.h: Likewise.
2104         * lib/unictype/pr_unified_ideograph.h: Likewise.
2105         * lib/unictype/pr_uppercase.h: Likewise.
2106         * lib/unictype/pr_variation_selector.h: Likewise.
2107         * lib/unictype/pr_white_space.h: Likewise.
2108         * lib/unictype/pr_xid_continue.h: Likewise.
2109         * lib/unictype/pr_xid_start.h: Likewise.
2110         * lib/unictype/pr_zero_width.h: Likewise.
2111         * lib/unictype/scripts.h: Likewise.
2112         * lib/unictype/scripts_byname.gperf: Likewise.
2113         * lib/unictype/sy_c_ident.h: Likewise.
2114         * lib/unictype/sy_c_whitespace.h: Likewise.
2115         * lib/unictype/sy_java_ident.h: Likewise.
2116         * lib/unictype/sy_java_whitespace.h: Likewise.
2117
2118         * lib/unictype/Makefile: New file.
2119         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
2120         glibc.
2121         * lib/unictype/3level.h: New file, copied from glibc.
2122         * lib/unictype/3levelbit.h: New file.
2123
2124 2007-11-11  Bruno Haible  <bruno@clisp.org>
2125
2126         * modules/gperf: New file.
2127         * modules/iconv_open (Depends-on): Add it.
2128         (Makefile.am): Remove the GPERF definition.
2129
2130 2007-11-11  Bruno Haible  <bruno@clisp.org>
2131
2132         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
2133         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
2134
2135 2007-11-11  Bruno Haible  <bruno@clisp.org>
2136
2137         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
2138         (usage): Remove function.
2139
2140 2007-11-11  Bruno Haible  <bruno@clisp.org>
2141
2142         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
2143         gl_FUNC_CEILF_LIBS.
2144         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
2145         gl_FUNC_CEIL_LIBS.
2146         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
2147         gl_FUNC_CEILL_LIBS.
2148         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
2149         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
2150         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
2151
2152 2007-11-11  Bruno Haible  <bruno@clisp.org>
2153
2154         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
2155         roundf were declared but do not exist on functions.
2156         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
2157         roundl were declared but do not exist on functions.
2158         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
2159         HAVE_FLOORL_AND_CEILL, respectively.
2160         Needed for Sun C on Solaris 10.
2161
2162 2007-11-11  Bruno Haible  <bruno@clisp.org>
2163
2164         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
2165         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
2166         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
2167         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
2168         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
2169         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
2170         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
2171         HAVE_DECL_ROUNDF.
2172         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
2173         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
2174         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
2175         of HAVE_DECL_ROUND*.
2176         * modules/math (Makefile.am): Update.
2177
2178 2007-11-10  Bruno Haible  <bruno@clisp.org>
2179
2180         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
2181         ptrdiff_t as m4/intl.m4.
2182
2183 2007-11-10  Jim Meyering  <meyering@redhat.com>
2184
2185         Avoid link failure for the argmatch test.
2186         * tests/test-argmatch.c (usage): Define function to avoid a link
2187         failure: argmatch_die requires a usage function.
2188
2189 2007-11-09  Bruno Haible  <bruno@clisp.org>
2190
2191         * doc/functions/snprintf.texi: Mention BeOS deficiency.
2192         * doc/functions/vsnprintf.texi: Likewise.
2193         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
2194         with a size argument < 2.
2195
2196 2007-11-09  Bruno Haible  <bruno@clisp.org>
2197
2198         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
2199         buffer. Fixes an inefficiency introduced on 2007-11-03.
2200
2201 2007-11-09  Bruno Haible  <bruno@clisp.org>
2202
2203         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
2204         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
2205
2206 2007-11-08  Jim Meyering  <meyering@redhat.com>
2207
2208         Change cache variable name prefix "jm_" to "gl_" everywhere.
2209         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
2210         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
2211         * m4/uptime.m4: s/gl_/jm_/
2212
2213 2007-11-07  Bruno Haible  <bruno@clisp.org>
2214
2215         Update to GNU gettext 0.17.
2216         * m4/intl.m4: Update to GNU gettext 0.17.
2217         * m4/po.m4: Likewise.
2218         * modules/gettext (Files): Remove m4/ulonglong.m4.
2219         (configure.ac): Require gettext infrastructure from version 0.17.
2220
2221 2007-11-06  Bruno Haible  <bruno@clisp.org>
2222
2223         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
2224         symbolic values are not defined in a public header.
2225         * lib/freadable.c (freadable) [QNX]: Likewise.
2226         * lib/freadahead.c (freadahead) [QNX]: Likewise.
2227         * lib/freading.c (freading) [QNX]: Likewise.
2228         * lib/fseterr.c (fseterr) [QNX]: Likewise.
2229         * lib/fwritable.c (fwritable) [QNX]: Likewise.
2230         * lib/fwriting.c (fwriting) [QNX]: Likewise.
2231         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
2232         Reported by Alain Magloire.
2233
2234         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
2235
2236 2007-11-05  Bruno Haible  <bruno@clisp.org>
2237
2238         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
2239         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
2240         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
2241         Reported by Eric Blake.
2242
2243 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2244             Bruno Haible  <bruno@clisp.org>
2245
2246         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
2247         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
2248         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
2249         (malloc): Undefine also before including <stdlib.h>.
2250         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
2251         Needed on OSF/1 4.0.
2252
2253 2007-11-05  Jim Meyering  <meyering@redhat.com>
2254
2255         git-version-gen: sync from coreutils.
2256         * build-aux/git-version-gen: Add comments.
2257         Change the first '-' to '.' in the snapshot version string,
2258         e.g., 6.9-377-08144 -> 6.9.377-08144
2259         Remove first parameter.
2260         Don't declare a version "-dirty" merely because a time
2261         stamp has changed.
2262
2263 2007-11-04  Bruno Haible  <bruno@clisp.org>
2264
2265         * lib/lock.h: Protect all macro definitions containing an 'if'
2266         statement through a "do { ... } while (0)".
2267         * lib/tls.h: Likewise.
2268
2269 2007-11-04  Bruno Haible  <bruno@clisp.org>
2270
2271         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
2272
2273 2007-11-04  Bruno Haible  <bruno@clisp.org>
2274
2275         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
2276         * modules/fprintf-posix (Depends-on): Add nocrash.
2277         * modules/snprintf-posix (Depends-on): Likewise.
2278         * modules/sprintf-posix (Depends-on): Likewise.
2279         * modules/vasnprintf-posix (Depends-on): Likewise.
2280         * modules/vasprintf-posix (Depends-on): Likewise.
2281         * modules/vfprintf-posix (Depends-on): Likewise.
2282         * modules/vsnprintf-posix (Depends-on): Likewise.
2283         * modules/vsprintf-posix (Depends-on): Likewise.
2284         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2285         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2286         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2287         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2288         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2289         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2290         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2291
2292 2007-11-04  Bruno Haible  <bruno@clisp.org>
2293
2294         * modules/nocrash: New file.
2295         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
2296         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
2297
2298 2007-11-04  Bruno Haible  <bruno@clisp.org>
2299
2300         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
2301         precision handling.
2302         * tests/test-vasprintf-posix.c (test_function): Likewise.
2303         * tests/test-snprintf-posix.h (test_function): Likewise.
2304         * tests/test-sprintf-posix.h (test_function): Likewise.
2305
2306         Fix *printf behaviour for large precisions on mingw and BeOS.
2307         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
2308         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
2309         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
2310         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2311         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2312         gl_PRINTF_PRECISION and test its result. Invoke
2313         gl_PREREQ_VASNPRINTF_PRECISION.
2314         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2315         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2316         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2317         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2318         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2319         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2320         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2321         * doc/functions/fprintf.texi: Update.
2322         * doc/functions/printf.texi: Update.
2323         * doc/functions/snprintf.texi: Update.
2324         * doc/functions/sprintf.texi: Update.
2325         * doc/functions/vfprintf.texi: Update.
2326         * doc/functions/vprintf.texi: Update.
2327         * doc/functions/vsnprintf.texi: Update.
2328         * doc/functions/vsprintf.texi: Update.
2329
2330 2007-11-04  Bruno Haible  <bruno@clisp.org>
2331
2332         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
2333
2334 2007-11-04  Bruno Haible  <bruno@clisp.org>
2335
2336         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
2337         Reported by Sylvain Beucler <beuc@gnu.org>.
2338
2339 2007-11-03  Bruno Haible  <bruno@clisp.org>
2340
2341         * tests/test-fprintf-posix2.sh: New file.
2342         * tests/test-fprintf-posix2.c: New file.
2343         * modules/fprintf-posix-tests (Files): Add them.
2344         (TESTS): Add test-fprintf-posix2.sh.
2345         (configure.ac): Check for getrlimit and setrlimit.
2346         (check_PROGRAMS): Add test-fprintf-posix2.
2347
2348         * tests/test-printf-posix2.sh: New file.
2349         * tests/test-printf-posix2.c: New file.
2350         * modules/printf-posix-tests (Files): Add them.
2351         (TESTS): Add test-printf-posix2.sh.
2352         (configure.ac): Check for getrlimit and setrlimit.
2353         (check_PROGRAMS): Add test-printf-posix2.
2354
2355         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
2356         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
2357         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
2358         (decode_double): New function, copied from decode_long_double.
2359         (scale10_round_decimal_decoded): New function, extracted from
2360         scale10_round_decimal_long_double.
2361         (scale10_round_decimal_long_double): Use it.
2362         (scale10_round_decimal_double): New function.
2363         (floorlog10): New function.
2364         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
2365         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
2366         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2367         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2368         gl_PRINTF_ENOMEM and test its result. Invoke
2369         gl_PREREQ_VASNPRINTF_ENOMEM.
2370         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2371         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2372         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2373         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2374         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2375         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2376         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2377         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
2378         * modules/snprintf-posix (Depends-on): Likewise.
2379         * modules/sprintf-posix (Depends-on): Likewise.
2380         * modules/vasnprintf-posix (Depends-on): Likewise.
2381         * modules/vasprintf-posix (Depends-on): Likewise.
2382         * modules/vfprintf-posix (Depends-on): Likewise.
2383         * modules/vsnprintf-posix (Depends-on): Likewise.
2384         * modules/vsprintf-posix (Depends-on): Likewise.
2385         * doc/functions/fprintf.texi: Update.
2386         * doc/functions/printf.texi: Update.
2387         * doc/functions/snprintf.texi: Update.
2388         * doc/functions/sprintf.texi: Update.
2389         * doc/functions/vfprintf.texi: Update.
2390         * doc/functions/vprintf.texi: Update.
2391         * doc/functions/vsnprintf.texi: Update.
2392         * doc/functions/vsprintf.texi: Update.
2393
2394 2007-11-03  Bruno Haible  <bruno@clisp.org>
2395
2396         * modules/frexp-nolibm-tests: New file.
2397
2398         * modules/frexp-nolibm: New file.
2399         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
2400
2401 2007-11-03  Bruno Haible  <bruno@clisp.org>
2402
2403         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
2404         value is C99 compliant.
2405         Needed for OSF/1 5.1.
2406
2407 2007-11-03  Bruno Haible  <bruno@clisp.org>
2408
2409         Fix out-of-memory handling of vasnprintf.
2410         * lib/printf-parse.c: Include <errno.h>.
2411         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
2412         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
2413         is already set.
2414
2415 2007-11-02  Eric Blake  <ebb9@byu.net>
2416
2417         Fix tests on cygwin.
2418         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
2419
2420 2007-11-01  Bruno Haible  <bruno@clisp.org>
2421
2422         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
2423         warning.
2424         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
2425         needed for POSIX compatibility.
2426
2427 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
2428
2429         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
2430         for compatibility with GNU.
2431
2432 2007-11-01  Bruno Haible  <bruno@clisp.org>
2433
2434         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
2435         (putenv): Renamed from rpl_putenv. Change argument type from
2436         'const char *' to 'char *'.
2437         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
2438         of defining putenv in config.h, just set REPLACE_PUTENV.
2439         * modules/putenv (Depends-on): Add stdlib.
2440         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2441         (Include): Use <stdlib.h>.
2442         * lib/stdlib.in.h (putenv): New declaration.
2443         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
2444         REPLACE_PUTENV.
2445         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
2446         REPLACE_PUTENV.
2447         Needed for MacOS X 10.5.0.
2448         Reported by Peter O'Gorman <peter@pogma.com>.
2449
2450 2007-11-01  Jim Meyering  <meyering@redhat.com>
2451
2452         Treat an empty date string exactly like "0".
2453         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
2454         if the remaining date string (to be parsed) is empty, use "0".
2455         Reported by Mischa Molhoek and discussed in this thread:
2456         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
2457
2458 2007-10-31  Bruno Haible  <bruno@clisp.org>
2459
2460         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
2461         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
2462         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
2463         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
2464         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
2465         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
2466
2467 2007-10-31  Bruno Haible  <bruno@clisp.org>
2468
2469         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
2470         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
2471         (AC_TYPE_LONG_LONG_INT): Use it.
2472         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
2473         it as well.
2474         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
2475         to m4/longlong.m4.
2476         * modules/stdint (Files): Remove m4/ulonglong.m4.
2477         * modules/strtoull (Files): Use m4/longlong.m4 instead of
2478         m4/ulonglong.m4.
2479         * modules/strtoumax (Files): Likewise.
2480
2481 2007-10-30  Bruno Haible  <bruno@clisp.org>
2482
2483         * modules/xvasprintf-posix: New file.
2484         Suggested by Eric Blake.
2485
2486 2007-10-30  Bruno Haible  <bruno@clisp.org>
2487
2488         * modules/xprintf-posix-tests: New file.
2489         * tests/test-xprintf-posix.sh: New file.
2490         * tests/test-xprintf-posix.c: New file.
2491         * tests/test-xfprintf-posix.c: New file.
2492
2493         * modules/xprintf-posix: New file.
2494
2495 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2496
2497         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
2498         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
2499         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
2500
2501 2007-10-29  Bruno Haible  <bruno@clisp.org>
2502
2503         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
2504         contain the special marker '_cv_'.
2505         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
2506         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
2507         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
2508         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
2509         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
2510         Reported by Ralf Wildenhues.
2511
2512 2007-10-29  Bruno Haible  <bruno@clisp.org>
2513
2514         * gnulib-tool (func_import): When --lgpl is not specified, set
2515         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
2516         GPLv3.
2517         Reported by Simon Josefsson.
2518
2519 2007-10-28  Bruno Haible  <bruno@clisp.org>
2520
2521         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2522         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
2523         HAVE_DECL_ISFINITE.
2524         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
2525         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
2526         HAVE_DECL_ISFINITE.
2527
2528 2007-10-28  Bruno Haible  <bruno@clisp.org>
2529
2530         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
2531         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
2532
2533 2007-10-28  Bruno Haible  <bruno@clisp.org>
2534
2535         Fix link errors with Sun C 5.0 on Solaris 10.
2536         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
2537         function is declared but not present in the compiler's libm.
2538         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
2539         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
2540         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
2541         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
2542         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
2543         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
2544         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
2545         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
2546         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
2547         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
2548         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
2549         HAVE_DECL_FLOORL.
2550
2551 2007-10-28  Bruno Haible  <bruno@clisp.org>
2552
2553         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
2554         gl_FUNC_FLOORL. Cache the result.
2555         (gl_FUNC_FLOORL): Use it.
2556         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
2557         gl_FUNC_CEILL. Cache the result.
2558         (gl_FUNC_CEILL): Use it.
2559
2560         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
2561         gl_FUNC_FLOOR. Cache the result.
2562         (gl_FUNC_FLOOR): Use it.
2563         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
2564         gl_FUNC_CEIL. Cache the result.
2565         (gl_FUNC_CEIL): Use it.
2566
2567         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
2568         gl_FUNC_FLOORF. Cache the result.
2569         (gl_FUNC_FLOORF): Use it.
2570         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
2571         gl_FUNC_CEILF. Cache the result.
2572         (gl_FUNC_CEILF): Use it.
2573
2574 2007-10-28  Bruno Haible  <bruno@clisp.org>
2575
2576         * gnulib-tool: Allow specifying the LGPL version number through
2577         --lgpl=2 or --lgpl=3.
2578         (func_usage): Document --lgpl with argument.
2579         Handle --lgpl=... arguments.
2580         (func_import): Recognize also gl_LGPL calls with an argument. When
2581         --lgpl=2 is used and the module's license is just LGPL, report an
2582         error. Set sed_transform_lib_file according to the lgpl variable. In
2583         the generated files, use --lgpl or gl_LGPL invocations with argument,
2584         if necessary.
2585         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
2586         an LGPv2+ license.
2587         * doc/gnulib-tool.texi (Modified imports): Update explanation of
2588         gl_LGPL macro.
2589
2590 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2591             Bruno Haible  <bruno@clisp.org>
2592
2593         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
2594         (u16_uctomb_aux): Likewise.
2595         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
2596         !HAVE_INLINE.
2597         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
2598
2599 2007-10-28  Bruno Haible  <bruno@clisp.org>
2600
2601         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
2602         Invoke AM_GETTEXT_OPTION if it exists.
2603         * modules/vasprintf: Likewise.
2604         * modules/verror: Likewise.
2605         * modules/xprintf: Likewise.
2606         * modules/xvasprintf: Likewise.
2607
2608 2007-10-27  Ben Pfaff  <blp@gnu.org>
2609
2610         * lib/math.in.h: Define isfinite macro and prototypes for
2611         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
2612         implementations.
2613         * m4/math_h.m4: New substitutions for isfinite module.
2614         * lib/isfinite.c: New file.
2615         * m4/isfinite.m4: New file.
2616         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
2617         * modules/isfinite: New file.
2618         * modules/isfinite-tests: New file.
2619         * tests/tests-isfinite.c: New file.
2620         * doc/functions/isfinite.texi: Mention isfinite module.
2621         * MODULES.html.sh: Mention new module.
2622
2623 2007-10-27  Ben Pfaff  <blp@gnu.org>
2624
2625         Ralf Wildenhues reported that Tru64 4.0D declares the round
2626         functions but does not have definitions.
2627         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
2628         cannot be found in any library, set the output variable to
2629         "missing" instead of "".
2630         * m4/round.m4: Also use our substitute if we cannot find round in
2631         any library, even if it is declared.
2632         * m4/roundf.m4: Likewise for roundf.
2633         * m4/roundl.m4: Likewise for roundl.
2634         * lib/math.in.h: Undefine roundf, round, roundl before defining
2635         their replacements, to allow for hypothetical systems where these
2636         may be defined as macros but not available in libraries.
2637
2638 2007-10-27  Bruno Haible  <bruno@clisp.org>
2639
2640         * doc/gnulib.texi: Invoke @firstparagraphindent.
2641         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
2642         changes in gnulib.
2643         (Source changes): New section.
2644
2645 2007-10-26  Bruno Haible  <bruno@clisp.org>
2646
2647         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
2648         borrowed from autoconf.
2649
2650 2007-10-26  Bruno Haible  <bruno@clisp.org>
2651
2652         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
2653         strerror returned the empty string. Needed on HP-UX 11.00.
2654
2655 2007-10-24  Micah Cowan  <micah@cowan.name>
2656
2657         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
2658         * build-aux/bootstrap: Remove support for now-unnecessary option,
2659         --cvs-user, and envvars CVS_USER, CVS_RSH.
2660
2661 2007-10-24  Jim Meyering  <meyering@redhat.com>
2662
2663         Avoid diagnostics from sha1sum when there is no cached checksum.
2664         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
2665         if the po.s1 file hasn't been created yet.
2666
2667         * build-aux/bootstrap: Sync from coreutils:
2668         2007-10-24  Jim Meyering  <meyering@redhat.com>
2669         Get gnulib from the git repository, not from an obsolete cvs one.
2670         * build-aux/bootstrap: Suggestion from Micah Cowan.
2671         2007-10-04  Jim Meyering  <jim@meyering.net>
2672         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
2673         (update_po_files): Work also when there are no .po files in po/.
2674
2675 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         * README: Append ".git" to git and cg examples.
2678         Problem reported by Benoit Sigoure.
2679
2680 2007-10-23  Micah Cowan  <micah@cowan.name>
2681
2682         * users.txt: Add wget.
2683
2684 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2685
2686         Fix linking of some unistdio tests on FreeBSD.
2687         * modules/unistdio/u16-vsnprintf-tests
2688         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
2689         * modules/unistdio/u16-vsprintf-tests
2690         (test_u16_vsnprintf1_LDADD): Likewise.
2691         * modules/unistdio/u32-vsnprintf-tests
2692         (test_u32_vsnprintf1_LDADD): Likewise.
2693         * modules/unistdio/u32-vsprintf-tests
2694         (test_u32_vsprintf1_LDADD): Likewise.
2695         * modules/unistdio/u8-vsnprintf-tests
2696         (test_u8_vsnprintf1_LDADD): Likewise.
2697         * modules/unistdio/u8-vsprintf-tests
2698         (test_u8_vsprintf1_LDADD): Likewise.
2699         * modules/unistdio/ulc-vsnprintf-tests
2700         (test_ulc_vsnprintf1_LDADD): Likewise.
2701         * modules/unistdio/ulc-vsprintf-tests
2702         (test_ulc_vsprintf1_LDADD): Likewise.
2703
2704         Fix linking of some uniconv tests on FreeBSD.
2705         * modules/uniconv/u16-conv-from-enc-tests
2706         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
2707         * modules/uniconv/u16-conv-to-enc-tests
2708         (test_u16_conv_to_enc_LDADD): Likewise.
2709         * modules/uniconv/u16-strconv-from-enc-tests
2710         (test_u16_strconv_from_enc_LDADD): Likewise.
2711         * modules/uniconv/u16-strconv-to-enc-tests
2712         (test_u16_strconv_to_enc_LDADD): Likewise.
2713         * modules/uniconv/u32-conv-from-enc-tests
2714         (test_u32_conv_from_enc_LDADD): Likewise.
2715         * modules/uniconv/u32-conv-to-enc-tests
2716         (test_u32_conv_to_enc_LDADD): Likewise.
2717         * modules/uniconv/u32-strconv-from-enc-tests
2718         (test_u32_strconv_from_enc_LDADD): Likewise.
2719         * modules/uniconv/u32-strconv-to-enc-tests
2720         (test_u32_strconv_to_enc_LDADD): Likewise.
2721         * modules/uniconv/u8-conv-from-enc-tests
2722         (test_u8_conv_from_enc_LDADD): Likewise.
2723         * modules/uniconv/u8-conv-to-enc-tests
2724         (test_u8_conv_to_enc_LDADD): Likewise.
2725         * modules/uniconv/u8-strconv-from-enc-tests
2726         (test_u8_strconv_from_enc_LDADD): Likewise.
2727         * modules/uniconv/u8-strconv-to-enc-tests
2728         (test_u8_strconv_to_enc_LDADD): Likewise.
2729
2730 2007-10-22  Bruno Haible  <bruno@clisp.org>
2731
2732         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
2733         size.
2734
2735 2007-10-22  Eric Blake  <ebb9@byu.net>
2736
2737         Tweak x*printf documentation.
2738         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
2739         variable name and comments.
2740         Suggested by Bruno Haible.
2741
2742 2007-10-22  Bruno Haible  <bruno@clisp.org>
2743
2744         * lib/acl.c (copy_acl): Fix file name in comment.
2745
2746 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2747
2748         Fix Tru64 problem with stdbool.h.
2749         * lib/stdbool.in.h (false, true):
2750         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
2751         Don't declare as an enum in this situation; it runs afoul of Tru64.
2752         Problem reported by Steven M. Schweda in
2753         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
2754
2755 2007-10-22  Eric Blake  <ebb9@byu.net>
2756
2757         Also wrap vf?printf.
2758         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
2759         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
2760         (xvprintf, xvfprintf): New functions.
2761
2762 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2763
2764         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
2765         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
2766
2767         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
2768         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
2769
2770 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2771
2772         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
2773         by Bruno Haible.
2774
2775 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2776
2777         * lib/getloadavg.c
2778         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
2779         Undef `sys' after including sys/table.h, for Tru64 4.0D.
2780
2781         * tests/test-i-ring.c: Work for C89.
2782
2783 2007-10-22  Bruno Haible  <bruno@clisp.org>
2784
2785         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
2786         -1u, in preprocessor expression, so that we don't test for the bug
2787         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
2788         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
2789
2790 2007-10-22  Eric Blake  <ebb9@byu.net>
2791
2792         * tests/test-yesno.sh: Silence stderr during test.
2793
2794 2007-10-22  Simon Josefsson  <simon@josefsson.org>
2795
2796         * modules/crypto/gc-camellia: New file.
2797
2798         * m4/gc-camellia.m4: New file.
2799
2800         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
2801
2802         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
2803
2804 2007-10-22  Simon Josefsson  <simon@josefsson.org>
2805
2806         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
2807         --help to stdout.  Reported by sms@antinode.org (Steven
2808         M. Schweda).
2809
2810 2007-10-22  Simon Josefsson  <simon@josefsson.org>
2811
2812         * users.txt: Fix link to libksba.
2813
2814 2007-10-21  Ben Pfaff  <blp@gnu.org>
2815
2816         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
2817         round.c roundf implementation that depends on floorf and ceilf to
2818         be tested unconditionally.
2819
2820 2007-10-21  Ben Pfaff  <blp@gnu.org>
2821
2822         * m4/check-libm-func.m4: Removed.
2823         * m4/check-math-lib.m4: New file.
2824         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
2825         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
2826         definition and lack of AC_LIBOBJ([roundf]).
2827         * m4/roundl.m4: Ditto, and similarly for roundl.
2828         * modules/round: Reference new m4 file.
2829         * modules/roundf: Ditto.
2830         * modules/roundl: Ditto.
2831         * tests/test-round2.c (main): Use ROUND instead of round.
2832         Bug report from Bruno Haible.
2833
2834 2007-10-21  Bruno Haible  <bruno@clisp.org>
2835
2836         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
2837         context.
2838
2839 2007-10-21  Bruno Haible  <bruno@clisp.org>
2840
2841         * tests/test-wcwidth.c (main): Allow negative result for some control
2842         characters.
2843
2844         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
2845         Needed on OSF/1 5.1.
2846
2847 2007-10-21  Bruno Haible  <bruno@clisp.org>
2848
2849         * tests/test-floorf1.c: Include isnanf.h.
2850         (main): Use isnanf() instead of isnan().
2851         * tests/test-ceilf1.c: Include isnanf.h.
2852         (main): Use isnanf() instead of isnan().
2853         * tests/test-truncf1.c: Include isnanf.h.
2854         (main): Use isnanf() instead of isnan().
2855         * tests/test-roundf1.c: Include isnanf.h.
2856         (main): Use isnanf() instead of isnan().
2857
2858 2007-10-21  Eric Blake  <ebb9@byu.net>
2859
2860         * users.txt: Update URL for m4.
2861
2862 2007-10-21  Bruno Haible  <bruno@clisp.org>
2863
2864         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
2865
2866 2007-10-21  Bruno Haible  <bruno@clisp.org>
2867
2868         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
2869         Git's management files if the CVS files are not present.
2870
2871 2007-10-20  Bruno Haible  <bruno@clisp.org>
2872
2873         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
2874         gcc-3.4.x.
2875
2876 2007-10-20  Ben Pfaff  <blp@gnu.org>
2877
2878         * lib/math.in.h: Declare round, roundf, roundl if we are providing
2879         implementations.
2880         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
2881         * lib/round.c: New file.
2882         * lib/roundf.c: New file.
2883         * lib/roundl.c: New file.
2884         * m4/round.m4: New file.
2885         * m4/roundf.m4: New file.
2886         * m4/roundl.m4: New file.
2887         * m4/check-libm-func-m4: New file.
2888         * modules/math: Replace round, roundf, roundl related @VARS@ in
2889         math.in.h.
2890         * modules/round: New file.
2891         * modules/round-tests: New file.
2892         * modules/roundf: New file.
2893         * modules/roundf-tests: New file.
2894         * modules/roundl: New file.
2895         * modules/roundl-tests: New file.
2896         * tests/test-round1.c: New file.
2897         * tests/test-round2.c: New file.
2898         * tests/test-roundf1.c: New file.
2899         * tests/test-roundf2.c: New file.
2900         * tests/test-roundl.c: New file.
2901         * doc/functions/round.texi: Mention round module.
2902         * doc/functions/roundf.texi: Mention roundf module.
2903         * doc/functions/roundl.texi: Mention roundl module.
2904         * MODULES.html.sh: Mention new modules.
2905         Thanks to Bruno Haible for suggestions.
2906
2907 2007-10-20  Jim Meyering  <meyering@redhat.com>
2908
2909         * lib/xprintf.c: Include <config.h> unconditionally.
2910
2911         Change xprintf's license to GPL.
2912         * modules/xprintf (License): s/LGPL/GPL/, since this module
2913         depends on modules (exit and exitfail) which are GPL.
2914         Suggestion from Bruno Haible.
2915
2916         xprintf fixes.
2917         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
2918         Use a clearer diagnostic.
2919         Patch from Bruno Haible.
2920
2921 2007-10-20  Bruno Haible  <bruno@clisp.org>
2922
2923         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
2924         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
2925         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2926
2927 2007-10-20  Bruno Haible  <bruno@clisp.org>
2928
2929         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
2930         precision in the comparison result > x - 1 or similar.
2931         * tests/test-ceilf2.c (correct_result_p): Likewise.
2932         * tests/test-truncf2.c (correct_result_p): Likewise.
2933         * tests/test-trunc2.c (correct_result_p): Likewise.
2934         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2935
2936 2007-10-20  Bruno Haible  <bruno@clisp.org>
2937
2938         * modules/ceil: New file.
2939         * m4/ceil.m4: New file.
2940         * doc/functions/ceil.texi: Mention the 'ceil' module.
2941
2942 2007-10-20  Bruno Haible  <bruno@clisp.org>
2943
2944         * modules/floor: New file.
2945         * m4/floor.m4: New file.
2946         * doc/functions/floor.texi: Mention the 'floor' module.
2947
2948 2007-10-20  Bruno Haible  <bruno@clisp.org>
2949
2950         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
2951         of %a.
2952         * modules/floorf-tests (Depends-on): Likewise.
2953         * modules/truncf-tests (Depends-on): Likewise.
2954         * modules/trunc-tests (Depends-on): Likewise.
2955         Reported by Ben Pfaff.
2956
2957 2007-10-19  Jim Meyering  <meyering@redhat.com>
2958
2959         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
2960         Don't bother testing specific errno values.  Just test ferror.
2961
2962         New module: xprintf
2963         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
2964
2965 2007-10-19  Bruno Haible  <bruno@clisp.org>
2966
2967         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
2968         syntax.
2969         * modules/javaexec (Makefile.am): Likewise.
2970         * modules/relocatable-prog (Makefile.am): Likewise.
2971         Suggested by Jim Meyering.
2972
2973 2007-10-18  Bruno Haible  <bruno@clisp.org>
2974
2975         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
2976         Reported by Jim Meyering.
2977
2978 2007-10-18  Eric Blake  <ebb9@byu.net>
2979
2980         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
2981
2982 2007-10-18  Bruno Haible  <bruno@clisp.org>
2983
2984         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
2985         the format string into writable memory. Needed in Fortify conditions.
2986
2987 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
2988             Bruno Haible  <bruno@clisp.org>
2989
2990         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
2991         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
2992         * modules/trim (Depends-on): Add mbchar.
2993         (configure.ac): Add gl_FUNC_MBRTOWC.
2994         (Makefile.am): Augment lib_SOURCES.
2995
2996 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2997
2998         Modify glob.c to use fstatat and dirfd, to simplify it.
2999         Suggested by Eric Blake.
3000         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
3001         Don't include <stdbool.h>; not used.
3002         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
3003         (link_exists_p): Simplify implementation, since we can now assume
3004         dirfd and fstatat.
3005         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
3006
3007 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3008
3009         * gnulib-tool (func_get_dependencies): Fix sed script to
3010         match only tests.
3011
3012 2007-10-17  Bruno Haible  <bruno@clisp.org>
3013
3014         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
3015         allow locale names without encoding suffix.
3016         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3017         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3018
3019 2007-10-16  Bruno Haible  <bruno@clisp.org>
3020
3021         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
3022         * lib/getgroups.c (getgroups): Likewise.
3023         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
3024
3025 2007-10-16  Bruno Haible  <bruno@clisp.org>
3026
3027         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
3028         * modules/malloc-posix (License): Likewise.
3029         * modules/realloc-posix (License): Likewise.
3030         * modules/calloc-posix (License): Likewise.
3031         * modules/intprops (License): Change from GPL to LGPL, with
3032         Paul Eggert's approval.
3033
3034 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3035
3036         Merge glibc changes into lib/glob.c.
3037
3038         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
3039         2007-10-15 04:59:03 UTC.  Here are the changes:
3040
3041         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3042
3043         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
3044
3045         * lib/glob.c: Add some branch prediction throughout.
3046
3047         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3048
3049         [BZ #5103]
3050         * lib/glob.c (glob): Recognize patterns starting \/.
3051
3052         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
3053
3054         [BZ #3996]
3055         * lib/glob.c (attribute_hidden): Define if not defined.
3056         (glob): Unescape dirname, filename or username when needed and not
3057         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
3058         is NULL.  Handle unescaped [ in pattern without closing ].
3059         Don't pass GLOB_CHECK down to recursive glob for directories.
3060         (__glob_pattern_type): New function.
3061         (__glob_pattern_p): Implement using __glob_pattern_type.
3062         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
3063         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
3064         Remove unreachable code.
3065
3066         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
3067
3068         * lib/glob.c (glob_in_dir): Add some comments and asserts to
3069         explain why there are no leaks.
3070
3071         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
3072
3073         [BZ #3253]
3074         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
3075         time, rather allocate increasingly bigger arrays of pointers, if
3076         possible with alloca, if too large with malloc.
3077
3078 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3079
3080         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
3081         Problem reported by H.Merijn Brand in
3082         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
3083         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
3084         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
3085
3086 2007-10-15  Bruno Haible  <bruno@clisp.org>
3087
3088         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
3089         with explicit rpl_ prefix.
3090         * lib/fopen.c (fopen): Likewise.
3091         * lib/freopen.c (freopen): Likewise.
3092         * lib/iconv.c (iconv): Likewise.
3093         * lib/iconv_close.c (iconv_close): Likewise.
3094
3095 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3096
3097         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
3098
3099 2007-10-15  Bruno Haible  <bruno@clisp.org>
3100
3101         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
3102         <stddef.h> instead of <stdlib.h> since we only need NULL.
3103         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3104
3105 2007-10-15  Bruno Haible  <bruno@clisp.org>
3106
3107         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
3108         Replace paragraph talking about LIBOBJS.
3109         Reported by Colin Watson <cjwatson@debian.org>.
3110
3111 2007-10-15  Bruno Haible  <bruno@clisp.org>
3112
3113         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
3114         <stdlib.h> before using NULL.
3115
3116 2007-10-15  Simon Josefsson  <simon@josefsson.org>
3117
3118         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
3119         Reported by Albert Chin <china@thewrittenword.com>.
3120
3121 2007-10-14  Bruno Haible  <bruno@clisp.org>
3122
3123         * modules/iconv_open-utf-tests: New file.
3124         * tests/test-iconv-utf.c: New file.
3125
3126         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
3127         * modules/iconv_open-utf: New file.
3128         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
3129         (iconv, iconv_close): New declarations.
3130         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
3131         be defined.
3132         (iconv_open): Add special handling of conversion between UTF-8 and
3133         UTF-{16,32}{BE,LE}.
3134         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
3135         * lib/iconv_close.c: New file.
3136         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
3137         gl_FUNC_ICONV_OPEN.
3138         (gl_FUNC_ICONV_OPEN): Use it.
3139         (gl_FUNC_ICONV_OPEN_UTF): New macro.
3140         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
3141         and REPLACE_ICONV_UTF.
3142         * modules/iconv_open (Depends-on): Add c-strcase.
3143         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
3144         ICONV_CONST.
3145         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
3146
3147 2007-10-13  Albert Chin  <china@thewrittenword.com>
3148             Bruno Haible  <bruno@clisp.org>
3149
3150         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
3151         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
3152
3153 2007-10-13  Bruno Haible  <bruno@clisp.org>
3154
3155         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
3156         defined, use the ISO C99 inline semantics.
3157         * lib/argp.h (ARGP_EI): Likewise.
3158
3159 2007-10-13  Bruno Haible  <bruno@clisp.org>
3160
3161         Handle 'inline' change in gcc 4.3.0.
3162         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
3163         argp_fmtstream_write, argp_fmtstream_set_lmargin,
3164         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
3165         argp_fmtstream_point): Disable 'extern' declaration if the function
3166         definition is going to be provided inline.
3167         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
3168         semantics, not the ISO C99 inline semantics.
3169         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
3170         'extern' declaration if the function definition is going to be provided
3171         inline.
3172         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
3173         the GNU C inline semantics, not the ISO C99 inline semantics. With
3174         GCC 4.2, avoid a warning.
3175
3176 2007-10-13  Bruno Haible  <bruno@clisp.org>
3177
3178         * lib/freading.h (freading): Enable the use of __freading for
3179         glibc >= 2.7.
3180         * lib/freading.c (freading): Likewise.
3181
3182 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3183
3184         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
3185         "warning: C99 inline functions are not supported; using GNU89".
3186
3187 2007-10-12  Bruno Haible  <bruno@clisp.org>
3188
3189         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
3190         of 2.
3191         * tests/test-ceilf2.c: New file.
3192         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
3193
3194         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
3195         * modules/ceilf-tests: Update.
3196
3197 2007-10-12  Bruno Haible  <bruno@clisp.org>
3198
3199         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
3200         of 2.
3201         * tests/test-floorf2.c: New file.
3202         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
3203
3204         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
3205         * modules/floorf-tests: Update.
3206
3207 2007-10-12  Bruno Haible  <bruno@clisp.org>
3208
3209         * tests/test-trunc2.c: New file.
3210         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
3211
3212         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
3213         * modules/trunc-tests: Update.
3214
3215 2007-10-12  Bruno Haible  <bruno@clisp.org>
3216
3217         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
3218         of 2.
3219         * tests/test-truncf2.c: New file.
3220         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
3221
3222         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
3223         * modules/truncf-tests: Update.
3224
3225 2007-10-11  Eric Blake  <ebb9@byu.net>
3226
3227         Don't claim strerror is broken on Interix.
3228         * doc/functions/strerror.texi (strerror): Known broken systems are
3229         now Solaris 8, and not Interix.
3230         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
3231         Interix on cross-compile.
3232         Reported by Martin Koeppe in
3233         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
3234
3235 2007-10-11  Bruno Haible  <bruno@clisp.org>
3236
3237         * modules/i-ring-tests: New file.
3238         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
3239         instead of assert.
3240
3241 2007-10-11  Bruno Haible  <bruno@clisp.org>
3242
3243         * modules/filenamecat-tests: New file.
3244         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
3245         * lib/filenamecat.c: Remove test code.
3246
3247 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3248
3249         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
3250
3251         * lib/strerror.c: Include <string.h> always, to test interface,
3252         and to remove the need for the dummy.
3253         Include intprops.h to compute width instead of doing it ourselves
3254         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
3255         (strerror): Define it to return NULL if there's no system strerror.
3256         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
3257         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
3258         ancient pre-strerror Unix systems well any more.  Saying "unknown
3259         system error" is enough.
3260         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
3261         simpler strerror.c implementation.
3262         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
3263         Simplify the tests to reflect the simpler strerror implementation.
3264         * modules/strerror (Depends-on): Add intprops.
3265
3266 2007-10-09  Eric Blake  <ebb9@byu.net>
3267
3268         Silence test-fpending.
3269         * modules/fpending-tests (Files): Add wrapper script.
3270         * tests/test-fpending.sh: New file.
3271
3272 2007-10-09  Bruno Haible  <bruno@clisp.org>
3273
3274         * MODULES.html.sh (func_module): Don't create a hyperlink for
3275         function names like 'printf_frexp'.
3276         (Misc): Add crc, memxor.
3277         (Characteristics of floating types): New section.
3278         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
3279         isnanf-nolibm, signbit, trunc, truncf, truncl.
3280         (Enhancements for ISO C 99 functions): New subsection Input/output.
3281         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
3282         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
3283         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
3284         (Compatibility checks for POSIX:2001 functions): Add clock-time.
3285         (Enhancements for POSIX:2001 functions): Add chdir-long.
3286         (File system functions): Add areadlink, chdir-safer, read-file.
3287         Remove cycle-check.
3288         (File system as inode set): New section.
3289         (Date and time): Add gethrxtime.
3290         (Multithreading): Add openmp.
3291         (Internationalization functions): Add localename.
3292         (Unicode string functions): Add unistr/u*-mbsnlen.
3293         (Support for maintaining and releasing projects): Add git-version-gen.
3294         (Lone files): Remove directories.
3295
3296 2007-10-08  Ben Pfaff  <blp@gnu.org>
3297
3298         * lib/xmalloca.h: Fix typo in comment.
3299
3300 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3301
3302         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
3303         when avoiding problems with integer overflow.  Use a portable test
3304         instead.
3305
3306 2007-10-08  Simon Josefsson  <simon@josefsson.org>
3307
3308         * modules/dummy (License): Change to LGPLv2+.
3309         * modules/float (License): Likewise
3310         * modules/realloc (License): Likewise
3311         * modules/stdlib (License): Likewise
3312
3313 2007-10-07  Bruno Haible  <bruno@clisp.org>
3314
3315         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
3316         * floor.c (TWO_MANT_DIG): Likewise.
3317         * ceil.c (TWO_MANT_DIG): Likewise.
3318         Reported by Ben Pfaff.
3319
3320 2007-10-07  Bruno Haible  <bruno@clisp.org>
3321
3322         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
3323         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
3324         * lib/frexp.c (FUNC): Likewise.
3325         * lib/printf-frexp.h (printf_frexp): Likewise.
3326         * lib/printf-frexpl.h (printf_frexpl): Likewise.
3327         * lib/printf-frexp.c (FUNC): Likewise.
3328         Suggested by Jim Meyering.
3329
3330 2007-10-07  Jim Meyering  <meyering@redhat.com>
3331
3332         Make xnanosleep's integer overflow test more robust.
3333         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
3334         so that gcc-4.3.0 doesn't optimize away this test for overflow.
3335
3336 2007-10-07  Bruno Haible  <bruno@clisp.org>
3337
3338         * NEWS: Mention the license change.
3339
3340         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
3341         abbreviations in the modules files.
3342
3343         Change copyright notice from GPLv2+ to GPLv3+.
3344         * README: Change copyright notice.
3345         * MODULES.html.sh: Likewise.
3346         * build-aux/bootstrap.conf: Likewise.
3347         * build-aux/config.libpath: Likewise.
3348         * build-aux/csharpcomp.sh.in: Likewise.
3349         * build-aux/csharpexec.sh.in: Likewise.
3350         * build-aux/install-reloc: Likewise.
3351         * build-aux/javacomp.sh.in: Likewise.
3352         * build-aux/javaexec.sh.in: Likewise.
3353         * build-aux/ldd.sh.in: Likewise.
3354         * build-aux/reloc-ldflags: Likewise.
3355         * build-aux/relocatable.sh.in: Likewise.
3356         * build-aux/x-to-1.in: Likewise.
3357         * check-module: Likewise.
3358         * config/srclistvars.sh: Likewise.
3359         * gnulib-tool: Likewise.
3360         * lib/acl-internal.h: Likewise.
3361         * lib/acl.c: Likewise.
3362         * lib/acl.h: Likewise.
3363         * lib/acl_entries.c: Likewise.
3364         * lib/areadlink-with-size.c: Likewise.
3365         * lib/areadlink.c: Likewise.
3366         * lib/areadlink.h: Likewise.
3367         * lib/argmatch.c: Likewise.
3368         * lib/argmatch.h: Likewise.
3369         * lib/argp-ba.c: Likewise.
3370         * lib/argp-eexst.c: Likewise.
3371         * lib/argp-fmtstream.c: Likewise.
3372         * lib/argp-fmtstream.h: Likewise.
3373         * lib/argp-fs-xinl.c: Likewise.
3374         * lib/argp-help.c: Likewise.
3375         * lib/argp-namefrob.h: Likewise.
3376         * lib/argp-parse.c: Likewise.
3377         * lib/argp-pin.c: Likewise.
3378         * lib/argp-pv.c: Likewise.
3379         * lib/argp-pvh.c: Likewise.
3380         * lib/argp-xinl.c: Likewise.
3381         * lib/argp.h: Likewise.
3382         * lib/at-func.c: Likewise.
3383         * lib/atanl.c: Likewise.
3384         * lib/backupfile.c: Likewise.
3385         * lib/backupfile.h: Likewise.
3386         * lib/basename.c: Likewise.
3387         * lib/binary-io.h: Likewise.
3388         * lib/byteswap.in.h: Likewise.
3389         * lib/c-stack.c: Likewise.
3390         * lib/c-stack.h: Likewise.
3391         * lib/c-strcasestr.c: Likewise.
3392         * lib/c-strcasestr.h: Likewise.
3393         * lib/c-strstr.c: Likewise.
3394         * lib/c-strstr.h: Likewise.
3395         * lib/c-strtod.c: Likewise.
3396         * lib/calloc.c: Likewise.
3397         * lib/canon-host.c: Likewise.
3398         * lib/canon-host.h: Likewise.
3399         * lib/canonicalize-lgpl.c: Likewise.
3400         * lib/canonicalize.c: Likewise.
3401         * lib/canonicalize.h: Likewise.
3402         * lib/ceil.c: Likewise.
3403         * lib/ceilf.c: Likewise.
3404         * lib/ceill.c: Likewise.
3405         * lib/chdir-long.c: Likewise.
3406         * lib/chdir-long.h: Likewise.
3407         * lib/chdir-safer.c: Likewise.
3408         * lib/chdir-safer.h: Likewise.
3409         * lib/chown.c: Likewise.
3410         * lib/classpath.c: Likewise.
3411         * lib/classpath.h: Likewise.
3412         * lib/clean-temp.c: Likewise.
3413         * lib/clean-temp.h: Likewise.
3414         * lib/cloexec.c: Likewise.
3415         * lib/close-stream.c: Likewise.
3416         * lib/closein.c: Likewise.
3417         * lib/closein.h: Likewise.
3418         * lib/closeout.c: Likewise.
3419         * lib/closeout.h: Likewise.
3420         * lib/concat-filename.c: Likewise.
3421         * lib/copy-file.c: Likewise.
3422         * lib/copy-file.h: Likewise.
3423         * lib/count-one-bits.h: Likewise.
3424         * lib/crc.c: Likewise.
3425         * lib/crc.h: Likewise.
3426         * lib/creat-safer.c: Likewise.
3427         * lib/csharpcomp.c: Likewise.
3428         * lib/csharpcomp.h: Likewise.
3429         * lib/csharpexec.c: Likewise.
3430         * lib/csharpexec.h: Likewise.
3431         * lib/cycle-check.c: Likewise.
3432         * lib/cycle-check.h: Likewise.
3433         * lib/diacrit.c: Likewise.
3434         * lib/diacrit.h: Likewise.
3435         * lib/diffseq.h: Likewise.
3436         * lib/dirchownmod.c: Likewise.
3437         * lib/dirent.in.h: Likewise.
3438         * lib/dirfd.c: Likewise.
3439         * lib/dirfd.h: Likewise.
3440         * lib/dirname.c: Likewise.
3441         * lib/dirname.h: Likewise.
3442         * lib/dummy.c: Likewise.
3443         * lib/dup-safer.c: Likewise.
3444         * lib/dup2.c: Likewise.
3445         * lib/eealloc.h: Likewise.
3446         * lib/error.c: Likewise.
3447         * lib/error.h: Likewise.
3448         * lib/euidaccess.c: Likewise.
3449         * lib/exclude.c: Likewise.
3450         * lib/exclude.h: Likewise.
3451         * lib/execute.c: Likewise.
3452         * lib/execute.h: Likewise.
3453         * lib/exitfail.c: Likewise.
3454         * lib/exitfail.h: Likewise.
3455         * lib/expl.c: Likewise.
3456         * lib/fatal-signal.c: Likewise.
3457         * lib/fatal-signal.h: Likewise.
3458         * lib/fbufmode.c: Likewise.
3459         * lib/fbufmode.h: Likewise.
3460         * lib/fchdir.c: Likewise.
3461         * lib/fchmodat.c: Likewise.
3462         * lib/fchownat.c: Likewise.
3463         * lib/fcntl--.h: Likewise.
3464         * lib/fcntl-safer.h: Likewise.
3465         * lib/fcntl.in.h: Likewise.
3466         * lib/fd-safer.c: Likewise.
3467         * lib/fflush.c: Likewise.
3468         * lib/file-has-acl.c: Likewise.
3469         * lib/file-set.c: Likewise.
3470         * lib/file-type.c: Likewise.
3471         * lib/file-type.h: Likewise.
3472         * lib/fileblocks.c: Likewise.
3473         * lib/filemode.c: Likewise.
3474         * lib/filemode.h: Likewise.
3475         * lib/filename.h: Likewise.
3476         * lib/filenamecat.c: Likewise.
3477         * lib/filenamecat.h: Likewise.
3478         * lib/findprog.c: Likewise.
3479         * lib/findprog.h: Likewise.
3480         * lib/float.in.h: Likewise.
3481         * lib/floor.c: Likewise.
3482         * lib/floorf.c: Likewise.
3483         * lib/floorl.c: Likewise.
3484         * lib/fopen-safer.c: Likewise.
3485         * lib/fopen.c: Likewise.
3486         * lib/fpending.c: Likewise.
3487         * lib/fpending.h: Likewise.
3488         * lib/fprintf.c: Likewise.
3489         * lib/fprintftime.h: Likewise.
3490         * lib/fpucw.h: Likewise.
3491         * lib/fpurge.c: Likewise.
3492         * lib/fpurge.h: Likewise.
3493         * lib/freadable.c: Likewise.
3494         * lib/freadable.h: Likewise.
3495         * lib/freadahead.c: Likewise.
3496         * lib/freadahead.h: Likewise.
3497         * lib/freading.c: Likewise.
3498         * lib/freading.h: Likewise.
3499         * lib/free.c: Likewise.
3500         * lib/freopen.c: Likewise.
3501         * lib/frexp.c: Likewise.
3502         * lib/frexpl.c: Likewise.
3503         * lib/fseek.c: Likewise.
3504         * lib/fseterr.c: Likewise.
3505         * lib/fseterr.h: Likewise.
3506         * lib/fstatat.c: Likewise.
3507         * lib/fstrcmp.c: Likewise.
3508         * lib/fstrcmp.h: Likewise.
3509         * lib/fsusage.c: Likewise.
3510         * lib/fsusage.h: Likewise.
3511         * lib/ftell.c: Likewise.
3512         * lib/ftello.c: Likewise.
3513         * lib/fts-cycle.c: Likewise.
3514         * lib/fts.c: Likewise.
3515         * lib/fts_.h: Likewise.
3516         * lib/full-read.c: Likewise.
3517         * lib/full-read.h: Likewise.
3518         * lib/full-write.c: Likewise.
3519         * lib/full-write.h: Likewise.
3520         * lib/fwritable.c: Likewise.
3521         * lib/fwritable.h: Likewise.
3522         * lib/fwriteerror.c: Likewise.
3523         * lib/fwriteerror.h: Likewise.
3524         * lib/fwriting.c: Likewise.
3525         * lib/fwriting.h: Likewise.
3526         * lib/gcd.c: Likewise.
3527         * lib/gcd.h: Likewise.
3528         * lib/getcwd.c: Likewise.
3529         * lib/getdate.h: Likewise.
3530         * lib/getdate.y: Likewise.
3531         * lib/getdomainname.c: Likewise.
3532         * lib/getdomainname.h: Likewise.
3533         * lib/getgroups.c: Likewise.
3534         * lib/gethostname.c: Likewise.
3535         * lib/gethrxtime.c: Likewise.
3536         * lib/gethrxtime.h: Likewise.
3537         * lib/getloadavg.c: Likewise.
3538         * lib/getndelim2.c: Likewise.
3539         * lib/getndelim2.h: Likewise.
3540         * lib/getnline.c: Likewise.
3541         * lib/getnline.h: Likewise.
3542         * lib/getopt.c: Likewise.
3543         * lib/getopt.in.h: Likewise.
3544         * lib/getopt1.c: Likewise.
3545         * lib/getopt_int.h: Likewise.
3546         * lib/getpagesize.h: Likewise.
3547         * lib/getsubopt.c: Likewise.
3548         * lib/gettime.c: Likewise.
3549         * lib/getugroups.c: Likewise.
3550         * lib/getugroups.h: Likewise.
3551         * lib/getusershell.c: Likewise.
3552         * lib/gl_anyavltree_list1.h: Likewise.
3553         * lib/gl_anyavltree_list2.h: Likewise.
3554         * lib/gl_anyhash_list1.h: Likewise.
3555         * lib/gl_anyhash_list2.h: Likewise.
3556         * lib/gl_anylinked_list1.h: Likewise.
3557         * lib/gl_anylinked_list2.h: Likewise.
3558         * lib/gl_anyrbtree_list1.h: Likewise.
3559         * lib/gl_anyrbtree_list2.h: Likewise.
3560         * lib/gl_anytree_list1.h: Likewise.
3561         * lib/gl_anytree_list2.h: Likewise.
3562         * lib/gl_anytree_oset.h: Likewise.
3563         * lib/gl_anytreehash_list1.h: Likewise.
3564         * lib/gl_anytreehash_list2.h: Likewise.
3565         * lib/gl_array_list.c: Likewise.
3566         * lib/gl_array_list.h: Likewise.
3567         * lib/gl_array_oset.c: Likewise.
3568         * lib/gl_array_oset.h: Likewise.
3569         * lib/gl_avltree_list.c: Likewise.
3570         * lib/gl_avltree_list.h: Likewise.
3571         * lib/gl_avltree_oset.c: Likewise.
3572         * lib/gl_avltree_oset.h: Likewise.
3573         * lib/gl_avltreehash_list.c: Likewise.
3574         * lib/gl_avltreehash_list.h: Likewise.
3575         * lib/gl_carray_list.c: Likewise.
3576         * lib/gl_carray_list.h: Likewise.
3577         * lib/gl_linked_list.c: Likewise.
3578         * lib/gl_linked_list.h: Likewise.
3579         * lib/gl_linkedhash_list.c: Likewise.
3580         * lib/gl_linkedhash_list.h: Likewise.
3581         * lib/gl_list.c: Likewise.
3582         * lib/gl_list.h: Likewise.
3583         * lib/gl_oset.c: Likewise.
3584         * lib/gl_oset.h: Likewise.
3585         * lib/gl_rbtree_list.c: Likewise.
3586         * lib/gl_rbtree_list.h: Likewise.
3587         * lib/gl_rbtree_oset.c: Likewise.
3588         * lib/gl_rbtree_oset.h: Likewise.
3589         * lib/gl_rbtreehash_list.c: Likewise.
3590         * lib/gl_rbtreehash_list.h: Likewise.
3591         * lib/gl_sublist.c: Likewise.
3592         * lib/gl_sublist.h: Likewise.
3593         * lib/group-member.c: Likewise.
3594         * lib/group-member.h: Likewise.
3595         * lib/hard-locale.c: Likewise.
3596         * lib/hard-locale.h: Likewise.
3597         * lib/hash-pjw.c: Likewise.
3598         * lib/hash-pjw.h: Likewise.
3599         * lib/hash-triple.c: Likewise.
3600         * lib/hash.c: Likewise.
3601         * lib/hash.h: Likewise.
3602         * lib/human.c: Likewise.
3603         * lib/human.h: Likewise.
3604         * lib/i-ring.c: Likewise.
3605         * lib/i-ring.h: Likewise.
3606         * lib/idcache.c: Likewise.
3607         * lib/imaxabs.c: Likewise.
3608         * lib/imaxdiv.c: Likewise.
3609         * lib/inet_pton.c: Likewise.
3610         * lib/inet_pton.h: Likewise.
3611         * lib/intprops.h: Likewise.
3612         * lib/inttostr.c: Likewise.
3613         * lib/inttostr.h: Likewise.
3614         * lib/inttypes.in.h: Likewise.
3615         * lib/isapipe.c: Likewise.
3616         * lib/isdir.c: Likewise.
3617         * lib/isnan.c: Likewise.
3618         * lib/isnan.h: Likewise.
3619         * lib/isnanf.c: Likewise.
3620         * lib/isnanf.h: Likewise.
3621         * lib/isnanl-nolibm.h: Likewise.
3622         * lib/isnanl.c: Likewise.
3623         * lib/isnanl.h: Likewise.
3624         * lib/javacomp.c: Likewise.
3625         * lib/javacomp.h: Likewise.
3626         * lib/javaexec.c: Likewise.
3627         * lib/javaexec.h: Likewise.
3628         * lib/javaversion.c: Likewise.
3629         * lib/javaversion.h: Likewise.
3630         * lib/javaversion.java: Likewise.
3631         * lib/lbrkprop.h: Likewise.
3632         * lib/lchmod.h: Likewise.
3633         * lib/lchown.c: Likewise.
3634         * lib/ldexpl.c: Likewise.
3635         * lib/linebreak.c: Likewise.
3636         * lib/linebreak.h: Likewise.
3637         * lib/linebuffer.c: Likewise.
3638         * lib/linebuffer.h: Likewise.
3639         * lib/locale.in.h: Likewise.
3640         * lib/logl.c: Likewise.
3641         * lib/long-options.c: Likewise.
3642         * lib/long-options.h: Likewise.
3643         * lib/lstat.c: Likewise.
3644         * lib/lstat.h: Likewise.
3645         * lib/math.in.h: Likewise.
3646         * lib/mbchar.c: Likewise.
3647         * lib/mbchar.h: Likewise.
3648         * lib/mbfile.h: Likewise.
3649         * lib/mbiter.h: Likewise.
3650         * lib/mbscasecmp.c: Likewise.
3651         * lib/mbscasestr.c: Likewise.
3652         * lib/mbschr.c: Likewise.
3653         * lib/mbscspn.c: Likewise.
3654         * lib/mbslen.c: Likewise.
3655         * lib/mbsncasecmp.c: Likewise.
3656         * lib/mbsnlen.c: Likewise.
3657         * lib/mbspbrk.c: Likewise.
3658         * lib/mbspcasecmp.c: Likewise.
3659         * lib/mbsrchr.c: Likewise.
3660         * lib/mbssep.c: Likewise.
3661         * lib/mbsspn.c: Likewise.
3662         * lib/mbsstr.c: Likewise.
3663         * lib/mbstok_r.c: Likewise.
3664         * lib/mbswidth.c: Likewise.
3665         * lib/mbswidth.h: Likewise.
3666         * lib/mbuiter.h: Likewise.
3667         * lib/memcasecmp.c: Likewise.
3668         * lib/memcasecmp.h: Likewise.
3669         * lib/memchr.c: Likewise.
3670         * lib/memcmp.c: Likewise.
3671         * lib/memcoll.c: Likewise.
3672         * lib/memcoll.h: Likewise.
3673         * lib/memcpy.c: Likewise.
3674         * lib/memrchr.c: Likewise.
3675         * lib/mkancesdirs.c: Likewise.
3676         * lib/mkdir-p.c: Likewise.
3677         * lib/mkdir-p.h: Likewise.
3678         * lib/mkdir.c: Likewise.
3679         * lib/mkdirat.c: Likewise.
3680         * lib/mkdtemp.c: Likewise.
3681         * lib/mkstemp-safer.c: Likewise.
3682         * lib/mkstemp.c: Likewise.
3683         * lib/modechange.c: Likewise.
3684         * lib/modechange.h: Likewise.
3685         * lib/mountlist.c: Likewise.
3686         * lib/mountlist.h: Likewise.
3687         * lib/mpsort.c: Likewise.
3688         * lib/nanosleep.c: Likewise.
3689         * lib/obstack.c: Likewise.
3690         * lib/obstack.h: Likewise.
3691         * lib/open-safer.c: Likewise.
3692         * lib/open.c: Likewise.
3693         * lib/openat-die.c: Likewise.
3694         * lib/openat-priv.h: Likewise.
3695         * lib/openat-proc.c: Likewise.
3696         * lib/openat.c: Likewise.
3697         * lib/openat.h: Likewise.
3698         * lib/pagealign_alloc.c: Likewise.
3699         * lib/pagealign_alloc.h: Likewise.
3700         * lib/physmem.c: Likewise.
3701         * lib/physmem.h: Likewise.
3702         * lib/pipe-safer.c: Likewise.
3703         * lib/pipe.c: Likewise.
3704         * lib/pipe.h: Likewise.
3705         * lib/posixtm.c: Likewise.
3706         * lib/posixtm.h: Likewise.
3707         * lib/posixver.c: Likewise.
3708         * lib/printf-frexp.c: Likewise.
3709         * lib/printf-frexp.h: Likewise.
3710         * lib/printf-frexpl.c: Likewise.
3711         * lib/printf-frexpl.h: Likewise.
3712         * lib/printf.c: Likewise.
3713         * lib/progname.c: Likewise.
3714         * lib/progname.h: Likewise.
3715         * lib/progreloc.c: Likewise.
3716         * lib/putenv.c: Likewise.
3717         * lib/quote.c: Likewise.
3718         * lib/quote.h: Likewise.
3719         * lib/quotearg.c: Likewise.
3720         * lib/quotearg.h: Likewise.
3721         * lib/raise.c: Likewise.
3722         * lib/readline.c: Likewise.
3723         * lib/readline.h: Likewise.
3724         * lib/readlink.c: Likewise.
3725         * lib/readtokens.c: Likewise.
3726         * lib/readtokens.h: Likewise.
3727         * lib/readtokens0.c: Likewise.
3728         * lib/readtokens0.h: Likewise.
3729         * lib/readutmp.c: Likewise.
3730         * lib/readutmp.h: Likewise.
3731         * lib/realloc.c: Likewise.
3732         * lib/relocwrapper.c: Likewise.
3733         * lib/rename-dest-slash.c: Likewise.
3734         * lib/rename.c: Likewise.
3735         * lib/rmdir.c: Likewise.
3736         * lib/rpmatch.c: Likewise.
3737         * lib/safe-read.c: Likewise.
3738         * lib/safe-read.h: Likewise.
3739         * lib/safe-write.c: Likewise.
3740         * lib/safe-write.h: Likewise.
3741         * lib/same-inode.h: Likewise.
3742         * lib/same.c: Likewise.
3743         * lib/same.h: Likewise.
3744         * lib/save-cwd.c: Likewise.
3745         * lib/save-cwd.h: Likewise.
3746         * lib/savedir.c: Likewise.
3747         * lib/savedir.h: Likewise.
3748         * lib/savewd.c: Likewise.
3749         * lib/savewd.h: Likewise.
3750         * lib/search.in.h: Likewise.
3751         * lib/setenv.c: Likewise.
3752         * lib/setenv.h: Likewise.
3753         * lib/settime.c: Likewise.
3754         * lib/sh-quote.c: Likewise.
3755         * lib/sh-quote.h: Likewise.
3756         * lib/sig2str.c: Likewise.
3757         * lib/sig2str.h: Likewise.
3758         * lib/signal.in.h: Likewise.
3759         * lib/signbitd.c: Likewise.
3760         * lib/signbitf.c: Likewise.
3761         * lib/signbitl.c: Likewise.
3762         * lib/sigprocmask.c: Likewise.
3763         * lib/sincosl.c: Likewise.
3764         * lib/sleep.c: Likewise.
3765         * lib/sprintf.c: Likewise.
3766         * lib/sqrtl.c: Likewise.
3767         * lib/stat-time.h: Likewise.
3768         * lib/stdio--.h: Likewise.
3769         * lib/stdio-safer.h: Likewise.
3770         * lib/stdlib--.h: Likewise.
3771         * lib/stdlib-safer.h: Likewise.
3772         * lib/stdlib.in.h: Likewise.
3773         * lib/stpcpy.c: Likewise.
3774         * lib/stpncpy.c: Likewise.
3775         * lib/strchrnul.c: Likewise.
3776         * lib/strcspn.c: Likewise.
3777         * lib/strerror.c: Likewise.
3778         * lib/strftime.c: Likewise.
3779         * lib/strftime.h: Likewise.
3780         * lib/striconveh.c: Likewise.
3781         * lib/striconveh.h: Likewise.
3782         * lib/striconveha.c: Likewise.
3783         * lib/striconveha.h: Likewise.
3784         * lib/stripslash.c: Likewise.
3785         * lib/strnlen1.c: Likewise.
3786         * lib/strnlen1.h: Likewise.
3787         * lib/strtod.c: Likewise.
3788         * lib/strtoimax.c: Likewise.
3789         * lib/strtok_r.c: Likewise.
3790         * lib/strtol.c: Likewise.
3791         * lib/strtoll.c: Likewise.
3792         * lib/strtoul.c: Likewise.
3793         * lib/strtoull.c: Likewise.
3794         * lib/sysexits.in.h: Likewise.
3795         * lib/tempname.c: Likewise.
3796         * lib/tempname.h: Likewise.
3797         * lib/timespec.h: Likewise.
3798         * lib/tls.c: Likewise.
3799         * lib/tls.h: Likewise.
3800         * lib/tmpdir.c: Likewise.
3801         * lib/tmpdir.h: Likewise.
3802         * lib/tmpfile-safer.c: Likewise.
3803         * lib/tmpfile.c: Likewise.
3804         * lib/trigl.c: Likewise.
3805         * lib/trigl.h: Likewise.
3806         * lib/trim.c: Likewise.
3807         * lib/trim.h: Likewise.
3808         * lib/trunc.c: Likewise.
3809         * lib/truncf.c: Likewise.
3810         * lib/truncl.c: Likewise.
3811         * lib/tsearch.c: Likewise.
3812         * lib/unicodeio.c: Likewise.
3813         * lib/unicodeio.h: Likewise.
3814         * lib/unistd--.h: Likewise.
3815         * lib/unistd-safer.h: Likewise.
3816         * lib/unistdio/ulc-fprintf.c: Likewise.
3817         * lib/unistdio/ulc-vfprintf.c: Likewise.
3818         * lib/unlinkdir.c: Likewise.
3819         * lib/unlinkdir.h: Likewise.
3820         * lib/unlocked-io.h: Likewise.
3821         * lib/unsetenv.c: Likewise.
3822         * lib/userspec.c: Likewise.
3823         * lib/utime.c: Likewise.
3824         * lib/utimecmp.c: Likewise.
3825         * lib/utimecmp.h: Likewise.
3826         * lib/utimens.c: Likewise.
3827         * lib/verify.h: Likewise.
3828         * lib/verror.c: Likewise.
3829         * lib/verror.h: Likewise.
3830         * lib/version-etc-fsf.c: Likewise.
3831         * lib/version-etc.c: Likewise.
3832         * lib/version-etc.h: Likewise.
3833         * lib/vfprintf.c: Likewise.
3834         * lib/vprintf.c: Likewise.
3835         * lib/vsprintf.c: Likewise.
3836         * lib/w32spawn.h: Likewise.
3837         * lib/wait-process.c: Likewise.
3838         * lib/wait-process.h: Likewise.
3839         * lib/wcwidth.c: Likewise.
3840         * lib/write-any-file.c: Likewise.
3841         * lib/xalloc-die.c: Likewise.
3842         * lib/xalloc.h: Likewise.
3843         * lib/xasprintf.c: Likewise.
3844         * lib/xgetcwd.c: Likewise.
3845         * lib/xgetcwd.h: Likewise.
3846         * lib/xgetdomainname.c: Likewise.
3847         * lib/xgetdomainname.h: Likewise.
3848         * lib/xgethostname.c: Likewise.
3849         * lib/xmalloc.c: Likewise.
3850         * lib/xmalloca.c: Likewise.
3851         * lib/xmalloca.h: Likewise.
3852         * lib/xmemcoll.c: Likewise.
3853         * lib/xnanosleep.c: Likewise.
3854         * lib/xreadlink.c: Likewise.
3855         * lib/xreadlink.h: Likewise.
3856         * lib/xsetenv.c: Likewise.
3857         * lib/xsetenv.h: Likewise.
3858         * lib/xstriconv.c: Likewise.
3859         * lib/xstriconv.h: Likewise.
3860         * lib/xstrndup.c: Likewise.
3861         * lib/xstrndup.h: Likewise.
3862         * lib/xstrtod.c: Likewise.
3863         * lib/xstrtod.h: Likewise.
3864         * lib/xstrtol-error.c: Likewise.
3865         * lib/xstrtol.c: Likewise.
3866         * lib/xstrtol.h: Likewise.
3867         * lib/xtime.h: Likewise.
3868         * lib/xvasprintf.c: Likewise.
3869         * lib/xvasprintf.h: Likewise.
3870         * lib/yesno.c: Likewise.
3871         * lib/yesno.h: Likewise.
3872         * posix-modules: Likewise.
3873         * tests/test-alloca-opt.c: Likewise.
3874         * tests/test-arcfour.c: Likewise.
3875         * tests/test-arctwo.c: Likewise.
3876         * tests/test-argmatch.c: Likewise.
3877         * tests/test-argp-2.sh: Likewise.
3878         * tests/test-argp.c: Likewise.
3879         * tests/test-arpa_inet.c: Likewise.
3880         * tests/test-array_list.c: Likewise.
3881         * tests/test-array_oset.c: Likewise.
3882         * tests/test-atexit.c: Likewise.
3883         * tests/test-avltree_list.c: Likewise.
3884         * tests/test-avltree_oset.c: Likewise.
3885         * tests/test-avltreehash_list.c: Likewise.
3886         * tests/test-base64.c: Likewise.
3887         * tests/test-binary-io.c: Likewise.
3888         * tests/test-byteswap.c: Likewise.
3889         * tests/test-c-ctype.c: Likewise.
3890         * tests/test-c-strcasecmp.c: Likewise.
3891         * tests/test-c-strcasestr.c: Likewise.
3892         * tests/test-c-strncasecmp.c: Likewise.
3893         * tests/test-c-strstr.c: Likewise.
3894         * tests/test-canonicalize-lgpl.c: Likewise.
3895         * tests/test-canonicalize.c: Likewise.
3896         * tests/test-carray_list.c: Likewise.
3897         * tests/test-ceilf.c: Likewise.
3898         * tests/test-ceill.c: Likewise.
3899         * tests/test-count-one-bits.c: Likewise.
3900         * tests/test-crc.c: Likewise.
3901         * tests/test-dirname.c: Likewise.
3902         * tests/test-fbufmode.c: Likewise.
3903         * tests/test-fcntl.c: Likewise.
3904         * tests/test-fflush.c: Likewise.
3905         * tests/test-floorf.c: Likewise.
3906         * tests/test-floorl.c: Likewise.
3907         * tests/test-fopen.c: Likewise.
3908         * tests/test-fprintf-posix.c: Likewise.
3909         * tests/test-fprintf-posix.h: Likewise.
3910         * tests/test-fpurge.c: Likewise.
3911         * tests/test-freadable.c: Likewise.
3912         * tests/test-freadahead.c: Likewise.
3913         * tests/test-freading.c: Likewise.
3914         * tests/test-freopen.c: Likewise.
3915         * tests/test-frexp.c: Likewise.
3916         * tests/test-frexpl.c: Likewise.
3917         * tests/test-fseek.c: Likewise.
3918         * tests/test-fseeko.c: Likewise.
3919         * tests/test-fseterr.c: Likewise.
3920         * tests/test-fstrcmp.c: Likewise.
3921         * tests/test-ftell.c: Likewise.
3922         * tests/test-ftello.c: Likewise.
3923         * tests/test-fwritable.c: Likewise.
3924         * tests/test-fwriting.c: Likewise.
3925         * tests/test-getaddrinfo.c: Likewise.
3926         * tests/test-getpass.c: Likewise.
3927         * tests/test-gettimeofday.c: Likewise.
3928         * tests/test-hmac-md5.c: Likewise.
3929         * tests/test-hmac-sha1.c: Likewise.
3930         * tests/test-iconv.c: Likewise.
3931         * tests/test-iconvme.c: Likewise.
3932         * tests/test-inttypes.c: Likewise.
3933         * tests/test-isnan.c: Likewise.
3934         * tests/test-isnanf.c: Likewise.
3935         * tests/test-isnanl-nolibm.c: Likewise.
3936         * tests/test-isnanl.c: Likewise.
3937         * tests/test-isnanl.h: Likewise.
3938         * tests/test-ldexpl.c: Likewise.
3939         * tests/test-linked_list.c: Likewise.
3940         * tests/test-linkedhash_list.c: Likewise.
3941         * tests/test-locale.c: Likewise.
3942         * tests/test-localename.c: Likewise.
3943         * tests/test-lock.c: Likewise.
3944         * tests/test-lseek.c: Likewise.
3945         * tests/test-malloca.c: Likewise.
3946         * tests/test-math.c: Likewise.
3947         * tests/test-mbscasecmp.c: Likewise.
3948         * tests/test-mbscasestr1.c: Likewise.
3949         * tests/test-mbscasestr2.c: Likewise.
3950         * tests/test-mbscasestr3.c: Likewise.
3951         * tests/test-mbscasestr4.c: Likewise.
3952         * tests/test-mbschr.c: Likewise.
3953         * tests/test-mbscspn.c: Likewise.
3954         * tests/test-mbsncasecmp.c: Likewise.
3955         * tests/test-mbspbrk.c: Likewise.
3956         * tests/test-mbspcasecmp.c: Likewise.
3957         * tests/test-mbsrchr.c: Likewise.
3958         * tests/test-mbsspn.c: Likewise.
3959         * tests/test-mbsstr1.c: Likewise.
3960         * tests/test-mbsstr2.c: Likewise.
3961         * tests/test-mbsstr3.c: Likewise.
3962         * tests/test-md5.c: Likewise.
3963         * tests/test-memmem.c: Likewise.
3964         * tests/test-netinet_in.c: Likewise.
3965         * tests/test-open.c: Likewise.
3966         * tests/test-printf-frexp.c: Likewise.
3967         * tests/test-printf-frexpl.c: Likewise.
3968         * tests/test-printf-posix.c: Likewise.
3969         * tests/test-printf-posix.h: Likewise.
3970         * tests/test-rbtree_list.c: Likewise.
3971         * tests/test-rbtree_oset.c: Likewise.
3972         * tests/test-rbtreehash_list.c: Likewise.
3973         * tests/test-read-file.c: Likewise.
3974         * tests/test-rijndael.c: Likewise.
3975         * tests/test-search.c: Likewise.
3976         * tests/test-signbit.c: Likewise.
3977         * tests/test-sleep.c: Likewise.
3978         * tests/test-snprintf-posix.c: Likewise.
3979         * tests/test-snprintf-posix.h: Likewise.
3980         * tests/test-snprintf.c: Likewise.
3981         * tests/test-sprintf-posix.c: Likewise.
3982         * tests/test-sprintf-posix.h: Likewise.
3983         * tests/test-stat-time.c: Likewise.
3984         * tests/test-stdbool.c: Likewise.
3985         * tests/test-stdint.c: Likewise.
3986         * tests/test-stdio.c: Likewise.
3987         * tests/test-stdlib.c: Likewise.
3988         * tests/test-stpncpy.c: Likewise.
3989         * tests/test-strcasestr.c: Likewise.
3990         * tests/test-striconv.c: Likewise.
3991         * tests/test-striconveh.c: Likewise.
3992         * tests/test-striconveha.c: Likewise.
3993         * tests/test-string.c: Likewise.
3994         * tests/test-sys_select.c: Likewise.
3995         * tests/test-sys_socket.c: Likewise.
3996         * tests/test-sys_stat.c: Likewise.
3997         * tests/test-sys_time.c: Likewise.
3998         * tests/test-sysexits.c: Likewise.
3999         * tests/test-time.c: Likewise.
4000         * tests/test-tls.c: Likewise.
4001         * tests/test-trunc.c: Likewise.
4002         * tests/test-truncf.c: Likewise.
4003         * tests/test-truncl.c: Likewise.
4004         * tests/test-unistd.c: Likewise.
4005         * tests/test-vasnprintf-posix.c: Likewise.
4006         * tests/test-vasnprintf-posix2.c: Likewise.
4007         * tests/test-vasnprintf.c: Likewise.
4008         * tests/test-vasprintf-posix.c: Likewise.
4009         * tests/test-vasprintf.c: Likewise.
4010         * tests/test-verify.c: Likewise.
4011         * tests/test-vfprintf-posix.c: Likewise.
4012         * tests/test-vprintf-posix.c: Likewise.
4013         * tests/test-vsnprintf-posix.c: Likewise.
4014         * tests/test-vsnprintf.c: Likewise.
4015         * tests/test-vsprintf-posix.c: Likewise.
4016         * tests/test-wchar.c: Likewise.
4017         * tests/test-wctype.c: Likewise.
4018         * tests/test-wcwidth.c: Likewise.
4019         * tests/test-xstrtol.c: Likewise.
4020         * tests/test-xvasprintf.c: Likewise.
4021         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
4022         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
4023         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4024         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4025         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4026         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
4027         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4028         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4029         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4030         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
4031         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4032         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4033         * tests/uniname/test-uninames.c: Likewise.
4034         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
4035         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
4036         * tests/unistdio/test-u16-printf1.h: Likewise.
4037         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
4038         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
4039         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
4040         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
4041         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
4042         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
4043         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
4044         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
4045         * tests/unistdio/test-u32-printf1.h: Likewise.
4046         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
4047         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
4048         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
4049         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
4050         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
4051         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
4052         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
4053         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
4054         * tests/unistdio/test-u8-printf1.h: Likewise.
4055         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
4056         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
4057         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
4058         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
4059         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
4060         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
4061         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
4062         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
4063         * tests/unistdio/test-ulc-printf1.h: Likewise.
4064         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
4065         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
4066         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
4067         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
4068         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
4069         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
4070         * tests/uniwidth/test-u16-strwidth.c: Likewise.
4071         * tests/uniwidth/test-u16-width.c: Likewise.
4072         * tests/uniwidth/test-u32-strwidth.c: Likewise.
4073         * tests/uniwidth/test-u32-width.c: Likewise.
4074         * tests/uniwidth/test-u8-strwidth.c: Likewise.
4075         * tests/uniwidth/test-u8-width.c: Likewise.
4076         * tests/uniwidth/test-uc_width.c: Likewise.
4077         * config/srclist-update: Likewise.
4078         (fixlicense): Update to GPLv3+.
4079
4080         Change copyright notice from LGPLv2.1+ to LGPLv3+.
4081         * tests/test-tsearch.c: Change copyright notice.
4082
4083         Change copyright notice from LGPLv2.0+ to LGPLv3+.
4084         * lib/c-strcaseeq.h: Change copyright notice.
4085         * lib/streq.h: Likewise.
4086         * lib/uniconv.h: Likewise.
4087         * lib/uniconv/u-conv-from-enc.h: Likewise.
4088         * lib/uniconv/u-conv-to-enc.h: Likewise.
4089         * lib/uniconv/u-strconv-from-enc.h: Likewise.
4090         * lib/uniconv/u-strconv-to-enc.h: Likewise.
4091         * lib/uniconv/u16-conv-from-enc.c: Likewise.
4092         * lib/uniconv/u16-conv-to-enc.c: Likewise.
4093         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
4094         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
4095         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
4096         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
4097         * lib/uniconv/u32-conv-from-enc.c: Likewise.
4098         * lib/uniconv/u32-conv-to-enc.c: Likewise.
4099         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
4100         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
4101         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
4102         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
4103         * lib/uniconv/u8-conv-from-enc.c: Likewise.
4104         * lib/uniconv/u8-conv-to-enc.c: Likewise.
4105         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
4106         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
4107         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
4108         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
4109         * lib/uniname.h: Likewise.
4110         * lib/uniname/uniname.c: Likewise.
4111         * lib/unistdio.h: Likewise.
4112         * lib/unistdio/u-asnprintf.h: Likewise.
4113         * lib/unistdio/u-asprintf.h: Likewise.
4114         * lib/unistdio/u-printf-args.c: Likewise.
4115         * lib/unistdio/u-printf-args.h: Likewise.
4116         * lib/unistdio/u-printf-parse.h: Likewise.
4117         * lib/unistdio/u-snprintf.h: Likewise.
4118         * lib/unistdio/u-sprintf.h: Likewise.
4119         * lib/unistdio/u-vasprintf.h: Likewise.
4120         * lib/unistdio/u-vsnprintf.h: Likewise.
4121         * lib/unistdio/u-vsprintf.h: Likewise.
4122         * lib/unistdio/u16-asnprintf.c: Likewise.
4123         * lib/unistdio/u16-asprintf.c: Likewise.
4124         * lib/unistdio/u16-printf-parse.c: Likewise.
4125         * lib/unistdio/u16-snprintf.c: Likewise.
4126         * lib/unistdio/u16-sprintf.c: Likewise.
4127         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
4128         * lib/unistdio/u16-u16-asprintf.c: Likewise.
4129         * lib/unistdio/u16-u16-snprintf.c: Likewise.
4130         * lib/unistdio/u16-u16-sprintf.c: Likewise.
4131         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
4132         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
4133         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
4134         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
4135         * lib/unistdio/u16-vasnprintf.c: Likewise.
4136         * lib/unistdio/u16-vasprintf.c: Likewise.
4137         * lib/unistdio/u16-vsnprintf.c: Likewise.
4138         * lib/unistdio/u16-vsprintf.c: Likewise.
4139         * lib/unistdio/u32-asnprintf.c: Likewise.
4140         * lib/unistdio/u32-asprintf.c: Likewise.
4141         * lib/unistdio/u32-printf-parse.c: Likewise.
4142         * lib/unistdio/u32-snprintf.c: Likewise.
4143         * lib/unistdio/u32-sprintf.c: Likewise.
4144         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
4145         * lib/unistdio/u32-u32-asprintf.c: Likewise.
4146         * lib/unistdio/u32-u32-snprintf.c: Likewise.
4147         * lib/unistdio/u32-u32-sprintf.c: Likewise.
4148         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
4149         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
4150         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
4151         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
4152         * lib/unistdio/u32-vasnprintf.c: Likewise.
4153         * lib/unistdio/u32-vasprintf.c: Likewise.
4154         * lib/unistdio/u32-vsnprintf.c: Likewise.
4155         * lib/unistdio/u32-vsprintf.c: Likewise.
4156         * lib/unistdio/u8-asnprintf.c: Likewise.
4157         * lib/unistdio/u8-asprintf.c: Likewise.
4158         * lib/unistdio/u8-printf-parse.c: Likewise.
4159         * lib/unistdio/u8-snprintf.c: Likewise.
4160         * lib/unistdio/u8-sprintf.c: Likewise.
4161         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
4162         * lib/unistdio/u8-u8-asprintf.c: Likewise.
4163         * lib/unistdio/u8-u8-snprintf.c: Likewise.
4164         * lib/unistdio/u8-u8-sprintf.c: Likewise.
4165         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
4166         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
4167         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
4168         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
4169         * lib/unistdio/u8-vasnprintf.c: Likewise.
4170         * lib/unistdio/u8-vasprintf.c: Likewise.
4171         * lib/unistdio/u8-vsnprintf.c: Likewise.
4172         * lib/unistdio/u8-vsprintf.c: Likewise.
4173         * lib/unistdio/ulc-asnprintf.c: Likewise.
4174         * lib/unistdio/ulc-asprintf.c: Likewise.
4175         * lib/unistdio/ulc-printf-parse.c: Likewise.
4176         * lib/unistdio/ulc-snprintf.c: Likewise.
4177         * lib/unistdio/ulc-sprintf.c: Likewise.
4178         * lib/unistdio/ulc-vasnprintf.c: Likewise.
4179         * lib/unistdio/ulc-vasprintf.c: Likewise.
4180         * lib/unistdio/ulc-vsnprintf.c: Likewise.
4181         * lib/unistdio/ulc-vsprintf.c: Likewise.
4182         * lib/unistr.h: Likewise.
4183         * lib/unistr/u-cpy-alloc.h: Likewise.
4184         * lib/unistr/u-cpy.h: Likewise.
4185         * lib/unistr/u-endswith.h: Likewise.
4186         * lib/unistr/u-move.h: Likewise.
4187         * lib/unistr/u-set.h: Likewise.
4188         * lib/unistr/u-startswith.h: Likewise.
4189         * lib/unistr/u-stpcpy.h: Likewise.
4190         * lib/unistr/u-stpncpy.h: Likewise.
4191         * lib/unistr/u-strcat.h: Likewise.
4192         * lib/unistr/u-strcpy.h: Likewise.
4193         * lib/unistr/u-strcspn.h: Likewise.
4194         * lib/unistr/u-strdup.h: Likewise.
4195         * lib/unistr/u-strlen.h: Likewise.
4196         * lib/unistr/u-strncat.h: Likewise.
4197         * lib/unistr/u-strncpy.h: Likewise.
4198         * lib/unistr/u-strnlen.h: Likewise.
4199         * lib/unistr/u-strpbrk.h: Likewise.
4200         * lib/unistr/u-strspn.h: Likewise.
4201         * lib/unistr/u-strstr.h: Likewise.
4202         * lib/unistr/u-strtok.h: Likewise.
4203         * lib/unistr/u16-check.c: Likewise.
4204         * lib/unistr/u16-chr.c: Likewise.
4205         * lib/unistr/u16-cmp.c: Likewise.
4206         * lib/unistr/u16-cpy-alloc.c: Likewise.
4207         * lib/unistr/u16-cpy.c: Likewise.
4208         * lib/unistr/u16-endswith.c: Likewise.
4209         * lib/unistr/u16-mblen.c: Likewise.
4210         * lib/unistr/u16-mbsnlen.c: Likewise.
4211         * lib/unistr/u16-mbtouc-aux.c: Likewise.
4212         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
4213         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
4214         * lib/unistr/u16-mbtouc.c: Likewise.
4215         * lib/unistr/u16-mbtoucr.c: Likewise.
4216         * lib/unistr/u16-move.c: Likewise.
4217         * lib/unistr/u16-next.c: Likewise.
4218         * lib/unistr/u16-prev.c: Likewise.
4219         * lib/unistr/u16-set.c: Likewise.
4220         * lib/unistr/u16-startswith.c: Likewise.
4221         * lib/unistr/u16-stpcpy.c: Likewise.
4222         * lib/unistr/u16-stpncpy.c: Likewise.
4223         * lib/unistr/u16-strcat.c: Likewise.
4224         * lib/unistr/u16-strchr.c: Likewise.
4225         * lib/unistr/u16-strcmp.c: Likewise.
4226         * lib/unistr/u16-strcpy.c: Likewise.
4227         * lib/unistr/u16-strcspn.c: Likewise.
4228         * lib/unistr/u16-strdup.c: Likewise.
4229         * lib/unistr/u16-strlen.c: Likewise.
4230         * lib/unistr/u16-strmblen.c: Likewise.
4231         * lib/unistr/u16-strmbtouc.c: Likewise.
4232         * lib/unistr/u16-strncat.c: Likewise.
4233         * lib/unistr/u16-strncmp.c: Likewise.
4234         * lib/unistr/u16-strncpy.c: Likewise.
4235         * lib/unistr/u16-strnlen.c: Likewise.
4236         * lib/unistr/u16-strpbrk.c: Likewise.
4237         * lib/unistr/u16-strrchr.c: Likewise.
4238         * lib/unistr/u16-strspn.c: Likewise.
4239         * lib/unistr/u16-strstr.c: Likewise.
4240         * lib/unistr/u16-strtok.c: Likewise.
4241         * lib/unistr/u16-to-u32.c: Likewise.
4242         * lib/unistr/u16-to-u8.c: Likewise.
4243         * lib/unistr/u16-uctomb-aux.c: Likewise.
4244         * lib/unistr/u16-uctomb.c: Likewise.
4245         * lib/unistr/u32-check.c: Likewise.
4246         * lib/unistr/u32-chr.c: Likewise.
4247         * lib/unistr/u32-cmp.c: Likewise.
4248         * lib/unistr/u32-cpy-alloc.c: Likewise.
4249         * lib/unistr/u32-cpy.c: Likewise.
4250         * lib/unistr/u32-endswith.c: Likewise.
4251         * lib/unistr/u32-mblen.c: Likewise.
4252         * lib/unistr/u32-mbsnlen.c: Likewise.
4253         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
4254         * lib/unistr/u32-mbtouc.c: Likewise.
4255         * lib/unistr/u32-mbtoucr.c: Likewise.
4256         * lib/unistr/u32-move.c: Likewise.
4257         * lib/unistr/u32-next.c: Likewise.
4258         * lib/unistr/u32-prev.c: Likewise.
4259         * lib/unistr/u32-set.c: Likewise.
4260         * lib/unistr/u32-startswith.c: Likewise.
4261         * lib/unistr/u32-stpcpy.c: Likewise.
4262         * lib/unistr/u32-stpncpy.c: Likewise.
4263         * lib/unistr/u32-strcat.c: Likewise.
4264         * lib/unistr/u32-strchr.c: Likewise.
4265         * lib/unistr/u32-strcmp.c: Likewise.
4266         * lib/unistr/u32-strcpy.c: Likewise.
4267         * lib/unistr/u32-strcspn.c: Likewise.
4268         * lib/unistr/u32-strdup.c: Likewise.
4269         * lib/unistr/u32-strlen.c: Likewise.
4270         * lib/unistr/u32-strmblen.c: Likewise.
4271         * lib/unistr/u32-strmbtouc.c: Likewise.
4272         * lib/unistr/u32-strncat.c: Likewise.
4273         * lib/unistr/u32-strncmp.c: Likewise.
4274         * lib/unistr/u32-strncpy.c: Likewise.
4275         * lib/unistr/u32-strnlen.c: Likewise.
4276         * lib/unistr/u32-strpbrk.c: Likewise.
4277         * lib/unistr/u32-strrchr.c: Likewise.
4278         * lib/unistr/u32-strspn.c: Likewise.
4279         * lib/unistr/u32-strstr.c: Likewise.
4280         * lib/unistr/u32-strtok.c: Likewise.
4281         * lib/unistr/u32-to-u16.c: Likewise.
4282         * lib/unistr/u32-to-u8.c: Likewise.
4283         * lib/unistr/u32-uctomb.c: Likewise.
4284         * lib/unistr/u8-check.c: Likewise.
4285         * lib/unistr/u8-chr.c: Likewise.
4286         * lib/unistr/u8-cmp.c: Likewise.
4287         * lib/unistr/u8-cpy-alloc.c: Likewise.
4288         * lib/unistr/u8-cpy.c: Likewise.
4289         * lib/unistr/u8-endswith.c: Likewise.
4290         * lib/unistr/u8-mblen.c: Likewise.
4291         * lib/unistr/u8-mbsnlen.c: Likewise.
4292         * lib/unistr/u8-mbtouc-aux.c: Likewise.
4293         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
4294         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
4295         * lib/unistr/u8-mbtouc.c: Likewise.
4296         * lib/unistr/u8-mbtoucr.c: Likewise.
4297         * lib/unistr/u8-move.c: Likewise.
4298         * lib/unistr/u8-next.c: Likewise.
4299         * lib/unistr/u8-prev.c: Likewise.
4300         * lib/unistr/u8-set.c: Likewise.
4301         * lib/unistr/u8-startswith.c: Likewise.
4302         * lib/unistr/u8-stpcpy.c: Likewise.
4303         * lib/unistr/u8-stpncpy.c: Likewise.
4304         * lib/unistr/u8-strcat.c: Likewise.
4305         * lib/unistr/u8-strchr.c: Likewise.
4306         * lib/unistr/u8-strcmp.c: Likewise.
4307         * lib/unistr/u8-strcpy.c: Likewise.
4308         * lib/unistr/u8-strcspn.c: Likewise.
4309         * lib/unistr/u8-strdup.c: Likewise.
4310         * lib/unistr/u8-strlen.c: Likewise.
4311         * lib/unistr/u8-strmblen.c: Likewise.
4312         * lib/unistr/u8-strmbtouc.c: Likewise.
4313         * lib/unistr/u8-strncat.c: Likewise.
4314         * lib/unistr/u8-strncmp.c: Likewise.
4315         * lib/unistr/u8-strncpy.c: Likewise.
4316         * lib/unistr/u8-strnlen.c: Likewise.
4317         * lib/unistr/u8-strpbrk.c: Likewise.
4318         * lib/unistr/u8-strrchr.c: Likewise.
4319         * lib/unistr/u8-strspn.c: Likewise.
4320         * lib/unistr/u8-strstr.c: Likewise.
4321         * lib/unistr/u8-strtok.c: Likewise.
4322         * lib/unistr/u8-to-u16.c: Likewise.
4323         * lib/unistr/u8-to-u32.c: Likewise.
4324         * lib/unistr/u8-uctomb-aux.c: Likewise.
4325         * lib/unistr/u8-uctomb.c: Likewise.
4326         * lib/unitypes.h: Likewise.
4327         * lib/uniwidth.h: Likewise.
4328         * lib/uniwidth/cjk.h: Likewise.
4329         * lib/uniwidth/u16-strwidth.c: Likewise.
4330         * lib/uniwidth/u16-width.c: Likewise.
4331         * lib/uniwidth/u32-strwidth.c: Likewise.
4332         * lib/uniwidth/u32-width.c: Likewise.
4333         * lib/uniwidth/u8-strwidth.c: Likewise.
4334         * lib/uniwidth/u8-width.c: Likewise.
4335         * lib/uniwidth/width.c: Likewise.
4336
4337 2007-10-07  Bruno Haible  <bruno@clisp.org>
4338
4339         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
4340         The file is still under LGPL (see modules/inttypes).
4341
4342 2007-10-06  Bruno Haible  <bruno@clisp.org>
4343
4344         * modules/trunc (Dependencies): Add 'extensions'.
4345         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
4346         Reported by Ben Pfaff <blp@gnu.org>.
4347
4348 2007-10-06  Bruno Haible  <bruno@clisp.org>
4349
4350         * modules/freopen-tests: New file.
4351         * tests/test-freopen.c: New file.
4352
4353         * modules/fopen-tests: New file.
4354         * tests/test-fopen.c: New file.
4355
4356         * modules/fopen: New file.
4357         * lib/fopen.c: New file.
4358         * m4/fopen.m4: New file.
4359         * modules/freopen: New file.
4360         * lib/freopen.c: New file.
4361         * m4/freopen.m4: New file.
4362         * lib/stdio.in.h (fopen, freopen): New declarations.
4363         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
4364         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
4365         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
4366         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
4367         * doc/functions/fopen.texi: Mention the 'fopen' module.
4368         * doc/functions/freopen.texi: Mention the 'freopen' module.
4369
4370 2007-10-06  Bruno Haible  <bruno@clisp.org>
4371
4372         * modules/open-tests: New file.
4373         * tests/test-open.c: New file.
4374
4375         * modules/open: New file.
4376         * lib/open.c: New file.
4377         * m4/open.m4: New file.
4378         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
4379         lib/open.c does.
4380         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
4381         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
4382         macros.
4383         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
4384         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
4385         REPLACE_OPEN.
4386         * doc/functions/open.texi: Mention the 'open' module.
4387
4388 2007-10-04  Bruno Haible  <bruno@clisp.org>
4389
4390         * modules/ceill-tests: New file.
4391         * tests/test-ceill.c: New file.
4392
4393         * modules/ceill: New file.
4394         * lib/ceill.c: Replace entire file.
4395         * m4/ceill.m4: New file.
4396         * lib/math.in.h (ceill): Replace declaration.
4397         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
4398         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
4399         * doc/functions/ceill.texi: Mention the 'ceill' module.
4400         * modules/mathl (Files): Remove lib/ceill.c.
4401         (Depends-on): Add ceill.
4402
4403 2007-10-04  Bruno Haible  <bruno@clisp.org>
4404
4405         * modules/ceilf-tests: New file.
4406         * tests/test-ceilf.c: New file.
4407
4408         * modules/ceilf: New file.
4409         * lib/ceil.c: New file.
4410         * lib/ceilf.c: New file.
4411         * m4/ceilf.m4: New file.
4412         * lib/math.in.h (ceilf): New declaration.
4413         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
4414         HAVE_DECL_CEILF.
4415         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
4416         HAVE_DECL_CEILF.
4417         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
4418
4419 2007-10-04  Bruno Haible  <bruno@clisp.org>
4420
4421         * modules/floorl-tests: New file.
4422         * tests/test-floorl.c: New file.
4423
4424         * modules/floorl: New file.
4425         * lib/floorl.c: Replace entire file.
4426         * m4/floorl.m4: New file.
4427         * lib/math.in.h (floorl): Replace declaration.
4428         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
4429         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
4430         * doc/functions/floorl.texi: Mention the 'floorl' module.
4431         * modules/mathl (Files): Remove lib/floorl.c.
4432         (Depends-on): Add floorl.
4433
4434 2007-10-04  Bruno Haible  <bruno@clisp.org>
4435
4436         * modules/floorf-tests: New file.
4437         * tests/test-floorf.c: New file.
4438
4439         * modules/floorf: New file.
4440         * lib/floor.c: New file.
4441         * lib/floorf.c: New file.
4442         * m4/floorf.m4: New file.
4443         * lib/math.in.h (floorf): New declaration.
4444         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
4445         HAVE_DECL_FLOORF.
4446         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
4447         HAVE_DECL_FLOORF.
4448         * doc/functions/floorf.texi: Mention the 'floorf' module.
4449
4450 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
4451             Bruno Haible  <bruno@clisp.org>
4452
4453         Advertise for the Git server instead of the CVS server.
4454         * doc/gnulib-intro.texi (Steady Development): Mention the Git
4455         repository instead of the CVS one.
4456         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
4457         about all VCS systems generically.
4458         * doc/gnulib.texi (Introduction): Capitalize `Git'.
4459
4460 2007-10-04  Bruno Haible  <bruno@clisp.org>
4461
4462         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
4463         means.
4464         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
4465
4466 2007-10-04  Bruno Haible  <bruno@clisp.org>
4467
4468         * modules/truncl-tests: New file.
4469         * tests/test-truncl.c: New file.
4470
4471         * modules/truncl: New file.
4472         * lib/truncl.c: New file.
4473         * m4/truncl.m4: New file.
4474         * lib/math.in.h (truncl): New declaration.
4475         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
4476         HAVE_DECL_TRUNCL.
4477         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
4478         HAVE_DECL_TRUNCL.
4479         * doc/functions/truncl.texi: Mention the 'truncl' module.
4480
4481 2007-10-04  Bruno Haible  <bruno@clisp.org>
4482
4483         * modules/truncf-tests: New file.
4484         * tests/test-truncf.c: New file.
4485
4486         * modules/truncf: New file.
4487         * lib/trunc.c: Make paramerizable through USE_* macros.
4488         * lib/truncf.c: New file.
4489         * m4/truncf.m4: New file.
4490         * lib/math.in.h (truncf): New declaration.
4491         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
4492         HAVE_DECL_TRUNCF.
4493         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
4494         HAVE_DECL_TRUNCF.
4495         * doc/functions/truncf.texi: Mention the 'truncf' module.
4496
4497 2007-10-03  Bruno Haible  <bruno@clisp.org>
4498
4499         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
4500         augmentation also for tests modules.
4501         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
4502         * modules/atexit-tests (Makefile.am): Likewise.
4503         * modules/binary-io-tests (Makefile.am): Likewise.
4504         * modules/c-strcase-tests (Makefile.am): Likewise.
4505         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
4506         * modules/canonicalize-tests (Makefile.am): Likewise.
4507         * modules/closein-tests (Makefile.am): Likewise.
4508         * modules/fprintf-posix-tests (Makefile.am): Likewise.
4509         * modules/freadahead-tests (Makefile.am): Likewise.
4510         * modules/fseek-tests (Makefile.am): Likewise.
4511         * modules/fseeko-tests (Makefile.am): Likewise.
4512         * modules/ftell-tests (Makefile.am): Likewise.
4513         * modules/ftello-tests (Makefile.am): Likewise.
4514         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
4515         * modules/isnanl-tests (Makefile.am): Likewise.
4516         * modules/lseek-tests (Makefile.am): Likewise.
4517         * modules/mbscasecmp-tests (Makefile.am): Likewise.
4518         * modules/mbscasestr-tests (Makefile.am): Likewise.
4519         * modules/mbschr-tests (Makefile.am): Likewise.
4520         * modules/mbscspn-tests (Makefile.am): Likewise.
4521         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
4522         * modules/mbspbrk-tests (Makefile.am): Likewise.
4523         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
4524         * modules/mbsrchr-tests (Makefile.am): Likewise.
4525         * modules/mbsspn-tests (Makefile.am): Likewise.
4526         * modules/mbsstr-tests (Makefile.am): Likewise.
4527         * modules/printf-posix-tests (Makefile.am): Likewise.
4528         * modules/snprintf-posix-tests (Makefile.am): Likewise.
4529         * modules/sprintf-posix-tests (Makefile.am): Likewise.
4530         * modules/tsearch-tests (Makefile.am): Likewise.
4531         * modules/uniname/uniname-tests (Makefile.am): Likewise.
4532         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
4533         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
4534         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
4535         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
4536         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
4537         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
4538         * modules/vprintf-posix-tests (Makefile.am): Likewise.
4539         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
4540         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
4541         * modules/xstrtoimax-tests (Makefile.am): Likewise.
4542         * modules/xstrtol-tests (Makefile.am): Likewise.
4543         * modules/xstrtoumax-tests (Makefile.am): Likewise.
4544         * modules/yesno-tests (Makefile.am): Likewise.
4545
4546 2007-10-03  Bruno Haible  <bruno@clisp.org>
4547
4548         * modules/trunc-tests: New file.
4549         * tests/test-trunc.c: New file.
4550
4551         * modules/trunc: New file.
4552         * lib/trunc.c: New file.
4553         * m4/trunc.m4: New file.
4554         * lib/math.in.h (trunc): New declaration.
4555         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
4556         HAVE_DECL_TRUNC.
4557         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
4558         HAVE_DECL_TRUNC.
4559         * doc/functions/trunc.texi: Mention the 'trunc' module.
4560
4561 2007-10-03  Bruno Haible  <bruno@clisp.org>
4562
4563         * tests/test-fpending.c: New file, mostly copied
4564         from coreutils/lib/t-fpending.c.
4565         * modules/fpending-tests: New file.
4566
4567 2007-10-03  Bruno Haible  <bruno@clisp.org>
4568
4569         Port the stdio extensions to QNX (untested).
4570         * lib/fseterr.c (fseterr): Add support for QNX.
4571         * lib/fbufmode.c (fbufmode): Likewise.
4572         * lib/freadable.c (freadable): Likewise.
4573         * lib/fwritable.c (fwritable): Likewise.
4574         * lib/freading.c (freading): Likewise.
4575         * lib/fwriting.c (fwriting): Likewise.
4576         * lib/freadahead.c (freadahed): Likewise.
4577         * lib/fpurge.c (fpurge): Likewise.
4578         * lib/fseeko.c (rpl_fseeko): Likewise.
4579
4580 2007-10-03  Bruno Haible  <bruno@clisp.org>
4581             Jim Meyering  <jim@meyering.net>
4582             Eric Blake  <ebb9@byu.net>
4583
4584         * doc/relocatable.texi: Use @command instead of @program.
4585
4586 2007-10-02  Jim Meyering  <jim@meyering.net>
4587
4588         Perform one more "_.h" -> ".in.h" substitution.
4589         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
4590         instead of unistd_.h here, too.
4591
4592 2007-10-01  Bruno Haible  <bruno@clisp.org>
4593
4594         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
4595         Needed for the alloca-opt module.
4596
4597 2007-09-30  Bruno Haible  <bruno@clisp.org>
4598
4599         * lib/alloca.in.h: Renamed from lib/alloca_.h.
4600         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
4601         alloca_.h.
4602         * lib/argz.in.h: Renamed from lib/argz_.h.
4603         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
4604         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
4605         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
4606         byteswap_.h.
4607         * lib/dirent.in.h: Renamed from lib/dirent_.h.
4608         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
4609         dirent_.h.
4610         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
4611         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
4612         fcntl_.h.
4613         * lib/float.in.h: Renamed from lib/float_.h.
4614         * modules/float (Files, Makefile.am): Use float.in.h instead of
4615         float_.h.
4616         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
4617         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
4618         fnmatch_.h.
4619         * lib/getopt.in.h: Renamed from lib/getopt_.h.
4620         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
4621         getopt_.h.
4622         * lib/glob.in.h: Renamed from lib/glob_.h.
4623         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
4624         * lib/iconv.in.h: Renamed from lib/iconv_.h.
4625         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
4626         iconv_.h.
4627         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
4628         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
4629         inttypes_.h.
4630         * lib/locale.in.h: Renamed from lib/locale_.h.
4631         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
4632         locale_.h.
4633         * lib/math.in.h: Renamed from lib/math_.h.
4634         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
4635         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
4636         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
4637         of netinet_in_.h. Add dependency.
4638         * lib/poll.in.h: Renamed from lib/poll_.h.
4639         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
4640         * lib/search.in.h: Renamed from lib/search_.h.
4641         * modules/search (Files, Makefile.am): Use search.in.h instead of
4642         search_.h.
4643         * lib/signal.in.h: Renamed from lib/signal_.h.
4644         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
4645         _signal.h.
4646         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
4647         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
4648         stdbool_.h.
4649         * lib/stdint.in.h: Renamed from lib/stdint_.h.
4650         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
4651         stdint_.h.
4652         * lib/stdio.in.h: Renamed from lib/stdio_.h.
4653         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
4654         stdio_.h.
4655         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
4656         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
4657         stdlib_.h.
4658         * lib/string.in.h: Renamed from lib/string_.h.
4659         * modules/string (Files, Makefile.am): Use string.in.h instead of
4660         string_.h.
4661         * doc/gnulib-tool.texi (Initial import): Update.
4662         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
4663         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
4664         of sys_select_.h. Add dependency.
4665         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
4666         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
4667         of sys_socket_.h.
4668         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
4669         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
4670         sys_stat_.h.
4671         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
4672         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
4673         sys_time_.h.
4674         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
4675         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
4676         sysexits_.h.
4677         * lib/time.in.h: Renamed from lib/time_.h.
4678         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
4679         * lib/unistd.in.h: Renamed from lib/unistd_.h.
4680         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
4681         unistd_.h.
4682         * lib/wchar.in.h: Renamed from lib/wchar_.h.
4683         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
4684         wchar_.h.
4685         * lib/wctype.in.h: Renamed from lib/wctype_.h.
4686         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
4687         wctype_.h.
4688         * build-aux/bootstrap (slurp): Update.
4689         * lib/.cppi-disable: Update.
4690
4691 2007-09-30  Bruno Haible  <bruno@clisp.org>
4692
4693         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
4694         Needed on BeOS.
4695
4696 2007-09-30  Bruno Haible  <bruno@clisp.org>
4697
4698         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
4699
4700 2007-09-29  Bruno Haible  <bruno@clisp.org>
4701
4702         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
4703
4704 2007-09-29  Bruno Haible  <bruno@clisp.org>
4705
4706         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
4707         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
4708         * build-aux/install-reloc: Compile also areadlink.c.
4709         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
4710
4711 2007-09-29  Bruno Haible  <bruno@clisp.org>
4712
4713         * gnulib-tool (func_emit_initmacro_done): Indentation.
4714
4715 2007-09-29  Bruno Haible  <bruno@clisp.org>
4716
4717         * README: Add CVS checkout update instructions.
4718         Info from Bob Proulx <bob@proulx.com>.
4719
4720 2007-09-28  Eric Blake  <ebb9@byu.net>
4721
4722         Provide move-if-change.
4723         * build-aux/move-if-change: New file, based on best practice
4724         rather than any canonical upstream location.
4725
4726 2007-09-28  Jim Meyering  <jim@meyering.net>
4727
4728         Fix canonicalize loop-detection corner case.
4729         Do not attempt to stat the symlink values stored via seen_triple.
4730         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
4731         on linux-2.6.18, (but not 2.6.22).
4732         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
4733         triple_compare.  The former compares dev,ino,filename, while the latter
4734         would actually stat dirname(filename) when dev and ino were equal.
4735         * lib/hash-triple.c: Install <string.h>.
4736         (STREQ): Define.
4737         (triple_compare_ino_str): New function.
4738         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
4739
4740 2007-09-28  Eric Blake  <ebb9@byu.net>
4741
4742         Enforce that AC_REPLACE_FUNCS files exist.
4743         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
4744         override check for typos.
4745
4746         Fix test-closein on Solaris 10.
4747         * tests/test-closein.c (main): Don't assume stdin can be inherited
4748         closed on all systems.
4749         * tests/test-closein.sh: Likewise.
4750         Reported by Piotr Tarnowski.
4751
4752 2007-09-28  Jim Meyering  <jim@meyering.net>
4753
4754         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
4755
4756 2007-09-27  Jim Meyering  <jim@meyering.net>
4757
4758         canonicalize: Avoid a false-positive cycle failure.
4759         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
4760         Sort.  Remove cycle-check.
4761         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
4762         not cycle-check.h.
4763         (seen_triple): New function.
4764         (canonicalize_filename_mode): Use it instead of cycle-check.
4765         * tests/test-canonicalize.c: Add a test for this bug.
4766         * tests/test-canonicalize.sh: Set up and run the test.
4767
4768         New module, file-set, from coreutils.
4769         * modules/file-set: Define it.
4770         * lib/file-set.c, lib/file-set.h: Implement.
4771
4772         New module, hash-triple, from coreutils.
4773         * modules/hash-triple: Define it.
4774         * lib/hash-triple.c, lib/hash-triple.h: Implement.
4775
4776 2007-09-25  Eric Blake  <ebb9@byu.net>
4777
4778         Fix strerror on Interix.
4779         * lib/string_.h (strerror): Declare replacement.
4780         * doc/functions/strerror.texi (strerror): Document the Interix
4781         shortcoming.
4782         * modules/string (Makefile.am): Support new hooks.
4783         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
4784         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
4785         gl_FUNC_STRERROR_SEPARATE.
4786         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
4787         * lib/strerror.c (rpl_strerror): Provide replacement.
4788         * modules/strerror (Depends-on): Add string.
4789         (configure.ac): Detect use of module.
4790         * tests/test-strerror.c: New file.
4791         * modules/strerror-tests: New test module.
4792         * modules/argp (Depends-on): Add strerror.
4793         * modules/error (Depends-on): Likewise.
4794         Reported by Martin Koeppe.
4795
4796 2007-09-24  Bruno Haible  <bruno@clisp.org>
4797
4798         * README: Update git instructions.
4799
4800 2007-09-24  Eric Blake  <ebb9@byu.net>
4801
4802         Revert fpending breakage from 2007-09-08.
4803         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
4804         __fpending.c.
4805
4806 2007-09-24  Jim Meyering  <jim@meyering.net>
4807
4808         filenamecat.c: Add a test.
4809         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
4810         showing how the function works when DIR is the empty string.
4811
4812 2007-09-21  Simon Josefsson  <simon@josefsson.org>
4813
4814         * tests/test-canonicalize.sh: Turn on executable bit.
4815
4816 2007-09-19  Eric Blake  <ebb9@byu.net>
4817
4818         * README: Update CVS instructions.
4819
4820 2007-09-18  Bruno Haible  <bruno@clisp.org>
4821
4822         * modules/areadlink: New file.
4823         * lib/areadlink.h (areadlink): New declaration.
4824         * lib/areadlink.c: New file, based on lib/xreadlink.c.
4825
4826 2007-09-17  Jim Meyering  <jim@meyering.net>
4827
4828         * lib/savewd.c (ESTALE) [!defined]: Define.
4829         Reported to be required on Interix by Martin Koeppe.
4830
4831 2007-09-17  Bruno Haible  <bruno@clisp.org>
4832
4833         * gnulib-tool (func_version): Use $version.
4834
4835 2007-09-16  Bruno Haible  <bruno@clisp.org>
4836
4837         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
4838         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
4839         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
4840         Reported by Greg Schafer <gschafer@zip.com.au>.
4841
4842 2007-09-15  Bruno Haible  <bruno@clisp.org>
4843
4844         * gnulib-tool (sed): Try a little harder to make bash understand the
4845         alias.
4846         Reported by Bruce Korb <bruce.korb@gmail.com>.
4847
4848 2007-09-13  Eric Blake  <ebb9@byu.net>
4849
4850         * ChangeLog: Remove conflict markers.
4851
4852 2007-09-13  Simon Josefsson  <simon@josefsson.org>
4853
4854         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
4855         Reported by Bruno Haible <bruno@clisp.org>.
4856
4857 2007-09-12  Bruno Haible  <bruno@clisp.org>
4858
4859         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
4860         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
4861         is not defined.
4862
4863 2007-09-12  Eric Blake  <ebb9@byu.net>
4864
4865         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
4866         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
4867         Autoconf definition.
4868         * modules/euidaccess (Depends-on): Add extensions, for
4869         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
4870         * modules/fnmatch (Depends-on): Likewise.
4871         * modules/getaddrinfo (Depends-on): Likewise.
4872         * modules/getdelim (Depends-on): Likewise.
4873         * modules/getline (Depends-on): Likewise.
4874         * modules/getsubopt (Depends-on): Likewise.
4875         * modules/gettext (Depends-on): Likewise.
4876         * modules/group-member (Depends-on): Likewise.
4877         * modules/mbchar (Depends-on): Likewise.
4878         * modules/memmem (Depends-on): Likewise.
4879         * modules/mempcpy (Depends-on): Likewise.
4880         * modules/memrchr (Depends-on): Likewise.
4881         * modules/pagealign_alloc (Depends-on): Likewise.
4882         * modules/readutmp (Depends-on): Likewise.
4883         * modules/stpcpy (Depends-on): Likewise.
4884         * modules/stpncpy (Depends-on): Likewise.
4885         * modules/strchrnul (Depends-on): Likewise.
4886         * modules/strndup (Depends-on): Likewise.
4887         * modules/strsep (Depends-on): Likewise.
4888         * modules/strverscmp (Depends-on): Likewise.
4889         * modules/vasprintf (Depends-on): Likewise.
4890         * modules/wcwidth (Depends-on): Likewise.
4891         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
4892         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
4893         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
4894         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
4895         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4896         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
4897         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
4898         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4899         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
4900         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4901         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4902         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
4903         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
4904         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
4905         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
4906         * m4/readutmp.m4 (gl_READUTMP): Likewise.
4907         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4908         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
4909         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4910         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
4911         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4912         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
4913         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
4914         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
4915         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
4916         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4917         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
4918         so that lock.m4 can be used in gettext without extensions module.
4919
4920 2007-09-11  Bruno Haible  <bruno@clisp.org>
4921
4922         * m4/isc-posix.m4: Remove file.
4923         Suggested by Eric Blake.
4924
4925 2007-09-11  Eric Blake  <ebb9@byu.net>
4926
4927         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
4928
4929 2007-09-10  Bruno Haible  <bruno@clisp.org>
4930
4931         * posix-modules: Fix typo in error message.
4932         Reported by Matt <mkraai@beckman.com>.
4933
4934 2007-09-09  Bruno Haible  <bruno@clisp.org>
4935
4936         * doc/functions/getdelim.texi: Update list of platforms lacking the
4937         function.
4938         * doc/functions/getline.texi: Likewise.
4939
4940 2007-09-09  Jim Meyering  <jim@meyering.net>
4941
4942         * lib/hash.c (hash_initialize): Detect calloc failure.
4943         Reported by Bruno Haible.
4944
4945 2007-09-09  Bruno Haible  <bruno@clisp.org>
4946
4947         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
4948         malloc or realloc fails.
4949
4950 2007-09-09  Bruno Haible  <bruno@clisp.org>
4951
4952         * modules/getcwd (Depends-on): Add malloc-posix.
4953         * modules/glob (Depends-on): Likewise.
4954         * modules/putenv (Depends-on): Likewise.
4955         * modules/strdup (Depends-on): Likewise.
4956         * modules/getdelim (Depends-on): Add realloc-posix.
4957         * modules/read-file (Depends-on): Likewise.
4958
4959 2007-09-09  Bruno Haible  <bruno@clisp.org>
4960
4961         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
4962         (gl_FUNC_MALLOC_POSIX): Require it.
4963         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
4964         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
4965         * modules/realloc (Files): Add m4/malloc.m4.
4966         * modules/calloc (Files): Likewise.
4967
4968 2007-09-09  Bruno Haible  <bruno@clisp.org>
4969
4970         * modules/malloc-posix: New file.
4971         * modules/malloc (Depends-on): Add malloc-posix.
4972         * lib/malloc.c: Include errno.h.
4973         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
4974         and a POSIX-compatible malloc into a single function. Set ENOMEM
4975         when returning NULL.
4976         * m4/malloc.m4: New file.
4977         * doc/functions/malloc.texi: Mention the malloc-posix module.
4978         * lib/stdlib_.h (malloc): New declaration.
4979         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4980         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
4981         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
4982         and HAVE_MALLOC_POSIX.
4983
4984 2007-09-09  Bruno Haible  <bruno@clisp.org>
4985
4986         * modules/realloc-posix: New file.
4987         * modules/realloc (Depends-on): Add realloc-posix.
4988         * lib/realloc.c: Include errno.h.
4989         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
4990         and a POSIX-compatible realloc into a single function. Set ENOMEM
4991         when returning NULL.
4992         * m4/realloc.m4: New file.
4993         * doc/functions/realloc.texi: Mention the realloc-posix module.
4994         * lib/stdlib_.h (realloc): New declaration.
4995         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4996         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
4997         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
4998         and HAVE_REALLOC_POSIX.
4999
5000 2007-09-09  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/calloc-posix: New file.
5003         * modules/calloc (Depends-on): Add calloc-posix.
5004         * lib/calloc.c: Include errno.h.
5005         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
5006         and a POSIX-compatible calloc into a single function. Set ENOMEM
5007         when returning NULL.
5008         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
5009         * doc/functions/calloc.texi: Mention the calloc-posix module.
5010         * lib/stdlib_.h (calloc): New declaration.
5011         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5012         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
5013         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
5014         and HAVE_CALLOC_POSIX.
5015
5016 2007-09-09  Bruno Haible  <bruno@clisp.org>
5017
5018         Allow for modules to show an arbitrary notice.
5019         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
5020         * gnulib-tool: New option --extract-notice.
5021         (func_usage): Document it.
5022         (sed_extract_prog): Update.
5023         (func_get_notice): New function.
5024         (func_modules_notice): New function.
5025         (func_import, func_create_testdir): Invoke it.
5026         Suggested by Jim Meyering.
5027
5028 2007-09-09  Bruno Haible  <bruno@clisp.org>
5029
5030         * gnulib-tool: New options --verbose, --quiet.
5031         (func_usage): Document them.
5032         (verbose): New variable.
5033         (func_execute_command): New function.
5034         (func_import): Don't show the module list and the file list if
5035         $verbose < 0.
5036         (func_create_testdir): Likewise. Use func_execute_command.
5037         (func_create_megatestdir): Use func_execute_command.
5038
5039 2007-09-08  Bruno Haible  <bruno@clisp.org>
5040
5041         * gnulib-tool (func_import): Prefer rsync over wget when available,
5042         for fetching the PO files.
5043
5044 2007-09-08  Bruno Haible  <bruno@clisp.org>
5045
5046         * posix-modules: New file. Portions copied from gnulib-tool.
5047         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
5048
5049 2007-09-08  Jim Meyering  <jim@meyering.net>
5050
5051         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
5052         * lib/fpending.h: Rename from __fpending.h.
5053         * lib/fpending.c: Rename from __fpending.c.
5054         Include "fpending.h", not "__fpending.h".
5055         * lib/__fpending.h, lib/__fpending.c: Remove files.
5056         * modules/fpending (Files): Reflect new file names.
5057         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
5058
5059 2007-09-08  Bruno Haible  <bruno@clisp.org>
5060
5061         * m4/inttypes-h.m4: Remove stub file.
5062
5063 2007-09-07  Simon Josefsson  <simon@josefsson.org>
5064
5065         * doc/headers/stdint.texi: Discuss #include_next issue.
5066
5067 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5068
5069         * build-aux/bootstrap: Remove obsolete comment about wget --help.
5070
5071 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5072
5073         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
5074         in variable name.
5075
5076 2007-09-03  Jim Meyering  <jim@meyering.net>
5077
5078         New module: git-version-gen.
5079         * modules/git-version-gen: New file.
5080
5081         Import changes from coreutils for bootstrap script.
5082
5083         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
5084
5085         bootstrap: uses rsync to download the .po files
5086         * build-aux/bootstrap (po_download_command_format): New global.
5087         (download_po_files): Use rsync.
5088         (update_po_files): Don't remove .po files after download,
5089         so future rsync runs can take advantage of the copies.
5090
5091         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
5092
5093         Solve the unnecessary-.po-file-regeneration problem once and for all.
5094         * build-aux/bootstrap (download_po_files): New function, renamed from
5095         get_translations.  Now, downloads, but doesn't update LINGUAS.
5096         (update_po_files): New function.
5097
5098         bootstrap: Ignore more.
5099         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
5100         uniwidth to e.g., lib/.gitignore.
5101         (slurp): Handle the sys_stat_.h -> sys mapping, too.
5102
5103         * build-aux/bootstrap: New setting: vc_ignore.
5104         (insert_sorted_if_absent): Create $file if absent.
5105         Adapt to new, possibly empty, list: $vc_ignore.
5106
5107         bootstrap: generate more ignorable names
5108         * build-aux/bootstrap (slurp): When generating ignorable names,
5109         also map .sin to .sed, .gperf to .c, and .y to .c.
5110
5111 2007-09-03  Jim Meyering  <jim@meyering.net>
5112
5113         * build-aux/git-version-gen: New file, from coreutils.  For details, see
5114         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
5115
5116 2007-09-02  Bruno Haible  <bruno@clisp.org>
5117
5118         Fix mis-recognition of 'mcs' on QNX 6.
5119         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
5120         output contains the string "Mono".
5121         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
5122         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
5123
5124 2007-09-01  Bruno Haible  <bruno@clisp.org>
5125
5126         Fix collision between uniwidth/* and linebreak modules.
5127         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
5128         u32_width): Remove declarations.
5129         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
5130         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
5131         streq3, streq2, streq1, streq0): Remove functions.
5132         (STREQ): Remove macro.
5133         (is_cjk_encoding): Remove function.
5134         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
5135         (uc_width, u8_width, u16_width, u32_width): Remove functions.
5136         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
5137         * NEWS: Document the change.
5138
5139 2007-09-01  Bruno Haible  <bruno@clisp.org>
5140
5141         * lib/streq.h: Add double-inclusion guard.
5142
5143 2007-09-01  Karl Berry  <karl@gnu.org>
5144
5145         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
5146
5147 2007-08-28  Jim Meyering  <jim@meyering.net>
5148
5149         Rename mreadlink_with_size to areadlink_with_size.
5150         * NEWS: Document the change.
5151         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
5152         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
5153         * lib/mreadlink.h: Rename this to...
5154         * lib/areadlink.h: ...this.
5155         * modules/mreadlink-with-size: Rename this to...
5156         * modules/areadlink-with-size: ...this.
5157         * lib/canonicalize.c: Reflect the renaming.
5158         * modules/canonicalize: Likewise.
5159
5160 2007-08-26  Bruno Haible  <bruno@clisp.org>
5161
5162         * gnulib-tool (func_import): When deciding which files to remove,
5163         consider also dangling symbolic links.
5164         Reported by Eric Blake.
5165
5166 2007-08-26  Bruno Haible  <bruno@clisp.org>
5167
5168         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
5169
5170 2007-08-23  Simon Josefsson  <simon@josefsson.org>
5171
5172         * lib/readline.c: Don't include getline.h, the prototype is now
5173         found in stdio.h.
5174
5175 2007-08-23  Jim Meyering  <jim@meyering.net>
5176
5177         Getdelim touchup.
5178         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
5179         around the funlockfile call, since funlockfile never sets errno.
5180         Don't set errno upon failed realloc.
5181
5182 2007-08-22  Eric Blake  <ebb9@byu.net>
5183
5184         Getline touchups.
5185         * lib/getdelim.c (getdelim): Revert regression that required *n to
5186         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
5187         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
5188         getdelim, rather than whether implementation is missing.
5189         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
5190         * lib/stdio_.h (getline): Also declare if replacement is
5191         required.
5192         * doc/functions/getdelim.texi: New file.
5193         * doc/functions/getline.texi: Likewise.
5194         * doc/gnulib.texi (Function Substitutes): Add new files.
5195         Reported by Bruno Haible.
5196
5197 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
5198
5199         * users.txt: Add Guile.
5200
5201 2007-08-22  Eric Blake  <ebb9@byu.net>
5202
5203         * tests/test-getdelim.c (main): Use remove, not unlink.
5204         * tests/test-getline.c (main): Likewise.
5205
5206         Move getline and getdelim into stdio.h, per POSIX 200x.
5207         * modules/getline (Files): Remove getline.h.
5208         (Depends-on): Add stdio.
5209         (configure.ac): Add module indicator.
5210         * modules/getdelim (Files): Remove getdelim.h.
5211         (Depends-on): Add stdio.
5212         (configure.ac): Add module indicator.
5213         * modules/stdio (Makefile.am): Work with new indicators.
5214         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
5215         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
5216         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5217         * lib/getdelim.h: Delete.
5218         * lib/getline.h: Delete.
5219         * lib/stdio_.h (getdelim, getline): Declare.
5220         * modules/getdelim-tests: New module.
5221         * modules/getline-tests: Likewise.
5222         * tests/test-getdelim.c: New file.
5223         * tests/test-getline.c: Likewise.
5224         * NEWS: Document the change.
5225         * lib/getline.c: Update choice of header.
5226         * lib/csharpcomp.c: Likewise.
5227         * lib/getpass.c: Likewise.
5228         * lib/javacomp.c: Likewise.
5229         * lib/javaversion.c: Likewise.
5230         * lib/yesno.c: Likewise.
5231         * lib/getdelim.c: Likewise.
5232         (getdelim): Set errno on failure, and avoid memory leak.
5233
5234 2007-08-19  Bruno Haible  <bruno@clisp.org>
5235
5236         * modules/closein (Depends-on): Add freadahead.
5237         * lib/closein.c: Include freadahead.h.
5238         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
5239         is zero.
5240
5241 2007-08-19  Bruno Haible  <bruno@clisp.org>
5242
5243         * modules/freadahead-tests: New file.
5244         * tests/test-freadahead.sh: New file.
5245         * tests/test-freadahead.c: New file.
5246
5247         * modules/freadahead: New file.
5248         * lib/freadahead.h: New file.
5249         * lib/freadahead.c: New file.
5250         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
5251         fbufmode, fpurge, freadable, fwritable.
5252
5253 2007-08-19  Eric Blake  <ebb9@byu.net>
5254
5255         Test yesno in combination with closein.
5256         * lib/yesno.c (yesno): Document use of stdin.
5257         * modules/yesno-tests (Files): New module.
5258         * tests/test-yesno.c (main): New file.
5259         * tests/test-yesno.sh: Likewise.
5260
5261 2007-08-19  Bruno Haible  <bruno@clisp.org>
5262
5263         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
5264         * lib/fseeko.c (rpl_fseeko): Likewise.
5265         * lib/fseterr.c (fseterr): Likewise.
5266
5267 2007-08-19  Bruno Haible  <bruno@clisp.org>
5268
5269         * tests/test-lseek.c (main): Disable a test for BeOS.
5270         * doc/functions/lseek.texi: Document the BeOS bug.
5271
5272 2007-08-19  Bruno Haible  <bruno@clisp.org>
5273             Eric Blake  <ebb9@byu.net>
5274
5275         * lib/lseek.c: Include <sys/stat.h>.
5276         (rpl_lseek): Add workaround code also for Unix platforms.
5277         Needed for BeOS.
5278         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
5279         * doc/functions/lseek.texi: Document BeOS definiency.
5280
5281 2007-08-18  Bruno Haible  <bruno@clisp.org>
5282
5283         * modules/fstrcmp-tests: New file.
5284         * tests/test-fstrcmp.c: New file.
5285
5286 2007-08-18  Bruno Haible  <bruno@clisp.org>
5287
5288         * modules/fstrcmp: New file, from GNU gettext with modifications.
5289         * lib/fstrcmp.h: New file, from GNU gettext.
5290         * lib/fstrcmp.c: New file, from GNU gettext.
5291         * MODULES.html.sh (String handling): Add fstrcmp.
5292
5293 2007-08-18  Bruno Haible  <bruno@clisp.org>
5294
5295         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
5296         'bool'.
5297         (diag, compareseq): Remove const from the ctxt argument.
5298         (USE_HEURISTIC): Undefine at the end.
5299
5300 2007-08-18  Jim Meyering  <jim@meyering.net>
5301
5302         New file: lib/idcache.h
5303         * NEWS: Mention the addition.
5304         * modules/idcache (Files): Add lib/idcache.h
5305         * lib/idcache.c: Include "idcache.h".
5306         Don't include <sys/types.h>.
5307         Add a FIXME comment.
5308         Move file-scoped "static" declarations to the top.
5309         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
5310
5311 2007-08-17  Bruno Haible  <bruno@clisp.org>
5312         and Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * MODULES.html.sh: Add diffseq.
5315         * modules/diffseq: New file.
5316         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
5317         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
5318
5319 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5320
5321         Import changes from coreutils for bootstrap script.
5322
5323         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
5324
5325         * build-aux/bootstrap (slurp): Work even in environments where
5326         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
5327         current code does not slurp files whose names start with ".", and
5328         this looks like it might be a troublesome area.
5329
5330         2007-07-11  Jim Meyering  <jim@meyering.net>
5331
5332         If there's a GPL vN copyright comment, require that N == 3.
5333
5334         2007-07-08  Jim Meyering  <jim@meyering.net>
5335
5336         Run the coreutils-specific code only if tests/Makefile.am.in exists.
5337         * build-aux/bootstrap (mam_template): Move definition out of loop.
5338
5339         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
5340
5341         * build-aux/bootstrap (symlink_to_dir): Rename function from
5342         symlink_to_gnulib.  Add a directory parameter.  Update all
5343         callers.
5344         (cp_mark_as_generated): Also check for -- and link to -- files in
5345         gl/.
5346
5347         2007-07-08  Jim Meyering  <jim@meyering.net>
5348
5349         Adapt to deeper hierarchy in gnulib.
5350         * build-aux/bootstrap (symlink_to_dir): If the destination
5351         directory doesn't exist, create it. This is required at least for
5352         "lib/uniwidth/cjk.h".
5353
5354         2007-05-15  Jim Meyering  <jim@meyering.net>
5355
5356         * build-aux/bootstrap: Now that generated Makefile.am files
5357         are no longer under version control, they must be created at
5358         bootstrap time.
5359
5360 2007-08-14  Ben Pfaff  <blp@gnu.org>
5361
5362         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
5363
5364 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5365
5366         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
5367         given the changes below.
5368         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
5369         even on hosts that have padding bits beyond the supported 64.
5370
5371 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5372
5373         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
5374         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
5375         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
5376         depends on it.
5377         (xstrtol_error): Remove.
5378         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
5379         but with a different signature.
5380         (ATTRIBUTE_NORETURN, __attribute__): New macros.
5381         * lib/xstrtol-error.c: Include exitfail.h.
5382         (xstrtol_fatal): New function, with a different signature from the
5383         old xstrtol_error, so that the caller need not worry about passing
5384         in an exit status, or about storage management of the option argument.
5385         (xstrtol_error): Now a static function.  Redo signature to
5386         implement xstrtol_fatal.  Output the correct number of hyphens in
5387         front of the option so that the caller need not worry about
5388         storage management.
5389         (N_): New macro.
5390         (_): Remove; not used now.
5391         * modules/xstrtol: Depend on getopt.
5392         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
5393         of old STRTOL_FATAL_ERROR macro.
5394         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
5395         of test program.
5396         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
5397         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
5398
5399 2007-08-08  Eric Blake  <ebb9@byu.net>
5400
5401         * lib/xstrtol-error.c: Add missing include.
5402
5403         Move xstrtol messages into gnulib domain, when --pobase is used.
5404         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
5405         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
5406         * modules/xstrtol (Files): Distribute new file.
5407         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
5408         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
5409         * tests/test-xstrtol.c: ...into new file.
5410         * tests/test-xstrtoul.c: Also test xstrtoul.
5411         * tests/test-xstrtoimax.c: Also test xstrtoimax.
5412         * tests/test-xstrtoumax.c: Also test xstrtoumax.
5413         * tests/test-xstrtol.sh: Drive the tests.
5414         * tests/test-xstrtoimax.sh: Likewise.
5415         * tests/test-xstrtoumax.sh: Likewise.
5416         * modules/xstrtol-tests: New module.
5417         * modules/xstrtoimax-tests: Likewise.
5418         * modules/xstrtoumax-tests: Likewise.
5419
5420 2007-08-08  Jim Meyering  <jim@meyering.net>
5421
5422         New function: mfile_name_concat.
5423         * lib/filenamecat.c (mfile_name_concat): New function, just like
5424         file_name_concat, but return NULL upon failure rather than exiting
5425         with a diagnostic.
5426         * lib/filenamecat.h: Declare it.
5427
5428 2007-08-07  Bruno Haible  <bruno@clisp.org>
5429
5430         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
5431         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
5432         warning from gcc.
5433         Reported by Eric Blake.
5434
5435 2007-08-07  Simon Josefsson  <simon@josefsson.org>
5436
5437         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
5438         * modules/crypto/arcfour (License): Likewise.
5439         * modules/crypto/des-tests (License): Likewise.
5440         * modules/crypto/gc-arctwo-tests (License): Likewise.
5441         * modules/crypto/gc-des-tests (License): Likewise.
5442         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
5443         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
5444         * modules/crypto/gc-md2-tests (License): Likewise.
5445         * modules/crypto/gc-md4-tests (License): Likewise.
5446         * modules/crypto/gc-md5-tests (License): Likewise.
5447         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
5448         * modules/crypto/gc-rijndael-tests (License): Likewise.
5449         * modules/crypto/gc-sha1-tests (License): Likewise.
5450         * modules/crypto/gc-tests (License): Likewise.
5451         * modules/crypto/hmac-md5 (License): Likewise.
5452         * modules/crypto/hmac-sha1 (License): Likewise.
5453         * modules/crypto/md2-tests (License): Likewise.
5454         * modules/crypto/md4-tests (License): Likewise.
5455         * modules/crypto/md5 (License): Likewise.
5456         * modules/crypto/rijndael (License): Likewise.
5457         * modules/crypto/sha1 (License): Likewise.
5458         * modules/memxor (License): Likewise.
5459
5460 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
5461         and Bruno Haible  <bruno@clisp.org>
5462
5463         * NEWS: Describe interface changes to human, xstrtol.
5464         * lib/human.h: Include <xstrtol.h>.
5465         (human_options): Return enum strtol_error, not int.  Remove
5466         bool arg; take int * instead.
5467         * lib/human.c: Don't include "gettext.h".
5468         (_): Remove; no longer used.
5469         Don't include <xstrtol.h>, since human.h does it.
5470         (human_options): Adjust to abovementioned interface changes.
5471         Do not report error to stderr; that's now the caller's
5472         responsibility.
5473         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
5474         interface change.
5475         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
5476         Str, Argument_type_string.  All uses changed.  Put " argument"
5477         in diagnostics to make them clearer.  Change wording of suffix
5478         message for clarity.
5479         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
5480         Argument_type_string.
5481         (STRTOL_FATAL_WARN): Remove; no longer used.
5482         * modules/human (Depends-on): Remove gettext-h.
5483
5484 2007-08-06  Simon Josefsson  <simon@josefsson.org>
5485
5486         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
5487
5488 2007-07-31  Bruno Haible  <bruno@clisp.org>
5489
5490         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
5491         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
5492         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
5493
5494 2007-07-31  Bruno Haible  <bruno@clisp.org>
5495
5496         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
5497         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
5498
5499 2007-07-30  Bruno Haible  <bruno@clisp.org>
5500
5501         * modules/base64 (License): Use the synonymous term "LGPLv2+".
5502         * modules/c-ctype (License): Likewise.
5503         * modules/c-strcase (License): Likewise.
5504         * modules/check-version (License): Likewise.
5505         * modules/iconv (License): Likewise.
5506         * modules/iconv_open (License): Likewise.
5507         * modules/read-file (License): Likewise.
5508         * modules/striconv (License): Likewise.
5509         * modules/strverscmp (License): Likewise.
5510         * modules/vasprintf (License): Likewise.
5511         * modules/crypto/des (License): Likewise.
5512         * modules/crypto/gc (License): Likewise.
5513         * modules/crypto/gc-arcfour (License): Likewise.
5514         * modules/crypto/gc-arctwo (License): Likewise.
5515         * modules/crypto/gc-des (License): Likewise.
5516         * modules/crypto/gc-hmac-md5 (License): Likewise.
5517         * modules/crypto/gc-hmac-sha1 (License): Likewise.
5518         * modules/crypto/gc-md2 (License): Likewise.
5519         * modules/crypto/gc-md4 (License): Likewise.
5520         * modules/crypto/gc-md5 (License): Likewise.
5521         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
5522         * modules/crypto/gc-random (License): Likewise.
5523         * modules/crypto/gc-rijndael (License): Likewise.
5524         * modules/crypto/gc-sha1 (License): Likewise.
5525         * modules/crypto/md2 (License): Likewise.
5526         * modules/crypto/md4 (License): Likewise.
5527
5528 2007-07-30  Jim Meyering  <jim@meyering.net>
5529
5530         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
5531         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
5532         it has valid stat data.  This bug would cause du not to count the
5533         sizes of inaccessible directories.
5534         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
5535         in <http://bugzilla.redhat.com/250077>.
5536
5537 2007-07-25  Peter O'Gorman  <peter@pogma.com>
5538             Bruno Haible  <bruno@clisp.org>
5539
5540         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
5541         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
5542         #include_next, gives a diagnostic about it, but reports no error in
5543         the exit code.
5544         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
5545
5546 2007-07-24  Ben Pfaff  <blp@gnu.org>
5547
5548         Improve name: "count-one-bits" is better than "popcount".
5549         * MODULES.html.sh: Update name.
5550         * lib/popcount.h: Renamed lib/count-one-bits.h.
5551         (popcount): Renamed count_one_bits.
5552         (popcountl): Renamed count_one_bits_l.
5553         (popcountll): Renamed count_one_bits_ll.
5554         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
5555         * modules/popcount: Renamed module/count-one-bits.
5556         * modules/popcount-tests: Renamed module/count-one-bits-tests.
5557         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
5558
5559 2007-07-23  Ben Pfaff  <blp@gnu.org>
5560
5561         * lib/popcount.h (popcount32): Reduce size of constants, to allow
5562         better code generation, and add U to large constants to avoid
5563         warnings, in non-GCC case.
5564         Suggested by Bruno Haible.
5565
5566 2007-07-23  Ben Pfaff  <blp@gnu.org>
5567
5568         * lib/popcount.h: Use verify_true instead of if...abort.
5569         * modules/popcount: Depend on verify module.
5570         Suggested by Jim Meyering.
5571
5572 2007-07-23  Bruno Haible  <bruno@clisp.org>
5573
5574         * gnulib-tool (func_import): Create a .cvsignore file also when the
5575         directory is not yet in CVS but the toplevel directory is. When
5576         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
5577         Reported by Karl Berry.
5578
5579 2007-07-22  Ben Pfaff  <blp@gnu.org>
5580
5581         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
5582         case.
5583         Suggested by Eric Blake.
5584
5585 2007-07-22  Ben Pfaff  <blp@gnu.org>
5586
5587         New module: popcount.
5588         * MODULES.html.sh: Add popcount.
5589         * modules/popcount: New file.
5590         * modules/popcount-tests: New file.
5591         * tests/test-popcount.c: New file.
5592         * lib/popcount.h: New file.
5593         * m4/popcount.m4: New file.
5594
5595 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5596
5597         * build-aux/announce-gen: Update to GPLv3.
5598
5599         * build-aux/config.guess: Update from config.
5600
5601 2007-07-21  Bruno Haible  <bruno@clisp.org>
5602
5603         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
5604         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
5605
5606 2007-07-20  Jim Meyering  <jim@meyering.net>
5607
5608         * check-module: Diagnose a self-dependency.
5609
5610 2007-07-19  Bruno Haible  <bruno@clisp.org>
5611
5612         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
5613         empty.
5614         Reported by Eric Blake.
5615
5616 2007-07-18  Bruno Haible  <bruno@clisp.org>
5617
5618         * gnulib-tool: New options --po-base, --po-domain.
5619         (func_usage): Document them.
5620         (pobase, po_domain): New variables.
5621         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
5622         DEFAULT_TEXT_DOMAIN.
5623         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
5624         (func_import): Consider pobase and po_domain. Create a po/ directory.
5625         (func_create_testdir): Set pobase and po_domain to empty.
5626         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
5627         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
5628
5629 2007-07-18  Bruno Haible  <bruno@clisp.org>
5630
5631         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5632         EXTRA_DIST augmentation for files in build-aux/.
5633
5634 2007-07-16  Bruno Haible  <bruno@clisp.org>
5635
5636         * modules/lseek (License): Use the synonymous term "LGPLv2+".
5637         * modules/getdelim (License): Likewise.
5638
5639 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5640
5641         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
5642         * modules/d-type (License): Likewise.
5643         * modules/extensions (License): Likewise.
5644         * modules/fnmatch (License): Likewise.
5645         * modules/fseeko (License): Likewise.
5646         * modules/getaddrinfo (License): Likewise.
5647         * modules/getline (License): Likewise.
5648         * modules/getlogin_r (License): Likewise.
5649         * modules/getpass (License): Likewise.
5650         * modules/gettimeofday (License): Likewise.
5651         * modules/glob (License): Likewise.
5652         * modules/inet_ntop (License): Likewise.
5653         * modules/malloc (License): Likewise.
5654         * modules/malloca (License): Likewise.
5655         * modules/memmem (License): Likewise.
5656         * modules/mempcpy (License): Likewise.
5657         * modules/memset (License): Likewise.
5658         * modules/minmax (License): Likewise.
5659         * modules/mktime (License): Likewise.
5660         * modules/netinet_in (License): Likewise.
5661         * modules/pathmax (License): Likewise.
5662         * modules/poll (License): Likewise.
5663         * modules/regex (License): Likewise.
5664         * modules/snprintf (License): Likewise.
5665         * modules/stdbool (License): Likewise.
5666         * modules/stdint (License): Likewise.
5667         * modules/stdio (License): Likewise.
5668         * modules/strcase (License): Likewise.
5669         * modules/strcasestr (License): Likewise.
5670         * modules/strdup (License): Likewise.
5671         * modules/string (License): Likewise.
5672         * modules/strndup (License): Likewise.
5673         * modules/strnlen (License): Likewise.
5674         * modules/strpbrk (License): Likewise.
5675         * modules/strptime (License): Likewise.
5676         * modules/strsep (License): Likewise.
5677         * modules/sys_select (License): Likewise.
5678         * modules/sys_socket (License): Likewise.
5679         * modules/sys_stat (License): Likewise.
5680         * modules/sys_time (License): Likewise.
5681         * modules/time (License): Likewise.
5682         * modules/time_r (License): Likewise.
5683         * modules/timegm (License): Likewise.
5684         * modules/unistd (License): Likewise.
5685         * modules/vsnprintf (License): Likewise.
5686         * modules/wctype (License): Likewise.
5687
5688 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5689
5690         * modules/argz (License): LGPLv2+.
5691
5692 2007-07-15  Karl Berry  <karl@gnu.org>
5693
5694         * doc/gnulib.texi: revise node structure per new fdl.texi.
5695
5696 2007-07-14  Bruno Haible  <bruno@clisp.org>
5697
5698         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
5699         the output file.
5700         * lib/uniname/uninames.h: Regenerated.
5701
5702 2007-07-14  Karl Berry  <karl@gnu.org>
5703
5704         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
5705         omitting sectioning and index commands.
5706
5707 2007-07-13  Bruno Haible  <bruno@clisp.org>
5708
5709         New gnulib-tool option --more-symlinks.
5710         * gnulib-tool (func_usage): Document --more-symlinks.
5711         (do_copyrights): New variable.
5712         Recognize option --more-symlinks.
5713         (func_import): Don't add a copyright notice transform to
5714         sed_transform_lib_file if do_copyrights is empty.
5715
5716 2007-07-13  Bruno Haible  <bruno@clisp.org>
5717
5718         * lib/vasnprintf.c (decimal_point_char): Define also if
5719         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
5720         && !NEED_PRINTF_DIRECTIVE_A.
5721         Reported by Clemens Koller <clemens.koller@anagramm.de> via
5722         Gary V. Vaughan <gary@gnu.org>.
5723
5724 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
5725
5726         * lib/inttypes_.h: Undo previous change, since it was fixed
5727         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
5728
5729 2007-07-13  Bruno Haible  <bruno@clisp.org>
5730
5731         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
5732         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
5733
5734 2007-07-13  Jim Meyering  <jim@meyering.net>
5735
5736         df: Don't fail for Tru64's "file-on-file mount".
5737         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
5738         so we fall through and use statfs instead.  Details here:
5739         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
5740         Reported by Albert Chin.
5741
5742 2007-07-13  Bruno Haible  <bruno@clisp.org>
5743
5744         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
5745         * modules/configmake (License): Likewise.
5746         * modules/gettext (License): Likewise.
5747         * modules/gettext-h (License): Likewise.
5748         * modules/include_next (License): Likewise.
5749         * modules/link-warning (License): Likewise.
5750         * modules/localcharset (License): Likewise.
5751         * modules/localename (License): Likewise.
5752         * modules/lock (License): Likewise.
5753         * modules/relocatable-lib-lgpl (License): Likewise.
5754         * modules/size_max (License): Likewise.
5755         * modules/vasnprintf (License): Likewise.
5756         * modules/wchar (License): Likewise.
5757         * modules/xsize (License): Likewise.
5758
5759 2007-07-13  Bruno Haible  <bruno@clisp.org>
5760
5761         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
5762         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
5763
5764 2007-07-12  Bruno Haible  <bruno@clisp.org>
5765
5766         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
5767         in the modules files.
5768
5769 2007-07-11  Karl Berry  <karl@gnu.org>
5770
5771         * MODULES.html.sh (func_module): use
5772          sed -e '\|^'"${includefile}"'$|d'
5773          instead of /.../d, to avoid errors on $includefile's containing /.
5774
5775 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5776
5777         * gnulib-tool (func_import): Avoid duplication of --avoid
5778         statements
5779         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
5780         names to `_' in variable names.
5781
5782 2007-07-10  Eric Blake  <ebb9@byu.net>
5783
5784         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
5785         * NEWS: Document this change.
5786
5787 2007-07-08  Bruno Haible  <bruno@clisp.org>
5788
5789         Update to Unicode 5.0.
5790         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
5791         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
5792         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
5793         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
5794         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
5795         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
5796         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
5797         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
5798         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
5799         U+10A3F, U+1D242..U+1D244.
5800         (nonspacing_table_ind): Update.
5801         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
5802         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
5803
5804 2007-07-08  Bruno Haible  <bruno@clisp.org>
5805
5806         Update to Unicode 5.0.
5807         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
5808         code transform. Extend the name index field of unicode_name_to_code and
5809         unicode_code_to_name from 16 to 24 bits.
5810         * lib/uniname/uniname.c (unicode_character_name,
5811         unicode_name_character): Add the range 0x12xxx to the code transform.
5812         * lib/uniname/uninames.h: Regenerated.
5813         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
5814
5815 2007-07-07  Bruno Haible  <bruno@clisp.org>
5816
5817         * modules/wcwidth-tests: New file.
5818         * tests/test-wcwidth.c: New file.
5819
5820         Work around MacOS X wcwidth() bug.
5821         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
5822         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
5823         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
5824         original wcwidth in non-UTF-8 locales.
5825         * modules/wcwidth (Depends-on): Add localcharset, streq,
5826         uniwidth/width.
5827         * doc/functions/wcwidth.texi: Update.
5828
5829 2007-07-07  Bruno Haible  <bruno@clisp.org>
5830
5831         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
5832         (wcwidth): New declaration.
5833         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
5834         macros.
5835         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
5836         here. Prepare for creating <wchar.h> unconditionally.
5837         * modules/wchar (Depends-on): Add link-warning.
5838         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
5839         REPLACE_WCWIDTH, and GL_LINK_WARNING.
5840         * lib/wcwidth.h: Remove file.
5841         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
5842         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
5843         * modules/wcwidth (Files): Remove lib/wcwidth.h.
5844         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
5845         (Include): Replace wcwidth.h with <wchar.h>.
5846         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
5847         * lib/mbchar.h: Don't include wcwidth.h.
5848         * lib/mbswidth.c: Likewise.
5849         * NEWS: Mention the change.
5850
5851 2007-07-07  Bruno Haible  <bruno@clisp.org>
5852
5853         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
5854         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
5855         definition with an external declaration.
5856         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
5857         defined as a function. Remove AC_C_INLINE requirement.
5858         * modules/wcwidth (Files): Add lib/wcwidth.c.
5859         (Makefile.am): Remove redundant statement.
5860
5861 2007-07-07  Bruno Haible  <bruno@clisp.org>
5862
5863         * MODULES.html.sh (Unicode string functions): Add the new modules.
5864
5865         * tests/uniwidth/test-u32-strwidth.c: New file.
5866         * modules/uniwidth/u32-strwidth-tests: New file.
5867
5868         * lib/uniwidth/u32-strwidth.c: New file.
5869         * modules/uniwidth/u32-strwidth: New file.
5870
5871         * tests/uniwidth/test-u16-strwidth.c: New file.
5872         * modules/uniwidth/u16-strwidth-tests: New file.
5873
5874         * lib/uniwidth/u16-strwidth.c: New file.
5875         * modules/uniwidth/u16-strwidth: New file.
5876
5877         * tests/uniwidth/test-u8-strwidth.c: New file.
5878         * modules/uniwidth/u8-strwidth-tests: New file.
5879
5880         * lib/uniwidth/u8-strwidth.c: New file.
5881         * modules/uniwidth/u8-strwidth: New file.
5882
5883         * tests/uniwidth/test-u32-width.c: New file.
5884         * modules/uniwidth/u32-width-tests: New file.
5885
5886         * lib/uniwidth/u32-width.c: New file.
5887         * modules/uniwidth/u32-width: New file.
5888
5889         * tests/uniwidth/test-u16-width.c: New file.
5890         * modules/uniwidth/u16-width-tests: New file.
5891
5892         * lib/uniwidth/u16-width.c: New file.
5893         * modules/uniwidth/u16-width: New file.
5894
5895         * tests/uniwidth/test-u8-width.c: New file.
5896         * modules/uniwidth/u8-width-tests: New file.
5897
5898         * lib/uniwidth/u8-width.c: New file.
5899         * modules/uniwidth/u8-width: New file.
5900
5901         * tests/uniwidth/test-uc_width.c: New file.
5902         * modules/uniwidth/width-tests: New file.
5903
5904         * lib/uniwidth/width.c: New file, from GNU libiconv.
5905         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
5906         * modules/uniwidth/width: New file.
5907
5908         * lib/uniwidth.h: New file, from GNU libiconv.
5909         * modules/uniwidth/base: New file.
5910
5911 2007-07-07  Bruno Haible  <bruno@clisp.org>
5912
5913         * lib/uniname.h: New file, from GNU gettext.
5914         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
5915         * lib/uniname/uninames.h: New file, from GNU gettext.
5916         * lib/uniname/uniname.c: New file, from GNU gettext.
5917         * tests/uniname/test-uninames.sh: New file.
5918         * tests/uniname/test-uninames.c: New file, from GNU gettext.
5919         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
5920         * modules/uniname/base: New file.
5921         * modules/uniname/uniname: New file.
5922         * modules/uniname/uniname-tests: New file.
5923         * MODULES.html.sh (Unicode string functions): Add the new modules.
5924
5925 2007-07-06  Bruno Haible  <bruno@clisp.org>
5926
5927         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
5928
5929 2007-07-06  Bruno Haible  <bruno@clisp.org>
5930
5931         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
5932         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
5933         includes <cygwin/sys_time.h> which includes <sys/select.h> which
5934         include <sys/time.h>.
5935         Reported by Eric Blake.
5936
5937 2007-07-06  Eric Blake  <ebb9@byu.net>
5938
5939         Fix testing canonicalize on cygwin.
5940         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
5941         Revert patch from 2007-06-19.
5942         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
5943         canonicalize module is also in use.
5944         * tests/test-canonicalize.c: New file.
5945         * tests/test-canonicalize.sh: Likewise.
5946         * modules/canonicalize-tests: Likewise.
5947
5948 2007-07-06  Jim Meyering  <jim@meyering.net>
5949
5950         * lib/getugroups.c (getugroups): Detect getgrent failure.
5951         Adjust comment to reflect reality: this function may return -1.
5952
5953 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
5954
5955         * build-aux/bootstrap (TP_URL,get_translations): Update to use
5956         the new TP address.
5957         (usage): Fix typo
5958         (gnulib_mk): New variable.
5959
5960 2007-07-05  Jim Meyering  <jim@meyering.net>
5961
5962         Don't let endgrent clobber errno, no matter how improbable.
5963         * lib/getugroups.c (getugroups): Save and restore errno around
5964         endgrent call.
5965
5966         Close the group DB even when failing with 2^31 or more members.
5967         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
5968
5969 2007-07-04  Jim Meyering  <jim@meyering.net>
5970
5971         * lib/getugroups.h: New file.
5972         * lib/getugroups.c: Include "getugroups.h".
5973         Remove uses of "register" keyword.
5974         Move local variable, "cp", down into scope where used.
5975         Give "username" parameter the "const" attribute.
5976         * modules/getugroups (Files): Add lib/getugroups.h
5977
5978 2007-07-04  Karl Berry  <karl@gnu.org>
5979
5980         * MODULES.html.sh (func_all_modules): Complete rename of
5981         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
5982
5983 2007-07-02  Bruno Haible  <bruno@clisp.org>
5984
5985         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
5986         mode, when inttypes.h comes from gnulib.
5987         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5988
5989 2007-07-02  Simon Josefsson  <simon@josefsson.org>
5990
5991         * NEWS: Mention lgpl module name change.
5992
5993         * modules/lgpl-2.1: Renamed from lgpl.
5994
5995         * NEWS: Mention gpl module name change.
5996
5997         * modules/gpl-3.0: New file, based on gpl-2.0.
5998
5999         * modules/gpl-2.0: Renamed from gpl.
6000
6001         * modules/gpl: Fix filename, doc/gpl.texi is now found at
6002         doc/gpl-2.0.texi.
6003
6004 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6005
6006         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
6007         #define __STDC_LIMIT_MACROS temporarily while including
6008         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
6009         Problem reported by Joel E. Denny in
6010         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
6011
6012 2007-07-01  Bruno Haible  <bruno@clisp.org>
6013
6014         * lib/unistdio.h: New file.
6015         * lib/unistdio/u-asnprintf.h: New file.
6016         * lib/unistdio/u-asprintf.h: New file.
6017         * lib/unistdio/u-printf-args.c: New file.
6018         * lib/unistdio/u-printf-args.h: New file.
6019         * lib/unistdio/u-printf-parse.h: New file.
6020         * lib/unistdio/u-snprintf.h: New file.
6021         * lib/unistdio/u-sprintf.h: New file.
6022         * lib/unistdio/u-vasprintf.h: New file.
6023         * lib/unistdio/u-vsnprintf.h: New file.
6024         * lib/unistdio/u-vsprintf.h: New file.
6025         * lib/unistdio/ulc-asnprintf.c: New file.
6026         * lib/unistdio/ulc-asprintf.c: New file.
6027         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
6028         * lib/unistdio/ulc-printf-parse.c: New file.
6029         * lib/unistdio/ulc-snprintf.c: New file.
6030         * lib/unistdio/ulc-sprintf.c: New file.
6031         * lib/unistdio/ulc-vasnprintf.c: New file.
6032         * lib/unistdio/ulc-vasprintf.c: New file.
6033         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
6034         * lib/unistdio/ulc-vsnprintf.c: New file.
6035         * lib/unistdio/ulc-vsprintf.c: New file.
6036         * lib/unistdio/u8-asnprintf.c: New file.
6037         * lib/unistdio/u8-asprintf.c: New file.
6038         * lib/unistdio/u8-printf-parse.c: New file.
6039         * lib/unistdio/u8-snprintf.c: New file.
6040         * lib/unistdio/u8-sprintf.c: New file.
6041         * lib/unistdio/u8-vasnprintf.c: New file.
6042         * lib/unistdio/u8-vasprintf.c: New file.
6043         * lib/unistdio/u8-vsnprintf.c: New file.
6044         * lib/unistdio/u8-vsprintf.c: New file.
6045         * lib/unistdio/u8-u8-asnprintf.c: New file.
6046         * lib/unistdio/u8-u8-asprintf.c: New file.
6047         * lib/unistdio/u8-u8-snprintf.c: New file.
6048         * lib/unistdio/u8-u8-sprintf.c: New file.
6049         * lib/unistdio/u8-u8-vasnprintf.c: New file.
6050         * lib/unistdio/u8-u8-vasprintf.c: New file.
6051         * lib/unistdio/u8-u8-vsnprintf.c: New file.
6052         * lib/unistdio/u8-u8-vsprintf.c: New file.
6053         * lib/unistdio/u16-asnprintf.c: New file.
6054         * lib/unistdio/u16-asprintf.c: New file.
6055         * lib/unistdio/u16-printf-parse.c: New file.
6056         * lib/unistdio/u16-snprintf.c: New file.
6057         * lib/unistdio/u16-sprintf.c: New file.
6058         * lib/unistdio/u16-vasnprintf.c: New file.
6059         * lib/unistdio/u16-vasprintf.c: New file.
6060         * lib/unistdio/u16-vsnprintf.c: New file.
6061         * lib/unistdio/u16-vsprintf.c: New file.
6062         * lib/unistdio/u16-u16-asnprintf.c: New file.
6063         * lib/unistdio/u16-u16-asprintf.c: New file.
6064         * lib/unistdio/u16-u16-snprintf.c: New file.
6065         * lib/unistdio/u16-u16-sprintf.c: New file.
6066         * lib/unistdio/u16-u16-vasnprintf.c: New file.
6067         * lib/unistdio/u16-u16-vasprintf.c: New file.
6068         * lib/unistdio/u16-u16-vsnprintf.c: New file.
6069         * lib/unistdio/u16-u16-vsprintf.c: New file.
6070         * lib/unistdio/u32-asnprintf.c: New file.
6071         * lib/unistdio/u32-asprintf.c: New file.
6072         * lib/unistdio/u32-printf-parse.c: New file.
6073         * lib/unistdio/u32-snprintf.c: New file.
6074         * lib/unistdio/u32-sprintf.c: New file.
6075         * lib/unistdio/u32-vasnprintf.c: New file.
6076         * lib/unistdio/u32-vasprintf.c: New file.
6077         * lib/unistdio/u32-vsnprintf.c: New file.
6078         * lib/unistdio/u32-vsprintf.c: New file.
6079         * lib/unistdio/u32-u32-asnprintf.c: New file.
6080         * lib/unistdio/u32-u32-asprintf.c: New file.
6081         * lib/unistdio/u32-u32-snprintf.c: New file.
6082         * lib/unistdio/u32-u32-sprintf.c: New file.
6083         * lib/unistdio/u32-u32-vasnprintf.c: New file.
6084         * lib/unistdio/u32-u32-vasprintf.c: New file.
6085         * lib/unistdio/u32-u32-vsnprintf.c: New file.
6086         * lib/unistdio/u32-u32-vsprintf.c: New file.
6087         * tests/unistdio/test-ulc-asnprintf1.c: New file.
6088         * tests/unistdio/test-ulc-asnprintf1.h: New file.
6089         * tests/unistdio/test-ulc-printf1.h: New file.
6090         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
6091         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
6092         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
6093         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
6094         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
6095         * tests/unistdio/test-ulc-vasprintf1.c: New file.
6096         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
6097         * tests/unistdio/test-ulc-vsprintf1.c: New file.
6098         * tests/unistdio/test-u8-asnprintf1.c: New file.
6099         * tests/unistdio/test-u8-asnprintf1.h: New file.
6100         * tests/unistdio/test-u8-printf1.h: New file.
6101         * tests/unistdio/test-u8-vasnprintf1.c: New file.
6102         * tests/unistdio/test-u8-vasnprintf2.c: New file.
6103         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
6104         * tests/unistdio/test-u8-vasnprintf3.c: New file.
6105         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
6106         * tests/unistdio/test-u8-vasprintf1.c: New file.
6107         * tests/unistdio/test-u8-vsnprintf1.c: New file.
6108         * tests/unistdio/test-u8-vsprintf1.c: New file.
6109         * tests/unistdio/test-u16-asnprintf1.c: New file.
6110         * tests/unistdio/test-u16-asnprintf1.h: New file.
6111         * tests/unistdio/test-u16-printf1.h: New file.
6112         * tests/unistdio/test-u16-vasnprintf1.c: New file.
6113         * tests/unistdio/test-u16-vasnprintf2.c: New file.
6114         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
6115         * tests/unistdio/test-u16-vasnprintf3.c: New file.
6116         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
6117         * tests/unistdio/test-u16-vasprintf1.c: New file.
6118         * tests/unistdio/test-u16-vsnprintf1.c: New file.
6119         * tests/unistdio/test-u16-vsprintf1.c: New file.
6120         * tests/unistdio/test-u32-asnprintf1.c: New file.
6121         * tests/unistdio/test-u32-asnprintf1.h: New file.
6122         * tests/unistdio/test-u32-printf1.h: New file.
6123         * tests/unistdio/test-u32-vasnprintf1.c: New file.
6124         * tests/unistdio/test-u32-vasnprintf2.c: New file.
6125         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
6126         * tests/unistdio/test-u32-vasnprintf3.c: New file.
6127         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
6128         * tests/unistdio/test-u32-vasprintf1.c: New file.
6129         * tests/unistdio/test-u32-vsnprintf1.c: New file.
6130         * tests/unistdio/test-u32-vsprintf1.c: New file.
6131         * modules/unistdio/base: New file.
6132         * modules/unistdio/u-printf-args: New file.
6133         * modules/unistdio/ulc-asnprintf: New file.
6134         * modules/unistdio/ulc-asprintf: New file.
6135         * modules/unistdio/ulc-fprintf: New file.
6136         * modules/unistdio/ulc-printf-parse: New file.
6137         * modules/unistdio/ulc-snprintf: New file.
6138         * modules/unistdio/ulc-sprintf: New file.
6139         * modules/unistdio/ulc-vasnprintf: New file.
6140         * modules/unistdio/ulc-vasprintf: New file.
6141         * modules/unistdio/ulc-vfprintf: New file.
6142         * modules/unistdio/ulc-vsnprintf: New file.
6143         * modules/unistdio/ulc-vsprintf: New file.
6144         * modules/unistdio/u8-asnprintf: New file.
6145         * modules/unistdio/u8-asprintf: New file.
6146         * modules/unistdio/u8-printf-parse: New file.
6147         * modules/unistdio/u8-snprintf: New file.
6148         * modules/unistdio/u8-sprintf: New file.
6149         * modules/unistdio/u8-vasnprintf: New file.
6150         * modules/unistdio/u8-vasprintf: New file.
6151         * modules/unistdio/u8-vsnprintf: New file.
6152         * modules/unistdio/u8-vsprintf: New file.
6153         * modules/unistdio/u8-u8-asnprintf: New file.
6154         * modules/unistdio/u8-u8-asprintf: New file.
6155         * modules/unistdio/u8-u8-snprintf: New file.
6156         * modules/unistdio/u8-u8-sprintf: New file.
6157         * modules/unistdio/u8-u8-vasnprintf: New file.
6158         * modules/unistdio/u8-u8-vasprintf: New file.
6159         * modules/unistdio/u8-u8-vsnprintf: New file.
6160         * modules/unistdio/u8-u8-vsprintf: New file.
6161         * modules/unistdio/u16-asnprintf: New file.
6162         * modules/unistdio/u16-asprintf: New file.
6163         * modules/unistdio/u16-printf-parse: New file.
6164         * modules/unistdio/u16-snprintf: New file.
6165         * modules/unistdio/u16-sprintf: New file.
6166         * modules/unistdio/u16-vasnprintf: New file.
6167         * modules/unistdio/u16-vasprintf: New file.
6168         * modules/unistdio/u16-vsnprintf: New file.
6169         * modules/unistdio/u16-vsprintf: New file.
6170         * modules/unistdio/u16-u16-asnprintf: New file.
6171         * modules/unistdio/u16-u16-asprintf: New file.
6172         * modules/unistdio/u16-u16-snprintf: New file.
6173         * modules/unistdio/u16-u16-sprintf: New file.
6174         * modules/unistdio/u16-u16-vasnprintf: New file.
6175         * modules/unistdio/u16-u16-vasprintf: New file.
6176         * modules/unistdio/u16-u16-vsnprintf: New file.
6177         * modules/unistdio/u16-u16-vsprintf: New file.
6178         * modules/unistdio/u32-asnprintf: New file.
6179         * modules/unistdio/u32-asprintf: New file.
6180         * modules/unistdio/u32-printf-parse: New file.
6181         * modules/unistdio/u32-snprintf: New file.
6182         * modules/unistdio/u32-sprintf: New file.
6183         * modules/unistdio/u32-vasnprintf: New file.
6184         * modules/unistdio/u32-vasprintf: New file.
6185         * modules/unistdio/u32-vsnprintf: New file.
6186         * modules/unistdio/u32-vsprintf: New file.
6187         * modules/unistdio/u32-u32-asnprintf: New file.
6188         * modules/unistdio/u32-u32-asprintf: New file.
6189         * modules/unistdio/u32-u32-snprintf: New file.
6190         * modules/unistdio/u32-u32-sprintf: New file.
6191         * modules/unistdio/u32-u32-vasnprintf: New file.
6192         * modules/unistdio/u32-u32-vasprintf: New file.
6193         * modules/unistdio/u32-u32-vsnprintf: New file.
6194         * modules/unistdio/u32-u32-vsprintf: New file.
6195         * modules/unistdio/ulc-asnprintf-tests: New file.
6196         * modules/unistdio/ulc-vasnprintf-tests: New file.
6197         * modules/unistdio/ulc-vasprintf-tests: New file.
6198         * modules/unistdio/ulc-vsnprintf-tests: New file.
6199         * modules/unistdio/ulc-vsprintf-tests: New file.
6200         * modules/unistdio/u8-asnprintf-tests: New file.
6201         * modules/unistdio/u8-vasnprintf-tests: New file.
6202         * modules/unistdio/u8-vasprintf-tests: New file.
6203         * modules/unistdio/u8-vsnprintf-tests: New file.
6204         * modules/unistdio/u8-vsprintf-tests: New file.
6205         * modules/unistdio/u16-asnprintf-tests: New file.
6206         * modules/unistdio/u16-vasnprintf-tests: New file.
6207         * modules/unistdio/u16-vasprintf-tests: New file.
6208         * modules/unistdio/u16-vsnprintf-tests: New file.
6209         * modules/unistdio/u16-vsprintf-tests: New file.
6210         * modules/unistdio/u32-asnprintf-tests: New file.
6211         * modules/unistdio/u32-vasnprintf-tests: New file.
6212         * modules/unistdio/u32-vasprintf-tests: New file.
6213         * modules/unistdio/u32-vsnprintf-tests: New file.
6214         * modules/unistdio/u32-vsprintf-tests: New file.
6215         * MODULES.html.sh (Unicode string functions): Add the new modules.
6216
6217 2007-07-01  Bruno Haible  <bruno@clisp.org>
6218
6219         * lib/sprintf.c (sprintf): Limit the available length estimation,
6220         to avoid address wraparound.
6221         * lib/vsprintf.c (vsprintf): Likewise.
6222         * modules/sprintf-posix (Dependencies): Add stdint.
6223         * modules/vsprintf-posix (Dependencies): Likewise.
6224
6225 2007-07-01  Bruno Haible  <bruno@clisp.org>
6226
6227         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
6228         Windows PATH as well. Conservative double-quoting. Comments.
6229
6230 2007-07-01  Bruno Haible  <bruno@clisp.org>
6231             Eric Blake  <ebb9@byu.net>
6232             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6233
6234         * gnulib-tool (self_abspathname): Fix algorithm to cope with
6235         empty components in $PATH, denoting '.'.
6236
6237 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6238
6239         * gnulib-tool: Fix indentation.
6240         (func_create_megatestdir): Likewise.
6241         Report by Bruno Haible.
6242
6243 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6244
6245         Sync from Automake.
6246         * build-aux/gnupload: Fix shell portability issues with for loops.
6247         Report by Karl Berry.
6248
6249 2007-06-29  Simon Josefsson  <simon@josefsson.org>
6250
6251         * build-aux/maint.mk (POURL): Use translationproject.org.
6252
6253 2007-06-27  Simon Josefsson  <simon@josefsson.org>
6254             Bruno Haible  <bruno@clisp.org>
6255
6256         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
6257         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
6258         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
6259         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
6260         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
6261
6262 2007-06-27  Bruno Haible  <bruno@clisp.org>
6263
6264         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
6265         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
6266
6267 2007-06-26  Karl Berry  <karl@gnu.org>
6268
6269         * MODULES.html.sh: remove xreadlink-with-size.
6270
6271 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
6272
6273         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
6274         method that I hope also handles the double-include problem noted
6275         by Bruno Haible in
6276         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
6277
6278 2007-06-23  Bruno Haible  <bruno@clisp.org>
6279
6280         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6281         Don't let the 'mostlyclean' target fail if the last subdirectory could
6282         not be removed.
6283         Reported by Karl Berry.
6284
6285 2007-06-23  Bruno Haible  <bruno@clisp.org>
6286
6287         * gnulib-tool (echo): Add a speedier workaround for ksh.
6288         * tests/test-echo.sh: Likewise.
6289
6290 2007-06-23  Bruno Haible  <bruno@clisp.org>
6291
6292         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
6293         * tests/test-echo.sh: Likewise.
6294
6295 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6296
6297         * gnulib-tool (IFS): Initialize early, so we don't set it to
6298         empty later.
6299         (self_abspathname): Rewrite algorithm to set it, reindent.
6300         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
6301         (func_create_megatestdir): Merge some sed scripts.
6302
6303 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
6306         exposed by Sun Studio 11 cc on Solaris 8.
6307
6308 2007-06-22  Bruno Haible  <bruno@clisp.org>
6309
6310         * gnulib-tool (echo): Ensure the echo primitive does not interpret
6311         backslashes.
6312         * tests/test-echo.sh: New file.
6313
6314 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6315
6316         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
6317         simplify `sed_replace_build_aux' scripts, they are portable but
6318         echoing them with `echo' is not.
6319         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
6320
6321 2007-06-21  Karl Berry  <karl@gnu.org>
6322
6323         * config/srclist.txt: guess we can't handle the licenses via
6324         srclist at the moment.
6325
6326 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6327
6328         * MODULES.html.sh: Add include_next.
6329         * modules/include_next: New file.
6330
6331 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6332
6333         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
6334         INCLUDE_NEXT.
6335         (gl_CHECK_NEXT_HEADERS): New macro.
6336         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
6337         the obsolescent gl_ABSOLUTE_HEADER.
6338         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
6339         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
6340         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
6341         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6342         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
6343         * m4/math_h.m4 (gl_MATH_H): Likewise.
6344         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6345         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
6346         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
6347         * m4/stdint.m4 (gl_STDINT_H): Likewise.
6348         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
6349         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
6350         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
6351         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6352         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6353         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
6354         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
6355         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6356         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
6357         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
6358         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
6359         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6360         * m4/inttypes.m4 (gl_INTTYPES_H): Define
6361         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
6362         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
6363         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
6364         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
6365         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
6366         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
6367         * lib/float_.h: Likewise.
6368         * lib/inttypes_.h: Likewise.
6369         * lib/math_.h: Likewise.
6370         * lib/search_.h: Likewise.
6371         * lib/signal_.h: Likewise.
6372         * lib/stdint_.h: Likewise.
6373         * lib/stdio_.h: Likewise.
6374         * lib/stdlib_.h: Likewise.
6375         * lib/string_.h: Likewise.
6376         * lib/sys_stat_.h: Likewise.
6377         * lib/sys_time_.h: Likewise.
6378         * lib/time_.h: Likewise.
6379         * lib/unistd_.h: Likewise.
6380         * lib/wchar_.h: Likewise.
6381         * lib/wctype_.h: Likewise.
6382         * lib/dirent_.h: Likewise.
6383         * lib/iconv_.h: Likewise.
6384         * lib/locale_.h: Likewise.
6385         * lib/netinet_in_.h: Likewise.
6386         * lib/sys_select_.h: Likewise.
6387         * lib/sys_socket_.h: Likewise.
6388         * lib/sysexits_.h: Likewise.
6389         * modules/fcntl (Depends-on): Depend on include_next, not
6390         absolute_header.
6391         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
6392         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
6393         * modules/fchdir: Likewise.
6394         * modules/float: Likewise.
6395         * modules/iconv_open: Likewise.
6396         * modules/inttypes: Likewise.
6397         * modules/locale: Likewise.
6398         * modules/math: Likewise.
6399         * modules/netinet_in: Likewise.
6400         * modules/search: Likewise.
6401         * modules/signal: Likewise.
6402         * modules/stdint: Likewise.
6403         * modules/stdio: Likewise.
6404         * modules/stdlib: Likewise.
6405         * modules/string: Likewise.
6406         * modules/sys_select: Likewise.
6407         * modules/sys_socket: Likewise.
6408         * modules/sys_stat: Likewise.
6409         * modules/sys_time: Likewise.
6410         * modules/sysexits: Likewise.
6411         * modules/time: Likewise.
6412         * modules/unistd: Likewise.
6413         * modules/wchar: Likewise.
6414         * modules/wctype: Likewise.
6415         * modules/sys_stat: Change maintainer to "all".
6416         * modules/unistd: Likewise.
6417
6418 2007-06-20  Karl Berry  <karl@gnu.org>
6419
6420         * config/srclist.txt: track www changes in license files.
6421
6422 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
6423
6424         * build-aux/bootstrap: Remove stray dot.
6425         Make sure build_aux settings are honored when linking
6426         gnulib_extra_files.
6427
6428 2007-06-19  Eric Blake  <ebb9@byu.net>
6429
6430         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
6431         Allow compilation on cygwin.
6432
6433 2007-06-19  Jim Meyering  <jim@meyering.net>
6434
6435         xreadlink-with-size: Remove module.  No longer used.
6436         Ex-callers now use xreadlink or mreadlink-with-size.
6437         * modules/xreadlink-with-size: Remove module.
6438         * lib/xreadlink-with-size.c: Remove file.
6439         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
6440         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
6441         just before the function definition *is* accurate.
6442
6443         Eliminate one way canonicalize_filename_mode could exit.
6444         * lib/canonicalize.c (canonicalize_filename_mode):
6445         Use mreadlink_with_size, not xreadlink_with_size.
6446
6447 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
6448
6449         Detect porting problems to FreeBSD/arm, which has time_t wider than
6450         long int.  Original problem reported for GNU diff by Xin Li in
6451         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
6452         * modules/getdate (Depends-on): Add intprops, verify.
6453         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
6454         is an integer type no wider than long int.
6455
6456 2007-06-18  Jim Meyering  <jim@meyering.net>
6457
6458         New module: mreadlink-with-size.
6459         * MODULES.html.sh: Add mreadlink-with-size.
6460         * modules/mreadlink-with-size: New module
6461         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
6462         not xreadlink-with-size.
6463         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
6464
6465 2007-06-16  Bruno Haible  <bruno@clisp.org>
6466
6467         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
6468         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
6469         Reported by Gary V. Vaughan <gary@gnu.org>.
6470
6471 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
6472
6473         Revamp lchown so that it lives in unistd.h where it belongs.
6474         * lib/lchown.h: Remove.
6475         * lib/dirchownmod.c: Don't include lib/lchown.h.
6476         * lib/fchownat.c: Likewise.
6477         * lib/openat.c: Likewise.
6478         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
6479         does not follow symlinks.
6480         (EOPNOTSUPP): Define if not defined.
6481         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
6482         is defined to 0.
6483         (lchown): New decl.
6484         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
6485         Do not check for lchown decl.
6486         Set REPLACE_LCHOWN.
6487         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
6488         REPLACE_LCHOWN.
6489         * modules/chown: Make it clear it follows symlinks.
6490         * modules/lchown: Make it clear it doesn't follow symlinks.
6491         (Files): Remove lib/lchown.h
6492         (Depends-on): Add unistd.
6493         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
6494         (Include): Include <unistd.h>, not "lchown.h".
6495         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
6496         REPLACE_LCHOWN.
6497
6498 2007-06-15  Jim Meyering  <jim@meyering.net>
6499
6500         Change license (GPL to LGPL) of fsusage and dependents.
6501         * modules/fsusage (License): Change to LGPL.
6502         * modules/full-read (License): Likewise.
6503         * modules/full-write (License): Likewise.
6504         * modules/safe-read (License): Likewise.
6505         * modules/safe-write (License): Likewise.
6506
6507 2007-06-14  Ben Pfaff  <blp@gnu.org>
6508
6509         Missing part of allocsa -> malloca transition.
6510         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
6511         gl_MALLOCA.
6512
6513 2007-06-12  Bruno Haible  <bruno@clisp.org>
6514
6515         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
6516         to ia64, x86_64, i386.
6517         Reported by Eric Blake.
6518
6519 2007-06-12  Bruno Haible  <bruno@clisp.org>
6520
6521         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
6522         cross-compiling to x86_64.
6523
6524 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
6525
6526         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
6527         glitch reported by Ralf Wildenhues in
6528         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
6529
6530         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
6531         Vin Shelton.
6532
6533 2007-06-11  Bruno Haible  <bruno@clisp.org>
6534
6535         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
6536         replacement string.
6537         Reported by Eric Blake.
6538
6539 2007-06-10  Bruno Haible  <bruno@clisp.org>
6540
6541         Prepare vasnprintf code for use with Unicode strings.
6542         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
6543         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
6544         TYPE_U32_STRING.
6545         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
6546         a_u32_string variants.
6547         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
6548         * lib/printf-args.c: Don't include config.h and the specification
6549         header if PRINTF_FETCHARGS is already defined.
6550         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
6551         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
6552         TYPE_U16_STRING, TYPE_U32_STRING.
6553         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
6554         u16_directive, u16_directives, u32_directive, u32_directives): New
6555         types.
6556         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
6557         New declarations.
6558         * lib/printf-parse.c: Don't include config.h and the specification
6559         header if PRINTF_PARSE is already defined. Eliminate the set of
6560         parameters for WIDE_CHAR_VERSION; the user of this file must provide
6561         them now. Include c-ctype.h.
6562         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
6563         directive and CHAR_T_ONLY_ASCII.
6564         * lib/vasnprintf.c: Don't include config.h and the specification header
6565         if VASNPRINTF is already defined.
6566         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
6567         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
6568         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
6569         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
6570         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
6571         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
6572         code accordingly.
6573         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
6574         pad_ourselves also in this case, with the 'c' and 's' directives, and
6575         with a different notion of "width".
6576         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
6577
6578 2007-06-10  Bruno Haible  <bruno@clisp.org>
6579
6580         * modules/unistr/u32-mbsnlen: New file.
6581         * lib/unistr/u32-mbsnlen.c: New file.
6582
6583         * modules/unistr/u16-mbsnlen: New file.
6584         * lib/unistr/u16-mbsnlen.c: New file.
6585
6586         * modules/unistr/u8-mbsnlen: New file.
6587         * lib/unistr/u8-mbsnlen.c: New file.
6588
6589         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
6590         declarations.
6591
6592 2007-06-10  Bruno Haible  <bruno@clisp.org>
6593
6594         * lib/string_.h (mbsnlen): New declaration.
6595         * lib/mbsnlen.c: New file.
6596         * m4/mbsnlen.m4: New file.
6597         * modules/mbsnlen: New file.
6598         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
6599         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
6600         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
6601
6602 2007-06-10  Bruno Haible  <bruno@clisp.org>
6603
6604         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
6605
6606 2007-06-10  Bruno Haible  <bruno@clisp.org>
6607
6608         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
6609         * lib/mbuiter.h: Likewise.
6610
6611 2007-06-10  Bruno Haible  <bruno@clisp.org>
6612
6613         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
6614         declaration.
6615
6616 2007-06-10  Karl Berry  <karl@gnu.org>
6617
6618         * config/srclist.txt: remove gettext entries, Bruno prefers
6619         to update individually.
6620
6621 2007-06-10  Bruno Haible  <bruno@clisp.org>
6622
6623         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
6624         'maxlen'. Ensure only length + width bytes are allocated, not
6625         length + 1 + width.
6626
6627 2007-06-09  Bruno Haible  <bruno@clisp.org>
6628
6629         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
6630         (CHAR_T): Remove macro.
6631         (VASNPRINTF): Update.
6632
6633 2007-06-09  Bruno Haible  <bruno@clisp.org>
6634
6635         * MODULES.html.sh (Unicode string functions): Add the new modules.
6636
6637         * modules/uniconv/u32-conv-to-enc: New file.
6638         * lib/uniconv/u32-conv-to-enc.c: New file.
6639         * modules/uniconv/u32-conv-to-enc-tests: New file.
6640         * tests/uniconv/test-u32-conv-to-enc.c: New file.
6641
6642         * modules/uniconv/u16-conv-to-enc: New file.
6643         * lib/uniconv/u16-conv-to-enc.c: New file.
6644         * lib/uniconv/u-conv-to-enc.h: New file.
6645         * modules/uniconv/u16-conv-to-enc-tests: New file.
6646         * tests/uniconv/test-u16-conv-to-enc.c: New file.
6647
6648         * modules/uniconv/u8-conv-to-enc: New file.
6649         * lib/uniconv/u8-conv-to-enc.c: New file.
6650         * modules/uniconv/u8-conv-to-enc-tests: New file.
6651         * tests/uniconv/test-u8-conv-to-enc.c: New file.
6652
6653         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
6654         u32_conv_to_encoding): New declarations.
6655
6656 2007-06-09  Bruno Haible  <bruno@clisp.org>
6657
6658         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
6659
6660 2007-06-09  Bruno Haible  <bruno@clisp.org>
6661
6662         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
6663         * modules/malloca: Renamed from modules/allocsa, updated.
6664         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
6665         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
6666         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
6667         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
6668         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
6669         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
6670         * modules/xmalloca: Renamed from modules/xallocsa, updated.
6671         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
6672         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
6673         * modules/c-strcasestr (Depends-on): Update.
6674         * lib/c-strcasestr.c: Update.
6675         * modules/c-strstr (Depends-on): Update.
6676         * lib/c-strstr.c: Update.
6677         * modules/canonicalize-lgpl (Depends-on): Update.
6678         * lib/canonicalize-lgpl.c: Update.
6679         * modules/clean-temp (Depends-on): Update.
6680         * lib/clean-temp.c: Update.
6681         * modules/csharpcomp (Depends-on): Update.
6682         * lib/csharpcomp.c: Update.
6683         * modules/csharpexec (Depends-on): Update.
6684         * lib/csharpexec.c: Update.
6685         * modules/javacomp (Depends-on): Update.
6686         * lib/javacomp.c: Update.
6687         * modules/javaexec (Depends-on): Update.
6688         * lib/javaexec.c: Update.
6689         * modules/mbscasestr (Depends-on): Update.
6690         * lib/mbscasestr.c: Update.
6691         * modules/mbsstr (Depends-on): Update.
6692         * lib/mbsstr.c: Update.
6693         * modules/setenv (Depends-on): Update.
6694         * lib/setenv.c: Update.
6695         * modules/strcasestr (Depends-on): Update.
6696         * lib/strcasestr.c: Update.
6697         * modules/striconveha (Depends-on): Update.
6698         * lib/striconveha.c: Update.
6699         * modules/relocatable-prog-wrapper (Files): Update.
6700         * lib/relocwrapper.c: Update.
6701         * build-aux/install-reloc: Update.
6702         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
6703
6704 2007-06-08  Bruno Haible  <bruno@clisp.org>
6705
6706         Port to uClibc.
6707         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
6708         * lib/fpurge.c (fpurge): Likewise.
6709         * lib/freading.c (freading): Likewise.
6710         * lib/fseeko.c (rpl_fseeko): Likewise.
6711         * lib/fseterr.c (fseterr): Likewise.
6712         * lib/fwriting.c (fwriting): Likewise.
6713         * tests/test-fflush.c (main): Avoid a failure on uClibc.
6714
6715 2007-06-08  Bruno Haible  <bruno@clisp.org>
6716
6717         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
6718         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
6719         * modules/gettext (Files): Add m4/intlmacosx.m4.
6720
6721 2007-06-07  Bruno Haible  <bruno@clisp.org>
6722
6723         * modules/localename-tests: New file.
6724         * tests/test-localename.c: New file.
6725
6726         New module 'localename'.
6727         * lib/localename.h: New file.
6728         * lib/localename.c: New file, from GNU gettext.
6729         * m4/localename.m4: New file.
6730         * modules/localename: New file.
6731
6732 2007-06-07  Bruno Haible  <bruno@clisp.org>
6733
6734         Work around the lack of <wchar.h> on some builds of uClibc.
6735         * doc/headers/wchar.texi: Update.
6736         * lib/wchar_.h: Include <wchar.h> only if it exists.
6737         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
6738         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
6739         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
6740         doesn't exist.
6741         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
6742         * modules/mbfile (Depends-on): Add wchar.
6743         * modules/mbiter (Depends-on): Likewise.
6744         * modules/mbuiter (Depends-on): Likewise.
6745         Reported by Simon Josefsson.
6746
6747 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
6748
6749         Work around problem reported by Steven M. Schweda in
6750         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
6751         Tru64 5.1B with the Compaq compiler environment installed declares
6752         an 'isblank' function but does not define it in the C library.
6753         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
6754         * lib/regex_internal.h (isblank): Likewise.
6755         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
6756         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6757
6758 2007-06-05  Bruno Haible  <bruno@clisp.org>
6759
6760         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
6761         ia64.
6762         * modules/printf-safe: New file.
6763         * modules/fprintf-posix (Depends-on): Add printf-safe.
6764         * modules/printf-posix (Depends-on): Likewise.
6765         * modules/snprintf-posix (Depends-on): Likewise.
6766         * modules/sprintf-posix (Depends-on): Likewise.
6767         * modules/vasnprintf-posix (Depends-on): Likewise.
6768         * modules/vasprintf-posix (Depends-on): Likewise.
6769         * modules/vfprintf-posix (Depends-on): Likewise.
6770         * modules/vprintf-posix (Depends-on): Likewise.
6771         * modules/vsnprintf-posix (Depends-on): Likewise.
6772         * modules/vsprintf-posix (Depends-on): Likewise.
6773         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
6774         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
6775         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
6776         "no" on i386, x86_64, ia64.
6777         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
6778         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
6779         on i386, x86_64, ia64.
6780         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
6781         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
6782         on i386, x86_64, ia64.
6783         * tests/test-vasnprintf-posix.c: Include float.h.
6784         (LDBL80_WORDS): New macro.
6785         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
6786         on i386, x86_64, ia64.
6787         * tests/test-vasprintf-posix.c: Include float.h.
6788         (LDBL80_WORDS): New macro.
6789         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
6790         on i386, x86_64, ia64.
6791         * tests/test-snprintf-posix.c: Include float.h.
6792         * tests/test-sprintf-posix.c: Likewise.
6793         * tests/test-vsnprintf-posix.c: Likewise.
6794         * tests/test-vsprintf-posix.c: Likewise.
6795
6796 2007-06-05  Bruno Haible  <bruno@clisp.org>
6797
6798         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
6799         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
6800         non-IEEE numbers on i386, x86_64, ia64.
6801         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
6802         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
6803         * tests/test-isnanl.h: Include float.h.
6804         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
6805
6806 2007-06-05  Bruno Haible  <bruno@clisp.org>
6807
6808         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
6809         also the %a / %A. Handle the %a / %A code before this extra handling.
6810
6811 2007-06-05  Bruno Haible  <bruno@clisp.org>
6812
6813         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
6814         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
6815
6816 2007-06-05  Bruno Haible  <bruno@clisp.org>
6817
6818         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
6819         typo in variable name.
6820
6821 2007-06-05  Eric Blake  <ebb9@byu.net>
6822
6823         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
6824         Reported by Simon Josefsson.
6825
6826 2007-06-04  Bruno Haible  <bruno@clisp.org>
6827
6828         Avoid test failures on some PowerPC platforms.
6829         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
6830         Define differently for PowerPC.
6831         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
6832         Reported by Gary V. Vaughan <gary@gnu.org>.
6833
6834 2007-06-02  Bruno Haible  <bruno@clisp.org>
6835
6836         Fix test-stdint failure on FreeBSD/ia64.
6837         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
6838         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
6839         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
6840         * doc/headers/stdint.texi: Update.
6841
6842 2007-06-01  Bruno Haible  <bruno@clisp.org>
6843
6844         * tests/test-binary-io.c (main): Pass a third argument to open().
6845         Reported by Gary V. Vaughan <gary@gnu.org>.
6846
6847 2007-06-01  Bruno Haible  <bruno@clisp.org>
6848
6849         * doc/functions/frexpl.texi: Update for mingw.
6850
6851 2007-06-01  Bruno Haible  <bruno@clisp.org>
6852
6853         * tests/test-lseek.c (main): Disable test of errno for invalid third
6854         argument.
6855         * doc/functions/lseek.texi: Update.
6856         Reported by Gary V. Vaughan <gary@gnu.org>.
6857
6858 2007-05-28  Bruno Haible  <bruno@clisp.org>
6859
6860         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
6861
6862 2007-05-31  Eric Blake  <ebb9@byu.net>
6863
6864         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
6865         cross compiling.
6866
6867 2007-05-30  Eric Blake  <ebb9@byu.net>
6868         and Bruno Haible  <bruno@clisp.org>
6869
6870         Work around mingw test failures exposed by m4-1.4.9b.
6871         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
6872         * tests/test-unistd.c: Disable uid_t and git_t tests for the
6873         moment.
6874
6875 2007-05-30  Bruno Haible  <bruno@clisp.org>
6876
6877         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
6878         assuming that they are closed. Needed on HP-UX 11.
6879
6880 2007-05-29  Bruno Haible  <bruno@clisp.org>
6881
6882         Fix a problem with #include_next.
6883         * lib/dirent_.h: Split the double-inclusion guard.
6884         * lib/fcntl_.h: Likewise.
6885         * lib/float_.h: Likewise.
6886         * lib/iconv_.h: Likewise.
6887         * lib/inttypes_.h: Likewise.
6888         * lib/locale_.h: Likewise.
6889         * lib/math_.h: Likewise.
6890         * lib/netinet_in_.h: Likewise.
6891         * lib/search_.h: Likewise.
6892         * lib/signal_.h: Likewise.
6893         * lib/stdint_.h: Likewise.
6894         * lib/stdio_.h: Likewise.
6895         * lib/stdlib_.h: Likewise.
6896         * lib/string_.h: Likewise.
6897         * lib/sys_select_.h: Likewise.
6898         * lib/sys_socket_.h: Likewise.
6899         * lib/sys_stat_.h: Likewise.
6900         * lib/sys_time_.h: Likewise.
6901         * lib/sysexits_.h: Likewise.
6902         * lib/time_.h: Likewise.
6903         * lib/unistd_.h: Likewise.
6904         * lib/wchar_.h: Likewise.
6905         * lib/wctype_.h: Likewise.
6906
6907 2007-05-29  Bruno Haible  <bruno@clisp.org>
6908
6909         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
6910         for the moment.
6911
6912 2007-05-29  Bruno Haible  <bruno@clisp.org>
6913
6914         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
6915         invocation.
6916         Reported by Eric Blake.
6917
6918 2007-05-29  Bruno Haible  <bruno@clisp.org>
6919
6920         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
6921         compiling case.
6922
6923 2007-05-29  Eric Blake  <ebb9@byu.net>
6924             Bruno Haible  <bruno@clisp.org>
6925
6926         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
6927         cross compiles.
6928
6929 2007-05-28  Eric Blake  <ebb9@byu.net>
6930
6931         * modules/closein-tests (test_closein_LDADD): Support test on
6932         cygwin with libtool.
6933
6934 2007-05-28  Bruno Haible  <bruno@clisp.org>
6935
6936         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
6937         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6938         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6939         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6940         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6941         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6942         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6943         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6944         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6945
6946 2007-05-28  Eric Blake  <ebb9@byu.net>
6947
6948         Unconditionally include <config.h> in unit tests.
6949         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
6950         * tests/test-allocsa.c, tests/test-arcfour.c,
6951         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
6952         tests/test-array_list.c, tests/test-array_oset.c,
6953         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
6954         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
6955         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
6956         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
6957         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
6958         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
6959         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
6960         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
6961         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
6962         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
6963         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
6964         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
6965         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
6966         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
6967         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
6968         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
6969         test-md5.c, test-memmem.c, test-printf-posix.c,
6970         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
6971         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
6972         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
6973         test-strcasestr.c, test-striconv.c, test-striconveh.c,
6974         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
6975         test-vasnprintf-posix2.c, test-vasnprintf.c,
6976         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
6977         test-vfprintf-posix.c, test-vprintf-posix.c,
6978         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
6979         test-xvasprintf.c: Likewise.
6980
6981 2007-05-28  Bruno Haible  <bruno@clisp.org>
6982
6983         * gnulib-tool (func_import): Remember the --with-tests command-line
6984         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
6985         Reported by Eric Blake.
6986
6987 2007-05-28  Bruno Haible  <bruno@clisp.org>
6988
6989         * modules/ftell-tests: New file.
6990         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
6991         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
6992
6993         * lib/ftell.c: New file.
6994         * modules/ftell: New file.
6995         * m4/ftell.m4: New file.
6996         * doc/functions/ftell.texi: Update.
6997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
6998         REPLACE_FTELL.
6999         * lib/stdio_.h (rpl_ftell): New declaration.
7000         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
7001         REPLACE_FTELL.
7002
7003 2007-05-28  Eric Blake  <ebb9@byu.net>
7004
7005         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
7006
7007 2007-05-28  Bruno Haible  <bruno@clisp.org>
7008
7009         * modules/fseek-tests: New file.
7010         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
7011         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
7012
7013         * lib/fseek.c: New file.
7014         * modules/fseek: New file.
7015         * m4/fseek.m4: New file.
7016         * doc/functions/fseek.texi: Update.
7017         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
7018         REPLACE_FSEEK.
7019         * lib/stdio_.h (rpl_fseek): New declaration.
7020         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
7021         REPLACE_FSEEK.
7022
7023 2007-05-28  Bruno Haible  <bruno@clisp.org>
7024
7025         * lib/stdio_.h (fflush): More comments.
7026
7027 2007-05-28  Bruno Haible  <bruno@clisp.org>
7028
7029         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
7030         runtime test.
7031
7032 2007-05-28  Eric Blake  <ebb9@byu.net>
7033
7034         Improve lseek module.
7035         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
7036         * lib/unistd_.h (lseek): Scale back link warning message.
7037         * tests/test-lseek.c: Beef up test.
7038         * tests/test-lseek.sh: Exercise more facets of lseek.
7039         Reported by Bruno Haible.
7040
7041 2007-05-28  Bruno Haible  <bruno@clisp.org>
7042
7043         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
7044         to define.
7045
7046 2007-05-27  Bruno Haible  <bruno@clisp.org>
7047
7048         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
7049
7050 2007-05-27  Bruno Haible  <bruno@clisp.org>
7051
7052         * modules/openmp: New file.
7053         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
7054         Noah Misch.
7055
7056 2007-05-26  Bruno Haible  <bruno@clisp.org>
7057
7058         * modules/chdir-long (Depends-on): Add fchdir.
7059         * modules/chdir-safer (Depends-on): Likewise.
7060         * modules/fts (Depends-on): Likewise.
7061         * modules/fts-lgpl (Depends-on): Likewise.
7062         * modules/openat (Depends-on): Likewise.
7063         * modules/savewd (Depends-on): Likewise.
7064
7065 2007-05-24  Eric Blake  <ebb9@byu.net>
7066
7067         Fix lseek on mingw.
7068         * modules/lseek: New module.
7069         * m4/lseek.m4: New file.
7070         * lib/lseek.c: New file.
7071         * modules/lseek-tests: New file.
7072         * tests/test-lseek.c: New file.
7073         * tests/test-lseek.sh: New file.
7074         * MODULES.html.sh: Document lseek module.
7075         * modules/fflush (Depends-on): Add lseek, fseeko.
7076         * modules/fseeko (Depends-on): Likewise.
7077         * modules/ftello (Depends-on): Likewise.
7078         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
7079         broken.
7080         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
7081         broken.
7082         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
7083         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
7084         * lib/ftello.c (rpl_ftello): Likewise.
7085         * tests/test-fseeko.c (main): Test this.
7086         * tests/test-fseeko.sh: Likewise.
7087         * tests/test-ftello.c (main): Likewise.
7088         * tests/test-ftello.sh: Likewise.
7089         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
7090         implies replacing fseek.
7091         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
7092         HAVE_FTELLO.
7093         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
7094         * modules/unistd (Makefile.am): Likewise.
7095         * lib/unistd_.h (lseek): Declare a replacement.
7096         * doc/functions/lseek.texi (lseek): Document this fix.
7097         * doc/functions/fseek.texi (fseek): Likewise.
7098         * doc/functions/ftell.texi (ftell): Likewise.
7099
7100 2007-05-24  Bruno Haible  <bruno@clisp.org>
7101
7102         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
7103         in the printed representation of a NaN.
7104         * tests/test-vasprintf-posix.c (test_function): Likewise.
7105         * tests/test-snprintf-posix.h (test_function): Likewise.
7106         * tests/test-sprintf-posix.h (test_function): Likewise.
7107         Reported by Eric Blake.
7108
7109 2007-05-23  Eric Blake  <ebb9@byu.net>
7110
7111         Fix fseeko/ftello on cygwin 1.5.24.
7112         * doc/functions/fseeko.texi (fseeko): Document the fix.
7113         * doc/functions/ftello.texi (ftello): Document the fix.
7114         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
7115         * doc/functions/stdout.text (stdout): New file.
7116         * doc/functions/stderr.text (stderr): New file.
7117         * doc/gnulib.texi (Function Substitutes): Use new files.
7118         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
7119         prior to 1.7.0.
7120         * tests/test-ftello.c (main): Likewise for ftello.
7121         * tests/test-fseeko.sh: New file.
7122         * tests/test-ftello.sh: New file.
7123         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
7124         with seekable stdin.
7125         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
7126         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
7127         (gl_REPLACE_FSEEKO): New macro.
7128         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
7129         * modules/fseeko (Files): Distribute fseeko.c.
7130         * modules/ftello (Files): Distribute ftello.c.
7131         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
7132         mode.
7133         * lib/ftello.c (rpl_ftello): New file.
7134         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
7135         fseeko, ftello.
7136         (gl_STDIN_LARGE_OFFSET): New macro.
7137         * modules/stdio (Makefile.am): Perform the replacement.
7138         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
7139
7140 2007-05-23  Bruno Haible  <bruno@clisp.org>
7141
7142         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
7143         GNULIB_POSIXCHECK is defined.
7144
7145 2007-05-21  Bruno Haible  <bruno@clisp.org>
7146
7147         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
7148         Check also the output for NaN arguments. When cross-compiling, guess
7149         no on IRIX.
7150         * lib/vasnprintf.c: Update comments.
7151         * tests/test-vasnprintf-posix.c (strisnan): New function.
7152         (test_function): Use it.
7153         * tests/test-vasprintf-posix.c (strisnan): New function.
7154         (test_function): Use it.
7155         * tests/test-snprintf-posix.h (strisnan): New function.
7156         (test_function): Use it.
7157         * tests/test-sprintf-posix.h (strisnan): New function.
7158         (test_function): Use it.
7159         Reported by Eric Blake.
7160
7161 2007-05-20  Bruno Haible  <bruno@clisp.org>
7162
7163         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
7164         numbers that fails on BeOS.
7165         * doc/functions/frexpl.texi: Update.
7166
7167 2007-05-20  Jim Meyering  <jim@meyering.net>
7168
7169         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
7170         forced upon us by glibc-2.6.
7171
7172 2007-05-20  Bruno Haible  <bruno@clisp.org>
7173
7174         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
7175         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
7176         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
7177         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
7178         NEED_PRINTF_INFINITE.
7179         (is_infinitel): New function.
7180         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
7181         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
7182         gl_PREREQ_VASNPRINTF_INFINITE.
7183         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
7184         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7185         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
7186         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
7187         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
7188         gl_PREREQ_VASNPRINTF_INFINITE.
7189         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7190         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7191         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7192         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7193         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7194         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7195         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7196         * doc/functions/fprintf.texi: Update.
7197         * doc/functions/printf.texi: Update.
7198         * doc/functions/snprintf.texi: Update.
7199         * doc/functions/sprintf.texi: Update.
7200         * doc/functions/vfprintf.texi: Update.
7201         * doc/functions/vprintf.texi: Update.
7202         * doc/functions/vsnprintf.texi: Update.
7203         * doc/functions/vsprintf.texi: Update.
7204
7205 2007-05-20  Bruno Haible  <bruno@clisp.org>
7206
7207         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
7208         was not found in libc.
7209         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
7210
7211 2007-05-20  Bruno Haible  <bruno@clisp.org>
7212
7213         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
7214         printed as "-nan" instead of "nan".
7215         * tests/test-vasprintf-posix.c (test_function): Likewise.
7216         * tests/test-snprintf-posix.h (test_function): Likewise.
7217         * tests/test-sprintf-posix.h (test_function): Likewise.
7218         Needed for HP-UX 11.
7219
7220 2007-05-20  Jim Meyering  <jim@meyering.net>
7221
7222         Fix buggy test for the fchownat-deref bug.
7223         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
7224         symlink required for the run-test.  Without it, this test would
7225         always declare that fchownat doesn't work, and client code would
7226         unnecessarily use the replacement function with fixed libc.
7227         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
7228         Reported by Greg Schafer.
7229
7230 2007-05-19  Bruno Haible  <bruno@clisp.org>
7231
7232         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
7233         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
7234         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
7235         Needed for IRIX 6.5 and Solaris 2.5.1.
7236
7237 2007-05-19  Bruno Haible  <bruno@clisp.org>
7238
7239         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
7240         (test_function): Skip tests involving -0.0 on platforms where
7241         -0.0 = 0.0.
7242         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
7243         (test_function): Skip tests involving -0.0 on platforms where
7244         -0.0 = 0.0.
7245         * tests/test-snprintf-posix.h (have_minus_zero): New function.
7246         (test_function): Skip tests involving -0.0 on platforms where
7247         -0.0 = 0.0.
7248         * tests/test-sprintf-posix.h (have_minus_zero): New function.
7249         (test_function): Skip tests involving -0.0 on platforms where
7250         -0.0 = 0.0.
7251         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
7252         tests.
7253         * tests/test-printf-posix.h (test_function): Likewise.
7254         * tests/test-printf-posix.output: Remove all -0.0 related results.
7255         Needed for IRIX 6.5.
7256
7257 2007-05-19  Bruno Haible  <bruno@clisp.org>
7258
7259         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
7260         printed as "nan0x7fffffff" instead of "nan".
7261         * tests/test-vasprintf-posix.c (test_function): Likewise.
7262         * tests/test-snprintf-posix.h (test_function): Likewise.
7263         * tests/test-sprintf-posix.h (test_function): Likewise.
7264         * tests/test-fprintf-posix.h (NaN): Remove macro.
7265         (test_function): Remove all NaN related tests.
7266         * tests/test-printf-posix.h (NaN): Remove macro.
7267         (test_function): Remove all NaN related tests.
7268         * tests/test-printf-posix.output: Remove all NaN related results.
7269         Needed for IRIX 6.5.
7270
7271 2007-05-19  Bruno Haible  <bruno@clisp.org>
7272
7273         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
7274         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
7275
7276 2007-05-19  Bruno Haible  <bruno@clisp.org>
7277
7278         * lib/float_.h: New file.
7279         * m4/float_h.m4: New file.
7280         * modules/float: New file.
7281         * modules/isnanl (Dependencies): Add float.
7282         * modules/isnanl-nolibm (Dependencies): Likewise.
7283         * modules/mathl (Dependencies): Likewise.
7284         * modules/printf-frexpl (Dependencies): Likewise.
7285         * modules/signbit (Dependencies): Likewise.
7286         * modules/vasnprintf (Dependencies): Likewise.
7287         * doc/headers/float.texi: Update.
7288
7289 2007-05-19  Jim Meyering  <jim@meyering.net>
7290
7291         * lib/utimens.c (gl_futimens): Rename from futimens,
7292         now that glibc-2.6 declares futimens.
7293         * lib/utimens.h: Likewise.
7294
7295 2007-05-19  Bruno Haible  <bruno@clisp.org>
7296
7297         Avoid test failures on mingw.
7298         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
7299         * tests/test-printf-posix.sh: Likewise.
7300         * tests/test-vfprintf-posix.sh: Likewise.
7301         * tests/test-vprintf-posix.sh: Likewise.
7302
7303 2007-05-19  Bruno Haible  <bruno@clisp.org>
7304
7305         Fix *printf result for NaN, Inf, -0.0 on mingw.
7306         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
7307         * lib/vasnprintf.c: Include math.h and isnan.h.
7308         (is_infinite_or_zero): New function.
7309         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
7310         values in the %f, %F, %e, %E, %g, %G directives.
7311         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
7312         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7313         gl_PRINTF_INFINITE and test its result. Invoke
7314         gl_PREREQ_VASNPRINTF_INFINITE.
7315         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7316         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7317         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7318         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7319         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7320         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7321         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7322         * doc/functions/fprintf.texi: Update.
7323         * doc/functions/printf.texi: Update.
7324         * doc/functions/snprintf.texi: Update.
7325         * doc/functions/sprintf.texi: Update.
7326         * doc/functions/vfprintf.texi: Update.
7327         * doc/functions/vprintf.texi: Update.
7328         * doc/functions/vsnprintf.texi: Update.
7329         * doc/functions/vsprintf.texi: Update.
7330
7331 2007-05-19  Bruno Haible  <bruno@clisp.org>
7332
7333         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
7334         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
7335         Instead of multiplying with 10^k, set extra_zeroes to k.
7336         (scale10_round_long_double): Remove function.
7337
7338 2007-05-18  Bruno Haible  <bruno@clisp.org>
7339
7340         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
7341         introduced on 2007-05-06.
7342
7343 2007-05-18  Bruno Haible  <bruno@clisp.org>
7344
7345         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
7346         %g directives.
7347         * tests/test-vasprintf-posix.c (test_function): Likewise.
7348         * tests/test-snprintf-posix.h (test_function): Likewise.
7349         * tests/test-sprintf-posix.h (test_function): Likewise.
7350
7351 2007-05-18  Bruno Haible  <bruno@clisp.org>
7352
7353         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
7354         (strmatch): New function.
7355         (test_function): Test the %f directive on numbers of various exponents.
7356         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
7357         (strmatch): New function.
7358         (test_function): Test the %f directive on numbers of various exponents.
7359         * tests/test-snprintf-posix.h (strmatch): New function.
7360         (test_function): Test the %f directive on numbers of various exponents.
7361         * tests/test-sprintf-posix.h (strmatch): New function.
7362         (test_function): Test the %f directive on numbers of various exponents.
7363         * tests/test-snprintf-posix.c (SIZEOF): New macro.
7364         * tests/test-sprintf-posix.c (SIZEOF): New macro.
7365         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
7366         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
7367
7368 2007-05-18  Bruno Haible  <bruno@clisp.org>
7369
7370         Add support for 'long double' number output.
7371         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
7372         * lib/vasnprintf.c: Include math.h and float+.h.
7373         (mp_limb_t): New type.
7374         (GMP_LIMB_BITS): New macro.
7375         (mp_twolimb_t): New type.
7376         (GMP_TWOLIMB_BITS): New macro.
7377         (mpn_t): New type.
7378         (multiply, divide, convert_to_decimal, decode_long_double,
7379         scale10_round_long_double, scale10_round_decimal_long_double,
7380         floorlog10l): New functions.
7381         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
7382         for the %f, %F, %e, %E, %g, %G directives.
7383         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
7384         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7385         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
7386         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
7387         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7388         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7389         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7390         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7391         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7392         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7393         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7394         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
7395         * modules/snprintf-posix (Depends-on): Likewise.
7396         * modules/sprintf-posix (Depends-on): Likewise.
7397         * modules/vasnprintf-posix (Depends-on): Likewise.
7398         * modules/vasprintf-posix (Depends-on): Likewise.
7399         * modules/vfprintf-posix (Depends-on): Likewise.
7400         * modules/vsnprintf-posix (Depends-on): Likewise.
7401         * modules/vsprintf-posix (Depends-on): Likewise.
7402         * modules/vasnprintf (Files): Add lib/float+.h.
7403         * doc/functions/fprintf.texi: Update.
7404         * doc/functions/printf.texi: Update.
7405         * doc/functions/snprintf.texi: Update.
7406         * doc/functions/sprintf.texi: Update.
7407         * doc/functions/vfprintf.texi: Update.
7408         * doc/functions/vprintf.texi: Update.
7409         * doc/functions/vsnprintf.texi: Update.
7410         * doc/functions/vsprintf.texi: Update.
7411
7412 2007-05-18  Bruno Haible  <bruno@clisp.org>
7413
7414         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
7415
7416 2007-05-18  Bruno Haible  <bruno@clisp.org>
7417
7418         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
7419         for printing 64-bit integers. Needed for mingw.
7420
7421 2007-05-18  Bruno Haible  <bruno@clisp.org>
7422
7423         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
7424         gl_FUNC_FREXPL_WORKS.
7425         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
7426
7427 2007-05-18  Bruno Haible  <bruno@clisp.org>
7428
7429         * modules/frexpl-nolibm-tests: New file.
7430
7431         * modules/frexpl-nolibm: New file.
7432         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
7433
7434 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
7435
7436         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
7437         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
7438         GCC 4.2, which otherwise issues a lot of warnings.
7439         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
7440         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
7441         Likewise.
7442         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
7443         * modules/iconv_open (iconv.h): Likewise.
7444         * modules/locale (locale.h): Likewise.
7445         * modules/netinet_in (netinet/in.h): Likewise.
7446         * modules/sys_select (sys_select.h): Likewise.
7447         * modules/sys_socket (sys/socket.h): Likewise.
7448         * modules/sys_stat (sys/stat.h): Likewise.
7449         * modules/sysexits (sysexits.h): Likewise.
7450         * modules/unistd (unistd.h): Likewise.
7451
7452 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7453
7454         * modules/closein-tests (Makefile.am): Distribute
7455         `test-closein.sh'.
7456
7457 2007-05-17  Bruno Haible  <bruno@clisp.org>
7458
7459         * tests/test-printf-posix.output: Renamed from
7460         tests/test-fprintf-posix.out.
7461         * modules/fprintf-posix-tests: Update.
7462         * modules/printf-posix-tests: Update.
7463         * modules/vfprintf-posix-tests: Update.
7464         * modules/vprintf-posix-tests: Update.
7465         * tests/test-fprintf-posix.sh: Update.
7466         * tests/test-printf-posix.sh: Update.
7467         * tests/test-vfprintf-posix.sh: Update.
7468         * tests/test-vprintf-posix.sh: Update.
7469         Reported by Ralf Wildenhues.
7470
7471 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
7472
7473         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
7474         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
7475         GCC 4.2, which otherwise issues a lot of warnings.
7476         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
7477         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
7478         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
7479         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
7480         it should no longer be needed.
7481         * lib/string_.h: Likewise.
7482         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
7483         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
7484         * modules/inttypes (inttypes.h): Likewise.
7485         * modules/math (math.h): Likewise.
7486         * modules/search (search.h): Likewise.
7487         * modules/signal (signal.h): Likewise.
7488         * modules/stdint (stdint.h): Likewise.
7489         * modules/stdio (stdio.h): Likewise.
7490         * modules/stdlib (stdlib.h): Likewise.
7491         * modules/string (string.h): Likewise.
7492         * modules/sys_time (sys/time.h): Likewise.
7493         * modules/time (time.h): Likewise.
7494         * modules/wchar (wchar.h): Likewise.
7495         * modules/wctype (wtype.h): Likewise.
7496
7497 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
7498
7499         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
7500
7501 2007-05-13  Bruno Haible  <bruno@clisp.org>
7502
7503         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
7504         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7505         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
7506         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7507         (gl_PREREQ_STRTOK_R): Don't require it here.
7508
7509 2007-05-13  Bruno Haible  <bruno@clisp.org>
7510
7511         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
7512         when used in C++ mode.
7513
7514 2007-05-12  Bruno Haible  <bruno@clisp.org>
7515
7516         * lib/linebuffer.h: Tweak doc.
7517         * lib/linebuffer.c: Likewise.
7518
7519 2007-05-12  James Youngman  <jay@gnu.org>
7520
7521         * lib/linebuffer.c (readlinebuffer_delim): New function,
7522         like readlinebuffer, but use a caller-specified delimiter.
7523         (readlinebuffer): Just call readlinebuffer_delim with '\n'
7524         as the delimiter.
7525         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
7526
7527 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7528
7529         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
7530         * modules/openat (Files): Remove openat-die.c.
7531         (Depends-on): Add openat-die.
7532         * modules/openat-die: New module.
7533
7534 2007-05-06  Bruno Haible  <bruno@clisp.org>
7535
7536         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
7537         Update with info about Cygwin.
7538         * doc/functions/fprintf.texi: Update.
7539         * doc/functions/printf.texi: Update.
7540         * doc/functions/snprintf.texi: Update.
7541         * doc/functions/sprintf.texi: Update.
7542         * doc/functions/vfprintf.texi: Update.
7543         * doc/functions/vprintf.texi: Update.
7544         * doc/functions/vsnprintf.texi: Update.
7545         * doc/functions/vsprintf.texi: Update.
7546         Reported by Eric Blake.
7547
7548 2007-05-06  Bruno Haible  <bruno@clisp.org>
7549
7550         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
7551         padding ourselves for the floating-point directives.
7552         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
7553         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
7554         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7555         gl_PRINTF_FLAG_ZERO and test its result. Invoke
7556         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
7557         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7558         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
7559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7560         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7562         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7563         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7564         * tests/test-snprintf-posix.h (test_function): Also check the width
7565         and some flags in the %f directive.
7566         * tests/test-sprintf-posix.h (test_function): Likewise.
7567         * tests/test-vasnprintf-posix.c (test_function): Likewise.
7568         * tests/test-vasprintf-posix.c (test_function): Likewise.
7569         * doc/functions/fprintf.texi: Update.
7570         * doc/functions/printf.texi: Update.
7571         * doc/functions/snprintf.texi: Update.
7572         * doc/functions/sprintf.texi: Update.
7573         * doc/functions/vfprintf.texi: Update.
7574         * doc/functions/vprintf.texi: Update.
7575         * doc/functions/vsnprintf.texi: Update.
7576         * doc/functions/vsprintf.texi: Update.
7577
7578 2007-05-06  Bruno Haible  <bruno@clisp.org>
7579
7580         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
7581         pass the ' flag character to sprintf or snprintf.
7582         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
7583         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
7584         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7585         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
7586         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
7587         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7588         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
7589         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7590         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7591         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7592         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7593         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7594         * tests/test-snprintf-posix.h (test_function): Also check the grouping
7595         flag.
7596         * tests/test-sprintf-posix.h (test_function): Likewise.
7597         * tests/test-vasnprintf-posix.c (test_function): Likewise.
7598         * tests/test-vasprintf-posix.c (test_function): Likewise.
7599         * doc/functions/fprintf.texi: Update.
7600         * doc/functions/printf.texi: Update.
7601         * doc/functions/snprintf.texi: Update.
7602         * doc/functions/sprintf.texi: Update.
7603         * doc/functions/vfprintf.texi: Update.
7604         * doc/functions/vprintf.texi: Update.
7605         * doc/functions/vsnprintf.texi: Update.
7606         * doc/functions/vsprintf.texi: Update.
7607
7608 2007-05-01  Bruno Haible  <bruno@clisp.org>
7609
7610         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
7611
7612 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
7613
7614         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
7615         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
7616
7617 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7618
7619         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
7620         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
7621         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
7622
7623 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
7624
7625         * lib/argp-help.c (struct hol_entry): New member `ord'.
7626         (HOL_ENTRY_PTRCMP): Use ord for comparison
7627         (hol_sort): Initialize ord.
7628
7629 2007-05-01  Bruno Haible  <bruno@clisp.org>
7630
7631         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
7632         Reported by Eric Blake.
7633         * doc/gnulib.texi (Function Substitutes): Update.
7634
7635 2007-05-01  Bruno Haible  <bruno@clisp.org>
7636
7637         * doc/functions.texi: Remove file, now redundant through
7638         doc/functions/*.texi.
7639
7640 2007-05-01  Bruno Haible  <bruno@clisp.org>
7641
7642         * modules/argp (Depends-on): Add sleep.
7643
7644 2007-05-01  Bruno Haible  <bruno@clisp.org>
7645
7646         * modules/sleep-tests: New file.
7647         * tests/test-sleep.c: New file.
7648
7649         * modules/sleep: New file.
7650         * lib/sleep.c: New file.
7651         * m4/sleep.m4: New file.
7652         * lib/unistd_.h (sleep): New declaration.
7653         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
7654         HAVE_SLEEP.
7655         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
7656         * doc/functions/sleep.texi: Document the sleep module.
7657
7658 2007-05-01  Bruno Haible  <bruno@clisp.org>
7659
7660         * lib/sigprocmask.h: Remove file.
7661         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
7662         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
7663         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
7664         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
7665         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
7666         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
7667         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
7668         HAVE_SIGSET_T as a shell variable.
7669         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
7670         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
7671         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
7672         (Depends-on): Add signal. Remove verify.
7673         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
7674         (Include): Mention <signal.h> instead of sigprocmask.h.
7675         * NEWS: Mention the change.
7676         * lib/fatal-signal.c: Don't include sigprocmask.h.
7677
7678 2007-05-01  Bruno Haible  <bruno@clisp.org>
7679
7680         * modules/signal: New file.
7681         * lib/signal_.h: New file.
7682         * m4/signal_h.m4: New file.
7683
7684 2007-05-01  Bruno Haible  <bruno@clisp.org>
7685
7686         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
7687         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
7688         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
7689         HAVE_WCTYPE_CTMP_BUG into wctype.h.
7690
7691 2007-05-01  Bruno Haible  <bruno@clisp.org>
7692
7693         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
7694         configure time.
7695         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
7696         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
7697         * modules/sys_stat (Makefile.am): Substitute their values into
7698         sys/stat.h.
7699
7700 2007-05-01  Bruno Haible  <bruno@clisp.org>
7701
7702         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
7703         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
7704         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
7705
7706 2007-05-01  Bruno Haible  <bruno@clisp.org>
7707
7708         * doc/header/assert.texi: Undo last change: don't mention the gnulib
7709         'assert' module here.
7710
7711 2007-05-01  Bruno Haible  <bruno@clisp.org>
7712
7713         * doc/functions/*.texi: New files.
7714         * doc/functions/google-ranking.txt: New file.
7715         * doc/gnulib.texi (Function Substitutes): New chapter.
7716         (ctime, inet_ntoa): Remove sections.
7717         * doc/ctime.texi: Remove file.
7718         * doc/inet_ntoa.texi: Remove file.
7719         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
7720         dependencies.
7721         (%.info): New rule, specifying a --reference-limit.
7722
7723 2007-05-01  Bruno Haible  <bruno@clisp.org>
7724
7725         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
7726
7727 2007-05-01  Bruno Haible  <bruno@clisp.org>
7728
7729         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
7730         the portability of 'mkdir' to mingw systems.
7731
7732 2007-05-01  Bruno Haible  <bruno@clisp.org>
7733
7734         * doc/headers/google-ranking.txt: New file.
7735
7736 2007-04-30  Eric Blake  <ebb9@byu.net>
7737
7738         Prefer fseeko to fseek.
7739         * modules/getpass (Depends-on): Add fseeko.
7740         * lib/getpass.c (getpass): Use fseeko, not fseek.
7741
7742 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
7743
7744         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
7745         assumes the sorting is stable, while most qsort implementations
7746         are not.  Use argument addresses to ensure they never compare as
7747         equal.
7748
7749         * tests/test-argp-2.sh (usage-indent test): Fix output
7750         (func_compare): Restore diff options
7751         * tests/test-argp.c: Restore #include "progname.h"
7752
7753 2007-04-29  Bruno Haible  <bruno@clisp.org>
7754
7755         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
7756         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7757         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
7758         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7759         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
7760         (configure.ac): Define CHECK_SNPRINTF_POSIX.
7761         (TESTS, check_PROGRAMS): Add test-snprintf.
7762         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
7763         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
7764         (TESTS, check_PROGRAMS): Add test-vsnprintf.
7765         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
7766         assertions that fail on HP-UX, OSF/1, or IRIX.
7767         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
7768
7769 2007-04-29  Bruno Haible  <bruno@clisp.org>
7770
7771         * MODULES.html.sh (posix_functions): Remove 'contents'.
7772
7773 2007-04-29  Karl Berry  <karl@gnu.org>
7774
7775         * config/srclist.txt (gendocs_template_min): new entry.
7776
7777 2007-04-29  Bruno Haible  <bruno@clisp.org>
7778
7779         Work around fpurge bug on BSD systems.
7780         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
7781         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
7782         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
7783         fpurge to rpl_fpurge if the system already has this function.
7784         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
7785         the case where the system already has this function. Correct invariants
7786         on BSD systems.
7787         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
7788         BSD systems.
7789
7790 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
7791
7792         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
7793         proposed by Sven Verdoolaege.
7794
7795         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
7796         options.
7797         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
7798         (usage and help tests): Update
7799
7800 2007-04-29  Bruno Haible  <bruno@clisp.org>
7801
7802         * tests/test-fflush.c (main): Use a file of size 17, not 10.
7803         Print more information in case of failure. Disable a test on BeOS.
7804
7805 2007-04-29  Bruno Haible  <bruno@clisp.org>
7806
7807         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
7808         This helps debugging on systems on which no gdb is available.
7809
7810 2007-04-29  Bruno Haible  <bruno@clisp.org>
7811
7812         * lib/freading.h: Improve comments.
7813         * lib/fwriting.h: Likewise.
7814         * tests/test-freading.c (main): Don't check freading immediately after
7815         repositioning. Needed for glibc.
7816
7817 2007-04-29  Bruno Haible  <bruno@clisp.org>
7818
7819         * lib/freading.c (freading): Trivial simplification.
7820
7821 2007-04-28  Bruno Haible  <bruno@clisp.org>
7822
7823         * tests/test-fwriting.c (main): Also test the interaction between
7824         fflush and fwriting.
7825         * modules/fwriting-tests (Depends-on): Add fflush.
7826
7827         * tests/test-freading.c (main): Also test the interaction between
7828         fflush and freading.
7829         * modules/freading-tests (Depends-on): Add fflush.
7830
7831 2007-04-28  Bruno Haible  <bruno@clisp.org>
7832
7833         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
7834         fseeko and ftello.
7835         Suggested by Eric Blake.
7836
7837 2007-04-28  Jim Meyering  <jim@meyering.net>
7838
7839         Avoid false-negative in gl_STDINT_H's C99 conformance test.
7840         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
7841         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
7842
7843 2007-04-27  Eric Blake  <ebb9@byu.net>
7844
7845         * doc/headers/assert.texi (assert.h): Document assert module use.
7846
7847 2007-04-27  Bruno Haible  <bruno@clisp.org>
7848
7849         * doc/headers/*.texi: New files.
7850         * doc/gnulib.texi (Header File Substitutes): New chapter.
7851         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
7852         dependencies.
7853         (standards.info ,standards.html, standards.dvi): Update dependencies.
7854         (mostlyclean, clean): New targets.
7855
7856 2007-04-27  Bruno Haible  <bruno@clisp.org>
7857
7858         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
7859         * modules/sysexits (Files, Makefile.am): Update.
7860
7861         * lib/sys_socket_.h: Renamed from lib/socket_.h.
7862         * modules/sys_socket (Files, Makefile.am): Update.
7863
7864         * lib/sys_stat_.h: Renamed from lib/stat_.h.
7865         * modules/sys_stat (Files, Makefile.am): Update.
7866
7867 2007-04-27  Eric Blake  <ebb9@byu.net>
7868
7869         * lib/freading.h: Improve comments.
7870         * lib/fwriting.h: Likewise.
7871         * lib/fflush.c: Likewise.
7872
7873         Fix closein for mingw.
7874         * modules/closein-tests: Add tests for closein.
7875         * tests/test-closein.c: New file.
7876         * tests/test-closein.sh: Likewise.
7877         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
7878         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
7879
7880 2007-04-27  Bruno Haible  <bruno@clisp.org>
7881
7882         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
7883         version is < 6.
7884         * lib/math_.h [__DECC]: Likewise.
7885         * lib/stdio_.h [__DECC]: Likewise.
7886         * lib/stdlib_.h [__DECC]: Likewise.
7887         * lib/string_.h [__DECC]: Likewise.
7888         * lib/time_.h [__DECC]: Likewise.
7889         * lib/wchar_.h [__DECC]: Likewise.
7890         * lib/wctype_.h [__DECC]: Likewise.
7891
7892 2007-04-27  Bruno Haible  <bruno@clisp.org>
7893
7894         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
7895
7896 2007-04-27  Bruno Haible  <bruno@clisp.org>
7897
7898         * lib/fflush.c: Add comments.
7899         * modules/fpurge-tests (Depends-on): Add fflush.
7900         * modules/freadable-tests (Depends-on): Likewise.
7901         * modules/fwritable-tests (Depends-on): Likewise.
7902
7903 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
7904
7905         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
7906         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
7907         Report by Bruno Haible <bruno@clisp.org>.
7908
7909 2007-04-26  Eric Blake  <ebb9@byu.net>
7910
7911         Fix fflush on mingw.
7912         * modules/fflush (Depends-on): Add freading.
7913         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
7914         but unread data.
7915
7916 2007-04-26  Eric Blake  <ebb9@byu.net>
7917         and Bruno Haible  <bruno@clisp.org>
7918
7919         Implement freading and fwriting.
7920         * lib/freading.c: New file.
7921         * lib/freading.h: Likewise.
7922         * m4/freading.m4: Likewise.
7923         * modules/freading: Likewise.
7924         * modules/freading-tests: Likewise.
7925         * tests/test-freading.c: Likewise.
7926         * lib/fwriting.c: New file.
7927         * lib/fwriting.h: Likewise.
7928         * m4/fwriting.m4: Likewise.
7929         * modules/fwriting: Likewise.
7930         * modules/fwriting-tests: Likewise.
7931         * tests/test-fwriting.c: Likewise.
7932         * MODULES.html.sh (File stream based Input/Output): Mention them.
7933
7934 2007-04-26  Bruno Haible  <bruno@clisp.org>
7935
7936         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
7937         'long' when we assume it.
7938         Suggested by Eric Blake.
7939
7940 2007-04-26  Bruno Haible  <bruno@clisp.org>
7941
7942         Ensure fseeko, ftello are declared on glibc systems.
7943         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
7944         * modules/fseeko (configure.ac-early): Likewise.
7945         * modules/ftello (configure.ac-early): Likewise.
7946         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
7947         AC_FUNC_FSEEKO for this.
7948         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
7949         (gl_CHECK_FSEEKO): Remove macro.
7950
7951 2007-04-26  Bruno Haible  <bruno@clisp.org>
7952
7953         * tests/test-fflush.c (main): Also check the ftell result after
7954         fflush and fseek/fseeko.
7955         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
7956         file descriptor position cache in the stream.
7957         * lib/fseeko.c (rpl_fseeko): Likewise.
7958
7959 2007-04-26  Bruno Haible  <bruno@clisp.org>
7960
7961         * modules/fflush-tests (Depends-on): Add fseeko.
7962
7963 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
7964             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7965
7966         * lib/argz_.h: ensure error_t definition is obtained in same
7967         mechanism system argz.h would have.
7968         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
7969         argz facilities are known bad.  Err on the side of caution if
7970         cross-compiling.
7971
7972 2007-04-25  Eric Blake  <ebb9@byu.net>
7973
7974         * lib/fpurge.c (includes): Use stdlib.h for free.
7975         * tests/test-fflush.c (main): Also test fflush-fseeko.
7976
7977 2007-04-25  Bruno Haible  <bruno@clisp.org>
7978
7979         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
7980         * lib/fseeko.c: New file.
7981         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
7982         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
7983         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
7984         gl_FUNC_FSEEKO.
7985         (gl_FUNC_FSEEKO): Invoke it.
7986         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
7987         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
7988         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
7989
7990 2007-04-25  Bruno Haible  <bruno@clisp.org>
7991
7992         * modules/fflush (Depends-on): Add ftello.
7993
7994 2007-04-25  Bruno Haible  <bruno@clisp.org>
7995
7996         * modules/ftello-tests: New file.
7997         * tests/test-ftello.c: New file.
7998
7999         * modules/ftello: New file.
8000         * m4/ftello.m4: New file.
8001         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
8002         HAVE_FTELLO.
8003         * lib/stdio_.h (ftello): New declaration.
8004         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
8005         HAVE_FTELLO.
8006
8007 2007-04-25  Bruno Haible  <bruno@clisp.org>
8008
8009         * modules/fseeko-tests: New file.
8010         * tests/test-fseeko.c: New file.
8011
8012         * modules/fseeko: New file.
8013         * m4/fseeko.m4: New file.
8014         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
8015         HAVE_FSEEKO.
8016         * lib/stdio_.h (fseeko): New declaration.
8017         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
8018         HAVE_FSEEKO.
8019
8020 2007-04-25  Bruno Haible  <bruno@clisp.org>
8021
8022         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
8023
8024 2007-04-25  Bruno Haible  <bruno@clisp.org>
8025
8026         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
8027         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
8028         * tests/test-unistd.c: Likewise.
8029         * tests/test-fcntl.c: Likewise.
8030
8031 2007-04-23  Eric Blake  <ebb9@byu.net>
8032
8033         * lib/fflush.c: Fix missing include.
8034         Reported by Bruno Haible.
8035
8036 2007-04-23  Bruno Haible  <bruno@clisp.org>
8037
8038         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
8039         Reported by Eric Blake.
8040
8041 2007-04-23  Bruno Haible  <bruno@clisp.org>
8042
8043         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
8044
8045 2007-04-23  Bruno Haible  <bruno@clisp.org>
8046
8047         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
8048
8049 2007-04-23  Bruno Haible  <bruno@clisp.org>
8050
8051         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
8052         Needed on HP-UX 11.
8053
8054 2007-04-16  Eric Blake  <ebb9@byu.net>
8055
8056         Make fflush rely on fpurge.
8057         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
8058         open coding all variants.
8059         * modules/fflush (Depends-on): Add fpurge and unistd.
8060         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
8061         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
8062
8063         Fix --with-tests compilation on cygwin.
8064         * modules/argmatch-tests (Makefile.am): List gnulib library first
8065         in LDADD.
8066         * modules/argp-tests (Makefile.am): Likewise.
8067         * modules/array-list-tests (Makefile.am): Likewise.
8068         * modules/array-oset-tests (Makefile.am): Likewise.
8069         * modules/avltree-list-tests (Makefile.am): Likewise.
8070         * modules/avltree-oset-tests (Makefile.am): Likewise.
8071         * modules/avltreehash-list-tests (Makefile.am): Likewise.
8072         * modules/carray-list-tests (Makefile.am): Likewise.
8073         * modules/dirname-tests (Makefile.am): Likewise.
8074         * modules/frexp-tests (Makefile.am): Likewise.
8075         * modules/isnanl-tests (Makefile.am): Likewise.
8076         * modules/linked-list-tests (Makefile.am): Likewise.
8077         * modules/linkedhash-list-tests (Makefile.am): Likewise.
8078         * modules/lock-tests (Makefile.am): Likewise.
8079         * modules/rbtree-list-tests (Makefile.am): Likewise.
8080         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8081         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
8082         * modules/tls-tests (Makefile.am): Likewise.
8083         * modules/tsearch-tests (Makefile.am): Likewise.
8084         * modules/xvasprintf-tests (Makefile.am): Likewise.
8085
8086         Fix fpurge for cygwin.
8087         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
8088         value.
8089         * modules/fpurge-tests (Depends-on): Clean up trash.
8090
8091 2007-04-16  Simon Josefsson  <simon@josefsson.org>
8092
8093         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
8094
8095         * m4/autobuild.m4: Re-indent.
8096
8097 2007-04-13  Bruno Haible  <bruno@clisp.org>
8098
8099         * modules/fpurge-tests: New file.
8100         * tests/test-fpurge.c: New file.
8101
8102         * modules/fpurge: New file.
8103         * lib/fpurge.h: New file.
8104         * lib/fpurge.c: New file.
8105         * m4/fpurge.m4: New file.
8106
8107 2007-04-13  Bruno Haible  <bruno@clisp.org>
8108
8109         * modules/fbufmode-tests: New file.
8110         * tests/test-fbufmode.c: New file.
8111
8112         * modules/fbufmode: New file.
8113         * lib/fbufmode.h: New file.
8114         * lib/fbufmode.c: New file.
8115         * m4/fbufmode.m4: New file.
8116
8117 2007-04-13  Bruno Haible  <bruno@clisp.org>
8118
8119         * modules/fwritable-tests: New file.
8120         * tests/test-fwritable.c: New file.
8121
8122         * modules/fwritable: New file.
8123         * lib/fwritable.h: New file.
8124         * lib/fwritable.c: New file.
8125         * m4/fwritable.m4: New file.
8126
8127 2007-04-13  Bruno Haible  <bruno@clisp.org>
8128
8129         * modules/freadable-tests: New file.
8130         * tests/test-freadable.c: New file.
8131
8132         * modules/freadable: New file.
8133         * lib/freadable.h: New file.
8134         * lib/freadable.c: New file.
8135         * m4/freadable.m4: New file.
8136
8137 2007-04-13  Bruno Haible  <bruno@clisp.org>
8138
8139         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
8140         MOSTLYCLEANFILES.
8141
8142 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8143
8144         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
8145         gzip bootstrap.conf to avoid dragging in i18n machinery.
8146         (gnulib_tool_option): Use it.
8147
8148 2007-04-13  Bruno Haible  <bruno@clisp.org>
8149
8150         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
8151         %F directives.
8152         * tests/test-vasprintf-posix.c (test_function): Likewise.
8153         * tests/test-snprintf-posix.h (test_function): Likewise.
8154         * tests/test-sprintf-posix.h (test_function): Likewise.
8155         * tests/test-fprintf-posix.h (test_function): Likewise.
8156         * tests/test-printf-posix.h (test_function): Likewise.
8157         * tests/test-fprintf-posix.out: Likewise.
8158
8159 2007-04-13  Bruno Haible  <bruno@clisp.org>
8160
8161         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
8162         * modules/tls-tests (configure.ac): Likewise.
8163         Reported by Arto C. Nirkko <anirkko@insel.ch>.
8164
8165 2007-04-13  Bruno Haible  <bruno@clisp.org>
8166
8167         * lib/tls.c (glthread_tls_get): Fix return type.
8168         Patch by Arto C. Nirkko <anirkko@insel.ch>.
8169
8170 2007-04-12  Eric Blake  <ebb9@byu.net>
8171
8172         * modules/gettime (Depends-on): Remove gettime.
8173         Reported by Dmitry V. Levin.
8174
8175 2007-04-12  Bruno Haible  <bruno@clisp.org>
8176
8177         * modules/fflush (Include): Mention <stdio.h>.
8178         * modules/strtoimax (Include): Mention <inttypes.h>.
8179         * modules/strtoumax (Include): Likewise.
8180
8181 2007-04-12  Eric Blake  <ebb9@byu.net>
8182
8183         * .cvsignore: New file.
8184         * .gitignore: Likewise.
8185
8186 2007-04-12  Bruno Haible  <bruno@clisp.org>
8187
8188         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
8189         not before, since $(LDADD) often contains libgnu.a.
8190         * modules/striconv-tests (test_striconv_LDADD): Likewise.
8191         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
8192         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
8193         Needed on Cygwin.
8194
8195 2007-04-12  Eric Blake  <ebb9@byu.net>
8196
8197         Work around glibc's failure to flush stdin on fclose.
8198         * lib/closein.c (close_stdin): Flush stdin before closing.
8199
8200         Work around glibc's failure to reset seekable stdin on exit.
8201         * modules/closein: New module.
8202         * lib/closein.c: New file.
8203         * lib/closein.h: Likewise.
8204         * m4/closein.m4: Likewise.
8205         * MODULES.html.sh (File stream based Input/Output): Document it.
8206
8207 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8208
8209         * gnulib-tool: Rename generated 'autobuild' script to
8210         'do-autobuild' in --create-megatestdir output.
8211
8212         * doc/gnulib.texi (Build robot for gnulib): Fix.
8213
8214 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8215
8216         * modules/sysexits (Depends-on): Add absolute-header.
8217
8218 2007-04-12  Eric Blake  <ebb9@byu.net>
8219
8220         No need to preserve errno on success.
8221         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
8222         Reported by Bruno Haible.
8223
8224 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8225
8226         * MODULES.html.sh (Support for maintaining and releasing
8227         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
8228
8229 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8230
8231         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
8232
8233 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8234
8235         * modules/autobuild: New module.
8236
8237         * m4/autobuild.m4: New file.
8238
8239 2007-04-11  Bruno Haible  <bruno@clisp.org>
8240
8241         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
8242         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
8243         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
8244         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
8245         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8246         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8247         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8248         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8249         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8250         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8251         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
8252         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8253         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8254         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
8255         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8256         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8257         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
8258         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8259         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8260         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
8261         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8262         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8263         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
8264         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8265         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8266         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
8267         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8268         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8269         Reported by Eric Blake.
8270
8271 2007-04-11  Bruno Haible  <bruno@clisp.org>
8272
8273         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
8274
8275 2007-04-10  Bruno Haible  <bruno@clisp.org>
8276
8277         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
8278         for NaN and Infinity. Needed on FreeBSD 6.1.
8279         * tests/test-vasnprintf-posix.c (test_function): Undo last change
8280         regarding results for "%010a" of Infinity and NaN.
8281         * tests/test-vasprintf-posix.c (test_function): Likewise.
8282         * tests/test-snprintf-posix.h (test_function): Likewise.
8283         * tests/test-sprintf-posix.h (test_function): Likewise.
8284         * tests/test-fprintf-posix.h (test_function): Likewise.
8285         * tests/test-printf-posix.h (test_function): Likewise.
8286         * tests/test-fprintf-posix.out: Likewise.
8287
8288 2007-04-10  Bruno Haible  <bruno@clisp.org>
8289
8290         * modules/locale-tests: New file.
8291         * tests/test-locale.c: New file.
8292
8293         * modules/locale: New file.
8294         * lib/locale_.h: New file.
8295         * m4/locale_h.m4: New file.
8296
8297 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
8298             Bruno Haible  <bruno@clisp.org>
8299
8300         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
8301         be determined, test for availability of the copysignf, copysign,
8302         copysignl functions.
8303         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
8304         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
8305         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
8306
8307 2007-04-09  Eric Blake  <ebb9@byu.net>
8308
8309         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
8310         * modules/stdio (Makefile.am): Support fflush.
8311         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8312         * modules/fflush: New file.
8313         * lib/fflush.c: Likewise.
8314         * m4/fflush.m4: Likewise.
8315         * modules/fflush-tests: New test.
8316         * tests/test-fflush.c: Likewise.
8317         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
8318
8319 2007-04-06  Bruno Haible  <bruno@clisp.org>
8320
8321         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
8322         (VASNPRINTF): Use signbit for faster determination whether to print a
8323         minus sign.
8324         * modules/vasnprintf (Files): Remove lib/float+.h.
8325         * modules/fprintf-posix (Depends-on): Add signbit.
8326         * modules/snprintf-posix (Depends-on): Likewise.
8327         * modules/sprintf-posix (Depends-on): Likewise.
8328         * modules/vasnprintf-posix (Depends-on): Likewise.
8329         * modules/vasprintf-posix (Depends-on): Likewise.
8330         * modules/vfprintf-posix (Depends-on): Likewise.
8331         * modules/vsnprintf-posix (Depends-on): Likewise.
8332         * modules/vsprintf-posix (Depends-on): Likewise.
8333
8334 2007-04-06  Bruno Haible  <bruno@clisp.org>
8335
8336         * tests/test-frexp.c (main): Test also the sign bit of zero results.
8337         * tests/test-frexpl.c (main): Likewise.
8338         * tests/test-ldexpl.c (main): Likewise.
8339         * modules/frexp-tests (Depends-on): Add signbit.
8340         * modules/frexpl-tests (Depdends-on): Likewise.
8341         * modules/ldexpl-tests (Depdends-on): Likewise.
8342
8343 2007-04-06  Bruno Haible  <bruno@clisp.org>
8344
8345         * modules/signbit-tests: New file.
8346         * tests/test-signbit.c: New file.
8347
8348         * modules/signbit: New file.
8349         * lib/signbitf.c: New file.
8350         * lib/signbitd.c: New file.
8351         * lib/signbitl.c: New file.
8352         * m4/signbit.m4: New file.
8353         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
8354         (signbit): New macro.
8355         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
8356         REPLACE_SIGNBIT.
8357         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
8358         REPLACE_FREXPL into math.h.
8359
8360 2007-04-06  Bruno Haible  <bruno@clisp.org>
8361
8362         * modules/isnanf-nolibm-tests: New file.
8363         * tests/test-isnanf.c: New file.
8364
8365         * modules/isnanf-nolibm: New file.
8366         * lib/isnanf.h: New file.
8367         * lib/isnanf.c: New file.
8368         * lib/isnan.c: Consider the USE_FLOAT macro.
8369         * m4/isnanf.m4: New file.
8370
8371 2007-04-06  Bruno Haible  <bruno@clisp.org>
8372
8373         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
8374         (Link): New section.
8375
8376         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
8377
8378 2007-04-06  Bruno Haible  <bruno@clisp.org>
8379
8380         Assume the 'long double' type.
8381         * m4/longdouble.m4: Remove file.
8382         * config/srclist.txt: Don't mention longdouble.m4.
8383         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
8384         * lib/float+.h: Likewise.
8385         * lib/frexp.c: Likewise.
8386         * lib/printf-args.h: Likewise.
8387         * lib/printf-args.c: Likewise.
8388         * lib/printf-frexp.c: Likewise.
8389         * lib/printf-parse.c: Likewise.
8390         * lib/vasnprintf.c: Likewise.
8391         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
8392         * m4/intl.m4: Likewise.
8393         * m4/isnanl.m4: Likewise.
8394         * m4/printf.m4: Likewise.
8395         * m4/printf-frexpl.m4: Likewise.
8396         * m4/vasnprintf.m4: Likewise.
8397         * modules/allocsa (Files): Remove m4/longdouble.m4.
8398         * modules/gettext (Files): Likewise.
8399         * modules/relocatable-prog-wrapper (Files): Likewise.
8400         * modules/vasnprintf (Files): Likewise.
8401         * modules/isnanl (Files): Likewise.
8402         (Include): Simplify.
8403         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
8404         (Include): Simplify.
8405         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
8406         (Include): Simplify.
8407         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
8408         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
8409         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
8410         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
8411         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
8412         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
8413         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
8414         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
8415         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
8416         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
8417         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
8418         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
8419         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
8420         * tests/test-isnanl.c: Likewise.
8421         * tests/test-snprintf-posix.h: Likewise.
8422         * tests/test-sprintf-posix.h: Likewise.
8423         * tests/test-vasnprintf-posix.c: Likewise.
8424         * tests/test-vasnprintf-posix2.c: Likewise.
8425         * tests/test-vasprintf-posix.c: Likewise.
8426
8427 2007-04-06  Bruno Haible  <bruno@clisp.org>
8428
8429         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
8430         * lib/math_.h [__DECC]: Include the overridden include file through
8431         #include_next, outside the double-inclusion guard.
8432         * lib/stdio_.h [__DECC]: Likewise.
8433         * lib/stdlib_.h [__DECC]: Likewise.
8434         * lib/string_.h [__DECC]: Likewise.
8435         * lib/time_.h [__DECC]: Likewise.
8436         * lib/wchar_.h [__DECC]: Likewise.
8437         * lib/wctype_.h [__DECC]: Likewise.
8438         * lib/inttypes_.h [__DECC]: Likewise.
8439         Reported by Albert Chin <china@thewrittenword.com> in
8440         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
8441
8442 2007-04-04  Eric Blake  <ebb9@byu.net>
8443
8444         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
8445         1.5.x.
8446
8447 2007-04-04  Bruno Haible  <bruno@clisp.org>
8448
8449         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
8450         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
8451
8452 2007-04-04  Bruno Haible  <bruno@clisp.org>
8453
8454         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
8455         results for "%010a" of Infinity and NaN.
8456         * tests/test-vasprintf-posix.c (test_function): Likewise.
8457         * tests/test-snprintf-posix.h (test_function): Likewise.
8458         * tests/test-sprintf-posix.h (test_function): Likewise.
8459         * tests/test-fprintf-posix.h (test_function): Remove these tests.
8460         * tests/test-printf-posix.h (test_function): Likewise.
8461         * tests/test-fprintf-posix.out: Update.
8462         Needed for FreeBSD 6.1.
8463
8464 2007-04-04  Bruno Haible  <bruno@clisp.org>
8465
8466         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
8467         directly used by the gnulib modules nor by gnulib-tool.
8468
8469 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * DEPENDENCIES: Give overall description of version dependency
8472         desirability.  Use more-typical names for apps.
8473         Add shell, coreutils, diffutils, grep, tar, gzip.
8474
8475 2007-04-04  Simon Josefsson  <simon@josefsson.org>
8476
8477         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
8478
8479 2007-04-04  Karl Berry  <karl@gnu.org>
8480
8481         * MODULES.html.sh (func_module): missing '.
8482
8483 2007-04-03  Bruno Haible  <bruno@clisp.org>
8484
8485         * modules/argmatch-tests (Makefile.am): New variable
8486         test_argmatch_LDADD.
8487         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
8488         * modules/array-list-tests (Makefile.am): New variable
8489         test_array_list_LDADD.
8490         * modules/array-oset-tests (Makefile.am): New variable
8491         test_array_oset_LDADD.
8492         * modules/avltree-list-tests (Makefile.am): New variable
8493         test_avltree_list_LDADD.
8494         * modules/avltree-oset-tests (Makefile.am): New variable
8495         test_avltree_oset_LDADD.
8496         * modules/avltreehash-list-tests (Makefile.am): New variable
8497         test_avltreehash_list_LDADD.
8498         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
8499         test_canonicalize_lgpl_LDADD.
8500         * modules/carray-list-tests (Makefile.am): New variable
8501         test_carray_list_LDADD.
8502         * modules/dirname-tests (Makefile.am): New variable
8503         test_dirname_LDADD.
8504         * modules/linked-list-tests (Makefile.am): New variable
8505         test_linked_list_LDADD.
8506         * modules/linkedhash-list-tests (Makefile.am): New variable
8507         test_linkedhash_list_LDADD.
8508         * modules/rbtree-list-tests (Makefile.am): New variable
8509         test_rbtree_list_LDADD.
8510         * modules/rbtree-oset-tests (Makefile.am): New variable
8511         test_rbtree_oset_LDADD.
8512         * modules/rbtreehash-list-tests (Makefile.am): New variable
8513         test_rbtreehash_list_LDADD.
8514         * modules/xvasprintf-tests (Makefile.am): New variable
8515         test_xvasprintf_LDADD.
8516         Reported by Eric Blake.
8517
8518 2007-04-03  Eric Blake  <ebb9@byu.net>
8519
8520         * DEPENDENCIES: Weaken m4 requirements.
8521
8522 2007-04-03  Bruno Haible  <bruno@clisp.org>
8523
8524         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
8525         * modules/isnanl-tests (configure.ac): Likewise.
8526
8527 2007-04-03  Ben Pfaff  <blp@gnu.org>
8528
8529         * modules/iconv_open: Add $(srcdir)/ to source directory
8530         references in Makefile fragments that call gperf, to fix VPATH
8531         builds.
8532
8533 2007-04-03  Bruno Haible  <bruno@clisp.org>
8534
8535         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
8536         * lib/ldexpl.c: Undo last change.
8537
8538 2007-04-03  Bruno Haible  <bruno@clisp.org>
8539
8540         * modules/printf-frexpl (Depends-on): Undo last change.
8541         (Files): Add m4/ldexpl.m4.
8542
8543 2007-04-03  Bruno Haible  <bruno@clisp.org>
8544
8545         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
8546         * modules/isnanl (Link): New section.
8547
8548         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
8549         * modules/frexp (Link): New section.
8550
8551         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
8552         * modules/frexpl (Link): New section.
8553
8554         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
8555         * modules/ldexpl (Link): New section.
8556
8557 2007-04-03  Bruno Haible  <bruno@clisp.org>
8558
8559         * modules/TEMPLATE-EXTENDED: New file.
8560         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
8561
8562 2007-04-03  Bruno Haible  <bruno@clisp.org>
8563
8564         * DEPENDENCIES: New file.
8565         Suggested by Simon Josefsson.
8566
8567 2007-04-03  Bruno Haible  <bruno@clisp.org>
8568
8569         * doc/gnulib.texi: Escape @.
8570
8571 2007-04-03  James Youngman  <jay@gnu.org>
8572         and Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
8575         birthtime on all systems that have birthtime, not just those which
8576         use st_birthtimensec rather than st_birthtim.  Putting zero in
8577         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
8578         that the birth time is not available for files on an NFS mount.
8579
8580 2007-04-03  Simon Josefsson  <simon@josefsson.org>
8581
8582         * modules/memxor: Move back from crypto/, suggested by Bruno.
8583         * modules/crypto/hmac-sha1: Fix memxor dependency.
8584
8585         * modules/crypto/gc: Moved from ../.
8586
8587 2007-04-02  Eric Blake  <ebb9@byu.net>
8588
8589         * lib/ldexpl.c (includes): Avoid libm.
8590
8591         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
8592
8593 2007-04-02  Bruno Haible  <bruno@clisp.org>
8594
8595         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
8596         on IRIX.
8597
8598 2007-04-02  Bruno Haible  <bruno@clisp.org>
8599
8600         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
8601         x86 or x86_64 platforms running MacOS X.
8602         Reported by Ryan Schmidt <@ryandesign.com>.
8603
8604 2007-04-02  Bruno Haible  <bruno@clisp.org>
8605
8606         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
8607         i386.
8608
8609 2007-04-01  Simon Josefsson  <simon@josefsson.org>
8610
8611         * modules/crypto/arcfour: Moved from ../.
8612         * modules/crypto/arcfour-tests: Moved from ../.
8613         * modules/crypto/arctwo: Moved from ../.
8614         * modules/crypto/arctwo-tests: Moved from ../.
8615         * modules/crypto/des: Moved from ../.
8616         * modules/crypto/des-tests: Moved from ../.
8617         * modules/crypto/gc-arcfour: Moved from ../.
8618         * modules/crypto/gc-arcfour-tests: Moved from ../.
8619         * modules/crypto/gc-arctwo: Moved from ../.
8620         * modules/crypto/gc-arctwo-tests: Moved from ../.
8621         * modules/crypto/gc-des: Moved from ../.
8622         * modules/crypto/gc-des-tests: Moved from ../.
8623         * modules/crypto/gc-hmac-md5: Moved from ../.
8624         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
8625         * modules/crypto/gc-hmac-sha1: Moved from ../.
8626         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
8627         * modules/crypto/gc-md2: Moved from ../.
8628         * modules/crypto/gc-md2-tests: Moved from ../.
8629         * modules/crypto/gc-md4: Moved from ../.
8630         * modules/crypto/gc-md4-tests: Moved from ../.
8631         * modules/crypto/gc-md5: Moved from ../.
8632         * modules/crypto/gc-md5-tests: Moved from ../.
8633         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
8634         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
8635         * modules/crypto/gc-random: Moved from ../.
8636         * modules/crypto/gc-rijndael: Moved from ../.
8637         * modules/crypto/gc-rijndael-tests: Moved from ../.
8638         * modules/crypto/gc-sha1: Moved from ../.
8639         * modules/crypto/gc-sha1-tests: Moved from ../.
8640         * modules/crypto/gc-tests: Moved from ../.
8641         * modules/crypto/hmac-md5: Moved from ../.
8642         * modules/crypto/hmac-md5-tests: Moved from ../.
8643         * modules/crypto/hmac-sha1: Moved from ../.
8644         * modules/crypto/hmac-sha1-tests: Moved from ../.
8645         * modules/crypto/md2: Moved from ../.
8646         * modules/crypto/md2-tests: Moved from ../.
8647         * modules/crypto/md4: Moved from ../.
8648         * modules/crypto/md4-tests: Moved from ../.
8649         * modules/crypto/md5: Moved from ../.
8650         * modules/crypto/md5-tests: Moved from ../.
8651         * modules/crypto/memxor: Moved from ../.
8652         * modules/crypto/rijndael: Moved from ../.
8653         * modules/crypto/rijndael-tests: Moved from ../.
8654         * modules/crypto/sha1: Moved from ../.
8655
8656 2007-03-30  James Youngman  <jay@gnu.org>
8657
8658         * tests/test-stat-time.c (prepare_test): use chmod() rather than
8659         rename() to change the ctime of a file (because ctime is unaffected
8660         by rename on jfs2 on AIX 5.1).
8661         (main): Start by doing cleanup, in case a previous run failed leaving
8662         test files behind.
8663
8664 2007-03-31  Bruno Haible  <bruno@clisp.org>
8665
8666         Support old proprietary implementations of iconv.
8667         * modules/iconv_open: New file.
8668         * lib/iconv_.h: New file.
8669         * m4/iconv_h.m4: New file.
8670         * lib/iconv_open.c: New file.
8671         * lib/iconv_open-aix.gperf: New file.
8672         * lib/iconv_open-hpux.gperf: New file.
8673         * lib/iconv_open-irix.gperf: New file.
8674         * lib/iconv_open-osf.gperf: New file.
8675         * m4/iconv_open.m4: New file.
8676         * modules/linebreak (Depends-on): Add iconv_open.
8677         * modules/striconv (Depends-on): Likewise.
8678         * modules/striconveh (Depends-on): Likewise.
8679         * modules/unicodeio (Depends-on): Likewise.
8680         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
8681         (iconv_t)(-1).
8682         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
8683         conversion if cd is (iconv_t)(-1).
8684         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
8685         is not possible.
8686
8687 2007-03-31  Bruno Haible  <bruno@clisp.org>
8688
8689         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
8690         work on Solaris either. Protect also second use of "autodetect_jp".
8691
8692 2007-03-31  Bruno Haible  <bruno@clisp.org>
8693
8694         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
8695         the function is not present.
8696
8697 2007-03-31  Bruno Haible  <bruno@clisp.org>
8698
8699         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
8700         the function is not present.
8701
8702 2007-03-31  Bruno Haible  <bruno@clisp.org>
8703
8704         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
8705         a bug in HP-UX iconv_open().
8706
8707 2007-03-31  Bruno Haible  <bruno@clisp.org>
8708
8709         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
8710         (Mathematics <math.h>): New section, add fpieee.
8711         (Input/output <stdio.h>): Add fseterr.
8712         (Mathematics <math.h>): New section, add printf-frexp.
8713         (Container data structures): Add sublist.
8714         (Core language properties): Add fpucw, inline.
8715         (Functions for greatest-width integer types <inttypes.h>): Add
8716         imaxabs, imaxdiv, inttypes.
8717         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
8718         isnanl-nolibm, ldexp.
8719         (Mathematics <math.h>): New section, add printf-frexpl.
8720         (Support for systems lacking POSIX:2001): Add fprintf-posix,
8721         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
8722         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
8723         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
8724         (Unicode string functions): Add unistr/u*-mbtoucr.
8725         (Java): Add javacomp-script, javaexec-script.
8726         (C#): Add csharpcomp-script, csharpexec-script.
8727         (Support for building libraries and executables): Add havelib,
8728         relocatable-*.
8729         (Support for maintaining and releasing projects): Renamed from
8730         'Support for maintaining and release projects'. Add announce-gen.
8731
8732 2007-03-31  Bruno Haible  <bruno@clisp.org>
8733
8734         * README: Talk primarily about git.
8735         (git and CVS): Renamed from CVS.
8736         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
8737         gnulib is available through git.
8738         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
8739
8740 2007-03-30  Bruno Haible  <bruno@clisp.org>
8741
8742         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
8743         * lib/poll_.h: Likewise.
8744         * lib/stat_.h: Likewise.
8745         * lib/sys_time_.h: Likewise.
8746         * lib/sysexit_.h: Likewise.
8747         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
8748         * lib/stdbool_.h: Likewise.
8749         * lib/byteswap_.h: Add double-inclusion guard.
8750
8751 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
8752
8753         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
8754
8755 2007-03-30  Karl Berry  <karl@gnu.org>
8756
8757         * config/srclist-update: double space after USA in the license
8758         substitution, since that's how it's usually (?) written.
8759
8760 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
8761
8762         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
8763         reported by Bruno Haible.
8764
8765 2007-03-29  Bruno Haible  <bruno@clisp.org>
8766
8767         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
8768         a bug in AIX iconv().
8769
8770 2007-03-29  Bruno Haible  <bruno@clisp.org>
8771
8772         * modules/ldexpl-tests: New file.
8773         * tests/test-ldexpl.c: New file.
8774
8775 2007-03-29  Bruno Haible  <bruno@clisp.org>
8776
8777         * lib/ldexpl.c: Include fpucw.h.
8778         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
8779         multiplication.
8780         * modules/ldexpl (Depends-on): Add fpucw.
8781
8782 2007-03-29  Bruno Haible  <bruno@clisp.org>
8783
8784         * modules/ldexpl: New file.
8785         * m4/ldexpl.m4: New file.
8786         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
8787         set.
8788         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
8789         REPLACE_LDEXPL.
8790         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
8791         REPLACE_LDEXPL.
8792         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
8793         gl_FUNC_LDEXPL_WORKS.
8794         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
8795         * modules/mathl (Files): Remove lib/ldexpl.c.
8796         (Depends-on): Add ldexpl.
8797
8798 2007-03-29  Bruno Haible  <bruno@clisp.org>
8799
8800         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
8801
8802 2007-03-29  Bruno Haible  <bruno@clisp.org>
8803
8804         * tests/test-striconveh.c (main): Don't assume that a direct conversion
8805         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
8806         and possibly also HP-UX.
8807         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
8808         work on AIX, IRIX, HP-UX, OSF/1.
8809         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
8810         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
8811         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
8812         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
8813         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
8814         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
8815
8816 2007-03-29  Bruno Haible  <bruno@clisp.org>
8817
8818         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
8819
8820 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
8821
8822         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
8823         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
8824
8825 2007-03-29  Eric Blake  <ebb9@byu.net>
8826
8827         * lib/acl-internal.h: Remove redundant include.
8828         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
8829         Cygwin when a file is locked.
8830
8831 2007-03-29  Bruno Haible  <bruno@clisp.org>
8832
8833         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
8834         file.
8835         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
8836
8837 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
8840         try to remove a parent directory if the child couldn't be removed
8841         (except for the first rmdir, which could fail because the child
8842         doesn't exist).  Problem reported by Jeff Blaine in
8843         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
8844
8845 2007-03-28  Bruno Haible  <bruno@clisp.org>
8846
8847         * lib/striconveh.c (utf8conv_carefully): New function.
8848         (mem_cd_iconveh_internal): Invoke it.
8849
8850 2007-03-28  Bruno Haible  <bruno@clisp.org>
8851
8852         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
8853         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
8854         input.
8855         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
8856         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
8857         unistr/u8-uctomb.
8858
8859 2007-03-28  Bruno Haible  <bruno@clisp.org>
8860
8861         * modules/unistr/u8-mbtoucr: New file.
8862         * lib/unistr/u8-mbtoucr.c: New file.
8863         * modules/unistr/u16-mbtoucr: New file.
8864         * lib/unistr/u16-mbtoucr.c: New file.
8865         * modules/unistr/u16-mbtoucr: New file.
8866         * lib/unistr/u16-mbtoucr.c: New file.
8867         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
8868
8869 2007-03-27  Simon Josefsson  <simon@josefsson.org>
8870             Bruno Haible  <bruno@clisp.org>
8871
8872         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
8873         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
8874         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
8875
8876         * m4/stdio_h.m4: Add stubs for vasprintf too.
8877
8878         * modules/stdio: Support vasprintf in sed command.
8879
8880         * modules/vasprintf: Depend on stdio for prototypes.  Remove
8881         vasprintf.h.  Add stdio module indicator.
8882
8883         * lib/stdio_.h: Declare asprintf and vasprintf, based on
8884         vasprintf.h.
8885
8886         * lib/vasprintf.h: File removed.
8887
8888         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
8889         * lib/vasprintf.c: Ditto.
8890         * lib/xvasprintf.c: Ditto.
8891         * tests/test-vasprintf-posix.c: Ditto.
8892         * tests/test-vasprintf.c: Ditto.
8893
8894 2007-03-27  Bruno Haible  <bruno@clisp.org>
8895
8896         Make vasnprintf multithread-safe.
8897         * lib/vasnprintf.c (decimal_point_char): New function.
8898         (VASNPRINTF): Use it.
8899         Suggested by Simon Josefsson.
8900
8901 2007-03-27  Eric Blake  <ebb9@byu.net>
8902
8903         Support sub-second birthtime on cygwin.
8904         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
8905         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
8906         (get_stat_birthtime): Also work with st_birthtim.
8907
8908 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
8909
8910         * lib/stat-time.h (USE_BIRTHTIME): Remove.
8911         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
8912         (get_stat_birthtime_ns): Do not try to use "spare" fields.
8913         (get_stat_birthtime_ns): Simplify compile-time tests.
8914         (get_stat_birthtime): Change the API to look like
8915         get_stat_mtime etc., except return a negative tv_nsec on error.
8916         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
8917         Don't check for "spare" fields.
8918         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
8919         or for struct stat.st_birthtime, as these tests aren't used.
8920         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
8921
8922 2007-03-27  Bruno Haible  <bruno@clisp.org>
8923
8924         * lib/stat-time.h: Include <sys/stat.h>.
8925
8926 2007-03-27  James Youngman  <jay@gnu.org>
8927
8928         * lib/stat-time.h (get_stat_birthtime): New function for
8929           retrieving st_birthtime as provided by UFS2 (hence *BSD).
8930         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
8931           and its variants.
8932         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
8933         * modules/stat-time-test: New file.
8934         * tests/test-stat-time.c: New test, devised by Bruno Haible.
8935
8936 2007-03-26  Bruno Haible  <bruno@clisp.org>
8937
8938         Better support of signalling NaNs.
8939         * lib/atanl.c: Include isnanl.h.
8940         (atanl): Perform test for NaN at the beginning of the function and
8941         through a call to isnanl.
8942         * lib/cosl.c: Include isnanl.h.
8943         (cosl): Perform test for NaN at the beginning of the function and
8944         through a call to isnanl.
8945         * lib/ldexpl.c: Include isnanl.h.
8946         (ldexpl): Perform test for NaN through a call to isnanl.
8947         * lib/logl.c: Include isnanl.h.
8948         (logl): Perform test for NaN at the beginning of the function and
8949         through a call to isnanl.
8950         * lib/sinl.c: Include isnanl.h.
8951         (sinl): Perform test for NaN at the beginning of the function and
8952         through a call to isnanl.
8953         * lib/sqrtl.c: Include isnanl.h.
8954         (sqrtl): Perform test for NaN at the beginning of the function and
8955         through a call to isnanl.
8956         * lib/tanl.c: Include isnanl.h.
8957         (tanl): Perform test for NaN at the beginning of the function and
8958         through a call to isnanl.
8959         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
8960         * modules/mathl (Depends-on): Add isnanl.
8961
8962 2007-03-26  Eric Blake  <ebb9@byu.net>
8963
8964         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
8965         regression in logic sense of previous patch.
8966
8967 2007-03-26  Bruno Haible  <bruno@clisp.org>
8968
8969         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
8970         unportable shell command "if ! ...".
8971         Reported by Ralf Wildenhues.
8972
8973 2007-03-25  Bruno Haible  <bruno@clisp.org>
8974
8975         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
8976         <sysexits.h> file, and only add EX_CONFIG.
8977         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
8978         absolute file name and whether it is sufficient. Substitute also
8979         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
8980         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
8981         ABSOLUTE_SYSEXITS_H into sysexits.h.
8982
8983 2007-03-25  Bruno Haible  <bruno@clisp.org>
8984
8985         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
8986         hints is NULL.
8987
8988 2007-03-25  Bruno Haible  <bruno@clisp.org>
8989
8990         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
8991         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
8992
8993 2007-03-25  Bruno Haible  <bruno@clisp.org>
8994
8995         * lib/vasnprintf.c: Include langinfo.h.
8996         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
8997         multithread-safe.
8998         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
8999         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
9000         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9001         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9002         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9003         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9004         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9005         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
9006         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9007         Reported by Simon Josefsson.
9008
9009 2007-03-25  Bruno Haible  <bruno@clisp.org>
9010
9011         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
9012         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
9013         * modules/vasnprintf (Depends-on): Add stdint.
9014
9015 2007-03-25  Bruno Haible  <bruno@clisp.org>
9016
9017         * modules/fpieee: New file.
9018         * m4/fpieee.m4: New file.
9019         * modules/isnan-nolibm (Depends-on): Add fpieee.
9020         * modules/isnanl-nolibm (Depends-on): Add fpieee.
9021         * modules/isnanl (Depends-on): Add fpieee.
9022
9023 2007-03-25  Bruno Haible  <bruno@clisp.org>
9024
9025         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
9026
9027 2007-03-25  Bruno Haible  <bruno@clisp.org>
9028
9029         Avoid test failures on IRIX 6.5.
9030         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
9031         (main): Use it.
9032         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
9033         macros.
9034         (main): Use them.
9035
9036 2007-03-25  Bruno Haible  <bruno@clisp.org>
9037
9038         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
9039         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
9040         exists but doesn't work.
9041         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
9042         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
9043         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
9044         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
9045
9046 2007-03-25  Bruno Haible  <bruno@clisp.org>
9047
9048         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
9049         returns inf. Needed on IRIX 6.5.
9050
9051 2007-03-25  Bruno Haible  <bruno@clisp.org>
9052
9053         * tests/test-frexpl.c: Include isnanl-nolibm.h.
9054         (main): Use isnanl instead of x != x idiom.
9055         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
9056
9057         * tests/test-frexp.c: Include isnan.h.
9058         (main): Use isnan instead of x != x idiom.
9059         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
9060
9061 2007-03-25  Bruno Haible  <bruno@clisp.org>
9062
9063         * tests/test-frexp.c (NaN): New function/macro.
9064         (main): Use it instead of 0.0 / 0.0.
9065         * tests/test-isnan.c (NaN): New function/macro.
9066         (main): Use it instead of 0.0 / 0.0.
9067         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
9068         (test_function): Use it instead of 0.0 / 0.0.
9069         * tests/test-vasprintf-posix.c (NaN): New function/macro.
9070         (test_function): Use it instead of 0.0 / 0.0.
9071         * tests/test-snprintf-posix.h (NaN): New function/macro.
9072         (test_function): Use it instead of 0.0 / 0.0.
9073         * tests/test-sprintf-posix.h (NaN): New function/macro.
9074         (test_function): Use it instead of 0.0 / 0.0.
9075         * tests/test-fprintf-posix.h (NaN): New function/macro.
9076         (test_function): Use it instead of 0.0 / 0.0.
9077         * tests/test-printf-posix.h (NaN): New function/macro.
9078         (test_function): Use it instead of 0.0 / 0.0.
9079
9080         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
9081
9082 2007-03-25  Bruno Haible  <bruno@clisp.org>
9083
9084         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
9085
9086 2007-03-25  Bruno Haible  <bruno@clisp.org>
9087
9088         * lib/regexec.c (merge_state_with_log): Make static.
9089
9090 2007-03-25  Bruno Haible  <bruno@clisp.org>
9091
9092         * lib/trigl.c (kernel_rem_pio2): Make static.
9093
9094 2007-03-25  Bruno Haible  <bruno@clisp.org>
9095
9096         * lib/sincosl.c (sincosl_table): Make static.
9097
9098 2007-03-25  Bruno Haible  <bruno@clisp.org>
9099
9100         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
9101         if the compiler does not support C99.
9102
9103 2007-03-25  Bruno Haible  <bruno@clisp.org>
9104
9105         * modules/time (Makefile.am): Ensure all rule action lines start with a
9106         tab.
9107
9108 2007-03-24  Bruno Haible  <bruno@clisp.org>
9109
9110         * modules/tsearch-tests: New file.
9111         * tests/test-tsearch.sh: New file.
9112         * tests/test-tsearch.c: New file, mostly copied from glibc.
9113
9114         * modules/search-tests: New file.
9115         * tests/test-search.c: New file.
9116
9117         * modules/search: New file.
9118         * lib/search_.h: New file, incorporating lib/tsearch.h.
9119         * m4/search_h.m4: New file.
9120         * lib/tsearch.h: Remove file.
9121         * lib/tsearch.c: Include search.h instead of tsearch.h.
9122         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
9123         HAVE_TSEARCH.
9124         * modules/tsearch (Files): Remove lib/tsearch.h.
9125         (Depends-on): Add search.
9126         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
9127         (Include): Change tsearch.h into search.h.
9128
9129 2007-03-24  Bruno Haible  <bruno@clisp.org>
9130
9131         * modules/fpucw: New file.
9132         * lib/fpucw.h: New file.
9133         * lib/frexp.c: Include fpucw.h.
9134         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
9135         (FUNC): Use them.
9136         * lib/printf-frexp.c: Include fpucw.h.
9137         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
9138         (FUNC): Use them.
9139         * lib/vasnprintf.c: Include fpucw.h.
9140         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
9141         'long double' calculations.
9142         * tests/test-frexpl.c: Include fpucw.h.
9143         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
9144         * tests/test-printf-frexpl.c: Include fpucw.h.
9145         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
9146         * modules/frexpl (Depends-on): Add fpucw.
9147         * modules/printf-frexpl (Depends-on): Likewise.
9148         * modules/fprintf-posix (Depends-on): Likewise.
9149         * modules/snprintf-posix (Depends-on): Likewise.
9150         * modules/sprintf-posix (Depends-on): Likewise.
9151         * modules/vasnprintf-posix (Depends-on): Likewise.
9152         * modules/vasprintf-posix (Depends-on): Likewise.
9153         * modules/vfprintf-posix (Depends-on): Likewise.
9154         * modules/vsnprintf-posix (Depends-on): Likewise.
9155         * modules/vsprintf-posix (Depends-on): Likewise.
9156         * modules/frexpl-tests (Depends-on): Likewise.
9157         * modules/printf-frexpl-tests (Depends-on): Likewise.
9158
9159 2007-03-24  Bruno Haible  <bruno@clisp.org>
9160
9161         * lib/float+.h: New file.
9162         * lib/isnan.c: Include float+.h.
9163         (SIZE): New macro.
9164         (FUNC): Compare only SIZE bytes of the value.
9165         * lib/vasnprintf.c: Include float+.h.
9166         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
9167         SIZEOF_LDBL or SIZEOF_DBL bytes.
9168         * modules/isnan-nolibm (Files): Add lib/float+.h.
9169         * modules/isnanl-nolibm (Files): Add lib/float+.h.
9170         * modules/isnanl (Files): Add lib/float+.h.
9171         * modules/vasnprintf (Files): Add lib/float+.h.
9172
9173 2007-03-24  Bruno Haible  <bruno@clisp.org>
9174
9175         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
9176         include isnanl-nolibm.h.
9177
9178 2007-03-24  Bruno Haible  <bruno@clisp.org>
9179
9180         * tests/test-read-file.c (main): Don't produce spurious output for
9181         expected situations. Make the test fail if it encountered unexpected
9182         results.
9183
9184 2007-03-24  Bruno Haible  <bruno@clisp.org>
9185
9186         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
9187         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
9188
9189 2007-03-24  Bruno Haible  <bruno@clisp.org>
9190
9191         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
9192
9193 2007-03-24  Bruno Haible  <bruno@clisp.org>
9194
9195         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
9196         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
9197
9198         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
9199         * modules/utf8-ucs4: Turn into a symbolic link to module
9200         unistr/u8-mbtouc.
9201
9202         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
9203         utf8-ucs4-unsafe.
9204         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
9205         unistr/u8-mbtouc-unsafe.
9206
9207         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
9208         * modules/utf16-ucs4: Turn into a symbolic link to module
9209         unistr/u16-mbtouc.
9210
9211         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
9212         utf16-ucs4-unsafe.
9213         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
9214         unistr/u16-mbtouc-unsafe.
9215
9216         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
9217         * modules/ucs4-utf8: Turn into a symbolic link to module
9218         unistr/u8-ubtomb.
9219
9220         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
9221         * modules/ucs4-utf16: Turn into a symbolic link to module
9222         unistr/u16-ubtomb.
9223
9224 2007-03-24  Bruno Haible  <bruno@clisp.org>
9225
9226         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
9227         Enable the function only if HAVE_INLINE.
9228         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
9229         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
9230         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
9231         Enable the function only if HAVE_INLINE.
9232         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
9233         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
9234         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
9235         Enable the function only if HAVE_INLINE.
9236         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
9237         Enable the function only if HAVE_INLINE.
9238         * modules/utf8-ucs4: Update.
9239         * modules/utf8-ucs4-unsafe: Update.
9240         * modules/utf16-ucs4: Update.
9241         * modules/utf16-ucs4-unsafe: Update.
9242         * modules/ucs4-utf8: Update.
9243         * modules/ucs4-utf16: Update.
9244
9245 2007-03-24  Bruno Haible  <bruno@clisp.org>
9246
9247         * lib/utf8-ucs4.h: Remove file.
9248         * lib/utf8-ucs4-unsafe.h: Remove file.
9249         * lib/utf16-ucs4.h: Remove file.
9250         * lib/utf16-ucs4-unsafe.h: Remove file.
9251         * lib/ucs4-utf8.h: Remove file.
9252         * lib/ucs4-utf16.h: Remove file.
9253         * lib/unistr.h: Include their previous contents.
9254         * m4/utf-ucs4.m4: Remove file.
9255         * m4/ucs4-utf.m4: Remove file.
9256         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
9257         (Depends-on): Add unistr/base.
9258         (configure.ac): Remove gl_UTF_UCS4.
9259         (Makefile.am): Update.
9260         (Include): Change to unistr.h.
9261         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
9262         (Depends-on): Add unistr/base.
9263         (configure.ac): Remove gl_UTF_UCS4.
9264         (Makefile.am): Update.
9265         (Include): Change to unistr.h.
9266         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
9267         (Depends-on): Add unistr/base.
9268         (configure.ac): Remove gl_UTF_UCS4.
9269         (Makefile.am): Update.
9270         (Include): Change to unistr.h.
9271         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
9272         (Depends-on): Add unistr/base.
9273         (configure.ac): Remove gl_UTF_UCS4.
9274         (Makefile.am): Update.
9275         (Include): Change to unistr.h.
9276         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
9277         (Depends-on): Add unistr/base.
9278         (configure.ac): Remove gl_UCS4_UTF.
9279         (Makefile.am): Update.
9280         (Include): Change to unistr.h.
9281         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
9282         (Depends-on): Add unistr/base.
9283         (configure.ac): Remove gl_UCS4_UTF.
9284         (Makefile.am): Update.
9285         (Include): Change to unistr.h.
9286         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
9287         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
9288         utf8-ucs4-unsafe.h.
9289         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
9290         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
9291         utf16-ucs4-unsafe.h.
9292         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
9293         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
9294         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
9295         * lib/unistr/u8-strchr.c: Likewise.
9296         * lib/unistr/u8-strrchr.c: Likewise.
9297         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
9298         * lib/unistr/u16-strchr.c: Likewise.
9299         * lib/unistr/u16-strrchr.c: Likewise.
9300         * lib/striconveh.c: Update.
9301         * lib/linebreak.c: Update.
9302
9303 2007-03-24  Bruno Haible  <bruno@clisp.org>
9304
9305         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
9306         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
9307
9308 2007-03-22  Bruno Haible  <bruno@clisp.org>
9309
9310         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
9311
9312 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
9313
9314         * MODULES.html.sh (File system functions): New module write-any-file.
9315         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
9316         * m4/write-any-file.m4: New files.
9317
9318 2007-03-23  Eric Blake  <ebb9@byu.net>
9319
9320         * gnulib-tool: Rearrange space-tab sequences, since some editors
9321         like to eat them.
9322
9323 2007-03-23  Eric Blake  <ebb9@byu.net>
9324
9325         * lib/version-etc.c (version_etc_va): Update license wording to
9326         be more concise.  Recommended by Richard Stallman.
9327
9328 2007-03-22  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/poll.c (MSG_PEEK): New fallback definition.
9331
9332 2007-03-22  Bruno Haible  <bruno@clisp.org>
9333
9334         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
9335         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
9336         (main): Update.
9337         Fixes a compilation error on BeOS.
9338
9339 2007-03-22  Bruno Haible  <bruno@clisp.org>
9340
9341         * modules/frexpl-tests: New file.
9342         * tests/test-frexpl.c: New file.
9343
9344         * modules/frexpl: New file.
9345         * m4/frexpl.m4: New file.
9346         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
9347         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
9348         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
9349         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
9350         (Depends-on): Add frexpl. Remove isnanl-nolibm.
9351         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
9352
9353 2007-03-22  Bruno Haible  <bruno@clisp.org>
9354
9355         * lib/frexpl.c: Share code with lib/frexp.c.
9356         * modules/mathl (Files): Add lib/frexp.c.
9357         (Depends-on): Add isnanl-nolibm.
9358
9359 2007-03-22  Bruno Haible  <bruno@clisp.org>
9360
9361         * modules/printf-frexp (Files): Add m4/frexp.m4.
9362         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
9363         only if the found frexp function actually works.
9364
9365 2007-03-22  Bruno Haible  <bruno@clisp.org>
9366
9367         * lib/frexp.c: Remove older implementation that uses divisions.
9368
9369 2007-03-21  Bruno Haible  <bruno@clisp.org>
9370
9371         * modules/frexp-tests: New file.
9372         * tests/test-frexp.c: New file.
9373
9374         * modules/frexp: New file.
9375         * lib/frexp.c: New file.
9376         * m4/frexp.m4: New file.
9377         * lib/math_.h (frexp): New declaration.
9378         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
9379         REPLACE_FREXP.
9380         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
9381
9382 2007-03-21  Bruno Haible  <bruno@clisp.org>
9383
9384         * modules/isnanl-tests: New file.
9385         * tests/test-isnanl.c: New file.
9386
9387         * modules/isnanl: New file.
9388         * lib/isnanl.h: New file.
9389         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
9390         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
9391         gl_FUNC_ISNANL_WORKS.
9392         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
9393         New macros.
9394
9395 2007-03-21  Bruno Haible  <bruno@clisp.org>
9396
9397         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
9398         lib/isnanl.h.
9399         (Include): Update.
9400         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
9401         * lib/vasnprintf.c: Update.
9402         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
9403         tests/test-isnanl.h, remove tests/test-isnanl.c.
9404         (Makefile.am): Update.
9405         * tests/test-isnanl-nolibm.c: New file.
9406         * tests/test-isnanl.h: New file.
9407         * tests/test-isnanl.c: Remove file.
9408
9409 2007-03-21  Jim Meyering  <jim@meyering.net>
9410
9411         When trying to open ".", treat ESTALE like EACCES.
9412         * lib/savewd.c (savewd_save): Resort to forking not just upon
9413         failure with EACCES, but also when errno is ESTALE.
9414
9415 2007-03-20  Bruno Haible  <bruno@clisp.org>
9416
9417         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
9418         Needed on AIX 5.1. Reported by Matthew Woehlke.
9419
9420 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
9421
9422         Suggestions by Bruno Haible:
9423         * lib/acl-internal.h: Include "gettext.h" rather than rolling
9424         our own.
9425         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
9426         * modules/acl (Depends-on): Add gettext.
9427
9428 2007-03-19  Bruno Haible  <bruno@clisp.org>
9429
9430         * modules/iconvme: Remove file.
9431         * lib/iconvme.h: Remove file.
9432         * lib/iconvme.c: Remove file.
9433         * m4/iconvme.m4: Remove file.
9434
9435 2007-03-19  Bruno Haible  <bruno@clisp.org>
9436
9437         * doc/relocatable-maint.texi: Break long shell script line.
9438         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
9439
9440 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
9441
9442         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
9443         handle file_has_acl.
9444         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
9445         * lib/acl.c: Move header inclusions and related macro defns into
9446         lib/acl-internal.h.
9447         (S_ISLNK): Remove defn, since that's now done for us.
9448         (file_has_acl): Move to lib/file-has-acl.c.
9449         Call acl_trivial if available.  This is the crucial part of the fix.
9450         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
9451         shared within the library.  Rewrite a bit, partly to make it compatible
9452         with the GNU coding style.
9453         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
9454         Remove unnecessary double-quotes.
9455         Don't test for acl_to_text; the build will catch that.
9456         Replace acl_entries if it doesn't exist and it is needed.
9457         Check for -lsec and acl_trivial (as used on Solaris 10).
9458         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
9459         lib/file-has-acl.c.
9460         (Depends-on): Add sys_stat, for S_ISLNK.
9461
9462 2007-03-19  Ben Pfaff  <blp@gnu.org>
9463
9464         * doc/gnulib.texi: Fix typos.
9465         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
9466
9467 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
9468
9469         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
9470         If size is zero here, buf must be zero.
9471
9472 2007-03-19  Simon Josefsson  <simon@josefsson.org>
9473
9474         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
9475         <bruno@clisp.org>.
9476
9477 2007-03-18  Bruno Haible  <bruno@clisp.org>
9478
9479         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
9480         Suggested by Eric Blake.
9481
9482 2007-03-18  Ben Pfaff  <blp@gnu.org>
9483
9484         * doc/relocatable.texi: Recommend using as prefix a directory
9485         that does not exist and will never be created.  Based on
9486         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
9487         and others.
9488
9489 2007-03-17  Bruno Haible  <bruno@clisp.org>
9490
9491         * lib/fchownat.c: Include lchown.h.
9492
9493 2007-03-17  Bruno Haible  <bruno@clisp.org>
9494
9495         Fix endless loop when the given allocated size was > INT_MAX.
9496         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
9497         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
9498         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
9499         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
9500         * lib/sprintf.c (sprintf): Likewise.
9501
9502 2007-03-17  Bruno Haible  <bruno@clisp.org>
9503
9504         * tests/test-argp-2.sh (func_compare): Output a context diff.
9505
9506 2007-03-17  Bruno Haible  <bruno@clisp.org>
9507
9508         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
9509         locale's decimal-point character.
9510
9511 2007-03-17  Bruno Haible  <bruno@clisp.org>
9512
9513         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
9514         before comparing it. Needed because on some platforms (e.g. x86) a
9515         'long double' occupies less bytes than sizeof (long double).
9516
9517 2007-03-17  Bruno Haible  <bruno@clisp.org>
9518
9519         * tests/test-crc.c (main): Make printf statements 64-bit clean.
9520         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
9521         * tests/test-getaddrinfo.c (simple): Likewise.
9522         * tests/test-read-file.c (main): Likewise.
9523
9524 2007-03-17  Bruno Haible  <bruno@clisp.org>
9525
9526         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
9527
9528 2007-03-17  Bruno Haible  <bruno@clisp.org>
9529
9530         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
9531         unused variable.
9532
9533 2007-03-17  Bruno Haible  <bruno@clisp.org>
9534
9535         * tests/test-c-strcasecmp.c: Include c-strcase.h.
9536         * tests/test-c-strncasecmp.c: Likewise.
9537
9538 2007-03-17  Bruno Haible  <bruno@clisp.org>
9539
9540         * modules/stdlib (Depends-on): Add unistd.
9541         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
9542         Needed for MacOS X 10.3.
9543
9544 2007-03-17  Bruno Haible  <bruno@clisp.org>
9545
9546         * lib/unistr/u-strdup.h: Include <stdlib.h>.
9547
9548 2007-03-17  Bruno Haible  <bruno@clisp.org>
9549
9550         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
9551
9552 2007-03-17  Bruno Haible  <bruno@clisp.org>
9553
9554         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
9555         to reflect files copied from gnulib (with or without modifications).
9556         Suggested by Jim Meyering.
9557
9558 2007-03-17  Eric Blake  <ebb9@byu.net>
9559
9560         * NEWS: Document stdlib change from 2007-02-18.
9561
9562 2007-03-17  Jim Meyering  <jim@meyering.net>
9563
9564         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
9565         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
9566         someone uses a name containing shell meta-characters.
9567         Reported by Alfred M. Szmidt.
9568
9569         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
9570
9571 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
9572
9573         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
9574         and copy gettext configuration files only if configure.ac contains
9575         a use of AM_GNU_GETTEXT_VERSION.
9576
9577 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
9578
9579         * build-aux/bootstrap (gnulib_name): New variable.
9580         (gnulib_tool_options): Use it.
9581
9582 2007-03-13  Simon Josefsson  <simon@josefsson.org>
9583
9584         * tests/test-des.c: Use new namespace.
9585
9586 2007-03-15  Bruno Haible  <bruno@clisp.org>
9587
9588         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
9589         Reported by James Youngman <jay@gnu.org>.
9590
9591 2007-03-15  Bruno Haible  <bruno@clisp.org>
9592
9593         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
9594         declared prototype. Needed with cc on OSF/1 5.1.
9595
9596 2007-03-15  Bruno Haible  <bruno@clisp.org>
9597
9598         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
9599         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
9600         (struct gl_list_implementation): Add dispose_fn argument to the
9601         'create_empty', 'create' methods.
9602         (struct gl_list_impl_base): Add field 'dispose_fn'.
9603         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
9604         argument.
9605         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
9606         dispose_fn argument.
9607         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
9608         dispose_fn on the dropped values.
9609         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
9610         dispose_fn argument.
9611         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
9612         dropped values.
9613         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
9614         (gl_tree_remove_node): Call dispose_fn on the dropped value.
9615         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
9616         (gl_tree_remove_node): Call dispose_fn on the dropped value.
9617         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
9618         argument.
9619         (gl_tree_list_free): Call dispose_fn on the dropped values.
9620         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
9621         the dropped values.
9622         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9623         Add dispose_fn argument.
9624         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
9625         Call dispose_fn on the dropped values.
9626         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
9627         Add dispose_fn argument.
9628         (gl_sublist_create): Initialize the 'dispose_fn' field.
9629         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
9630         * tests/test-array_list.c (main): Update.
9631         * tests/test-carray_list.c (main): Update.
9632         * tests/test-avltree_list.c (main): Update.
9633         * tests/test-rbtree_list.c (main): Update.
9634         * tests/test-avltreehash_list.c (main): Update.
9635         * tests/test-rbtreehash_list.c (main): Update.
9636         * tests/test-linked_list.c (main): Update.
9637         * tests/test-linkedhash_list.c (main): Update.
9638         * tests/test-array_oset.c (main): Update.
9639
9640 2007-03-15  Bruno Haible  <bruno@clisp.org>
9641
9642         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
9643         (gl_oset_create_empty): Add dispose_fn argument.
9644         (struct gl_oset_implementation): Add dispose_fn argument to
9645         'create_empty' method.
9646         (struct gl_oset_impl_base): Add dispose_fn field.
9647         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
9648         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
9649         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
9650         values.
9651         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
9652         (gl_tree_oset_free): Call dispose_fn on the dropped values.
9653         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
9654         dropped value.
9655         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
9656         dropped value.
9657         * tests/test-array_oset.c (main): Update.
9658         * tests/test-avltree_oset.c (main): Update.
9659         * tests/test-rbtree_oset.c (main): Update.
9660         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
9661
9662 2007-03-13  Bruno Haible  <bruno@clisp.org>
9663
9664         * tests/test-stdbool.c (i): Update after last patch.
9665
9666 2007-03-12  Bruno Haible  <bruno@clisp.org>
9667
9668         * lib/quotearg.c: Include <wctype.h> early, before the definition of
9669         the iswprint macro. Needed on Solaris 2.5.1.
9670
9671 2007-03-12  Bruno Haible  <bruno@clisp.org>
9672
9673         * tests/test-printf-frexp.c (main): Declare x as volatile.
9674
9675 2007-03-12  Simon Josefsson  <simon@josefsson.org>
9676
9677         * doc/gnulib.texi (Build robot for gnulib): New section.
9678
9679 2007-03-12  Jim Meyering  <jim@meyering.net>
9680
9681         * build-aux/bootstrap: New file.
9682         * build-aux/bootstrap.conf: New file, from coreutils.
9683
9684 2007-03-11  Bruno Haible  <bruno@clisp.org>
9685
9686         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
9687
9688 2007-03-12  Simon Josefsson  <simon@josefsson.org>
9689
9690         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
9691         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
9692         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
9693
9694 2007-03-11  Bruno Haible  <bruno@clisp.org>
9695
9696         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
9697         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
9698
9699 2007-03-11  Bruno Haible  <bruno@clisp.org>
9700
9701         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
9702         formula. Needed for SunPRO C 5.0.
9703
9704 2007-03-11  Bruno Haible  <bruno@clisp.org>
9705
9706         * modules/long-options (Depends-on): Add getopt.
9707
9708 2007-03-11  Bruno Haible  <bruno@clisp.org>
9709
9710         * modules/modechange (Depends-on): Add stdbool.
9711
9712 2007-03-11  Bruno Haible  <bruno@clisp.org>
9713
9714         * modules/i-ring (Depends-on): Add stdbool.
9715
9716 2007-03-11  Bruno Haible  <bruno@clisp.org>
9717
9718         * modules/gc-des (Depends-on): Add stdbool.
9719
9720 2007-03-11  Bruno Haible  <bruno@clisp.org>
9721
9722         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
9723
9724 2007-03-11  Bruno Haible  <bruno@clisp.org>
9725
9726         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
9727
9728 2007-03-11  Bruno Haible  <bruno@clisp.org>
9729
9730         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
9731
9732 2007-03-11  Bruno Haible  <bruno@clisp.org>
9733
9734         * lib/vasnprintf.c (sprintf): Undefine.
9735
9736 2007-03-11  Bruno Haible  <bruno@clisp.org>
9737
9738         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
9739         initializers in SunPRO C and Compaq C compilers.
9740
9741 2007-03-11  Bruno Haible  <bruno@clisp.org>
9742
9743         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
9744         decrementing code ANSI C compliant.
9745
9746 2007-03-11  Bruno Haible  <bruno@clisp.org>
9747
9748         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
9749         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
9750
9751 2007-03-11  Bruno Haible  <bruno@clisp.org>
9752
9753         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
9754         <stdbool.h> substitute doesn't pass.
9755
9756 2007-03-11  Bruno Haible  <bruno@clisp.org>
9757
9758         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
9759
9760 2007-03-11  Bruno Haible  <bruno@clisp.org>
9761
9762         * gnulib-tool (func_create_megatestdir): Create also an autobuild
9763         script, for submission to autobuild.josefsson.org.
9764
9765 2007-03-10  Bruno Haible  <bruno@clisp.org>
9766
9767         * modules/canonicalize-lgpl-tests: New file.
9768         * tests/test-canonicalize-lgpl.sh: New file.
9769         * tests/test-canonicalize-lgpl.c: New file.
9770
9771         * modules/c-strcase-tests: New file.
9772         * tests/test-c-strcase.sh: New file.
9773         * tests/test-c-strcasecmp.c: New file.
9774         * tests/test-c-strncasecmp.c: New file.
9775
9776         * modules/atexit-tests: New file.
9777         * tests/test-atexit.sh: New file.
9778         * tests/test-atexit.c: New file.
9779
9780 2007-03-10  Bruno Haible  <bruno@clisp.org>
9781
9782         * tests/test-binary-io.sh: Use temporary filenames that are not so
9783         likely to clash with those of other tests (in a parallel make).
9784         * tests/test-binary-io.c: Likewise.
9785
9786 2007-03-10  Bruno Haible  <bruno@clisp.org>
9787
9788         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
9789         fallback; use #error instead.
9790         Suggested by Simon Josefsson.
9791
9792 2007-03-10  Bruno Haible  <bruno@clisp.org>
9793
9794         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
9795         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
9796         first and the last.
9797
9798 2007-03-10  Bruno Haible  <bruno@clisp.org>
9799
9800         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
9801
9802 2007-03-10  Bruno Haible  <bruno@clisp.org>
9803
9804         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
9805         "make distcheck".
9806         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
9807         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
9808         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
9809
9810 2007-03-10  Bruno Haible  <bruno@clisp.org>
9811
9812         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
9813         variable.
9814         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
9815         variable.
9816
9817 2007-03-09  Eric Blake  <ebb9@byu.net>
9818         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
9819
9820         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
9821         types are not being provided by gnulib.
9822         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
9823         types are supported.
9824
9825 2007-03-10  Bruno Haible  <bruno@clisp.org>
9826
9827         * lib/stdio_.h (__attribute__): New macro.
9828         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
9829         vsprintf): Specify __attribute__ __format__ for GCC.
9830         Suggested by Eric Blake.
9831
9832 2007-03-09  Bruno Haible  <bruno@clisp.org>
9833
9834         * modules/printf-posix-tests: New file.
9835         * tests/test-printf-posix.sh: New file.
9836         * tests/test-printf-posix.c: New file.
9837
9838         * modules/printf-posix: New file.
9839         * lib/printf.c: New file.
9840         * m4/printf-posix-rpl.m4: New file.
9841         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
9842         REPLACE_PRINTF.
9843         * lib/stdio_.h (printf): New declaration.
9844         (format, __format__, ____printf____, ____scanf____, ____strftime____,
9845         ____strfmon____): New macros.
9846         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
9847         REPLACE_PRINTF.
9848
9849 2007-03-09  Bruno Haible  <bruno@clisp.org>
9850
9851         * tests/test-vasnprintf-posix2.sh: New file.
9852         * tests/test-vasnprintf-posix2.c: New file.
9853         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
9854         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
9855         (Makefile.am): Activate test-vasnprintf-posix2.sh.
9856
9857         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
9858         a locale dependent decimal point, rather than always '.'.
9859
9860 2007-03-09  Eric Blake  <ebb9@byu.net>
9861
9862         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
9863         spite of platforms like Tandem/NSK that define it to -1.
9864
9865 2007-03-08  Bruno Haible  <bruno@clisp.org>
9866
9867         * modules/vprintf-posix-tests: New file.
9868         * tests/test-vprintf-posix.sh: New file.
9869         * tests/test-vprintf-posix.c: New file.
9870         * tests/test-printf-posix.h: New file.
9871
9872         * modules/vprintf-posix: New file.
9873         * lib/vprintf.c: New file.
9874         * m4/vprintf-posix.m4: New file.
9875         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
9876         REPLACE_VPRINTF.
9877         * lib/stdio_.h (vprintf): New declaration.
9878         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
9879         REPLACE_VPRINTF.
9880
9881 2007-03-08  Bruno Haible  <bruno@clisp.org>
9882
9883         * modules/fprintf-posix-tests: New file.
9884         * tests/test-fprintf-posix.sh: New file.
9885         * tests/test-fprintf-posix.c: New file.
9886
9887         * modules/fprintf-posix: New file.
9888         * lib/fprintf.c: New file.
9889         * m4/fprintf-posix.m4: New file.
9890         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
9891         REPLACE_FPRINTF.
9892         * lib/stdio_.h (fprintf): New declaration.
9893         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
9894         REPLACE_FPRINTF.
9895
9896 2007-03-08  Bruno Haible  <bruno@clisp.org>
9897
9898         * modules/vfprintf-posix-tests: New file.
9899         * tests/test-vfprintf-posix.sh: New file.
9900         * tests/test-vfprintf-posix.c: New file.
9901         * tests/test-fprintf-posix.h: New file.
9902         * tests/test-fprintf-posix.out: New file.
9903
9904         * modules/vfprintf-posix: New file.
9905         * lib/vfprintf.c: New file.
9906         * m4/vfprintf-posix.m4: New file.
9907         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
9908         REPLACE_VFPRINTF.
9909         * lib/stdio_.h (vfprintf): New declaration.
9910         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
9911         REPLACE_VFPRINTF.
9912
9913 2007-03-08  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
9916
9917 2007-03-08  Bruno Haible  <bruno@clisp.org>
9918
9919         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
9920         instead of 'expr' invocations.
9921         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9922         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9923         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9924         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9925         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9926         Suggested by Paul Eggert.
9927
9928 2007-03-08  Bruno Haible  <bruno@clisp.org>
9929
9930         * modules/fseterr-tests: New file.
9931         * tests/test-fseterr.c: New file.
9932
9933         * modules/fseterr: New file.
9934         * lib/fseterr.h: New file.
9935         * lib/fseterr.c: New file.
9936
9937 2007-03-08  Bruno Haible  <bruno@clisp.org>
9938
9939         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
9940         * lib/getopt_.h: Likewise.
9941         * lib/mbswidth.h: Likewise.
9942         * lib/setenv.h: Likewise.
9943         * lib/vasnprintf.h: Likewise.
9944         * lib/vasprintf.h: Likewise.
9945         * lib/verror.h: Likewise.
9946         * lib/xsetenv.h: Likewise.
9947         * lib/xvasprintf.h: Likewise.
9948
9949 2007-03-08  Jim Meyering  <jim@meyering.net>
9950
9951         * users.txt: Add parted.
9952
9953         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
9954
9955 2007-03-07  Bruno Haible  <bruno@clisp.org>
9956
9957         * m4/printf.m4: Make the shell script snippets copy&pastable.
9958
9959 2007-03-02  Bruno Haible  <bruno@clisp.org>
9960
9961         * lib/netinet_in_.h: New file.
9962         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
9963         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
9964         * modules/netinet_in (Files): Add lib/netinet_in_.h.
9965         (Depends-on): Add absolute-header.
9966         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
9967         into netinet/in.h.
9968
9969 2007-03-03  Bruno Haible  <bruno@clisp.org>
9970
9971         * lib/sys_select_.h: New file.
9972         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
9973         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
9974         * modules/sys_select (Files): Add lib/sys_select_.h.
9975         (Depends-on): Add absolute-header.
9976         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
9977         into sys/select.h.
9978
9979 2007-03-02  Bruno Haible  <bruno@clisp.org>
9980
9981         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
9982         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
9983         values.
9984         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
9985         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
9986         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
9987         * modules/sys_socket (Depends-on): Add absolute-header.
9988         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
9989         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
9990         (Include): Remove requirement of inclusion of <sys/types.h>.
9991
9992 2007-03-02  Bruno Haible  <bruno@clisp.org>
9993
9994         * lib/byteswap_.h (bswap_32): Fix formula.
9995
9996 2007-03-06  Bruno Haible  <bruno@clisp.org>
9997
9998         * modules/sprintf-posix-tests: New file.
9999         * tests/test-sprintf-posix.c: New file.
10000
10001         * modules/sprintf-posix: New file.
10002         * lib/sprintf.c: New file.
10003         * m4/sprintf-posix.m4: New file.
10004         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
10005         REPLACE_SPRINTF.
10006         * lib/stdio_.h (sprintf): New declaration.
10007         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
10008         REPLACE_SPRINTF.
10009
10010 2007-03-06  Bruno Haible  <bruno@clisp.org>
10011
10012         * modules/vsprintf-posix-tests: New file.
10013         * tests/test-vsprintf-posix.c: New file.
10014         * tests/test-sprintf-posix.h: New file.
10015
10016         * modules/vsprintf-posix: New file.
10017         * lib/vsprintf.c: New file.
10018         * m4/vsprintf-posix.m4: New file.
10019         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
10020         REPLACE_VSPRINTF.
10021         * lib/stdio_.h (vsprintf): New declaration.
10022         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
10023         REPLACE_VSPRINTF.
10024
10025 2007-03-06  Bruno Haible  <bruno@clisp.org>
10026
10027         * modules/vsnprintf (Depend-on): Remove minmax.
10028
10029 2007-03-06  Bruno Haible  <bruno@clisp.org>
10030
10031         * modules/snprintf-posix-tests: New file.
10032         * tests/test-snprintf-posix.c: New file.
10033
10034         * modules/snprintf-posix: New file.
10035         * m4/snprintf-posix.m4: New file.
10036         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
10037         gl_FUNC_SNPRINTF.
10038         (gl_FUNC_SNPRINTF): Invoke it.
10039         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
10040         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
10041         is set.
10042         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
10043
10044 2007-03-06  Bruno Haible  <bruno@clisp.org>
10045
10046         * modules/vsnprintf-posix-tests: New file.
10047         * tests/test-vsnprintf-posix.c: New file.
10048         * tests/test-snprintf-posix.h: New file.
10049
10050         * modules/vsnprintf-posix: New file.
10051         * m4/vsnprintf-posix.m4: New file.
10052         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
10053         gl_FUNC_VSNPRINTF.
10054         (gl_FUNC_VSNPRINTF): Invoke it.
10055         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
10056         * lib/stdio_.h (vsnprintf): Define as a replacement if
10057         REPLACE_VSNPRINTF is set.
10058         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
10059
10060 2007-03-06  Bruno Haible  <bruno@clisp.org>
10061
10062         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
10063         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
10064
10065 2007-03-06  Bruno Haible  <bruno@clisp.org>
10066
10067         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
10068         (asinl): Declare also if HAVE_DECL_ASINL is set.
10069         (atanl): Declare also if HAVE_DECL_ATANL is set.
10070         (ceill): Declare also if HAVE_DECL_CEILL is set.
10071         (cosl): Declare also if HAVE_DECL_COSL is set.
10072         (expl): Declare also if HAVE_DECL_EXPL is set.
10073         (floorl): Declare also if HAVE_DECL_FLOORL is set.
10074         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
10075         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
10076         (logl): Declare also if HAVE_DECL_LOGL is set.
10077         (sinl): Declare also if HAVE_DECL_SINL is set.
10078         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
10079         (tanl): Declare also if HAVE_DECL_TANL is set.
10080         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
10081         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
10082         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
10083         declaration of frexpl, ldexpl.
10084         * modules/printf-frexpl (Depends-on): Add math.
10085         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
10086
10087 2007-03-05  Bruno Haible  <bruno@clisp.org>
10088
10089         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
10090         frexpl and ldexpl are declared.
10091         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
10092
10093 2007-03-05  Bruno Haible  <bruno@clisp.org>
10094
10095         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
10096         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
10097
10098 2007-03-05  Bruno Haible  <bruno@clisp.org>
10099
10100         * lib/stdio_.h: Include <stddef.h>.
10101
10102 2007-03-05  Bruno Haible  <bruno@clisp.org>
10103
10104         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
10105
10106 2007-03-05  Bruno Haible  <bruno@clisp.org>
10107
10108         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
10109         NetBSD 4, from Ralf Wildenhues.
10110
10111 2007-03-04  Bruno Haible  <bruno@clisp.org>
10112
10113         * lib/vasprintf.h: Update #if logic for the case when the functions
10114         exist but are overridden.
10115
10116 2007-03-04  Bruno Haible  <bruno@clisp.org>
10117
10118         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
10119         implementations: glibc-2.4 and MacOS X 10.3.
10120         * tests/test-vasnprintf-posix.c (test_function): Test also the case
10121         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
10122         * tests/test-vasprintf-posix.c (test_function): Likewise.
10123
10124 2007-03-04  Bruno Haible  <bruno@clisp.org>
10125
10126         * modules/vasprintf-posix-tests: New file.
10127         * tests/test-vasprintf-posix.c: New file.
10128
10129         * modules/vasprintf-posix: New file.
10130         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
10131         defined.
10132         * m4/vasprintf-posix.m4: New file.
10133         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
10134         gl_FUNC_VASPRINTF.
10135         (gl_FUNC_VASPRINTF): Invoke it.
10136         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
10137         here.
10138         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
10139
10140 2007-03-04  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
10143         REPLACE_GETTIMEOFDAY.
10144         * modules/sys_time (Makefile.am): Likewise.
10145         * m4/sys_time_h.m4: Likewise.
10146         * m4/gettimeofday.m4: Likewise.
10147
10148 2007-03-04  Bruno Haible  <bruno@clisp.org>
10149
10150         * modules/vasnprintf-posix-tests: New file.
10151         * tests/test-vasnprintf-posix.c: New file.
10152
10153         * modules/vasnprintf-posix: New file.
10154         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
10155         printf-frexpl.h.
10156         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
10157         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
10158         REPLACE_VASNPRINTF is defined.
10159         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
10160         gl_FUNC_VASNPRINTF.
10161         (gl_FUNC_VASNPRINTF): Invoke it.
10162         * m4/vasnprintf-posix.m4: New file.
10163         * m4/printf.m4: New file.
10164
10165 2007-03-04  Bruno Haible  <bruno@clisp.org>
10166
10167         Compile progreloc.c only if --enable-relocatable is specified.
10168         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
10169         if --enable-relocatable was specified.
10170         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
10171         lib_SOURCES.
10172
10173 2007-03-04  Jim Meyering  <jim@meyering.net>
10174
10175         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
10176         Use it consistently, rather than enumerating errno constants.
10177
10178 2007-03-04  Bruno Haible  <bruno@clisp.org>
10179
10180         * modules/xvasprintf-tests: New file.
10181         * tests/test-xvasprintf.c: New file.
10182
10183         * modules/vasprintf-tests: New file.
10184         * tests/test-vasprintf.c: New file.
10185
10186         * modules/vasnprintf-tests: New file.
10187         * tests/test-vasnprintf.c: New file.
10188
10189         * modules/vsnprintf-tests: New file.
10190         * tests/test-vsnprintf.c: New file.
10191
10192         * modules/snprintf-tests: New file.
10193         * tests/test-snprintf.c: New file.
10194
10195 2007-03-04  Bruno Haible  <bruno@clisp.org>
10196
10197         Compile relocatable.c only if --enable-relocatable is specified.
10198         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
10199         gl_RELOCATABLE_LIBRARY.
10200         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
10201         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
10202         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
10203         gl_RELOCATABLE_LIBRARY.
10204         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
10205         (Makefile.am): Remove lib_SOURCES.
10206         * modules/relocatable-lib-lgpl (configure.ac): Invoke
10207         gl_RELOCATABLE_LIBRARY.
10208         (Makefile.am): Remove lib_SOURCES.
10209         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
10210         always.
10211         * modules/relocatable-prog-wrapper (configure.ac): Invoke
10212         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
10213
10214 2007-03-04  Bruno Haible  <bruno@clisp.org>
10215
10216         * modules/argmatch-tests: New file.
10217         * tests/test-argmatch.c: New file.
10218
10219         * tests/test-allocsa.c (main): Halve the number of loop runs.
10220
10221         * modules/alloca-opt-tests: New file.
10222         * tests/test-alloca-opt.c: New file.
10223
10224 2007-03-04  Jim Meyering  <jim@meyering.net>
10225
10226         Work around difference between Linux ACLs and Solaris 10 ZFS.
10227         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
10228         for EINVAL.
10229
10230 2007-03-03  Bruno Haible  <bruno@clisp.org>
10231
10232         * modules/relocatable-prog (Depends-on): Add back progreloc's
10233         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
10234
10235 2007-03-03  Bruno Haible  <bruno@clisp.org>
10236
10237         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
10238         * modules/relocatable-lib: New file.
10239
10240 2007-03-03  Bruno Haible  <bruno@clisp.org>
10241
10242         * modules/relocatable-prog: Renamed from modules/relocatable.
10243         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
10244
10245 2007-03-03  Bruno Haible  <bruno@clisp.org>
10246
10247         * modules/relocatable-script (Files): Add doc/relocatable.texi,
10248         m4/relocatable-lib.m4.
10249         (Depends-on): Remove 'relocatable'.
10250         (configure.ac): Add gl_RELOCATABLE_NOP.
10251
10252 2007-03-03  Bruno Haible  <bruno@clisp.org>
10253
10254         * modules/relocatable-prog-wrapper: New file.
10255         * modules/relocatable (Depends-on): Add it. Remove all other
10256         dependencies except progname.
10257         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
10258
10259         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
10260         (gl_FUNC_STRERROR): Nop.
10261         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
10262
10263         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
10264         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
10265
10266         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
10267         (gl_FUNC_READLINK): Update.
10268
10269         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
10270
10271 2007-03-03  Bruno Haible  <bruno@clisp.org>
10272
10273         * lib/xreadlink.c: Include <unistd.h> unconditionally.
10274         * modules/xreadlink (Depends-on): Add unistd.
10275         * modules/xreadlink-with-size (Depends-on): Likewise.
10276
10277 2007-03-03  Bruno Haible  <bruno@clisp.org>
10278
10279         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
10280         extracted from gt_FUNC_SETENV.
10281         (gt_FUNC_SETENV): Remove macro.
10282         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
10283         remove gt_FUNC_SETENV.
10284
10285 2007-03-03  Bruno Haible  <bruno@clisp.org>
10286
10287         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
10288         ENABLE_RELOCATABLE here.
10289         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
10290
10291 2007-03-03  Bruno Haible  <bruno@clisp.org>
10292
10293         * modules/rbtreehash-list-tests (Depends-on): Add progname.
10294         * tests/test-rbtreehash_list.c: Include progname.h.
10295         (main): Call set_program_name.
10296
10297         * modules/rbtree-oset-tests (Depends-on): Add progname.
10298         * tests/test-rbtree_oset.c: Include progname.h.
10299         (main): Call set_program_name.
10300
10301         * modules/rbtree-list-tests (Depends-on): Add progname.
10302         * tests/test-rbtree_list.c: Include progname.h.
10303         (main): Call set_program_name.
10304
10305         * modules/linked-list-tests (Depends-on): Add progname.
10306         * tests/test-linked_list.c: Include progname.h.
10307         (main): Call set_program_name.
10308
10309 2007-03-03  Bruno Haible  <bruno@clisp.org>
10310
10311         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
10312         All uses of __restrict changed to _Restrict_.
10313         * lib/glob_.h (__restrict): Remove macro.
10314
10315 2007-03-02  Bruno Haible  <bruno@clisp.org>
10316
10317         * modules/gettext (configure.ac): Require gettext infrastructure
10318         from version 0.16.1.
10319
10320 2007-03-02  Bruno Haible  <bruno@clisp.org>
10321
10322         * modules/linkedhash-list-tests (Depends-on): Add progname.
10323         * tests/test-linkedhash_list.c: Include progname.h.
10324         (main): Call set_program_name.
10325
10326         * modules/carray-list-tests (Depends-on): Add progname.
10327         * tests/test-carray_list.c: Include progname.h.
10328         (main): Call set_program_name.
10329
10330         * modules/avltreehash-list-tests (Depends-on): Add progname.
10331         * tests/test-avltreehash_list.c: Include progname.h.
10332         (main): Call set_program_name.
10333
10334         * modules/avltree-oset-tests (Depends-on): Add progname.
10335         * tests/test-avltree_oset.c: Include progname.h.
10336         (main): Call set_program_name.
10337
10338         * modules/avltree-list-tests (Depends-on): Add progname.
10339         * tests/test-avltree_list.c: Include progname.h.
10340         (main): Call set_program_name.
10341
10342         * modules/array-oset-tests (Depends-on): Add progname.
10343         * tests/test-array_oset.c: Include progname.h.
10344         (main): Call set_program_name.
10345
10346         * modules/array-list-tests (Depends-on): Add progname.
10347         * tests/test-array_list.c: Include progname.h.
10348         (main): Call set_program_name.
10349
10350         * modules/argp-tests (Depends-on): Add progname.
10351         * tests/test-argp.c: Include argp.h first. Include progname.h.
10352         (main): Call set_program_name.
10353
10354 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
10355
10356         * doc/gnulib-tool.texi (Initial import): Reword description of
10357         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
10358         limited effect even if defined after the first system include.
10359
10360 2007-03-01  Bruno Haible  <bruno@clisp.org>
10361
10362         * build-aux/config.libpath: Update to libtool-1.5.22.
10363         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10364
10365 2007-03-01  Bruno Haible  <bruno@clisp.org>
10366
10367         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
10368         foo_CFLAGS.
10369         Reported by Ralf Wildenhues.
10370
10371 2007-03-01  Bruno Haible  <bruno@clisp.org>
10372
10373         * build-aux/install-reloc: Remove object files left over by some
10374         compilers.
10375         Reported by Ralf Wildenhues.
10376
10377 2007-03-01  Bruno Haible  <bruno@clisp.org>
10378
10379         * build-aux/install-reloc: Break long lines.
10380
10381 2007-03-01  Bruno Haible  <bruno@clisp.org>
10382
10383         * doc/relocatable.texi: Document that it may not work on OpenBSD.
10384         Reported by Ralf Wildenhues.
10385
10386 2007-03-01  Bruno Haible  <bruno@clisp.org>
10387
10388         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
10389         include ordering constraints.
10390
10391 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
10394         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
10395         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
10396         as another example.
10397         * lib/time_.h: Fix misspelling.
10398         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10399         Require gl_HEADER_TIME_H_DEFAULTS.
10400         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
10401         * m4/time_r.m4 (gl_TIME_R): Likewise.
10402         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
10403
10404 2007-03-01  Bruno Haible  <bruno@clisp.org>
10405
10406         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
10407         * m4/utimens.m4 (gl_UTIMENS): Likewise.
10408
10409 2007-03-01  Jim Meyering  <jim@meyering.net>
10410
10411         * modules/xreadlink (Maintainer): Add my name.
10412         * modules/xreadlink-with-size (Depends-on): Alphabetize.
10413
10414 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
10415             Bruno Haible  <bruno@clisp.org>
10416
10417         * build-aux/install-reloc: Compile also c-ctype.c.
10418         * build-aux/relocatable.sh.in: New file.
10419         * doc/relocatable.texi: New file.
10420         * doc/relocatable-maint.texi: New file.
10421         * doc/gnulib.texi: Include relocatable-maint.texi.
10422         * lib/progreloc.c: Include unistd.h unconditionally.
10423         * lib/relocwrapper.c: Include unistd.h unconditionally.
10424         Include c-ctype.h.
10425         (add_dotbin): Use c_tolower.
10426         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
10427         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
10428         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
10429         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
10430         to m4/relocatable-lib.m4.
10431         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
10432         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
10433         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
10434         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
10435         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
10436         * modules/relocatable: New file.
10437         * modules/relocatable-lib: New file.
10438         * modules/relocatable-script: New file.
10439
10440 2007-02-28  Bruno Haible  <bruno@clisp.org>
10441
10442         Import --enable-relocatable infrastructure.
10443         * build-aux/config.libpath: New file, from GNU gettext.
10444         * build-aux/install-reloc: New file, from GNU gettext.
10445         * build-aux/reloc-ldflags: New file, from GNU gettext.
10446         * lib/relocatable.h: New file, from GNU gettext.
10447         * lib/relocatable.c: New file, from GNU gettext.
10448         * lib/relocwrapper.c: New file, from GNU gettext.
10449         * m4/relocatable.m4: New file, from GNU gettext.
10450
10451 2007-02-28  Bruno Haible  <bruno@clisp.org>
10452
10453         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
10454
10455         * modules/xreadlink: New file, from GNU gettext with modifications.
10456         * lib/xreadlink.c: New file, from GNU gettext.
10457         * lib/xreadlink.h: Add comments.
10458         (xreadlink): New declaration.
10459
10460         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
10461         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
10462         lib/xreadlink-with-size.c.
10463         (configure.ac): Remove gl_XREADLINK invocation.
10464         (Makefile.am): Augment lib_SOURCES.
10465         * m4/xreadlink.m4: Remove file.
10466         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
10467         (xreadlink_with_size): Renamed from xreadink.
10468         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
10469         * modules/canonicalize (Depends-on): Replace xreadlink with
10470         xreadlink-with-size.
10471         * lib/canonicalize.c (canonicalize_filename_mode): Update.
10472
10473 2007-02-25  Jim Meyering  <jim@meyering.net>
10474
10475         * build-aux/announce-gen: When complaining about excess arguments,
10476         list them.
10477
10478 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * README: Document signed integer overflow situation more
10481         accurately.
10482
10483 2007-02-25  Bruno Haible  <bruno@clisp.org>
10484
10485         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
10486         'a' or 'A' conversion.
10487
10488 2007-02-25  Bruno Haible  <bruno@clisp.org>
10489
10490         * modules/filename: Renamed from modules/pathname.
10491         (Files): Replace lib/pathname.h with lib/filename.h. Replace
10492         lib/concatpath.c with lib/concat-filename.c.
10493         (Makefile.am): Update.
10494         (Include): Replace pathname.h with filename.h.
10495         * lib/filename.h: Renamed from lib/pathname.h.
10496         (concatenated_filename): Renamed from concatenated_pathname.
10497         * lib/concat-filename.c: Renamed from lib/concatpath.c.
10498         (concatenated_filename): Renamed from concatenated_pathname.
10499         * lib/findprog.c: Include filename.h instead of pathname.h.
10500         (find_in_path): Update.
10501         * lib/javacomp.c: Include filename.h instead of pathname.h.
10502         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
10503         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
10504         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
10505         is_oldgcj_14_13_usable, is_javac_usable): Update.
10506         * lib/javaexec.c: Include filename.h instead of pathname.h.
10507         (execute_java_class): Update.
10508         * modules/findprog: Update.
10509         * modules/javacomp: Update.
10510         * modules/javaexec: Update.
10511         * MODULES.html.sh (File system functions): Add 'filename', remove
10512         'pathname'.
10513
10514 2007-02-25  Bruno Haible  <bruno@clisp.org>
10515
10516         * modules/printf-frexpl-tests: New file.
10517         * tests/test-printf-frexpl.c: New file.
10518
10519         * modules/printf-frexpl: New file.
10520         * lib/printf-frexpl.h: New file.
10521         * lib/printf-frexpl.c: New file.
10522         * m4/printf-frexpl.m4: New file.
10523
10524 2007-02-25  Bruno Haible  <bruno@clisp.org>
10525
10526         * modules/printf-frexp-tests: New file.
10527         * tests/test-printf-frexp.c: New file.
10528
10529         * modules/printf-frexp: New file.
10530         * lib/printf-frexp.h: New file.
10531         * lib/printf-frexp.c: New file.
10532         * m4/printf-frexp.m4: New file.
10533
10534 2007-02-25  Bruno Haible  <bruno@clisp.org>
10535
10536         Assume automake >= 1.10 for the tests.
10537         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
10538         * modules/arctwo-tests: Likewise.
10539         * modules/argp-tests: Likewise.
10540         * modules/avltree-list-tests: Likewise.
10541         * modules/avltree-oset-tests: Likewise.
10542         * modules/avltreehash-list-tests: Likewise.
10543         * modules/carray-list-tests: Likewise.
10544         * modules/crc-tests: Likewise.
10545         * modules/des-tests: Likewise.
10546         * modules/gc-arcfour-tests: Likewise.
10547         * modules/gc-arctwo-tests: Likewise.
10548         * modules/gc-des-tests: Likewise.
10549         * modules/gc-hmac-md5-tests: Likewise.
10550         * modules/gc-hmac-sha1-tests: Likewise.
10551         * modules/gc-md2-tests: Likewise.
10552         * modules/gc-md4-tests: Likewise.
10553         * modules/gc-md5-tests: Likewise.
10554         * modules/gc-pbkdf2-sha1-tests: Likewise.
10555         * modules/gc-rijndael-tests: Likewise.
10556         * modules/gc-sha1-tests: Likewise.
10557         * modules/gc-tests: Likewise.
10558         * modules/getaddrinfo-tests: Likewise.
10559         * modules/hmac-md5-tests: Likewise.
10560         * modules/hmac-sha1-tests: Likewise.
10561         * modules/linked-list-tests: Likewise.
10562         * modules/linkedhash-list-tests: Likewise.
10563         * modules/lock-tests: Likewise.
10564         * modules/md2-tests: Likewise.
10565         * modules/md4-tests: Likewise.
10566         * modules/md5-tests: Likewise.
10567         * modules/rbtree-list-tests: Likewise.
10568         * modules/rbtree-oset-tests: Likewise.
10569         * modules/rbtreehash-list-tests: Likewise.
10570         * modules/read-file-tests: Likewise.
10571         * modules/rijndael-tests: Likewise.
10572         * modules/stdint-tests: Likewise.
10573         * modules/tls-tests: Likewise.
10574
10575 2007-02-24  Bruno Haible  <bruno@clisp.org>
10576
10577         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
10578         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
10579         function; instead check whether isnan with a double argument links.
10580         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
10581         function; instead check whether isnan with a 'long double' argument
10582         links.
10583         Reported by Eric Blake <ebb9@byu.net>.
10584
10585 2007-02-24  Bruno Haible  <bruno@clisp.org>
10586
10587         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
10588         defined.
10589         * lib/isnanl.c: Remove all code. Just include isnan.c.
10590         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
10591
10592 2007-02-25  Jim Meyering  <jim@meyering.net>
10593
10594         Avoid conflicting types for 'unsetenv' on FreeBSD.
10595         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
10596         conflicting with FreeBSD's (5.0 and 6.1) function declaration
10597         in stdlib.h.
10598
10599 2007-02-24  Bruno Haible  <bruno@clisp.org>
10600
10601         * modules/isnanl-nolibm-tests: New file.
10602         * tests/test-isnanl.c: New file.
10603
10604         * modules/isnanl-nolibm: New file.
10605         * lib/isnanl.h: New file.
10606         * lib/isnanl.c: New file.
10607         * m4/isnanl.m4: New file.
10608
10609 2007-02-24  Bruno Haible  <bruno@clisp.org>
10610
10611         * modules/isnan-nolibm-tests: New file.
10612         * tests/test-isnan.c: New file.
10613
10614         * modules/isnan-nolibm: New file.
10615         * lib/isnan.h: New file.
10616         * lib/isnan.c: New file.
10617         * m4/isnan.m4: New file.
10618
10619 2007-02-24  Bruno Haible  <bruno@clisp.org>
10620
10621         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
10622         assume that an exponent fits in 20 bits.
10623
10624 2007-02-24  Jim Meyering  <jim@meyering.net>
10625
10626         * m4/regex.m4: Update the description of the configure-time option,
10627         --without-included-regex, to state accurately what the defaults are,
10628         and perhaps to give people an idea why using this option is risky.
10629
10630 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10631
10632         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
10633         loops on small arguments.  This attempts to avoid the problem
10634         Bruno Haible reported for AIX 4.3.2 in
10635         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
10636
10637 2007-02-23  Bruno Haible  <bruno@clisp.org>
10638
10639         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
10640         Needed for help2man.
10641
10642 2007-02-23  Karl Berry  <karl@gnu.org>
10643
10644         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
10645         exists, foo.h should be cvs-ignored, not committed.
10646
10647 2007-02-23  Eric Blake  <ebb9@byu.net>
10648
10649         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
10650         * lib/stat-time.h (includes): Likewise.
10651         * lib/utimecmp.c (includes): Likewise.
10652         * lib/utimens.h (includes): Likewise.
10653         * lib/getdate.y (includes): Also include "timespec.h" for use
10654         internal to the module.
10655         * modules/utimens (Depends-on): Revert yesterday's patch.
10656         * modules/nanosleep (Depends-on): Add missing dependency.
10657
10658 2007-02-22  Bruno Haible  <bruno@clisp.org>
10659
10660         * lib/glob.c: Don't include getlogin_r.h.
10661
10662 2007-02-22  Jim Meyering  <jim@meyering.net>
10663
10664         * modules/utimens (Depends-on): Add timespec, required for
10665         utimens.h's inclusion of timespec.h.
10666
10667 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
10668
10669         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
10670         long unreadable paths in GNU/Linux.  Problem reported by Andreas
10671         Schwab in
10672         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
10673         I'll try to think of a better way to fix the Solaris problem.
10674
10675         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
10676         like glibc; on Solaris 10, it fails with errno == EINVAL.
10677         POSIX says the behavior is unspecified if the first argument is NULL,
10678         so play it safe and never pass NULL to the system getcwd.
10679
10680 2007-02-21  Jim Meyering  <jim@meyering.net>
10681
10682         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
10683         of gettimeofday.  It would conflict with the one now always
10684         provided via sys_time_.h.  Reported by Matthew Woehlke, as
10685         an IRIX 6.5 build failure.
10686
10687 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10688
10689         Minor fixups to port to Solaris 10 with Sun C 5.8.
10690         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
10691         * modules/getcwd (Depends-on): Add dirfd.
10692         * lib/putenv.c (putenv): #undef it.
10693         (rpl_putenv): New decl.
10694         (malloc, free): Include <stdlib.h> rather than prototyping separately.
10695
10696 2007-02-20  Bruno Haible  <bruno@clisp.org>
10697
10698         * modules/stdio-tests: New file.
10699         * tests/test-stdio.c: New file.
10700
10701         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
10702         (Depends-on): Add stdio.
10703         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
10704         (Include): Use <stdio.h> instead of vsnprintf.h.
10705         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
10706         HAVE_DECL_VSNPRINTF.
10707         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
10708
10709         * modules/snprintf (Files): Remove lib/snprintf.h.
10710         (Depends-on): Add stdio.
10711         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
10712         (Include): Use <stdio.h> instead of snprintf.h.
10713         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
10714         HAVE_DECL_SNPRINTF.
10715         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
10716         * lib/getaddrinfo.c: Likewise.
10717
10718         * modules/stdio: New file.
10719         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
10720         * lib/snprintf.h: Remove file.
10721         * lib/vsnprintf.h: Remove file.
10722         * lib/.cppi-disable: Remove snprintf.h.
10723         * m4/stdio_h.m4: New file.
10724         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
10725
10726 2007-02-20  Jim Meyering  <jim@meyering.net>
10727
10728         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
10729         used by e.g., mingw.  From Bruno Haible.
10730
10731 2007-02-19  Bruno Haible  <bruno@clisp.org>
10732
10733         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
10734         warnings.
10735         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10736
10737 2007-02-19  Bruno Haible  <bruno@clisp.org>
10738
10739         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
10740         from mingw users.
10741
10742 2007-02-19  Bruno Haible  <bruno@clisp.org>
10743
10744         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
10745         warnings.
10746         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
10747
10748 2007-02-19  Jim Meyering  <jim@meyering.net>
10749
10750         Don't use FD after a successful "fdopendir (fd)".
10751         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
10752         Reset it by calling dirfd on the just-obtained DIR*.
10753
10754         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
10755         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
10756
10757 2007-02-18  Bruno Haible  <bruno@clisp.org>
10758
10759         * lib/readlink.c: Include <unistd.h>.
10760         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
10761         HAVE_READLINK.
10762         * modules/readlink (Depends-on): Add unistd.
10763         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10764         (Include): Add <unistd.h>.
10765
10766         * lib/getlogin_r.h: Remove file.
10767         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
10768         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
10769         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
10770         HAVE_DECL_GETLOGIN_R.
10771         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
10772         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10773         (Include): Use <unistd.h> instead of getlogin_r.h.
10774
10775         * lib/getcwd.h: Remove file.
10776         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
10777         * lib/xgetcwd.c: Likewise.
10778         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
10779         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
10780         * modules/getcwd (Files): Remove lib/getcwd.h.
10781         (Depends-on): Add unistd.
10782         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10783         (Include): Use <unistd.h> instad of getcwd.h.
10784
10785         * lib/ftruncate.c: Include <unistd.h> first.
10786         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
10787         Set HAVE_FTRUNCATE.
10788         * modules/ftruncate (Depends-on): Add unistd.
10789         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10790
10791         * lib/fchdir.c: Include <unistd.h> first.
10792         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
10793         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
10794         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
10795         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10796         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
10797
10798         * lib/dup2.c: Include <unistd.h> first.
10799         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
10800         HAVE_DUP2.
10801         * modules/dup2 (Depends-on): Add unistd.
10802         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10803
10804         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
10805         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
10806         REPLACE_CHOWN. Don't define chown as a macro here.
10807         * modules/chown (Depends-on): Add unistd.
10808         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10809
10810         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
10811         Add definition for GL_LINK_WARNING.
10812         (chown, dup2): New declarations.
10813         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
10814         link warning.
10815         (ftruncate): New declaration.
10816         (getcwd): New declaration, taken from old getcwd.h.
10817         (getlogin_r): New declaration, taken from old getlogin_r.h.
10818         (readlink): New declaration.
10819         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
10820         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
10821         (gl_PREREQ_UNISTD): Remove macro.
10822         (gl_UNISTD_MODULE_INDICATOR): New macro.
10823         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
10824         many new variables. Don't set UNISTD_H.
10825         * modules/unistd (Description): Change.
10826         (Depends-on): Add link-warning.
10827         (configure.ac): Update.
10828         (Makefile.am): Create unistd.h always. Substitute many new variables
10829         into it.
10830
10831 2007-02-18  Bruno Haible  <bruno@clisp.org>
10832
10833         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
10834         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
10835         HAVE_GETSUBOPT.
10836         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
10837         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
10838         * lib/getsubopt.h: Remove file.
10839         * modules/getsubopt (Files): Remove lib/getsubopt.h.
10840         (Depends-on): Add stdlib.
10841         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10842         (Includes): Use <stdlib.h> instead of getsubopt.h.
10843         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
10844         Set HAVE_GETSUBOPT.
10845         * lib/getsubopt.c: Don't include getsubopt.h.
10846
10847 2007-02-18  Bruno Haible  <bruno@clisp.org>
10848
10849         * modules/fchdir (Depends-on): Add dup2.
10850
10851 2007-02-18  Bruno Haible  <bruno@clisp.org>
10852
10853         * lib/stdlib_.h: Handle glibc's special invocation convention
10854         specially.
10855
10856 2007-02-18  Bruno Haible  <bruno@clisp.org>
10857
10858         * modules/stdlib-tests: New file.
10859         * tests/test-stdlib.c: New file.
10860
10861         * modules/mkstemp (Files): Remove lib/mkstemp.h.
10862         (Depends-on): Add stdlib.
10863         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10864         (Includes): Use <stdlib.h> instead of mkstemp.h.
10865         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
10866         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
10867         * lib/mkstemp.c: Don't include mkstemp.h.
10868         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
10869         * lib/stdlib--.h: Don't include mkstemp.h.
10870
10871         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
10872         (Depends-on): Add stdlib.
10873         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10874         (Includes): Use <stdlib.h> instead of mkdtemp.h.
10875         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
10876         HAVE_MKDTEMP.
10877         * lib/mkdtemp.c: Don't include mkdtemp.h.
10878         * lib/clean-temp.c: Don't include mkdtemp.h.
10879
10880         * modules/exit (Files): Remove lib/exit.h.
10881         (Depends-on): Add stdlib.
10882         (Makefile.am): Remove lib_SOURCES.
10883         (Include): Use <stdlib.h> instead of exit.h.
10884         * lib/argmatch.c: Don't include exit.h.
10885         * lib/execute.c: Likewise.
10886         * lib/pagealign_alloc.c: Likewise.
10887         * lib/pipe.c: Likewise.
10888         * lib/wait-process.c: Likewise.
10889         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
10890         * lib/exitfail.c: Likewise.
10891         * lib/savewd.c: Likewise.
10892         * lib/xsetenv.c: Likewise.
10893
10894         * modules/stdlib: New file.
10895         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
10896         and extra comments about mkstemp().
10897         * lib/exit.h: Remove file.
10898         * lib/mkdtemp.h: Remove file.
10899         * lib/mkstemp.h: Remove file.
10900         * m4/stdlib_h.m4: New file.
10901         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
10902
10903 2007-02-18  Bruno Haible  <bruno@clisp.org>
10904
10905         * modules/math-tests: New file.
10906         * tests/test-math.c: New file.
10907
10908         * modules/math: New file.
10909         * modules/mathl (Files): Remove lib/mathl.h.
10910         (Depends-on): Add math.
10911         (Makefile.am): Don't mention mathl.h.
10912         (Include): Use <math.h> instead of mathl.h.
10913         * lib/math_.h: New file.
10914         * lib/mathl.h: Remove file.
10915         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
10916         mathl.h.
10917         * lib/asinl.c: Likewise.
10918         * lib/atanl.c: Likewise.
10919         * lib/ceill.c: Likewise.
10920         * lib/cosl.c: Likewise.
10921         * lib/expl.c: Likewise.
10922         * lib/floorl.c: Likewise.
10923         * lib/frexpl.c: Likewise.
10924         * lib/ldexpl.c: Likewise.
10925         * lib/logl.c: Likewise.
10926         * lib/sincosl.c: Likewise.
10927         * lib/sinl.c: Likewise.
10928         * lib/sqrtl.c: Likewise.
10929         * lib/tanl.c: Likewise.
10930         * lib/trigl.c: Likewise.
10931         * m4/math_h.m4: New file.
10932         * MODULES.html.sh (Mathematics): Add math.
10933
10934 2007-02-17  Bruno Haible  <bruno@clisp.org>
10935
10936         * modules/wctype-tests: New file.
10937         * tests/test-wctype.c: New file.
10938
10939         * modules/wchar-tests: New file.
10940         * tests/test-wchar.c: New file.
10941
10942         * modules/unistd-tests: New file.
10943         * tests/test-unistd.c: New file.
10944
10945         * modules/time-tests: New file.
10946         * tests/test-time.c: New file.
10947
10948         * modules/sysexits-tests: New file.
10949         * tests/test-sysexits.c: New file.
10950
10951         * modules/sys_time-tests: New file.
10952         * tests/test-sys_time.c: New file.
10953
10954         * modules/sys_stat-tests: New file.
10955         * tests/test-sys_stat.c: New file.
10956
10957         * modules/sys_socket-tests: New file.
10958         * tests/test-sys_socket.c: New file.
10959
10960         * modules/sys_select-tests: New file.
10961         * tests/test-sys_select.c: New file.
10962
10963         * modules/string-tests: New file.
10964         * tests/test-string.c: New file.
10965
10966         * modules/stdbool-tests: New file.
10967         * tests/test-stdbool.c: New file.
10968
10969         * modules/netinet_in-tests: New file.
10970         * tests/test-netinet_in.c: New file.
10971
10972         * modules/inttypes-tests: New file.
10973         * tests/test-inttypes.c: New file.
10974
10975         * modules/fcntl-tests: New file.
10976         * tests/test-fcntl.c: New file.
10977
10978         * modules/byteswap-tests: New file.
10979         * tests/test-byteswap.c: New file.
10980
10981         * modules/arpa_inet-tests: New file.
10982         * tests/test-arpa_inet.c: New file.
10983
10984 2007-02-17  Bruno Haible  <bruno@clisp.org>
10985
10986         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
10987         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
10988         if the corresponding module is not enabled. Emit link warnings if
10989         the function is used nevertheless.
10990         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
10991         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
10992         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
10993         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
10994         * modules/inttypes (Depends-on): Add link-warning.
10995         (Makefile.am): Copy the contents of build-aux/link-warning.h into
10996         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
10997         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
10998         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
10999         * modules/imaxdiv (configure.ac): Likewise.
11000         * modules/strtoimax (configure.ac): Likewise.
11001         * modules/strtoumax (configure.ac): Likewise.
11002
11003 2007-02-17  Bruno Haible  <bruno@clisp.org>
11004
11005         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
11006         gl_STRING_MODULE_INDICATOR_DEFAULTS.
11007         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
11008         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
11009
11010 2007-02-17  Bruno Haible  <bruno@clisp.org>
11011
11012         * modules/link-warning: New file.
11013         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
11014         * lib/string_.h (GL_LINK_WARNING): Remove definition.
11015         * modules/string (Depends-on): Add link-warning.
11016         (Makefile.am): Copy the contents of build-aux/link-warning.h into
11017         string.h.
11018         * MODULES.html.sh (Support for building libraries and executables): Add
11019         link-warning.
11020
11021 2007-02-17  Bruno Haible  <bruno@clisp.org>
11022
11023         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
11024         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
11025         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
11026         long lines.
11027
11028 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
11029             Bruno Haible  <bruno@clisp.org>
11030
11031         * modules/tmpfile: New file.
11032         * lib/tmpfile.c: New file.
11033         * m4/tmpfile.m4: New file.
11034         * MODULES.html.sh (func_all_modules): New section "Input/output".
11035
11036 2007-02-15  Bruno Haible  <bruno@clisp.org>
11037
11038         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
11039         (supports_delete_on_close): New function.
11040         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
11041
11042 2007-02-14  Bruno Haible  <bruno@clisp.org>
11043
11044         * modules/mbspcasecmp-tests: New file.
11045         * tests/test-mbspcasecmp.sh: New file.
11046         * tests/test-mbspcasecmp.c: New file.
11047
11048         New module mbspcasecmp.
11049         * modules/mbspcasecmp: New file.
11050         * lib/mbspcasecmp.c: New file.
11051         * lib/string_.h (strncasecmp): Change warning message.
11052         (mbspcasecmp): New declaration.
11053         * m4/mbspcasecmp.m4: New file.
11054         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11055         GNULIB_MBSPCASECMP.
11056         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
11057         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
11058
11059 2007-02-14  Bruno Haible  <bruno@clisp.org>
11060
11061         * modules/mbsncasecmp-tests: New file.
11062         * tests/test-mbsncasecmp.sh: New file.
11063         * tests/test-mbsncasecmp.c: New file.
11064
11065         New module mbsncasecmp.
11066         * modules/mbsncasecmp: New file.
11067         * lib/mbsncasecmp.c: New file.
11068         * lib/string_.h (mbsncasecmp): New declaration.
11069         * m4/mbsncasecmp.m4: New file.
11070         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11071         GNULIB_MBSNCASECMP.
11072         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
11073         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
11074
11075 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11076
11077         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
11078         Verify that it doesn't overlap with our flags.
11079         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
11080         do not have the desired effect in multibyte locales; instead, use
11081         mbscasecmp.
11082         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
11083         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
11084         we don't require GNU fnmatch ourselves (if our users require it, they
11085         should do so explicitly).
11086
11087         Fix regex code so it doesn't rely on strcasecmp.
11088         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
11089         Otherwise, include gnulib's langinfo.h.
11090         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
11091         undesirable behavior in non-C locales.  Instead, rely on localecharset.
11092         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
11093         * modules/regex (FILES): Remove m4/codeset.m4.
11094         (Depends-on): Add localcharset.  Remove strcase.
11095
11096 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11097
11098         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
11099         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
11100
11101 2007-02-13  Bruno Haible  <bruno@clisp.org>
11102
11103         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
11104         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11105
11106 2007-02-12  Bruno Haible  <bruno@clisp.org>
11107
11108         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
11109         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
11110         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
11111         time warning rather than a link error.
11112
11113 2007-02-12  Bruno Haible  <bruno@clisp.org>
11114
11115         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
11116         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11117         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11118
11119 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
11120
11121         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
11122         args, not 2.
11123
11124 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
11125
11126         New module 'time', so that apps can include <time.h> as per
11127         POSIX and GNU instead of separate include files like time_r.h
11128         and timegm.h.  This implementation tries out a simpler approach
11129         for replacing decls in standard include files (as compared to
11130         the string module), somewhat as an experiment.
11131
11132         * config/srclist.txt: Comment out mktime.c for now.
11133         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
11134         since it doesn't apply any more.  Use generic wording instead.
11135         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
11136         'time'.
11137         * lib/time_.h, m4/time_h.m4, modules/time: New files.
11138         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
11139         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
11140         Don't include <sys/types.h>; no longer needed since we assume C89.
11141         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
11142         * lib/strftime.c: Likewise.
11143         * lib/time_r.c: Likewise.
11144         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
11145         * lib/nanosleep.c: Include <time.h> first, to check interface.
11146         * lib/strptime.c: Likewise.
11147         * lib/time_r.c: Likewise.
11148         * lib/timegm.c: Likewise.
11149         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
11150         needed.
11151         * lib/timegm.c: Don't include timegm.h; no longer needed.
11152         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
11153         time.h now handles any problems in that area.
11154         (struct timespec, nanosleep): Remove; time.h now arranges for these.
11155         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
11156         that time.h defines struct timespec.
11157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
11158         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
11159         handles that.
11160         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
11161         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
11162         needed.  Set REPLACE_LOCALTIME.
11163         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
11164         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
11165         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
11166         nanosleep; time_h.m4 now does that.  Don't require
11167         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
11168         module handles this now.
11169         * modules/getdate (Depends-on): Remove timespec.  Add time.
11170         * modules/nanosleep (Depends-on): Likewise.
11171         * modules/stat-time (Depends-on): Likewise.
11172         * modules/nanosleep (Include): Include time.h, not timespec.h.
11173         * modules/strptime (Files): Remove lib/strptime.h.
11174         (Depends-on): Add extensions, time.
11175         (Include): Include time.h, not strptime.h.
11176         * modules/time_r (Files): Remove lib/time_r.h.
11177         (Depends-on): Add time.
11178         (Include): Include time.h, not time_r.h.
11179         * modules/timegm: Likewise.
11180         * modules/timespec (Description): Now does timespec-related decls
11181         of our own, instead of struct timespec itself.
11182         (Depends-on): Add time; remove extensions.
11183         (Maintainer): Add self.
11184         * modules/utimecmp (Depends-on): Add time; remove timespec.
11185         * modules/utimens (Depends-on): Likewise.
11186         * modules/xnanosleep (Depends-on): Likewise.
11187
11188 2007-02-11  Bruno Haible  <bruno@clisp.org>
11189
11190         * lib/c-strstr.c: Include allocsa.h.
11191         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
11192         * lib/c-strcasestr.c: Include allocsa.h.
11193         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
11194         * lib/strcasestr.c: Include allocsa.h.
11195         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
11196         * lib/mbsstr.c: Include allocsa.h.
11197         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
11198         allocsa/freesa instead of malloc/free.
11199         * lib/mbscasestr.c: Include allocsa.h.
11200         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
11201         allocsa/freesa instead of malloc/free.
11202         * modules/c-strstr (Depends-on): Add allocsa.
11203         * modules/c-strcasestr (Depends-on): Likewise.
11204         * modules/strcasestr (Depends-on): Likewise.
11205         * modules/mbsstr (Depends-on): Likewise.
11206         * modules/mbscasestr (Depends-on): Likewise.
11207
11208 2007-02-11  Bruno Haible  <bruno@clisp.org>
11209
11210         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
11211
11212         * modules/mbsspn-tests: New file.
11213         * tests/test-mbsspn.sh: New file.
11214         * tests/test-mbsspn.c: New file.
11215
11216 2007-02-11  Bruno Haible  <bruno@clisp.org>
11217
11218         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
11219
11220         * modules/mbspbrk-tests: New file.
11221         * tests/test-mbspbrk.sh: New file.
11222         * tests/test-mbspbrk.c: New file.
11223
11224 2007-02-11  Bruno Haible  <bruno@clisp.org>
11225
11226         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
11227         unneeded cast.
11228
11229         * modules/mbscspn-tests: New file.
11230         * tests/test-mbscspn.sh: New file.
11231         * tests/test-mbscspn.c: New file.
11232
11233 2007-02-11  Bruno Haible  <bruno@clisp.org>
11234
11235         * modules/mbscasecmp-tests: New file.
11236         * tests/test-mbscasecmp.sh: New file.
11237         * tests/test-mbscasecmp.c: New file.
11238
11239 2007-02-11  Bruno Haible  <bruno@clisp.org>
11240
11241         Ensure O(n) worst-case complexity of mbscasestr.
11242         * lib/mbscasestr.c: Include stdbool.h.
11243         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
11244         functions.
11245         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
11246         the bookkeeping indicates that it's worth it.
11247         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
11248
11249         * modules/mbscasestr-tests: New file.
11250         * tests/test-mbscasestr1.c: New file.
11251         * tests/test-mbscasestr2.sh: New file.
11252         * tests/test-mbscasestr2.c: New file.
11253         * tests/test-mbscasestr3.sh: New file.
11254         * tests/test-mbscasestr3.c: New file.
11255         * tests/test-mbscasestr4.sh: New file.
11256         * tests/test-mbscasestr4.c: New file.
11257         * m4/locale-tr.m4: New file.
11258
11259 2007-02-11  Bruno Haible  <bruno@clisp.org>
11260
11261         Ensure O(n) worst-case complexity of mbsstr.
11262         * lib/mbsstr.c: Include stdbool.h.
11263         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
11264         functions.
11265         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
11266         bookkeeping indicates that it's worth it.
11267         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
11268
11269         * modules/mbsstr-tests: New file.
11270         * tests/test-mbsstr1.c: New file.
11271         * tests/test-mbsstr2.sh: New file.
11272         * tests/test-mbsstr2.c: New file.
11273         * tests/test-mbsstr3.sh: New file.
11274         * tests/test-mbsstr3.c: New file.
11275         * m4/locale-fr.m4: New file.
11276
11277 2007-02-11  Bruno Haible  <bruno@clisp.org>
11278
11279         * lib/mbsrchr.c (mbsrchr): Fix bug.
11280
11281         * modules/mbsrchr-tests: New file.
11282         * tests/test-mbsrchr.sh: New file.
11283         * tests/test-mbsrchr.c: New file.
11284
11285 2007-02-11  Bruno Haible  <bruno@clisp.org>
11286
11287         * lib/mbschr.c (mbschr): Fix bug.
11288
11289         * modules/mbschr-tests: New file.
11290         * tests/test-mbschr.sh: New file.
11291         * tests/test-mbschr.c: New file.
11292         * m4/locale-zh.m4: New file.
11293
11294 2007-02-11  Bruno Haible  <bruno@clisp.org>
11295
11296         Support for copying multibyte string iterators.
11297         * lib/mbiter.h: Include <string.h>.
11298         (mbiter_multi_copy): New function.
11299         (mbi_copy): New macro.
11300         * lib/mbuiter.h: Include <string.h>.
11301         (mbuiter_multi_copy): New function.
11302         (mbui_copy): New macro.
11303
11304 2007-02-11  Bruno Haible  <bruno@clisp.org>
11305
11306         New module mbslen.
11307         * modules/mbslen: New file.
11308         * lib/mbslen.c: New file.
11309         * lib/string_.h (mbslen): New declaration.
11310         * m4/mbslen.m4: New file.
11311         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11312         GNULIB_MBSLEN.
11313         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
11314         * MODULES.html.sh (Internationalization functions): Add mbslen.
11315
11316 2007-02-11  Bruno Haible  <bruno@clisp.org>
11317
11318         Ensure O(n) worst-case complexity of strcasestr substitute.
11319         * lib/strcasestr.c: Include stdbool.h.
11320         (knuth_morris_pratt): New function.
11321         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
11322         bookkeeping indicates that it's worth it.
11323         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
11324
11325         * modules/strcasestr-tests: New file.
11326         * tests/test-strcasestr.c: New file.
11327
11328 2007-02-11  Bruno Haible  <bruno@clisp.org>
11329
11330         Ensure O(n) worst-case complexity of c_strcasestr.
11331         * lib/c-strcasestr.c: Include stdbool.h, string.h.
11332         (knuth_morris_pratt): New function.
11333         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
11334         the bookkeeping indicates that it's worth it.
11335         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
11336
11337         * modules/c-strcasestr-tests: New file.
11338         * tests/test-c-strcasestr.c: New file.
11339
11340 2007-02-11  Bruno Haible  <bruno@clisp.org>
11341
11342         Ensure O(n) worst-case complexity of c_strstr.
11343         * lib/c-strstr.c: Include stdbool.h, string.h.
11344         (knuth_morris_pratt): New function.
11345         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
11346         bookkeeping indicates that it's worth it.
11347         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
11348
11349         * lib/c-strstr.c: Complete rewrite for maintainability.
11350
11351         * modules/c-strstr-tests: New file.
11352         * tests/test-c-strstr.c: New file.
11353
11354 2007-02-11  Bruno Haible  <bruno@clisp.org>
11355
11356         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
11357         5.2.1 and earlier, whereby \055 was treated just like the range
11358         delimiter '-'.
11359         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11360
11361 2007-02-08  Bruno Haible  <bruno@clisp.org>
11362
11363         * modules/regex (Depends-on): Add stdbool.
11364         Reported by Dalibor Topic <robilad@kaffe.org>.
11365
11366 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
11369         Prefer returning from main to exiting from it.
11370         Remove unnecessary parens after sizeof.
11371
11372 2007-02-05  Bruno Haible  <bruno@clisp.org>
11373
11374         New module mbssep.
11375         * modules/mbssep: New file.
11376         * lib/mbssep.c: New file.
11377         * lib/string_.h (strsep): Add a conditional link warning.
11378         (mbssep): New declaration.
11379         * m4/mbssep.m4: New file.
11380         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11381         GNULIB_MBSSEP.
11382         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
11383         * MODULES.html.sh (Internationalization functions): Add mbssep.
11384
11385 2007-02-05  Bruno Haible  <bruno@clisp.org>
11386
11387         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
11388         Optimize search in case of 1 delimiter.
11389
11390 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
11391
11392         * lib/acl.h: Include sys/types.h before sys/acl.h.
11393
11394 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
11395
11396         Merge upstream fix for glibc bugzilla #3957:
11397
11398         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
11399
11400         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
11401         bit for RE_HAT_LISTS_NOT_NEWLINE.
11402         (build_charclass_op): Remove bogus comment.
11403
11404 2007-02-05  Simon Josefsson  <simon@josefsson.org>
11405
11406         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
11407
11408 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
11409
11410         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
11411         * lib/memmem.c [!defined _LIBC]: Include config.h.
11412
11413 2007-02-04  Bruno Haible  <bruno@clisp.org>
11414
11415         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
11416         warning message.
11417
11418 2007-02-04  Bruno Haible  <bruno@clisp.org>
11419
11420         New module mbstok_r.
11421         * modules/mbstok_r: New file.
11422         * lib/mbstok_r.c: New file.
11423         * lib/string_.h (strtok_r): Change argument names to match the
11424         comments. Add a conditional link warning.
11425         (mbstok_r): New declaration.
11426         * m4/mbstok_r.m4: New file.
11427         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11428         GNULIB_MBSTOK_R.
11429         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
11430         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
11431
11432 2007-02-04  Bruno Haible  <bruno@clisp.org>
11433
11434         New module mbsspn.
11435         * modules/mbsspn: New file.
11436         * lib/mbsspn.c: New file.
11437         * lib/string_.h (strspn): Add a conditional link warning.
11438         (mbsspn): New declaration.
11439         * m4/mbsspn.m4: New file.
11440         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11441         GNULIB_MBSSPN.
11442         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
11443         * MODULES.html.sh (Internationalization functions): Add mbsspn.
11444
11445 2007-02-04  Bruno Haible  <bruno@clisp.org>
11446
11447         New module mbspbrk.
11448         * modules/mbspbrk: New file.
11449         * lib/mbspbrk.c: New file.
11450         * lib/string_.h (strpbrk): Add a conditional link warning.
11451         (mbspbrk): New declaration.
11452         * m4/mbspbrk.m4: New file.
11453         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11454         GNULIB_MBSPBRK.
11455         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
11456         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
11457
11458 2007-02-04  Bruno Haible  <bruno@clisp.org>
11459
11460         New module mbscspn.
11461         * modules/mbscspn: New file.
11462         * lib/mbscspn.c: New file.
11463         * lib/string_.h (strcspn): Add a conditional link warning.
11464         (mbscspn): New declaration.
11465         * m4/mbscspn.m4: New file.
11466         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11467         GNULIB_MBSCSPN.
11468         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
11469         * MODULES.html.sh (Internationalization functions): Add mbscspn.
11470
11471 2007-02-04  Bruno Haible  <bruno@clisp.org>
11472
11473         New module mbscasestr, reduced goal of strcasestr.
11474         * modules/mbscasestr: New file.
11475         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
11476         (mbscasestr): Renamed from strcasestr.
11477         * lib/strcasestr.c: Don't include mbuiter.h.
11478         (strcasestr): Remove support for multibyte locales.
11479         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
11480         Change the conditional link warning.
11481         (mbscasestr): New declaration.
11482         * m4/mbscasestr.m4: New file.
11483         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
11484         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
11485         REPLACE_STRCASESTR.
11486         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
11487         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11488         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
11489         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
11490         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
11491         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
11492         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
11493         (Depends-on): Remove mbuiter.
11494         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
11495
11496 2007-02-04  Bruno Haible  <bruno@clisp.org>
11497
11498         Simplify handling of strncasecmp.
11499         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
11500         the conditional link warning.
11501         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11502         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
11503         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
11504         * modules/strcase (configure.ac): Don't invoke
11505         gl_STRING_MODULE_INDICATOR.
11506         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
11507
11508 2007-02-04  Bruno Haible  <bruno@clisp.org>
11509
11510         New module mbscasecmp, reduced goal of strcasecmp.
11511         * modules/mbscasecmp: New file.
11512         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
11513         (mbscasecmp): Renamed from strcasecmp.
11514         * lib/strcasecmp.c: Don't include mbuiter.h.
11515         (strcasecmp): Remove support for multibyte locales.
11516         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
11517         Change the conditional link warning.
11518         (mbscasecmp): New declaration.
11519         * m4/mbscasecmp.m4: New file.
11520         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
11521         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
11522         REPLACE_STRCASECMP.
11523         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
11524         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11525         GNULIB_MBSCASECMP.
11526         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
11527         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
11528         * modules/strcase (Files): Remove m4/mbrtowc.m4.
11529         (Depends-on): Remove mbuiter.
11530         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
11531
11532 2007-02-04  Bruno Haible  <bruno@clisp.org>
11533
11534         New module mbsstr. Remove module strstr.
11535         * modules/mbsstr: New file.
11536         * modules/strstr: Remove file.
11537         * lib/mbsstr.c: Renamed from lib/strstr.c.
11538         (mbsstr): Renamed from strstr.
11539         * lib/string_.h (strstr): Remove declaration. Change the conditional
11540         link warning.
11541         (mbsstr): New declaration.
11542         * m4/mbsstr.m4: New file.
11543         * m4/strstr.m4: Remove file.
11544         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
11545         REPLACE_STRSTR.
11546         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
11547         Don't initialize GNULIB_STRSTR.
11548         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
11549         substitute GNULIB_STRSTR and REPLACE_STRSTR.
11550         * MODULES.html.sh (Internationalization functions): Add mbsstr.
11551         (Support for systems lacking ANSI C 89): Remove strstr.
11552
11553 2007-02-04  Bruno Haible  <bruno@clisp.org>
11554
11555         New module mbsrchr.
11556         * modules/mbsrchr: New file.
11557         * lib/mbsrchr.c: New file.
11558         * lib/string_.h (strrchr): Add a conditional link warning.
11559         (mbsrchr): New declaration.
11560         * m4/mbsrchr.m4: New file.
11561         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11562         GNULIB_MBSRCHR.
11563         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
11564         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
11565
11566 2007-02-04  Bruno Haible  <bruno@clisp.org>
11567
11568         New module mbschr.
11569         * modules/mbschr: New file.
11570         * lib/mbschr.c: New file.
11571         * lib/string_.h (strchr): Add a conditional link warning.
11572         (mbschr): New declaration.
11573         * m4/mbschr.m4: New file.
11574         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11575         GNULIB_MBSCHR.
11576         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
11577         * MODULES.html.sh (Internationalization functions): Add mbschr.
11578
11579 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
11582
11583         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
11584
11585 2007-02-04  Bruno Haible  <bruno@clisp.org>
11586
11587         New module description section 'configure.ac-early'.
11588         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
11589         (func_get_autoconf_early_snippet): New function.
11590         (func_import, func_create_testdir): Use it. Remove special cases for
11591         modules 'extensions' and 'lock'.
11592         * modules/extensions (configure.ac-early): Require
11593         gl_USE_SYSTEM_EXTENSIONS.
11594         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
11595
11596 2007-02-04  Bruno Haible  <bruno@clisp.org>
11597
11598         Make use of gcj-4.3's -fsource and -ftarget option.
11599         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
11600         and if so try the options -fsource and -ftarget.
11601         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
11602         source_version, ftarget_option, target_version arguments.
11603         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
11604         (is_envjavac_oldgcj_14_14_usable): Renamed from
11605         is_envjavac_gcj_14_14_usable.
11606         (is_envjavac_oldgcj_14_13_usable): Renamed from
11607         is_envjavac_gcj_14_13_usable.
11608         (is_gcj_present): Update.
11609         (is_gcj_43, is_gcj43_usable): New functions.
11610         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
11611         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
11612         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
11613         try the options -fsource and -ftarget.
11614
11615 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11616
11617         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
11618         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
11619         larger value.
11620
11621 2007-02-03  Jim Meyering  <jim@meyering.net>
11622
11623         Give tools a better chance to allocate space for very large buffers.
11624         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
11625
11626         Make pwd and readlink work also when run with an unreadable parent dir
11627         on systems with openat support.
11628         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
11629         provided getcwd function, even when we have openat support.
11630         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
11631
11632 2007-02-02  Bruno Haible  <bruno@clisp.org>
11633
11634         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
11635         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
11636         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
11637         portability problems if one of these functions is only used on specific
11638         platforms.
11639         Reported by Paul Eggert.
11640
11641 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
11642
11643         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
11644         is causing more trouble than it's curing.
11645         * lib/regex_internal.h (__mempcpy): Remove.
11646         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
11647         (and make the code a tad smaller to boot).
11648         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
11649
11650 2007-02-02  Jim Meyering  <jim@meyering.net>
11651
11652         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
11653         section, not in the Makefile.am: one.
11654
11655 2007-02-02  Eric Blake  <ebb9@byu.net>
11656
11657         * lib/strchrnul.c: Always include config.h first.
11658
11659         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
11660         gnulib strstr is not necessary here.
11661
11662 2007-02-02  Simon Josefsson  <simon@josefsson.org>
11663
11664         * m4/socklen.m4: Fix typo.
11665
11666 2007-02-02  Eric Blake  <ebb9@byu.net>
11667
11668         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
11669         * modules/netinet_in (Makefile.am): Likewise.
11670
11671 2007-02-01  Bruno Haible  <bruno@clisp.org>
11672
11673         * lib/string_.h (GL_LINK_WARNING): New macro.
11674         (strcasecmp, strstr, strcasestr): If provided by the system,
11675         conditionally define as a macro that leads to a warning instead of to
11676         an error.
11677         (strncasecmp): Conditionally define as a macro that leads to a warning.
11678
11679 2007-02-01  Karl Berry  <karl@gnu.org>
11680
11681         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
11682
11683 2007-02-01  Bruno Haible  <bruno@clisp.org>
11684
11685         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
11686         renamings.
11687
11688 2007-02-01  Eric Blake  <ebb9@byu.net>
11689
11690         * modules/regex (Depends-on): Revert dependence on mempcpy.
11691         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
11692         module's definition of mempcpy.
11693         Reported by Paul Eggert.
11694
11695 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
11696
11697         * lib/string_.h: If the gnulib module XYZ is not present, undefine
11698         the symbol XYZ before redefining it.  This fixes a problem with
11699         programs that don't use XYZ, when compiled on systems that define
11700         XYZ to something else.
11701
11702 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
11703
11704         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
11705         occurs when "mkdir -m foo" creates a setgid directory that is (1)
11706         writeable to group or other and (2) is intended to have a special
11707         mode bit that is set or cleared.  In such a case, the directory
11708         should be neither group- nor other-writeable until the special
11709         mode bits are right.
11710
11711 2007-01-31  Eric Blake  <ebb9@byu.net>
11712
11713         * modules/mountlist (Depends-on): Add strstr.
11714
11715         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
11716         bug.
11717         * modules/string (Makefile.am): Remove redundant replacement.
11718         * modules/regex (Depends-on): Add mempcpy.
11719
11720 2007-01-31  Bruno Haible  <bruno@clisp.org>
11721
11722         New module description field 'Link'.
11723         * gnulib-tool (func_usage): Document --extract-link-directive.
11724         (sed_extract_prog): Recognize 'Link' directive.
11725         (func_get_link_directive): New function.
11726         (func_import): Show summary of link directives.
11727         Handle --extract-link-directive option.
11728         * modules/acl (Link): New section.
11729         * modules/clock-time (Link): New section.
11730         * modules/euidaccess (Link): New section.
11731         * modules/gettext (Link): New section.
11732         * modules/iconv (Link): New section.
11733         * modules/lock (Link): New section.
11734         * modules/nanosleep (Link): New section.
11735         * modules/readline (Link): New section.
11736
11737 2007-01-27  Bruno Haible  <bruno@clisp.org>
11738
11739         Enforce the use of gnulib modules for unportable <string.h> functions.
11740         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
11741         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
11742         (gl_HEADER_STRING_H_BODY): Require it.
11743         * lib/string_.h: If the gnulib module XYZ is not present, redefine
11744         the symbol XYZ to one that gives a link error.
11745         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
11746         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
11747         * modules/mempcpy (configure.ac): Likewise.
11748         * modules/memrchr (configure.ac): Likewise.
11749         * modules/stpcpy (configure.ac): Likewise.
11750         * modules/stpncpy (configure.ac): Likewise.
11751         * modules/strcase (configure.ac): Likewise.
11752         * modules/strcasestr (configure.ac): Likewise.
11753         * modules/strchrnul (configure.ac): Likewise.
11754         * modules/strdup (configure.ac): Likewise.
11755         * modules/strndup (configure.ac): Likewise.
11756         * modules/strnlen (configure.ac): Likewise.
11757         * modules/strpbrk (configure.ac): Likewise.
11758         * modules/strsep (configure.ac): Likewise.
11759         * modules/strstr (configure.ac): Likewise.
11760         * modules/strtok_r (configure.ac): Likewise.
11761
11762 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
11763
11764         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
11765
11766 2007-01-30  Jim Meyering  <jim@meyering.net>
11767
11768         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
11769
11770 2007-01-29  Bruno Haible  <bruno@clisp.org>
11771
11772         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
11773         * lib/execute.c: Likewise.
11774         * lib/pipe.c: Likewise.
11775         * lib/printf-args.h: Likewise.
11776         * lib/printf-args.c: Likewise.
11777         * lib/printf-parse.c: Likewise.
11778         * lib/vasnprintf.c: Likewise.
11779
11780 2007-01-29  Eric Blake  <ebb9@byu.net>
11781
11782         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
11783         declaration.
11784
11785 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
11786
11787         * lib/strptime.h (strptime): Use 'restrict' for args where
11788         POSIX requires this.
11789         * lib/strptime.c (strptime): Likewise.
11790         Change license notice from LGPL to GPL, since gnulib-tool will
11791         change this as needed.
11792         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
11793         defined.
11794         Include "strptime.h" first, to check interface.
11795         Do not #undef _LIBC and _NL_CURRENT.
11796         Do not include <stdlib.h>; no longer needed.
11797         Include "time_r.h" and declare ptime_locale_status
11798         only if _LIBC is not defined.
11799         (__P): Remove unused macro.
11800         (match_string): Bring back glibc version, but use it only if _LIBC
11801         is defined.
11802         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
11803         Remove unnecessary assertion and abort() call.
11804         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
11805         * m4/strptime.m4: Fix serial number comment.
11806         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
11807         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
11808         (Depends-on): Add time_r.
11809
11810 2007-01-29  Bruno Haible  <bruno@clisp.org>
11811
11812         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11813         strptime.
11814         * modules/strptime (Depends-on): Add stdbool.
11815         * lib/strptime.h: Include <time.h> always. Add comments.
11816
11817 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11818
11819         * modules/strptime: New file.
11820         * lib/strptime.h: New file.
11821         * lib/strptime.c: New file.
11822         * m4/strptime.m4: New file.
11823
11824 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11825
11826         * MODULES.html.sh: New module mpsort.
11827         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
11828
11829         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
11830         a circularity problem with HP-UX ia64 reported by Bob Proulx in
11831         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
11832         All uses changed.
11833         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
11834         All uses changed.
11835         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
11836         to _Restrict_.
11837         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
11838         the parameter matches the prototype.
11839
11840 2007-01-28  Jim Meyering  <jim@meyering.net>
11841
11842         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
11843         sys/time.h here, reverting that part of the previous patch:
11844         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
11845
11846 2007-01-28  Bruno Haible  <bruno@clisp.org>
11847
11848         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
11849         value of $(SYS_TIME_H).
11850         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
11851         remove it conditionally, too. [added by Jim Meyering]
11852         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
11853         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
11854         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
11855         GETTIMEOFDAY_REPLACEMENT to 1.
11856
11857 2007-01-28  Bruno Haible  <bruno@clisp.org>
11858
11859         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
11860         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
11861         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
11862         Set UNISTD_H instead of UNISTD_H2.
11863         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
11864
11865 2007-01-28  Bruno Haible  <bruno@clisp.org>
11866
11867         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
11868         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
11869
11870 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11871
11872         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
11873         (func_create_testdir): Ensure C locale for `grep' and `tr'
11874         character ranges.
11875         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
11876         ACLOCAL_AMFLAGS parsing state machine.
11877
11878 2007-01-27  Bruno Haible  <bruno@clisp.org>
11879
11880         * modules/unistr/base: Update.
11881
11882 2007-01-27  Bruno Haible  <bruno@clisp.org>
11883
11884         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
11885         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
11886         * modules/unistr/u32-mbtouc-unsafe: Renamed from
11887         modules/unistr/u32-mbtouc.
11888         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
11889         * lib/unistr.h: Update.
11890         * lib/linebreak.c: Update.
11891         * modules/unistr/u32-mbtouc: Renamed from
11892         modules/unistr/u32-mbtouc-safe.
11893         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
11894         * lib/unistr.h: Update.
11895         * lib/unistr/u32-to-u8.c: Update.
11896         * lib/unistr/u32-to-u16.c: Update.
11897
11898 2007-01-27  Bruno Haible  <bruno@clisp.org>
11899
11900         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
11901         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
11902         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
11903         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
11904         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
11905         * modules/unistr/u16-mbtouc-unsafe: Renamed from
11906         modules/unistr/u16-mbtouc.
11907         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
11908         * lib/unistr.h: Update.
11909         * lib/linebreak.c: Update.
11910         * modules/linebreak: Update.
11911         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
11912         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
11913         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
11914         * modules/unistr/u16-mbtouc: Renamed from
11915         modules/unistr/u16-mbtouc-safe.
11916         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
11917         * lib/unistr.h: Update.
11918         * lib/unistr/u16-to-u8.c: Update.
11919         * modules/unistr/u16-to-u8: Update.
11920         * lib/unistr/u16-to-u32.c: Update.
11921         * modules/unistr/u16-to-u32: Update.
11922
11923 2007-01-27  Bruno Haible  <bruno@clisp.org>
11924
11925         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
11926         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
11927         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
11928         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
11929         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
11930         * modules/unistr/u8-mbtouc-unsafe: Renamed from
11931         modules/unistr/u8-mbtouc.
11932         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
11933         * lib/unistr.h: Update.
11934         * lib/striconveh.c: Update.
11935         * modules/striconveh: Update.
11936         * lib/linebreak.c: Update.
11937         * modules/linebreak: Update.
11938         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
11939         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
11940         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
11941         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
11942         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
11943         * lib/unistr.h: Update.
11944         * lib/striconveh.c: Update.
11945         * modules/striconveh: Update.
11946         * lib/unistr/u8-to-u16.c: Update.
11947         * modules/unistr/u8-to-u16: Update.
11948         * lib/unistr/u8-to-u32.c: Update.
11949         * modules/unistr/u8-to-u32: Update.
11950
11951 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11952
11953         Sync from Libtool.
11954         * lib/argz.c: Do not include strings.h nor memory.h, include
11955         string.h unconditionally.  Patch by Simon Josefsson.
11956
11957 2007-01-27  Bruno Haible  <bruno@clisp.org>
11958
11959         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
11960         from gl_HEADER_STRING_H_BODY.
11961         (gl_HEADER_STRING_H_BODY): Require it.
11962         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
11963         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
11964         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
11965         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
11966         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11967         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
11968         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11969         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
11970         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
11971         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
11972         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
11973         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
11974         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
11975         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11976         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11977
11978 2007-01-27  Bruno Haible  <bruno@clisp.org>
11979
11980         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
11981         check_PROGRAMS into noinst_PROGRAMS.
11982         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
11983         check_PROGRAMS in this case.
11984         (func_import): Set for_test to false.
11985         (func_create_testdir): Set for_test to true.
11986
11987 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11988             Bruno Haible  <bruno@clisp.org>
11989
11990         * modules/strcasestr (Files): Remove lib/strcasestr.h.
11991         (Depends-on): Add string.
11992         (Includes): Use <string.h> instead of strcasestr.h.
11993         * modules/string (Makefile.am): Also substitute the value of
11994         REPLACE_STRCASESTR.
11995         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
11996         assume strcasestr is declared in <string.h> not <strings.h>. Also
11997         set REPLACE_STRCASESTR.
11998         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
11999         REPLACE_STRCASESTR.
12000         * lib/strcasestr.h: Remove file.
12001         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
12002         * lib/string_.h (strcasestr): New declaration.
12003
12004 2007-01-27  Bruno Haible  <bruno@clisp.org>
12005
12006         * lib/string_.h: Use 'extern'.
12007
12008 2007-01-27  Jim Meyering  <jim@meyering.net>
12009
12010         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
12011         of set-but-not-used local, "q".
12012
12013         * lib/mempcpy.c: Include <config.h> before <string.h>.
12014         This fixes a compilation error on HP-UX, due to the system's
12015         "restrict"-using mempcpy prototype.
12016
12017 2007-01-26  Bruno Haible  <bruno@clisp.org>
12018
12019         Small optimization.
12020         * lib/javacomp.c: Include c-strstr.h.
12021          (is_envjavac_gcj): Use c_strstr instead of strstr.
12022         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
12023
12024 2007-01-26  Bruno Haible  <bruno@clisp.org>
12025
12026         * MODULES.html.sh (Unicode string functions): Add the new modules.
12027
12028         * modules/uniconv/u32-strconv-to-locale: New file.
12029         * lib/uniconv/u32-strconv-to-locale.c: New file.
12030
12031         * modules/uniconv/u16-strconv-to-locale: New file.
12032         * lib/uniconv/u16-strconv-to-locale.c: New file.
12033
12034         * modules/uniconv/u8-strconv-to-locale: New file.
12035         * lib/uniconv/u8-strconv-to-locale.c: New file.
12036
12037         * modules/uniconv/u32-strconv-from-locale: New file.
12038         * lib/uniconv/u32-strconv-from-locale.c: New file.
12039
12040         * modules/uniconv/u16-strconv-from-locale: New file.
12041         * lib/uniconv/u16-strconv-from-locale.c: New file.
12042
12043         * modules/uniconv/u8-strconv-from-locale: New file.
12044         * lib/uniconv/u8-strconv-from-locale.c: New file.
12045
12046         * modules/uniconv/u32-strconv-to-enc: New file.
12047         * lib/uniconv/u32-strconv-to-enc.c: New file.
12048         * modules/uniconv/u32-strconv-to-enc-tests: New file.
12049         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
12050
12051         * modules/uniconv/u16-strconv-to-enc: New file.
12052         * lib/uniconv/u16-strconv-to-enc.c: New file.
12053         * lib/uniconv/u-strconv-to-enc.h: New file.
12054         * modules/uniconv/u16-strconv-to-enc-tests: New file.
12055         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
12056
12057         * modules/uniconv/u8-strconv-to-enc: New file.
12058         * lib/uniconv/u8-strconv-to-enc.c: New file.
12059         * modules/uniconv/u8-strconv-to-enc-tests: New file.
12060         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
12061
12062         * modules/uniconv/u32-strconv-from-enc: New file.
12063         * lib/uniconv/u32-strconv-from-enc.c: New file.
12064         * modules/uniconv/u32-strconv-from-enc-tests: New file.
12065         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
12066
12067         * modules/uniconv/u16-strconv-from-enc: New file.
12068         * lib/uniconv/u16-strconv-from-enc.c: New file.
12069         * modules/uniconv/u16-strconv-from-enc-tests: New file.
12070         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
12071
12072         * modules/uniconv/u8-strconv-from-enc: New file.
12073         * lib/uniconv/u8-strconv-from-enc.c: New file.
12074         * lib/uniconv/u-strconv-from-enc.h: New file.
12075         * modules/uniconv/u8-strconv-from-enc-tests: New file.
12076         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
12077
12078         * modules/uniconv/u32-conv-from-enc: New file.
12079         * lib/uniconv/u32-conv-from-enc.c: New file.
12080         * modules/uniconv/u32-conv-from-enc-tests: New file.
12081         * tests/uniconv/test-u32-conv-from-enc.c: New file.
12082
12083         * modules/uniconv/u16-conv-from-enc: New file.
12084         * lib/uniconv/u16-conv-from-enc.c: New file.
12085         * lib/uniconv/u-conv-from-enc.h: New file.
12086         * modules/uniconv/u16-conv-from-enc-tests: New file.
12087         * tests/uniconv/test-u16-conv-from-enc.c: New file.
12088
12089         * modules/uniconv/u8-conv-from-enc: New file.
12090         * lib/uniconv/u8-conv-from-enc.c: New file.
12091         * modules/uniconv/u8-conv-from-enc-tests: New file.
12092         * tests/uniconv/test-u8-conv-from-enc.c: New file.
12093
12094         * modules/uniconv/base: New file.
12095         * lib/uniconv.h: New file.
12096
12097 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         * doc/gnulib-tool.texi (Initial import): Update to match current
12100         behavior with strdup module.
12101         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
12102         * lib/memmem.h: Remove; all uses removed.  This is now done
12103         by <string.h>.
12104         * lib/mempcpy.h: Likewise.
12105         * lib/memrchr.h: Likewise.
12106         * lib/stpcpy.h: Likewise.
12107         * lib/stpncpy.h: Likewise.
12108         * lib/strcase.h: Likewise.
12109         * lib/strchrnul.h: Likewise.
12110         * lib/strdup.h: Likewise.
12111         * lib/strndup.h: Likewise.
12112         * lib/strnlen.h: Likewise.
12113         * lib/strpbrk.h: Likewise.
12114         * lib/strsep.h: Likewise.
12115         * lib/strstr.h: Likewise.
12116         * lib/strtok_r.h: Likewise.
12117         * lib/string_.h: New file.
12118         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
12119         Rely on <string.h> instead.
12120         * lib/canon-host.c: Likewise.
12121         * lib/chdir-long.c: Likewise.
12122         * lib/concatpath.c: Likewise.
12123         * lib/exclude.c: Likewise.
12124         * lib/fchdir.c: Likewise.
12125         * lib/getaddrinfo.c: Likewise.
12126         * lib/getcwd.c: Likewise.
12127         * lib/getsubopt.c: Likewise.
12128         * lib/glob.c: Likewise.
12129         * lib/hard-locale.c: Likewise.
12130         * lib/iconvme.c: Likewise.
12131         * lib/javacomp.c: Likewise.
12132         * lib/mempcpy.c: Likewise.
12133         * lib/memrchr.c: Likewise.
12134         * lib/regex_internal.h: Likewise.
12135         * lib/stpncpy.c: Likewise.
12136         * lib/strcasecmp.c: Likewise.
12137         * lib/strchrnul.c: Likewise.
12138         * lib/strdup.c: Likewise.
12139         * lib/striconv.c: Likewise.
12140         * lib/striconveh.c: Likewise.
12141         * lib/striconveha.c: Likewise.
12142         * lib/strncasecmp.c: Likewise.
12143         * lib/strndup.c: Likewise.
12144         * lib/strnlen.c: Likewise.
12145         * lib/strsep.c: Likewise.
12146         * lib/strstr.c: Likewise.
12147         * lib/strtok_r.c: Likewise.
12148         * lib/userspec.c: Likewise.
12149         * lib/w32spawn.h: Likewise.
12150         * lib/xstrndup.c: Likewise.
12151         * lib/mountlist.c (strstr): Remove decl.
12152         * m4/string_h.m4: New file.
12153         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
12154         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
12155         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
12156         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
12157         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
12158         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
12159         Set REPLACE_STRCASECMP if necessary.
12160         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
12161         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
12162         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
12163         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
12164         HAVE_DECL_STRDUP if necessary.
12165         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
12166         since gl_FUNC_STRNDUP does that now.
12167         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
12168         Check for decl here...
12169         (gl_PREREQ_STRNLEN): ... not here.
12170         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
12171         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
12172         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
12173         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
12174         necessary.
12175         * modules/string: New file.
12176         * modules/memmem (Files): Remove special-purpose include file.
12177         (Depends-on): Add string.
12178         (Include): Include <string.h>, not the removed file.
12179         * modules/mempcpy: Likewise.
12180         * modules/memrchr: Likewise.
12181         * modules/stpcpy: Likewise.
12182         * modules/stpncpy: Likewise.
12183         * modules/strcase: Likewise.
12184         * modules/strchrnul: Likewise.
12185         * modules/strdup: Likewise.
12186         * modules/strndup: Likewise.
12187         * modules/strnlen: Likewise.
12188         * modules/strpbrk: Likewise.
12189         * modules/strsep: Likewise.
12190         * modules/strstr: Likewise.
12191         * modules/strtok_r: Likewise.
12192         * tests/test-dirname.c: Don't include "strdup.h", since
12193         <string.h> now suffices.
12194         * tests/test-memmem.c: Don't include "memmem.h", since
12195         <string.h> now suffices.
12196
12197 2007-01-25  Bruno Haible  <bruno@clisp.org>
12198
12199         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
12200         *resultp is 0.
12201
12202         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
12203         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
12204         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
12205         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
12206
12207         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
12208         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
12209         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
12210         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
12211         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
12212         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
12213
12214 2007-01-24  Bruno Haible  <bruno@clisp.org>
12215
12216         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
12217         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
12218         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
12219         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
12220         gl_FUNC_FTS_CORE.
12221         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
12222         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
12223         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12224         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
12225         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
12226         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
12227         gl_FUNC_FCHOWNAT.
12228         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
12229         gl_FUNC_STRFTIME.
12230         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
12231         Reported by Ralf Wildenhues.
12232
12233 2007-01-24  Bruno Haible  <bruno@clisp.org>
12234
12235         Drop AC_REQUIRE calls that are redundant with the module dependencies.
12236         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
12237         gl_GETADDRINFO.
12238         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
12239         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
12240         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
12241
12242 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
12243
12244         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
12245         Don't use 'exit'; just return from 'main'.
12246         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
12247
12248         * lib/fnmatch_.h: Readjust white space and comments to match
12249         glibc, to avoid spurious diffs.
12250
12251 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12252
12253         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
12254         2004-12-01 change by Jakub Jelinek, since this code won't compile
12255         if !LIBC.  Problem reported by Bob Proulx.
12256
12257 2007-01-23  Bruno Haible  <bruno@clisp.org>
12258
12259         * lib/striconveh.c: Include c-strcaseeq.h.
12260         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
12261         * modules/striconveh (Depends-on): Add c-strcaseeq.
12262
12263 2007-01-23  Bruno Haible  <bruno@clisp.org>
12264
12265         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
12266
12267         * modules/c-strcaseeq: New file.
12268         * lib/c-strcaseeq.h: New file.
12269
12270         * modules/streq: New file.
12271         * lib/streq.h: New file.
12272
12273 2007-01-23  Bruno Haible  <bruno@clisp.org>
12274
12275         * modules/striconveha-tests: New file.
12276         * tests/test-striconveha.c: New file.
12277
12278         * lib/striconveha.h: Include <stdbool.h>.
12279         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
12280         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
12281         (mem_iconveha_notranslit): Renamed from mem_iconveha.
12282         (mem_iconveha): New function.
12283         (str_iconveha_notranslit): Renamed from str_iconveha.
12284         (str_iconveha): New function.
12285         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
12286         c-strcase.
12287
12288 2007-01-23  Bruno Haible  <bruno@clisp.org>
12289
12290         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
12291         encodings without forgiving before trying any encoding with handler.
12292         (str_iconveha): Try all encodings without forgiving before trying any
12293         encoding with handler.
12294
12295 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12296
12297         Import the following changes from libc.
12298
12299         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
12300
12301         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
12302
12303         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
12304
12305         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
12306         normal_bracket label.
12307
12308         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
12309
12310         [BZ #361]
12311         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
12312         to normal_bracket after fetching the next character.
12313
12314 2007-01-22  Bruno Haible  <bruno@clisp.org>
12315
12316         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
12317         argument.
12318         * lib/striconveh.c (iconv_carefully_1): New function.
12319         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
12320         argument.
12321         (str_cd_iconveh): Update.
12322         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
12323         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
12324         * tests/test-striconveh.c (MAGIC): New macro.
12325         (new_offsets): New function.
12326         (main): Test call with and without offsets.
12327
12328 2007-01-22  Bruno Haible  <bruno@clisp.org>
12329
12330         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
12331         * modules/sys_select (Makefile.am): Likewise.
12332         * modules/sys_socket (Makefile.am): Likewise.
12333         * modules/sys_time (Makefile.am): Likewise.
12334
12335 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12336
12337         * modules/gettimeofday (License): Change from GPL to LGPL, since
12338         gettimeofday is a library function.
12339
12340 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12341
12342         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
12343
12344 2007-01-21  Bruno Haible  <bruno@clisp.org>
12345
12346         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
12347
12348 2007-01-21  Bruno Haible  <bruno@clisp.org>
12349
12350         * modules/striconveha: New file.
12351         * lib/striconveha.h: New file.
12352         * lib/striconveha.c: New file.
12353         * MODULES.html.sh (Internationalization functions): Add striconveha.
12354         * lib/striconv.c (str_iconv): Optimize the case of an empty input
12355         string.
12356         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
12357
12358 2007-01-21  Bruno Haible  <bruno@clisp.org>
12359
12360         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
12361         * lib/striconveh.c (str_iconveh): Likewise.
12362
12363 2007-01-21  Bruno Haible  <bruno@clisp.org>
12364
12365         * lib/striconveh.h (mem_iconveh): New declaration.
12366         * lib/striconveh.c (mem_iconveh): New function.
12367         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
12368
12369 2007-01-21  Bruno Haible  <bruno@clisp.org>
12370
12371         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
12372
12373         * lib/striconveh.h (mem_cd_iconveh): Change specification.
12374         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
12375         original result buffer.
12376         (str_cd_iconveh): Update.
12377         * tests/test-striconveh.c (main): Update.
12378
12379         * lib/striconv.h (mem_cd_iconv): Change specification.
12380         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
12381         result buffer.
12382         (str_cd_iconv): Update.
12383         * tests/test-striconv.c (main): Update.
12384
12385 2007-01-21  Bruno Haible  <bruno@clisp.org>
12386
12387         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
12388
12389 2007-01-20  Jim Meyering  <jim@meyering.net>
12390
12391         * lib/userspec.c (parse_with_separator): If a user or group string
12392         starts with "+", skip the corresponding name-to-ID look-up, since
12393         such a look-up must fail: user and group names may not include "+".
12394
12395 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12396
12397         * lib/poll.c: Include sys/time.h and time.h unconditionally,
12398         since we now assume the sys_time module.
12399         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
12400         check for sys/time.h; no longer needed.
12401         * modules/poll (Depends-on): Depend on sys_time.
12402
12403 2007-01-18  Bruno Haible  <bruno@clisp.org>
12404
12405         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
12406         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
12407
12408         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
12409         gettimeofday.
12410
12411         * tests/test-gettimeofday.c: Include <time.h>.
12412         (dummy): Remove variable.
12413
12414         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
12415         gl_HEADER_SYS_TIME_H.
12416         (gl_HEADER_SYS_TIME_H): New macro.
12417
12418         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
12419         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
12420         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
12421         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
12422         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
12423         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
12424         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
12425         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
12426         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
12427         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
12428         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
12429
12430         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
12431         last change; it caused a compilation error when cross-compiling to
12432         Cygwin.
12433
12434 2007-01-18  Jim Meyering  <jim@meyering.net>
12435
12436         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
12437         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
12438         than the race-prone "test -d sys || mkdir sys".
12439         (configure.ac): Use AC_PROG_MKDIR_P.
12440         * modules/sys_select: Likewise.
12441         * modules/sys_socket: Likewise.
12442         * modules/sys_time: Likewise.
12443
12444 2007-01-18  Eric Blake  <ebb9@byu.net>
12445
12446         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
12447         replace gettimeofday.
12448         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
12449         name, to avoid infinite recursion.
12450
12451 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
12452
12453         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
12454         module sys_time.
12455         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
12456         assume timespec.h defines struct timeval.
12457         * lib/settime.c: Likewise.
12458         * lib/utimens.c: Likewise.
12459         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
12460         since we now assume the gettimeofday module.
12461         * lib/tempname.c (__gen_tempname): Likewise.
12462         * lib/gettimeofday.h: Remove.
12463         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
12464         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
12465         Include <time.h>, for 'time()'.
12466         (localtime_buffer_addr): Also use this workaround if
12467         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
12468         to simplify the uses.  All uses changed.
12469         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
12470         that #undef is inside {}, and 'const' follows type name consistently.
12471         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
12472         (gettimeofday): Do not use the maximum possible value for
12473         tv->tv_usec, since that might break usages other than ls.c.
12474         Instead, we'll leave ls.c alone.  This undoes today's patch
12475         by Bruno.  Add a compile-time warning for 1s-clock resolution;
12476         we've never observed the problem but might as well keep the
12477         canary.
12478         * lib/nanosleep.c: Include timespec.h first, for interface check.
12479         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
12480         now assume the sys_time module.
12481         * lib/tempname.c: Likewise.
12482         * lib/timespec.h: Likewise.
12483         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
12484         needed.
12485         * lib/strftime.c: Likewise.
12486         * lib/timespec.h: Likewise.
12487         * lib/posixtm.c: Include posixtm.h first, for interface check.
12488         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
12489         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
12490         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
12491         * lib/sys_time_.h: New file.
12492         * lib/timespec.h (struct timespec): Use long int, not long.
12493         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
12494         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
12495         Remove obsolescent call to AC_HEADER_TIME.
12496         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
12497         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12498         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
12499         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
12500         Likewise.
12501         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
12502         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
12503         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
12504         into the sys_time module.  Check for gettimeofday just once.
12505         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
12506         for gettimeofday signature to just check the signature.  Merely
12507         compile it, since linking doesn't test signature.  Improve test for
12508         whether gettimeofday.o is actually needed.
12509         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
12510         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
12511         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
12512         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
12513         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
12514         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
12515         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
12516         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
12517         than worrying about sys/time.h.
12518         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12519         Don't bother worrying about TIME_WITH_SYS_TIME.
12520         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12521         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
12522         * m4/sys_time_h.m4: New file.
12523         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
12524         Don't include sys/time.h.  Return from main rather than exiting.
12525         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
12526         all uses changed.
12527         * modules/gethrxtime (Depends-on): Add sys_time.
12528         * modules/gettime (Depends-on): Likewise.
12529         * modules/gettimeofday (Depends-on): Likewise.
12530         * modules/nanosleep (Depends-on): Likewise.
12531         * modules/settime (Depends-on): Likewise.
12532         * modules/tempname (Depends-on): Likewise.
12533         * modules/utimens (Depends-on): Likewise.
12534         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
12535         (Include:) Change back to <sys/time.h>.
12536         (Maintainer:) Add self.
12537         * modules/sys_time: New file.
12538         * modules/tempname (Depends-on): Add gettimeofday.
12539         * tests/test-gettimeofday.c: Include <sys/time.h>
12540         rather than gettimeofday.h.
12541
12542 2007-01-17  Bruno Haible  <bruno@clisp.org>
12543
12544         * gnulib-tool (func_get_license): Revert last patch. Instead, let
12545         the license default to GPL.
12546         (func_create_testdir): Don't complain if a module is LGPL and its
12547         tests module depends on GPLed modules.
12548
12549 2007-01-17  Bruno Haible  <bruno@clisp.org>
12550
12551         * lib/gettimeofday.c (gettimeofday): Add code for the case
12552         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
12553         maximum possible value for tv->tv_usec, rather than the minimum one.
12554
12555 2005-10-08  Martin Lambers  <marlam@marlam.de>
12556 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12557 2007-01-16  Bruno Haible  <bruno@clisp.org>
12558
12559         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
12560         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
12561         gl_FUNC_GETTIMEOFDAY.
12562         (Include): Add gettimeofday.h.
12563         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
12564         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
12565         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
12566         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
12567         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
12568         * lib/gettimeofday.h: New file.
12569         * lib/gettimeofday.c: Include <sys/timeb.h>.
12570         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
12571         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
12572         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
12573         fall back on time().
12574
12575         * tests/test-gettimeofday.c: New file.
12576         * modules/gettimeofday-tests: New file.
12577
12578 2007-01-16  Eric Blake  <ebb9@byu.net>
12579
12580         * modules/fnmatch (Depends-on): Depend on wchar.
12581         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
12582         * m4/fnmatch.m4: Likewise.
12583         * modules/mbchar (Makefile.am): Assume <wchar.h>.
12584         * m4/mbchar.m4: Likewise.
12585         * modules/mbswidth (Depends-on): Depend on wchar.
12586         * lib/mbswidth.c: Assume <wchar.h>.
12587         * m4/mbswidth.m4: Likewise.
12588         * modules/quotearg (Depends-on): Depend on wchar.
12589         * lib/quotearg.c: Assume <wchar.h>.
12590         * m4/quotearg.m4: Likewise.
12591         * modules/regex (Depends-on): Depend on wchar.
12592         * lib/regex_internal.h: Assume <wchar.h>.
12593         * m4/regex.m4: Likewise.
12594         * modules/stdint (Depends-on): Depend on wchar.
12595         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
12596         * m4/stdint.m4: Likewise.
12597         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
12598         * modules/strftime (Depends-on): Depend on wchar.
12599         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
12600         * modules/strtol (Depends-on): Depend on wchar.
12601         * lib/strtol.c: Assume <wchar.h>.
12602         * modules/wcwidth (Depends-on): Depend on wchar.
12603         * lib/wcwidth.h: Assume <wchar.h>.
12604         * m4/wcwidth.m4: Likewise.
12605
12606 2007-01-16  Bruno Haible  <bruno@clisp.org>
12607
12608         * modules/csharpexec-script: New, created from...
12609         * modules/csharpexec: ... this.
12610
12611 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12612
12613         * modules/javaexec-script: New, created from...
12614         * modules/javaexec: ... this.
12615
12616 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12617
12618         * modules/poll (Dependencies): Add sys_select.
12619
12620 2007-01-15  Jim Meyering  <jim@meyering.net>
12621
12622         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
12623         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
12624         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
12625         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
12626
12627 2007-01-15  Bruno Haible  <bruno@clisp.org>
12628
12629         * modules/striconveh: New file.
12630         * lib/striconveh.h: New file.
12631         * lib/striconveh.c: New file.
12632         * MODULES.html.sh (Internationalization functions): Add striconveh.
12633
12634         * modules/striconveh-tests: New file.
12635         * tests/test-striconveh.c: New file.
12636
12637 2007-01-15  Bruno Haible  <bruno@clisp.org>
12638
12639         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
12640         not from GNU libiconv or GNU libc.
12641
12642 2007-01-15  Bruno Haible  <bruno@clisp.org>
12643
12644         * doc/gnulib-intro.texi (Copyright): Explain the different license
12645         terms for module descriptions, autoconf macros, tests, documentation.
12646
12647 2007-01-14  Bruno Haible  <bruno@clisp.org>
12648
12649         * modules/striconv-tests: New file.
12650         * tests/test-striconv.c: New file.
12651
12652 2007-01-14  Bruno Haible  <bruno@clisp.org>
12653
12654         * modules/iconv-tests: New file.
12655         * tests/test-iconv.c: New file.
12656
12657 2007-01-14  Bruno Haible  <bruno@clisp.org>
12658
12659         * gnulib-tool (func_get_license): For test modules, use the license of
12660         the main module.
12661
12662 2007-01-14  Bruno Haible  <bruno@clisp.org>
12663
12664         * modules/iconv (Include): Clarify that <iconv.h> can only be included
12665         if iconv is found to exist.
12666
12667 2007-01-14  Bruno Haible  <bruno@clisp.org>
12668
12669         * modules/c-ctype-tests: New file.
12670         * tests/test-c-ctype.c: New file.
12671
12672 2007-01-14  Bruno Haible  <bruno@clisp.org>
12673
12674         * modules/binary-io-tests: New file.
12675         * tests/test-binary-io.sh: New file.
12676         * tests/test-binary-io.c: New file.
12677
12678 2007-01-14  Bruno Haible  <bruno@clisp.org>
12679
12680         * modules/array-oset-tests: New file.
12681         * tests/test-array_oset.c: New file.
12682
12683 2007-01-14  Bruno Haible  <bruno@clisp.org>
12684
12685         * modules/array-list-tests: New file.
12686         * tests/test-array_list.c: New file.
12687
12688 2007-01-14  Bruno Haible  <bruno@clisp.org>
12689
12690         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
12691         and make.
12692         Reported by Simon Josefsson in
12693         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
12694
12695 2007-01-14  Bruno Haible  <bruno@clisp.org>
12696
12697         * modules/allocsa-tests: New file.
12698         * tests/test-allocsa.c: New file.
12699
12700 2007-01-14  Bruno Haible  <bruno@clisp.org>
12701
12702         * modules/fchdir (Depends-on): Add absolute-header.
12703         * modules/unistd (Depends-on): Likewise.
12704
12705 2006-12-30  Bruno Haible  <bruno@clisp.org>
12706
12707         * modules/fchdir: New file.
12708         * modules/unistd (Files): Add lib/unistd_.h.
12709         (Makefile.am): Generate unistd.h from unistd_.h.
12710         * lib/fchdir.c: New file.
12711         * lib/dirent_.h: New file.
12712         * lib/unistd_.h: New file.
12713         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
12714         * m4/fchdir.m4: New file.
12715         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
12716         (gl_HEADER_UNISTD): Invoke it.
12717         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
12718         function.
12719         * lib/backupfile.c (opendir, closedir): Undefine.
12720         * lib/chown.c (open, close): Undefine.
12721         * lib/clean-temp.c (open, close): Undefine.
12722         * lib/copy-file.c (open, close): Undefine.
12723         * lib/execute.c (open, close): Undefine.
12724         * lib/fsusage.c (open, close): Undefine.
12725         * lib/gc-gnulib.c (open, close): Undefine.
12726         * lib/getcwd.c (opendir, closedir): Undefine.
12727         * lib/glob.c (opendir, closedir): Undefine.
12728         * lib/javacomp.c (open, close): Undefine.
12729         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
12730         * lib/openat-proc.c (open, close): Undefine.
12731         * lib/pagealign_alloc.c (open, close): Undefine.
12732         * lib/pipe.c (open, close): Undefine.
12733         * lib/progreloc.c (open, close): Undefine.
12734         * lib/savedir.c (opendir, closedir): Undefine.
12735         * lib/utime.c (open, close): Undefine.
12736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
12737
12738 2007-01-10  Bruno Haible  <bruno@clisp.org>
12739
12740         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
12741
12742 2007-01-12  Eric Blake  <ebb9@byu.net>
12743
12744         Provide a robust <wchar.h>.  Further simplifications are now
12745         possible in other modules, but not included here.
12746         * modules/wchar: New module.
12747         * m4/wchar.m4: New file.
12748         * lib/wchar_.h: Likewise.
12749         * modules/mbchar (Depends-on): Depend on wchar, as the first use
12750         of the new module.
12751         * MODULES.html.sh (Extended multibyte and wide character utilities):
12752         New section.
12753
12754 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
12755
12756         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
12757         to a reasonable default for memory allocation.
12758         (xreadlink): Don't allocate a huge buffer, to work around a buggy
12759         file system that reports garbage st_size values for symlinks.
12760         Problem reported by Liyang Hu.
12761
12762 2007-01-11  Simon Josefsson  <simon@josefsson.org>
12763
12764         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
12765         Emacs .#* auto-save files).
12766
12767 2007-01-11  Bruno Haible  <bruno@clisp.org>
12768
12769         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
12770         directory.
12771
12772 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         Use @...@ consistently in lib/wctype_.h.
12775         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
12776         on it being set to 1 or 0.
12777         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
12778         go back to AC_SUBSTing it.
12779         * modules/wctype (Makefile.am): Undo previous change.
12780
12781 2007-01-10  Eric Blake  <ebb9@byu.net>
12782
12783         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
12784         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
12785         * modules/wctype (Makefile.am): Likewise.
12786         Reported by Chris McGuire.
12787
12788 2007-01-10  Jim Meyering  <jim@meyering.net>
12789
12790         fts.c: a small readability/maintainability improvement
12791         * lib/fts.c (fts_read): Make this code slightly more readable and
12792         maintainable by hoisting the "sp->fts_cur = p" assignments to
12793         immediately follow the statements that set P.  Derived from
12794         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
12795
12796 2007-01-10  Eric Blake  <ebb9@byu.net>
12797
12798         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
12799         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
12800         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12801         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
12802         Reported by Chris McGuire.
12803
12804 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12805
12806         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
12807         in sed script.
12808
12809 2007-01-09  Bruno Haible  <bruno@clisp.org>
12810
12811         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
12812         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
12813         variables.
12814         (func_module): Use them.
12815
12816 2007-01-09  Bruno Haible  <bruno@clisp.org>
12817
12818         * modules/unistr/base: New file.
12819         * lib/unistr.h: New file.
12820
12821         * modules/unistr/u8-to-u16: New file.
12822         * lib/unistr/u8-to-u16.c: New file.
12823
12824         * modules/unistr/u8-to-u32: New file.
12825         * lib/unistr/u8-to-u32.c: New file.
12826
12827         * modules/unistr/u16-to-u8: New file.
12828         * lib/unistr/u16-to-u8.c: New file.
12829
12830         * modules/unistr/u16-to-u32: New file.
12831         * lib/unistr/u16-to-u32.c: New file.
12832
12833         * modules/unistr/u32-to-u8: New file.
12834         * lib/unistr/u32-to-u8.c: New file.
12835
12836         * modules/unistr/u32-to-u16: New file.
12837         * lib/unistr/u32-to-u16.c: New file.
12838
12839         * modules/unistr/u8-check: New file.
12840         * modules/unistr/u16-check: New file.
12841         * modules/unistr/u32-check: New file.
12842         * lib/unistr/u8-check.c: New file.
12843         * lib/unistr/u16-check.c: New file.
12844         * lib/unistr/u32-check.c: New file.
12845
12846         * modules/unistr/u8-chr: New file.
12847         * modules/unistr/u16-chr: New file.
12848         * modules/unistr/u32-chr: New file.
12849         * lib/unistr/u8-chr.c: New file.
12850         * lib/unistr/u16-chr.c: New file.
12851         * lib/unistr/u32-chr.c: New file.
12852
12853         * modules/unistr/u8-cmp: New file.
12854         * modules/unistr/u16-cmp: New file.
12855         * modules/unistr/u32-cmp: New file.
12856         * lib/unistr/u8-cmp.c: New file.
12857         * lib/unistr/u16-cmp.c: New file.
12858         * lib/unistr/u32-cmp.c: New file.
12859
12860         * modules/unistr/u8-cpy: New file.
12861         * modules/unistr/u16-cpy: New file.
12862         * modules/unistr/u32-cpy: New file.
12863         * lib/unistr/u8-cpy.c: New file.
12864         * lib/unistr/u16-cpy.c: New file.
12865         * lib/unistr/u32-cpy.c: New file.
12866         * lib/unistr/u-cpy.h: New file.
12867
12868         * modules/unistr/u8-cpy-alloc: New file.
12869         * modules/unistr/u16-cpy-alloc: New file.
12870         * modules/unistr/u32-cpy-alloc: New file.
12871         * lib/unistr/u8-cpy-alloc.c: New file.
12872         * lib/unistr/u16-cpy-alloc.c: New file.
12873         * lib/unistr/u32-cpy-alloc.c: New file.
12874         * lib/unistr/u-cpy-alloc.h: New file.
12875
12876         * modules/unistr/u8-endswith: New file.
12877         * modules/unistr/u16-endswith: New file.
12878         * modules/unistr/u32-endswith: New file.
12879         * lib/unistr/u8-endswith.c: New file.
12880         * lib/unistr/u16-endswith.c: New file.
12881         * lib/unistr/u32-endswith.c: New file.
12882         * lib/unistr/u-endswith.h: New file.
12883
12884         * modules/unistr/u8-mblen: New file.
12885         * modules/unistr/u16-mblen: New file.
12886         * modules/unistr/u32-mblen: New file.
12887         * lib/unistr/u8-mblen.c: New file.
12888         * lib/unistr/u16-mblen.c: New file.
12889         * lib/unistr/u32-mblen.c: New file.
12890
12891         * modules/unistr/u8-mbtouc: New file.
12892         * modules/unistr/u16-mbtouc: New file.
12893         * modules/unistr/u32-mbtouc: New file.
12894         * lib/unistr/u8-mbtouc.c: New file.
12895         * lib/unistr/u16-mbtouc.c: New file.
12896         * lib/unistr/u32-mbtouc.c: New file.
12897
12898         * modules/unistr/u8-mbtouc-safe: New file.
12899         * modules/unistr/u16-mbtouc-safe: New file.
12900         * modules/unistr/u32-mbtouc-safe: New file.
12901         * lib/unistr/u8-mbtouc-safe.c: New file.
12902         * lib/unistr/u16-mbtouc-safe.c: New file.
12903         * lib/unistr/u32-mbtouc-safe.c: New file.
12904
12905         * modules/unistr/u8-move: New file.
12906         * modules/unistr/u16-move: New file.
12907         * modules/unistr/u32-move: New file.
12908         * lib/unistr/u8-move.c: New file.
12909         * lib/unistr/u16-move.c: New file.
12910         * lib/unistr/u32-move.c: New file.
12911         * lib/unistr/u-move.h: New file.
12912
12913         * modules/unistr/u8-next: New file.
12914         * modules/unistr/u16-next: New file.
12915         * modules/unistr/u32-next: New file.
12916         * lib/unistr/u8-next.c: New file.
12917         * lib/unistr/u16-next.c: New file.
12918         * lib/unistr/u32-next.c: New file.
12919
12920         * modules/unistr/u8-prev: New file.
12921         * modules/unistr/u16-prev: New file.
12922         * modules/unistr/u32-prev: New file.
12923         * lib/unistr/u8-prev.c: New file.
12924         * lib/unistr/u16-prev.c: New file.
12925         * lib/unistr/u32-prev.c: New file.
12926
12927         * modules/unistr/u8-set: New file.
12928         * modules/unistr/u16-set: New file.
12929         * modules/unistr/u32-set: New file.
12930         * lib/unistr/u8-set.c: New file.
12931         * lib/unistr/u16-set.c: New file.
12932         * lib/unistr/u32-set.c: New file.
12933         * lib/unistr/u-set.h: New file.
12934
12935         * modules/unistr/u8-startswith: New file.
12936         * modules/unistr/u16-startswith: New file.
12937         * modules/unistr/u32-startswith: New file.
12938         * lib/unistr/u8-startswith.c: New file.
12939         * lib/unistr/u16-startswith.c: New file.
12940         * lib/unistr/u32-startswith.c: New file.
12941         * lib/unistr/u-startswith.h: New file.
12942
12943         * modules/unistr/u8-stpcpy: New file.
12944         * modules/unistr/u16-stpcpy: New file.
12945         * modules/unistr/u32-stpcpy: New file.
12946         * lib/unistr/u8-stpcpy.c: New file.
12947         * lib/unistr/u16-stpcpy.c: New file.
12948         * lib/unistr/u32-stpcpy.c: New file.
12949         * lib/unistr/u-stpcpy.h: New file.
12950
12951         * modules/unistr/u8-stpncpy: New file.
12952         * modules/unistr/u16-stpncpy: New file.
12953         * modules/unistr/u32-stpncpy: New file.
12954         * lib/unistr/u8-stpncpy.c: New file.
12955         * lib/unistr/u16-stpncpy.c: New file.
12956         * lib/unistr/u32-stpncpy.c: New file.
12957         * lib/unistr/u-stpncpy.h: New file.
12958
12959         * modules/unistr/u8-strcat: New file.
12960         * modules/unistr/u16-strcat: New file.
12961         * modules/unistr/u32-strcat: New file.
12962         * lib/unistr/u8-strcat.c: New file.
12963         * lib/unistr/u16-strcat.c: New file.
12964         * lib/unistr/u32-strcat.c: New file.
12965         * lib/unistr/u-strcat.h: New file.
12966
12967         * modules/unistr/u8-strchr: New file.
12968         * modules/unistr/u16-strchr: New file.
12969         * modules/unistr/u32-strchr: New file.
12970         * lib/unistr/u8-strchr.c: New file.
12971         * lib/unistr/u16-strchr.c: New file.
12972         * lib/unistr/u32-strchr.c: New file.
12973
12974         * modules/unistr/u8-strcmp: New file.
12975         * modules/unistr/u16-strcmp: New file.
12976         * modules/unistr/u32-strcmp: New file.
12977         * lib/unistr/u8-strcmp.c: New file.
12978         * lib/unistr/u16-strcmp.c: New file.
12979         * lib/unistr/u32-strcmp.c: New file.
12980
12981         * modules/unistr/u8-strcpy: New file.
12982         * modules/unistr/u16-strcpy: New file.
12983         * modules/unistr/u32-strcpy: New file.
12984         * lib/unistr/u8-strcpy.c: New file.
12985         * lib/unistr/u16-strcpy.c: New file.
12986         * lib/unistr/u32-strcpy.c: New file.
12987         * lib/unistr/u-strcpy.h: New file.
12988
12989         * modules/unistr/u8-strcspn: New file.
12990         * modules/unistr/u16-strcspn: New file.
12991         * modules/unistr/u32-strcspn: New file.
12992         * lib/unistr/u8-strcspn.c: New file.
12993         * lib/unistr/u16-strcspn.c: New file.
12994         * lib/unistr/u32-strcspn.c: New file.
12995         * lib/unistr/u-strcspn.h: New file.
12996
12997         * modules/unistr/u8-strdup: New file.
12998         * modules/unistr/u16-strdup: New file.
12999         * modules/unistr/u32-strdup: New file.
13000         * lib/unistr/u8-strdup.c: New file.
13001         * lib/unistr/u16-strdup.c: New file.
13002         * lib/unistr/u32-strdup.c: New file.
13003         * lib/unistr/u-strdup.h: New file.
13004
13005         * modules/unistr/u8-strlen: New file.
13006         * modules/unistr/u16-strlen: New file.
13007         * modules/unistr/u32-strlen: New file.
13008         * lib/unistr/u8-strlen.c: New file.
13009         * lib/unistr/u16-strlen.c: New file.
13010         * lib/unistr/u32-strlen.c: New file.
13011         * lib/unistr/u-strlen.h: New file.
13012
13013         * modules/unistr/u8-strmblen: New file.
13014         * modules/unistr/u16-strmblen: New file.
13015         * modules/unistr/u32-strmblen: New file.
13016         * lib/unistr/u8-strmblen.c: New file.
13017         * lib/unistr/u16-strmblen.c: New file.
13018         * lib/unistr/u32-strmblen.c: New file.
13019
13020         * modules/unistr/u8-strmbtouc: New file.
13021         * modules/unistr/u16-strmbtouc: New file.
13022         * modules/unistr/u32-strmbtouc: New file.
13023         * lib/unistr/u8-strmbtouc.c: New file.
13024         * lib/unistr/u16-strmbtouc.c: New file.
13025         * lib/unistr/u32-strmbtouc.c: New file.
13026
13027         * modules/unistr/u8-strncat: New file.
13028         * modules/unistr/u16-strncat: New file.
13029         * modules/unistr/u32-strncat: New file.
13030         * lib/unistr/u8-strncat.c: New file.
13031         * lib/unistr/u16-strncat.c: New file.
13032         * lib/unistr/u32-strncat.c: New file.
13033         * lib/unistr/u-strncat.h: New file.
13034
13035         * modules/unistr/u8-strncmp: New file.
13036         * modules/unistr/u16-strncmp: New file.
13037         * modules/unistr/u32-strncmp: New file.
13038         * lib/unistr/u8-strncmp.c: New file.
13039         * lib/unistr/u16-strncmp.c: New file.
13040         * lib/unistr/u32-strncmp.c: New file.
13041
13042         * modules/unistr/u8-strncpy: New file.
13043         * modules/unistr/u16-strncpy: New file.
13044         * modules/unistr/u32-strncpy: New file.
13045         * lib/unistr/u8-strncpy.c: New file.
13046         * lib/unistr/u16-strncpy.c: New file.
13047         * lib/unistr/u32-strncpy.c: New file.
13048         * lib/unistr/u-strncpy.h: New file.
13049
13050         * modules/unistr/u8-strnlen: New file.
13051         * modules/unistr/u16-strnlen: New file.
13052         * modules/unistr/u32-strnlen: New file.
13053         * lib/unistr/u8-strnlen.c: New file.
13054         * lib/unistr/u16-strnlen.c: New file.
13055         * lib/unistr/u32-strnlen.c: New file.
13056         * lib/unistr/u-strnlen.h: New file.
13057
13058         * modules/unistr/u8-strpbrk: New file.
13059         * modules/unistr/u16-strpbrk: New file.
13060         * modules/unistr/u32-strpbrk: New file.
13061         * lib/unistr/u8-strpbrk.c: New file.
13062         * lib/unistr/u16-strpbrk.c: New file.
13063         * lib/unistr/u32-strpbrk.c: New file.
13064         * lib/unistr/u-strpbrk.h: New file.
13065
13066         * modules/unistr/u8-strrchr: New file.
13067         * modules/unistr/u16-strrchr: New file.
13068         * modules/unistr/u32-strrchr: New file.
13069         * lib/unistr/u8-strrchr.c: New file.
13070         * lib/unistr/u16-strrchr.c: New file.
13071         * lib/unistr/u32-strrchr.c: New file.
13072
13073         * modules/unistr/u8-strspn: New file.
13074         * modules/unistr/u16-strspn: New file.
13075         * modules/unistr/u32-strspn: New file.
13076         * lib/unistr/u8-strspn.c: New file.
13077         * lib/unistr/u16-strspn.c: New file.
13078         * lib/unistr/u32-strspn.c: New file.
13079         * lib/unistr/u-strspn.h: New file.
13080
13081         * modules/unistr/u8-strstr: New file.
13082         * modules/unistr/u16-strstr: New file.
13083         * modules/unistr/u32-strstr: New file.
13084         * lib/unistr/u8-strstr.c: New file.
13085         * lib/unistr/u16-strstr.c: New file.
13086         * lib/unistr/u32-strstr.c: New file.
13087         * lib/unistr/u-strstr.h: New file.
13088
13089         * modules/unistr/u8-strtok: New file.
13090         * modules/unistr/u16-strtok: New file.
13091         * modules/unistr/u32-strtok: New file.
13092         * lib/unistr/u8-strtok.c: New file.
13093         * lib/unistr/u16-strtok.c: New file.
13094         * lib/unistr/u32-strtok.c: New file.
13095         * lib/unistr/u-strtok.h: New file.
13096
13097         * modules/unistr/u8-uctomb: New file.
13098         * modules/unistr/u16-uctomb: New file.
13099         * modules/unistr/u32-uctomb: New file.
13100         * lib/unistr/u8-uctomb.c: New file.
13101         * lib/unistr/u16-uctomb.c: New file.
13102         * lib/unistr/u32-uctomb.c: New file.
13103
13104         * MODULES.html.sh (Unicode string functions): Add the new modules.
13105
13106 2007-01-08  Bruno Haible  <bruno@clisp.org>
13107
13108         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
13109         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
13110         subdirectories.
13111
13112 2007-01-08  Karl Berry  <karl@gnu.org>
13113
13114         * doc/error.texi: mention that main() fns must set program_name
13115         when progname is used.
13116
13117 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
13118
13119         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
13120         WCTYPE_H is empty, for the benefit of builds from non-distclean
13121         directories.  Problem reported by Eric Blake in
13122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
13123
13124 2007-01-08  Bruno Haible  <bruno@clisp.org>
13125
13126         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
13127         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
13128         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
13129         PROVIDE_CANONICALIZE_FILENAME_MODE.
13130         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
13131
13132 2007-01-08  Bruno Haible  <bruno@clisp.org>
13133
13134         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
13135         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
13136         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
13137         * lib/fts.c: Likewise.
13138         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
13139
13140 2006-12-25  Bruno Haible  <bruno@clisp.org>
13141
13142         * modules/utf8-ucs4-safe: New file.
13143         * lib/utf8-ucs4-safe.h: New file.
13144         * lib/unistr/utf8-ucs4-safe.c: New file.
13145
13146         * modules/utf16-ucs4-safe: New file.
13147         * lib/utf16-ucs4-safe.h: New file.
13148         * lib/unistr/utf16-ucs4-safe.c: New file.
13149
13150         * MODULES.html.sh (Unicode string functions): Add the new modules.
13151
13152 2007-01-08  Bruno Haible  <bruno@clisp.org>
13153
13154         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
13155         (Depends-on): Add unitypes.
13156         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
13157         (u8_mbtouc_aux): Move out to separate file.
13158         (u8_mbtouc): Use ucs4_t, uint8_t types.
13159         * lib/unistr/utf8-ucs4.c: New file.
13160
13161         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
13162         (Depends-on): Add unitypes.
13163         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
13164         (u16_mbtouc_aux): Move out to separate file.
13165         (u16_mbtouc): Use ucs4_t, uint16_t types.
13166         * lib/unistr/utf16-ucs4.c: New file.
13167
13168         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
13169         (Depends-on): Add unitypes.
13170         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
13171         (u8_uctomb_aux): Move out to separate file.
13172         (u8_uctomb): Use ucs4_t, uint8_t types.
13173         * lib/unistr/ucs4-utf8.c: New file.
13174
13175         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
13176         (Depends-on): Add unitypes.
13177         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
13178         (u16_uctomb_aux): Move out to separate file.
13179         (u16_uctomb): Use ucs4_t, uint16_t types.
13180         * lib/unistr/ucs4-utf16.c: New file.
13181
13182 2006-12-25  Bruno Haible  <bruno@clisp.org>
13183
13184         * modules/unitypes: New file.
13185         * lib/unitypes.h: New file.
13186         * MODULES.html.sh (func_all_modules): New section "Unicode string
13187         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
13188         this section. Add unitypes.
13189
13190 2007-01-08  Bruno Haible  <bruno@clisp.org>
13191
13192         Avoid variable names that conflict with those from libtool.
13193         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
13194         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
13195         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
13196         library_names_spec to acl_library_names_spec, hardcode_* to
13197         acl_hardcode_*.
13198         Reported by Ralf Wildenhues.
13199
13200 2007-01-08  Bruno Haible  <bruno@clisp.org>
13201
13202         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
13203         definition.
13204         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
13205         definition.
13206         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
13207         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
13208         definition.
13209         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
13210         definition.
13211         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
13212         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
13213         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
13214         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
13215         definition.
13216         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
13217         definition.
13218         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
13219         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
13220         GC_USE_<algorithm>.
13221         * lib/gc-libgcrypt.c: Likewise.
13222         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
13223         * modules/gc-arctwo (configure.ac): Likewise.
13224         * modules/gc-des (configure.ac): Likewise.
13225         * modules/gc-hmac-md5 (configure.ac): Likewise.
13226         * modules/gc-hmac-sha1 (configure.ac): Likewise.
13227         * modules/gc-md2 (configure.ac): Likewise.
13228         * modules/gc-md4 (configure.ac): Likewise.
13229         * modules/gc-md5 (configure.ac): Likewise.
13230         * modules/gc-random (configure.ac): Likewise.
13231         * modules/gc-rijndael (configure.ac): Likewise.
13232         * modules/gc-sha1 (configure.ac): Likewise.
13233
13234 2007-01-08  Bruno Haible  <bruno@clisp.org>
13235
13236         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
13237         macro definition.
13238         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
13239         definition.
13240         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
13241         definition.
13242         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
13243         * modules/fcntl-safer (configure.ac): Likewise.
13244         * modules/fopen-safer (configure.ac): Likewise.
13245         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
13246         GNULIB_FWRITEERROR macro definition.
13247
13248 2007-01-08  Bruno Haible  <bruno@clisp.org>
13249
13250         * m4/gnulib-common.m4: New file.
13251         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
13252         (func_get_filelist): Add m4/gnulib-common.m4.
13253
13254 2007-01-08  Bruno Haible  <bruno@clisp.org>
13255
13256         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
13257         command.
13258
13259 2007-01-08  Jim Meyering  <jim@meyering.net>
13260
13261         Use a more robust test for a "can't happen" condition.
13262         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
13263         narrowed the st_size value.  Presuming the "can't happen" condition
13264         is true, that narrowing could conceivably convert an invalid st_size
13265         value into a valid one.  Instead, use a change based on Matthew
13266         Woehlke's original patch.
13267
13268         Slight readability improvement: use an assert-like macro
13269         in place of literal "abort ()" uses.
13270         * lib/fts.c (fts_assert): Define.
13271         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
13272         Use this macro instead of a bare 'abort'.
13273
13274 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
13275
13276         Don't worry about using IRIX 5.3's wctype.h broken definitions;
13277         simply work around them.
13278         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
13279         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
13280         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
13281         declaring.
13282         Don't bother to define as macros, since the standard doesn't require it.
13283         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
13284         longer worry about IRIX 5.3.
13285         (HAVE_WCTYPE_CTMP_BUG): Remove.
13286
13287 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
13290         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
13291         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
13292         Problems reported by Georg Schwarz for IRIX 5.3.
13293
13294         * gnulib-tool (autoconf_minversion): Take the maximum version number
13295         found, not the minimum.  Problem reported by James Youngman.
13296
13297 2007-01-03  Karl Berry  <karl@gnu.org>
13298
13299         * doc/error.texi: new file, explaining interaction with progname.
13300         * doc/gnulib.texi: include it.  Update copyright.
13301
13302 2007-01-03  Simon Josefsson  <simon@josefsson.org>
13303
13304         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
13305         AC_CANONICAL_HOST, to improve autobuild outputs.
13306
13307 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
13308             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
13309
13310         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
13311         sockets, server sockets, and other file descriptors.  Count errors
13312         to compute the return value.  Reorder the code a bit to be easier
13313         to follow.  Don't set event bits that were not requested (except
13314         POLLERR and POLLHUP).
13315
13316 2007-01-01  Bruno Haible  <bruno@clisp.org>
13317
13318         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
13319
13320 2007-01-03  Jim Meyering  <jim@meyering.net>
13321
13322         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
13323
13324 2007-01-02  Bruno Haible  <bruno@clisp.org>
13325
13326         * modules/settime (Include): Require timespec.h.
13327         * modules/nanosleep (Include): Likewise.
13328
13329 2007-01-01  Bruno Haible  <bruno@clisp.org>
13330
13331         * gnulib-tool (func_emit_copyright_notice): Bump year.
13332         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
13333
13334 2007-01-01  Bruno Haible  <bruno@clisp.org>
13335
13336         Improve support for OpenBSD.
13337         * build-aux/config.rpath (libname_spec): Export.
13338         (library_names_spec): New variable. Export.
13339         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
13340         library_names_spec from the config.rpath output. Locate shared library
13341         through the name pattern in library_names_spec.
13342
13343 2007-01-01  Eric Blake  <ebb9@byu.net>
13344
13345         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
13346
13347 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
13348
13349         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
13350         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
13351         assume the C locale, and avoid an "eval" that could cause trouble.
13352         Problem with SORT reported by Bob Proulx.
13353
13354         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
13355         Define.  Trivial patch from Henning Nielsen Lund, originally
13356         sent to bug-grep@gnu.org today.
13357
13358 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
13361         struct stat.  Problem reported by Henning Nielsen Lund.
13362         * lib/acl.c: Include acl.h first, to check interface.  Don't
13363         bother to include sys/types.h and sys/stat.h again.
13364
13365 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13366
13367         Import the following change from libc; problem reported by
13368         Sven Verdoolaege.
13369
13370         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
13371
13372         [BZ #1373]
13373         * lib/argp.h: Remove __NTH for __argp_usage inline function.
13374
13375 2006-12-28  Jim Meyering  <jim@meyering.net>
13376
13377         * build-aux/announce-gen: Do not assume that the package
13378         builds any of tar.gz, tar.bz2, and .xdelta files.
13379         Suggestion from Simon Josefsson.
13380
13381 2006-12-28  Simon Josefsson  <simon@josefsson.org>
13382
13383         * modules/announce-gen: New file.
13384
13385 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
13386
13387         * lib/mbchar.h: Just include <wctype.h>; the wctype module
13388         handles its gotchas now.
13389         * lib/mbswidth.c: Likewise.
13390         * lib/wcwidth.h: Likewise.
13391         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
13392         and iswcntrl; the wctype module does this stuff now.
13393         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13394         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13395         * modules/mbchar (Depends-on): Add wctype.
13396         * modules/mbswidth (Depends-on): Likewise.
13397         * modules/wcwidth (Depends-on): Likewise.
13398
13399 2006-12-27  Eric Blake  <ebb9@byu.net>
13400
13401         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
13402         module uses more than what <wctype.h> is required to provide.
13403
13404 2006-12-26  Eric Blake  <ebb9@byu.net>
13405
13406         * gnulib-tool (sed_extract_prog): Avoid space-tab.
13407
13408 2006-12-26  Eric Blake  <ebb9@byu.net>
13409
13410         * modules/absolute-header: New module.
13411         * modules/fcntl (Depends-on): Depend on it.
13412         * modules/inttypes (Depends-on): Likewise.
13413         * modules/stdint (Depends-on): Likewise.
13414         * modules/sys_stat (Depends-on): Likewise.
13415         * modules/wctype (Depends-on): Likewise.
13416         * MODULES.html.sh (Support for building libraries and
13417         executables): Document it.
13418
13419 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         * gnulib-tool (SED): Remove, undoing previous change.
13422         The problem was that it broke coreutils on Solaris, because
13423         "sed --posix" leaked into a makefile.
13424         (sed): New alias, if 'alias' and GNU sed.
13425
13426 2006-12-24  Jim Meyering  <jim@meyering.net>
13427
13428         Work around an fchownat bug in glibc-2.4:
13429         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
13430         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
13431         in spite of the -P option.
13432         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
13433         New macros.
13434         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
13435         * modules/openat (Files): Add lib/fchownat.c.
13436         * lib/openat.c (fchownat): Don't define here.  Move to...
13437         * lib/fchownat.c: ...this new file.
13438
13439 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         Fix bug reported by Bruno Haible in
13442         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
13443         where quotearg.c didn't compile on Mac OS X 10.2 because it
13444         lacks <wchar.h> and wint_t.
13445         * lib/wctype_.h (__wctype_wint_t): New type.
13446         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
13447         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
13448         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
13449         Arg is now of type __wctype_wint_t, not wint_t.
13450         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
13451         substitute HAVE_WINT_T.
13452         * modules/wctype (Files): Add m4/wint_t.m4.
13453         (wctype.h): Substitute HAVE_WINT_T.
13454
13455 2006-12-23  Bruno Haible  <bruno@clisp.org>
13456
13457         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
13458
13459 2006-12-23  Bruno Haible  <bruno@clisp.org>
13460
13461         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
13462         S_ISLNK.
13463         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
13464         mingw.
13465
13466 2006-12-22  Bruno Haible  <bruno@clisp.org>
13467
13468         * lib/copy-file.c: Include acl.h.
13469         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
13470         Close the file descriptors only after being done with copy_acl.
13471         * modules/copy-file (Depends-on): Add acl.
13472
13473 2006-12-22  Bruno Haible  <bruno@clisp.org>
13474
13475         * gnulib-tool (SED): New variable.
13476         Use $SED instead of sed everywhere.
13477
13478 2006-12-22  Bruno Haible  <bruno@clisp.org>
13479
13480         * modules/no-c++: New file.
13481         * m4/no-c++.m4: New file.
13482         * MODULES.html.sh (Support for building libraries and executables):
13483         Add no-c++.
13484
13485 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
13486
13487         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13488         Include <limits.h>, and use its INT_MAX to rewrite the
13489         j loop so that it does not overflow 'int'.  Problem reported by
13490         Ralf Wildenhues in
13491         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
13492         Play it safe by shifting left by 1 rather than multiplying by 2,
13493         as GCC is less likely to optimize this away when the value
13494         is signed (when it assumes overflow leads to undefined behavior).
13495         Also, don't assume time_t uses two's complement.
13496
13497 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         * MODULES.html.sh: New module wctype.
13500         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
13501         * lib/fnmatch.c: Don't bother to include <wchar.h> before
13502         <wctype.h>, since the new wctype module should fix this.
13503         * lib/quotearg.c: Include <wctype.h> unconditionally, since
13504         the wctype module should arrange for it.
13505         * lib/regex_internal.h: Likewise.
13506         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
13507         since the wctype module should handle this now.
13508         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
13509         * modules/fnmatch (Depends-on): Add wctype.
13510         * modules/quotearg (Depends-on): Likewise.
13511         * modules/regex (Depends-on): Likewise.
13512
13513 2006-12-19  Bruno Haible  <bruno@clisp.org>
13514
13515         * lib/strdup.h [C++]: Wrap definitions in extern "C".
13516         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
13517
13518 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13519
13520         * modules/savewd (Depends-on): Fix dependency on fcntl.
13521
13522 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13523
13524         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
13525         conforms to C99, rather than relying on the user's environment
13526         setting of STDINT_H.
13527
13528 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13529         and Eric Blake  <ebb9@byu.net>
13530
13531         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
13532         This is more consistent with the other defines here.
13533         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
13534         Port to z/OS.  Problem reported by Paul Gilmartin.
13535         Change local vars to use gl_ prefix rather than ac_.
13536         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
13537         with other defines.
13538         * modules/double-slash-root: New module.
13539         * modules/dirname (Files): Remove m4/double-slash-root.m4.
13540         (Depends-on): Add double-slash-root.
13541         * MODULES.html.sh (File system functions): Mention new module.
13542
13543 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
13544
13545         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
13546         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
13547         This is for the benefit of gzip, which doesn't do i18n.
13548
13549 2006-12-12  Jim Meyering  <jim@meyering.net>
13550
13551         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
13552         Reported by Andreas Schwab <schwab@suse.de>.
13553
13554 2006-12-12  Bruno Haible  <bruno@clisp.org>
13555
13556         Merge these changes.
13557         2006-09-05  Bruno Haible  <bruno@clisp.org>
13558         * lib/iconvme.c (iconv_string): No need to save and restore errno when
13559         iconv_alloc succeeded.
13560         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
13561         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
13562         test for " && dest " at the end - dest is always != NULL there. Call
13563         iconv with 4xNULL arguments initially, to reset the state. Call iconv
13564         with 2xNULL arguments, also to flush the state storage. Handle the
13565         IRIX iconv behaviour. Realloc the final result, to throw away unused
13566         memory.
13567
13568 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
13569
13570         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
13571         and fchmodat unconditionally, since glibc 2.4 has them.
13572         Problem reported by Arkadiusz Miskiewicz.
13573
13574 2006-12-10  Bruno Haible  <bruno@clisp.org>
13575
13576         * gnulib-tool (func_import): Show the include files only for those
13577         modules that are copied and specified.
13578         Reported by Karl Berry.
13579
13580 2006-12-08  Jim Meyering  <jim@meyering.net>
13581
13582         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
13583         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
13584
13585         * build-aux/announce-gen: Add two new options, both optional:
13586         --bootstrap-tools=TOOL_LIST
13587               a comma-separated list of tools, e.g.,
13588               autoconf,automake,bison,gnulib
13589         --gnulib-snapshot-date=DATE
13590               if gnulib is in the bootstrap tool list,
13591               then report this as the snapshot date.
13592               If not specified, use the current date/time.
13593               If you specify a date here, be sure it's UTC.
13594
13595 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13596
13597         * tests/test-argp-2.sh: Fix test to match actual output.
13598         (func_compare): Fix sed script to be portable.
13599
13600 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
13601
13602         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
13603         workaround for this case.  It is not autoconfigured now; offhand
13604         it's hard to see how to autoconfigure it.
13605
13606 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
13609         a directory that is about to be chowned.  Such a directory's
13610         initial file permissions should permit the owner only and this
13611         should not be changed until after the chown, since the group and
13612         other bits would be incorrect if they granted permission before
13613         the chown.
13614
13615         Fix porting problem for iswctype reported by Georg Schwarz in:
13616         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
13617         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
13618         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
13619         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
13620         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13621
13622 2006-12-03  Jim Meyering  <jim@meyering.net>
13623
13624         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
13625         p->fts_statp may not yet be defined.
13626         (fts_read): Instead, set it in the caller, once p->fts_statp is
13627         sure to be defined, and corresponds to a top-level directory.
13628         This bug made du -x fail.  Here's the coreutils test case:
13629         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
13630         Reported by Mike Frysinger.
13631
13632 2006-12-01  Jim Meyering  <jim@meyering.net>
13633
13634         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
13635         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
13636         Reported by Simon Josefsson.
13637
13638 2006-11-30  Jim Meyering  <jim@meyering.net>
13639
13640         * m4/warning.m4: Use the all-permissive copyright notice
13641         recommended by RMS (rather than LGPL).
13642         * m4/vararrays.m4: Likewise.
13643         * m4/flexmember.m4: Likewise.
13644
13645 2006-11-29  Bruno Haible  <bruno@clisp.org>
13646
13647         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13648         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
13649         using +=.
13650         Reported by Simon Josefsson <simon@josefsson.org>.
13651
13652 2006-11-28  James Youngman <jay@gnu.org>
13653
13654         * README: Advise users that they might find the bug-gnulib@gnu.org
13655         and autotools-announce@gnu.org mailing lists useful.
13656
13657 2006-11-28  Bruno Haible  <bruno@clisp.org>
13658
13659         * m4/ptrdiff_max.m4: Remove file.
13660
13661 2006-11-21  Bruno Haible  <bruno@clisp.org>
13662
13663         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
13664         _AC_COMPUTE_INT.
13665         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
13666         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
13667         _AC_COMPUTE_INT.
13668         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
13669         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
13670         _AC_COMPUTE_INT.
13671         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
13672
13673 2006-11-28  Jim Meyering  <jim@meyering.net>
13674
13675         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
13676         warning from "gcc -Wshadow" about shadowing the builtin.
13677
13678 2006-11-27  Bruno Haible  <bruno@clisp.org>
13679
13680         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
13681         _AC_COMPUTE_INT.
13682         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
13683
13684 2006-11-27  Bruno Haible  <bruno@clisp.org>
13685             Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
13688
13689 2006-11-26  Bruno Haible  <bruno@clisp.org>
13690
13691         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13692         noinst_LTLIBRARIES.
13693
13694 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13695             Bruno Haible  <bruno@clisp.org>
13696
13697         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
13698         if compiling with "gcc -ansi".
13699
13700 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         Fix some incompatibilities with gcc -ansi -pedantic.
13703         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
13704         if compiling pedantically with GCC, unless it's C99 or later.
13705         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
13706         it mishandles gcc -ansi -pedantic as well.
13707         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
13708         if gcc -pedantic.
13709         * lib/regexec.c (check_node_accept_bytes): Don't use auto
13710         initializers for struct if -pedantic, unless it's C99 or later.
13711
13712 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
13713
13714         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
13715         Don't close an fd more than once. Identical atimes indicate
13716         success, not failure.
13717
13718 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
13719
13720         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
13721
13722 2006-11-23  Jim Meyering  <jim@meyering.net>
13723
13724         * build-aux/announce-gen: New file.  From coreutils.
13725
13726 2006-11-22  Jim Meyering  <jim@meyering.net>
13727
13728         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
13729         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
13730         (fts_read): Use a temporary to narrow the overused st_size member
13731         before using it in a switch statement.  Reported by Matthew Woehlke.
13732
13733         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
13734         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
13735
13736 2006-11-20  Bruno Haible  <bruno@clisp.org>
13737
13738         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
13739         changequote instead of pairs of brackets.
13740         Reported by Andreas Schwab <schwab@suse.de>.
13741
13742 2006-11-21  Jim Meyering  <jim@meyering.net>
13743
13744         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
13745         so as to remain compatible with older compilers.
13746         Patch from Michael Deutschmann.
13747
13748 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13749
13750         * MODULES.html.sh (File system functions): Add openat.
13751
13752         * lib/openat.h (rpl_fstatat): New macro, if
13753         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
13754         (fstatat): Define to rpl_fstatat under the same conditions,
13755         unless COMPILING_FSTATAT.
13756         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
13757         seems to have the bug.
13758         * lib/fstatat.c: New file.
13759         * modules/openat (Files): Add it.
13760
13761 2006-11-20  Bruno Haible  <bruno@clisp.org>
13762
13763         * Makefile: New file.
13764
13765 2006-11-20  Jim Meyering  <jim@meyering.net>
13766
13767         The beginnings of syntax-related checks for gnulib.
13768         * lib/Makefile: New file.
13769         * lib/t-idcache: New script.  Ensure that the two halves of
13770         idcache.c stay in sync.
13771
13772         * lib/idcache.c: Adjust comments in user- and group- portions to
13773         be more accurate, and to be consistent with one another.
13774
13775 2006-11-20  Jim Meyering  <jim@meyering.net>
13776
13777         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
13778         continue using the flexible array member (thus, this module performs
13779         half as many malloc calls), with the addition that...
13780         (getgroup, getuser): Consistently record a non-match via an empty
13781         "name" string, and map an empty string match to a NULL return value.
13782         * modules/idcache (Depends-on): Re-add flexmember.
13783
13784         * lib/idcache.c (getuser): Remove all uses of the register keyword.
13785         (getuidbyname, getgroup, getgidbyname): Likewise.
13786
13787         Use cleaner syntax: NULL rather than 0.
13788         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
13789
13790 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13791
13792         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
13793         It mishandled the case where the group was missing.
13794         Problem reported by Greg Schafer.
13795         * modules/idcache: Likewise.
13796
13797 2006-11-18  Jim Meyering  <jim@meyering.net>
13798
13799         * check-module (%exempt_header): Add exception for some
13800         conditionally-included headers.
13801
13802         * modules/i-ring (Depends-on): Add verify.
13803         (License): Change to LGPL.
13804
13805 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13806
13807         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
13808         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
13809         and inttostr.h.  Use snprintf rather than uinttostr, so that
13810         LGPLed code doesn't depend on GPLed.
13811
13812 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13813
13814         * modules/inline (License): Change from GPL to LGPL.
13815
13816 2006-11-17  Jim Meyering  <jim@meyering.net>
13817
13818         * modules/d-type (License): Switch to LGPL.
13819
13820 2006-11-15  Bruno Haible  <bruno@clisp.org>
13821
13822         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
13823
13824 2006-11-15  Eric Blake  <ebb9@byu.net>
13825
13826         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
13827         the module dependency.
13828
13829 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13830             Bruno Haible  <bruno@clisp.org>
13831
13832         * gnulib-tool (func_create_testdir): Add license consistency check.
13833
13834 2006-11-15  Eric Blake  <ebb9@byu.net>
13835
13836         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
13837         random "(cached)" in configure output.
13838
13839 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13840
13841         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
13842         test for conforming inttypes.h is both announced and cached.
13843
13844         * MODULES.html.sh (seen_modules, seen_files): New variables.
13845         (func_module): Rewrite to use a few less gnulib-tool and sed
13846         invocations.  Avoid a couple of quadratic algorithms for ...
13847         (missed_modules, missed_files): ... these, with ...
13848         (func_append, func_tmpdir): ... these new functions, from
13849         gnulib-tool.  Analogously, install traps for cleanup.
13850
13851         * tests/test-gc.c (main): Remove unused variables.
13852         * tests/test-read-file.c: Include stdlib.h, for 'free'.
13853
13854 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * modules/inttostr (License): Change to LGPL.
13857
13858 2006-11-14  Eric Blake  <ebb9@byu.net>
13859
13860         * modules/tempname (License): Change to LGPL.
13861
13862 2006-11-14  Eric Blake  <ebb9@byu.net>
13863
13864         * doc/functions.texi (Function Portability): *printf functions on
13865         Cygwin now understand all POSIX size specifiers.
13866
13867 2006-11-14  Bruno Haible  <bruno@clisp.org>
13868
13869         * modules/c-ctype (License): Change to LGPL.
13870
13871 2006-11-12  Bruno Haible  <bruno@clisp.org>
13872
13873         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
13874         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
13875         for GNOME libraries, for which the include files are installed in
13876         subdirectories of $prefix/include.
13877
13878 2006-11-12  Bruno Haible  <bruno@clisp.org>
13879
13880         * m4/lib-link.m4: Require at least autoconf-2.54.
13881         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
13882         name to underscores for the --with option.
13883
13884 2006-11-13  Bruno Haible  <bruno@clisp.org>
13885
13886         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
13887         the tests directory.
13888         Reported by Ralf Wildenhues.
13889
13890 2006-11-13  Bruno Haible  <bruno@clisp.org>
13891
13892         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
13893         (func_emit_initmacro_end): Undo the override here.
13894         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
13895         Works around the famous automake error in coreutils.
13896
13897 2006-11-13  Eric Blake  <ebb9@byu.net>
13898
13899         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
13900         element, not its node.
13901
13902 2006-11-12  Bruno Haible  <bruno@clisp.org>
13903
13904         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
13905         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
13906
13907 2006-11-12  Bruno Haible  <bruno@clisp.org>
13908
13909         * gnulib-tool: New option --local-symlink.
13910         (func_usage): Document it.
13911         (lsymbolic): New variable.
13912         (func_import, func_create_testdir): If --symlink was not specified,
13913         test whether --local-symlink was specified and the file comes from
13914         the local_gnulib_dir.
13915
13916 2006-11-12  Bruno Haible  <bruno@clisp.org>
13917
13918         * gnulib-tool (func_ln): New function.
13919         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
13920
13921 2006-11-12  Bruno Haible  <bruno@clisp.org>
13922
13923         Finish support for source files in subdirectories.
13924         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
13925         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
13926         AUTOMAKE_OPTIONS.
13927         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
13928
13929 2006-11-12  Bruno Haible  <bruno@clisp.org>
13930
13931         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13932         EXTRA_lib_SOURCES augmentation.
13933         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
13934
13935 2006-11-12  Jim Meyering  <jim@meyering.net>
13936
13937         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
13938         file descriptors.  This also averts a failure on systems with
13939         native openat support when a traversed directory lacks "x" access.
13940         * lib/fts_.h: Include "i-ring.h"
13941         (struct FTS) [fts_fd_ring]: New member.
13942         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
13943         (FCHDIR): Add parentheses.
13944         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
13945         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
13946         When descending, rather than simply closing the previous
13947         fts_cwd_fd value, push that file descriptor onto the ring.
13948         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
13949         (fts_open): Initialize the new fd_ring member.
13950         (fts_close): Clear the ring.
13951         (fts_safe_changedir): When possible, use our new fd_ring to skip
13952         the diropen and fstat and dev/ino comparison that would normally
13953         accompany a virtual `chdir ("..")'.
13954
13955         * modules/fts (Depends-on): Add i-ring.
13956         * modules/i-ring: New module.
13957         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
13958         * m4/i-ring.m4: New file.
13959
13960 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13961
13962         * gnulib-tool (func_create_testdir): Fix replacement of
13963         `build-aux' in configure.ac.  Run autotools in gltests
13964         subdirectory.
13965         (func_create_testdir, func_create_megatestdir, test): There is
13966         no need for '--force' in most autotool invocations in a new
13967         tree.  Actually fail the whole test if any of the tools, or the
13968         configure or make stages fail.
13969
13970         Sync from Automake.
13971         * build-aux/gnupload: Revert last change.  Add pointer to upload
13972         instructions of the GNU Maintenance Instructions.
13973         Suggestion by Karl Berry.
13974
13975 2006-11-10  Jim Meyering  <jim@meyering.net>
13976
13977         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
13978
13979 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
13982         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
13983         (bind_textdomain_codeset) [! ENABLE_NLS]:
13984         Evaluate all the arguments.  That way, callers get compatible behavior
13985         if the arguments have side effects.  Also, it avoids some GCC
13986         diagnostics in some cases; Joel E. Denny reported problems when Bison
13987         was configured with --enable-gcc-warnigs.
13988
13989 2006-11-10  Jim Meyering  <jim@meyering.net>
13990
13991         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
13992         relevant options in CFLAGS (like -O, -fno-inline) are taken into
13993         account.
13994
13995 2006-11-10  Jim Meyering  <jim@meyering.net>
13996
13997         * modules/inline: New file/module.
13998         * modules/xalloc (Files): Remove m4/inline.m4.
13999         (Depends-on): Add inline, instead.
14000         * modules/oset: Likewise.
14001         * modules/list: Likewise.
14002
14003 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
14006         Problem reported by Matthew Woehlke.
14007
14008 2006-11-09  Bruno Haible  <bruno@clisp.org>
14009
14010         * lib/tempname.c (gen_tempname): Remove variant that invokes
14011         __gen_tempname.
14012         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
14013         __gen_tempname.
14014
14015 2006-11-08  Bruno Haible  <bruno@clisp.org>
14016
14017         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
14018         to 'yes' instead of 'cross-compiling'.
14019
14020 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * lib/quotearg.h (quotearg_free): New decl.
14023         * lib/quotearg.c (quotearg_free): New function.
14024         (slot0, nslots, slotvec0, slotvec):
14025         Now file-scope so that quotearg_free can get at them.
14026
14027 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14028
14029         Sync from Automake.
14030         * build-aux/gnupload: Add missing 'gnu' to example URL.
14031         Report by Karl Berry.
14032
14033 2006-11-08  Bruno Haible  <bruno@clisp.org>
14034
14035         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
14036         Suggested by Paul Eggert.
14037
14038 2006-11-08  Jim Meyering  <jim@meyering.net>
14039
14040         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
14041         It's already included if !_LIBC.
14042         (fts_safe_changedir): Add a comment.
14043
14044 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
14047         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
14048         Matthew Woehlke.
14049
14050         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
14051         definitions up, to avoid colliding with change below.
14052         (static_inline) [HAVE_INLINE]: New macro.
14053         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
14054         Provide extern decls when !HAVE_INLINE.  Do not define unless
14055         static_inline is defined, either by us or by xmalloc.c.  Use
14056         static_inline rather than static inline.
14057         (XCALLOC): Optimize sizeof(T) = 1 case.
14058         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
14059
14060 2006-11-07  Bruno Haible  <bruno@clisp.org>
14061
14062         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
14063         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
14064         AC_C_INLINE.
14065         * modules/xalloc (Files): Add m4/inline.m4.
14066
14067 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14068
14069         * README: Fix typo.
14070         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
14071         (Miscellanous Notes): ...from this.
14072
14073 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
14074
14075         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
14076         Mention that offsetof should be used instead of sizeof.
14077         From Bruno Haible.
14078
14079 2006-11-07  Bruno Haible  <bruno@clisp.org>
14080
14081         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
14082
14083 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
14084
14085         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
14086         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
14087         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
14088         (gl_tree_add_before, gl_tree_add_after):
14089         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
14090         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
14091         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
14092         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
14093         (gl_linked_add_after, gl_linked_add_at): Likewise.
14094         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
14095         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
14096         (gl_tree_add_before, gl_tree_add_after): Likewise.
14097         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
14098         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
14099         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
14100
14101 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14102
14103         * lib/gl_oset.h: Use C comment style, not C++ comment style.
14104
14105 2006-11-06  Bruno Haible  <bruno@clisp.org>
14106
14107         * m4/inline.m4: New file.
14108         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
14109         * modules/list (Files): Add m4/inline.m4.
14110         * modules/oset (Files): Likewise.
14111
14112 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
14113
14114         * lib/idcache.c: Include <stddef.h>, for offsetof.
14115         (struct userid.name): Change from char * to a flexible array member.
14116         All uses changed.
14117         * modules/idcache (Depends-on): Add flexmember.
14118
14119         * MODULES.html.sh (Core language properties): New module flexmember.
14120         * modules/flexmember, m4/flexmember.m4: New files.
14121
14122         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
14123         inline functions that are identical with the old xnmalloc_inline,
14124         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
14125         that we can avoid some unnecessary integer multiplications and
14126         divisions in the common case where the element size is known at
14127         compile time.
14128         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
14129         needed.
14130         (xnboundedmalloc): Remove.
14131         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
14132         arguments, for consistency with rest of this header.
14133         (xcharalloc): Rewrite using XNMALLOC.
14134         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
14135         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
14136         versions have been moved to lib/xalloc.h and renamed to be the
14137         non-*_inline versions.
14138         (xmalloc, xrealloc): Implement without reference to the xnmalloc
14139         and xnrealloc functions, since those functions are now inline and
14140         now call us.
14141         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
14142         renaming described above.
14143         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
14144         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
14145         captures the dependency in AC_C_INLINE.
14146
14147         New module canonicalize-lgpl, proposed by Charles Wilson in
14148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
14149         with a few small changes afterwards.
14150         * MODULES.html.sh (File system functions): New module
14151         canonicalize-lgpl.
14152         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
14153         and canonicalize_file_name.
14154         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
14155         * modules/canonicalize-lgpl: New files.
14156
14157 2006-11-05  Bruno Haible  <bruno@clisp.org>
14158
14159         * gnulib-tool (func_import, func_create_testdir): Create directories
14160         also for files in subdirectories of lib/.
14161
14162 2006-11-05  Bruno Haible  <bruno@clisp.org>
14163
14164         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
14165         ANSI C compliant.
14166
14167 2006-11-03  Bruno Haible  <bruno@clisp.org>
14168
14169         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
14170         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
14171         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
14172         (xnboundedmalloc): New inline function.
14173         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
14174         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
14175         xmalloc.
14176         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
14177         xmalloc.
14178         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
14179         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
14180         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
14181         xmalloc.
14182         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
14183         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
14184         xmalloc.
14185         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
14186         gl_tree_add_after): Use XMALLOC instead of xmalloc.
14187         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
14188         xmalloc.
14189         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
14190         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
14191         gl_tree_add_after): Use XMALLOC instead of xmalloc.
14192         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
14193         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
14194         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
14195         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
14196
14197 2006-11-03  Bruno Haible  <bruno@clisp.org>
14198
14199         * lib/c-ctype.h [C++]: Define functions without name mangling.
14200         * lib/fwriteerror.h [C++]: Likewise.
14201         * lib/gcd.h [C++]: Likewise.
14202         * lib/linebreak.h [C++]: Likewise.
14203
14204 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
14207         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
14208         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
14209         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14210         Check for functions and headers just once.
14211         Check for declaration of canonicalize_file_name.
14212         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
14213
14214 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
14215
14216         * gnulib-tool (func_import): Fix typo in actioncmd.
14217
14218 2006-11-02  Bruno Haible  <bruno@clisp.org>
14219
14220         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
14221         newline sequence in the Makefile.am snippet as a space, like "make"
14222         does.
14223         Reported by Roger Persson <perrog@gmail.com>.
14224
14225 2006-11-01  Bruno Haible  <bruno@clisp.org>
14226
14227         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
14228         already declared in <string.h>.
14229         * lib/strcase.h (strncasecmp): Don't declare it if yes.
14230
14231 2006-11-01  Bruno Haible  <bruno@clisp.org>
14232
14233         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
14234         * lib/strcase.h: Include <string.h>.
14235         (strcasecmp): Define to rpl_strcasecmp here.
14236
14237 2006-11-01  Bruno Haible  <bruno@clisp.org>
14238
14239         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
14240
14241 2006-11-01  Eric Blake  <ebb9@byu.net>
14242
14243         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
14244
14245         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
14246
14247 2006-10-29  Bruno Haible  <bruno@clisp.org>
14248
14249         Make it compile in C++ mode.
14250         * lib/full-write.c (full_rw): Add a cast.
14251
14252 2006-11-01  Bruno Haible  <bruno@clisp.org>
14253
14254         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
14255         be POSIX compliant.
14256         Reported by Roger Persson <perrog@gmail.com>.
14257
14258 2006-11-01  Eric Blake  <ebb9@byu.net>
14259
14260         * lib/getopt_.h: Fix comments.
14261
14262 2006-10-31  Eric Blake  <ebb9@byu.net>
14263
14264         * modules/tmpdir (Depends-on): Add sys_stat.
14265         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
14266         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
14267         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
14268         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
14269         tempname.
14270
14271 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         Avoid some C++ diagnostics reported by Bruno Haible.
14274         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
14275         xmalloc.
14276         (quotearg_alloc): Use xcharalloc rather than xmalloc.
14277         (struct slotvec): Move to top level.
14278         (quotearg_n_options): Rewrite to avoid xmalloc.
14279         * lib/xalloc.h (xcharalloc): New function.
14280         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
14281         [defined __cplusplus]: Add function template that provides result
14282         type propagation.  This part of the change is from Bruno Haible.
14283
14284 2006-10-29  Bruno Haible  <bruno@clisp.org>
14285
14286         Make it compile in C++ mode.
14287         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
14288         * lib/strnlen1.c (strnlen1): Cast memchr result.
14289         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
14290         * lib/clean-temp.c (string_equals, string_hash): Add casts.
14291         (create_temp_dir): Rename local variable 'template'.
14292         (compile_csharp_using_sscli): Add cast.
14293         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
14294         * lib/findprog.c (find_in_path): Likewise.
14295         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
14296         * lib/wait-process.c (register_slave_subprocess): Likewise.
14297
14298 2006-10-22  Bruno Haible  <bruno@clisp.org>
14299
14300         * modules/tsearch: New file.
14301         * lib/tsearch.h: New file.
14302         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
14303         * m4/tsearch.m4: New file.
14304         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
14305
14306 2006-10-29  Eric Blake  <ebb9@byu.net>
14307
14308         * lib/arcfour.c: Assume config.h.
14309         * lib/arctwo.c: Likewise.
14310         * lib/base64.c: Likewise.
14311         * lib/check-version.c: Likewise.
14312         * lib/crc.c: Likewise.
14313         * lib/des.c: Likewise.
14314         * lib/gc-gnulib.c: Likewise.
14315         * lib/gc-libgcrypt.c: Likewise.
14316         * lib/gc-pbkdf2-sha1.c: Likewise.
14317         * lib/getaddrinfo.c: Likewise.
14318         * lib/getdelim.c: Likewise.
14319         * lib/getline.c: Likewise.
14320         * lib/hmac-md5.c: Likewise.
14321         * lib/hmac-sha1.c: Likewise.
14322         * lib/iconvme.c: Likewise.
14323         * lib/md2.c: Likewise.
14324         * lib/md4.c: Likewise.
14325         * lib/memxor.c: Likewise.
14326         * lib/read-file.c: Likewise.
14327         * lib/readline.c: Likewise.
14328         * lib/rijndael-alg-fst.c: Likewise.
14329         * lib/rijndael-api-fst.c: Likewise.
14330         * lib/xgetdomainname.c: Likewise.
14331
14332 2006-10-28  Eric Blake  <ebb9@byu.net>
14333
14334         * lib/xstrndup.c: Assume config.h.
14335
14336 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
14337
14338         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
14339         stat-macros.h is now for our own macros, whereas stat_h is for
14340         macros in the <sys/stat.h> name space.
14341         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
14342         (STAT_MACROS_H): Remove.
14343         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
14344         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
14345         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
14346         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
14347         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
14348         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
14349         Move these macros to ...
14350         * lib/stat_.h: here.  Don't include stat-macros.h.
14351         * lib/canonicalize.c: Don't include stat-macros.h.
14352         * lib/chown.c: Likewise.
14353         * lib/euidaccess.c: Likewise.
14354         * lib/file-type.c: Likewise.
14355         * lib/filemode.c: Likewise.
14356         * lib/glob.c: Likewise.
14357         * lib/isapipe.c: Likewise.
14358         * lib/lchown.c: Likewise.
14359         * lib/lstat.c: Likewise.
14360         * lib/mkdir-p.c: Likewise.
14361         * lib/rmdir.c: Likewise.
14362         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
14363         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
14364         unless mkdir isn't declared, to speed up 'configure'.
14365         Always create sys/stat.h, since it's unlikely any real sys/stat.h
14366         would define all the S_* symbols.
14367         * modules/canonicalize (Depends-on):
14368         Depend on sys_stat, not stat-macros.
14369         * modules/chown: Likewise.
14370         * modules/euidaccess: Likewise.
14371         * modules/filemode: Likewise.
14372         * modules/file-type: Likewise.
14373         * modules/glob: Likewise.
14374         * modules/isapipe: Likewise.
14375         * modules/lchown: Likewise.
14376         * modules/lstat: Likewise.
14377         * modules/mkancesdirs: Likewise.
14378         * modules/rmdir: Likewise.
14379         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
14380         * modules/modechange: Likewise.
14381         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
14382         (configure.ac): Remove gl_STAT_MACROS.
14383         * modules/sys_stat (Depends-on): Remove stat-macros.
14384
14385 2006-10-27  Bruno Haible  <bruno@clisp.org>
14386
14387         * m4/signed.m4: Remove file.
14388         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
14389         invocation.
14390         * modules/vasnprintf (Files): Remove m4/signed.m4.
14391
14392 2006-10-27  Bruno Haible  <bruno@clisp.org>
14393
14394         Update to GNU gettext 0.16.
14395         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
14396         m4/inttypes-h.m4, m4/signed.m4.
14397         * m4/gettext.m4: Update to GNU gettext 0.16.
14398         * m4/intl.m4: New file, from GNU gettext.
14399         * m4/intldir.m4: New file, from GNU gettext.
14400         * config/srclist.txt: Update
14401
14402 2006-10-27  Eric Blake  <ebb9@byu.net>
14403
14404         * MODULES.html.sh: Document tempname.
14405         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
14406         dependencies.
14407         (Files): Move lib/tempname.c...
14408         * modules/tempname: ...to this new module.
14409         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
14410         (gl_PREREQ_TEMPNAME): Move...
14411         * m4/tempname.m4: ...to this new file.
14412         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
14413         * modules/sys_stat (Depends-on): Add stat-macros.
14414         * lib/stat_.h (includes): Pick up stat macros.
14415         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
14416         if stat macros are broken.
14417         * lib/tempname.c (includes): No need to include "stat-macros.h".
14418         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
14419         (direxists, __path_search) [!_LIBC]: Don't compile these in
14420         gnulib; the tmpdir module covers that.
14421         * lib/tempname.h: New file.
14422
14423 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * COPYING: Explain how gnulib-tool converts licence headers.
14426         Almost all wording by Eric Blake.
14427
14428 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * lib/mbchar.h (is_basic_table): Make read-only.
14431         * lib/mbchar.c (is_basic_table): Likewise.
14432         Reported by John Darrington.
14433
14434 2006-10-25  Bruno Haible  <bruno@clisp.org>
14435
14436         * lib/progname.h (set_program_name): Undefine before defining.
14437
14438 2006-10-25  Bruno Haible  <bruno@clisp.org>
14439
14440         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
14441         false for non-gcc C++ compilers.
14442         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
14443
14444 2006-10-24  Bruno Haible  <bruno@clisp.org>
14445
14446         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
14447         iconv implementations like Irix iconv.
14448
14449 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         * modules/vararrays: New file.
14452         * m4/vararrays.m4: New file, taken from diffutils.
14453         * MODULES.html.sh: New module vararrays.
14454
14455 2006-10-24  Karl Berry  <karl@gnu.org>
14456
14457         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
14458         Don't call GNU Unix.
14459
14460 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14461
14462         * users.txt: Add Libtool.
14463
14464         Sync from Libtool:
14465
14466         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14467
14468         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
14469         to gnulib's policy of including config.h unconditionally.
14470
14471 2006-10-24  Bruno Haible  <bruno@clisp.org>
14472
14473         * modules/wcwidth (Files): Add m4/wint_t.m4.
14474         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
14475         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
14476
14477 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14478
14479         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
14480         to pacify GCC with some -W flags enabled.  Problem reported by
14481         Bruno Haible.
14482
14483 2006-10-24  Jim Meyering  <jim@meyering.net>
14484
14485         * MODULES.html.sh: Remove uinttostr.  It's not a module.
14486         Reported by Karl Berry.
14487
14488 2006-10-23  Bruno Haible  <bruno@clisp.org>
14489
14490         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
14491
14492 2006-10-24  Bruno Haible  <bruno@clisp.org>
14493
14494         * lib/gl_list.h: Use C comment style, not C++ comment style.
14495
14496 2006-10-23  Eric Blake  <ebb9@byu.net>
14497
14498         * lib/getaddrinfo.c (includes): Add missing include.
14499
14500 2006-10-23  Bruno Haible  <bruno@clisp.org>
14501             Paul Eggert  <eggert@cs.ucla.edu>
14502
14503         Ability to rename obstack_free.
14504         * lib/obstack.h (__obstack_free): New macro. Declare instead of
14505         obstack_free.
14506         (obstack_free): Invoke the __obstack_free macro.
14507         * lib/obstack.c (obstack_free): Use __obstack_free macro.
14508
14509 2006-10-23  Bruno Haible  <bruno@clisp.org>
14510             Paul Eggert  <eggert@cs.ucla.edu>
14511
14512         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
14513         __argc, __argv from the declaration. (They are defined as macros on
14514         mingw.)
14515
14516 2006-10-22  Bruno Haible  <bruno@clisp.org>
14517
14518         * doc/gnulib-intro.texi: New file.
14519         * doc/gnulib.texi: Include it.
14520
14521 2006-10-21  Bruno Haible  <bruno@clisp.org>
14522
14523         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
14524         "Introduction", "Miscellanous Notes", "Particular Modules".
14525
14526 2006-10-21  Bruno Haible  <bruno@clisp.org>
14527
14528         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14529         Change mostlyclean-local rule to avoid sh syntax error from bash
14530         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
14531
14532 2006-10-23  Jim Meyering  <jim@meyering.net>
14533
14534         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
14535         in place of snprintf.
14536
14537         * modules/inttostr (Files): Add lib/uinttostr.c.
14538         * lib/uinttostr.c (inttostr): New file/function.
14539         * lib/inttostr.h (uinttostr): Declare.
14540         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
14541         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
14542         Add uinttostr.
14543         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
14544
14545 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
14546
14547         * lib/canonicalize.c (ELOOP): Define if not already defined.
14548         Problem reported by Bruno Haible in
14549         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
14550
14551 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
14552
14553         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
14554         Problem reported by Perry Smith and Ville Laurikari.
14555
14556         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
14557         uses.
14558
14559 2006-10-19  Bruno Haible  <bruno@clisp.org>
14560
14561         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
14562         for mingw.
14563
14564 2006-10-19  Bruno Haible  <bruno@clisp.org>
14565
14566         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
14567         Needed for mingw.
14568
14569 2006-10-19  Bruno Haible  <bruno@clisp.org>
14570
14571         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
14572
14573 2006-10-19  Bruno Haible  <bruno@clisp.org>
14574
14575         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
14576         it.
14577
14578 2006-10-19  Bruno Haible  <bruno@clisp.org>
14579
14580         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
14581         invocation.
14582
14583 2006-10-19  Bruno Haible  <bruno@clisp.org>
14584
14585         * gnulib-tool (func_create_testdir): Don't include ftruncate and
14586         mountlist by default.
14587
14588 2006-10-16  Bruno Haible  <bruno@clisp.org>
14589
14590         * lib/c-strstr.c: Include c-strstr.h.
14591
14592 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
14593
14594         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
14595         in a slash.
14596
14597 2006-10-18  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/lock.h [C++]: Wrap definitions in extern "C".
14600
14601 2006-10-18  Bruno Haible  <bruno@clisp.org>
14602
14603         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
14604         gl_LIBOBJS list.
14605
14606 2006-10-18  Bruno Haible  <bruno@clisp.org>
14607
14608         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
14609
14610 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
14611
14612         * lib/xstrtol.h: Include gettext.h.
14613         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
14614         Problem reported by Eric Blake.
14615         * modules/xstrtol (Depends-on): Add gettext-h.
14616
14617 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
14618
14619         * lib/strftime.c (advance): New macro.
14620         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
14621         incomplete type, so you can't add 0 to it.  Problem and patch
14622         reported by Eelco Dolstra for dietlibc.
14623
14624 2006-10-18  Jim Meyering  <jim@meyering.net>
14625
14626         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
14627         type for a local, and rename it: s/up/user_proc/.
14628
14629 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
14630
14631         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
14632         READ_UTMP_USER_PROCESS.
14633         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
14634
14635 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14636
14637         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
14638         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
14639
14640 2006-10-17  Eric Blake  <ebb9@byu.net>
14641
14642         * lib/sigprocmask.c (sigprocmask): Fix typo.
14643
14644         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
14645
14646         * modules/clean-temp (Makefile.am): Don't add to make output...
14647         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
14648         config.h.
14649
14650 2006-10-17  Bruno Haible  <bruno@clisp.org>
14651
14652         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
14653         differently if DEFAULT_TEXT_DOMAIN is set.
14654
14655 2006-10-16  Bruno Haible  <bruno@clisp.org>
14656
14657         * lib/clean-temp.c: Include fwriteerror.h.
14658
14659 2006-10-16  Bruno Haible  <bruno@clisp.org>
14660
14661         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
14662
14663 2006-10-16  Bruno Haible  <bruno@clisp.org>
14664
14665         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
14666         * lib/sigprocmask.h: Include <sys/types.h>.
14667         (sigset_t): Use the system's definition if present.
14668
14669 2006-10-17  Eric Blake  <ebb9@byu.net>
14670
14671         * lib/xvasprintf.c (includes): Assume config.h.
14672         * lib/xasprintf.c (includes): Likewise.
14673
14674 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14675
14676         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
14677         at least as wide as intmax_t.
14678
14679 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
14680
14681         (Imported from Automake.)
14682         * build-aux/gnupload: Update to version 1.1 of directive file.
14683
14684 2006-10-16  Eric Blake  <ebb9@byu.net>
14685
14686         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
14687         match Automake 1.10a.
14688
14689 2006-10-14  Bruno Haible  <bruno@clisp.org>
14690
14691         * modules/sigprocmask: New file.
14692         * lib/sigprocmask.h: New file.
14693         * lib/sigprocmask.c: New file.
14694         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
14695         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
14696         request sigprocmask.o.
14697         (gl_PREREQ_SIGPROCMASK): New macro.
14698         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
14699         (Depends-on): Add sigprocmask.
14700         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
14701         gt_SIGNALBLOCKING. Test for 'raise' only once.
14702         * lib/fatal-signal.c: Include sigprocmask.h.
14703         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
14704         unblock_fatal_signals): Define always.
14705         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14706         sigprocmask.
14707
14708 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14709
14710         Sync from Automake.
14711         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
14712         which incorrectly sets the mode of an existing destination
14713         directory.  In some cases the unpatched install-sh could do the
14714         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
14715         system.  We hope this is rare in practice, but it's clearly worth
14716         fixing.  Problem reported by Alex Unleashed in
14717         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
14718         Also, don't bother to check for -m bugs unless we're using -m;
14719         suggested by Stepan Kasal.
14720
14721 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14722
14723         Sync from Automake.
14724         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
14725         `-c' flag, so they appear at the same position as in %FASTDEP%
14726         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
14727         which ignores unknown options only after the first non-option.
14728         Bug report against M4 by Nelson H. F. Beebe.
14729
14730 2006-10-13  Jim Meyering  <jim@meyering.net>
14731
14732         Fix a bug in yesterday's change.
14733         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
14734         p->fts_statp->st_dev would be used uninitialized.
14735         Ensures that we always call fts_stat on the very first entry.
14736         Miklos Szeredi reported that find -xdev stopped working.
14737
14738 2006-10-12  Bruno Haible  <bruno@clisp.org>
14739
14740         * gnulib-tool (func_get_automake_snippet): Append an automatically
14741         computed EXTRA_DIST augmentation.
14742         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
14743         * modules/alloca-opt (Makefile.am): Likewise.
14744         * modules/allocsa (Makefile.am): Likewise.
14745         * modules/arcfour (Makefile.am): Likewise.
14746         * modules/arctwo (Makefile.am): Likewise.
14747         * modules/argmatch (Makefile.am): Likewise.
14748         * modules/argz (Makefile.am): Likewise.
14749         * modules/atexit (Makefile.am): Likewise.
14750         * modules/backupfile (Makefile.am): Likewise.
14751         * modules/byteswap (Makefile.am): Likewise.
14752         * modules/c-strtod (Makefile.am): Likewise.
14753         * modules/c-strtold (Makefile.am): Likewise.
14754         * modules/calloc (Makefile.am): Likewise.
14755         * modules/canon-host (Makefile.am): Likewise.
14756         * modules/canonicalize (Makefile.am): Likewise.
14757         * modules/chdir-long (Makefile.am): Likewise.
14758         * modules/chdir-safer (Makefile.am): Likewise.
14759         * modules/check-version (Makefile.am): Likewise.
14760         * modules/chown (Makefile.am): Likewise.
14761         * modules/cloexec (Makefile.am): Likewise.
14762         * modules/close-stream (Makefile.am): Likewise.
14763         * modules/closeout (Makefile.am): Likewise.
14764         * modules/crc (Makefile.am): Likewise.
14765         * modules/csharpexec (Makefile.am): Likewise.
14766         * modules/cycle-check (Makefile.am): Likewise.
14767         * modules/des (Makefile.am): Likewise.
14768         * modules/dev-ino (Makefile.am): Likewise.
14769         * modules/dirfd (Makefile.am): Likewise.
14770         * modules/dirname (Makefile.am): Likewise.
14771         * modules/dup2 (Makefile.am): Likewise.
14772         * modules/eealloc (Makefile.am): Likewise.
14773         * modules/error (Makefile.am): Likewise.
14774         * modules/euidaccess (Makefile.am): Likewise.
14775         * modules/exclude (Makefile.am): Likewise.
14776         * modules/exitfail (Makefile.am): Likewise.
14777         * modules/fcntl-safer (Makefile.am): Likewise.
14778         * modules/fcntl (Makefile.am): Likewise.
14779         * modules/file-type (Makefile.am): Likewise.
14780         * modules/fileblocks (Makefile.am): Likewise.
14781         * modules/filemode (Makefile.am): Likewise.
14782         * modules/filenamecat (Makefile.am): Likewise.
14783         * modules/fnmatch (Makefile.am): Likewise.
14784         * modules/fopen-safer (Makefile.am): Likewise.
14785         * modules/fpending (Makefile.am): Likewise.
14786         * modules/fprintftime (Makefile.am): Likewise.
14787         * modules/free (Makefile.am): Likewise.
14788         * modules/fsusage (Makefile.am): Likewise.
14789         * modules/ftruncate (Makefile.am): Likewise.
14790         * modules/fts (Makefile.am): Likewise.
14791         * modules/gc-arcfour (Makefile.am): Likewise.
14792         * modules/gc-des (Makefile.am): Likewise.
14793         * modules/gc-hmac-md5 (Makefile.am): Likewise.
14794         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
14795         * modules/gc-md4 (Makefile.am): Likewise.
14796         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
14797         * modules/gc-sha1 (Makefile.am): Likewise.
14798         * modules/gc (Makefile.am): Likewise.
14799         * modules/getaddrinfo (Makefile.am): Likewise.
14800         * modules/getcwd (Makefile.am): Likewise.
14801         * modules/getdelim (Makefile.am): Likewise.
14802         * modules/getdomainname (Makefile.am): Likewise.
14803         * modules/getgroups (Makefile.am): Likewise.
14804         * modules/gethostname (Makefile.am): Likewise.
14805         * modules/gethrxtime (Makefile.am): Likewise.
14806         * modules/getline (Makefile.am): Likewise.
14807         * modules/getloadavg (Makefile.am): Likewise.
14808         * modules/getlogin_r (Makefile.am): Likewise.
14809         * modules/getndelim2 (Makefile.am): Likewise.
14810         * modules/getopt (Makefile.am): Likewise.
14811         * modules/getpagesize (Makefile.am): Likewise.
14812         * modules/getpass-gnu (Makefile.am): Likewise.
14813         * modules/getpass (Makefile.am): Likewise.
14814         * modules/getsubopt (Makefile.am): Likewise.
14815         * modules/gettime (Makefile.am): Likewise.
14816         * modules/gettimeofday (Makefile.am): Likewise.
14817         * modules/getugroups (Makefile.am): Likewise.
14818         * modules/getusershell (Makefile.am): Likewise.
14819         * modules/glob (Makefile.am): Likewise.
14820         * modules/group-member (Makefile.am): Likewise.
14821         * modules/hard-locale (Makefile.am): Likewise.
14822         * modules/hash (Makefile.am): Likewise.
14823         * modules/hmac-md5 (Makefile.am): Likewise.
14824         * modules/hmac-sha1 (Makefile.am): Likewise.
14825         * modules/human (Makefile.am): Likewise.
14826         * modules/idcache (Makefile.am): Likewise.
14827         * modules/imaxabs (Makefile.am): Likewise.
14828         * modules/imaxdiv (Makefile.am): Likewise.
14829         * modules/inet_ntop (Makefile.am): Likewise.
14830         * modules/inet_pton (Makefile.am): Likewise.
14831         * modules/intprops (Makefile.am): Likewise.
14832         * modules/inttostr (Makefile.am): Likewise.
14833         * modules/inttypes (Makefile.am): Likewise.
14834         * modules/isapipe (Makefile.am): Likewise.
14835         * modules/javaversion (Makefile.am): Likewise.
14836         * modules/lchmod (Makefile.am): Likewise.
14837         * modules/lchown (Makefile.am): Likewise.
14838         * modules/localcharset (Makefile.am): Likewise.
14839         * modules/long-options (Makefile.am): Likewise.
14840         * modules/lstat (Makefile.am): Likewise.
14841         * modules/malloc (Makefile.am): Likewise.
14842         * modules/mathl (Makefile.am): Likewise.
14843         * modules/mbchar (Makefile.am): Likewise.
14844         * modules/md2 (Makefile.am): Likewise.
14845         * modules/md4 (Makefile.am): Likewise.
14846         * modules/md5 (Makefile.am): Likewise.
14847         * modules/memcasecmp (Makefile.am): Likewise.
14848         * modules/memchr (Makefile.am): Likewise.
14849         * modules/memcmp (Makefile.am): Likewise.
14850         * modules/memcoll (Makefile.am): Likewise.
14851         * modules/memcpy (Makefile.am): Likewise.
14852         * modules/memmem (Makefile.am): Likewise.
14853         * modules/memmove (Makefile.am): Likewise.
14854         * modules/mempcpy (Makefile.am): Likewise.
14855         * modules/memrchr (Makefile.am): Likewise.
14856         * modules/memset (Makefile.am): Likewise.
14857         * modules/memxor (Makefile.am): Likewise.
14858         * modules/mkancesdirs (Makefile.am): Likewise.
14859         * modules/mkdir-p (Makefile.am): Likewise.
14860         * modules/mkdir (Makefile.am): Likewise.
14861         * modules/mkdtemp (Makefile.am): Likewise.
14862         * modules/mkstemp (Makefile.am): Likewise.
14863         * modules/mktime (Makefile.am): Likewise.
14864         * modules/modechange (Makefile.am): Likewise.
14865         * modules/mountlist (Makefile.am): Likewise.
14866         * modules/nanosleep (Makefile.am): Likewise.
14867         * modules/obstack (Makefile.am): Likewise.
14868         * modules/openat (Makefile.am): Likewise.
14869         * modules/pagealign_alloc (Makefile.am): Likewise.
14870         * modules/pathmax (Makefile.am): Likewise.
14871         * modules/physmem (Makefile.am): Likewise.
14872         * modules/poll (Makefile.am): Likewise.
14873         * modules/posixtm (Makefile.am): Likewise.
14874         * modules/posixver (Makefile.am): Likewise.
14875         * modules/putenv (Makefile.am): Likewise.
14876         * modules/quote (Makefile.am): Likewise.
14877         * modules/quotearg (Makefile.am): Likewise.
14878         * modules/raise (Makefile.am): Likewise.
14879         * modules/read-file (Makefile.am): Likewise.
14880         * modules/readline (Makefile.am): Likewise.
14881         * modules/readlink (Makefile.am): Likewise.
14882         * modules/readtokens (Makefile.am): Likewise.
14883         * modules/readutmp (Makefile.am): Likewise.
14884         * modules/realloc (Makefile.am): Likewise.
14885         * modules/regex (Makefile.am): Likewise.
14886         * modules/rename-dest-slash (Makefile.am): Likewise.
14887         * modules/rename (Makefile.am): Likewise.
14888         * modules/rijndael (Makefile.am): Likewise.
14889         * modules/rmdir (Makefile.am): Likewise.
14890         * modules/rpmatch (Makefile.am): Likewise.
14891         * modules/safe-read (Makefile.am): Likewise.
14892         * modules/safe-write (Makefile.am): Likewise.
14893         * modules/same-inode (Makefile.am): Likewise.
14894         * modules/same (Makefile.am): Likewise.
14895         * modules/save-cwd (Makefile.am): Likewise.
14896         * modules/savedir (Makefile.am): Likewise.
14897         * modules/setenv (Makefile.am): Likewise.
14898         * modules/settime (Makefile.am): Likewise.
14899         * modules/sha1 (Makefile.am): Likewise.
14900         * modules/sig2str (Makefile.am): Likewise.
14901         * modules/snprintf (Makefile.am): Likewise.
14902         * modules/stat-macros (Makefile.am): Likewise.
14903         * modules/stat-time (Makefile.am): Likewise.
14904         * modules/stdbool (Makefile.am): Likewise.
14905         * modules/stdint (Makefile.am): Likewise.
14906         * modules/stdlib-safer (Makefile.am): Likewise.
14907         * modules/stpcpy (Makefile.am): Likewise.
14908         * modules/stpncpy (Makefile.am): Likewise.
14909         * modules/strcase (Makefile.am): Likewise.
14910         * modules/strcasestr (Makefile.am): Likewise.
14911         * modules/strchrnul (Makefile.am): Likewise.
14912         * modules/strcspn (Makefile.am): Likewise.
14913         * modules/strdup (Makefile.am): Likewise.
14914         * modules/strerror (Makefile.am): Likewise.
14915         * modules/strftime (Makefile.am): Likewise.
14916         * modules/strndup (Makefile.am): Likewise.
14917         * modules/strnlen (Makefile.am): Likewise.
14918         * modules/strpbrk (Makefile.am): Likewise.
14919         * modules/strsep (Makefile.am): Likewise.
14920         * modules/strstr (Makefile.am): Likewise.
14921         * modules/strtod (Makefile.am): Likewise.
14922         * modules/strtoimax (Makefile.am): Likewise.
14923         * modules/strtok_r (Makefile.am): Likewise.
14924         * modules/strtol (Makefile.am): Likewise.
14925         * modules/strtoll (Makefile.am): Likewise.
14926         * modules/strtoul (Makefile.am): Likewise.
14927         * modules/strtoull (Makefile.am): Likewise.
14928         * modules/strtoumax (Makefile.am): Likewise.
14929         * modules/strverscmp (Makefile.am): Likewise.
14930         * modules/sys_socket (Makefile.am): Likewise.
14931         * modules/sys_stat (Makefile.am): Likewise.
14932         * modules/sysexits (Makefile.am): Likewise.
14933         * modules/time_r (Makefile.am): Likewise.
14934         * modules/timegm (Makefile.am): Likewise.
14935         * modules/timespec (Makefile.am): Likewise.
14936         * modules/tmpfile-safer (Makefile.am): Likewise.
14937         * modules/trim (Makefile.am): Likewise.
14938         * modules/unistd-safer (Makefile.am): Likewise.
14939         * modules/unlinkdir (Makefile.am): Likewise.
14940         * modules/unlocked-io (Makefile.am): Likewise.
14941         * modules/userspec (Makefile.am): Likewise.
14942         * modules/utime (Makefile.am): Likewise.
14943         * modules/utimecmp (Makefile.am): Likewise.
14944         * modules/utimens (Makefile.am): Likewise.
14945         * modules/vasnprintf (Makefile.am): Likewise.
14946         * modules/vasprintf (Makefile.am): Likewise.
14947         * modules/vsnprintf (Makefile.am): Likewise.
14948         * modules/xalloc (Makefile.am): Likewise.
14949         * modules/xgetcwd (Makefile.am): Likewise.
14950         * modules/xnanosleep (Makefile.am): Likewise.
14951         * modules/xreadlink (Makefile.am): Likewise.
14952         * modules/xstrtod (Makefile.am): Likewise.
14953         * modules/xstrtol (Makefile.am): Likewise.
14954         * modules/xstrtold (Makefile.am): Likewise.
14955         * modules/yesno (Makefile.am): Likewise.
14956         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
14957
14958 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         * modules/error (Makefile.am): Distribute files through
14961         EXTRA_DIST, not lib_SOURCES.
14962
14963 2006-10-12  Eric Blake  <ebb9@byu.net>
14964
14965         * modules/error (Makefile.am): Distribute files in /lib.
14966         * modules/obstack (Makefile.am): Likewise.
14967
14968 2006-10-12  Bruno Haible  <bruno@clisp.org>
14969
14970         * modules/acl (Makefile.am): Distribute all files in lib/ through
14971         EXTRA_DIST.
14972         * modules/arcfour (Makefile.am): Likewise.
14973         * modules/arctwo (Makefile.am): Likewise.
14974         * modules/argmatch (Makefile.am): Likewise.
14975         * modules/argz (Makefile.am): Likewise.
14976         * modules/atexit (Makefile.am): Likewise.
14977         * modules/backupfile (Makefile.am): Likewise.
14978         * modules/c-strtod (Makefile.am): Likewise.
14979         * modules/c-strtold (Makefile.am): Likewise.
14980         * modules/calloc (Makefile.am): Likewise.
14981         * modules/canon-host (Makefile.am): Likewise.
14982         * modules/canonicalize (Makefile.am): Likewise.
14983         * modules/chdir-long (Makefile.am): Likewise.
14984         * modules/chdir-safer (Makefile.am): Likewise.
14985         * modules/check-version (Makefile.am): Likewise.
14986         * modules/chown (Makefile.am): Likewise.
14987         * modules/cloexec (Makefile.am): Likewise.
14988         * modules/close-stream (Makefile.am): Likewise.
14989         * modules/closeout (Makefile.am): Likewise.
14990         * modules/crc (Makefile.am): Likewise.
14991         * modules/cycle-check (Makefile.am): Likewise.
14992         * modules/des (Makefile.am): Likewise.
14993         * modules/dirfd (Makefile.am): Likewise.
14994         * modules/dirname (Makefile.am): Likewise.
14995         * modules/dup2 (Makefile.am): Likewise.
14996         * modules/euidaccess (Makefile.am): Likewise.
14997         * modules/exclude (Makefile.am): Likewise.
14998         * modules/exitfail (Makefile.am): Likewise.
14999         * modules/fcntl-safer (Makefile.am): Likewise.
15000         * modules/file-type (Makefile.am): Likewise.
15001         * modules/fileblocks (Makefile.am): Likewise.
15002         * modules/filemode (Makefile.am): Likewise.
15003         * modules/filenamecat (Makefile.am): Likewise.
15004         * modules/fnmatch (Makefile.am): Likewise.
15005         * modules/fopen-safer (Makefile.am): Likewise.
15006         * modules/fpending (Makefile.am): Likewise.
15007         * modules/fprintftime (Makefile.am): Likewise.
15008         * modules/free (Makefile.am): Likewise.
15009         * modules/fsusage (Makefile.am): Likewise.
15010         * modules/ftruncate (Makefile.am): Likewise.
15011         * modules/fts (Makefile.am): Likewise.
15012         * modules/gc (Makefile.am): Likewise.
15013         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
15014         * modules/getaddrinfo (Makefile.am): Likewise.
15015         * modules/getcwd (Makefile.am): Likewise.
15016         * modules/getdelim (Makefile.am): Likewise.
15017         * modules/getdomainname (Makefile.am): Likewise.
15018         * modules/getgroups (Makefile.am): Likewise.
15019         * modules/gethostname (Makefile.am): Likewise.
15020         * modules/gethrxtime (Makefile.am): Likewise.
15021         * modules/getline (Makefile.am): Likewise.
15022         * modules/getloadavg (Makefile.am): Likewise.
15023         * modules/getlogin_r (Makefile.am): Likewise.
15024         * modules/getopt (Makefile.am): Likewise.
15025         * modules/getpass (Makefile.am): Likewise.
15026         * modules/getpass-gnu (Makefile.am): Likewise.
15027         * modules/getsubopt (Makefile.am): Likewise.
15028         * modules/gettime (Makefile.am): Likewise.
15029         * modules/gettimeofday (Makefile.am): Likewise.
15030         * modules/getugroups (Makefile.am): Likewise.
15031         * modules/getusershell (Makefile.am): Likewise.
15032         * modules/glob (Makefile.am): Likewise.
15033         * modules/group-member (Makefile.am): Likewise.
15034         * modules/hard-locale (Makefile.am): Likewise.
15035         * modules/hash (Makefile.am): Likewise.
15036         * modules/hmac-md5 (Makefile.am): Likewise.
15037         * modules/hmac-sha1 (Makefile.am): Likewise.
15038         * modules/human (Makefile.am): Likewise.
15039         * modules/idcache (Makefile.am): Likewise.
15040         * modules/imaxabs (Makefile.am): Likewise.
15041         * modules/imaxdiv (Makefile.am): Likewise.
15042         * modules/inet_ntop (Makefile.am): Likewise.
15043         * modules/inet_pton (Makefile.am): Likewise.
15044         * modules/inttostr (Makefile.am): Likewise.
15045         * modules/isapipe (Makefile.am): Likewise.
15046         * modules/lchown (Makefile.am): Likewise.
15047         * modules/long-options (Makefile.am): Likewise.
15048         * modules/lstat (Makefile.am): Likewise.
15049         * modules/malloc (Makefile.am): Likewise.
15050         * modules/mathl (Makefile.am): Likewise.
15051         * modules/mbchar (Makefile.am): Likewise.
15052         * modules/md2 (Makefile.am): Likewise.
15053         * modules/md4 (Makefile.am): Likewise.
15054         * modules/md5 (Makefile.am): Likewise.
15055         * modules/memcasecmp (Makefile.am): Likewise.
15056         * modules/memchr (Makefile.am): Likewise.
15057         * modules/memcmp (Makefile.am): Likewise.
15058         * modules/memcoll (Makefile.am): Likewise.
15059         * modules/memcpy (Makefile.am): Likewise.
15060         * modules/memmem (Makefile.am): Likewise.
15061         * modules/memmove (Makefile.am): Likewise.
15062         * modules/mempcpy (Makefile.am): Likewise.
15063         * modules/memrchr (Makefile.am): Likewise.
15064         * modules/memset (Makefile.am): Likewise.
15065         * modules/memxor (Makefile.am): Likewise.
15066         * modules/mkancesdirs (Makefile.am): Likewise.
15067         * modules/mkdir (Makefile.am): Likewise.
15068         * modules/mkdir-p (Makefile.am): Likewise.
15069         * modules/mkdtemp (Makefile.am): Likewise.
15070         * modules/mkstemp (Makefile.am): Likewise.
15071         * modules/mktime (Makefile.am): Likewise.
15072         * modules/modechange (Makefile.am): Likewise.
15073         * modules/mountlist (Makefile.am): Likewise.
15074         * modules/nanosleep (Makefile.am): Likewise.
15075         * modules/openat (Makefile.am): Likewise.
15076         * modules/pagealign_alloc (Makefile.am): Likewise.
15077         * modules/physmem (Makefile.am): Likewise.
15078         * modules/poll (Makefile.am): Likewise.
15079         * modules/posixtm (Makefile.am): Likewise.
15080         * modules/posixver (Makefile.am): Likewise.
15081         * modules/putenv (Makefile.am): Likewise.
15082         * modules/quote (Makefile.am): Likewise.
15083         * modules/quotearg (Makefile.am): Likewise.
15084         * modules/raise (Makefile.am): Likewise.
15085         * modules/read-file (Makefile.am): Likewise.
15086         * modules/readline (Makefile.am): Likewise.
15087         * modules/readlink (Makefile.am): Likewise.
15088         * modules/readtokens (Makefile.am): Likewise.
15089         * modules/readutmp (Makefile.am): Likewise.
15090         * modules/realloc (Makefile.am): Likewise.
15091         * modules/regex (Makefile.am): Likewise.
15092         * modules/rename (Makefile.am): Likewise.
15093         * modules/rename-dest-slash (Makefile.am): Likewise.
15094         * modules/rijndael (Makefile.am): Likewise.
15095         * modules/rmdir (Makefile.am): Likewise.
15096         * modules/rpmatch (Makefile.am): Likewise.
15097         * modules/safe-read (Makefile.am): Likewise.
15098         * modules/safe-write (Makefile.am): Likewise.
15099         * modules/same (Makefile.am): Likewise.
15100         * modules/save-cwd (Makefile.am): Likewise.
15101         * modules/savedir (Makefile.am): Likewise.
15102         * modules/setenv (Makefile.am): Likewise.
15103         * modules/settime (Makefile.am): Likewise.
15104         * modules/sha1 (Makefile.am): Likewise.
15105         * modules/sig2str (Makefile.am): Likewise.
15106         * modules/snprintf (Makefile.am): Likewise.
15107         * modules/stdlib-safer (Makefile.am): Likewise.
15108         * modules/stpcpy (Makefile.am): Likewise.
15109         * modules/stpncpy (Makefile.am): Likewise.
15110         * modules/strcase (Makefile.am): Likewise.
15111         * modules/strcasestr (Makefile.am): Likewise.
15112         * modules/strchrnul (Makefile.am): Likewise.
15113         * modules/strcspn (Makefile.am): Likewise.
15114         * modules/strdup (Makefile.am): Likewise.
15115         * modules/strerror (Makefile.am): Likewise.
15116         * modules/strftime (Makefile.am): Likewise.
15117         * modules/strndup (Makefile.am): Likewise.
15118         * modules/strnlen (Makefile.am): Likewise.
15119         * modules/strpbrk (Makefile.am): Likewise.
15120         * modules/strsep (Makefile.am): Likewise.
15121         * modules/strstr (Makefile.am): Likewise.
15122         * modules/strtod (Makefile.am): Likewise.
15123         * modules/strtoimax (Makefile.am): Likewise.
15124         * modules/strtok_r (Makefile.am): Likewise.
15125         * modules/strtol (Makefile.am): Likewise.
15126         * modules/strtoll (Makefile.am): Likewise.
15127         * modules/strtoul (Makefile.am): Likewise.
15128         * modules/strtoull (Makefile.am): Likewise.
15129         * modules/strtoumax (Makefile.am): Likewise.
15130         * modules/strverscmp (Makefile.am): Likewise.
15131         * modules/time_r (Makefile.am): Likewise.
15132         * modules/timegm (Makefile.am): Likewise.
15133         * modules/tmpfile-safer (Makefile.am): Likewise.
15134         * modules/unistd-safer (Makefile.am): Likewise.
15135         * modules/unlinkdir (Makefile.am): Likewise.
15136         * modules/userspec (Makefile.am): Likewise.
15137         * modules/utime (Makefile.am): Likewise.
15138         * modules/utimecmp (Makefile.am): Likewise.
15139         * modules/utimens (Makefile.am): Likewise.
15140         * modules/vasnprintf (Makefile.am): Likewise.
15141         * modules/vasprintf (Makefile.am): Likewise.
15142         * modules/vsnprintf (Makefile.am): Likewise.
15143         * modules/xalloc (Makefile.am): Likewise.
15144         * modules/xgetcwd (Makefile.am): Likewise.
15145         * modules/xnanosleep (Makefile.am): Likewise.
15146         * modules/xreadlink (Makefile.am): Likewise.
15147         * modules/xstrtod (Makefile.am): Likewise.
15148         * modules/xstrtol (Makefile.am): Likewise.
15149         * modules/xstrtold (Makefile.am): Likewise.
15150         * modules/yesno (Makefile.am): Likewise.
15151
15152 2006-10-12  Jim Meyering  <jim@meyering.net>
15153
15154         * m4/getloadavg.m4: Revert the change below.
15155
15156         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
15157         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
15158         fail with a symlink, which is what coreutils' ./bootstrap now
15159         creates by default.
15160
15161 2006-10-12  Bruno Haible  <bruno@clisp.org>
15162
15163         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
15164         mingw.
15165         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
15166         MSVC and mingw explicitly.
15167
15168 2006-10-11  Simon Josefsson  <jas@extundo.com>
15169             Bruno Haible  <bruno@clisp.org>
15170
15171         Add support for multiple gnulib-tool invocations in the scope of a
15172         single configure.ac file.
15173         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
15174         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
15175         with the same contents as the _LIBADD variable.
15176         (func_emit_initmacro_start, func_emit_initmacro_end,
15177         func_emit_initmacro_done): New functions.
15178         (func_import, func_create_testdir): Invoke them. Allow the identifiers
15179         gl_LIBOBJS and gl_LTLIBOBJS.
15180
15181 2006-10-11  Bruno Haible  <bruno@clisp.org>
15182
15183         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
15184         (func_create_testdir): Don't create po/Makefile.am, don't invoke
15185         autoreconf. Instead, invoke autopoint explicitly but move back the
15186         *.m4 files from gnulib.
15187
15188 2006-10-11  Bruno Haible  <bruno@clisp.org>
15189
15190         * gnulib-tool (func_usage): Make module names after --create-testdir
15191         optional.
15192         (func_create_testdir): If no module was specified, use nearly all
15193         modules.
15194
15195 2006-10-12  Jim Meyering  <jim@meyering.net>
15196
15197         Big performance improvement for fts-based tools that use FTS_NOSTAT.
15198         Avoid spurious inode-mismatch problems on non-POSIX file systems.
15199         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
15200         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
15201         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
15202         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
15203         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
15204         (fts_set_stat_required): New function.
15205         (fts_open): Defer the calls to fts_stat, if possible or requested.
15206         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
15207         into fts_stat itself.
15208         (fts_read): Perform any required (deferred) fts_stat call.
15209         (fts_build): Likewise, for the directory we're about to open and read.
15210         In the readdir loop, carefully decide whether each entry will require
15211         an eventual call to fts_stat, using dirent.d_type info if available.
15212         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
15213         a command line argument into this function.  Update all callers.
15214         Map a return value of FTS_DOT to FTS_D for a command line argument.
15215         * modules/fts (Depends-on): Add d-type.  Alphabetize.
15216         Thanks to Miklos Szeredi for his tenacity and for the initial
15217         bug report about "find" failing on a FUSE-based file system.
15218
15219         * lib/fts.c (fts_open): Use consistent indentation.
15220
15221 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15222
15223         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
15224         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
15225         reported by Jim Meyering.  All uses of cache variables renamed
15226         to match Autoconf's.
15227         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
15228         the other one.
15229
15230         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
15231         Fix misspelling in diagnostic.
15232
15233 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15234
15235         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
15236         defined.  Problem reported by Matthew Woehlke.
15237
15238         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
15239         Add support for Tandem NonStop R series.
15240         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
15241         Use new macro.
15242
15243         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
15244         (has_trailing_slash): Omit size arg; all callers changed.
15245         Omit 'inline', since it doesn't help performance and we'd
15246         need to configure it.
15247         Don't count //, ///, etc. as having a trailing slash.
15248         As a side effect, this removes a C99ism reported by Matthew Woehlke.
15249         (rpl_rename_dest_slash): On failure, use rename's errno rather
15250         than (in some cases) an incorrect or junk errno.
15251         Simplify code by removing need to compute length; this does
15252         cause it to make two passes instead of one over the file name,
15253         but it's worth it.
15254
15255         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
15256         change, since Autoconf's version may no longer be appropriate now
15257         that we are using CVS Autoconf's version.  Add support for Tandem.
15258
15259 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15260             Bruno Haible  <bruno@clisp.org>
15261
15262         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
15263         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
15264         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
15265         gl_AC_TYPE_LONG_LONG.
15266
15267         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
15268         instead of HAVE_LONG_LONG.
15269         * lib/printf-args.c (printf_fetchargs): Likewise.
15270         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
15271         * lib/vasnprintf.c (VASNPRINTF): Likewise.
15272         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
15273         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
15274         gl_AC_TYPE_LONG_LONG.
15275
15276 2006-10-11  Bruno Haible  <bruno@clisp.org>
15277
15278         * m4/longlong.m4: Add comments.
15279         * m4/ulonglong.m4: Likewise.
15280
15281 2006-10-10  Bruno Haible  <bruno@clisp.org>
15282
15283         Make it possible to #define stpcpy, strdup to aliases.
15284         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
15285         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
15286
15287 2006-10-10  Bruno Haible  <bruno@clisp.org>
15288
15289         Make it possible to #define gcd to an alias.
15290         * lib/gcd.c: Include config.h.
15291
15292 2006-10-10  Bruno Haible  <bruno@clisp.org>
15293
15294         Make it possible to #define c_isascii to an alias.
15295         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
15296         defined. Undefine the macros before defining them, to avoid gcc
15297         warnings.
15298         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
15299         define NO_C_CTYPE_MACROS early.
15300
15301 2006-10-10  Bruno Haible  <bruno@clisp.org>
15302
15303         Make it possible to #define set_program_name to an alias.
15304         * lib/progname.c: Don't undefine set_program_name; instead, undefine
15305         ENABLE_RELOCATABLE early.
15306
15307 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15308
15309         Port to Tandem NSK OSS, which has 64-bit signed int but at most
15310         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
15311         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
15312         More generally, don't assume that 64-bit signed int is available
15313         if unsigned int is, and vice versa.
15314         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
15315         unsigned symbols, not on their signed counterparts.
15316         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
15317         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
15318         (UINT64_C, UINTMAX_C):
15319         Likewise.
15320         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
15321         unsigned counterparts.
15322         (Have_long_long, Unsigned): New macros.
15323         (Int): Renamed from INT.
15324         (strtoimax): Use the new macros.
15325         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
15326         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
15327         * modules/inttypes (inttypes.h): Substitute
15328         HAVE_UNSIGNED_LONG_LONG_INT.
15329         * modules/stdint (stdint.h): Likewise.
15330         (Files): Add m4/ulonglong.m4.
15331
15332 2006-10-10  Bruno Haible  <bruno@clisp.org>
15333
15334         Fix a gcc -Wshadow warning.
15335         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
15336         to 'bucket'.
15337         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
15338         gl_linked_indexof_from_to): Likewise.
15339         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
15340         Likewise.
15341         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
15342         Likewise.
15343         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
15344         Reported by Eric Blake.
15345
15346 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
15347
15348         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
15349         for NetBSD.  Problem reported by Bruno Haible.
15350
15351 2006-10-09  Jim Meyering  <jim@meyering.net>
15352
15353         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
15354         Patch from Bruno Haible.
15355
15356 2006-10-09  Jim Meyering  <jim@meyering.net>
15357
15358         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
15359         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
15360         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
15361
15362 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         Don't include <config.h> twice; this doesn't work in some cases,
15365         e.g., when config.h has "#define intmax_t long long int" and
15366         we include <config.h>, <inttypes.h>, <config.h> in that order.
15367         Problem reported by Matthew Woehlke in:
15368         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
15369         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
15370         * lib/fts-cycle.c: Don't include config.h.
15371         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
15372         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
15373         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
15374         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
15375         inttypes.h.
15376         * lib/xstrtoumax.c: Likewise.
15377         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
15378         __strtol and the like, so that this module is more like its siblings.
15379         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
15380         Remove; no longer needed now that we assume gnulib inttypes.h.
15381
15382 2006-10-08  Bruno Haible  <bruno@clisp.org>
15383
15384         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
15385         option.
15386
15387 2006-10-07  Jim Meyering  <jim@meyering.net>
15388
15389         * modules/inttypes (inttypes.h): Revert what seems to have been
15390         an inadvertent part of today's change: use "|", not "/" in the
15391         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
15392
15393 2006-10-07  Bruno Haible  <bruno@clisp.org>
15394
15395         * modules/sublist: New file.
15396
15397 2006-10-07  Bruno Haible  <bruno@clisp.org>
15398
15399         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
15400         * modules/argz (argz.h): Likewise.
15401         * modules/arpa_inet (arpa/inet.h): Likewise.
15402         * modules/byteswap (byteswap.h): Likewise.
15403         * modules/configmake (configmake.h): Likewise.
15404         * modules/fcntl (fcntl.h): Likewise.
15405         * modules/fnmatch (fnmatch.h): Likewise.
15406         * modules/getopt (getopt.h): Likewise.
15407         * modules/glob (glob.h): Likewise.
15408         * modules/inttypes (inttypes.h): Likewise.
15409         * modules/netinet_in (netinet/in.h): Likewise.
15410         * modules/poll (poll.h): Likewise.
15411         * modules/stdbool (stdbool.h): Likewise.
15412         * modules/stdint (stdint.h): Likewise.
15413         * modules/sys_select (sys/select.h): Likewise.
15414         * modules/sys_socket (sys/socket.h): Likewise.
15415         * modules/sys_stat (sys/stat.h): Likewise.
15416         * modules/sysexits (sysexits.h): Likewise.
15417         * modules/unistd (unistd.h): Likewise.
15418         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15419         Add a "DO NOT EDIT" comment to the generated file.
15420         (func_import): Likewise for gnulib-comp.m4.
15421
15422 2006-10-07  Bruno Haible  <bruno@clisp.org>
15423
15424         * lib/gl_sublist.h: New file.
15425         * lib/gl_sublist.c: New file.
15426
15427 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15428
15429         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
15430         name (relative to the original working directory) and the file
15431         name component (relative to the temporary working directory).  All
15432         callers changed.
15433         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
15434         * lib/mkdir-p.c (make_dir_parents): Likewise.
15435         * lib/mkdir-p.h (make_dir_parents): Likewise.
15436
15437 2006-10-06  Eric Blake  <ebb9@byu.net>
15438
15439         Define several macros for use by the clean-temp module.
15440         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
15441         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
15442         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
15443
15444         * lib/clean-temp.h (close_stream_temp): New declaration.
15445         * lib/clean-temp.c (includes): Pull in headers according to what
15446         other modules are in use.
15447         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
15448
15449 2006-10-06  Bruno Haible  <bruno@clisp.org>
15450
15451         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
15452         instead of fopen, fwriteerror.
15453
15454 2006-10-06  Bruno Haible  <bruno@clisp.org>
15455
15456         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
15457         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
15458         int.
15459         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
15460         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
15461         Return an error indicator.
15462         Suggested by Eric Blake.
15463
15464 2006-10-06  Bruno Haible  <bruno@clisp.org>
15465
15466         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
15467         Reported by Eric Blake.
15468
15469 2006-10-06  Bruno Haible  <bruno@clisp.org>
15470
15471         * modules/closeout (Description): Mention stderr too.
15472
15473 2006-10-06  Bruno Haible  <bruno@clisp.org>
15474         and Paul Eggert  <eggert@cs.ucla.edu>
15475
15476         * lib/closeout.c (close_stdout): Also close stderr.
15477         * lib/closeout.h: Update comment.
15478
15479 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
15482         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
15483         * lib/dirchownmod.c: Include lchown.h.
15484         * lib/lchown.c: Don't include files that lchown.h now includes.
15485         Don't declare chown, since lchown.h now does that.
15486         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
15487         (lchown): Define to rpl_chown if lchown is declared but
15488         does not exist.  Declare using a prototype if lchown is not
15489         declared.  Add a copyright notice.
15490         * lib/mkstemp.h: Include <unistd.h>.
15491         * lib/openat.c: Include lchown.h.
15492
15493         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
15494         we now test for that separately.
15495         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
15496         rather than O_NOFOLLOW, when testing whether it's possible to
15497         avoid a race condition reliably.
15498         * lib/savewd.c (savewd_chdir): Likewise.
15499
15500         Remove macros that are no longer needed now that stdint.h is
15501         reliable.
15502         * lib/fsusage.c (UINTMAX_MAX): Remove.
15503         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
15504         * lib/utimecmp.c (SIZE_MAX): Remove.
15505
15506         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
15507
15508         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
15509         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
15510         O_NOATIME works.
15511
15512 2006-10-05  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/gl_list.h (gl_sortedlist_search_from_to,
15515         gl_sortedlist_indexof_from_to): New declarations.
15516         (gl_list_implementation): New fields sortedlist_search_from_to,
15517         sortedlist_indexof_from_to.
15518         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
15519         inline functions.
15520         * lib/gl_list.c (gl_sortedlist_search_from_to,
15521         gl_sortedlist_indexof_from_to): New functions.
15522         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
15523         function.
15524         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
15525         (gl_array_sortedlist_search_from_to): New function.
15526         (gl_array_list_implementation): Update.
15527         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
15528         function.
15529         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
15530         (gl_carray_sortedlist_search_from_to): New function.
15531         (gl_carray_list_implementation): Update.
15532         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
15533         gl_linked_sortedlist_indexof_from_to): New functions.
15534         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
15535         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
15536         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
15537         gl_tree_sortedlist_indexof_from_to): New functions.
15538         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
15539         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
15540         Update.
15541         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
15542         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
15543         Update.
15544
15545 2006-10-05  Bruno Haible  <bruno@clisp.org>
15546
15547         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
15548         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
15549         (struct gl_list_implementation): Add fields search_from_to,
15550         indexof_from_to. Remove fields search, indexof.
15551         (gl_list_search): Use the search_from_to method.
15552         (gl_list_search_from, gl_list_search_from_to): New functions.
15553         (gl_list_indexof): Use the indexof_from_to method.
15554         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
15555         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
15556         (gl_list_search_from, gl_list_search_from_to): New functions.
15557         (gl_list_indexof): Use the indexof_from_to method.
15558         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
15559         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
15560         gl_array_indexof. Add start_index, end_index arguments.
15561         (gl_array_search_from_to): Renamed from gl_array_search. Add
15562         start_index, end_index arguments.
15563         (gl_array_remove, gl_array_list_implementation): Update.
15564         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
15565         gl_carray_indexof. Add start_index, end_index arguments.
15566         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
15567         start_index, end_index arguments.
15568         (gl_carray_remove, gl_carray_list_implementation): Update.
15569         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
15570         gl_linked_search. Add start_index, end_index arguments.
15571         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
15572         start_index, end_index arguments.
15573         (gl_linked_remove): Update.
15574         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
15575         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
15576         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
15577         field to 'size_t'.
15578         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
15579         gl_tree_search. Add start_index, end_index arguments.
15580         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
15581         start_index, end_index arguments.
15582         (gl_tree_remove): Update.
15583         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
15584         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
15585         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
15586         function.
15587         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
15588         gl_tree_search. Add start_index, end_index arguments.
15589         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
15590         start_index, end_index arguments.
15591         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
15592         Update.
15593         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
15594
15595 2006-10-05  Bruno Haible  <bruno@clisp.org>
15596
15597         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
15598
15599         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
15600         fwriteerror_temp): New declarations.
15601         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
15602         (descriptors): New variable.
15603         (cleanup): First, close the descriptors.
15604         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
15605         fclose_temp, fwriteerror_temp): New functions.
15606
15607 2006-10-04  Jim Meyering  <jim@meyering.net>
15608
15609         * lib/fts.c (fts_open): Tiny comment change.
15610
15611 2006-10-04  Bruno Haible  <bruno@clisp.org>
15612
15613         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
15614         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
15615         gl_LOCK_BODY.
15616         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
15617         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
15618         gl_LOCK_EARLY_BODY.
15619         (gl_LOCK): Require gl_LOCK_BODY.
15620
15621 2006-10-04  Bruno Haible  <bruno@clisp.org>
15622
15623         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
15624         (gl_oset_search_atleast): New declaration.
15625         (struct gl_oset_implementation): Add field 'search_atleast'.
15626         (gl_oset_search_atleast): New inline function.
15627         * lib/gl_oset.c (gl_oset_search_atleast): New function.
15628         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
15629         (gl_array_oset_implementation): Update.
15630         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
15631         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
15632         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
15633
15634 2006-10-04  Bruno Haible  <bruno@clisp.org>
15635
15636         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
15637
15638 2006-10-03  Bruno Haible  <bruno@clisp.org>
15639
15640         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
15641         from gl_avltreehash_list_implementation.
15642
15643 2006-10-03  Bruno Haible  <bruno@clisp.org>
15644
15645         * lib/gl_oset.c (gl_oset_add): Fix return type.
15646
15647 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
15648
15649         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
15650
15651 2006-10-02  Eric Blake  <ebb9@byu.net>
15652
15653         * modules/strnlen (Depends-on): Add extensions.
15654
15655 2006-10-02  Eric Blake  <ebb9@byu.net>
15656
15657         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
15658         definition in 2.60+.
15659
15660 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
15661
15662         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
15663         checks.
15664
15665 2006-10-02  Bruno Haible  <bruno@clisp.org>
15666
15667         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
15668         to the AUTOMAKE_OPTIONS.
15669         Reported by Jim Meyering.
15670
15671 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         Work around bug in Solaris 10 /proc file system:
15674         /proc/self/fd/NNN/.. isn't the parent directory of
15675         the directory whose file descriptor is NNN.  This needs to
15676         be worked around at run time, not compile time, since a
15677         program might be built on Solaris 8, where things work, and
15678         run on Solaris 10.
15679         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
15680         to use the following interface instead:
15681         (OPENAT_BUFFER_SIZE): New macro.
15682         (openat_proc_name): New function.
15683         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
15684         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
15685         Likewise.
15686         * lib/openat-proc.c: New file.
15687         * modules/openat (Files): Add lib/openat-proc.c.
15688         (Depends-on): Add same-inode, stdbool.
15689         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
15690
15691 2006-09-29  Bruno Haible  <bruno@clisp.org>
15692
15693         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
15694         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
15695         argument. Set stdout_closed before testing for ferror, not after.
15696         (fwriteerror, fwriteerror_no_ebadf): New functions.
15697
15698 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15699
15700         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
15701
15702 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
15703
15704         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
15705         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
15706
15707 2006-09-28  Jim Meyering  <jim@meyering.net>
15708
15709         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
15710         Include <unistd.h>.
15711
15712 2006-09-28  Bruno Haible  <bruno@clisp.org>
15713
15714         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
15715         * modules/linkedhash-list (Depends-on): Likewise.
15716         * modules/rbtreehash-list (Depends-on): Likewise.
15717
15718 2006-09-28  Bruno Haible  <bruno@clisp.org>
15719
15720         * lib/strndup.h: Simplify the redefinition of strndup.
15721         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
15722         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
15723
15724 2006-09-28  Bruno Haible  <bruno@clisp.org>
15725
15726         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
15727         * lib/gl_linkedhash_list.c: Likewise.
15728         * lib/gl_rbtreehash_list.c: Likewise.
15729
15730 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
15733         getaddrinfo.
15734
15735         * lib/__fpending.h: Don't include <stdio_ext.h> unless
15736         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
15737         it causes <stdio_ext.h> to cause a compile-time error.
15738         Problem reported by Nelson H. F. Beebe.
15739         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
15740         of HAVE_DECL___PENDING.
15741
15742         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
15743         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
15744         declaration.
15745
15746 2006-09-27  Jim Meyering  <jim@meyering.net>
15747
15748         This file could end up with a definition for a function
15749         named __strndup, rather than rpl_strndup on a system with
15750         incomplete weak_alias support.
15751         * lib/strndup.c (strndup): Rename from __strndup.
15752         Remove #defines that used to map __strndup to strndup.
15753         Don't use K&R prototypes.
15754         Remove LIBC-related code, since this file is not sync'd with glibc.
15755         * lib/strndup.h: Revamp, accordingly.
15756         * m4/strndup.m4: Modernize.
15757
15758 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
15759
15760         * modules/savewd (Depends-on): Add 'raise'.
15761         * lib/savewd.c: Include <signal.h>, for 'raise'.
15762
15763 2006-09-26  Jim Meyering  <jim@meyering.net>
15764
15765         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
15766         when we detect Darwin 8.7.0's acl_get_file bug.
15767         Rearrange to perform the new (below) run-test while $LIBS
15768         contains any acl-related library.  Set USE_ACL at the end.
15769         (gl_ACL_GET_FILE): New function.
15770
15771 2006-09-26  Eric Blake  <ebb9@byu.net>
15772
15773         * lib/verror.c: Include <config.h> unconditionally.
15774
15775 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
15776
15777         * modules/clock-time (Maintainer): Add self.
15778         * modules/getlogin_r (Depends-on): Add extensions.
15779
15780 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15781
15782         * modules/clock-time: New module.
15783         * modules/nanosleep (Depends-on): Add clock-time.
15784         * modules/gethrxtime (Depends-on): Likewise.
15785         * modules/gettime (Depends-on): Likewise.
15786         * modules/settime (Depends-on): Likewise.
15787
15788         * modules/fts-lgpl: Depend on openat.
15789         * modules/mkancesdirs: Depend on savewd.
15790         * modules/mkdir-p: Likewise.
15791
15792 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15793
15794         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
15795
15796         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
15797         `gl_have_arbitrary_file_name_length_limit' to
15798         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
15799         actually works between configure runs.
15800
15801 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15802             Bruno Haible  <bruno@clisp.org>
15803
15804         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
15805
15806 2006-09-25  Jim Meyering  <jim@meyering.net>
15807
15808         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
15809         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
15810
15811 2006-09-25  Eric Blake  <ebb9@byu.net>
15812
15813         * gnulib-tool (func_import, func_create_testdir): Fix typos in
15814         exec's in 2006-09-18 patch when shuffling fds.
15815
15816 2006-09-25  Bruno Haible  <bruno@clisp.org>
15817
15818         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
15819         Reported by Jim Meyering.
15820
15821 2006-09-24  Jim Meyering  <jim@meyering.net>
15822
15823         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
15824         compare a pointer against a literal "0".  That caused failures with
15825         at least HP-UX's hpcc.
15826
15827 2006-09-22  Simon Josefsson  <jas@extundo.com>
15828
15829         * modules/gc-sha1:
15830         * modules/gc-md4:
15831         * modules/gc-hmac-sha1:
15832         * modules/gc-hmac-md5:
15833         * modules/gc-des:
15834         * modules/gc-arcfour: Distribute more files.
15835
15836 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15837
15838         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
15839         (gl_linked_iterator_from_to): Initialize struct completely.
15840         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
15841         (gl_tree_iterator_from_to): Likewise
15842         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
15843         * lib/gl_array_list.c [lint] (gl_array_iterator)
15844         (gl_array_iterator_from_to): Likewise.
15845         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
15846         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
15847         (gl_carray_iterator_from_to): Likewise.
15848
15849         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
15850         * lib/md4.c (md4_process_block): Remove unused variable.
15851         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
15852         parentheses for clarity.
15853
15854 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15855
15856         * modules/bison-i18n (Depends-on): Add gettext.
15857
15858 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15859
15860         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
15861         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
15862         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
15863         also add missing comma that caused broken test.
15864         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
15865         stdlib.h, for `abort'.
15866         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
15867         variables.
15868         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
15869         include unistd.h if present, for `rmdir'.
15870         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
15871         variables.
15872         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
15873         in the process include standard headers for prototypes.
15874         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
15875         gets declared on GNU/Linux.
15876         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
15877         unistd.h, for `rmdir'.
15878         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
15879
15880         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
15881         always true.
15882         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
15883
15884         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
15885
15886 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15887
15888         * gnulib-tool (func_version): Create output all at once.  This
15889         may help avoid triggering unnecessary SIGPIPEs, and at any
15890         rate it doesn't hurt.
15891
15892 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15893             Bruno Haible  <bruno@clisp.org>
15894
15895         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
15896         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15897         * m4/signed.m4 (bh_C_SIGNED): Likewise.
15898
15899         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
15900         (gl_FUNC_VASPRINTF): Invoke it.
15901
15902 2006-09-22  Bruno Haible  <bruno@clisp.org>
15903
15904         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
15905         getloadavg.c as first argument.
15906
15907 2006-09-22  Bruno Haible  <bruno@clisp.org>
15908
15909         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
15910         at the beginning of the gl_INIT macro.
15911         * modules/getloadavg (configure.ac): Pass $gl_source_base to
15912         gl_GETLOADAVG.
15913
15914 2006-09-22  Bruno Haible  <bruno@clisp.org>
15915
15916         * gnulib-tool (func_create_megatestdir): Don't include the config-h
15917         module.
15918         Suggested by Ralf Wildenhues.
15919
15920 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         Import this patch from libc:
15923
15924         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
15925
15926         * lib/regex_internal.c (re_string_reconstruct): Handle
15927         offset < pstr->valid_raw_len && pstr->offsets_needed case.
15928         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
15929         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
15930         re_string_context_at.
15931
15932         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
15933         now requires it.
15934         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
15935         gl_REGEX now does it for us.
15936         (gl_REGEX): Add test taken from
15937         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
15938
15939         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
15940         Check that large offsets work.  Modernize Autoconf usages.
15941         Prefer "yes" to mean a good thing rather than a bad.
15942         Don't put "#define mkstemp" in config.h, as this might interfere
15943         with standard system headers that "#define mkstemp mkstemp64".
15944
15945         * modules/mkstemp (Depends-on): Add extensions, so that
15946         mkstemp is visible on some platforms.
15947         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
15948         (Include): Change to "mkstemp.h" from <stdlib.h>.
15949         (Files): Add mkstemp.h.
15950
15951         * lib/mkstemp.h: New file, since some standard headers
15952         #define mkstemp.
15953         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
15954         Include "mkstemp.h".
15955         Make the _LIBC code resemble glibc original more,
15956         e.g., use K&R style.
15957         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
15958         (mkstemp): Remove, since mkstemp.h does this for us.
15959         * lib/stdlib--.h: Include mkstemp.h.
15960
15961         Import this patch from libc:
15962
15963         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
15964
15965         * lib/tempname.c (__gen_tempname): Change attempts_min
15966         into a macro.  Use preprocessor to decide how to initialize
15967         attempts [Coverity CID 67].
15968
15969 2006-09-20  Bruno Haible  <bruno@clisp.org>
15970
15971         * lib/mkdtemp.c: Import from libc.
15972         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
15973                 * sysdeps/posix/tempname.c (__gen_tempname): Change
15974                 attempts_min into a macro.  Use preprocessor to decide how to
15975                 initialize attempts [Coverity CID 67].
15976         2001-11-27  Paul Eggert  <eggert@twinsun.com>
15977                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
15978                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
15979
15980 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15981
15982         * gnulib-tool (func_exit): New function, to allow to pass the
15983         exit status portably through the trap.  Use everywhere.
15984         (--help, --version): Signal a write error.
15985         (trap): catch SIGPIPE, for write errors.
15986         Exit at the end of the trap, with the correct exit status.
15987
15988 2006-09-19  Karl Berry  <karl@gnu.org>
15989
15990         * doc/gnulib.texi: note about the license texinfo files.
15991
15992 2006-09-19  Eric Blake  <ebb9@byu.net>
15993
15994         * gnulib-tool: Avoid space-tab.
15995
15996 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
15999         that prevented coreutils 6.1 from building.  Problem reported
16000         by Petter Reinholdtsen.
16001
16002 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16003
16004         * gnulib-tool (avoidlist): Fix typo that broke options like
16005         --avoid=lock that are used by coreutils bootstrap.
16006
16007 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
16008
16009         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
16010         more systematically.
16011
16012 2006-09-18  Jim Meyering  <jim@meyering.net>
16013
16014         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
16015
16016 2006-09-18  Bruno Haible  <bruno@clisp.org>
16017
16018         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
16019
16020 2006-09-18  Bruno Haible  <bruno@clisp.org>
16021
16022         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
16023         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
16024         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
16025         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
16026         * m4/gettext.m4: Require autoconf >= 2.52.
16027         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
16028         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
16029         of gl_cv_header_inttypes_h.
16030
16031 2006-09-18  Bruno Haible  <bruno@clisp.org>
16032
16033         * lib/javaversion.c: Include configmake.h.
16034
16035 2006-09-18  Bruno Haible  <bruno@clisp.org>
16036
16037         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
16038         avoid that the while loops be executed in a subshell.
16039
16040 2006-09-18  Bruno Haible  <bruno@clisp.org>
16041
16042         * MODULES.html.sh (func_module): Break long lines.
16043         Suggested by Bruce Korb <bkorb@gnu.org>.
16044
16045 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16046
16047         Speed up by a factor of 1.12.
16048         * gnulib-tool (nl): New variable.
16049         (func_import): Rewrite include directive extraction to only read each
16050         directive once.
16051
16052 2006-09-17  Bruno Haible  <bruno@clisp.org>
16053
16054         * modules/javaversion (Makefile.am): Remove DEFS setting.
16055         (Depends-on): Add configmake, for PKGDATADIR definition.
16056
16057 2006-09-17  Bruno Haible  <bruno@clisp.org>
16058
16059         * gnulib-tool (func_create_testdir): Rewrite all files at once.
16060
16061 2006-09-17  Bruno Haible  <bruno@clisp.org>
16062
16063         * gnulib-tool (func_append): New function, stolen from libtool.m4.
16064         (func_modules_transitive_closure, func_modules_add_dummy,
16065         func_modules_to_filelist, func_import, func_create_testdir,
16066         func_create_megatestdir, ...): Use it wherever possible.
16067         Suggested by Ralf Wildenhues.
16068
16069 2006-09-16  Karl Berry  <karl@gnu.org>
16070
16071         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
16072         to avoid sectioning errors.
16073         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
16074         [ifinfo]: blank line after @center-ed titles.
16075         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
16076         Spell FSF address consistently with others.
16077         (These changes approved by rms.)
16078
16079 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16080
16081         Speed up by a factor of 1.61.
16082         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
16083         already checked module names again.
16084
16085 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16086
16087         Speed up by a factor of 1.13.
16088         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
16089         for new_files, and the input to func_add_or_update.
16090
16091 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16092
16093         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
16094         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
16095
16096 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         * modules/mkancesdirs (Depends-on): Add fcntl.
16099         * modules/savewd: New file.
16100         * MODULES.html.sh (File system functions): Add savewd.
16101
16102         * modules/configmake (Makefile.am): Add support for the
16103         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
16104
16105 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16106
16107         * m4/savewd.m4: New file.
16108
16109 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
16112         (dirchownmod): New arg FD.  All callers changed.
16113         Use FD rather than opening the directory ourself, as opening is
16114         now the caller's responsibility.
16115         * lib/dirchownmod.h: Likewise.
16116         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
16117         hosts that require <sys/types.h> before <sys/stat.h>.  Include
16118         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
16119         (test_dir): Remove.
16120         (mkancesdirs): Return length of prefix of FILE that has already
16121         been made, or -2 if there is a child doing the work.  Redo
16122         algorithm so that it is O(N) rather than O(N**2).  Optimize away
16123         ".", and treat ".." specially since it might stray back into
16124         already-created areas.  Use a subprocess if necessary.  New arg
16125         WD; all users changed.  MAKE_DIR function should now return 1
16126         if it creates a directory that is not readable.  Return -2 if
16127         a child process is spun off.
16128         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
16129         Adjust signature to match code.
16130         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
16131         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
16132         all users changed.
16133         * lib/savewd.c, lib/savewd.h: New files.
16134
16135 2006-09-15  Jim Meyering  <jim@meyering.net>
16136
16137         * modules/rename-dest-slash: New module.
16138         * MODULES.html.sh (posix_compat): Add it here.
16139
16140         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
16141
16142 2006-09-15  Jim Meyering  <jim@meyering.net>
16143
16144         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
16145         file.
16146
16147         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
16148
16149 2006-09-15  Jim Meyering  <jim@meyering.net>
16150
16151         * lib/rename-dest-slash.c (has_trailing_slash): Use
16152         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
16153         (rpl_rename_dest_slash): Perform the cheaper trailing slash
16154         test before testing whether SRC is a directory.
16155         Suggestions from Bruno Haible.
16156
16157         Avoid a warning about an unused variable.
16158         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
16159         into the #ifdef block where it's used.
16160
16161         * lib/rename-dest-slash.c: New file.
16162
16163 2006-09-14  Bruno Haible  <bruno@clisp.org>
16164
16165         * lib/allocsa.c: Include <config.h> unconditionally.
16166         * lib/asnprintf.c: Likewise.
16167         * lib/asprintf.c: Likewise.
16168         * lib/c-strcasecmp.c: Likewise.
16169         * lib/c-strcasestr.c: Likewise.
16170         * lib/c-strncasecmp.c: Likewise.
16171         * lib/c-strstr.c: Likewise.
16172         * lib/classpath.c: Likewise.
16173         * lib/clean-temp.c: Likewise.
16174         * lib/concatpath.c: Likewise.
16175         * lib/copy-file.c: Likewise.
16176         * lib/csharpcomp.c: Likewise.
16177         * lib/csharpexec.c: Likewise.
16178         * lib/execute.c: Likewise.
16179         * lib/fatal-signal.c: Likewise.
16180         * lib/findprog.c: Likewise.
16181         * lib/fwriteerror.c: Likewise.
16182         * lib/gl_array_list.c: Likewise.
16183         * lib/gl_array_oset.c: Likewise.
16184         * lib/gl_avltree_list.c: Likewise.
16185         * lib/gl_avltree_oset.c: Likewise.
16186         * lib/gl_avltreehash_list.c: Likewise.
16187         * lib/gl_carray_list.c: Likewise.
16188         * lib/gl_linked_list.c: Likewise.
16189         * lib/gl_linkedhash_list.c: Likewise.
16190         * lib/gl_list.c: Likewise.
16191         * lib/gl_oset.c: Likewise.
16192         * lib/gl_rbtree_list.c: Likewise.
16193         * lib/gl_rbtree_oset.c: Likewise.
16194         * lib/gl_rbtreehash_list.c: Likewise.
16195         * lib/imaxabs.c: Likewise.
16196         * lib/imaxdiv.c: Likewise.
16197         * lib/javacomp.c: Likewise.
16198         * lib/javaexec.c: Likewise.
16199         * lib/javaversion.c: Likewise.
16200         * lib/linebreak.c: Likewise.
16201         * lib/localcharset.c: Likewise.
16202         * lib/lock.c: Likewise.
16203         * lib/mbchar.c: Likewise.
16204         * lib/mbswidth.c: Likewise.
16205         * lib/mkdtemp.c: Likewise.
16206         * lib/pipe.c: Likewise.
16207         * lib/printf-args.c: Likewise.
16208         * lib/printf-parse.c: Likewise.
16209         * lib/progname.c: Likewise.
16210         * lib/progreloc.c: Likewise.
16211         * lib/readlink.c: Likewise.
16212         * lib/sh-quote.c: Likewise.
16213         * lib/stpcpy.c: Likewise.
16214         * lib/stpncpy.c: Likewise.
16215         * lib/strcasecmp.c: Likewise.
16216         * lib/strcasestr.c: Likewise.
16217         * lib/strcspn.c: Likewise.
16218         * lib/striconv.c: Likewise.
16219         * lib/strncasecmp.c: Likewise.
16220         * lib/strnlen1.c: Likewise.
16221         * lib/strstr.c: Likewise.
16222         * lib/strtok_r.c: Likewise.
16223         * lib/tls.c: Likewise.
16224         * lib/tmpdir.c: Likewise.
16225         * lib/unicodeio.c: Likewise.
16226         * lib/unsetenv.c: Likewise.
16227         * lib/vasnprintf.c: Likewise.
16228         * lib/vasprintf.c: Likewise.
16229         * lib/wait-process.c: Likewise.
16230         * lib/xallocsa.c: Likewise.
16231         * lib/xsetenv.c: Likewise.
16232         * lib/xstriconv.c: Likewise.
16233
16234 2006-09-13  Simon Josefsson  <jas@extundo.com>
16235
16236         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
16237         that internally, suggested by Ralf Wildenhues
16238         <Ralf.Wildenhues@gmx.de>.
16239
16240 2006-09-13  Simon Josefsson  <jas@extundo.com>
16241
16242         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
16243         @LIBOBJS@.
16244         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16245
16246 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16247
16248         * lib/_fpending.c: Include <config.h> unconditionally, since we no
16249         longer worry about uses that don't define HAVE_CONFIG_H.
16250         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
16251         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
16252         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
16253         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
16254         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
16255         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
16256         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
16257         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
16258         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
16259         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
16260         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
16261         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
16262         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
16263         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
16264         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
16265         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
16266         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
16267         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
16268         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
16269         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
16270         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
16271         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
16272         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
16273         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
16274         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
16275         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
16276         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
16277         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
16278         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
16279         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
16280         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
16281         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
16282         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
16283         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
16284         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
16285         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
16286         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
16287         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
16288         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
16289         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
16290         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
16291         Likewise.
16292
16293 2006-09-13  Eric Blake  <ebb9@byu.net>
16294
16295         * lib/getopt.c: Fix typo in last commit.
16296
16297 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16298
16299         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
16300         dgettext.
16301
16302 2006-09-12  Jim Meyering  <jim@meyering.net>
16303
16304         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
16305         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
16306         Reported by Nelson H. F. Beebe.
16307
16308 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16309
16310         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
16311         program_invocation_name and program_invocation_short_name are
16312         initialized.
16313         * lib/argp-namefrob.h: Move declarations of program_invocation_name
16314         and program_invocation_short_name to argp.h, so they are visible
16315         to user programs.
16316         * lib/argp.h: Likewise
16317
16318 2006-09-10  Bruno Haible  <bruno@clisp.org>
16319
16320         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
16321         m4/inttypes_h.m4, m4/uintmax_t.m4.
16322
16323 2006-09-10  Bruno Haible  <bruno@clisp.org>
16324
16325         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
16326         gl_AC_TYPE_UINTMAX_T.
16327
16328 2006-09-10  Bruno Haible  <bruno@clisp.org>
16329
16330         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
16331
16332 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16333
16334         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
16335         convention.  Text proposed by Bruno Haible.
16336         (struct argp_option): Document the use of N_() wrappers.
16337
16338         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
16339         '\v', and translate the two parts separately, instead of feeding
16340         the whole string to gettext.  This allows to exclude
16341         '\v' from the strings visible to the translator by writing doc
16342         strings as N_("..") "\v" N_("..").
16343
16344 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
16345
16346         * config/srclist.txt: Undo latest change; the bug was fixed.
16347
16348 2006-09-09  Bruno Haible  <bruno@clisp.org>
16349
16350         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
16351         assignments if building a library without libtool.
16352         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
16353         in func_emit_lib_Makefile_am.
16354         (func_import): When building a static library libfoo.a, arrange to
16355         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
16356         (func_create_testdir): Likewise.
16357         * modules/gc (configure.ac, Makefile.am): If building statically,
16358         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
16359         * modules/iconvme (configure.ac, Makefile.am): Likewise.
16360         * modules/striconv (configure.ac, Makefile.am): Likewise.
16361         Based on a suggestion by Ralf Wildenhues.
16362
16363 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16366         Check for unistd.h too, since Autoconf doesn't assume POSIX.
16367         Also:
16368
16369         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16370         Add year_2050_test to catch glibc bug 2821
16371         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
16372
16373         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16374         Prefer #ifdef to #if.
16375
16376         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
16377         Return from 'main' instead of calling 'exit'.
16378
16379 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16380
16381         * lib/mktime.c (guess_time_tm): Fix bug where mktime
16382         returned the maximum time_t value rather than (time_t) -1.
16383         Problem originally reported by William Bardwell
16384         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
16385
16386         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
16387         Moved to here ...
16388         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
16389         ... from here.
16390
16391 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
16394         2821 is fixed.
16395
16396 2006-09-08  Jim Meyering  <jim@meyering.net>
16397
16398         Don't make generated files read-only.  That would bother too many
16399         people.  However, do retain the ability to work when targets are
16400         read-only: remove the destination and temporary files before writing
16401         them (when generated via sed or echo), or by using the -f option for
16402         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
16403         * modules/alloca-opt, modules/argz, modules/arpa_inet:
16404         * modules/byteswap, modules/configmake, modules/fcntl:
16405         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
16406         * modules/localcharset, modules/netinet_in, modules/poll:
16407         * modules/stdbool, modules/stdint, modules/sys_select:
16408         * modules/sys_socket, modules/sys_stat, modules/sysexits:
16409
16410 2006-09-08  Jim Meyering  <jim@meyering.net>
16411
16412         Avoid new build failure on FreeBSD 6.0.
16413         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
16414         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
16415         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
16416
16417 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16418
16419         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
16420
16421 2006-09-07  Jim Meyering  <jim@meyering.net>
16422
16423         Fix global typo in last change: use chmod u-w, not chmod u-x.
16424         Spotted by Paul Eggert and Bruce Korb.
16425         * modules/alloca-opt, modules/argz, modules/arpa_inet:
16426         * modules/byteswap, modules/configmake, modules/fcntl:
16427         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
16428         * modules/localcharset, modules/netinet_in, modules/poll:
16429         * modules/stdbool, modules/stdint, modules/sys_select:
16430         * modules/sys_socket, modules/sys_stat, modules/sysexits:
16431
16432 2006-09-06  Jim Meyering  <jim@meyering.net>
16433
16434         Make generated files be read-only.
16435         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
16436         Ensure that each generated file is now read-only.
16437         * modules/argz: Likewise.
16438         * modules/arpa_inet: Likewise.
16439         * modules/byteswap: Likewise.
16440         * modules/configmake: Likewise.
16441         * modules/fcntl: Likewise.
16442         * modules/fnmatch: Likewise.
16443         * modules/getopt: Likewise.
16444         * modules/glob: Likewise.
16445         * modules/inttypes: Likewise.
16446         * modules/netinet_in: Likewise.
16447         * modules/poll: Likewise.
16448         * modules/stdbool: Likewise.
16449         * modules/stdint: Likewise.
16450         * modules/sys_select: Likewise.
16451         * modules/sys_socket: Likewise.
16452         * modules/sys_stat: Likewise.
16453         * modules/sysexits: Likewise.
16454         * modules/localcharset: Same as above, but continue using temporary
16455         file named "t-$@" (why different?) rather than the "$@-t" used
16456         everywhere else.
16457
16458         * modules/sysexits (Makefile.am): Replace literal occurrences
16459         of "sysexit.h" more readable, and more consistent, "$@".
16460
16461 2006-09-06  Bruno Haible  <bruno@clisp.org>
16462
16463         * modules/striconv: New file.
16464         * modules/xstriconv: New file.
16465         * MODULES.html.sh (Internationalization functions): Add striconv,
16466         xstriconv.
16467
16468 2006-09-06  Bruno Haible  <bruno@clisp.org>
16469
16470         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
16471         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
16472         not using libtool correctly.
16473
16474 2006-09-06  Bruno Haible  <bruno@clisp.org>
16475
16476         * lib/striconv.h: New file.
16477         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
16478         iconvstring.c.
16479         * lib/xstriconv.h: New file.
16480         * lib/xstriconv.c: New file.
16481
16482 2006-09-06  Bruno Haible  <bruno@clisp.org>
16483
16484         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
16485         lib_..._LDFLAGS.
16486
16487 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16488
16489         * lib/argz_.h: Sync from Libtool.
16490
16491         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
16492                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16493
16494         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
16495
16496 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
16497
16498         * modules/trim: New file.
16499
16500 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
16501
16502         * lib/trim.h: New file.
16503         * lib/trim.c: New file.
16504
16505 2006-09-05  Bruno Haible  <bruno@clisp.org>
16506
16507         * MODULES.html.sh (String handling): Add trim.
16508
16509 2006-09-04  Karl Berry  <karl@gnu.org>
16510
16511         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
16512         until next release.
16513
16514 2006-09-03  Bruno Haible  <bruno@clisp.org>
16515
16516         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
16517         correctly.
16518
16519 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16520
16521         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
16522         not gl_GETLOADAVG.  Omit unneeded semicolons.
16523         Problems reported by Ralf Wildenhues in
16524         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
16525         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
16526         at the end, which is the usual gnulib style.
16527
16528         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
16529         of doing all the work ourselves.
16530         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
16531         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
16532
16533 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16534
16535         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
16536         Problem reported by Ralf Wildenhues in
16537         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
16538
16539         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
16540         HAVE_STRUCT_STATFS_F_FSTYPENAME.
16541
16542 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
16545         yesterday's patch by changing test -n to test -z.
16546
16547 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         * modules/getloadavg (Files): Add m4/getloadavg.m4.
16550         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
16551         the former is now obsolescent.
16552
16553         * modules/chdir-long (Depends-on): Add fcntl.
16554
16555 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16556
16557         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
16558         obsolescent, and programs should use gnulib instead.
16559         * m4/getloadavg.m4: New file, with contents taken from Autoconf
16560         but with prefixes changed.
16561
16562 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
16565         or stdbool.h, because they might not exist while configuring.
16566
16567         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
16568         Don't include unistd.h or limits.h; not needed, since chdir-long.h
16569         does that for us.
16570         (O_DIRECTORY): Remove.
16571
16572 2006-08-31  Eric Blake  <ebb9@byu.net>
16573
16574         * gnulib-tool: Don't let emacs change spaces to TAB.
16575
16576 2006-08-31  Bruno Haible  <bruno@clisp.org>
16577
16578         * gnulib-tool: When calling func_import more than once, do it in a
16579         subshell.
16580         Reported by Eric Blake <ebb9@byu.net>.
16581
16582 2006-08-31  Bruno Haible  <bruno@clisp.org>
16583
16584         * gnulib-tool (nl): Remove variable.
16585         (sed_transform_lib_file): Use more robust test for config-h module.
16586         (func_import): Fix typo in 2006-08-25 patch.
16587
16588 2006-08-31  Bruno Haible  <bruno@clisp.org>
16589
16590         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
16591         specified, augment Makefile.am variables instead of assigning them.
16592
16593 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
16594
16595         Work around a bug in both the Linux and SunOS 64-bit kernels:
16596         nanosleep mishandles sleeps for longer than 2**31 seconds.
16597         Problem reported by Frank v Waveren in
16598         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
16599         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
16600         Check for nanosleep bug.
16601         (LIB_NANOSLEEP): Append clock_gettime library if needed.
16602
16603 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         Work around a bug in both the Linux and SunOS 64-bit kernels:
16606         nanosleep mishandles sleeps for longer than 2**31 seconds.
16607         Problem reported by Frank v Waveren in
16608         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
16609         * lib/nanosleep.c (BILLION): New constant.
16610         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
16611         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
16612         implementation.
16613
16614 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * modules/nanosleep (Depends-on): Add gettime.
16617
16618 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
16619         and Simon Josefsson  <jas@extundo.com>
16620         and Oskar Liljeblad  <oskar@osk.mine.nu>
16621
16622         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
16623         * gnulib-tool (func_import): New license type 'unmodifiable license
16624         text'.
16625         * modules/fdl: Use it.  Longer description.
16626         * module/gpl, module/lgpl: New files.
16627
16628 2006-08-30  Jim Meyering  <jim@meyering.net>
16629
16630         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
16631         shadowing the parameter.
16632
16633 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16634
16635         Sync from Libtool:
16636
16637         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16638
16639         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
16640         sharing with gnulib.  Report by Eric Blake.
16641
16642 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
16643
16644         * modules/isapipe: New file.
16645         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
16646
16647 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         * modules/configmake (Makefile.am): Add a comment, and omit
16650         the CONFIGMAKE_ prefix from generated macro names.  Suggested
16651         by Bruno Haible.
16652
16653 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         * m4/isapipe.m4: New file.
16656
16657 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
16658
16659         * lib/isapipe.c, lib/isapipe.h: New files.
16660
16661 2006-08-29  Jim Meyering  <jim@meyering.net>
16662
16663         * modules/configmake (Makefile.am): Make configmake.h depend on
16664         Makefile.  Otherwise, a stale configmake.h could hang around.
16665
16666 2006-08-29  Eric Blake  <ebb9@byu.net>
16667
16668         * lib/error.c (error_at_line, print_errno_message): Match libc, after
16669         resolution of upstream bug 3044.
16670
16671 2006-08-29  Bruno Haible  <bruno@clisp.org>
16672
16673         * modules/localcharset (Depends-on): Add configmake.
16674         (Makefile.am): Remove setting of LIBDIR through DEFS.
16675
16676 2006-08-29  Bruno Haible  <bruno@clisp.org>
16677
16678         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
16679         defined.
16680
16681 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
16682
16683         * modules/fcntl: New file.
16684         * modules/chdir-safer (Depends-on): Add fcntl.
16685         * modules/fts: Likewise.
16686         * modules/mkdir-p: Likewise.
16687
16688         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
16689         This undoes the most recent change, since we're now addressing the
16690         problem in a different way.
16691
16692         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
16693         into output, since the output might be called Makefile.am even
16694         if $makefile_name is something different.
16695         (func_import): Use $makefile_am rather than
16696         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
16697         empty.
16698
16699         * modules/inttypes (Files): Add m4/inttypes-h.m4.
16700
16701 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
16702
16703         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
16704         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
16705         recent change to stdint.m4, since we're now addressing the problem in a
16706         different way.
16707
16708 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
16709
16710         * m4/fcntl_h.m4: New file.
16711
16712 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
16713
16714         * lib/fcntl_.h: New file.
16715         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
16716         the fcntl module.
16717         * lib/dirchownmod.c: Likewise.
16718         * lib/fts.c: Likewise.
16719
16720         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
16721         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
16722         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
16723         just before including <inttypes.h>, to avoid circular inclusion.
16724
16725 2006-08-28  Jim Meyering  <jim@meyering.net>
16726
16727         * doc/visibility.texi: Actually read and correct the grammar of the
16728         sentence affected by yesterday's change.
16729
16730 2006-08-28  Eric Blake  <ebb9@byu.net>
16731
16732         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
16733         needs wrapper.
16734
16735 2006-08-28  Eric Blake  <ebb9@byu.net>
16736
16737         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
16738
16739 2006-08-28  Eric Blake  <ebb9@byu.net>
16740
16741         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
16742
16743 2006-08-28  Bruno Haible  <bruno@clisp.org>
16744
16745         * modules/c-strstr: New file, from GNU gettext.
16746         * MODULES.html.sh (String handling): Add c-strstr.
16747
16748 2006-08-28  Bruno Haible  <bruno@clisp.org>
16749
16750         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
16751         macros.
16752         Reported by Eric Blake.
16753
16754 2006-08-28  Bruno Haible  <bruno@clisp.org>
16755
16756         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
16757         (VASNPRINTF): Return a string of length > INT_MAX without failing.
16758         * lib/vasprintf.c: Include errno.h, limits.h.
16759         (EOVERFLOW): New fallback definition.
16760         (vasprintf): Test here whether the string length is > INT_MAX.
16761         * lib/vsnprintf.c: Include errno.h, limits.h.
16762         (EOVERFLOW): New fallback definition.
16763         (vsnprintf): Fix bug when generated string was too long for the buffer.
16764         Test here whether the string length is > INT_MAX.
16765
16766 2006-08-28  Bruno Haible  <bruno@clisp.org>
16767
16768         * lib/inttypes_.h (SCNX*): Remove definitions.
16769         Reported by Eric Blake.
16770
16771 2006-08-28  Bruno Haible  <bruno@clisp.org>
16772
16773         * lib/c-strstr.h: New file, from GNU gettext.
16774         * lib/c-strstr.c: New file, from GNU gettext.
16775
16776 2006-08-28  Bruno Haible  <bruno@clisp.org>
16777
16778         * gnulib-tool: Reorder some statements.
16779
16780 2006-08-28  Bruno Haible  <bruno@clisp.org>
16781
16782         * gnulib-tool: New option --makefile-name.
16783         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
16784         $makefile_name.
16785         (func_import): Write $makefile_name to the cache file, and read it from
16786         there unless explicitly specified. Use $makefile_name as file name
16787         instead of Makefile.am. Adjust the recommendations accordingly.
16788
16789 2006-08-28  Bruno Haible  <bruno@clisp.org>
16790
16791         * gnulib-tool (func_verify_module): Check against misapplying patch.
16792
16793 2006-08-28  Bruno Haible  <bruno@clisp.org>
16794
16795         * gnulib-tool (func_relativize, func_relconcat): New functions.
16796         Give an error if --local-dir is given with --update.
16797         Remove trailing slashes from $local_gnulib_dir.
16798         (func_import): Store the relativized $local_gnulib_dir in
16799         gnulib-cache.m4, and read it from there if not specified explicitly.
16800
16801 2006-08-28  Bruno Haible  <bruno@clisp.org>
16802
16803         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
16804         is the current directory. Respect also $local_gnulib_dir.
16805
16806 2006-08-28  Bruno Haible  <bruno@clisp.org>
16807             Simon Josefsson  <jas@extundo.com>
16808
16809         BeOS portability.
16810         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
16811
16812 2006-08-27  Jim Meyering  <jim@meyering.net>
16813
16814         * doc/visibility.texi: Remove duplicate word: "pointer".
16815
16816 2006-08-26  Bruno Haible  <bruno@clisp.org>
16817
16818         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
16819         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
16820         (Makefile.am): Create inttypes.h from inttypes_.h.
16821         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
16822
16823         * modules/imaxabs: New file.
16824
16825         * modules/imaxdiv: New file.
16826
16827 2006-08-26  Bruno Haible  <bruno@clisp.org>
16828
16829         * m4/inttypes.m4: New file.
16830         * m4/_inttypes_h.m4: Remove file.
16831         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
16832         PRI_MACROS_BROKEN.
16833         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
16834
16835         * m4/imaxabs.m4: New file.
16836
16837         * m4/imaxdiv.m4: New file.
16838
16839 2006-08-26  Bruno Haible  <bruno@clisp.org>
16840
16841         * lib/inttypes_.h: New file.
16842         * lib/inttypes.h: Remove file.
16843         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
16844
16845         * lib/imaxabs.c: New file.
16846
16847         * lib/imaxdiv.c: New file.
16848
16849 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         New config-h module, so that "make" output needn't be cluttered
16852         by -DHAVE_CONFIG_H.
16853         * MODULES.html.sh (Support for building libraries and executables):
16854         Add config-h.
16855         * modules/config-h: New file.
16856         * gnulib-tool (nl, sed_transform_lib_file): New vars.
16857         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
16858         the config-h module is used.
16859
16860         New configmake module, so that "make" output needn't be cluttered
16861         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
16862         * MODULES.html.sh (Support for building libraries and executables):
16863         Add configmake.
16864         * modules/configmake: New file.
16865
16866 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16867
16868         * m4/config-h.m4: New file.
16869
16870 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16871
16872         * config/srclist.txt: Add elisp-comp.
16873
16874 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16875
16876         * MODULES.html.sh (Support for building libraries and executables):
16877         Add elisp-comp.
16878         * build-aux/elisp-comp: New file.
16879         * modules/elisp-comp: New file.
16880
16881 2006-08-24  Bruno Haible  <bruno@clisp.org>
16882
16883         * gnulib-tool (func_create_testdir): Use non-default values of
16884         sourcebase and m4base.
16885
16886 2006-08-24  Bruno Haible  <bruno@clisp.org>
16887
16888         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
16889         HTML structure.
16890
16891 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16892
16893         * modules/openat (Depends-on): Add lchown.
16894
16895 2006-08-23  Bruno Haible  <bruno@clisp.org>
16896
16897         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
16898         of gl_LOCK_EARLY instead of gl_LOCK.
16899
16900 2006-08-23  Bruno Haible  <bruno@clisp.org>
16901
16902         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
16903         on OSF/1 to no.
16904         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
16905
16906 2006-08-23  Bruno Haible  <bruno@clisp.org>
16907
16908         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
16909         as unusable.
16910
16911         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
16912         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
16913         (gl_LOCK): New macro.
16914
16915 2006-08-22  Simon Josefsson  <jas@extundo.com>
16916
16917         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
16918         to md5 module.
16919
16920 2006-08-22  Simon Josefsson  <jas@extundo.com>
16921
16922         * MODULES.html.sh: Add "Support for maintaining and release
16923         projects".
16924
16925         * build-aux/gnupload: New file, from coreutils.
16926
16927 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
16928
16929         Avoid the need for AC_LIBSOURCES in m4 macros.
16930         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
16931         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
16932         * modules/check-version (EXTRA_DIST): Add check-version.h.
16933         * modules/crc (EXTRA_DIST): Add crc.h.
16934         * modules/des (EXTRA_DIST): Add des.h.
16935         * modules/gc (EXTRA_DIST): Add gc.h.
16936         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
16937         * modules/getline (EXTRA_DIST): Add getline.h.
16938         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
16939         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
16940         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
16941         * modules/md2 (EXTRA_DIST): Add md2.h.
16942         * modules/md4 (EXTRA_DIST): Add md4.h.
16943         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
16944         * modules/read-file (EXTRA_DIST): Add read-file.h.
16945         * modules/readline (EXTRA_DIST): Add readline.h.
16946         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
16947         rijndael-api-fst.h.
16948
16949 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
16950
16951         * m4/rijndael.m4 (gl_ARCFOUR):
16952         * m4/arctwo.m4 (gl_ARCTWO):
16953         * m4/check-version.m4 (gl_CHECK_VERSION):
16954         * m4/crc.m4 (gl_CRC):
16955         * m4/des.m4 (gl_DES):
16956         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
16957         * m4/gc.m4 (gl_GC):
16958         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
16959         * m4/getline.m4 (gl_FUNC_GETLINE):
16960         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
16961         * m4/hmac-md5.m4 (gl_HMAC_MD5):
16962         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
16963         * m4/md2.m4 (gl_MD2):
16964         * m4/md4.m4 (gl_MD4):
16965         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
16966         * m4/read-file.m4 (gl_FUNC_READ_FILE):
16967         * m4/readline.m4 (gl_FUNC_READLINE):
16968         * m4/rijndael.m4 (gl_RIJNDAEL):
16969         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
16970         to get the necessary .h files and whatnot.
16971
16972 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
16973
16974         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
16975         gnulib rather than the other way around.
16976         * config/srclistvars.sh (COREUTILS): Remove.
16977
16978 2006-08-22  Jim Meyering  <jim@meyering.net>
16979
16980         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
16981
16982         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
16983
16984 2006-08-22  Eric Blake  <ebb9@byu.net>
16985
16986         * modules/regexprops-generic: New file.
16987         * MODULES.html.sh (Support for building documentation): List it.
16988
16989 2006-08-22  Eric Blake  <ebb9@byu.net>
16990
16991         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
16992         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
16993         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
16994         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
16995
16996 2006-08-22  Bruno Haible  <bruno@clisp.org>
16997
16998         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
16999         and lib_LTLIBRARIES like the other lib_* variables.
17000
17001 2006-08-22  Bruno Haible  <bruno@clisp.org>
17002
17003         * build-aux/x-to-1.in: New file, from GNU gettext.
17004
17005 2006-08-22  Bruno Haible  <bruno@clisp.org>
17006
17007         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
17008         <utmpx.h> exists.
17009
17010 2006-08-22  Bruno Haible  <bruno@clisp.org>
17011
17012         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
17013         <utmpx.h> exists.
17014
17015 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17016
17017         BeOS portability.
17018         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
17019         exist.
17020         Problem reported by Bruno Haible.
17021
17022 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17023
17024         Avoid the need for AC_LIBSOURCES in m4 macros.
17025         * modules/acl (EXTRA_DIST): Add acl.h.
17026         * modules/argmatch (Files): Add m4/argmatch.m4.
17027         (configure.ac): Add gl_ARGMATCH.
17028         (EXTRA_DIST): Renamed from lib_SOURCES, for
17029         consistency with the other modules.  Remove argmatch.c.
17030         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
17031         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
17032         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
17033         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
17034         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
17035         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
17036         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
17037         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
17038         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
17039         * modules/closeout (EXTRA_DIST): Add closeout.h.
17040         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
17041         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
17042         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
17043         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
17044         dirname.h; remove basename.c and stripslash.c.
17045         * modules/exclude (EXTRA_DIST): Add exclude.h.
17046         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
17047         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
17048         * modules/file-type (EXTRA_DIST): Add file-type.h.
17049         * modules/filemode (EXTRA_DIST): Add filemode.h.
17050         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
17051         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
17052         * modules/fpending (EXTRA_DIST): Add __fpending.h.
17053         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
17054         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
17055         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
17056         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
17057         * modules/getdate (EXTRA_DIST): Add getdate.c.
17058         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
17059         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
17060         * modules/getpass (EXTRA_DIST): Add getpass.h.
17061         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
17062         * modules/group-member (EXTRA_DIST): Add group-member.h.
17063         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
17064         * modules/hash (EXTRA_DIST): Add hash.h.
17065         * modules/human (EXTRA_DIST): Add human.h.
17066         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
17067         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
17068         * modules/lchown (EXTRA_DIST): Add lchown.h.
17069         * modules/long-options (EXTRA_DIST): Add long-options.h.
17070         * modules/lstat (EXTRA_DIST): Add lstat.h.
17071         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
17072         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
17073         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
17074         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
17075         * modules/memxor (EXTRA_DIST): Add memxor.h.
17076         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
17077         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
17078         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
17079         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
17080         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
17081         * modules/physmem (EXTRA_DIST): Add physmem.h.
17082         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
17083         * modules/posixver (EXTRA_DIST): Add posixver.h.
17084         * modules/quote (EXTRA_DIST): Add quote.h.
17085         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
17086         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
17087         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
17088         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
17089         regex_internal.h regexec.c.
17090         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
17091         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
17092         * modules/same (EXTRA_DIST): Add same.h.
17093         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
17094         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
17095         * modules/savedir (EXTRA_DIST): Add savedir.h.
17096         * modules/sha1 (EXTRA_DIST): Add sha1.h.
17097         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
17098         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
17099         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
17100         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
17101         * modules/strdup (EXTRA_DIST): Add strdup.h.
17102         * modules/strftime (EXTRA_DIST): Add strftime.h.
17103         * modules/strndup (EXTRA_DIST): Add strndup.h.
17104         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
17105         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
17106         * modules/time_r (EXTRA_DIST): Add time_r.h.
17107         * modules/timespec (EXTRA_DIST): Add timespec.h.
17108         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
17109         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
17110         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
17111         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
17112         * modules/userspec (EXTRA_DIST): Add userspec.h.
17113         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
17114         * modules/utimens (EXTRA_DIST): Add utimens.h.
17115         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
17116         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
17117         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
17118         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
17119         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
17120         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
17121         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
17122         * modules/yesno (EXTRA_DIST): Add yesno.h.
17123
17124 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
17127
17128         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
17129         * m4/dev-ino.m4, same-inode.m4: Remove.
17130
17131         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
17132         * m4/acl.m4 (AC_FUNC_ACL):
17133         * m4/backupfile.m4 (gl_BACKUPFILE):
17134         * m4/c-strtod.m4 (gl_C99_STRTOLD):
17135         * m4/canon-host.m4 (gl_CANON_HOST):
17136         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17137         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
17138         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
17139         * m4/cloexec.m4 (gl_CLOEXEC):
17140         * m4/close-stream.m4 (gl_CLOSE_STREAM):
17141         * m4/closeout.m4 (gl_CLOSEOUT):
17142         * m4/dirfd.m4 (gl_FUNC_DIRFD):
17143         * m4/dirname.m4 (gl_DIRNAME):
17144         * m4/exclude.m4 (gl_EXCLUDE):
17145         * m4/exitfail.m4 (gl_EXITFAIL):
17146         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
17147         * m4/file-type.m4 (gl_FILE_TYPE):
17148         * m4/filemode.m4 (gl_FILEMODE):
17149         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
17150         * m4/fpending.m4 (gl_FUNC_FPENDING):
17151         * m4/fprintftime.m4 (gl_FPRINTFTIME):
17152         * m4/fts.m4 (gl_FUNC_FTS):
17153         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
17154         * m4/getdate.m4 (gl_GETDATE):
17155         * m4/gethrxtime.m4 (gl_GETHRXTIME):
17156         * m4/getpagesize.m4 (gl_GETPAGESIZE):
17157         * m4/getpass.m4 (gl_FUNC_GETPASS):
17158         * m4/gettime.m4 (gl_GETTIME):
17159         * m4/getugroups.m4 (gl_GETUGROUPS):
17160         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
17161         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
17162         * m4/hard-locale.m4 (gl_HARD_LOCALE):
17163         * m4/hash.m4 (gl_HASH):
17164         * m4/idcache.m4 (gl_IDCACHE):
17165         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
17166         * m4/lchown.m4 (gl_FUNC_LCHOWN):
17167         * m4/long-options.m4 (gl_LONG_OPTIONS):
17168         * m4/lstat.m4 (gl_FUNC_LSTAT):
17169         * m4/md5.m4 (gl_MD5):
17170         * m4/memcasecmp.m4 (gl_MEMCASECMP):
17171         * m4/memcoll.m4 (gl_MEMCOLL):
17172         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
17173         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
17174         * m4/memxor.m4 (gl_MEMXOR):
17175         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
17176         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
17177         * m4/modechange.m4 (gl_MODECHANGE):
17178         * m4/mountlist.m4 (gl_MOUNTLIST):
17179         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
17180         * m4/openat.m4 (gl_FUNC_OPENAT):
17181         * m4/pathmax.m4 (gl_PATHMAX):
17182         * m4/physmem.m4 (gl_PHYSMEM):
17183         * m4/posixtm.m4 (gl_POSIXTM):
17184         * m4/posixver.m4 (gl_POSIXVER):
17185         * m4/quote.m4 (gl_QUOTE):
17186         * m4/quotearg.m4 (gl_QUOTEARG):
17187         * m4/readtokens.m4 (gl_READTOKENS):
17188         * m4/readutmp.m4 (gl_READUTMP):
17189         * m4/regex.m4 (gl_REGEX):
17190         * m4/safe-read.m4 (gl_SAFE_READ):
17191         * m4/safe-write.m4 (gl_SAFE_WRITE):
17192         * m4/same.m4 (gl_SAME):
17193         * m4/save-cwd.m4 (gl_SAVE_CWD):
17194         * m4/savedir.m4 (gl_SAVEDIR):
17195         * m4/settime.m4 (gl_SETTIME):
17196         * m4/sha1.m4 (gl_SHA1):
17197         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
17198         * m4/stat-macros.m4 (gl_STAT_MACROS):
17199         * m4/stat-time.m4 (gl_STAT_TIME):
17200         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
17201         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
17202         * m4/strdup.m4 (gl_FUNC_STRDUP):
17203         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
17204         * m4/strndup.m4 (gl_FUNC_STRNDUP):
17205         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
17206         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
17207         * m4/time_r.m4 (gl_TIME_R):
17208         * m4/timespec.m4 (gl_TIMESPEC):
17209         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
17210         * m4/unlinkdir.m4 (gl_UNLINKDIR):
17211         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
17212         * m4/userspec.m4 (gl_USERSPEC):
17213         * m4/utimecmp.m4 (gl_UTIMECMP):
17214         * m4/utimens.m4 (gl_UTIMENS):
17215         * m4/xalloc.m4 (gl_XALLOC):
17216         * m4/xgetcwd.m4 (gl_XGETCWD):
17217         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
17218         * m4/xreadlink.m4 (gl_XREADLINK):
17219         * m4/xstrtod.m4 (gl_XSTRTOD):
17220         * m4/yesno.m4 (gl_YESNO):
17221         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
17222         to get the necessary .h files and whatnot.
17223
17224 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
17225             Bruno Haible  <bruno@clisp.org>
17226
17227         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
17228         /bin/sh understanding of '!' conditional negation.
17229
17230 2006-08-21  Jim Meyering  <jim@meyering.net>
17231
17232         * modules/openat (Depends-on): Really alphabetize.
17233
17234         * modules/acl (Depends-on): Add error and quote.
17235
17236         * check-module (find_included_lib_files): Add at-func.c to the
17237         ok-to-include-more-than-once white list.
17238
17239         * modules/openat (Depends-on): Add lstat.  Alphabetize.
17240
17241 2006-08-21  Bruno Haible  <bruno@clisp.org>
17242
17243         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17244         Emit a pkgdata_DATA variable only if some snippets add contents to it.
17245         Reported by Martin Lambers <marlam@marlam.de>.
17246
17247 2006-08-21  Bruno Haible  <bruno@clisp.org>
17248
17249         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
17250         specify an installation location, don't emit a noinst_LIBRARIES or
17251         noinst_LTLIBRARIES assignment.
17252
17253 2006-08-21  Bruno Haible  <bruno@clisp.org>
17254
17255         BeOS portability.
17256         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
17257         BeOS has mbrtowc() but no <wctype.h>.
17258
17259 2006-08-21  Bruno Haible  <bruno@clisp.org>
17260
17261         BeOS portability.
17262         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
17263         exist.
17264
17265 2006-08-21  Bruno Haible  <bruno@clisp.org>
17266
17267         BeOS portability.
17268         * lib/mbchar.h: Include <wctype.h> only if it exists.
17269
17270 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17271
17272         Remove files that are no longer needed by their respective modules.
17273         * m4/obstack.m4: Remove.
17274         * m4/strerror_r.m4: Remove.
17275         * m4/uint32_t.m4: Remove.
17276         * m4/uintptr_t.m4: Remove.
17277         * m4/ullong_max.m4: Remove.
17278         * m4/xstrtoimax.m4: Remove.
17279         * m4/xstrtoumax.m4: Remove.
17280
17281         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
17282         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
17283         dependencies now capture this.
17284
17285         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
17286         Do not use AC_LIBSOURCES, since gnulib modules now do this.
17287         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
17288         * m4/human.m4 (gl_HUMAN): Likewise.
17289         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
17290         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
17291
17292         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
17293
17294         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
17295         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
17296         stdint.
17297         * m4/human.m4 (gl_HUMAN): Likewise.
17298         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
17299         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
17300         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
17301         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
17302         * m4/xstrtol (gl_XSTRTOL): Likewise.
17303
17304         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
17305         AC_TYPE_LONG_LONG_INT.
17306         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
17307         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
17308         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
17309         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
17310
17311         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
17312         on stdbool.
17313
17314         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
17315         (gl_PREREQ_XSTRTOUL): Remove.
17316
17317         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
17318
17319         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
17320         mode.
17321
17322 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17323
17324         Add and change modules to make it easier for coreutils to use
17325         gnulib-tool.
17326         * modules/backupfile (Files): Remove m4/d-ino.m4.
17327         (Depends-on): Add d-ino.
17328         * modules/cycle-check (Depends-on): Add stdint.
17329         (lib_SOURCES): Add cycle-check.h.
17330         * modules/d-ino: New module.
17331         * modules/d-type: New module.
17332         * modules/error (Files): Remove m4/strerror_r.m4.
17333         * modules/filemode (Files): Add m4/st_dm_mode.m4.
17334         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
17335         m4/inttypes_h.m4, m4/uintmax_t.m4.
17336         (Depends-on): Add stdint.
17337         (lib_SOURCES): Add fsusage.h.
17338         * modules/getcwd (Files): Remove d-ino.m4.
17339         (Depends-on): Add d-ino.
17340         * modules/getndelim2 (Depends-on): Add stdint.
17341         * modules/glob (Files): Remove m4/d-type.m4.
17342         (Depends-on): Add d-type.
17343         * modules/host-os: New module.
17344         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
17345         m4/inttypes_h.m4, m4/uintmax_t.m4.
17346         * Depends-on: Add stdint.
17347         (lib_SOURCES): Add human.h.
17348         * modules/inttostr (Files): Remove m4/intmax_t.m4,
17349         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
17350         m4/uintmax_t.m4, m4/ulonglong.m4.
17351         (Depends-on): Add stdint.
17352         (EXTRA_DIST): Add inttostr.h.
17353         * modules/lchmod: New module.
17354         * modules/link-follow: New module.
17355         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
17356         (Depends-on): Add lchmod.
17357         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
17358         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
17359         (Depends-on): Add stdint.
17360         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
17361         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
17362         (Depends-on): Add stdint.
17363         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
17364         * modules/perl: New module.
17365         * modules/regex (Depends-on): Add stdint.
17366         * modules/rmdir-errno: New module.
17367         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
17368         m4/intmax_t.m4.
17369         (Depends-on): Add stdint.
17370         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
17371         m4/uintmax_t.m4.
17372         (Depends-on): Add stdint.
17373         * modules/unlink-busy: New module.
17374         * modules/utimecmp (Depends-on): Add stdint.
17375         * modules/uptime: New module.
17376         * modules/winsz-ioctl: New module.
17377         * modules/winsz-termios: New module.
17378         * modules/xnanosleep (Depends-on): Add nanosleep.
17379         * modules/ullong_max: Remove.
17380         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
17381         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
17382         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
17383         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
17384         (Depends-on): Add inttypes.
17385         (lib_SOURCES): Add xstrtol.h.
17386         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
17387         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
17388         * MODULES.html.sh: Move 'assert' into the assert section.
17389         Move 'dummy' into the linking section.
17390         Remove ullong_max.
17391         Add section for compatibility checks for POSIX:2001 functions,
17392         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
17393         winsz-ioctl, and winsz-termios into it.
17394         Add lchmod.
17395         Add top-level Misc section and put host-os, perl, and uptime
17396         into it.
17397
17398 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
17401         now assume the stdint module.  Do not include inttypes.h.
17402         * lib/fsusage.h: Likewise.
17403         * lib/getndelim2.c: Likewise.
17404         * lib/human.h: Likewise.
17405         * lib/inttostr.h: Likewise.
17406         * lib/obstack.c: Likewise.
17407         * lib/regex_internal.h: Likewise.
17408         * lib/tempname.c: Likewise.
17409         * lib/utimecmp.c: Likewise.
17410         * lib/xstrtol.h: Likewise.
17411
17412         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
17413
17414         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
17415         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
17416         * lib/xtime.h: Likewise.
17417
17418 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         * modules/openat (Files): Add lib/fchmodat.c.
17421         Fixes problem reported by Jay Youngman.
17422
17423 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17424
17425         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
17426         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
17427
17428 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
17429             Bruno Haible  <bruno@clisp.org>
17430
17431         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
17432         and is a script that invokes bison. Tighten the code. Add comments.
17433
17434 2006-08-18  Jim Meyering  <jim@meyering.net>
17435
17436         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
17437         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
17438         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
17439         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
17440
17441 2006-08-18  Bruno Haible  <bruno@clisp.org>
17442
17443         * modules/bison-i18n: New file.
17444         * MODULES.html.sh (Internationalization functions): Add it.
17445
17446 2006-08-18  Bruno Haible  <bruno@clisp.org>
17447
17448         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
17449         sys/statvfs.h. When getmntinfo was found, check its declaration and
17450         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
17451
17452 2006-08-18  Bruno Haible  <bruno@clisp.org>
17453
17454         * m4/bison-i18n.m4: New file, from bison.
17455
17456 2006-08-18  Bruno Haible  <bruno@clisp.org>
17457
17458         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
17459         (ME_DUMMY): Treat "kernfs" as a dummy.
17460         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
17461
17462 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17463
17464         Update from coreutils.
17465
17466         2006-08-15  Jim Meyering  <jim@meyering.net>
17467
17468         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
17469
17470         2006-01-17  Jim Meyering  <jim@meyering.net>
17471
17472         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
17473
17474         2006-01-11  Jim Meyering  <jim@meyering.net>
17475
17476         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
17477         Check for the lchmod function.
17478
17479 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17480
17481         Update from coreutils.
17482
17483         * lib/__fpending.h: Add copyright notice.
17484         * lib/fprintftime.h: Likewise.
17485         * lib/savedir.c: Use (C) in copyright notice.
17486         * lib/savedir.h: Likewise.
17487
17488         2006-08-15  Jim Meyering  <jim@meyering.net>
17489
17490         * lib/at-func.c: New file, with the logic of all emulated at-functions.
17491         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
17492         in support of the EXPECTED_ERRNO macro.
17493         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
17494         definitions.  Instead, define the appropriate symbols and include
17495         "at-func.c".
17496         * lib/mkdirat.c (mkdirat): Likewise.
17497         * lib/fchmodat.c (fchmodat): Likewise.
17498         (ENOSYS): Remove definition.
17499         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
17500         it.  Don't include "unistd--.h" -- it wasn't ever used.
17501
17502         2006-01-17  Jim Meyering  <jim@meyering.net>
17503
17504         Rewrite fts.c not to change the current working directory,
17505         by using openat, fstatat, fdopendir, etc..
17506
17507         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
17508         (HAVE_OPENAT_SUPPORT): Define.
17509         [_LIBC] (fchdir): Don't undef or define; no longer used.
17510         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
17511         Now, this `function' always succeeds, and consumes its file descriptor
17512         parameter -- so callers must not close such FDs.  Update callers.
17513         (diropen_fd, opendirat, cwd_advance_fd): New functions.
17514         (diropen): Add parameter, SP.  Adjust all callers.
17515         Implement using diropen_fd, rather than open.
17516         (fts_open): Initialize new member, fts_cwd_fd.
17517         Remove fts_rft-setting code.
17518         (fts_close): Close fts_cwd_fd, if necessary.
17519         (__opendir2): Define in terms of opendir or opendirat,
17520         depending on whether the FST_NOCHDIR flag is set.
17521         (fts_build): Since fts_safe_changedir consumes its FD, and since
17522         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
17523         and close the dup'd file descriptor upon failure.
17524         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
17525         (fts_safe_changedir): Tweak semantics to reflect that this function
17526         now calls cwd_advance_fd and hence consumes its FD argument.
17527         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
17528         [struct FTS] (fts_rft): Remove now-unused member.
17529         [struct FTS] (fts_cycle.state): Improve comment.
17530
17531         * lib/openat.c (openat_needs_fchdir): New function.
17532         * lib/openat.h (openat_needs_fchdir): Declare it.
17533
17534 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
17535
17536         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
17537         Problem and fix reported by Pádraig Brady in
17538         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
17539
17540 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17541
17542         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
17543
17544 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17545
17546         * lib/memcoll.c (memcoll): Optimize for the common case where the
17547         arguments are bytewise equal.
17548
17549 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         * doc/regexprops-generic.texi: Add a copyright notice.
17552
17553 2006-08-15  Bruno Haible  <bruno@clisp.org>
17554
17555         * modules/tmpdir (License): Change to LGPL.
17556
17557 2006-08-15  Bruno Haible  <bruno@clisp.org>
17558
17559         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
17560         module.
17561
17562 2006-08-14  Simon Josefsson  <jas@extundo.com>
17563
17564         * config/srclist.txt: Add gnupload.
17565
17566 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         Change copyright notice from LGPL 2 to GPL 2, since that's the
17569         standard form used in the gnulib repository.
17570         * tests/test-lock.c: Likewise.
17571         * tests/test-stdint.c: Likewise.
17572         * tests/test-tls.c: Likewise.
17573
17574         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
17575         prelude-manager.  User shorter URLs for GNU projects, without '?'.
17576         Add copyright notice.
17577
17578         * check-module: Add copyright notice.  Output a copyright
17579         notice if "--version" is specified.
17580         * modules/COPYING: New file.
17581         * tests/test-getaddrinfo.c: Add copyright notice.
17582         * tests/test-verify.c: Likewise.
17583
17584 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         Change copyright notice from LGPL 2 to GPL 2, since that's the
17587         standard form used in the gnulib repository.
17588         * lib/lock.c: LGPL -> GPL.
17589         * lib/lock.h: Likewise.
17590         * lib/strnlen1.c: Likewise.
17591         * lib/strnlen1.h: Likewise.
17592         * lib/tls.c: Likewise.
17593         * lib/tls.h: Likewise.
17594         * lib/tmpdir.c: Likewise.
17595
17596         * lib/TODO: Remove; this belongs only in coreutils.
17597
17598 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17599
17600         Add copyright notices to long-enough files that lack them, since
17601         otherwise the files aren't clearly free.  Use the same notice that
17602         getdate.texi already uses.
17603         * doc/alloca-opt.texi: Add copyright notice.
17604         * doc/alloca.texi: Likewise.
17605         * doc/ctime.texi: Likewise.
17606         * doc/functions.texi: Likewise.
17607         * doc/gcd.texi: Likewise.
17608         * doc/gnulib-tool.texi: Likewise.
17609         * doc/inet_ntoa.texi: Likewise.
17610         * doc/visibility.texi: Likewise.
17611
17612         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
17613         * doc/quote.texi: Add copyright notice.
17614
17615         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
17616         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
17617         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
17618         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
17619         is now obsolete, and give a pointer to the Sun list.
17620         Add copyright notice.
17621
17622 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17623
17624         * config/srclistvars.sh: Add copyright notice.
17625
17626 2006-08-14  Eric Blake  <ebb9@byu.net>
17627
17628         Import the following change from libc:
17629
17630         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
17631
17632         Upstream bug 2997.
17633         * lib/misc/error.c: Add space between program name and message if file
17634         name is missing.
17635
17636 2006-08-12  Karl Berry  <karl@gnu.org>
17637
17638         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
17639         remove, these originate in gnulib now.
17640
17641 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17642
17643         * doc/Makefile (standards.info standards.html standards.dvi):
17644         Also depend on make-stds.texi.
17645
17646 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17647
17648         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
17649         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
17650
17651         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
17652         in wchar_t.  Problem reported by Eric Blake.
17653
17654         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
17655         LEN is smaller than SIZE.  Suggested by Bruno Haible.
17656         Also, help the compiler to keep LEN in a register.
17657
17658 2006-08-11  Eric Blake  <ebb9@byu.net>
17659
17660         * users.txt: Sort.  Add tar.
17661
17662 2006-08-11  Bruno Haible  <bruno@clisp.org>
17663
17664         * users.txt: New file.
17665
17666 2006-08-11  Bruno Haible  <bruno@clisp.org>
17667
17668         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
17669         before <wchar.h>. Needed for OSF/1 and BSD/OS.
17670
17671 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17672
17673         * modules/snprintf (Depends-on): Remove minmax.
17674         (Maintainer): Add self and Bruno.
17675
17676 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * lib/.cppi-disable: Add snprintf.h, socket_.h.
17679         * lib/snprintf.c: Include <errno.h> and <limits.h>.
17680         (EOVERFLOW): Define if the system does not.
17681         Do not include "minmax.h"; it wasn't used.
17682         (snprintf): Don't assume size_t promotes to an unsigned type.
17683         Fix bug when generated string was too long for the buffer: the
17684         buffer's contents are supposed to be the initial prefix of the
17685         output.  Don't assume vasnprintf returns EOVERFLOW if the size
17686         exceeds INT_MAX; do the check ourselves.
17687
17688         Import the following changes from libc:
17689
17690         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
17691
17692         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
17693         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
17694         set wc to the byte which couldn't be converted.
17695         (re_string_reconstruct): Don't clear valid_raw_len before calling
17696         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
17697         tip_context using re_string_context_at.
17698
17699         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
17700
17701         * lib/posix/regex.h: g++ still cannot handled [restrict].
17702
17703         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
17704
17705         * lib/posix/regex.h: Remove special handling for VMS.
17706
17707 2006-08-10  Jim Meyering  <jim@meyering.net>
17708
17709         * modules/same-inode: New module.
17710         * modules/dev-ino: New module.
17711         * modules/cycle-check: Depend on these modules, rather than simply
17712         including their .h files.
17713         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
17714         required via m4/cycle-check.m4.
17715         * modules/same: Depend on new same-inode module, rather than
17716         including same-inode.h.
17717         * modules/chdir-safer: New file.
17718
17719         * modules/chown (Depends-on): Add stat-macros.
17720
17721 2006-08-10  Jim Meyering  <jim@meyering.net>
17722
17723         * m4/cycle-check.m4: New file.
17724         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
17725         * m4/dev-ino.m4, m4/same-inode.m4: New files.
17726
17727 2006-08-10  Eric Blake  <ebb9@byu.net>
17728
17729         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
17730         in from original proposal.
17731
17732 2006-08-10  Eric Blake  <ebb9@byu.net>
17733         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17734
17735         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
17736         namespace.
17737
17738 2006-08-10  Bruno Haible  <bruno@clisp.org>
17739
17740         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
17741         as well.
17742
17743 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17744
17745         Sync from coreutils.
17746
17747         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
17748
17749         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
17750         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
17751
17752 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17753
17754         * modules/restrict: Remove; no longer needed now that we assume
17755         Autoconf 2.59 or later.
17756         * MODULES.html.sh: Remove 'restrict'.
17757         * modules/argp (Depends-on): Remove 'restrict'.
17758         * modules/base64 (Depends-on): Likewise.
17759         * modules/gc (Depends-on): Likewise.
17760         * modules/getaddrinfo (Depends-on): Likewise.
17761         * modules/glob (Depends-on): Likewise.
17762         * modules/inet_ntop (Depends-on): Likewise.
17763         * modules/inet_pton (Depends-on): Likewise.
17764         * modules/memxor (Depends-on): Likewise.
17765         * modules/regex (Depends-on): Likewise.
17766         * modules/strtok_r (Depends-on): Likewise.
17767         * modules/time_r (Depends-on): Likewise.
17768
17769 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17770
17771         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
17772         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
17773         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17774         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
17775         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
17776         * m4/memxor.m4 (gl_MEMXOR): Likewise.
17777         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
17778         gl_C_RESTRICT replaced by AC_C_RESTRICT.
17779
17780         Merge from coreutils.
17781         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
17782         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
17783         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17784         * m4/time_r.m4 (gl_TIME_R): Likewise.
17785
17786 2006-08-09  Karl Berry  <karl@gnu.org>
17787
17788         * config/srclist.txt: no more gettext-tools, per Bruno.
17789
17790 2006-08-08  Eric Blake  <ebb9@byu.net>
17791
17792         * modules/verror: New module.
17793         * MODULES.html.sh: Document it.
17794
17795 2006-08-08  Eric Blake  <ebb9@byu.net>
17796
17797         * lib/verror.h, lib/verror.c: New files.
17798
17799 2006-08-08  Eric Blake  <ebb9@byu.net>
17800
17801         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
17802         verror_at_line output complies with GNU Coding Standards even when
17803         file is NULL.
17804
17805 2006-08-07  Bruno Haible  <bruno@clisp.org>
17806
17807         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
17808         versions of AIX.
17809         Reported by Ralf Wildenhues.
17810
17811 2006-08-07  Bruno Haible  <bruno@clisp.org>
17812
17813         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
17814         in an AC_DEFUN. Needed so that the autoconf snippets can use
17815         AC_REQUIRE.
17816
17817 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17818
17819         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17820         Initialize pkgdata_DATA.
17821         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
17822         overriding it.
17823
17824 2006-08-06  Eric Blake  <ebb9@byu.net>
17825
17826         * lib/error.h: Fold in some upstream changes from glibc.
17827         * lib/error.c: Likewise.
17828
17829 2006-08-04  Bruno Haible  <bruno@clisp.org>
17830
17831         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17832         Make the mostlyclean-local rule depend on mostlyclean-generic.
17833         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
17834
17835 2006-07-31  Bruno Haible  <bruno@clisp.org>
17836
17837         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
17838         <stdlib.h>, <string.h>.
17839
17840 2006-07-30  Bruno Haible  <bruno@clisp.org>
17841
17842         * modules/readlink (License): Change to LGPL.
17843
17844 2006-07-30  Bruno Haible  <bruno@clisp.org>
17845
17846         * modules/javaversion (Makefile.am): Distribute javaversion.java and
17847         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
17848         set PKGDATADIR to point to it.
17849
17850 2006-07-30  Bruno Haible  <bruno@clisp.org>
17851
17852         * modules/csharpexec (configure.ac): Comment out macro invocation.
17853         * modules/javaexec (configure.ac): Likewise.
17854         * modules/javacomp-script (configure.ac): Likewise.
17855
17856         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
17857
17858 2006-07-30  Bruno Haible  <bruno@clisp.org>
17859
17860         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
17861         linked-list.
17862
17863 2006-07-30  Bruno Haible  <bruno@clisp.org>
17864
17865         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
17866
17867 2006-07-30  Bruno Haible  <bruno@clisp.org>
17868
17869         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17870         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
17871         get removed.
17872
17873 2006-07-29  Bruno Haible  <bruno@clisp.org>
17874
17875         Make it possible for gnulib-tool to work with locally modified or
17876         augmented gnulib repositories.
17877         * gnulib-tool (func_usage): Document --local-dir option.
17878         (local_gnulib_dir): New variable.
17879         Handle --local-dir option.
17880         (func_lookup_file): New function.
17881         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
17882         (func_get_description, func_get_filelist, func_get_description,
17883         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
17884         func_get_automake_snippet, func_get_include_directive,
17885         func_get_license, func_get_maintainer): Use func_lookup_file.
17886         (func_import, func_create_testdir): Use func_lookup_file.
17887
17888 2006-07-29  Bruno Haible  <bruno@clisp.org>
17889
17890         * modules/setenv (Depends-on): Add unistd.
17891
17892 2006-07-29  Bruno Haible  <bruno@clisp.org>
17893
17894         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
17895
17896 2006-07-29  Bruno Haible  <bruno@clisp.org>
17897
17898         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
17899
17900 2006-07-29  Bruno Haible  <bruno@clisp.org>
17901
17902         * gnulib-tool (import, update): If there is no Makefile.am, look at
17903         aclocal.m4, instead of bailing out.
17904
17905 2006-07-29  Bruno Haible  <bruno@clisp.org>
17906
17907         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
17908         Categorize the options by when they are useful.
17909
17910 2006-07-29  Bruno Haible  <bruno@clisp.org>
17911
17912         * gnulib-tool (func_usage): Document option --no-libtool.
17913         Handle option --no-libtool.
17914         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
17915         for changed semantics of $libtool variable.
17916         (func_import): Likewise. If libtool is not used, show this through
17917         an option --no-libtool.
17918         (func_create_testdir): Update.
17919
17920 2006-07-29  Bruno Haible  <bruno@clisp.org>
17921
17922         * gnulib-tool (func_import): Extend error message about missing
17923         --doc-base.
17924
17925 2006-07-29  Bruno Haible  <bruno@clisp.org>
17926
17927         * gnulib-tool (func_import): Don't create the $docbase directory if
17928         there is no file to store there.
17929
17930 2006-07-29  Bruno Haible  <bruno@clisp.org>
17931
17932         * gnulib-tool (autoconf_minversion): If a --dir option is given and
17933         relevant, look for configure.ac there, not in the current directory.
17934         Also use a simple search for AC_PREREQ, not "autoconf --trace".
17935
17936 2006-07-29  Bruno Haible  <bruno@clisp.org>
17937
17938         * gnulib-tool (SORT): New variable.
17939         (func_usage): Undocument --assume-autoconf option.
17940         Remove --assume-autoconf option handling.
17941         (autoconf_minversion): Determine from the contents of configure.ac.
17942         (func_import): Remove autoconf_minversion handling.
17943         Suggested by Eric Blake.
17944
17945 2006-07-29  Bruno Haible  <bruno@clisp.org>
17946
17947         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
17948
17949 2006-07-29  Bruno Haible  <bruno@clisp.org>
17950
17951         * config/srclist.txt (*setenv.[ch]): Remove rules.
17952
17953 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17954
17955         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
17956
17957 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17958
17959         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
17960         arpa/inet.h.
17961
17962 2006-07-28  Simon Josefsson  <jas@extundo.com>
17963
17964         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
17965         * modules/inet_pton (Depends-on): Likewise.
17966
17967 2006-07-28  Simon Josefsson  <jas@extundo.com>
17968
17969         * m4/netinet_in_h.m4: New file.
17970
17971 2006-07-28  Simon Josefsson  <jas@extundo.com>
17972
17973         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
17974         #include's.
17975
17976 2006-07-28  Simon Josefsson  <jas@extundo.com>
17977
17978         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
17979         #include's.
17980
17981 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
17982
17983         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
17984         setgid on directories only if they set these bits.
17985         * lib/modechange.h: Remove obsolete comment about masks.
17986
17987 2006-07-28  Eric Blake  <ebb9@byu.net>
17988
17989         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
17990         macro expansion.
17991
17992 2006-07-28  Bruno Haible  <bruno@clisp.org>
17993
17994         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
17995
17996 2006-07-28  Bruno Haible  <bruno@clisp.org>
17997
17998         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
17999
18000 2006-07-28  Bruno Haible  <bruno@clisp.org>
18001
18002         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
18003         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
18004         Define fallbacks.
18005         Avoids link error on FreeBSD 4.x.
18006         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18007
18008         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
18009         encoding.
18010         * lib/mbswidth.c (iswcntrl): Likewise.
18011
18012 2006-07-27  Bruno Haible  <bruno@clisp.org>
18013
18014         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
18015         test.
18016
18017 2006-07-27  Bruno Haible  <bruno@clisp.org>
18018
18019         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
18020         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
18021         defined.
18022
18023 2006-07-26  Eric Blake  <ebb9@byu.net>
18024
18025         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
18026
18027 2006-07-26  Eric Blake  <ebb9@byu.net>
18028
18029         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
18030         like mingw that lack mkstemp.
18031         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
18032         avoid compilation warning on mingw.
18033
18034 2006-07-26  Bruno Haible  <bruno@clisp.org>
18035
18036         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
18037         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
18038         INT_FAST*_MIN, INTPTR_MIN.
18039
18040 2006-07-25  Bruno Haible  <bruno@clisp.org>
18041
18042         * modules/version-etc (Depends-on): Add stdarg.
18043
18044 2006-07-25  Bruno Haible  <bruno@clisp.org>
18045
18046         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
18047         complex commands.
18048
18049 2006-07-25  Bruno Haible  <bruno@clisp.org>
18050
18051         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
18052         defined in <stdarg.h> or config.h.
18053
18054 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
18057         (gl_STDIO_SAFER): Remove.
18058
18059 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
18060
18061         * MODULES.html.sh (File stream based Input/Output):
18062         Add fopen-safer, tmpfile-safer; remove stdio-safer.
18063         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
18064         * modules/fopen-safer, modules/tmpfile-safer: New files.
18065         * modules/stdio-safer: Remove.
18066
18067 2006-07-24  Bruno Haible  <bruno@clisp.org>
18068
18069         * modules/tmpdir: New file.
18070         * MODULES.html.sh (File system functions): Add it.
18071
18072 2006-07-24  Bruno Haible  <bruno@clisp.org>
18073
18074         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
18075         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
18076
18077 2006-07-24  Bruno Haible  <bruno@clisp.org>
18078
18079         * modules/clean-temp: New file.
18080
18081 2006-07-24  Bruno Haible  <bruno@clisp.org>
18082
18083         * m4/tmpdir.m4: New file, from GNU gettext.
18084
18085 2006-07-24  Bruno Haible  <bruno@clisp.org>
18086
18087         * lib/tmpdir.h: New file, from GNU gettext.
18088         * lib/tmpdir.c: New file, from GNU gettext.
18089
18090 2006-07-24  Bruno Haible  <bruno@clisp.org>
18091
18092         * lib/clean-temp.h: New file, from GNU gettext.
18093         * lib/clean-temp.c: New file, from GNU gettext.
18094
18095 2006-07-23  Eric Blake  <ebb9@byu.net>
18096
18097         * modules/stdio-safer (Files): Add tmpfile-safer.c.
18098         (Depends-on): Add binary-io.
18099
18100 2006-07-23  Eric Blake  <ebb9@byu.net>
18101
18102         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
18103
18104 2006-07-23  Eric Blake  <ebb9@byu.net>
18105
18106         * lib/tmpfile-safer.c: New file.
18107         * lib/stdio-safer.h (fopen_safer): Add prototype.
18108         * lib/stdio--.h (tmpfile): Make safer.
18109
18110 2006-07-23  Bruno Haible  <bruno@clisp.org>
18111
18112         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
18113         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
18114         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
18115         gl_linked_remove_at): Use it.
18116
18117 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18118         and Simon Josefsson <jas@extundo.com>
18119
18120         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
18121
18122         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
18123
18124 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         * modules/close-stream: New file.
18127         * modules/closeout (Description): Make it clear that it exits
18128         with a diagnostic on error.
18129         (Depends-on): Add close-stream.  Remove fpending, stdbool.
18130         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
18131
18132 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * m4/close-stream.m4: New file.
18135
18136 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18137
18138         * lib/close-stream.c, lib/close-stream.h: New files.
18139
18140 2006-07-22  Bruno Haible  <bruno@clisp.org>
18141
18142         Merge from GNU gettext 0.15.
18143
18144         2006-05-01  Bruno Haible  <bruno@clisp.org>
18145
18146                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
18147
18148         2006-07-22  Bruno Haible  <bruno@clisp.org>
18149
18150                 * modules/javaversion: New file.
18151                 * MODULES.html.sh (Java): Add javaversion.
18152
18153         2006-03-12  Bruno Haible  <bruno@clisp.org>
18154
18155                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
18156
18157         2005-12-04  Bruno Haible  <bruno@clisp.org>
18158
18159                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
18160                 (untested).
18161
18162         2006-06-21  Bruno Haible  <bruno@clisp.org>
18163
18164                 Avoid warnings from recent versions of mcs.
18165                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
18166                 -o, -L, -r any more. Use options documented since mcs-1.0
18167                 instead. Similarly for -g.
18168
18169         2005-12-04  Bruno Haible  <bruno@clisp.org>
18170
18171                 * build-aux/csharpcomp.sh.in: Suffix for resources is
18172                 .resources, not .resource.
18173
18174         2005-07-09  Bruno Haible  <bruno@clisp.org>
18175
18176                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
18177                 add a .dll suffix.
18178                 Reported by Mark Junker <mjscod@gmx.de>.
18179
18180         2006-07-22  Bruno Haible  <bruno@clisp.org>
18181
18182                 * modules/gettext: Upgrade to gettext-0.15.
18183                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
18184                 m4/visibility.m4.
18185                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
18186
18187 2006-07-22  Bruno Haible  <bruno@clisp.org>
18188
18189         Merge from GNU gettext 0.15.
18190
18191         2006-03-25  Bruno Haible  <bruno@clisp.org>
18192
18193                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
18194
18195         2006-07-21  Bruno Haible  <bruno@clisp.org>
18196
18197                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
18198                 "1.1".
18199
18200         2006-05-09  Bruno Haible  <bruno@clisp.org>
18201
18202                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
18203                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
18204                 for the conftestver execution.
18205
18206         2006-05-01  Bruno Haible  <bruno@clisp.org>
18207
18208                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
18209                 optional target-version argument. Verify that the compiler
18210                 groks source of the specified source-version, or add -source
18211                 option as necessary. Verify that the compiler produces
18212                 bytecode in the specified target-version, or add -target and
18213                 -source options as necessary. Make the result of the test
18214                 available as variable CONF_JAVAC. Also log error output in
18215                 config.log.
18216
18217         2006-03-11  Bruno Haible  <bruno@clisp.org>
18218
18219                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
18220
18221         2006-05-09  Bruno Haible  <bruno@clisp.org>
18222
18223                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
18224                 CLASSPATH_SEPARATOR to a semicolon.
18225
18226         2006-03-12  Bruno Haible  <bruno@clisp.org>
18227
18228                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
18229                 available as variable CONF_JAVA, for subsequent autoconf
18230                 tests. Also log error output in config.log.
18231
18232         2006-07-19  Bruno Haible  <bruno@clisp.org>
18233
18234                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
18235                 that getline works on glibc2 systems. Needed to avoid trouble
18236                 in relocatable.c.
18237                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
18238
18239         2005-12-04  Bruno Haible  <bruno@clisp.org>
18240
18241                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
18242                 launcher (untested).
18243
18244         2005-12-04  Bruno Haible  <bruno@clisp.org>
18245
18246                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
18247
18248         2006-07-22  Bruno Haible  <bruno@clisp.org>
18249
18250                 * gettext.m4: Update from GNU gettext-0.15.
18251                 * nls.m4: Likewise.
18252                 * po.m4: Likewise.
18253                 * inttypes-pri.m4: Likewise.
18254                 * inttypes-h.m4: Renamed from inttypes.m4.
18255                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
18256
18257 2006-07-22  Bruno Haible  <bruno@clisp.org>
18258
18259         Merge from GNU gettext 0.15.
18260
18261         2005-07-05  Bruno Haible  <bruno@clisp.org>
18262
18263                 * printf-args.c (printf_fetchargs): Work around broken
18264                 definition of wint_t on mingw.
18265
18266         2005-02-12  Bruno Haible  <bruno@clisp.org>
18267
18268                 * xallocsa.h: Add extern "C" for C++.
18269
18270         2006-05-17  Bruno Haible  <bruno@clisp.org>
18271
18272                 Cygwin portability.
18273                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
18274
18275         2006-04-30  Bruno Haible  <bruno@clisp.org>
18276
18277                 * progreloc.c: Include <mach-o/dyld.h> if available.
18278                 (find_executable): Use _NSGetExecutablePath when possible.
18279
18280         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18281
18282                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
18283                 function.
18284
18285         2005-12-29  Bruno Haible  <bruno@clisp.org>
18286
18287                 * progreloc.c (set_program_name_and_installdir): Fix
18288                 compilation error.
18289
18290         2005-12-04  Bruno Haible  <bruno@clisp.org>
18291
18292                 Cygwin portability.
18293                 * progreloc.c: Include <windows.h> also on Cygwin.
18294                 (find_executable): Add support for Cygwin.
18295                 (set_program_name_and_installdir): Handle also platforms with
18296                 nonempty EXEEXT.
18297
18298         2006-07-11  Bruno Haible  <bruno@clisp.org>
18299
18300                 * javacomp.c: Fix a comment.
18301                 Reported by Jim Meyering.
18302
18303         2006-04-30  Bruno Haible  <bruno@clisp.org>
18304
18305                 * javacomp.h (compile_java_class): Add source_version,
18306                 target_version arguments.
18307                 * javacomp.c: Rewritten to choose only a compiler that
18308                 respects the specified source_version and target_version.
18309
18310         2006-06-27  Bruno Haible  <bruno@clisp.org>
18311
18312                 Assume correct S_ISDIR macro.
18313                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
18314
18315         2006-07-22  Bruno Haible  <bruno@clisp.org>
18316
18317                 * javaversion.h: New file, from GNU gettext.
18318                 * javaversion.c: New file, from GNU gettext.
18319                 * javaversion.java: New file, from GNU gettext.
18320                 * javaversion.class: New file, from GNU gettext.
18321
18322         2006-05-17  Bruno Haible  <bruno@clisp.org>
18323
18324                 Cygwin portability.
18325                 * javaexec.c (execute_java_class): Test for jview program
18326                 also on Cygwin.
18327
18328         2006-04-09  Bruno Haible  <bruno@clisp.org>
18329
18330                 * fatal-signal.c: Don't include string.h.
18331                 (at_fatal_signal): Use a copying loop instead of memcpy.
18332
18333         2005-12-04  Bruno Haible  <bruno@clisp.org>
18334
18335                 * csharpexec.c: Add support for 'clix' launcher (untested).
18336                 (execute_csharp_using_sscli): New function.
18337                 (execute_csharp_program): Call it.
18338
18339         2006-06-21  Bruno Haible  <bruno@clisp.org>
18340
18341                 Avoid warnings from recent versions of mcs.
18342                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
18343                 -o, -L, -r any more. Use options documented since mcs-1.0
18344                 instead. Similarly for -g.
18345
18346         2005-07-09  Bruno Haible  <bruno@clisp.org>
18347
18348                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
18349                 add a .dll suffix.
18350                 Reported by Mark Junker <mjscod@gmx.de>.
18351
18352         2006-06-17  Bruno Haible  <bruno@clisp.org>
18353
18354                 * config.charset: Update for NetBSD 3.0.
18355
18356         2006-05-17  Bruno Haible  <bruno@clisp.org>
18357
18358                 Cygwin portability.
18359                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
18360
18361         2006-05-16  Bruno Haible  <bruno@clisp.org>
18362
18363                 * localcharset.c [CYGWIN]: Include <windows.h>.
18364                 (get_charset_aliases): For Cygwin, return the same CPxxx
18365                 aliases list as under WIN32.
18366                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
18367                 the environment variables. Fall back to GetACP().
18368
18369         2006-04-05  Bruno Haible  <bruno@clisp.org>
18370
18371                 * config.charset: Update Juan Manuel Guerrero's address.
18372
18373         2005-02-12  Bruno Haible  <bruno@clisp.org>
18374
18375                 * allocsa.h: Add extern "C" for C++.
18376
18377         2005-02-10  Bruno Haible  <bruno@clisp.org>
18378
18379                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
18380                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
18381
18382         2006-07-22  Bruno Haible  <bruno@clisp.org>
18383
18384                 * gettext.h: Update to GNU gettext-0.15.
18385
18386 2006-07-22  Bruno Haible  <bruno@clisp.org>
18387
18388         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
18389         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
18390         lib-prefix.m4, longdouble.m4, ssize_t.m4.
18391
18392 2006-07-21  Eric Blake  <ebb9@byu.net>
18393
18394         * modules/stdlib-safer: New file.
18395         * MODULES.html.sh (File stream based Input/Output): Add
18396         stdlib-safer.
18397
18398 2006-07-21  Eric Blake  <ebb9@byu.net>
18399
18400         * lib/stdlib-safer.h: New file from coreutils, required by
18401         stdlib--.h.
18402
18403 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
18406
18407 2006-07-20  Bruno Haible  <bruno@clisp.org>
18408
18409         * gnulib-tool: Recognize new option --assume-autoconf.
18410         (autoconf_minversion): New variable.
18411         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
18412
18413 2006-07-20  Bruno Haible  <bruno@clisp.org>
18414
18415         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
18416
18417 2006-07-19  Derek R. Price  <derek@ximbiot.com>
18418
18419         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
18420         Reindent and repaginate.
18421
18422 2006-07-19  Derek Price  <derek@ximbiot.com>
18423
18424         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
18425         Correct grammar.
18426
18427 2006-07-17  Bruno Haible  <bruno@clisp.org>
18428
18429         * modules/list: New file.
18430         * modules/array-list: New file.
18431         * modules/carray-list, modules/carray-list-tests: New files.
18432         * modules/linked-list, modules/linked-list-tests: New files.
18433         * modules/avltree-list, modules/avltree-list-tests: New files.
18434         * modules/rbtree-list, modules/rbtree-list-tests: New files.
18435         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
18436         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
18437         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
18438         * modules/oset: New file.
18439         * modules/array-oset: New file.
18440         * modules/avltree-oset, modules/avltree-oset-tests: New files.
18441         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
18442         * tests/test-carray_list.c: New file.
18443         * tests/test-linked_list.c: New file.
18444         * tests/test-avltree_list.c: New file.
18445         * tests/test-rbtree_list.c: New file.
18446         * tests/test-linkedhash_list.c: New file.
18447         * tests/test-avltreehash_list.c: New file.
18448         * tests/test-rbtreehash_list.c: New file.
18449         * tests/test-avltree_oset.c: New file.
18450         * tests/test-rbtree_oset.c: New file.
18451         * MODULES.html.sh (Container data structures): New section.
18452
18453 2006-07-17  Bruno Haible  <bruno@clisp.org>
18454
18455         * m4/gl_list.m4: New file.
18456
18457 2006-07-17  Bruno Haible  <bruno@clisp.org>
18458
18459         * lib/gl_list.h: New file.
18460         * lib/gl_list.c: New file.
18461         * lib/gl_array_list.h: New file.
18462         * lib/gl_array_list.c: New file.
18463         * lib/gl_carray_list.h: New file.
18464         * lib/gl_carray_list.c: New file.
18465         * lib/gl_linked_list.h: New file.
18466         * lib/gl_linked_list.c: New file.
18467         * lib/gl_anylinked_list1.h: New file.
18468         * lib/gl_anylinked_list2.h: New file.
18469         * lib/gl_avltree_list.h: New file.
18470         * lib/gl_avltree_list.c: New file.
18471         * lib/gl_anyavltree_list1.h: New file.
18472         * lib/gl_anyavltree_list2.h: New file.
18473         * lib/gl_rbtree_list.h: New file.
18474         * lib/gl_rbtree_list.c: New file.
18475         * lib/gl_anyrbtree_list1.h: New file.
18476         * lib/gl_anyrbtree_list2.h: New file.
18477         * lib/gl_anytree_list1.h: New file.
18478         * lib/gl_anytree_list2.h: New file.
18479         * lib/gl_linkedhash_list.h: New file.
18480         * lib/gl_linkedhash_list.c: New file.
18481         * lib/gl_anyhash_list1.h: New file.
18482         * lib/gl_anyhash_list2.h: New file.
18483         * lib/gl_avltreehash_list.h: New file.
18484         * lib/gl_avltreehash_list.c: New file.
18485         * lib/gl_rbtreehash_list.h: New file.
18486         * lib/gl_rbtreehash_list.c: New file.
18487         * lib/gl_anytreehash_list1.h: New file.
18488         * lib/gl_anytreehash_list2.h: New file.
18489
18490         * lib/gl_oset.h: New file.
18491         * lib/gl_oset.c: New file.
18492         * lib/gl_array_oset.h: New file.
18493         * lib/gl_array_oset.c: New file.
18494         * lib/gl_avltree_oset.h: New file.
18495         * lib/gl_avltree_oset.c: New file.
18496         * lib/gl_rbtree_oset.h: New file.
18497         * lib/gl_rbtree_oset.c: New file.
18498         * lib/gl_anytree_oset.h: New file.
18499
18500 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
18501
18502         * m4/mkancesdirs.m4: New file.
18503         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
18504         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
18505         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
18506         it.
18507
18508 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
18509
18510         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
18511         * lib/mkancesdirs.h: New files.
18512         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
18513         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
18514         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
18515         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
18516         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
18517         callers changed.  Revamp internals significantly, by not
18518         attempting to create directories that are temporarily more
18519         permissive than the final results.  Do not attempt to use
18520         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
18521         This removes some race conditions, fixes some bugs, and simplifies
18522         things.  Use new dirchownmod function to do owner and mode changes.
18523         * lib/mkdir-p.h: Likewise.
18524         * lib/modechange.c (octal_to_mode): New function.
18525         (struct mode_change): New member mentioned.
18526         (make_node_op_equals): New arg mentioned.  All callers changed.
18527         (mode_compile): Keep track of which mode bits the user has explicitly
18528         mentioned.
18529         (mode_adjust): New arg DIR, so that we implement the X op correctly.
18530         New arg PMODE_BITS, to keep track of which mode bits the user
18531         mentioned; it treats S_ISUID and S_ISGID speciall.
18532         All callers changed.
18533         * lib/modechange.h: Likewise.
18534
18535 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         * MODULES.html.sh: Add mkancestors.
18538         * modules/mkancesdirs: New module.
18539         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
18540         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
18541         The chdir-safer and afs files are now orphans; I'll remove them
18542         unless someone speaks up.
18543         Add lib/dirchownmod.c, lib/dirchownmod.h.
18544         (Depends-on): Remove alloca, chown, save-cwd, dirname.
18545         Add lchown, mkancesdirs.
18546         (Maintainer): Add self.
18547
18548 2006-07-15  Karl Berry  <karl@gnu.org>
18549
18550         * gnulib-tool: help message wording/arrangement.
18551
18552 2006-07-14  Simon Josefsson  <jas@extundo.com>
18553
18554         * doc/gnulib.texi (Libtool and Windows): New section.
18555
18556 2006-07-12  Simon Josefsson  <jas@extundo.com>
18557
18558         * modules/gendocs (License): Fix license, approved by Karl.
18559
18560 2006-07-12  Eric Blake  <ebb9@byu.net>
18561
18562         * MODULES.html.sh: Add gendocs.
18563
18564 2006-07-11  Eric Blake  <ebb9@byu.net>
18565
18566         * modules/fdl: New module, to install doc/fdl.texi.
18567         * MODULES.html.sh: Add new section for documentation modules.
18568         * gnulib-tool: Avoid space-tab.
18569         (--doc-base): New option, to manage files from doc.
18570
18571 2006-07-11  Eric Blake  <ebb9@byu.net>
18572
18573         * m4/absolute-header.m4: Fix comments to match recent change.
18574
18575 2006-07-11  Eric Blake  <ebb9@byu.net>
18576
18577         * gnulib-tool: List --doc-base before --tests-base.
18578
18579 2006-07-11  Derek R. Price  <derek@ximbiot.com>
18580
18581         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
18582
18583 2006-07-11  Bruno Haible  <bruno@clisp.org>
18584
18585         * README: Mention where to put documentation.
18586
18587 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18588
18589         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
18590
18591 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
18594         to stdint.m4.
18595
18596 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
18599         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
18600         "no/such/file/stdint.h" when there is no such file, so that
18601         the resulting C code can be parsed by dodgy compilers.
18602         Problems reported by Bob Proulx.
18603
18604 2006-07-10  Derek R. Price  <derek@ximbiot.com>
18605
18606         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
18607         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
18608         macros into the GNU _D_EXACT_NAMLEN.
18609         * lib/savedir.c:  Likewise.
18610         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
18611
18612 2006-07-10  Derek R. Price  <derek@ximbiot.com>
18613         and Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
18616         * m4/savedir.m4:
18617         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
18618         macros into the GNU _D_EXACT_NAMLEN.
18619
18620 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
18623         around the absolute name, to work around a problem with the HP-UX
18624         11.23 native C compiler, reported by Bob Proulx.
18625
18626 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18627
18628         * doc/maintain.texi, make-stds.texi: Sync from
18629         <http://savannah.gnu.org/projects/gnustandards>.
18630
18631 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18632
18633         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
18634
18635 2006-07-09  Jim Meyering  <jim@meyering.net>
18636
18637         * m4/glob.m4: Remove a doubled word in a comment.
18638
18639 2006-07-09  Jim Meyering  <jim@meyering.net>
18640
18641         * lib/argp-pv.c: Remove a doubled word in a comment.
18642         * lib/check-version.c (check_version): Likewise.
18643         * lib/javacomp.c (compile_java_class): Likewise.
18644
18645 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
18648         for the benefit of people using Autoconf 2.60.  If you want to
18649         support older Autoconf versions you can copy m4/onceonly_2_57.m4
18650         (or m4/onceonly.m4, if pre-2.57) manually.
18651
18652 2006-07-08  Jim Meyering  <jim@meyering.net>
18653
18654         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
18655         comment.
18656         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
18657         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
18658         comment.
18659
18660 2006-07-08  Jim Meyering  <jim@meyering.net>
18661
18662         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
18663
18664 2006-07-07  Simon Josefsson  <jas@extundo.com>
18665
18666         * tests/test-crc.c: Change expected crc value, the test vector
18667         were probably computed using the old broken crc.c?
18668
18669 2006-07-06  Simon Josefsson  <jas@extundo.com>
18670
18671         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
18672         now the canonical place for the M4 file).
18673
18674         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
18675         from the sys_socket dependency now.
18676
18677         * modules/inet_pton (Files): Ditto.
18678
18679         * modules/inet_ntop (Files): Ditto.
18680
18681 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18682
18683         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
18684         not gl_PREREQ_GETUSERSHELL.
18685
18686 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18687
18688         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
18689         with only one argument, for Autoconf 2.60.
18690         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
18691         expand to nothing, so add a shell command to avoid syntax error.
18692         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
18693
18694 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18695
18696         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
18697
18698 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18699
18700         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
18701         no longer needed.  Check for isblank decl.
18702         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
18703         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
18704         of existence.
18705
18706 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18707
18708         * lib/getloadavg.c: Use __VMS, not VMS.
18709         * lib/getopt.c: Likewise.
18710         * lib/getpagesize.h: Likewise.
18711         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
18712         and probably does not work.
18713
18714 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
18715
18716         * lib/.cppi-disable: Add wcwidth.
18717         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
18718         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
18719         (ISGRAPH): Remove.  All uses changed to isgraph.
18720         (FOLD) [!defined _LIBC]: Remove special case.
18721         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
18722         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
18723         HAVE_ISBLANK.
18724         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
18725         case.
18726
18727 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
18728
18729         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
18730         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
18731         brackets.  Other minor changes to suppress some compiler
18732         warnings.
18733
18734 2006-07-06  Derek R. Price  <derek@ximbiot.com>
18735         and Paul Eggert  <eggert@cs.ucla.edu>
18736
18737         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
18738         of invoking obsolescent AC_HEADER_DIRENT macro.
18739         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
18740         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
18741         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
18742         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
18743         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
18744         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
18745         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
18746         * m4/readdir.m4: Remove; no longer needed.
18747
18748 2006-07-06  Derek R. Price  <derek@ximbiot.com>
18749         and Paul Eggert  <eggert@cs.ucla.edu>
18750
18751         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
18752         Don't worry about this obsolete case any more.
18753         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
18754         directories.
18755         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
18756         worry about this obsolete case any more.
18757         * lib/fts.c: Likewise.
18758         * lib/getcwd.c: Likewise.
18759         * lib/glob.h: Likewise.
18760         * lib/savedir.c: Likewise.
18761
18762 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
18765         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
18766         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
18767         needed.
18768         All uses removed.
18769         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
18770         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
18771         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
18772         needed.
18773         * m4/getdate.m4 (gl_GETDATE): Likewise.
18774         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
18775         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
18776         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
18777         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
18778         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
18779         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18780         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
18781         needed.
18782
18783 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
18784
18785         * lib/memcasecmp.c: Include <limits.h>.
18786         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
18787         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
18788         Don't assume isdigit succeeds only on '0' through '9'.
18789
18790 2006-07-05  Eric Blake  <ebb9@byu.net>
18791
18792         * modules/getaddrinfo (Depends-on): Add snprintf.
18793
18794 2006-07-05  Eric Blake  <ebb9@byu.net>
18795
18796         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
18797         to avoid 'header present but could not be compiled' on cygwin.
18798
18799 2006-07-05  Eric Blake  <ebb9@byu.net>
18800
18801         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
18802         missing from netdb.h.
18803         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
18804
18805 2006-07-05  Derek R. Price  <derek@ximbiot.com>
18806
18807         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
18808         no longer needed.
18809         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
18810         * m4/getdate.m4 (gl_GETDATE): Likewise.
18811         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
18812         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
18813         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
18814         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
18815         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18816
18817 2006-07-05  Derek R. Price  <derek@ximbiot.com>
18818
18819         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
18820         All uses of is_space replaced by isspace.
18821         * lib/exit.h: Don't talk about STDC_HEADERS.
18822         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
18823         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
18824         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
18825         replaced by isprint etc.
18826         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
18827         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
18828         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
18829         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
18830         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
18831         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
18832
18833 2006-07-05  Bruno Haible  <bruno@clisp.org>
18834
18835         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
18836         the function exists, before testing against AIX.
18837         Reported by Martin Lambers <marlam@marlam.de>.
18838
18839 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
18842         From Mark D. Baushke.
18843
18844 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
18845
18846         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
18847         to the absolute name, not just one, to bypass Sun C 5.8's
18848         "warning: #include of /usr/include/... may be non-portable".
18849
18850 2006-07-04  Eric Blake  <ebb9@byu.net>
18851
18852         * modules/dirname-tests: New test module.
18853         * tests/test-dirname.c: New file, replacing dirname.c
18854         TEST_DIRNAME section that was recently deleted.
18855
18856 2006-07-04  Bruno Haible  <bruno@clisp.org>
18857
18858         Assume ANSI C header files and <ctype.h> functions.
18859         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
18860         (mbsnwidth): Use isprint, iscntrl instead.
18861
18862 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18863
18864         Merge from coreutils.
18865         * MODULES.html.sh: Add xstrtold.
18866         * modules/xstrtold: New file.
18867         * modules/cycle-check (Files): Add lib/same-inode.h.
18868         * modules/dirname (Files): Add m4/double-slash-root.m4.
18869         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
18870         * modules/mkdir-p (Files): Add lib/same-inode.h.
18871         * modules/same (Files): Add lib/same-inode.h.
18872
18873 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18874
18875         * m4/absolute-header.m4: Renamed from full-header-path.m4.
18876         This is to keep the terminology clean; POSIX talks about
18877         "absolute pathnames", not "full pathnames", but the GNU
18878         Coding Standards say to use "path" for something else;
18879         so use "absolute" to keep both sides happy.
18880         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
18881         Set gl_absolute_header, not gl_full_header_path.
18882         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
18883         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
18884         All uses changed.
18885
18886         Merge from coreutils.
18887
18888         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
18889
18890         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
18891         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
18892         want to require the building of c-strtod.o.
18893         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
18894         needs -lm directly.
18895         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
18896
18897         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
18898
18899         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
18900         --as-needed option if available.  Problem reported by Albert Chin in
18901         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
18902         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
18903         cc merely issues a bunch of annoying warnings for --as-needed
18904         (this problem was reported by Bob Proulx).  Also, try linking with
18905         -lm to detect a bug in binutils 2.16 (this problem was reported
18906         by Ralf Wildenhues).
18907
18908         2006-06-18  Jim Meyering  <jim@meyering.net>
18909
18910         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
18911         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
18912         macro.
18913         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
18914         also check for glibc-2.4's abort-inducing bug.
18915
18916         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
18917         Low-probability clean-up should be to use rmdir to get rid of
18918         the just-created directory, not unlink.
18919
18920         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
18921         configure fail, and request a bug report to inform us about it.
18922         Add a comment that, barring reports to the contrary, in 2007 we'll
18923         assume ftruncate is universally available.
18924
18925         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
18926
18927         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
18928
18929         2006-03-12  Jim Meyering  <jim@meyering.net>
18930
18931         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
18932         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
18933         * m4/same.m4 (gl_SAME): Likewise.
18934         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
18935
18936         2006-03-11  Eric Blake  <ebb9@byu.net>
18937
18938         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
18939         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
18940         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
18941         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
18942
18943 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
18946         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
18947         reported by Mark D. Baushke, one in
18948         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
18949
18950         Merge from coreutils.
18951
18952         * lib/.cppi-disable: Add stdint_.h.
18953         * lib/.cvsignore: Add stdint.h.
18954
18955         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
18956
18957         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
18958         both double and long double versions.
18959         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
18960         * lib/xstrtold.c: New file.
18961         * lib/xstrtod.h (xstrtold): New decl.
18962
18963         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * lib/filemode.c (setst): Remove.
18966         (strmode): Rewrite to avoid setst.  This makes the code shorter,
18967         (arguably) clearer, and the generated code is a bit smaller on my
18968         Debian GNU/Linux stable x86 host.
18969
18970         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
18971
18972         * lib/filemode.c: Include "filemode.h" first, to test the interface.
18973         Assume that filemode.h includes sys/types.h and sys/stat.h.
18974         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
18975         (ftypelet): Reorder to put common cases first, for efficiency.
18976         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
18977         to do 'M'.
18978         (strmode): Renamed from mode_string, and now stores 12 bytes instead
18979         of 10, for compatibility with FreeBSD.  All callers changed.
18980         (filemodestring): Now stores 12 bytes instead of 10, and sets file
18981         types that can't be deduced solely from st_mode.  First arg is now a
18982         const pointer.
18983         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
18984         (strmode): Renamed from mode_string.
18985         (filemodestring): New decl.
18986         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
18987         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
18988         needed.
18989         (S_ISPORT, S_ISWHT): New macros, if not already defined.
18990
18991         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
18992
18993         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
18994         fsusage.h now does that.  Include fsusage.h first, to test interface.
18995         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
18996         at most one method (the old code could have generated decls that
18997         didn't conform to C89, not that this was ever exercised).
18998         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
18999
19000         2006-03-19  Jim Meyering  <jim@meyering.net>
19001
19002         Work even in a chroot where d_ino values for entries in "/"
19003         don't match the stat.st_ino values for the same names.
19004         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
19005         number, iterate through all entries again, using lstat instead.
19006         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
19007         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
19008
19009         * lib/getcwd.c (__getcwd): Clarify a comment.
19010         Use memcpy in place of a call to strcpy.
19011
19012         2006-03-12  Jim Meyering  <jim@meyering.net>
19013
19014         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
19015         matches that of the current directory (which we're about to chdir ".."
19016         out of), then save the dev-ino of the parent, instead.
19017
19018         * lib/same-inode.h (SAME_INODE): New file/macro.
19019         * lib/chdir-safer.c (SAME_INODE): Remove definition.
19020         Include "same-inode.h", instead.
19021         * lib/same.c: Likewise.
19022         * lib/cycle-check.h: Include "same-inode.h".
19023         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
19024         * lib/cycle-check.c (SAME_INODE): Remove definition.
19025         * lib/root-dev-ino.h: Include "same-inode.h".
19026
19027         2006-03-11  Eric Blake  <ebb9@byu.net>
19028
19029         * lib/same.c (same_name): s/base_name/last_component/
19030         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
19031         * lib/filenamecat.c (file_name_concat): Likewise.
19032
19033         2006-03-11  Eric Blake  <ebb9@byu.net>,
19034                     Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
19037         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
19038         drive prefix.
19039         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
19040         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
19041         (last_component): New method.
19042         * lib/dirname.c (dir_len): Determine when drive letters need a
19043         subsequent slash.  Preserve // when it is special.
19044         (dir_name): Don't append dot when drive letter is absolute.
19045         [TEST_DIRNAME]: Move into a full-blown gnulib test.
19046         * lib/basename.c (base_name): New semantics - malloc the result.
19047         Preserve // when it is special.  Preserve relative files that look
19048         like drive letters.
19049         (base_len): Preserve // when it is special.
19050         (last_component): New method, similar to old base_name semantics.
19051         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
19052         base_name.  Strip redundant slashes from ///.
19053
19054 2006-07-03  Jim Meyering  <jim@meyering.net>
19055
19056         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
19057         macro is used before the first cycle_check call.
19058
19059 2006-07-03  Eric Blake  <ebb9@byu.net>
19060
19061         * modules/dirname (Depends-on): Add xstrndup.
19062
19063 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
19064
19065         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
19066         test cases, so that config.log is a bit easier to follow.
19067
19068 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
19071         both are 64 bits, since this seems to be the tradition, and this
19072         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
19073         we ever run into a host that prefers long long to long in this
19074         case, we'll need another configure-time test.  Problem reported by
19075         Jim Meyering.
19076
19077 2006-07-02  Eric Blake  <ebb9@byu.net>
19078
19079         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
19080
19081 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19082
19083         * modules/inttypes (Depends-on): No longer depends on stdint.
19084         * modules/stdint (Description): Say more about assumptions.
19085         Say that the fast types might differ.  Say macros are used.
19086         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
19087         (Makefile.am): Revise list of substituted symbols to match
19088         new stdint.m4.
19089         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
19090         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
19091         * tests/test-stdint.c (verify_same_types)
19092         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
19093         the code conforms to C99/C89.
19094         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
19095         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
19096
19097 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
19100         but fix a bug, by requiring at least 64 bits.
19101         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
19102         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
19103         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
19104         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
19105
19106         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
19107         changes.  Make 2.59 a prerequisite.  Check and substitute for
19108         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
19109         inttypes.h.  Do not use special include files; just use the
19110         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
19111         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
19112         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
19113         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
19114         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
19115         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
19116         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
19117         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
19118         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
19119         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
19120         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
19121         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
19122         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
19123         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
19124         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
19125         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
19126         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
19127         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
19128         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
19129         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
19130         WINT_MAX.  Check for C99 conformance more strictly, by detecting
19131         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
19132         not check for things that C99 does not require, e.g., int8_t.  If
19133         a test isn't needed unless <stdint.h> isn't working, and is
19134         unlikely to be needed for any other reason, then don't do it
19135         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
19136         size_t, since we assume C89 freestanding at least.  Do not check
19137         for sig_atomic_t, wchar_t, or wint_t, since the code now does
19138         the right thing even if the types are not defined.  Instead use:
19139         (gl_STDINT_TYPE_PROPERTIES): New macro.
19140         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
19141         testing whether <sys/types.h> clashes, as Autoconf does this for
19142         us now.  All uses removed.
19143         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
19144         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
19145         (gl_CHECK_TYPE_SAME):
19146         Remove; no longer needed.
19147         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
19148         exists, since we'll return 0 anyway in that case.
19149         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
19150
19151 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19152
19153         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
19154         possible collision with system files.
19155         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
19156         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
19157         WCHAR_MIN and WCHAR_MAX in this case.
19158         (<stddef.h>): Do not include; no longer needed.
19159         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
19160         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
19161         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
19162         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
19163         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
19164         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
19165         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
19166         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
19167         !defined(__c99))]: Include in this case too, since it's harmless
19168         now.
19169         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
19170         dangerous to do so.
19171         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
19172         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
19173         (_STDINT_MIN, _STDINT_MAX): New macros.
19174         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
19175         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
19176         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
19177         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
19178         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
19179         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
19180         macros, not typedefs; this simplifies things quite a bit.
19181         Use long int for all types narrower than int64_t.
19182         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
19183         Define in terms of long long int or int64_t or long int,
19184         not int64_t or int32_t.  This saves some compile-time testing.
19185         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
19186         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
19187         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
19188         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
19189         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
19190         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
19191         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
19192         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
19193         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
19194         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
19195         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
19196         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
19197         undef any previous version and define our own version, for
19198         simplicity and consistency with the new macros for types.
19199         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
19200         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
19201         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
19202         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
19203         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
19204         @WINT_T_SUFFIX@ to keep things simple here.
19205         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
19206         Simplify by assuming typical 8/16/32/64 host, since we're
19207         already doing that elsewhere anyway.
19208         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
19209         and assume long long int is 64 bits if available.  This
19210         speeds up 'configure'.
19211
19212 2006-07-01  Eric Blake  <ebb9@byu.net>
19213
19214         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
19215         Reported by Andreas Buening.
19216
19217 2006-07-01  Eric Blake  <ebb9@byu.net>
19218
19219         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
19220
19221 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
19222
19223         * lib/getaddrinfo.c: fixed typo
19224
19225 2006-06-29  Jim Meyering  <jim@meyering.net>
19226
19227         * modules/strftime (Maintainer): Add my name, since with the
19228         FPRINTFTIME changes strftime.c has forked from glibc.
19229
19230 2006-06-29  Eric Blake  <ebb9@byu.net>
19231
19232         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
19233
19234 2006-06-29  Eric Blake  <ebb9@byu.net>
19235
19236         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
19237
19238 2006-06-29  Eric Blake  <ebb9@byu.net>
19239
19240         * lib/stat_.h: New file.
19241
19242 2006-06-29  Eric Blake  <ebb9@byu.net>
19243
19244         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
19245         unused static function.
19246
19247 2006-06-29  Eric Blake  <ebb9@byu.net>
19248
19249         * doc/functions.texi (Function Portability): Document missing lstat
19250         on mingw.
19251
19252 2006-06-29  Eric Blake  <ebb9@byu.net>
19253
19254         * MODULES.html.sh: Add sys_stat.
19255         * modules/sys_stat: New module.
19256         * modules/mkstemp (Depends-on): Add sys_stat.
19257
19258 2006-06-29  Derek R. Price  <derek@ximbiot.com>
19259
19260         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
19261
19262 2006-06-29  Derek R. Price  <derek@ximbiot.com>
19263
19264         * m4/c-bs-a.m4: Removed.
19265
19266 2006-06-29  Derek R. Price  <derek@ximbiot.com>
19267
19268         * lib/strftime.c: Assume strftime() exists.
19269
19270 2006-06-29  Derek Price  <derek@ximbiot.com>
19271
19272         * modules/c-bs-a: Removed - \a is C89.
19273         * MODULES.html.sh: Remove c-bs-a.
19274
19275 2006-06-29  Bruno Haible  <bruno@clisp.org>
19276
19277         * modules/wcwidth (License): Change to LGPL.
19278
19279 2006-06-28  Simon Josefsson  <jas@extundo.com>
19280
19281         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
19282         on _WIN32.
19283
19284         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
19285         getnameinfo.
19286
19287 2006-06-28  Simon Josefsson  <jas@extundo.com>
19288
19289         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
19290
19291 2006-06-28  Simon Josefsson  <jas@extundo.com>
19292
19293         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
19294         functions there.  It will succeed on Windows XP, but on Windows
19295         2000 and (presumably) earlier, it will fail, and use the internal
19296         re-implementation.
19297         (use_win32_p): New function.
19298         (getaddrinfo): Use strtoul on servname, to support numeric ports.
19299         Support AI_NUMERICSERV to disable getservbyname.
19300         (getnameinfo): New function, only supports
19301         NI_NUMERICHOST|NI_NUMERICSERV for now.
19302
19303         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
19304         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
19305         getnameinfo.
19306
19307 2006-06-28  Eric Blake  <ebb9@byu.net>
19308
19309         * modules/wcwidth: New file.
19310         * modules/mbchar (Depends-on): Add wcwidth.
19311         * modules/mbswidth (Depends-on): Add wcwidth.
19312         * MODULES.html.sh: Add wcwidth.
19313
19314 2006-06-28  Eric Blake  <ebb9@byu.net>
19315
19316         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
19317         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
19318
19319 2006-06-28  Eric Blake  <ebb9@byu.net>
19320
19321         * lib/xvasprintf.h: Fix comments.
19322
19323 2006-06-28  Eric Blake  <ebb9@byu.net>
19324
19325         * lib/mbchar.h (wcwidth): Include wcwidth.h.
19326         * lib/mbswidth.c (wcwidth): Move from here...
19327         * lib/wcwidth.h: ...to this new file.
19328
19329 2006-06-28  Derek R. Price  <derek@ximbiot.com>
19330
19331         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
19332
19333         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
19334         it's obsolete.
19335         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
19336
19337 2006-06-28  Derek R. Price  <derek@ximbiot.com>
19338
19339         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
19340         Autoconf 2.60 says this stuff was obsolete.
19341
19342 2006-06-28  Bruno Haible  <bruno@clisp.org>
19343
19344         * modules/wcwidth (Files): Add m4/wchar_t.m4.
19345
19346 2006-06-28  Bruno Haible  <bruno@clisp.org>
19347
19348         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
19349         gt_TYPE_WCHAR_T.
19350
19351 2006-06-28  Bruno Haible  <bruno@clisp.org>
19352
19353         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
19354         declaration for wcwidth.
19355         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
19356
19357 2006-06-28  Bruno Haible  <bruno@clisp.org>
19358
19359         * lib/mkdtemp.c [MINGW]: Include <io.h>.
19360         (mkdir): Define using _mkdir.
19361
19362 2006-06-28  Bruno Haible  <bruno@clisp.org>
19363
19364         * lib/getaddrinfo.h: Fix POSIX URL.
19365         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
19366         _WIN32.
19367         (use_win32_p): Make static.
19368         (getaddrinfo): Reject service name if it is empty or does not consist
19369         solely of decimal digits, or if its value is > 65535.
19370         (getnameinfo): Remove useless casts.
19371
19372 2006-06-27  Simon Josefsson  <jas@extundo.com>
19373
19374         * modules/sys_select: New file, suggested by Bruno Haible, Paul
19375         Eggert and Martin Lambers.
19376
19377 2006-06-27  Simon Josefsson  <jas@extundo.com>
19378
19379         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
19380         Eggert and Martin Lambers.
19381
19382 2006-06-27  Bruno Haible  <bruno@clisp.org>
19383
19384         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
19385         result to 0, not to empty.
19386         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
19387
19388 2006-06-27  Bruno Haible  <bruno@clisp.org>
19389
19390         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
19391
19392 2006-06-26  Simon Josefsson  <jas@extundo.com>
19393
19394         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
19395         present.
19396
19397 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
19398
19399         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
19400         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
19401         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
19402
19403 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
19404
19405         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
19406
19407 2006-06-26  Bruno Haible  <bruno@clisp.org>
19408
19409         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
19410
19411 2006-06-26  Bruno Haible  <bruno@clisp.org>
19412
19413         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
19414
19415 2006-06-26  Bruno Haible  <bruno@clisp.org>
19416
19417         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
19418         SGI C compiler in pre-C99 mode.
19419         Suggested by Mark D. Baushke and Larry Jones.
19420
19421 2006-06-26  Bruno Haible  <bruno@clisp.org>
19422
19423         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
19424         WCHAR_MAX.
19425         Reported by Mark D. Baushke and Larry Jones.
19426
19427 2006-06-26  Bruno Haible  <bruno@clisp.org>
19428
19429         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
19430         in pre-C99 mode.
19431         Suggested by Mark D. Baushke and Larry Jones.
19432
19433 2006-06-23  Simon Josefsson  <jas@extundo.com>
19434             Bruno Haible  <bruno@clisp.org>
19435
19436         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
19437         Emit mostlyclean-local rule.
19438         (func_emit_tests_Makefile_am): Likewise.
19439         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
19440
19441 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
19442
19443         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
19444
19445 2006-06-23  Bruno Haible  <bruno@clisp.org>
19446
19447         * tests/test-stdint.c: Update to match ISO C 99 Technical
19448         Corrigendum 1.
19449
19450 2006-06-23  Bruno Haible  <bruno@clisp.org>
19451
19452         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
19453
19454 2006-06-23  Bruno Haible  <bruno@clisp.org>
19455
19456         * lib/stdint_.h: Treat IRIX like OpenBSD.
19457
19458 2006-06-23  Bruno Haible  <bruno@clisp.org>
19459
19460         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
19461         ISO C 99 Technical Corrigendum 1.
19462
19463 2006-06-22  Simon Josefsson  <jas@extundo.com>
19464
19465         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
19466         MinGW.
19467
19468 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19469
19470         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
19471         needed.  Some compiler complained about some of them.  Problem reported
19472         by Larry Jones in
19473         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
19474
19475 2006-06-21  Simon Josefsson  <jas@extundo.com>
19476
19477         * tests/test-getaddrinfo.c: New file.
19478
19479         * modules/getaddrinfo-tests: New file.
19480
19481         * MODULES.html.sh: Add inet_pton.
19482
19483         * modules/inet_pton: New file.
19484
19485 2006-06-21  Simon Josefsson  <jas@extundo.com>
19486
19487         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
19488         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
19489         of using the (limited) gnulib implementation on Windows XP.
19490
19491         * m4/inet_pton.m4: New file.
19492
19493 2006-06-21  Simon Josefsson  <jas@extundo.com>
19494
19495         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
19496         variable.
19497
19498         * lib/socket_.h: Don't define WINVER.
19499
19500         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
19501         slightly modified to work in gnulib.
19502
19503 2006-06-21  Simon Josefsson  <jas@extundo.com>
19504
19505         * doc/gnulib.texi (Windows sockets): Add.
19506
19507 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
19508
19509         * lib/read-file.c (fread_file): Start with buffer allocation of
19510         0 bytes rather than 1 byte; this simplifies the code.
19511         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
19512         code to free buffer and save/restore errno.
19513         (internal_read_file): Remove unused local.
19514
19515 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
19516
19517         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
19518         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
19519         Problem reported by Denis Excoffier in
19520         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
19521
19522 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19523
19524         * modules/sys_socket, modules/socklen: Include sys/types since
19525         FreeBSD 4.x's sys/socket.h needs it.
19526
19527 2006-06-19  Simon Josefsson  <jas@extundo.com>
19528
19529         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
19530
19531 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
19532
19533         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
19534
19535 2006-06-19  Bruno Haible  <bruno@clisp.org>
19536
19537         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
19538         and FULL_PATH_INTTYPES_H in angle brackets.
19539         Reported by Mark D. Baushke <mdb@gnu.org>.
19540
19541 2006-06-17  Eric Blake  <ebb9@byu.net>
19542
19543         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
19544         errno.
19545
19546 2006-06-17  Bruno Haible  <bruno@clisp.org>
19547
19548         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
19549         <sys/inttypes.h>.
19550
19551 2006-06-17  Bruno Haible  <bruno@clisp.org>
19552
19553         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
19554         whether errno is declared. Assume <errno.h> declares errno.
19555
19556 2006-06-17  Bruno Haible  <bruno@clisp.org>
19557
19558         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
19559
19560 2006-06-17  Bruno Haible  <bruno@clisp.org>
19561
19562         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
19563         problem on Solaris 2.5.1.
19564
19565 2006-06-16  Eric Blake  <ebb9@byu.net>
19566
19567         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
19568         * lib/unicodeio.c [!defined errno]: Likewise.
19569         * lib/strtol.c [!defined errno]: Likewise.
19570         * lib/strtod.c [!defined errno]: Likewise.
19571
19572 2006-06-15  Eric Blake  <ebb9@byu.net>
19573
19574         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
19575
19576 2006-06-15  Eric Blake  <ebb9@byu.net>
19577
19578         * config/srclist.txt (ssize_t.m4): Lose sync.
19579
19580 2006-06-15  Bruno Haible  <bruno@clisp.org>
19581
19582         * modules/stdint (Files): Include m4/full-header-path.m4,
19583         m4/size_max.m4, m4/wchar_t.m4.
19584         (Makefile.am): Many more substitutions.
19585         * modules/stdint-tests: New file.
19586         * tests/test-stdint.c: New file.
19587
19588 2006-06-15  Bruno Haible  <bruno@clisp.org>
19589
19590         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
19591         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
19592         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
19593         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
19594         gl_CHECK_TYPE_SAME): New macros.
19595
19596 2006-06-15  Bruno Haible  <bruno@clisp.org>
19597
19598         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
19599
19600 2006-06-15  Bruno Haible  <bruno@clisp.org>
19601
19602         * lib/stdint_.h: Rewritten to be fully auto-configured.
19603         Fixes bug on HP-UX/IA64.
19604
19605 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
19606
19607         * lib/getdate.y (__attribute__): Don't define if already defined.
19608         Problem reported by Larry Jones.
19609         * lib/utimens.c (__attribute__): Likewise.
19610
19611 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
19612
19613         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
19614         reported by Andreas Schwab.
19615
19616 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19617             Bruno Haible  <bruno@clisp.org>
19618
19619         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
19620         check for the declaration of strnlen and a run test that exposes the
19621         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
19622         rpl_strndup.
19623
19624 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19625             Bruno Haible  <bruno@clisp.org>
19626
19627         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
19628
19629 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19630
19631         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
19632         compile test, for Tru64 4.0D.
19633
19634 2006-05-28  Karl Berry  <karl@gnu.org>
19635
19636         * config/srclist.txt (printf-args.c): lose sync.
19637
19638 2006-05-26  Martin Lambers  <marlam@marlam.de>
19639
19640         * lib/getpass.c: Updates the test for the native W32 API, and adds
19641         missing includes, thus fixing compilation warnings.
19642
19643 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
19644
19645         * lib/exclude.c (exclude_fnmatch): New function.
19646         (excluded_file_name): Call exclude_fnmatch.
19647         * lib/exclude.h (excluded_file_name): New prototype
19648
19649 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
19650
19651         * lib/tempname.c (small_open, large_open): New macros.
19652         (__open, __open64) [!_LIBC]: Remove.
19653         (__gen_tempname): Use small_open and large_open instead of __open
19654         and __open64.  This fixes a portability bug on HP-UX 11.11i
19655         reported by Simon Wing-Tang in
19656         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
19657
19658 2006-05-24  Bruno Haible  <bruno@clisp.org>
19659
19660         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
19661         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
19662         Reported by Thorsten Maerz <torte@netztorte.de> via
19663         Aaron Stone <aaron@serendipity.cx>.
19664
19665 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19666
19667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
19668         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
19669         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
19670         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
19671         not really conditional on the cache.
19672         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
19673
19674 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19675
19676         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
19677         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
19678         (my_usleep): Don't mishandle maximum value.
19679
19680 2006-05-19  Jim Meyering  <jim@meyering.net>
19681
19682         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
19683
19684 2006-05-17  Bruno Haible  <bruno@clisp.org>
19685
19686         Cygwin portability.
19687         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
19688
19689 2006-05-17  Bruno Haible  <bruno@clisp.org>
19690
19691         * lib/stdint_.h: Fix recognition of Cygwin.
19692
19693 2006-05-15  Bruno Haible  <bruno@clisp.org>
19694
19695         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
19696         on libtool patch by Ralf Wildenhues.
19697
19698 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19699
19700         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
19701         test for C99 conformance; (bool) 0.5 is an integer constant
19702         expression, but (bool) -0.5 is not.  Problem reported by Fedor
19703         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
19704
19705 2006-05-11  Simon Josefsson  <jas@extundo.com>
19706
19707         * m4/xvasprintf.m4: Fix obvious typo.
19708
19709 2006-05-11  Jim Meyering  <jim@meyering.net>
19710
19711         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
19712         James Lemley.
19713
19714 2006-05-10  Simon Josefsson  <jas@extundo.com>
19715
19716         * lib/md4.c: Typo fix, update copyright years.
19717         (K1, K2): Don't use L because it turn computations into 64-bit on
19718         64-bit platforms.
19719
19720 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
19721
19722         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
19723         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
19724         unwanted sign propagation, e.g., on hosts with 64-bit int.
19725         There still are some problems with reeelly weird theoretical hosts
19726         (e.g., 33-bit int) but it's not worth worrying about now.
19727         * lib/sha1.c (rol): Likewise.
19728         (K1, K2, K3, K4): Remove unnecessary L suffix.
19729
19730 2006-05-10  Bruno Haible  <bruno@clisp.org>
19731
19732         * lib/des.c: Cast to avoid warnings.
19733
19734 2006-05-09  Bruno Haible  <bruno@clisp.org>
19735
19736         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
19737         (Depends-on): Depend also on xsize, stdarg.
19738         (configure.ac): Add gl_XVASPRINTF.
19739
19740 2006-05-09  Bruno Haible  <bruno@clisp.org>
19741
19742         * m4/xvasprintf.m4: New file.
19743
19744 2006-05-09  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
19747         (EOVERFLOW): Define fallback value.
19748         (xstrcat): New function.
19749         (xvasprintf): Recognize the special case of a string concatenation.
19750
19751 2006-05-08  Eric Blake  <ebb9@byu.net>
19752
19753         * gnulib-tool (func_version): Base copyright year on CVS date.
19754         (func_emit_copyright_notice): New function.
19755         (func_emit_lib_Makefile_am): Use it.
19756         (func_emit_tests_Makefile_am): Likewise.
19757         (func_import): Likewise.
19758
19759 2006-05-08  Bruno Haible  <bruno@clisp.org>
19760
19761         * modules/stdarg: New file.
19762         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
19763
19764 2006-05-08  Bruno Haible  <bruno@clisp.org>
19765
19766         * m4/stdarg.m4: New file, from GNU gettext.
19767
19768 2006-05-08  Bruno Haible  <bruno@clisp.org>
19769
19770         * config/srclist.txt (build-aux/config.rpath): different from latest
19771         release.
19772
19773 2006-05-08  Bruno Haible  <bruno@clisp.org>
19774
19775         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
19776
19777 2006-05-05  Jim Meyering  <jim@meyering.net>
19778
19779         * m4/warning.m4: New file, derived from bison's file by the same name.
19780
19781 2006-05-03  Bruno Haible  <bruno@clisp.org>
19782
19783         * lib/stdint_.h: Shorter URL.
19784         * lib/inttypes.h: Likewise.
19785
19786 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19787
19788         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
19789
19790 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19791
19792         * lib/verify.h: Document the internals better.  Most of this change
19793         was written by Bruno Haible.
19794
19795 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19796
19797         * doc/verify.texi: New file, partly based on a proposal by
19798         Bruno Haible.
19799
19800 2006-05-02  Bruno Haible  <bruno@clisp.org>
19801
19802         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
19803         test from here...
19804         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
19805
19806 2006-04-29  Bruno Haible  <bruno@clisp.org>
19807
19808         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
19809         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
19810
19811 2006-04-29  Bruno Haible  <bruno@clisp.org>
19812
19813         * gnulib-tool: Make --update option actually work.
19814
19815 2006-04-29  Bruno Haible  <bruno@clisp.org>
19816
19817         * doc/gcd.texi: New file.
19818         * doc/gnulib.texi: Include it.
19819
19820 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * lib/getdate.y (get_date): When adding relative date, start with the
19823         initial time, not with the result of the first mktime call.
19824
19825 2006-04-25  Bruno Haible  <bruno@clisp.org>
19826
19827         * gnulib-tool (func_import): Output the include directives in three
19828         blocks, sorted separately.
19829         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19830
19831 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
19832
19833         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
19834         to define main with arguments, for C++.  Reported by Eric Blake.
19835         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
19836         Prefer 'int main ()' to 'int main (void)', for C++.
19837         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
19838         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
19839         for 'main', for C99 and C++.
19840
19841 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
19842
19843         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
19844         Don't assume that exit status -1 is valid.
19845         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
19846         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
19847         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
19848         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
19849         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
19850         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
19851         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
19852         functions can be used without declaring them, or that you can
19853         exit with status -1.
19854         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
19855
19856 2006-04-24  Karl Berry  <karl@gnu.org>
19857
19858         * config/srclist.txt (longdouble.m4): sync lost.
19859
19860 2006-04-24  Eric Blake  <ebb9@byu.net>
19861
19862         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
19863
19864 2006-04-24  Bruno Haible  <bruno@clisp.org>
19865
19866         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
19867         poll() implementation in AIX.
19868         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19869
19870 2006-04-24  Bruno Haible  <bruno@clisp.org>
19871
19872         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
19873         assigned exactly once.
19874
19875 2006-04-23  Claudio Fontana  <claudio@gnu.org>
19876             Bruno Haible  <bruno@clisp.org>
19877
19878         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
19879         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
19880         for AM_CPPFLAGS.
19881
19882 2006-04-23  Bruno Haible  <bruno@clisp.org>
19883
19884         * modules/copy-file: Depend on unistd.
19885         * modules/execute: Likewise.
19886         * modules/fatal-signal: Likewise.
19887         * modules/findprog: Likewise.
19888         * modules/mkdtemp : Likewise.
19889         * modules/pipe: Likewise.
19890         * modules/wait-process: Likewise.
19891
19892 2006-04-23  Bruno Haible  <bruno@clisp.org>
19893
19894         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
19895         condition was already detected.
19896         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19897
19898 2006-04-23  Bruno Haible  <bruno@clisp.org>
19899
19900         * lib/copy-file.c: Include <unistd.h> unconditionally.
19901         * lib/execute.c: Likewise.
19902         * lib/fatal-signal.c: Likewise.
19903         * lib/findprog.c: Likewise.
19904         * lib/mkdtemp.c: Likewise.
19905         * lib/pipe.h: Likewise.
19906         * lib/pipe.c: Likewise.
19907         * lib/wait-process.h: Likewise.
19908
19909 2006-04-23  Bruno Haible  <bruno@clisp.org>
19910
19911         * gnulib-tool (func_usage): Fix --import description. Document
19912         --update.
19913         (func_import): Create temporary file in a temporary directory, if
19914         --dry-run is specified. Silence errors from 'grep' when there are no
19915         m4 files in $m4dir.
19916         (func_create_testdir): Silence errors from 'grep' when there are no
19917         m4 files in $m4dir.
19918         Reported by Karl Berry <karl@freefriends.org>.
19919
19920 2006-04-20  Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
19923         one argument, so that the code will be portable to Autoconf 2.60.
19924         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
19925         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
19926         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
19927
19928 2006-04-19  Derek Price  <derek@ximbiot.com>
19929             Eric Blake  <ebb9@byu.net>
19930
19931         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
19932         rather than "/full/path.h".  Update comment to match.  Shorten &
19933         generalize m4_translit call via AS_TR_CPP.
19934
19935 2006-04-19  Derek Price  <derek@ximbiot.com>
19936             Eric Blake  <ebb9@byu.net>
19937
19938         * lib/inttypes.h: Correct grammar in comment.
19939
19940 2006-04-18  Derek Price  <derek@ximbiot.com>
19941             Paul Eggert  <eggert@cs.ucla.edu>
19942
19943         * modules/inttypes: New file.
19944         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
19945
19946 2006-04-18  Derek Price  <derek@ximbiot.com>
19947             Paul Eggert  <eggert@cs.ucla.edu>
19948
19949         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
19950         New files.
19951
19952 2006-04-18  Derek Price  <derek@ximbiot.com>
19953             Paul Eggert  <eggert@cs.ucla.edu>
19954
19955         * lib/inttypes.h: New file.
19956         * lib/strtoimax.c: Assume <inttypes.h>.
19957
19958 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
19959
19960         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
19961         isn't mounted.  Problem reported by Kir Kolyshkin.
19962
19963 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19964
19965         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
19966         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
19967         Derek R. Price.
19968         * lib/regex.h (RE_DUP_MAX): Update comment to match current
19969         implementation.
19970
19971 2006-04-12  Eric Blake  <ebb9@byu.net>
19972
19973         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
19974         is now done automatically by the corresponding Autoconf macro.
19975
19976 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
19977
19978         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
19979         time_r.h.
19980
19981 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19982
19983         Merge regex changes from libc, removing some of our
19984         POSIX-conformance changes that were rejected and redoing them in a
19985         less-intrusive way.
19986
19987         * lib/regcomp.c (re_compile_internal, init_dfa):
19988         Length arg is now size_t, not Idx.  All uses changed.
19989         (peek_token): Forward decl now says internal_function.
19990         (__re_error_msgid, __re_error_msgid_idx):
19991         Now static rather than extern with attribute_hidden.
19992         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
19993         For some reason libc prefers K&R style defns for external functions.
19994         (regerror) [!defined _LIBC]: Likewise.
19995         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
19996         (seek_collating_symbol_entry, lookup_collation_sequence_value):
19997         (build_range_exp, build_collating_symbol):
19998         Use K&R-style defn.
19999         (re_compile_fastmap): Use '\0' to memset, not 0.
20000         (utf8_sb_map): Make the calculations more obvious.
20001         (init_dfa, parse_bracket_exp, build_charclass_op):
20002         Call calloc and cast result, as glibc does.
20003         (init_word_char, fetch_token, peek_token, peek_token_bracket):
20004         (build_range_exp, build_collating_symbol):
20005         Now internal functions.
20006
20007         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
20008
20009         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
20010         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
20011         Don't depend on VMS; depend on __VMS instead, for POSIX
20012         namespace cleanness.
20013         (regoff_t): Define to ssize_t, not long int.
20014
20015         Remove the REG_ macros named below.  Instead, make the old names
20016         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
20017         __USE_GNU_REGEX.
20018         (REG_BACKSLASH_ESCAPE_IN_LISTS):
20019         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
20020         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
20021         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
20022         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
20023         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
20024         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
20025         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
20026         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
20027         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
20028         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
20029         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
20030         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
20031         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
20032         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
20033         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
20034         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
20035         (REG_NREGS):
20036         Remove.  All uses replaced by the old RE_* names.
20037         (RE_BACKSLASH_ESCAPE_IN_LISTS):
20038         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
20039         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
20040         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
20041         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
20042         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
20043         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
20044         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
20045         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
20046         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
20047         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
20048         Don't bother having these macros be independent of each others'
20049         values, since they no longer exist in the POSIX name space.
20050
20051         Rename the following member names back to their old names,
20052         unless !__USE_GNU_REGEX.  All uses changed back.
20053         (buffer): Renamed from re_buffer.
20054         (allocated): Renamed from re_allocated.
20055         (used): Renamed from re_used.
20056         (syntax): Renamed from re_syntax.
20057         (fastmap): Renamed from re_fastmap.
20058         (translate): Renamed from re_translate.
20059         (can_be_null): Renamed from re_can_be_null.
20060         (regs_allocated): Renamed from re_regs_allocated.
20061         (fastmap_accurate): Renamed from re_fastmap_accurate.
20062         (no_sub): Renamed from re_no_sub.
20063         (not_bol): Renamed from re_not_bol.
20064         (not_eol): Renamed from re_not_eol.
20065         (newline_anchor): Renamed from re_newline_anchor.
20066         (num_regs): Renamed from rm_num_regs.
20067         (start): Renamed from rm_start.
20068         (end): Renamed from rm_end.
20069
20070         (free_state): Move up a bit.
20071
20072         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
20073         #define to be empty.
20074         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
20075         when that is what is intended.
20076         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
20077         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
20078         (MAX): New macro.
20079         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
20080         All uses changed back to re_malloc, etc.  It's now the caller's
20081         responsibility to check for overflow; all callers changed.
20082         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
20083         (re_x2nrealloc): Remove.
20084         (free_state): Remove decl.
20085
20086         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
20087         (re_set_registers, re_exec):
20088         Use K&R-style defn.
20089
20090         2006-01-31  Roland McGrath  <roland@redhat.com>
20091
20092         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
20093         Reported by Mike Frysinger <vapier@gentoo.org>.
20094
20095         2006-01-15  Andreas Jaeger  <aj@suse.de>
20096
20097         [BZ #1950]
20098         * lib/regex_internal.c (re_string_reconstruct): Adjust for
20099         build_wcs_upper_buffer change.
20100         (build_wcs_upper_buffer): Change return type.
20101
20102         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
20103
20104         * lib/regex_internal.h: Include <stdint.h> if available.
20105
20106         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
20107
20108         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
20109
20110         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20111
20112         * lib/regcomp.c: Adjust for changed secondary hash function.
20113
20114         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
20115
20116         * lib/regex.h: Pretty printing.
20117         Clean up namespace a bit.
20118
20119         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
20120
20121         * lib/regexec.c (update_cur_sifted_state, check_arrival,
20122         check_arrival_add_next_nodes): Avoid using uninitialized variable.
20123
20124         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20125                     Ulrich Drepper  <drepper@redhat.com>
20126
20127         [BZ #1302]
20128         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
20129         changed.
20130         (bitset_word_t): Renamed from bitset_word.  All uses changed.
20131
20132         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
20133
20134         [BZ #281]
20135         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
20136         * lib/regcomp.c: Remove unnecessary uses of
20137         unsigned RE_TRANSLATE_TYPE.
20138         * lib/regex_internal.h: Likewise.
20139         * lib/regex_internal.c: Likewise.
20140         * lib/regexec.c: Likewise.
20141         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
20142
20143         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
20144
20145         * lib/regexec.c (find_recover_state): Remove unnecessary
20146         initialization.
20147         (transit_state_bkref): Make DFA a const pointer.
20148         (get_subexp): Likewise.
20149         (check_arrival): Likewise.
20150         (update_cur_sifted_state): Likewise.
20151         (re_search_internal): Likewise.
20152         (prune_impossible_nodes): Likewise.
20153         (acquire_init_state_context): Likewise.
20154         (proceed_next_node): Likewise.
20155         (set_regs): Likewise.
20156         (free_fail_stack_return): Likewise.
20157         (check_arrival_expand_ecl): Mark DFA parameter as const.
20158         (check_arrival_expand_ecl_sub): Likewise.
20159         (check_subexp_limits): Likewise.
20160         (sub_epsilon_src_nodes):  Likewise.
20161         (add_epsilon_src_nodes):  Likewise.
20162         (merge_state_array): Likewise.
20163         (update_regs): Likewise.
20164         (build_trtable): Likewise.
20165         (sift_states_backward): Mark MCTX parameter as const.
20166         (build_sifted_states): Likewise.
20167         (update_cur_sifted_state): Likewise.
20168         (sift_states_mkref): Likewise.
20169         (check_arrival_expand_ecl): Mark eclosure as const.
20170         (check_dst_limits_calc_pos_1): Likewise.
20171         * lib/regex_internal.h (re_match_context_t): Make dfa a const
20172         pointer.
20173
20174         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
20175
20176         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
20177         (transit_state_sb): Likewise.
20178         (transit_state_mb): Likewise.
20179         (sift_states_iter_mb): Likewise.
20180         (check_arrival_add_next_nodes): Likewise.
20181         (check_node_accept_bytes): Change first parameter to pointer-to-const.
20182         [_LIBC] (re_search_2_stub): Use mempcpy.
20183
20184         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
20185         mbrtowc for very simple UTF-8 case.
20186
20187         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
20188         a pointer-to-const.
20189         (re_acquire_state_context): Likewise.
20190         * lib/regex_internal.h: Adjust prototypes.
20191
20192         * lib/regex.c: Prevent using C++ compilers.
20193
20194         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
20195         (re_acquire_state_context): Likewise.
20196
20197 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20198
20199         * modules/regex (Depends-on): Add ssize_t.
20200
20201 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20202
20203         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
20204         translation table.
20205
20206 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20207
20208         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
20209
20210 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
20211             Bruno Haible  <bruno@clisp.org>
20212
20213         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
20214         <sys/types.h> and <inttypes.h>.
20215
20216 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20217
20218         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
20219         `__error_t_defined', so argp.h will not typedef the former.
20220
20221 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
20222
20223         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
20224         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
20225         glibc names.  Even if glibc is changed to conform to POSIX, the
20226         traditional names will be available anyway, since regex depends on
20227         the extensions module.  Also, fix a longstanding typo in the
20228         implementation of Spencer ERE test #75 from grep 2.3.  Problems
20229         reported by Emanuele Giaquinta.  Also, change sense of cached
20230         variable, so that the message makes sense.
20231
20232 2006-03-24  Simon Josefsson  <jas@extundo.com>
20233
20234         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
20235         including some doc fixes.
20236         (base64_encode_alloc): Fix +1 bug on allocation failures.
20237
20238 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20239
20240         * lib/base64.c (base64_encode): Do not read past end of array with
20241         unsanitized input on systems with CHAR_BIT > 8.
20242
20243 2006-03-24  Eric Blake  <ebb9@byu.net>
20244
20245         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
20246
20247 2006-03-22  Karl Berry  <karl@gnu.org>
20248
20249         * config/srclist.txt (*setenv.[ch]): get from coreutils.
20250         * config/srclistvars.sh (COREUTILS): new var.
20251
20252 2006-03-17  Jim Meyering  <jim@meyering.net>
20253
20254         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
20255         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
20256
20257 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
20260         no longer needs it.  Instead, check that regoff_t is as least
20261         as wide as ptrdiff_t.
20262
20263         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
20264         so that our regex.h stays compatible with the installed regex.
20265         This is helpful for installers who configure --without-included-regex.
20266         Problem reported by Emanuele Giaquinta.
20267
20268 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
20269
20270         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
20271         Typedef to long int, not to off_, as POSIX will likely change
20272         in that direction.
20273
20274 2006-03-15  Eric Blake  <ebb9@byu.net>
20275
20276         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
20277
20278 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
20279
20280         * lib/argp-help.c (validate_uparams): Fix typo
20281         * lib/argp-parse.c (argp_default_options): Consistently begin help
20282         messages with a lowercase letter.
20283
20284 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
20285
20286         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
20287         overrun buffers and shouldn't be used (much as gets shouldn't be
20288         used).
20289         * lib/time_r.c (asctime_r, ctime_r): Likewise.
20290
20291 2006-03-08  Simon Josefsson  <jas@extundo.com>
20292
20293         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
20294         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20295
20296 2006-03-08  Simon Josefsson  <jas@extundo.com>
20297
20298         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
20299         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20300
20301 2006-03-08  Simon Josefsson  <jas@extundo.com>
20302
20303         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
20304         signal that configure disabled the device.
20305
20306 2006-03-08  Simon Josefsson  <jas@extundo.com>
20307
20308         * build-aux/maint.mk: Fix refresh-po, to handle no translated
20309         languages.
20310
20311 2006-03-07  Simon Josefsson  <jas@extundo.com>
20312
20313         * modules/getopt (Depends-on): Add unistd.
20314
20315         * modules/unistd: New file.
20316
20317 2006-03-07  Simon Josefsson  <jas@extundo.com>
20318
20319         * modules/gc-random: New file.
20320
20321 2006-03-07  Simon Josefsson  <jas@extundo.com>
20322
20323         * m4/unistd_h.m4: New file.
20324
20325 2006-03-07  Simon Josefsson  <jas@extundo.com>
20326
20327         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
20328         test to be side-effect free by storing the result in the cache
20329         variable gl_cv_lib_readline, and moving the assignment of
20330         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
20331         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20332
20333 2006-03-07  Simon Josefsson  <jas@extundo.com>
20334
20335         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
20336         error on missing devices (the functions will return an error).
20337
20338         * m4/gc.m4: Move random stuff to gc-random.m4
20339
20340 2006-03-07  Simon Josefsson  <jas@extundo.com>
20341
20342         * lib/unistd_.h: New file.
20343
20344 2006-03-07  Simon Josefsson  <jas@extundo.com>
20345
20346         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
20347
20348 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
20349
20350         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
20351         Problem reported by Juan Manuel Guerrero.
20352
20353 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
20354
20355         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
20356         the unistd module.
20357         * lib/getlogin_r.c: Likewise.
20358         * lib/getlogin_r.h: Likewise.
20359         * lib/glob.c: Likewise.
20360         * lib/pagealign_alloc.c: Likewise.
20361         * lib/unistd_.h: Remove; no longer needed.
20362
20363 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
20364
20365         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20366         Add unistd.
20367         * modules/c-stack (Depends-on): Add unistd.
20368         * modules/getlogin_r: Likewise.
20369         * modules/glob: Likewise.
20370         * modules/pagealign_alloc: Likewise.
20371         * modules/unistd (Files): Remove lib/unistd_.h.
20372         (EXTRA_DIST): Remove.
20373         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
20374         need unistd_.h.
20375         (MOSTLYCLEANFILES): Remove unistd.h-t.
20376
20377 2006-03-03  Simon Josefsson  <jas@extundo.com>
20378
20379         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
20380
20381 2006-03-03  Simon Josefsson  <jas@extundo.com>
20382
20383         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
20384         libidn and bison.
20385
20386 2006-03-03  Simon Josefsson  <jas@extundo.com>
20387
20388         * build-aux/maint.mk: Add indent target.
20389
20390 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
20391
20392         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
20393         our replacement poll.h in any case, to avoid a differing
20394         declaration from a system header.  Seen on AIX.
20395
20396 2006-03-01  Simon Josefsson  <jas@extundo.com>
20397
20398         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
20399         <kasal@ucw.cz>.
20400
20401 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20402
20403         * modules/gettime (Depends-on): Add extensions module.
20404         * modules/nanosleep (Depends-on): Likewise.
20405         * modules/settime (Depends-on): Likewise.
20406
20407 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20408
20409         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
20410         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
20411         pedantically.
20412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20413         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
20414
20415         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
20416         not "==".  Reported by Ralf Wildenhues.
20417
20418 2006-03-01  Karl Berry  <karl@gnu.org>
20419
20420         * doc/Copyright/request-*: new files, synced from gnuorg.
20421
20422 2006-03-01  Karl Berry  <karl@gnu.org>
20423
20424         * config/srclist.txt (Copyright/*): new entries.
20425
20426 2006-02-28  Simon Josefsson  <jas@extundo.com>
20427
20428         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
20429
20430 2006-02-27  Simon Josefsson  <jas@extundo.com>
20431
20432         * lib/base64.h: Indent #define's.  From Jim Meyering
20433         <jim@meyering.net>.
20434
20435 2006-02-27  Jim Meyering  <jim@meyering.net>
20436
20437         Revert the change of 2006-02-24, so these files can continue
20438         to be sync'd from gettext.
20439         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
20440         of `config.h'.
20441
20442 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20443
20444         * modules/intprops: New file.
20445         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20446         Add intprops.
20447         * modules/getloadavg (Files): Remove lib/intprops.h.
20448         (Depends-on): Add intprops.
20449         * modules/human: Likewise.
20450         * modules/inttostr: Likewise.
20451         * modules/openat: Likewise.
20452         * modules/sig2str: Likewise.
20453         * modules/userspec: Likewise.
20454         * modules/utimecmp: Likewise.
20455         * modules/xnanosleep: Likewise.
20456         * modules/xstrtol: Likewise.
20457
20458 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
20459
20460         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
20461         * modules/lock-tests (TESTS): Use $(EXEEXT).
20462         * modules/tls-tests: Likewise.
20463         * modules/argp-tests: Likewise.
20464         (check_PROGRAMS): New var, replacing...
20465         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
20466
20467 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20468
20469         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
20470         `config.h'.
20471
20472 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
20473
20474         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
20475
20476 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20477
20478         Sync from coreutils.
20479         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
20480         gl_CHDIR_SAFER.
20481
20482 2006-02-22  Jim Meyering  <jim@meyering.net>
20483
20484         Sync from coreutils.
20485         * m4/chdir-safer.m4: New file.
20486
20487 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
20488
20489         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
20490         AT_FDCWD exceeds INT_MAX.
20491         * lib/openat.h (AT_FDCWD): Likewise.
20492
20493 2006-02-17  Eric Blake  <address@hidden>
20494
20495         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
20496
20497 2006-02-16  Simon Josefsson  <jas@extundo.com>
20498
20499         * modules/getaddrinfo (Depends-on): Add sys_socket.
20500
20501 2006-02-15  Simon Josefsson  <jas@extundo.com>
20502
20503         * build-aux/maint.mk: Add dsyntax-check rule.
20504
20505 2006-02-15  Eric Blake  <ebb9@byu.net>
20506
20507         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
20508         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
20509         'present but cannot compile' warnings on cygwin.
20510         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
20511         use ws2tcpip.h if sys/socket.h works.
20512         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
20513         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
20514
20515 2006-02-14  Simon Josefsson  <jas@extundo.com>
20516
20517         * modules/maintainer-makefile (Files): Rename.
20518
20519         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
20520         and (the local) Makefile.cfg to maint-cfg.mk.
20521
20522         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
20523         to the latter.
20524
20525         * modules/maintainer-makefile: New module.
20526
20527         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
20528         severaly stripped to make it possible to build it up from scratch
20529         with reliable tests.
20530
20531         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
20532         fixes to permit overriding the default actions when configure and
20533         makefile are not available.
20534
20535 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
20536
20537         Sync from coreutils.
20538         * modules/lstat (Depends-on): Don't depend on xalloc.
20539         (License): Change from GPL to LGPL, since this is now simply a
20540         replacement for a libc function.
20541
20542 2006-02-14  Jim Meyering  <jim@meyering.net>
20543
20544         Sync from coreutils.
20545
20546         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
20547         failure on deficient systems, and simplify gnulib lgpl dependencies.
20548         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
20549         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
20550
20551         * lib/xalloc-die.c: Remove unused definition of N_.
20552
20553 2006-02-14  Jim Meyering  <jim@meyering.net>
20554
20555         Sync from coreutils.
20556         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
20557         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
20558         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
20559         double-quote uses of that variable, to accommodate the rare case in
20560         which getmntent is available in none of the libraries checked.  This
20561         happens at least on FreeBSD 5.0.
20562
20563 2006-02-13  Simon Josefsson  <jas@extundo.com>
20564
20565         * gnulib-tool (Usage): Fix --import, from
20566         karl@freefriends.org (Karl Berry).
20567
20568 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
20569
20570         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
20571
20572 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
20573
20574         * lib/argp-namefrob.h: Restore changes accidentally lost during the
20575         "autoupdate" on 2005-12-12.
20576
20577 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
20578
20579         * modules/closeout (Depends-on): Remove atexit.
20580
20581 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
20582
20583         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
20584         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
20585
20586 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
20587
20588         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
20589         __EXTENSIONS__ if this causes compilation to fail.  Problem
20590         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
20591         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
20592
20593 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
20594
20595         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
20596         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
20597         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
20598         All uses changed.
20599
20600 2006-01-26  Simon Josefsson  <jas@extundo.com>
20601
20602         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
20603         prototype is visible on mingw32.
20604
20605         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
20606         for mingw32.
20607
20608         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
20609         mingw32).
20610
20611 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20612
20613         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
20614         attempt to open for write; this always fails, at least on POSIX
20615         hosts.  This reinstates the 2006-01-09 change, which was
20616         inadvertently removed.
20617
20618 2006-01-26  Bruno Haible  <bruno@clisp.org>
20619
20620         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
20621         Reported by Paul Eggert.
20622
20623 2006-01-26  Bruno Haible  <bruno@clisp.org>
20624             Paul Eggert  <eggert@cs.ucla.edu>
20625
20626         * lib/stdbool_.h (_Bool)
20627         [(! (defined __cplusplus || defined __BEOS__)
20628           && !defined __GNUC__
20629           && !(defined __HP_cc || defined __xlc__
20630                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
20631                || defined __sgi))]:
20632         #define to signed char in these cases too; this simplifies
20633         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
20634         etc., separately) and makes it more conservative.
20635
20636 2006-01-25  Simon Josefsson  <jas@extundo.com>
20637
20638         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
20639         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
20640         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
20641
20642 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
20643
20644         * lib/argp-namefrob.h: Bugfix. Remove stray #
20645
20646 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
20647
20648         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
20649         so that we test the test.
20650         Check for yet another HP-UX cc bug involving *bool |= bool.
20651
20652 2006-01-25  Karl Berry  <karl@gnu.org>
20653
20654         * config/srclist.txt (vasnprintf.c): sync lost.
20655
20656 2006-01-25  Jim Meyering  <jim@meyering.net>
20657
20658         Sync from the stable (b5) branch of coreutils:
20659
20660         * lib/fts.c (fts_children): Don't let close() clobber errno from
20661         failed fchdir().
20662
20663         * lib/fts.c (fts_stat): When following a symlink-to-directory,
20664         don't necessarily interpret stat-fails+lstat-succeeds as indicating
20665         a dangling symlink.  That can also happen at least for ELOOP.
20666         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
20667         FYI, this bug predates the inclusion of fts.c in coreutils.
20668
20669         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
20670         in their own block, so pre-c99 compilers don't object.
20671
20672         Avoid the double-free (first in fts_read, second in fts_close) that
20673         would occur when an `active' directory is made inaccessible (e.g.,
20674         via chmod a-x) during a traversal.
20675         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
20676         before returning.  Reproduce this failure by
20677         mkdir -p a/b; cd a; chmod a-x . b
20678         Reported by Stavros Passas.
20679
20680 2006-01-25  Jim Meyering  <jim@meyering.net>
20681
20682         * lib/fileblocks.c: Remove more useless parentheses.
20683         * lib/readutmp.h: Likewise.
20684
20685 2006-01-25  Bruno Haible  <bruno@clisp.org>
20686
20687         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
20688         warnings.
20689         Reported by Paul Eggert.
20690
20691 2006-01-25  Bruno Haible  <bruno@clisp.org>
20692
20693         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
20694         rid of a trap command. For Solaris sh.
20695         Reported by Mark D. Baushke <mdb@gnu.org>.
20696
20697 2006-01-24  Simon Josefsson  <jas@extundo.com>
20698
20699         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
20700         Bruno.
20701
20702 2006-01-24  Karl Berry  <karl@gnu.org>
20703
20704         * config/srclist.txt (argp-namefrob.h): sync lost.
20705
20706 2006-01-24  Jim Meyering  <jim@meyering.net>
20707
20708         * modules/openat (Files): Add lib/intprops.h.
20709         From Mark D. Baushke.
20710
20711 2006-01-24  Jim Meyering  <jim@meyering.net>
20712
20713         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
20714         Reported by Mark D. Baushke.
20715
20716 2006-01-24  Jim Meyering  <jim@meyering.net>
20717
20718         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
20719
20720 2006-01-24  Bruno Haible  <bruno@clisp.org>
20721
20722         * modules/strnlen (Maintainer): Change from glibc to all.
20723
20724 2006-01-24  Bruno Haible  <bruno@clisp.org>
20725
20726         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
20727         Patch by Paul Eggert.
20728
20729 2006-01-24  Bruno Haible  <bruno@clisp.org>
20730
20731         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
20732         already has it.
20733         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
20734         2005-11-26.
20735
20736         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
20737         'signed char' to avoid problems with the built-in _Bool type.
20738         Reported by Paul Eggert on 2005-11-26.
20739
20740 2006-01-24  Bruno Haible  <bruno@clisp.org>
20741
20742         * gnulib-tool (func_import): Avoid constructing complicated sed
20743         expressions inside backquote.
20744         Report and solution by Mark D. Baushke <mdb@gnu.org>.
20745
20746 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
20747
20748         These changes imported from libc.
20749         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
20750         test and two separate function calls.
20751         * lib/strndup.c (__strndup): Add libc_hidden_def.
20752
20753 2006-01-23  Simon Josefsson  <jas@extundo.com>
20754
20755         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
20756         Remove the test_*_SOURCES variable: automake infers it by default.
20757         * modules/tls-tests: Likewise.
20758
20759 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20760
20761         Work around porting bugs reported by Dieter in
20762         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
20763         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
20764         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
20765         Include "getopt.h" first, to check interface.
20766         (getenv): Declare only if defined HAVE_DECL_GETENV &&
20767         !HAVE_DECL_GETENV.
20768         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
20769         (__strndup): Revert to K&R-style function dfns, the glibc style.
20770         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
20771         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
20772         Include strnlen.h first, to get prototype properly.
20773         (strnlen): Renamed from __strnlen.
20774         Remove weak alias.
20775
20776 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20777
20778         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
20779
20780 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20781
20782         * config/srclist.txt: Adjust to reflect glibc reorganization.
20783         This affects only comments.
20784
20785 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20786
20787          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
20788          Reported by Bruce Korb <bkorb@gnu.org>.
20789
20790 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20791
20792         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
20793         to pacify gcc -Wswitch-default.
20794
20795 2006-01-22  Bruno Haible  <bruno@clisp.org>
20796
20797         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
20798         temporary buffer for sprintf, take into account the precision also
20799         for 'd', 'i', 'u', 'o', 'x', 'X'.
20800
20801 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
20802
20803         * modules/argp-tests: New module
20804         * tests/test-argp.c: New file
20805         * tests/test-argp-2.sh: New file
20806
20807 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
20808
20809         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
20810         (__argp_base_name): Removed
20811         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
20812         typo.
20813         (__argp_base_name): Provide macro definition or extern declaration
20814         depending on the configuration
20815
20816 2006-01-20  Simon Josefsson  <jas@extundo.com>
20817
20818         * modules/inet_ntop (Depends-on): Depend on sys_socket.
20819
20820 2006-01-20  Simon Josefsson  <jas@extundo.com>
20821
20822         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
20823
20824 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20825
20826         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
20827         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
20828         Suggested by Bruno Haible.
20829
20830 2006-01-20  Karl Berry  <karl@gnu.org>
20831
20832         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
20833         until changes propagate, I guess.
20834
20835 2006-01-19  Simon Josefsson  <jas@extundo.com>
20836
20837         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
20838
20839 2006-01-19  Simon Josefsson  <jas@extundo.com>
20840
20841         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
20842
20843 2006-01-19  Simon Josefsson  <jas@extundo.com>
20844
20845         * gnulib-tool: Set check_PROGRAMS.
20846
20847         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
20848         modules/des-tests, modules/gc-arcfour-tests,
20849         modules/gc-arctwo-tests, modules/gc-des-tests,
20850         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
20851         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
20852         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
20853         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
20854         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
20855         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
20856         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
20857         test_*_SOURCES.
20858
20859 2006-01-18  Simon Josefsson  <jas@extundo.com>
20860
20861         * modules/socklen (Depends-on): Depend on sys_socket.
20862
20863 2006-01-18  Simon Josefsson  <jas@extundo.com>
20864
20865         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
20866         modules/des-tests, modules/gc-arcfour-tests,
20867         modules/gc-arctwo-tests, modules/gc-des-tests,
20868         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
20869         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
20870         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
20871         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
20872         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
20873         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
20874         $(EXEEXT) to automake TESTS variable, for mingw32.
20875
20876 2006-01-17  Simon Josefsson  <jas@extundo.com>
20877
20878         * modules/socklen (Include): Need sys/socket.h.
20879
20880 2006-01-17  Bruno Haible  <bruno@clisp.org>
20881
20882         * modules/ssize_t (Include): Add <sys/types.h>.
20883
20884 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
20885
20886         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
20887         it's not portable and it doesn't work with cross-compiles.
20888         Problem reported by Bruno Haible.  Fix missing-$ typo in
20889         'test "gl_cv_ignore_unused_libraries" ...' that prevented
20890         -zignore from being used with Sun's C compiler.
20891
20892 2006-01-12  Simon Josefsson  <jas@extundo.com>
20893
20894         * lib/base64.c: Fix warning, reported by Bruno Haible
20895         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
20896
20897 2006-01-12  Bruno Haible  <bruno@clisp.org>
20898
20899         * modules/ldd: New file.
20900         * build-aux/ldd.sh.in: New file.
20901         * MODULES.html.sh (Support for building libraries and executables): Add
20902         ldd.
20903
20904 2006-01-12  Bruno Haible  <bruno@clisp.org>
20905
20906         * m4/ldd.m4: New file.
20907
20908 2006-01-12  Bruno Haible  <bruno@clisp.org>
20909
20910         * gnulib-tool (func_import, func_create_testdir): Don't go into an
20911         endless loop while replacing $auxdir with build-aux.
20912
20913 2006-01-11  Simon Josefsson  <jas@extundo.com>
20914
20915         * lib/stdint_.h (SIZE_MAX): Add missing (.
20916
20917 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
20918
20919         Sync from coreutils.
20920         * lib/md5.c: Fix commentary typos.
20921         (alignof, UNALIGNED_P): No need for a GCC-specific version.
20922         * lib/md5.h (__attribute__): Remove; unused.
20923         * lib/sha1.c: Fix commentary to match md5 better.
20924         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
20925         so that we don't need to worry about alignment.  All uses changed.
20926         This merges the 2005-10-28 md5 change into sha1.
20927
20928 2006-01-11  Jim Meyering  <jim@meyering.net>
20929
20930         Sync from coreutils.
20931         * lib/md5.c (OP): Fix spacing.
20932
20933 2006-01-11  Bruno Haible  <bruno@clisp.org>
20934
20935         Ensure automatic ordering between gl_LOCK and gl_ARGP.
20936         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
20937         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
20938
20939 2006-01-11  Bruno Haible  <bruno@clisp.org>
20940
20941         Ensure automatic ordering between gl_LOCK and gl_ARGP.
20942         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
20943         the "early" section as well.
20944
20945 2006-01-11  Bruno Haible  <bruno@clisp.org>
20946
20947         Avoid "ar: no archive members specified" error on MacOS X.
20948         * gnulib-tool (func_modules_add_dummy): New function.
20949         (func_import, func_create_testdir): Invoke it.
20950
20951 2006-01-11  Bruno Haible  <bruno@clisp.org>
20952
20953         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
20954         with $auxdir in AC_CONFIG_FILES statements.
20955
20956 2006-01-11  Bruno Haible  <bruno@clisp.org>
20957
20958         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20959         Initialize also noinst_HEADERS to empty.
20960
20961 2006-01-11  Bruno Haible  <bruno@clisp.org>
20962
20963         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
20964         variables.
20965         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
20966         autoreconf.
20967
20968 2006-01-11  Bruno Haible  <bruno@clisp.org>
20969
20970         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
20971         overridable by the user.
20972         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20973
20974 2006-01-10  Simon Josefsson  <jas@extundo.com>
20975
20976         * modules/sys_socket: New file.
20977
20978 2006-01-10  Simon Josefsson  <jas@extundo.com>
20979
20980         * m4/sys_socket_h.m4: New file.
20981
20982 2006-01-10  Simon Josefsson  <jas@extundo.com>
20983
20984         * lib/socket_.h: New file.
20985
20986 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20987
20988         * modules/readutmp (Maintainer): Add myself.
20989
20990 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20991
20992         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
20993         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
20994         People who are still concerned with buggy memcmp implementations
20995         can invoke gl_FUNC_MEMCMP themselves.
20996
20997 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20998
20999         * lib/regex_internal.h (BITSET_WORD_BITS):
21000         Work around a bug in 64-bit PGC (before version 6.1-2), where the
21001         preprocessor mishandles large unsigned values as if they were signed.
21002         Problem reported by Claudio Fontana in
21003         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
21004
21005 2006-01-10  Jim Meyering  <jim@meyering.net>
21006
21007         Avoid the double-free (first in fts_read, second in fts_close) that
21008         would occur when an `active' directory is made inaccessible (e.g.,
21009         via chmod a-x) during a traversal.
21010         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
21011         before returning.  Reproduce this failure by
21012         mkdir -p a/b; cd a; chmod a-x . b
21013         Reported by Stavros Passas.
21014
21015         Sync from coreutils.
21016         * lib/sha1.c: Tweak grammar in a comment.
21017
21018 2006-01-10  Jim Meyering  <jim@meyering.net>
21019
21020         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
21021         Patch by Joerg Sonnenberger.
21022
21023 2006-01-10  Bruno Haible  <bruno@clisp.org>
21024
21025         * modules/readutmp: Depend on module free.
21026         * modules/strtok_r: Depend on module restrict.
21027
21028 2006-01-10  Bruno Haible  <bruno@clisp.org>
21029
21030         * modules/gettext (configure.ac): Add an invocation of
21031         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
21032
21033 2006-01-10  Bruno Haible  <bruno@clisp.org>
21034
21035         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
21036         Reported by Werner Lemberg <wl@gnu.org>.
21037
21038 2006-01-10  Bruno Haible  <bruno@clisp.org>
21039
21040         * lib/localcharset.c: Update from GNU gettext.
21041
21042 2006-01-10  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/argp.h (__const): Remove macro. Use const instead.
21045         * lib/argp-fmtstream.h (__const): Likewise.
21046         * lib/glob_.h (__const): Remove macro.
21047         * lib/glob-libc.h: Use const instead of __const.
21048
21049 2006-01-10  Bruno Haible  <bruno@clisp.org>
21050
21051         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
21052         variable.
21053         Needed to avoid an automake error regarding the 'gettext' module.
21054
21055 2006-01-09  Simon Josefsson  <jas@extundo.com>
21056
21057         * modules/inet_ntop (Depends-on): Add restrict.
21058
21059 2006-01-09  Simon Josefsson  <jas@extundo.com>
21060
21061         * modules/gc-rijndael-tests (License): Put under LGPL.
21062
21063         * modules/gc-des-tests (License): Likewise.
21064
21065         * modules/gc-arcfour-tests (License): Likewise.
21066
21067         * modules/gc-arctwo-tests (License): Likewise.
21068
21069         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
21070
21071         * modules/gc-hmac-sha1-tests (Files): Likewise.
21072
21073         * modules/gc-hmac-md5-tests (License): Likewise.
21074
21075         * modules/gc-sha1-tests (License): Likewise.
21076
21077         * modules/gc-md5-tests (License): Likewise.
21078
21079         * modules/gc-md4-tests (License): Likewise.
21080
21081         * modules/gc-md2-tests (License): Likewise.
21082
21083         * modules/gc-tests (License): Likewise.
21084
21085         * modules/des-tests (License): Likewise.
21086
21087         * modules/md4-tests (License): Likewise.
21088
21089         * modules/md2-tests (License): Likewise.
21090
21091 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         Sync from coreutils:
21094
21095         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
21096         * modules/lib-ignore: New file.
21097         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
21098         chdir-safer.m4, lchmod.m4.
21099         * modules/openat: Add mkdirat.c, openat-priv.h.
21100
21101 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21102
21103         Sync from coreutils.
21104         * m4/lib-ignore.m4: New file.
21105         * m4/lchmod.m4: New file.
21106
21107 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21108
21109         Sync from coreutils.
21110         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
21111         for write access: POSIX says that must fail.
21112         * lib/fts.c (diropen): Likewise.
21113         * lib/save-cwd.c (save_cwd): Likewise.
21114         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
21115         well, for minor improvements on hosts that lack O_DIRECTORY.
21116         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
21117         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
21118         Fall back on chown if open failed with EACCES.
21119
21120         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
21121         Report an error at compile-time if only a 1-second nominal clock
21122         resolution is found.
21123
21124         * lib/lchmod.h: New file.
21125         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
21126         (make_dir_parents): Use lchown rather than chown, and
21127         lchmod rather than chmod.
21128
21129         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
21130         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
21131         "proc" reported by n0dalus.
21132
21133         * lib/mountlist.c: Include <limits.h>.
21134         (dev_from_mount_options)
21135         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
21136         New function.  It no longer assumes "dev=" has the System V meaning
21137         on Linux (since it doesn't).  It also parses "dev=" more carefully.
21138         (read_file_system_list)
21139         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
21140         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
21141         dev= in that case.
21142
21143         * lib/posixtm.h (PDS_PRE_2000): New macro.
21144         * lib/posixtm.c (year): Arg is now syntax_bits rather than
21145         allow_century.  All usages changed.  Reject dates outside the range
21146         1969-1999 if PDS_PRE_2000 is used.
21147
21148 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21149
21150         Sync from coreutils.
21151         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
21152         (Time of day items): Mention the possibility of leap seconds.
21153         Problem reported by Dr. David Alan Gilbert.
21154
21155 2006-01-09  Jim Meyering  <jim@meyering.net>
21156
21157         Sync from coreutils.
21158
21159         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
21160
21161         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
21162
21163         * lib/modechange.c (mode_compile): Reject an invalid mode string
21164         that starts with an octal digit.  From Andreas Gruenbacher.
21165
21166         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
21167         and dup to open_safer and dup_safer, respectively.
21168         (openat_permissive): Fix typo in comment.
21169
21170         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
21171         "gettext.h"; either no longer needed or are guaranteed by openat.h.
21172         (_): Remove; no longer needed.
21173         (openat): Renamed from rpl_openat; no need for rpl_openat
21174         since openat.h renames openat for us.
21175         Replace most of the body with a call to openat_permissive,
21176         to avoid duplicate code.
21177         Port to (probably hypothetical) environments were mode_t is
21178         wider than int.
21179         (openat_permissive): Require mode arg, so that we can check
21180         types better.  Put it just after flags.  Change cwd failure
21181         indicator from pointer-to-bool to pointer-to-errno-value.
21182         All callers changed.
21183         Invoke openat_save_fail and/or openat_restore_fail if
21184         cwd_errno is null, so that openat can call us.
21185         (openat_permissive, fdopendir, fstatat, unlinkat):
21186         Simplify errno handling to avoid some duplicate code,
21187         as it's OK to set errno on success.
21188         * lib/openat.h: Revamp code so that function macros depend on
21189         __OPENAT_PREFIX only, not also on AT_FDCWD.
21190         (openat_ro): Remove.  Caller changed to use openat_permissive.
21191         (openat_permissive): Now a macro, if not a function.
21192         (openat_restore_fail, openat_save_fail): Now always functions,
21193         since mkdirat needs them even if __OPENAT_PREFIX is defined.
21194
21195         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
21196         and openat.c.
21197         * lib/mkdirat.c: Include openat-priv.h.
21198         Remove definitions of macros defined therein.
21199         * lib/openat.c: Likewise.
21200
21201         * lib/mkdirat.c (mkdirat): New file and function.
21202         * lib/openat.h (mkdirat): Declare.
21203
21204         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
21205
21206         * lib/openat.h (openat_permissive): Declare.
21207         (openat_ro): Define.
21208
21209         * lib/openat.c (EXPECTED_ERRNO): New macro.
21210         (openat_permissive): New function -- used in remove.c rewrite.
21211         (all functions): Set errno just before returning, only if there
21212         was an actual failure.
21213         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
21214
21215         Emulate openat-family functions using Linux's procfs, if possible.
21216         Idea and some code based on Ulrich Drepper's glibc changes.
21217
21218         * lib/openat.c: (BUILD_PROC_NAME): New macro.
21219         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
21220         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
21221         before falling back on save_cwd and restore_cwd.
21222         (fdopendir, fstatat, unlinkat): Likewise.
21223
21224         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
21225         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
21226
21227         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
21228         as second argument to va_arg.  Otherwise, some versions of gcc
21229         warn that `if this code is reached, the program will abort'.
21230
21231 2006-01-09  Jim Meyering  <jim@meyering.net>
21232
21233         Sync from coreutils.
21234         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
21235         Require openat-priv.h.
21236
21237 2006-01-09  Bruno Haible  <bruno@clisp.org>
21238
21239         * modules/strnlen (Include): Use strnlen.h.
21240
21241 2006-01-09  Bruno Haible  <bruno@clisp.org>
21242
21243         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
21244
21245 2006-01-09  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/sysexit_.h (EX_OK): New macro.
21248         Suggested by Martin Lambers <marlam@marlam.de>.
21249
21250 2006-01-09  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
21253         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
21254
21255 2006-01-09  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
21258         numbers.
21259
21260 2006-01-09  Bruno Haible  <bruno@clisp.org>
21261
21262         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
21263         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
21264         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
21265         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
21266
21267 2006-01-09  Bruno Haible  <bruno@clisp.org>
21268
21269         * build-aux/javacomp.sh.in: New file, moved from lib/.
21270         * modules/javacomp-script (Files): Update.
21271         (configure.ac): Add AC_CONFIG_FILES invocation.
21272         (EXTRA_DIST): Remove variable.
21273
21274         * build-aux/javaexec.sh.in: New file, moved from lib/.
21275         * modules/javaexec (Files): Update.
21276         (configure.ac): Add AC_CONFIG_FILES invocation.
21277         (EXTRA_DIST): Remove javaexec.sh.in.
21278
21279         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
21280         * modules/csharpcomp-script (Files): Update.
21281         (configure.ac): Add AC_CONFIG_FILES invocation.
21282         (EXTRA_DIST): Remove variable.
21283
21284         * build-aux/csharpexec.sh.in: New file, moved from lib/.
21285         * modules/csharpexec (Files): Update.
21286         (configure.ac): Add AC_CONFIG_FILES invocation.
21287         (EXTRA_DIST): Remove csharpexec.sh.in.
21288
21289 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
21290
21291         Sync from coreutils.
21292
21293         Add POSIX ACL support
21294         * lib/acl.h (copy_acl, set_acl): Add declarations.
21295         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
21296         systems other than Linux.
21297         (chmod_or_fchmod): New function: use fchmod when possible,
21298         and chmod otherwise.
21299         (file_has_acl): Add a POSIX ACL implementation, with a
21300         Linux-specific subcase.
21301         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
21302         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
21303         acls are unsupported.
21304         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
21305         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
21306         are unsupported.
21307
21308 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
21309
21310         Sync from coreutils.
21311         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
21312
21313 2006-01-07  Bruno Haible  <bruno@clisp.org>
21314
21315         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
21316         gl_EARLY.
21317
21318 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21319
21320         * lib/strftime.c (tzname): Don't declare if it is already #defined.
21321         Problem reported for Mingw by Mark Junker.
21322
21323 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21324
21325         * README: Gnulib normally doesn't generate a tarball.
21326
21327 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
21328
21329         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
21330         long int, not int, for nanosecond counts, so that people who are
21331         used to POSIX struct timespec won't be surprised.  Reported by Jim
21332         Meyering.
21333
21334 2005-12-28  Bruno Haible  <bruno@clisp.org>
21335
21336         * build-aux/config.rpath: Update from GNU gettext.
21337
21338 2005-12-16  Jim Meyering  <jim@meyering.net>
21339
21340         * modules/fprintftime: New module.
21341         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
21342
21343 2005-12-16  Jim Meyering  <jim@meyering.net>
21344
21345         * m4/fprintftime.m4: New file.
21346
21347 2005-12-16  Jim Meyering  <jim@meyering.net>
21348
21349         * lib/fprintftime.c, lib/fprintftime.h: New files.
21350
21351 2005-12-15  Simon Josefsson  <jas@extundo.com>
21352
21353         * modules/socklen (configure.ac): Fix M4 macro name, to align with
21354         new m4/socklen.m4.
21355
21356 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21357
21358         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
21359         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
21360
21361 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21362
21363         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
21364         * lib/argp-help.c (fill_in_uparams): Check if the constructed
21365         struct uparams is valid. Fall back to the default values if it is
21366         not.
21367
21368 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21369
21370         * modules/argp (Files): Add argp-pin.c
21371         (Depends-on): dirname
21372         (lib_SOURCES): Add argp-pin.c
21373
21374 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21375
21376         * m4/argp.m4:  Check if program_invocation_name and
21377         program_invocation_short_name are declared and define appropriate
21378         macros if they are not.
21379
21380 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21381
21382         * lib/argp-help.c (__argp_base_name): New function
21383         (__argp_short_program_name): Rewrite using __argp_base_name
21384         * lib/argp-namefrob.h: Define program_invocation_name and
21385         program_invocation_short_name if requested
21386         (__argp_base_name): Add prototype
21387         * lib/argp-parse.c (argp_def): Use gettext wrappers
21388         (argp_default_parser): Use __argp_base_name
21389         * lib/argp-pin.c: New file. Defines program_invocation_name and
21390         program_invocation_short_name on systems that lack them.
21391
21392 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21393
21394         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
21395         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
21396         porting problem reported by Georg Schwarz in
21397         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
21398
21399 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21400
21401         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
21402         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
21403         porting problem reported by Georg Schwarz in
21404         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
21405
21406 2005-12-05  Bruno Haible  <bruno@clisp.org>
21407
21408         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
21409         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
21410         Reported by Mark Junker <mjscod@gmx.de>.
21411
21412 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
21413
21414         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
21415         Use implementation from Albert Chin, with some
21416         comments/corrections by Stepan Kasal and myself.
21417
21418 2005-12-02  Bruno Haible  <bruno@clisp.org>
21419
21420         * gnulib-tool (func_import): Accept GPLed build tool modules when
21421         --lgpl is given.
21422         * modules/csharpcomp-script: New file.
21423         * modules/csharpcomp: Depend on it.
21424         * modules/javacomp-script: New file.
21425         * modules/javacomp: Depend on it.
21426         Suggested by Simon Josefsson.
21427
21428 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
21429
21430         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
21431         statement, to work around an HP-UX 10.20 compiler bug reported by
21432         Peter O'Gorman.
21433
21434 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * modules/savedir (Depends-on): Add openat.
21437
21438 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
21441         (uintmax_t) [defined uintmax_t]: Do not declare.
21442         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
21443         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
21444         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
21445         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
21446         sake of portability to weird hosts that C allows (though we don't
21447         know of any practical examples).
21448
21449         * lib/savedir.h (fdsavedir): New decl.
21450         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
21451         contains most of the former guts of savedir.
21452         (savedir): Use savedirstream.
21453         Include "openat.h".
21454
21455 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21456
21457         * modules/obstack (Files): Add m4/ulonglong.m4.
21458         Problem reported by Davide Angelocola.
21459
21460 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
21461
21462         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
21463         coreutils no longer futzes with rounding modes.
21464
21465 2005-11-14  Jim Meyering  <jim@meyering.net>
21466
21467         * lib/mkstemp-safer.c: Include <config.h>, required for possible
21468         replacement of mkstemp.
21469
21470 2005-11-10  Simon Josefsson  <jas@extundo.com>
21471
21472         * lib/readline.c: Remove EOL.
21473
21474 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21475
21476         * modules/gethrxtime (Depends-on): Add gettime.
21477
21478 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21479
21480         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
21481         or gettimeofday; no longer needed.
21482
21483 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21484
21485         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
21486         time business.
21487         (gethrxtime) [! (HAVE_NANOUPTIME
21488         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
21489         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
21490         our own approximation.
21491
21492 2005-11-08  Eric Blake  <ebb9@byu.net>
21493
21494         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
21495
21496 2005-11-08  Eric Blake  <ebb9@byu.net>
21497
21498         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
21499
21500 2005-11-04  Bruno Haible  <bruno@clisp.org>
21501
21502         * gnulib-tool: Implement --update mode.
21503
21504 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
21505
21506         Fix porting problem reported by Theodoros V. Kalamatianos.
21507         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
21508         Don't assume that futimes failing means we must fail.
21509
21510 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
21511
21512         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
21513         variables to suggest the intended function of the PATH_MAX check.
21514
21515 2005-10-30  Kean Johnston  <jkj@sco.com>
21516
21517         Trivial changes to support SCO systems.
21518         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
21519         as PATH_MAX.
21520         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
21521         where __ptr is null when no I/O is pending.
21522
21523 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21524
21525         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
21526         leave errno alone.  Problem reported by Dmitry V. Levin.
21527
21528 2005-10-28  Simon Josefsson  <jas@extundo.com>
21529
21530         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
21531         Test more.
21532
21533         * tests/test-gc-md2.c, tests/test-md2.c: New files.
21534
21535         * modules/md2, modules/md2-tests: New files.
21536
21537 2005-10-28  Simon Josefsson  <jas@extundo.com>
21538
21539         * m4/inet_ntop.m4: More tests.
21540
21541         * m4/gc-md2.m4, md2.m4: New file.
21542
21543 2005-10-28  Simon Josefsson  <jas@extundo.com>
21544
21545         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
21546         "restrict" keywords, as per POSIX.  Protect the function
21547         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
21548         Don't use K&R prototypes.  Check the sprintf return values.
21549         Re-define EAFNOSUPPORT if not present.  Indent.
21550
21551         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
21552         suggested by Bruno Haible <bruno@clisp.org>.
21553
21554         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
21555
21556         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
21557
21558         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
21559         libgcrypt).
21560
21561         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
21562
21563         * lib/md2.h, lib/md2.c: New files.
21564
21565 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
21566
21567         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
21568         errno alone.  Problem reported by Frederic Jolliton.
21569
21570 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
21571
21572         * modules/verify (License): Change from GPL to LGPL.  This is a
21573         tiny module and there are apparently near-equivalents that are
21574         under the BSD license.
21575
21576 2005-10-24  Simon Josefsson  <jas@extundo.com>
21577
21578         * modules/sha1: Relicense to LGPL.
21579
21580 2005-10-24  Simon Josefsson  <jas@extundo.com>
21581
21582         * lib/md4.h: Shrink buffer size, now that we changed the type.
21583
21584 2005-10-23  Simon Josefsson  <jas@extundo.com>
21585
21586         * gnulib-tool (func_import): Fix --tests-base.
21587
21588 2005-10-22  Simon Josefsson  <jas@extundo.com>
21589
21590         * modules/arcfour (Depends-on): Need stdint.
21591
21592 2005-10-22  Simon Josefsson  <jas@extundo.com>
21593
21594         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
21595         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
21596
21597 2005-10-22  Simon Josefsson  <jas@extundo.com>
21598
21599         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
21600         suggested by Bruno Haible <bruno@clisp.org>.
21601
21602 2005-10-22  Simon Josefsson  <jas@extundo.com>
21603
21604         * lib/crc.h: Include stddef.h, for size_t.
21605
21606 2005-10-22  Simon Josefsson  <jas@extundo.com>
21607
21608         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
21609         arcfour_context struct (simplify test vector testing in GNU
21610         Shishi).
21611
21612 2005-10-21  Simon Josefsson  <jas@extundo.com>
21613
21614         * modules/des, modules/des-tests: New files.
21615
21616         * modules/gc-des, modules/gc-des-tests: New files.
21617
21618         * tests/test-des.c, tests/test-gc-des.c: New file.
21619
21620 2005-10-21  Simon Josefsson  <jas@extundo.com>
21621
21622         * modules/arctwo, modules/arctwo-tests: New files.
21623
21624         * tests/test-arctwo.c: New file.
21625
21626         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
21627
21628         * tests/test-gc-arctwo.c: New file.
21629
21630 2005-10-21  Simon Josefsson  <jas@extundo.com>
21631
21632         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
21633         Bruno Haible <bruno@clisp.org>.
21634
21635         * m4/gc-des.m4: New file.
21636
21637 2005-10-21  Simon Josefsson  <jas@extundo.com>
21638
21639         * m4/arctwo.m4: New file.
21640
21641         * m4/gc-arctwo.m4: New file.
21642
21643 2005-10-21  Simon Josefsson  <jas@extundo.com>
21644
21645         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
21646         block.
21647
21648 2005-10-21  Simon Josefsson  <jas@extundo.com>
21649
21650         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
21651         <bruno@clisp.org>.
21652
21653         * lib/hmac-sha1.c (hmac_sha1): Likewise.
21654
21655         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
21656         Bruno Haible <bruno@clisp.org>.
21657
21658         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
21659         <bruno@clisp.org>.
21660
21661 2005-10-21  Simon Josefsson  <jas@extundo.com>
21662
21663         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
21664
21665 2005-10-21  Simon Josefsson  <jas@extundo.com>
21666
21667         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
21668
21669 2005-10-21  Simon Josefsson  <jas@extundo.com>
21670
21671         * lib/des.h, lib/des.c: New files.
21672
21673         * lib/gc-gnulib.c: Support DES.c
21674
21675 2005-10-21  Simon Josefsson  <jas@extundo.com>
21676
21677         * lib/arctwo.h, lib/arctwo.c: New files.
21678
21679         * lib/gc-gnulib.c: Support ARCTWO.
21680
21681 2005-10-21  Simon Josefsson  <jas@extundo.com>
21682
21683         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
21684         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21685
21686 2005-10-21  Simon Josefsson  <jas@extundo.com>
21687
21688         * gnulib-tool (func_import, func_create_testdir): Define automake
21689         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
21690         Makefile.am snippet),
21691         suggested by Bruno Haible <bruno@clisp.org>.
21692
21693         * modules/gc (Makefile.am): Use it.
21694
21695 2005-10-21  Bruno Haible  <bruno@clisp.org>
21696
21697         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
21698         patch.
21699
21700 2005-10-19  Simon Josefsson  <jas@extundo.com>
21701
21702         * tests/test-gc-rijndael.c: New file.
21703
21704         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
21705
21706 2005-10-19  Simon Josefsson  <jas@extundo.com>
21707
21708         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
21709         interface too.
21710
21711 2005-10-19  Simon Josefsson  <jas@extundo.com>
21712
21713         * tests/test-gc-arcfour.c: New file.
21714
21715         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
21716
21717 2005-10-19  Simon Josefsson  <jas@extundo.com>
21718
21719         * modules/gc-md4, modules/gc-md4-tests: New file.
21720
21721         * tests/test-gc-md4.c: New file.
21722
21723 2005-10-19  Simon Josefsson  <jas@extundo.com>
21724
21725         * m4/gc-md4.m4: New file.
21726
21727 2005-10-19  Simon Josefsson  <jas@extundo.com>
21728
21729         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
21730         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
21731         <kasal@ucw.cz>.
21732
21733 2005-10-19  Simon Josefsson  <jas@extundo.com>
21734
21735         * m4/gc-arcfour.m4: New file.
21736
21737         * m4/gc-rijndael.m4: New file.
21738
21739 2005-10-19  Simon Josefsson  <jas@extundo.com>
21740
21741         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
21742
21743 2005-10-19  Simon Josefsson  <jas@extundo.com>
21744
21745         * lib/gc-gnulib.c: Support ARCFOUR.
21746
21747 2005-10-19  Simon Josefsson  <jas@extundo.com>
21748
21749         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
21750         support.
21751
21752         * lib/gc.h: Add ECB enum type.
21753
21754         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
21755
21756 2005-10-18  Simon Josefsson  <jas@extundo.com>
21757
21758         * tests/test-md5.c: New file.
21759
21760         * modules/md5-tests: New file.
21761
21762 2005-10-18  Simon Josefsson  <jas@extundo.com>
21763
21764         * tests/test-md4.c: New file.
21765
21766         * modules/md4, modules/md4-tests: New files.
21767
21768 2005-10-18  Simon Josefsson  <jas@extundo.com>
21769
21770         * m4/md4.m4: New file.
21771
21772 2005-10-18  Simon Josefsson  <jas@extundo.com>
21773
21774         * lib/md4.h, lib/md4.c: New files, based on md5.?.
21775
21776 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
21777
21778         * gnulib-tool (func_create_testdir): Omit the second check whether
21779         BUILT_SOURCES in nonempty.
21780
21781 2005-10-17  Simon Josefsson  <jas@extundo.com>
21782
21783         * tests/test-rijndael.c: New file.
21784
21785 2005-10-17  Simon Josefsson  <jas@extundo.com>
21786
21787         * modules/sha1: Depend on stdint instead of md5.
21788
21789         * modules/md5: Depend on stdint, remove uint32_t.
21790
21791 2005-10-17  Simon Josefsson  <jas@extundo.com>
21792
21793         * modules/gc-sha1-tests: New file.
21794
21795         * tests/test-gc-sha1.c: New file.
21796
21797 2005-10-17  Simon Josefsson  <jas@extundo.com>
21798
21799         * m4/md5.m4: Remove call to uint32_t.m4.
21800
21801 2005-10-17  Simon Josefsson  <jas@extundo.com>
21802
21803         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
21804
21805         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
21806         md5.h.
21807
21808         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
21809
21810         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
21811
21812 2005-10-17  Simon Josefsson  <jas@extundo.com>
21813
21814         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
21815
21816 2005-10-17  Simon Josefsson  <jas@extundo.com>
21817
21818         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
21819
21820 2005-10-17  Simon Josefsson  <jas@extundo.com>
21821
21822         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
21823
21824         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
21825
21826 2005-10-17  Bruno Haible  <bruno@clisp.org>
21827
21828         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
21829         that it can also be used in a test.
21830
21831 2005-10-16  Bruno Haible  <bruno@clisp.org>
21832
21833         * gnulib-tool (func_emit_tests_Makefile_am): Also define
21834         TESTS_ENVIRONMENT, so that individual tests can augment it.
21835
21836         * gnulib-tool (func_create_testdir): Use an intermediate target for
21837         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
21838         macros, like $(ALLOCA_H), which cannot be passed through the command
21839         line.
21840
21841 2005-10-15  Simon Josefsson  <jas@extundo.com>
21842
21843         * modules/rijndael-tests: New file.
21844
21845         * modules/rijndael: New file.
21846
21847 2005-10-15  Simon Josefsson  <jas@extundo.com>
21848
21849         * m4/rijndael.m4: New file.
21850
21851 2005-10-15  Simon Josefsson  <jas@extundo.com>
21852
21853         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
21854
21855         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
21856
21857 2005-10-14  Simon Josefsson  <jas@extundo.com>
21858
21859         * tests/test-arcfour.c: New file.
21860
21861         * modules/arcfour, modules/arcfour-tests: New files.
21862
21863 2005-10-14  Simon Josefsson  <jas@extundo.com>
21864
21865         * m4/arcfour.m4: New file.
21866
21867 2005-10-14  Simon Josefsson  <jas@extundo.com>
21868
21869         * lib/arcfour.h, lib/arcfour.c: New files.
21870
21871 2005-10-14  Roland McGrath  <roland@redhat.com>
21872
21873         Import from libc.  [BZ #1331]
21874         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
21875         macro argument.
21876         Reported by Matej Vela <vela@debian.org>.
21877
21878 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21879
21880         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
21881         include <wchar.h>; no longer needed.
21882
21883 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21884
21885         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
21886
21887 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
21888         and  Ulrich Drepper  <drepper@redhat.com>
21889
21890         Import from libc.
21891         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
21892         instead of inline stream orientation test and two separate
21893         function calls.  Pay no attention to USE_IN_LIBIO.
21894
21895 2005-10-13  Simon Josefsson  <jas@extundo.com>
21896
21897         * modules/gc-hmac-md5-tests: New file.
21898
21899         * tests/test-gc-hmac-sha1.c: New file.
21900
21901         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
21902
21903         * modules/gc-hmac-md5-tests: New file.
21904
21905         * tests/test-gc-md5.c: New file.
21906
21907         * modules/gc-md5-tests: New file.
21908
21909 2005-10-13  Simon Josefsson  <jas@extundo.com>
21910
21911         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
21912         Move memory allocation outside of loop.
21913
21914 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
21915
21916         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
21917         intermediate directory is in a read-only file system.  Problem
21918         reported by Eric Blake.
21919
21920 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
21921
21922         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
21923
21924 2005-10-12  Simon Josefsson  <jas@extundo.com>
21925
21926         * tests/test-hmac-sha1.c: New file.
21927
21928         * modules/hmac-sha1-tests: New file.
21929
21930         * modules/hmac-sha1: New file.
21931
21932 2005-10-12  Simon Josefsson  <jas@extundo.com>
21933
21934         * modules/gc-sha1: New file.
21935
21936 2005-10-12  Simon Josefsson  <jas@extundo.com>
21937
21938         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
21939
21940         * tests/test-gc-pbkdf2-sha1.c: New file.
21941
21942 2005-10-12  Simon Josefsson  <jas@extundo.com>
21943
21944         * modules/gc-md5, modules/gc-hmac-md5: New files.
21945
21946         * modules/gc (Files): Remove md5, memxor and hmac files.
21947
21948 2005-10-12  Simon Josefsson  <jas@extundo.com>
21949
21950         * m4/gc-pbkdf2-sha1.m4: New file.
21951
21952         * m4/gc-hmac-sha1.m4: New file.
21953
21954         * m4/gc-sha1: New file.
21955
21956         * m4/hmac-sha1.m4: New file.
21957
21958 2005-10-12  Simon Josefsson  <jas@extundo.com>
21959
21960         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
21961
21962         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
21963
21964 2005-10-12  Simon Josefsson  <jas@extundo.com>
21965
21966         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
21967         suggested by Bruno Haible <bruno@clisp.org>.
21968
21969 2005-10-12  Simon Josefsson  <jas@extundo.com>
21970
21971         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
21972
21973 2005-10-12  Simon Josefsson  <jas@extundo.com>
21974
21975         * lib/gc-pbkdf2-sha1.c: New file.
21976
21977         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
21978
21979 2005-10-12  Simon Josefsson  <jas@extundo.com>
21980
21981         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
21982
21983         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
21984
21985 2005-10-12  Simon Josefsson  <jas@extundo.com>
21986
21987         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
21988         GC_USE_HMAC_MD5, respectively.
21989
21990         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
21991         (gc_md5): Fix typo.
21992
21993         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
21994
21995         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
21996
21997         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
21998
21999 2005-10-12  Bruno Haible  <bruno@clisp.org>
22000
22001         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
22002         Reported by Stepan Kasal <kasal@ucw.cz>.
22003
22004 2005-10-11  Simon Josefsson  <jas@extundo.com>
22005
22006         * tests/test-crc.c: New file.
22007
22008         * modules/crc, modules/crc-tests: New files.
22009
22010 2005-10-11  Simon Josefsson  <jas@extundo.com>
22011
22012         * m4/crc.m4: New file.
22013
22014 2005-10-11  Simon Josefsson  <jas@extundo.com>
22015
22016         * lib/gc.h: Add gc_hash and gc_hash_buffer.
22017
22018         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
22019
22020         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
22021
22022 2005-10-11  Simon Josefsson  <jas@extundo.com>
22023
22024         * lib/crc.h, lib/crc.c: New files.
22025
22026         * lib/gc.h (gc_hash_buffer): Add doc.
22027
22028 2005-10-11  Bruno Haible  <bruno@clisp.org>
22029
22030         * modules/c-strcasestr: New file.
22031         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
22032
22033 2005-10-11  Bruno Haible  <bruno@clisp.org>
22034
22035         * modules/c-strcase: New file.
22036         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
22037
22038 2005-10-11  Bruno Haible  <bruno@clisp.org>
22039
22040         * lib/strcasecmp.c: Include limits.h.
22041         (strcasecmp): Avoid integer overflow on exotic platforms.
22042         * lib/strncasecmp.c: Include limits.h.
22043         (strncasecmp): Avoid integer overflow on exotic platforms.
22044         Reported by Paul Eggert.
22045
22046 2005-10-11  Bruno Haible  <bruno@clisp.org>
22047
22048         * lib/c-strcasestr.h: New file, from GNU gettext.
22049         * lib/c-strcasestr.c: New file, from GNU gettext.
22050
22051 2005-10-11  Bruno Haible  <bruno@clisp.org>
22052
22053         * lib/c-strcase.h: New file, from GNU gettext.
22054         * lib/c-strcasecmp.c: New file, from GNU gettext.
22055         * lib/c-strncasecmp.c: New file, from GNU gettext.
22056
22057 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22058
22059         * modules/mempcpy (License): GPL -> LGPL.
22060         * modules/strchrnul (License): Likewise.
22061         * modules/sysexits (License): Likewise.
22062
22063 2005-10-08  Simon Josefsson  <jas@extundo.com>
22064
22065         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
22066
22067 2005-10-07  Simon Josefsson  <jas@extundo.com>
22068
22069         * m4/memxor.m4: Remove gl_C_RESTRICT call.
22070
22071 2005-10-06  Simon Josefsson  <jas@extundo.com>
22072
22073         * tests/test-hmac-md5.c: New file.
22074
22075         * modules/hmac-md5-tests: New file.
22076
22077         * modules/hmac-md5: New file.
22078
22079 2005-10-06  Simon Josefsson  <jas@extundo.com>
22080
22081         * m4/hmac-md5.m4: New file.
22082
22083         * m4/memxor.m4: Require gl_C_RESTRICT.
22084
22085 2005-10-06  Simon Josefsson  <jas@extundo.com>
22086
22087         * lib/memxor.c (memxor): Avoid casts and warnings.
22088
22089 2005-10-06  Simon Josefsson  <jas@extundo.com>
22090
22091         * lib/hmac-md5.c: New file.
22092
22093         * lib/hmac.h: New file.
22094
22095 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
22098         promotes to int, not unsigned int, to catch the AIX 5.3
22099         compiler bug.
22100
22101 2005-10-05  Simon Josefsson  <jas@extundo.com>
22102
22103         * modules/memxor: New file.
22104
22105         * modules/iconv (Files): Move config.rpath to havelib, it is used
22106         there.
22107
22108         * modules/havelib (Files): Add config.rpath.
22109
22110 2005-10-05  Simon Josefsson  <jas@extundo.com>
22111
22112         * m4/memxor.m4: New file.
22113
22114 2005-10-05  Simon Josefsson  <jas@extundo.com>
22115
22116         * lib/memxor.c (memxor): Fix compiler error.
22117
22118         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
22119         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
22120
22121         * lib/memxor.h, lib/memxor.c: New files.
22122
22123         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
22124         we assume all systems have it, suggested by Jim Meyering
22125         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
22126         any systems lack sys/socket.h; mingw32 is known to lack it, but we
22127         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
22128         same reasons.
22129
22130 2005-10-05  Simon Josefsson  <jas@extundo.com>
22131
22132         * config/srclist.txt: Add glibc bug 1423 for md5.h.
22133
22134 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
22137         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
22138         needed, since the source code now assumes these .h files.
22139
22140 2005-10-05  Derek Price  <derek@ximbiot.com>
22141
22142         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
22143
22144 2005-10-05  Bruno Haible  <bruno@clisp.org>
22145
22146         * modules/stdint (License): Change to LGPL.
22147
22148 2005-10-04  Simon Josefsson  <jas@extundo.com>
22149
22150         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
22151         D. Baushke" <mdb@gnu.org>.
22152
22153 2005-10-04  Bruno Haible  <bruno@clisp.org>
22154
22155         * lib/verify.h (verify_true): Provide alternative definition for C++.
22156
22157 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
22158
22159         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
22160         (SSIZE_MAX): New macro, if not already defined.
22161         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
22162         than 2 GiB.
22163
22164 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
22165
22166         Sync from coreutils.
22167         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
22168         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
22169         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
22170         ULLONG_MAX doesn't work with 2.7.2.1.
22171
22172 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
22173
22174         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
22175         From Ben Pfaff.
22176
22177         * modules/exclude (Depends-on): Depend on verify.
22178         * modules/strtoimax (Depends-on): Likewise.
22179         * modules/utimecmp (Depends-on): Likewise.
22180
22181 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
22182
22183         * lib/exclude.c: Include verify.h.
22184         (verify): Remove.  All callers changed to use verify.h's version.
22185         * lib/strtoimax.c: Likewise.
22186         * lib/utimecmp.c: Likewis.e
22187
22188         Sync from coreutils.
22189         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
22190         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
22191         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
22192         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
22193         bother returning ENOSYS if settimeofday or stime fails; just let
22194         them return whatever errno they want to return.
22195         * lib/utimens.c: Include unistd.h, for dup2.
22196         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
22197         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
22198
22199 2005-10-02  Jim Meyering  <jim@meyering.net>
22200
22201         Sync from coreutils.
22202         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
22203         from glibc-2.2.5 that fails for read-only files.
22204
22205 2005-10-02  Jim Meyering  <jim@meyering.net>
22206
22207         Sync from coreutils.
22208         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
22209         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
22210         `#if HAVE_CONFIG_H'.
22211         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
22212         Remove AT_FDCWD test.
22213         Do not consume the fd unless successful.
22214         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
22215         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
22216         block, so that we don't even try to compile it if settimeofday is
22217         available.  This works around a compilation failure on OSF1 V5.1,
22218         due to stime requiring a `long int*' while tv_sec is `int'.
22219
22220 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
22221
22222         Sync from coreutils.
22223         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
22224         against `yes', rather than just testing for nonempty.
22225
22226 2005-10-01  Simon Josefsson  <jas@extundo.com>
22227
22228         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
22229         and Darwin.
22230
22231         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
22232         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
22233         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
22234         freeaddrinfo and gai_strerror are declared by the POSIX headers.
22235         Check if struct addrinfo is declared.
22236
22237 2005-10-01  Simon Josefsson  <jas@extundo.com>
22238
22239         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
22240         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
22241         AI_* and EAI_* definitions.  Protect function declarations.
22242
22243 2005-10-01  Jim Meyering  <jim@meyering.net>
22244
22245         Sync from coreutils.
22246
22247         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
22248         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
22249         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
22250         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
22251         in the inet and nsl libraries.  Required on Solaris 5.7.
22252
22253 2005-10-01  Jim Meyering  <jim@meyering.net>
22254
22255         Sync from coreutils.
22256         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
22257         in the inet and nsl libraries.  Required on Solaris 5.7.
22258
22259 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
22260
22261         * lib/getdelim.c (getdelim): Remove unused variables.
22262
22263 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
22264
22265         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
22266         so that the code works even with ancient cpp.  Portability problem
22267         with GCC 2.7.2.1 reported by Thomas M.Ott.
22268
22269 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22270
22271         * modules/regex (Depends-on): Add strcase.
22272
22273         * modules/gethostname (Licence): Change from GPL to LGPL, since
22274         gethostname.c is a trivial implementation of a standard library
22275         function.
22276         * modules/poll (License): Change from GPL to LGPL, since it's
22277         derived from LGPL code.
22278
22279 2005-09-27  Jim Meyering  <jim@meyering.net>
22280
22281         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
22282         HAVE_CONFIG_H.
22283
22284         * lib/intprops.h (signed_type_or_expr__): Define.
22285         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
22286         for unsigned types.
22287
22288 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
22289
22290         * lib/verify.h (verify_expr): Remove, replacing with:
22291         (verify_true): New macro that returns true instead of void.
22292         (verify_type__): Remove.
22293         (verify): Use verify_true rather than verify_type__.
22294
22295 2005-09-26  Bruno Haible  <bruno@clisp.org>
22296
22297         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
22298         is necessary.
22299         (lib_SOURCES): Remove mbchar.c.
22300         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
22301         (Files): Add m4/mbrtowc.m4.
22302         * modules/mbiter: Likewise.
22303         * modules/mbuiter: Likewise.
22304
22305 2005-09-26  Bruno Haible  <bruno@clisp.org>
22306
22307         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
22308         compile mbchar.c if they are not both present.
22309         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
22310         * m4/mbiter.m4 (gl_MBITER): Likewise.
22311         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
22312         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
22313         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
22314
22315 2005-09-25  Jim Meyering  <jim@meyering.net>
22316
22317         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
22318         also uses socklen_t.
22319
22320 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
22321
22322         * lib/utimens.c (ENOSYS): Define if not already defined.
22323         (futimens): Support having a null PATH if the file descriptor
22324         is nonnegative.
22325
22326         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
22327         Remove.
22328         (__attribute): Define to empty unless GCC 3.1 or later.
22329         This works around a core dump on OpenBSD 3.4, which has GCC
22330         2.95.3, which dumps core when given __attribute__(()).  It also
22331         simplifies other tests, since we really don't want to bother with
22332         worrying about which ancient version of GCC supported what.
22333         Original problem reported by Yoann Vandoorselaere, with part of
22334         the fix suggested by Derek Price.
22335
22336 2005-09-24  Jim Meyering  <jim@meyering.net>
22337
22338         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
22339         so we can once again use a positive bitfield width of 1 -- now we
22340         don't have to explain why we were using a bitfield width of 2.
22341
22342 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
22345         and similarly for the other external symbols.  Problem reported
22346         by James Gallager.
22347
22348         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
22349         bug reported by Jim Meyering.
22350
22351         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
22352         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
22353         not needed, since socklen is a prerequisite module.
22354
22355 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
22358         Problem reported by Eric Blake.
22359         (getaddrinfo): Initialize se so that it's not garbage.
22360         Redo internal storage allocation so that it doesn't make unportable
22361         assumptions about alignment.
22362         Fix a memory leak.
22363
22364         * lib/utimens.c (futimens): Use futimesat if available.
22365         Prefer it to futimes since it doesn't have the futimes bug.
22366
22367         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
22368         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
22369         Instead, declare a function that returns a pointer to an array,
22370         and use verify_type__ to declare the size of the array.
22371         Problem and germ of a solution reported by Bruno Haible.
22372         (verify_type__): Use 2, not 1, for bitfield size, to avoid
22373         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
22374
22375 2005-09-23  Jim Meyering  <jim@meyering.net>
22376
22377         Sync from coreutils.
22378         Correct build failure (socklen_t not defined) on at least
22379         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
22380         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
22381
22382 2005-09-23  Jim Meyering  <jim@meyering.net>
22383
22384         * modules/getaddrinfo (Depends-on): Add socklen.
22385
22386 2005-09-23  Bruno Haible  <bruno@clisp.org>
22387
22388         * tests/test-verify.c: New file.
22389
22390 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
22391
22392         Sync from coreutils.
22393
22394         * modules/argmatch (Depends-on): Add verify.
22395         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
22396         unistd-safer.
22397         * modules/save-cwd (Depends-on): Likewise.
22398
22399         * modules/openat (Files): Add lib/openat-die.c.
22400         (Depends-on): Remove error, exitfail.
22401         Add dirname.
22402
22403         * modules/verify: New file.
22404         * MODULES.html.sh (Diagnostics <assert.h>): New section,
22405         with "verify" module.
22406
22407 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
22408
22409         Sync from coreutils.
22410
22411         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
22412         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
22413         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
22414         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
22415         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
22416         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
22417         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
22418         Don't bother checking for string.h, stdlib.h, unistd.h.
22419         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
22420         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
22421         module's job.
22422         * m4/jm-macros.m4 (gl_MACROS): Likewise.
22423         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
22424
22425         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
22426         (gl_GETDATE): Use it.
22427
22428         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
22429
22430 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
22431
22432         Sync from coreutils.
22433
22434         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
22435         stat-time.h.
22436         * lib/argmatch.h: Include verify.h
22437         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
22438         (ARGMATCH_ASSERT): Remove; unused.
22439         * lib/canonicalize.c: Assume STDC_HEADERS.
22440         * lib/exclude.c: Include "strcase.h".
22441         * lib/regex_internal.h [!defined _LIBC]: Likewise.
22442         * lib/getusershell.c: Include stdio--.h rather than stdio.h
22443         and stdio-safer.h.
22444         (getusershell): Call fopen, not fopen_safer.
22445         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
22446         Do not include unistd-safer.h.
22447         (save_cwd): Don't call fd_safer; no longer needed
22448         now that we include fcntl--.h.
22449
22450         * lib/getdate.y (relative_time): New type.
22451         (RELATIVE_TIME_0): New constant.
22452         (parser_control): Use relative_time instead of doing it ourselves.
22453         (%union): Add new relative_time rel member.
22454         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
22455         Now typeless.
22456         (relunit, relunit_snumber): Now of type rel.
22457         (zone, rel, relunit, get_date): Adjust to above changes.
22458
22459         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
22460         Do not include unistd-safer.h.
22461         (getloadavg): Don't call fd_safer; no longer needed
22462         now that we include fcntl--.h.
22463
22464         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
22465         (make_dir_parents): Treat ENOSYS like EEXIST.
22466
22467         Improve quality of diagnostics on restore_cwd failure.
22468         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
22469         (make_dir_parents): Last arg is now int * (for errno), not bool *.
22470         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
22471         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
22472         each time through the loop.  Do not diagnose restore_cwd failure;
22473         that is the caller's job (and perhaps the caller does not care).
22474
22475         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
22476         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
22477         If the file already exists but is not a directory, don't bother
22478         to try to make its parents.
22479         Close potential file descriptor leak if we can't chdir("/") (!).
22480         Don't always return true if chdir($PWD) fails; return true only
22481         if the requested action was done successfully (except for the
22482         chdir($PWD)).
22483         Don't log final directory unless we actually made it.
22484         Refactor to avoid duplicate code to fix up permissions.
22485         Don't attempt to fix up parent permissions if chdir($PWD) fails.
22486
22487         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
22488         to make it a bit faster and (I hope) clearer.
22489         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
22490         Fix bug in formats like %2N.
22491
22492         * lib/verify.h: New file.
22493
22494 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
22495
22496         Sync from coreutils.
22497         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
22498
22499 2005-09-22  Jim Meyering  <jim@meyering.net>
22500
22501         Sync from coreutils.
22502
22503         * m4/lstat.m4 (gl_FUNC_LSTAT):
22504         Use AC_LIBSOURCES to require lstat.c and lstat.h.
22505         Remove obsolete comment.
22506         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
22507         * m4/xstrtod.m4: Likewise.
22508
22509         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
22510
22511 2005-09-22  Jim Meyering  <jim@meyering.net>
22512
22513         Sync from coreutils.
22514
22515         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
22516
22517         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
22518         the .tm_year member, since otherwise gcc-4.0 would now warn about
22519         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
22520
22521         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
22522         order to avoid an unsuppressible warning from gcc on 64-bit systems.
22523
22524         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
22525         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
22526         when run in a time zone for which daylight savings time is in effect
22527         for the starting date.
22528
22529         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
22530         stop us from restricting permissions of just-created absolute-named
22531         directories.
22532         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
22533         to restore initial working directory.
22534         * lib/mkdir-p.c (make_dir_parents): New parameter:
22535         different_working_dir, to tell caller if/when we change the working
22536         directory and are unable to return to the initial one.
22537         * lib/mkdir-p.h (make_dir_parents): Update prototype.
22538         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
22539         `return false'.  This fixes a bug introduced on 2004-07-30.
22540
22541         * lib/openat.c (fdopendir): Be sure to close the supplied
22542         file descriptor before returning.  This makes our replacement
22543         implementation a little closer to Solaris's, where fdopendir
22544         ties the file descriptor to the returned DIR* pointer.
22545         * lib/openat.c (unlinkat): New function.
22546         * lib/openat.h (unlinkat): Add prototype.
22547         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
22548         (openat_restore_fail): Rename from openat_restore_die.
22549         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
22550
22551         Provide an alternative to exiting immediately upon save_cwd or
22552         restore_cwd failure.  Now, an application can arrange e.g.,
22553         to perform a longjump in that case.
22554         * lib/openat.c: Include dirname.h.
22555         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
22556         (rpl_openat, fdopendir, fstatat): Call openat_save_die
22557         and openat_restore_die rather than calling error directly.
22558         Don't include "error.h" or "exitfail.h"; they're no longer needed.
22559
22560         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
22561         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
22562         define.
22563
22564         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
22565         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
22566                             int utc, int nanoseconds);
22567         Background:
22568         date should not have to allocate a megabyte of virtual memory to
22569         handle a format argument like +%1048575T.  When implemented with
22570         strftime, it must allocate such a buffer, use strftime to fill it
22571         in, print it, then free it.
22572         With fprintftime, it simply prints everything and exits.
22573         With no need for memory allocation, that's one fewer way to fail.
22574         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
22575         optional field width, not before, so we accept %9:z, not %:9z.
22576         (my_strftime): Be sure to use L_('x') for literals.
22577
22578         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
22579         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
22580         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
22581         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
22582         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
22583         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
22584         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
22585         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
22586         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
22587         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
22588         * lib/xgethostname.c, lib/xreadlink.c:
22589         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
22590
22591         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
22592         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
22593         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
22594         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
22595         and don't include <sys/file.h>).
22596
22597 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
22598
22599         Sync from coreutils.
22600
22601         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
22602         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
22603         [!LDAV_DONE]: Avoid unused variable warning.
22604
22605 2005-09-21  Bruno Haible  <bruno@clisp.org>
22606
22607         * lib/unicodeio.h (unicode_to_mb): New declaration.
22608
22609 2005-09-20  Derek Price  <derek@ximbiot.com>
22610
22611         * lib/getaddrinfo.c: Don't include <netdb.h> included from
22612         getaddrinfo.h.
22613
22614 2005-09-20  Bruno Haible  <bruno@clisp.org>
22615
22616         * gnulib-tool: Remove trailing slashes from the values specified for
22617         --source-base, --m4-base, --tests-base, --aux-dir.
22618         Suggested by Simon Josefsson <jas@extundo.com>.
22619
22620 2005-09-20  Bruno Haible  <bruno@clisp.org>
22621
22622         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
22623         func_modules_to_filelist, func_import, func_create_testdir): Make all
22624         sorting results locale-independent, so that gnulib-cache.m4 doesn't
22625         change when gnulib-tool is invoked in a different locale.
22626
22627 2005-09-19  Simon Josefsson  <jas@extundo.com>
22628
22629         * m4/socklen.m4: Fix typo.
22630
22631 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22632
22633         Use a consistent style for including <config.h>.
22634         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
22635         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
22636         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
22637         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
22638         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
22639         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
22640         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
22641         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
22642         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
22643         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
22644         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
22645         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
22646         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
22647         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
22648         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
22649         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
22650         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
22651         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
22652         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
22653         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
22654         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
22655         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
22656         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
22657         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
22658         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
22659         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
22660         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
22661         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
22662         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
22663         lib/xstrtoumax.c, lib/yesno.c:
22664         Standardize inclusion of config.h.
22665         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
22666         lib/inttostr.h:  Removed inclusion of config.h from header files.
22667         * lib/inttostr.c:  Adjusted in-tree users.
22668         * lib/timespec.h: Remove superfluous warning to include config.h.
22669         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
22670         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
22671         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
22672         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
22673         config.h with HAVE_CONFIG_H.
22674
22675 2005-09-19  Jim Meyering  <jim@meyering.net>
22676
22677         * modules/pathmax (License): Change to LGPL.
22678
22679 2005-09-19  Derek Price  <derek@ximbiot.com>
22680
22681         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
22682
22683 2005-09-19  Bruno Haible  <bruno@clisp.org>
22684
22685         * gnulib-tool (import): Provide default for --tests-base.
22686
22687 2005-09-19  Bruno Haible  <bruno@clisp.org>
22688
22689         * doc/quote.texi: New file, extracted from gnulib.texi.
22690         * doc/ctime.texi: New file, extracted from gnulib.texi.
22691         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
22692         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
22693         * doc/gnulib.texi: Include them.
22694
22695 2005-09-18  Bruno Haible  <bruno@clisp.org>
22696
22697         Portability fix.
22698         * gnulib-tool (func_readlink): New function.
22699         (func_ln_if_changed): Use it.
22700
22701 2005-09-18  Bruno Haible  <bruno@clisp.org>
22702
22703         * gnulib-tool: Support --with-tests also with --import.
22704         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
22705         (func_import): Use variables $testsbase and $inctests. Emit a
22706         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
22707         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
22708         SUBDIRS += $testsdir.
22709         (func_create_testdir): Update.
22710
22711 2005-09-18  Bruno Haible  <bruno@clisp.org>
22712
22713         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
22714         instead of $dry_run.
22715         (func_cp_if_changed, func_mv_if_changed): Remove functions.
22716         (func_ln_if_changed): Don't handle dry-run here.
22717         (func_import): In dry-run mode, detect more precisely which actions
22718         would be performed, and don't use "...ing" verbs.
22719
22720 2005-09-18  Bruno Haible  <bruno@clisp.org>
22721
22722         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
22723         (func_import): Use join on two temporary files instead of three nested
22724         loops, in order to determine which files are new or old.
22725
22726 2005-09-18  Bruno Haible  <bruno@clisp.org>
22727
22728         * gnulib-tool (func_import): Comment out code that spits out the
22729         new files with --dry-run.
22730
22731 2005-09-18  Bruno Haible  <bruno@clisp.org>
22732
22733         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
22734
22735 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
22736
22737         * lib/stat-time.h: New file.
22738         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
22739         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
22740         in a different way.
22741         (timespec_cmp): New function.
22742         * lib/utimecmp.c: Include stat-time.h.
22743         (SYSCALL_RESOLUTION): Depend on whether various struct stat
22744         members exist, not on the obsolescent ST_MTIM_NSEC.
22745         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
22746
22747 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
22748
22749         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
22750
22751 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
22752
22753         * MODULES.html.sh (File system functions): Add stat-time.
22754         * modules/stat-time: New file.
22755         * modules/timespec (Files): Remove m4/st_mtim.m4; this
22756         is now done in a different way, by the stat-time module.
22757         * modules/utimecmp (Depends-on): Add stat-time.
22758
22759 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22760
22761         * m4/st_mtim.m4: Remove.  Superseded by...
22762         * m4/stat-time.m4: New file.
22763         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
22764         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
22765
22766 2005-09-15  Derek Price  <derek@ximbiot.com>
22767
22768         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
22769
22770 2005-09-15  Derek Price  <derek@ximbiot.com>
22771
22772         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
22773         * lib/regex_internal.c: Ditto, using this...
22774         (__GNUC_PREREQ): ...new macro.
22775         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
22776         using...
22777         (__GNUC_PREREQ): ...this new macro.
22778
22779         * lib/strstr.h: Include string.h. Define strstr as a macro here.
22780
22781 2005-09-15  Derek Price  <derek@ximbiot.com>
22782             Paul Eggert  <eggert@cs.ucla.edu>
22783
22784         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
22785         changes, consolidating in...
22786         * lib/regex_internal.h: ...this file.
22787
22788 2005-09-13  Jim Meyering  <jim@meyering.net>
22789
22790         * lib/canon-host.c: Filter through gnu indent and reword comments
22791         slightly.
22792         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
22793
22794 2005-09-13  Derek Price  <derek@ximbiot.com>
22795
22796         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
22797         failure.
22798         Reported by Jim Meyering  <jim@meyering.net>.
22799
22800 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22801
22802         * lib/base64.c: Typo.
22803         (base64_encode): Put b64str in initialized data section.
22804
22805 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
22806
22807         Merge glibc and coreutils changes into gnulib, plus a few
22808         extra fixes.
22809         * lib/md5.c: Use #error rather than a string.
22810         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
22811         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
22812         (__attribute__): Define to empty for non recent-GCC.
22813         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
22814         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
22815         Renamed from their non-__ counterparts, with new macros replacing
22816         them if not _LIBC.  Add __THROW attribute.
22817         (rol): Remove.
22818         (struct md5_ctx): Align buffer if using GCC.
22819         * lib/sha1.h (struct sha1_ctx): Likewise.
22820         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
22821         The old name was backwards.
22822         (NOTSWAP): Remove; not used.
22823         (rol): New macro, moved here from md5.h.
22824         (sha1_process_block): Remove a FIXME that doesn't make sense.
22825
22826 2005-09-12  Derek Price  <derek@ximbiot.com>
22827
22828         Return usable errors from canon-host.
22829         * lib/canon-host.h: New file.
22830         * lib/canon-host.c (canon_host): Wrap...
22831         (canon_host_r): ...this new function, which now relies exclusively on
22832         getaddrinfo.
22833         (ch_strerror): New function.
22834         (last_cherror): New global.
22835         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
22836         interface.
22837         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
22838         void *.
22839         (freeaddrinfo): Free ai->ai_canonname when set.
22840
22841 2005-09-12  Derek Price  <derek@ximbiot.com>
22842
22843         Make canon-host require getaddrinfo.
22844         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
22845         AC_LIBSOURCE canon-host.h.  Call...
22846         (gl_PREREQ_CANON_HOST): ...this new function, which requires
22847         gl_GETADDRINFO.
22848         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
22849
22850 2005-09-12  Derek Price  <derek@ximbiot.com>
22851
22852         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
22853         LGPL.
22854         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
22855
22856 2005-09-12  Derek Price  <derek@ximbiot.com>
22857
22858         * lib/gai_strerror.c: Include config.h when available.  Include
22859         getaddrinfo.h before other headers to test interface.
22860         Reported by Larry Jones <lawrence.jones@ugs.com>.
22861
22862 2005-09-12  Derek Price  <derek@ximbiot.com>
22863             Paul Eggert  <eggert@cs.ucla.edu>
22864
22865         * modules/glob (Files): Add glob-libc.h.
22866
22867 2005-09-12  Derek Price  <derek@ximbiot.com>
22868             Paul Eggert  <eggert@cs.ucla.edu>
22869
22870         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
22871         glob_.h, glob-libc.h.
22872         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
22873
22874 2005-09-12  Derek Price  <derek@ximbiot.com>
22875             Paul Eggert  <eggert@cs.ucla.edu>
22876
22877         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
22878         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
22879         protecting things that should be done only in gnulib contexts.
22880         * lib/glob_.h: New file, containing only the glob things needed for
22881         gnulib.
22882         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
22883         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
22884         (glob, globfree, glob_pattern_p): Now defined simply in terms of
22885         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
22886         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
22887         and to respect the namespace rules better.
22888
22889 2005-09-08  Simon Josefsson  <jas@extundo.com>
22890
22891         * modules/socklen: New file.
22892
22893 2005-09-08  Simon Josefsson  <jas@extundo.com>
22894
22895         * m4/socklen.m4: New file.
22896
22897 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22898
22899         * modules/utimens (Files): Add m4/utimbuf.m4, since
22900         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
22901         Reported by Sergey Poznyakoff.
22902
22903 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22904
22905         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
22906         definitions, since that's the preferred style in glibc.
22907         Fix a minor spacing issue, and update copyright notice to match
22908         glibc's.
22909
22910 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22911
22912         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
22913
22914 2005-09-06  Simon Josefsson  <jas@extundo.com>
22915
22916         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
22917         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
22918
22919 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22920
22921         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
22922         warning.
22923
22924 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22925
22926         * config/srclist.txt: Add glibc bug 1302.
22927
22928 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
22929
22930         Change bitset word type from unsigned int to unsigned long int,
22931         as this has better performance on typical 64-bit hosts.
22932         Port bitset code to hosts with unusual word sizes.
22933         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
22934         (build_collating_symbol):
22935         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
22936         argument is a bitset.  This is merely a style issue, but it makes
22937         it clearer that an entire array is expected.
22938         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
22939         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
22940         Port to the case where bitset_word is not the same as unsigned int.
22941         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
22942         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
22943         Likewise.
22944         * lib/regexec.c (check_dst_limits_calc_pos_1,
22945         check_subexp_matching_top):
22946         (build_trtable, group_nodes_into_DFAstates):
22947         Likewise.
22948         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
22949         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
22950         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
22951         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
22952         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
22953         * lib/regcomp.c (optimize_subexps, lower_subexp):
22954         Work even if bitset_word has holes in its bitwise representation.
22955         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
22956         * lib/regexec.c (check_dst_limits_calc_pos_1,
22957         check_subexp_matching_top):
22958         Likewise.
22959         * lib/regex_internal.c (re_string_reconstruct):
22960         Don't assume UCHAR_MAX == 255.
22961         * lib/regex_internal.h (bitset_set_all): Likewise.
22962         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
22963         All uses changed.
22964         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
22965         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
22966         All uses changed.
22967         (BITSET_WORD_MAX): New macro.
22968         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
22969         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
22970         (bitset_empty, bitset_copy):
22971         Prefer sizeof (bitset) to multiplying it out ourselves.
22972         (bitset_not_merge): Remove; unused.
22973         (bitset_contain): Return bool, not unsigned int with one bit on.
22974         All callers changed.
22975         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
22976         alignment than re_node_set; do this by defining a new internal
22977         type struct dests_alloc and using it to allocate memory.
22978
22979 2005-09-05  Bruno Haible  <bruno@clisp.org>
22980
22981         * gnulib-tool (func_import): Fix comparison in handling of symbolic
22982         links.
22983
22984 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
22985
22986         * modules/size_max (Makefile.am): Add size_max.h
22987
22988 2005-09-04  Derek Price  <derek@ximbiot.com>
22989
22990         * gnulib-tool (func_import): Fix reversed $symbolic logic.
22991
22992 2005-09-03  Simon Josefsson  <jas@extundo.com>
22993
22994         * gnulib-tool: Fix typo.
22995
22996 2005-09-03  Simon Josefsson  <jas@extundo.com>
22997
22998         * config/srclist.txt: Add glibc bug 1293.
22999
23000 2005-09-03  Derek Price  <derek@ximbiot.com>
23001
23002         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
23003         From Larry Jones <lawrence.jones@ugs.com>.
23004
23005 2005-09-02  Simon Josefsson  <jas@extundo.com>
23006
23007         * modules/socklen: New file.
23008
23009 2005-09-02  Simon Josefsson  <jas@extundo.com>
23010
23011         * modules/havelib: New module.
23012
23013         * modules/gettext, modules/iconv, modules/lock, modules/readline:
23014         Use havelib.
23015
23016 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
23017
23018         Check for arithmetic overflow when calculating sizes, to prevent
23019         some buffer-overflow issues.  These patches are conservative, in the
23020         sense that when I couldn't determine whether an overflow was possible,
23021         I inserted a run-time check.
23022         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
23023         macros.
23024         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
23025         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
23026         (re_xnrealloc, re_x2nrealloc): New inline functions.
23027         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
23028         parse_bracket_exp):
23029         (build_equiv_class, build_charclass): Check for arithmetic overflow
23030         in size expression calculations.
23031         * lib/regex_internal.c (re_string_realloc_buffers):
23032         (build_wcs_upper_buffer, re_node_set_add_intersect):
23033         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
23034         (re_dfa_add_node, register_state): Likewise.
23035         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
23036         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
23037         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
23038         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
23039
23040 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
23041
23042         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23043         m4/ulonglong.m4.  Problem reported by Martin Lambers.
23044
23045 2005-09-02  Bruno Haible  <bruno@clisp.org>
23046
23047         Support for lib vs. lib64 distinction on biarch platforms.
23048         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
23049         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
23050         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
23051
23052 2005-09-02  Bruno Haible  <bruno@clisp.org>
23053
23054         * gnulib-tool (import): In the other first-use case, provide defaults
23055         as well.
23056
23057 2005-09-02  Bruno Haible  <bruno@clisp.org>
23058
23059         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
23060         patches not yet found in the latest gettext release.
23061
23062 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23063
23064         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
23065         to avoid a collision with bits/local_lim.h in glibc.
23066         All uses changed.  Problem reported by Dmitry V. Levin in
23067         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
23068
23069         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
23070         bugs in int versus size_t comparisons.
23071         (re_string_context_at): Fix bug where the code assumed that
23072         Idx is signed.
23073
23074         Use bool where appropriate.
23075         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
23076         All callers changed.
23077         (calc_eclosure_iter): Likewise, for ROOT arg.
23078         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
23079         (build_charclass_op): Likewise, for NON_MATCH arg.
23080         * lib/regex_internal.c (re_string_allocate, re_string_construct):
23081         (re_string_construct_common): Likewise, for ICASE arg.
23082         * lib/regexec.c (re_search_2_stub, re_search_stub):
23083         Likewise, for RET_LEN arg.
23084         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
23085         (set_regs): Likewise, for FL_BACKTRACK arg.
23086         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
23087         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
23088         (calc_eclosure_iter, parse_bracket_exp):
23089         Use bool for internal variables that are booleans.
23090         * lib/regexec.c (re_search_internal, check_matching,
23091         proceed_next_node):
23092         (set_regs, build_sifted_states, sift_states_bkref):
23093         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
23094         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
23095         (find_collation_sequence_value):
23096         Likewise.
23097         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
23098         (re_node_set_compare):
23099         Return bool, not int. All callers changed.
23100         * lib/regexec.c (check_halt_node_context, check_dst_limits):
23101         (build_trtable, check_node_accept): Likewise.
23102         * lib/regex_internal.h: Include stdbool.h.
23103
23104         Fix bugs uncovered when converting to bool.
23105         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
23106         failure instead of charging ahead blindly.
23107         * lib/regex_internal.c (register_state): Likewise.
23108         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
23109         for freeing internal storage.
23110         (group_nodes_into_DFA_states): Use unsigned int, not int, for
23111         bitset pieces used as boolean, to avoid undefined behavior
23112         on hosts that do int overflow checking.
23113
23114 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23115
23116         * config/srclist.txt: Add glibc bugs 1285-1287.
23117
23118 2005-09-01  Jim Meyering  <jim@meyering.net>
23119
23120         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
23121         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
23122         Require gl_STAT_MACROS, too.
23123
23124 2005-09-01  Bruno Haible  <bruno@clisp.org>
23125
23126         * gnulib-tool (import): In the first-use case, provide defaults.
23127
23128 2005-09-01  Bruno Haible  <bruno@clisp.org>
23129
23130         * gnulib-tool (func_import): Remove the .tmp files.
23131
23132 2005-09-01  Bruno Haible  <bruno@clisp.org>
23133
23134         * gnulib-tool (func_import): Fix handling of symbolic links.
23135
23136 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23137
23138         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
23139         old glibc regex code mishandles strings longer than 2**31 bytes.
23140         This patch fixes this when the regex code is used in gnulib
23141         (i.e., outside glibc).
23142
23143         This patch should not affect the use of the regex code inside
23144         glibc.  No doubt this problem also needs to be handled for glibc
23145         as well, but the result will be an incompatible change to the
23146         glibc ABI, and the old ABI will have to be supported too.  That
23147         can be the the subject for another patch.
23148
23149         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
23150         governing whether the rest of this patch is active.  By default,
23151         the macro is disabled and the patch has no effect.
23152         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
23153         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
23154         (struct re_pattern_buffer, re_search, re_search_2, re_match):
23155         (re_match_2, re_set_registers): Use the new types.
23156         * lib/regex_internal.h (Idx, re_hashval_t): New types.
23157         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
23158         New macros.
23159         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
23160         (re_string_context_at, bin_tree_t, re_dfastate_t):
23161         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
23162         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
23163         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
23164         (re_string_char_size_at, re_string_wchar_at):
23165         (re_string_elem_size_at):
23166         Use the new types and macros to port to 64-bit hosts.
23167         Use unsigned types for internal values, so that the code
23168         mostly works even for arrays larger than SSIZE_MAX.
23169         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
23170         (search_duplicated_node, calc_eclosure_iter, fetch_number):
23171         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
23172         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
23173         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
23174         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
23175         (calc_inveclosure, parse_dup_op, build_range_exp):
23176         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
23177         (fetch_number, create_token_tree, mark_opt_subexp):
23178         Likewise.
23179         * lib/regex_internal.c (re_string_construct_common,
23180         create_ci_newstate):
23181         (create_cd_newstate, re_string_allocate, re_string_construct):
23182         (re_string_realloc_buffers, build_wcs_upper_buffer):
23183         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
23184         (re_string_reconstruct, re_string_peek_byte_case):
23185         (re_string_fetch_byte_case, re_string_context_at):
23186         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
23187         (re_node_set_init_copy, re_node_set_add_intersect):
23188         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
23189         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
23190         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
23191         (re_acquire_state, re_acquire_state_context, register_state):
23192         Likewise.
23193         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
23194         search_cur_bkref_entry):
23195         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
23196         (re_search_internal, re_search_2_stub, re_search_stub)
23197         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
23198         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
23199         (update_cur_sifted_state, check_dst_limits):
23200         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
23201         (check_subexp_limits, sift_states_bkref, merge_state_array):
23202         (check_subexp_matching_top, get_subexp, get_subexp_sub):
23203         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
23204         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
23205         (expand_bkref_cache, check_node_accept_bytes):
23206         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
23207         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
23208         (acquire_init_state_context, check_halt_node_context):
23209         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
23210         (sift_states_backward, clean_state_log_if_needed):
23211         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
23212         (find_recover_state, transit_state_sb, transit_state_mb):
23213         (transit_state_bkref, build_trtable, match_ctx_clean):
23214         Likewise.
23215         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
23216         to work around an assumption that REG_MISSING is negative.
23217
23218         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
23219         (seek_collating_symbol_entry) [defined _LIBC]:
23220         (lookup_collation_sequence_value) [defined _LIBC]:
23221         (build_range_exp, build_collating_symbol) [defined _LIBC]:
23222         Use prototypes rather than old-style function definitions.
23223         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
23224         (transit_state_sb) [0]:
23225         (find_collation_sequence_value) [defined _LIBC]: Likewise.
23226
23227         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
23228         rm_eo.
23229
23230         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
23231         (optimize_subexps, lower_subexp):
23232         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
23233         since the signed shift might overflow.  Use 1u<<31 instead.
23234         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
23235         Likewise.
23236         * lib/regexec.c (check_dst_limits_calc_pos_1,
23237         check_subexp_matching_top): Likewise.
23238
23239         * lib/regcomp.c (optimize_subexps, lower_subexp):
23240         Use CHAR_BIT rather than 8, for clarity.
23241         * lib/regexec.c (check_dst_limits_calc_pos_1):
23242         (check_subexp_matching_top): Likewise.
23243         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
23244         have to worry about portability issues when shifting it left.
23245         Remove no-longer-needed test for table_size > 0.
23246         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
23247         in a word, as the resulting behavior is undefined.
23248         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
23249         in one case, a <= should have been an <, and in another case the
23250         whole test was missing.
23251         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
23252         the standard name CHAR_BIT.
23253         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
23254         this is not true on one's complement and signed-magnitude hosts.
23255
23256         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
23257         next_last_offset.
23258         (struct re_dfa_t): Remove unused member states_alloc.
23259         * lib/regcomp.c (init_dfa): Don't initialize unused members.
23260
23261 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23262
23263         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
23264         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
23265         and large-file glibc and in 32-bit large-file Solaris.
23266
23267 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23268
23269         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
23270         lengths fit in regoff_t; this isn't true if regoff_t is the same
23271         width as size_t.
23272         * lib/regex.c (re_search_internal): 5th arg is LAST_START
23273         (= START + RANGE) instead of RANGE.  This avoids overflow
23274         problems when regoff_t is the same width as size_t.
23275         All callers changed.
23276         (re_search_2_stub): Check for overflow when adding the
23277         sizes of the two strings.
23278         (re_search_stub): Check for overflow when adding START
23279         to RANGE; if it occurs, substitute the extreme value.
23280
23281 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23282
23283         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
23284
23285 2005-08-31  Jim Meyering  <jim@meyering.net>
23286
23287         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
23288         a pointer-to-const.
23289         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
23290         (register_state): Likewise.
23291         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
23292         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
23293         (group_nodes_into_DFAstates): Likewise.
23294
23295 2005-08-31  Jim Meyering  <jim@meyering.net>
23296
23297         * check-module: Add a FIXME comment.
23298
23299 2005-08-31  Eric Blake  <ebb9@byu.net>
23300
23301         * modules/unistd-safer (Files): Add unistd--.h.
23302         * modules/stdio-safer (Files): Add stdio--.h.
23303
23304 2005-08-31  Derek Price  <derek@ximbiot.com>
23305
23306         * lib/getdelim.c (getdelim): Return EOF on EOF.
23307         Reported by Larry Jones <lawrence.jones@ugs.com>.
23308
23309 2005-08-31  Bruno Haible  <bruno@clisp.org>
23310
23311         Avoid unnecessary diffs in the generated lib/Makefile.am.
23312         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
23313         the generated files.
23314         (func_import): Don't set cmd.
23315
23316 2005-08-31  Bruno Haible  <bruno@clisp.org>
23317
23318         * lib/strstr.c: Include <stddef.h>, for NULL.
23319         * lib/strcasestr.c: Likewise.
23320         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23321
23322 2005-08-31  Bruno Haible  <bruno@clisp.org>
23323
23324         * gnulib-tool: New option --macro-prefix.
23325         (func_import): Use macro_prefix.
23326         (import): Handle option --macro-prefix.
23327
23328 2005-08-31  Bruno Haible  <bruno@clisp.org>
23329
23330         * gnulib-tool (import): Rename most ac_* variables to cached_*.
23331         Also use new variables cached_lgpl, cached_libtool.
23332
23333 2005-08-31  Bruno Haible  <bruno@clisp.org>
23334
23335         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
23336         always instantiating them.
23337
23338 2005-08-31  Bruno Haible  <bruno@clisp.org>
23339
23340         * gnulib-tool (func_import): Read the previous cached settings
23341         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
23342         earlier added by gnulib but are now dropped. Warn when a gnulib file
23343         overwrites a non-gnulib file.
23344
23345 2005-08-31  Bruno Haible  <bruno@clisp.org>
23346
23347         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
23348         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
23349         projects that don't keep autogenerated files in CVS. Put into
23350         actioncmd only the specified modules, not the transitive closure.
23351
23352 2005-08-31  Bruno Haible  <bruno@clisp.org>
23353
23354         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
23355         Create directories that shall be filled.
23356         (import): Don't look for gl_* macros in configure.ac. Recurse across
23357         all directories containing a gnulib-cache.m4 files, if meaningful.
23358
23359 2005-08-31  Bruno Haible  <bruno@clisp.org>
23360
23361         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
23362         (import): Set seen_libtool when we see gl_LIBTOOL.
23363
23364 2005-08-31  Bruno Haible  <bruno@clisp.org>
23365
23366         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
23367         declaration macro definitions from generated gnulib.m4.
23368
23369 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
23370
23371         * lib/iconvme.h: Add prototype for iconv_alloc.
23372
23373 2005-08-29  Simon Josefsson  <jas@extundo.com>
23374
23375         * lib/iconvme.c: Fix errno.
23376
23377 2005-08-29  Bruno Haible  <bruno@clisp.org>
23378
23379         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
23380         that it works when the directory contains spaces.
23381
23382 2005-08-29  Bruno Haible  <bruno@clisp.org>
23383
23384         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
23385
23386 2005-08-29  Bruno Haible  <bruno@clisp.org>
23387
23388         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
23389         Emit more advice.
23390
23391 2005-08-29  Bruno Haible  <bruno@clisp.org>
23392         and Stepan Kasal  <kasal@ucw.cz>
23393
23394         * check-module: If more parameters are given, check each of them
23395         separately; add more exceptions, as noted by Jim Meyering.
23396         (check_module): New procedure.
23397         (%exempt_header): Now contains all exceptions.
23398
23399 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
23400
23401         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
23402
23403 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
23404
23405         * lib/iconvme.c: Split iconv_string into iconv_alloc.
23406
23407 2005-08-28  Bruno Haible  <bruno@clisp.org>
23408
23409         * m4/gnulib-tool.m4: New file.
23410
23411 2005-08-27  Jim Meyering  <jim@meyering.net>
23412
23413         * modules/unistd-safer (Files): Add pipe-safer.c.
23414         * modules/fcntl-safer (Files): Add creat-safer.c.
23415
23416 2005-08-27  Jim Meyering  <jim@meyering.net>
23417
23418         * m4/stdlib-safer.m4: New file.  From coreutils.
23419         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
23420         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
23421         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
23422         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
23423         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
23424
23425 2005-08-27  Jim Meyering  <jim@meyering.net>
23426
23427         * lib/fopen-safer.c: Merge minor changes from coreutils.
23428         * lib/dup-safer.c: Likewise.
23429         * lib/fd-safer.c: Likewise.
23430
23431         Merge from coreutils.
23432         * lib/stdio--.h: New file.
23433         * lib/stdlib--.h: New file.
23434         * lib/mkstemp-safer.c: New file.
23435
23436         GNU tar needs these.
23437         * lib/pipe-safer.c: New file.
23438         * lib/creat-safer.c: New file.
23439         * lib/fcntl--.h (creat): Define to creat_safer.
23440         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
23441         * lib/unistd--.h (pipe): Define to pipe_safer.
23442         * lib/unistd-safer.h: Declare pipe_safer.
23443
23444 2005-08-26  Simon Josefsson  <jas@extundo.com>
23445
23446         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
23447         Haible <bruno@clisp.org>.
23448
23449 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
23450
23451         * lib/regex_internal.h: Remove all references to
23452         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
23453         or better.
23454         (bitset_not, bitset_merge, bitset_not_merge):
23455         (bitset_mask, re_string_allocate, re_string_construct):
23456         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
23457         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
23458         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
23459         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
23460         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
23461         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
23462         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
23463         (re_acquire_state_context):
23464         Remove unnecessary forward decls.
23465         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
23466         Put __attribute at function definition,
23467         now that the function decl has been removed.
23468         * lib/regex_internal.c (re_string_peek_byte_case):
23469         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
23470         Likewise.
23471
23472 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
23473
23474         * m4/regex.m4: Add AC_PREREQ(2.50).
23475         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
23476
23477 2005-08-25  Simon Josefsson  <jas@extundo.com>
23478
23479         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
23480         __fsetlocking.
23481
23482 2005-08-25  Simon Josefsson  <jas@extundo.com>
23483
23484         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
23485         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
23486         GLIBC specific code.
23487
23488 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23489
23490         Make regex safe for g++.  This fixes one real bug (an "err"
23491         that should have been "*err").  g++ problem reported by
23492         Sam Steingold.
23493         * lib/regex_internal.h (re_calloc): New macro, consistent with
23494         re_malloc etc.  All callers of calloc changed to use re_calloc.
23495         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
23496         not int.  All callers changed.
23497         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
23498         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
23499         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
23500         (find_recover_state): Change "err" to "*err"; this fixes what
23501         appears to be a real bug.
23502         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
23503         versus int.
23504
23505 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23506
23507         * modules/regex (Depends-on): Add malloc, since the code
23508         assumes that !malloc(0) means failure.
23509
23510 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23511
23512         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
23513
23514         alloca modernization/simplification for regex.
23515         * lib/regex.c: Remove portability cruft for alloca.  This no longer
23516         needs to be at the start of the file, and can be moved into
23517         regex_internal.h and simplified.
23518         * lib/regex_internal.h: Include <alloca.h>.
23519         (__libc_use_alloca) [!defined _LIBC]: New macro.
23520         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
23521         now works outside glibc.
23522
23523 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23524
23525         * config/srclist.txt: Add glibc bugs 1241, 1245.
23526
23527 2005-08-25  Jim Meyering  <jim@meyering.net>
23528
23529         * lib/open-safer.c: Include <config.h>.
23530         Otherwise, we'd lose LARGEFILE support in any file using
23531         e.g. "fcntl--.h"
23532
23533 2005-08-25  Bruno Haible  <bruno@clisp.org>
23534
23535         * m4/minmax.m4: Require autoconf 2.52.
23536         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
23537         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
23538         alternatives of translit over the alphabet.
23539         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
23540
23541 2005-08-24  Simon Josefsson  <jas@extundo.com>
23542
23543         * tests/test-getpass.c: New file.
23544
23545 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23546
23547         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
23548         for GNU regex features.
23549
23550 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23551
23552         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
23553         * lib/regex.h (regerror): Likewise.
23554
23555         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
23556         requires this.  (The code never needed it.)
23557
23558         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
23559         All uses of recently-renamed identifiers changed to use the new,
23560         POSIX-compliant names.  The code will build and run just fine
23561         without these changes, but it's better to eat our own dog food
23562         and use the standard-conforming names.
23563
23564         * lib/regex.h: Fix a multitude of POSIX name space violations.
23565         These changes have an effect only for programs that define
23566         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
23567         do not change anything for programs compiled in the normal way.
23568         Also, there is no effect on the ABI.
23569
23570         (_REGEX_SOURCE): New macro.
23571         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
23572         defined and _GNU_SOURCE is not; this fixes a name space violation.
23573
23574         Rename the following macros to obey POSIX requirements.
23575         The old names are still visible as macros if _REGEX_SOURCE is defined.
23576         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
23577         RE_BACKSLASH_ESCAPE_IN_LISTS.
23578         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
23579         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
23580         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
23581         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
23582         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
23583         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
23584         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
23585         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
23586         (REG_INTERVALS): renamed from RE_INTERVALS.
23587         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
23588         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
23589         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
23590         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
23591         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
23592         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
23593         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
23594         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
23595         RE_UNMATCHED_RIGHT_PAREN_ORD.
23596         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
23597         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
23598         (REG_DEBUG): renamed from RE_DEBUG.
23599         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
23600         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
23601         unusual, since we can't clash with the POSIX REG_ICASE.
23602         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
23603         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
23604         (REG_NO_SUB): renamed from RE_NO_SUB.
23605         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
23606         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
23607         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
23608         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
23609         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
23610         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
23611         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
23612         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
23613         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
23614         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
23615         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
23616         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
23617         RE_SYNTAX_POSIX_MINIMAL_BASIC.
23618         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
23619         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
23620         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
23621         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
23622         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
23623         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
23624         (REG_FIXED): Renamed from REGS_FIXED.
23625         (REG_NREGS): Renamed from RE_NREGS.
23626
23627         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
23628         of other REG_* macros, since POSIX says the user is allowed to
23629         #undef these macros selectively.
23630
23631         (reg_errcode_t): Update comment stating what other tables need
23632         to be consistent.
23633
23634         Rename the following enum values to obey POSIX requirements.
23635         The old names are still visible as macros.
23636         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
23637         is not defined, since GNU is supposed to be a superset of POSIX as
23638         much as possible, and since we want reg_errcode_t to be a signed
23639         type for implementation consistency.
23640         (_REG_NOERROR): Renamed from REG_NOERROR.
23641         (_REG_NOMATCH): Renamed from REG_NOMATCH.
23642         (_REG_BADPAT): Renamed from REG_BADPAT.
23643         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
23644         (_REG_ECTYPE): Renamed from REG_ECTYPE.
23645         (_REG_EESCAPE): Renamed from REG_EESCAPE.
23646         (_REG_ESUBREG): Renamed from REG_ESUBREG.
23647         (_REG_EBRACK): Renamed from REG_EBRACK.
23648         (_REG_EPAREN): Renamed from REG_EPAREN.
23649         (_REG_EBRACE): Renamed from REG_EBRACE.
23650         (_REG_BADBR): Renamed from REG_BADBR.
23651         (_REG_ERANGE): Renamed from REG_ERANGE.
23652         (_REG_ESPACE): Renamed from REG_ESPACE.
23653         (_REG_BADRPT): Renamed from REG_BADRPT.
23654         (_REG_EEND): Renamed from REG_EEND.
23655         (_REG_ESIZE): Renamed from REG_ESIZE.
23656         (_REG_ERPAREN): Renamed from REG_ERPAREN.
23657         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
23658         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
23659         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
23660         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
23661
23662         (_REG_RE_NAME, _REG_RM_NAME): New macros.
23663         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
23664         changed.  But support the old name if the new one is not defined
23665         and if _REGEX_SOURCE.
23666
23667         Change the following member names in struct re_pattern_buffer.
23668         The old names are still supported if !_REGEX_SOURCE.
23669         The new names are always supported, regardless of _REGEX_SOURCE.
23670         (re_buffer): Renamed from buffer.
23671         (re_allocated): Renamed from allocated.
23672         (re_used): Renamed from used.
23673         (re_syntax): Renamed from syntax.
23674         (re_fastmap): Renamed from fastmap.
23675         (re_translate): Renamed from translate.
23676         (re_can_be_null): Renamed from can_be_null.
23677         (re_regs_allocated): Renamed from regs_allocated.
23678         (re_fastmap_accurate): Renamed from fastmap_accurate.
23679         (re_no_sub): Renamed from no_sub.
23680         (re_not_bol): Renamed from not_bol.
23681         (re_not_eol): Renamed from not_eol.
23682         (re_newline_anchor): Renamed from newline_anchor.
23683
23684         Change the following member names in struct re_registers.
23685         The old names are still supported if !_REGEX_SOURCE.
23686         The new names are always supported, regardless of _REGEX_SOURCE.
23687         (rm_num_regs): Renamed from num_regs.
23688         (rm_start): Renamed from start.
23689         (rm_end): Renamed from end.
23690
23691         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
23692         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
23693         Prepend __ to parameter names.
23694
23695         Undo yesterday's changes.
23696
23697 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23698
23699         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
23700         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
23701         lib/regex.c.
23702
23703 2005-08-24  Jim Meyering  <jim@meyering.net>
23704
23705         Sync from coreutils.
23706         * m4/fcntl-safer.m4: New file.
23707
23708         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
23709         and object files for this module.
23710
23711 2005-08-24  Jim Meyering  <jim@meyering.net>
23712
23713         Sync from coreutils.
23714         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
23715
23716 2005-08-24  Jim Meyering  <jim@meyering.net>
23717
23718         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
23719         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
23720
23721 2005-08-24  Jim Meyering  <jim@meyering.net>
23722
23723         * modules/fcntl-safer: New module.
23724         * modules/fts (Depends-on): Add fcntl-safer.
23725         * MODULES.html.sh (File descriptor based Input/Output):
23726         Add fcntl-safer.
23727
23728 2005-08-24  Bruno Haible  <bruno@clisp.org>
23729
23730         Support for unit test modules.
23731         * modules/README: Mention tests modules.
23732         * modules/TEMPLATE-TESTS: New file.
23733         * gnulib-tool: New options --extract-tests-module, --with-tests and
23734         --tests-base (unused for the moment).
23735         (testsbase, inctests): New variables.
23736         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
23737         (func_verify_module): Exclude TEMPLATE-TESTS.
23738         (func_verify_nontests_module, func_verify_tests_module): New functions.
23739         (func_get_dependencies): Add implicit dependency for tests modules.
23740         (func_get_tests_module): New function.
23741         (func_modules_transitive_closure): When --with-tests was specified,
23742         include the unit tests as well, unless explicitly avoided.
23743         (func_emit_lib_Makefile_am): Ignore the tests modules here.
23744         (func_emit_tests_Makefile_am): New function.
23745         (func_create_testdir): When --with-tests was specified, emit a
23746         tests/ directory.
23747         * MODULES.html.sh (Future developments): Update.
23748
23749 2005-08-24  Bruno Haible  <bruno@clisp.org>
23750
23751         * modules/tls-tests: New file.
23752         * tests/test-tls.c: New file, from GNU gettext.
23753
23754 2005-08-24  Bruno Haible  <bruno@clisp.org>
23755
23756         * modules/lock-tests: New file.
23757         * tests/test-lock.c: New file, from GNU gettext.
23758
23759 2005-08-24  Bruno Haible  <bruno@clisp.org>
23760
23761         * lib/lock.h: Add multiple inclusion guard.
23762         * lib/tls.h: Add multiple inclusion guard.
23763
23764 2005-08-24  Bruno Haible  <bruno@clisp.org>
23765
23766         * gnulib-tool: Add support for the --aux-dir option to
23767         --create-testdir, --create-megatestdir, --test, --megatest.
23768         (func_create_testdir, func_create_megatestdir): Optionally emit a
23769         AC_CONFIG_AUX_DIR directive.
23770         (create-testdir, create-megatestdir, test, megatest): Provide a
23771         default value for $auxdir.
23772
23773 2005-08-24  Bruno Haible  <bruno@clisp.org>
23774
23775         * gnulib-tool (import): Use compound statement instead of subshell
23776         where possible.
23777
23778 2005-08-24  Bruno Haible  <bruno@clisp.org>
23779
23780         * gnulib-tool (import): Change --aux-dir default to "build-aux".
23781
23782 2005-08-24  Bruno Haible  <bruno@clisp.org>
23783
23784         * gnulib-tool (func_version): Update.
23785
23786 2005-08-24  Bruno Haible  <bruno@clisp.org>
23787
23788         * gnulib-tool (func_import, func_create_testdir,
23789         func_create_megatestdir): Quote all autoconf macro arguments.
23790
23791 2005-08-24  Bruno Haible  <bruno@clisp.org>
23792
23793         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
23794         option --force, because --force causes the aclocal.m4 of each
23795         subdirectory to be newer than the corresponding config.h.in.
23796
23797 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23798
23799         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
23800         All contents moved to gl_REGEX.
23801         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
23802         assume that it does.
23803
23804 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23805
23806         * lib/regex.h (REG_NOSYS)
23807         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
23808         Define, since POSIX requires it as of 2001.
23809         (_REG_ENOSYS)
23810         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
23811         New private symbol, used to keep the enum signed in all cases.
23812         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
23813         Youngman in
23814         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
23815
23816         * lib/regex_internal.c (re_string_skip_chars, register_state):
23817         (calc_state_hash):
23818         Remove forward decls; no longer needed now that we use prototypes.
23819         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
23820         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
23821         (clean_state_log_if_needed): Likewise.
23822
23823 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23824
23825         * config/srclist.txt: Add glibc bugs 1231-1233.
23826
23827 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23828
23829         Fix problems reported by Sam Steingold in
23830         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
23831         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
23832         assumed that reg_errcode_t is a signed type, which is not
23833         necessarily true if _XOPEN_SOURCE is not defined.
23834         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
23835         since some compilers warn about it otherwise.
23836
23837 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23838
23839         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
23840         (init_word_char, create_initial_state, duplicate_node_closure):
23841         (fetch_token, peek_token_bracket, build_range_exp):
23842         (build_collating_symbol): Remove forward decls; no longer needed
23843         now that we use prototypes.
23844
23845         * lib/regcomp.c:
23846         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
23847         (re_compile_fastmap_iter, regcomp, regerror, regfree):
23848         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
23849         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
23850         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
23851         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
23852         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
23853         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
23854         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
23855         (build_range_exp, build_collating_symbol, parse_bracket_exp):
23856         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
23857         (build_charclass, build_charclass_op, fetch_number, create_tree):
23858         (create_token_tree, mark_opt_subexp, duplicate_tree):
23859         Use prototypes rather than old-style definitions.
23860
23861         * lib/regex_internal.c:
23862         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
23863         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
23864         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
23865         (re_string_reconstruct, re_string_peek_byte_case):
23866         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
23867         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
23868         (re_node_set_init_copy, re_node_set_add_intersect):
23869         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
23870         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
23871         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
23872         (re_acquire_state, re_acquire_state_context, register_state):
23873         (create_ci_newstate, create_cd_newstate, free_state):
23874         Likewise.
23875         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
23876         re_search_2):
23877         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
23878         (re_search_internal, prune_impossible_nodes):
23879         (acquire_init_state_context, check_matching, static):
23880         (check_halt_node_context, check_halt_state_context, proceed_next_node):
23881         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
23882         (update_regs, sift_states_backward, build_sifted_states):
23883         (clean_state_log_if_needed, merge_state_array):
23884         (update_cur_sifted_state, add_epsilon_src_nodes):
23885         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
23886         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
23887         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
23888         (find_recover_state, check_subexp_matching_top, transit_state_mb):
23889         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
23890         (check_arrival, check_arrival_add_next_nodes):
23891         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
23892         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
23893         (check_node_accept_bytes, check_node_accept, extend_buffers):
23894         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
23895         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
23896         (sift_ctx_init):
23897         Likewise.
23898
23899         * lib/regex_internal.h:
23900         (re_string_allocate, re_string_construct, re_string_reconstruct):
23901         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
23902         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
23903         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
23904         (re_string_context_at, re_string_peek_byte_case):
23905         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
23906         is defined, since we now use prototypes always.
23907
23908         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
23909         C89 or better.  All uses removed.
23910
23911 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23912
23913         * config/srclist.txt: Add glibc bugs 1220-1227.
23914
23915 2005-08-20  Jim Meyering  <jim@meyering.net>
23916
23917         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
23918         of unused local, dfa.
23919
23920 2005-08-20  Bruno Haible  <bruno@clisp.org>
23921
23922         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
23923
23924 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23925
23926         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
23927         (re_node_set_insert_last, re_dfa_add_node):
23928         Rename local variables to avoid GCC shadowing warnings.
23929
23930 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23931
23932         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
23933         [defined lint]: Suppress bogus uninitialized-variable warnings.
23934
23935         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
23936         and let the caller return REG_ESPACE if out of space.  This
23937         removes an uninitialied-variable warning with GCC 4.0.1, and also
23938         avoids taking the address of a local variable.  All callers
23939         changed.
23940
23941 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23942
23943         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
23944         $LIBCSRC/posix/regexec.c.
23945         Add glibc bug 1217 for regcomp.c.
23946
23947 2005-08-19  Jim Meyering  <jim@meyering.net>
23948
23949         * lib/regexec.c (proceed_next_node): Redo local variables to
23950         avoid GCC shadowing warnings.
23951
23952 2005-08-18  Bruno Haible  <bruno@clisp.org>
23953
23954         * lib/strstr.c (strstr): Fix return value in multibyte case.
23955         * lib/strcasestr.c (strcasestr): Likewise.
23956
23957 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23958
23959         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
23960
23961 2005-08-17  Jim Meyering  <jim@meyering.net>
23962
23963         Make the %s format (seconds since the epoch) work for a negative
23964         number and when used with a zero-padded field width, e.g. %015s.
23965
23966         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
23967         label so that it precedes the code to set `digits'.  Otherwise,
23968         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
23969         print `00-22'.  Now, it prints `-0022', as it should.
23970
23971 2005-08-17  Bruno Haible  <bruno@clisp.org>
23972
23973         * modules/strstr (Files): Add m4/mbrtowc.m4.
23974         (Depends-on): Add mbuiter.
23975
23976 2005-08-17  Bruno Haible  <bruno@clisp.org>
23977
23978         * modules/strcasestr: New file.
23979         * MODULES.html.sh (String handling, based on ANSI C 89): Add
23980         strcasestr.
23981
23982 2005-08-17  Bruno Haible  <bruno@clisp.org>
23983
23984         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
23985
23986 2005-08-17  Bruno Haible  <bruno@clisp.org>
23987
23988         * modules/mbuiter: New file.
23989         * MODULES.html.sh (Extended multibyte and wide character utilities):
23990         Add mbuiter.
23991
23992 2005-08-17  Bruno Haible  <bruno@clisp.org>
23993
23994         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
23995         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
23996
23997 2005-08-17  Bruno Haible  <bruno@clisp.org>
23998
23999         * m4/strcasestr.m4: New file.
24000
24001 2005-08-17  Bruno Haible  <bruno@clisp.org>
24002
24003         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
24004         * lib/strstr.c: Completely rewritten, with multibyte locale support.
24005
24006 2005-08-17  Bruno Haible  <bruno@clisp.org>
24007
24008         * lib/strcasestr.h: New file.
24009         * lib/strcasestr.c: New file.
24010
24011 2005-08-17  Bruno Haible  <bruno@clisp.org>
24012
24013         * lib/strcasecmp.c: Use mbuiter.h.
24014
24015 2005-08-17  Bruno Haible  <bruno@clisp.org>
24016
24017         * lib/mbuiter.h: New file.
24018
24019 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
24020
24021         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
24022         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
24023         and gl_GETOPT are both invoked via different paths (as happens
24024         with GNU tar CVS because it uses both argp and getopt), the former
24025         wins.
24026
24027 2005-08-16  Bruno Haible  <bruno@clisp.org>
24028
24029         * modules/tls: New file.
24030         * MODULES.html.sh (Multithreading): Add tls.
24031
24032 2005-08-16  Bruno Haible  <bruno@clisp.org>
24033
24034         * modules/strnlen1: New file.
24035         * MODULES.html.sh (String handling): Add strnlen1.
24036
24037 2005-08-16  Bruno Haible  <bruno@clisp.org>
24038
24039         * modules/strcase (Files): Add m4/mbrtowc.m4.
24040         (Depends-on): Add strnlen1, mbchar.
24041
24042 2005-08-16  Bruno Haible  <bruno@clisp.org>
24043
24044         * modules/mbiter: New file.
24045         * MODULES.html.sh (Extended multibyte and wide character utilities):
24046         Add mbiter.
24047
24048 2005-08-16  Bruno Haible  <bruno@clisp.org>
24049
24050         * modules/mbfile: New file.
24051         * MODULES.html.sh (Extended multibyte and wide character utilities):
24052         Add mbfile.
24053
24054 2005-08-16  Bruno Haible  <bruno@clisp.org>
24055
24056         * modules/mbchar: New file.
24057         * MODULES.html.sh (Extended multibyte and wide character utilities):
24058         New section.
24059
24060 2005-08-16  Bruno Haible  <bruno@clisp.org>
24061
24062         * m4/tls.m4: New file, from GNU gettext.
24063
24064 2005-08-16  Bruno Haible  <bruno@clisp.org>
24065
24066         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
24067         always.
24068         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
24069
24070 2005-08-16  Bruno Haible  <bruno@clisp.org>
24071
24072         * m4/mbiter.m4: New file.
24073
24074 2005-08-16  Bruno Haible  <bruno@clisp.org>
24075
24076         * m4/mbfile.m4: New file.
24077
24078 2005-08-16  Bruno Haible  <bruno@clisp.org>
24079
24080         * m4/mbchar.m4: New file.
24081
24082 2005-08-16  Bruno Haible  <bruno@clisp.org>
24083
24084         * lib/tls.h: New file, from GNU gettext.
24085         * lib/tls.c: New file, from GNU gettext.
24086
24087 2005-08-16  Bruno Haible  <bruno@clisp.org>
24088
24089         * lib/strnlen1.h: New file.
24090         * lib/strnlen1.c: New file.
24091
24092 2005-08-16  Bruno Haible  <bruno@clisp.org>
24093
24094         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
24095         (mbi_init): Update.
24096         (mbi_avail, mbi_advance): Let the iteration end before the terminating
24097         NUL byte, not after it.
24098
24099 2005-08-16  Bruno Haible  <bruno@clisp.org>
24100
24101         * lib/strcase.h (strcasecmp): Add note in comments.
24102         * lib/strncasecmp.c: Use code from strcasecmp.c.
24103         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
24104         (strcasecmp): Work correctly in multibyte locales.
24105
24106 2005-08-16  Bruno Haible  <bruno@clisp.org>
24107
24108         * lib/mbiter.h: New file.
24109
24110 2005-08-16  Bruno Haible  <bruno@clisp.org>
24111
24112         * lib/mbfile.h: New file.
24113
24114 2005-08-16  Bruno Haible  <bruno@clisp.org>
24115
24116         * lib/mbchar.h: New file.
24117         * lib/mbchar.c: New file.
24118
24119 2005-08-16  Bruno Haible  <bruno@clisp.org>
24120
24121         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
24122         the valid ones. Makes the comparison operations transitive:
24123         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
24124         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
24125
24126 2005-08-15  Simon Josefsson  <jas@extundo.com>
24127
24128         * modules/ssize_t (License): Change to 'unlimited'.
24129
24130         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
24131
24132 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24133
24134         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
24135         Add comments for each pending glibc patch.
24136
24137 2005-08-15  Bruno Haible  <bruno@clisp.org>
24138
24139         * lib/regex.h (__restrict_arr): Don't define to __restrict if
24140         __cplusplus is defined.
24141
24142 2005-08-14  Jim Meyering  <jim@meyering.net>
24143
24144         Sync from coreutils.
24145
24146         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
24147         Use the hash-table-based cycle-detection code not just when
24148         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
24149         Reported by James Youngman in
24150         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
24151         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
24152         FTS_TIGHT_CYCLE_CHECK.
24153         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
24154         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
24155         once again.
24156         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
24157         * lib/fts.c (fd_safer): Remove decl.
24158         Include fcntl--.h rather than unistd-safer.h
24159         (fts_safe_changedir): Don't call fd_safer; no longer needed
24160         now that we include fcntl--.h.
24161
24162 2005-08-12  Simon Josefsson  <jas@extundo.com>
24163
24164         * modules/getndelim2: Use ssize_t module.
24165         * modules/getnline: Likewise.
24166         * modules/safe-read: Likewise.
24167         * modules/xreadlink: Likewise.
24168
24169         * modules/ssize_t: New file.
24170
24171 2005-08-12  Simon Josefsson  <jas@extundo.com>
24172
24173         * m4/readline.m4: Look for termcap, curses or ncurses if required.
24174
24175 2005-08-12  Simon Josefsson  <jas@extundo.com>
24176
24177         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24178         ssize_t.
24179
24180 2005-08-12  Simon Josefsson  <jas@extundo.com>
24181
24182         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
24183         readline, getdelim and check_version.
24184         (Support for systems lacking ISO C 99: Sizes of integer types):
24185         Add size_max.
24186
24187 2005-08-12  Bruno Haible  <bruno@clisp.org>
24188
24189         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
24190
24191 2005-08-11  Simon Josefsson  <jas@extundo.com>
24192
24193         * modules/readline: New file.
24194
24195         * modules/strnlen (Files): Add strnlen.h.
24196
24197 2005-08-11  Simon Josefsson  <jas@extundo.com>
24198
24199         * m4/readline.m4: New file.
24200
24201 2005-08-11  Simon Josefsson  <jas@extundo.com>
24202
24203         * lib/readline.h, readline.c: New file.
24204
24205 2005-08-11  Simon Josefsson  <jas@extundo.com>
24206
24207         * doc/gnulib.texi (Initial import, Finishing touches): Mention
24208         gl_AVOID.
24209
24210 2005-08-11  Bruno Haible  <bruno@clisp.org>
24211
24212         * lib/strnlen.h (strnlen): Change parameter name to match comment.
24213
24214 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
24215
24216         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
24217
24218 2005-08-10  Simon Josefsson  <jas@extundo.com>
24219
24220         * tests/test-iconvme.c: New file.
24221
24222 2005-08-10  Simon Josefsson  <jas@extundo.com>
24223
24224         * m4/strnlen.m4: New file.
24225
24226         * m4/strndup.m4: Don't check for strnlen declaration, done in
24227         strnlen.m4.
24228
24229 2005-08-10  Simon Josefsson  <jas@extundo.com>
24230
24231         * lib/strndup.c: Use strnlen.h.
24232
24233         * lib/strnlen.h: New file.
24234
24235 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24236
24237         * README: Typos.
24238
24239 2005-08-02  Simon Josefsson  <jas@extundo.com>
24240
24241         * modules/readline: New file.
24242
24243 2005-08-02  Simon Josefsson  <jas@extundo.com>
24244
24245         * modules/getdelim: New file.
24246
24247         * modules/getline: Rewrite, don't use getndelim2.
24248
24249 2005-08-02  Simon Josefsson  <jas@extundo.com>
24250
24251         * m4/getline.m4: Separate out getdelim stuff into separate module.
24252
24253         * m4/getdelim.m4: New file.
24254
24255 2005-08-02  Simon Josefsson  <jas@extundo.com>
24256
24257         * lib/getline.h, getline.c: Rewrite.
24258
24259         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
24260
24261 2005-07-31  Bruno Haible  <bruno@clisp.org>
24262
24263         * lib/lock.h (gl_lock_initializer): New macro.
24264         (gl_lock_define_initialized): Use it.
24265         (gl_rwlock_initializer): New macro.
24266         (gl_rwlock_define_initialized): Use it.
24267         (gl_recursive_lock_initializer): New macro.
24268         (gl_recursive_lock_define_initialized): Use it.
24269
24270 2005-07-30  Karl Berry  <karl@gnu.org>
24271
24272         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
24273         Report from Ben Pfaff, regarding getopt.
24274
24275 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
24276
24277         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
24278         normal way.
24279         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
24280         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
24281         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
24282         (gl_GETOPT): Use the new macros.  Most of the implementation
24283         is moved to the new macros.  This is for programs like Emacs
24284         that don't want all the functionality of gl_GETOPT.
24285
24286 2005-07-26  Bruno Haible  <bruno@clisp.org>
24287
24288         * m4/lock.m4: Update from GNU gettext.
24289
24290 2005-07-26  Bruno Haible  <bruno@clisp.org>
24291
24292         * lib/lock.h: Update from GNU gettext.
24293         * lib/lock.c: Update from GNU gettext.
24294
24295 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
24296
24297         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
24298         obsolescent AC_TRY_RUN.  Include the default includes files, for
24299         'exit'.
24300
24301 2005-07-24  Bruno Haible  <bruno@clisp.org>
24302
24303         * modules/visibility: New file.
24304         * MODULES.html.sh (Misc): Add visibility.
24305
24306 2005-07-24  Bruno Haible  <bruno@clisp.org>
24307
24308         * m4/visibility.m4: New file.
24309
24310 2005-07-24  Bruno Haible  <bruno@clisp.org>
24311
24312         * doc/visibility.texi: New file.
24313
24314 2005-07-22  Bruno Haible  <bruno@clisp.org>
24315
24316         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
24317         $(ALLOCA_H), redundant through BUILT_SOURCES.
24318         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
24319         redundant through BUILT_SOURCES.
24320         * modules/byteswap (Makefile.am): Remove explicit dependency on
24321         $(BYTESWAP_H), redundant through BUILT_SOURCES.
24322         * modules/fnmatch (Makefile.am): Remove explicit dependency on
24323         $(FNMATCH_H), redundant through BUILT_SOURCES.
24324         * modules/getopt (Makefile.am): Remove explicit dependency on
24325         $(GETOPT_H), redundant through BUILT_SOURCES.
24326         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
24327         redundant through BUILT_SOURCES.
24328         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
24329         redundant through BUILT_SOURCES.
24330         * modules/stdbool (Makefile.am): Remove explicit dependency on
24331         $(STDBOOL_H), redundant through BUILT_SOURCES.
24332         * modules/stdint (Makefile.am): Remove explicit dependency on
24333         $(STDINT_H), redundant through BUILT_SOURCES.
24334         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
24335         Remove explicit dependency on $(SYSEXITS_H).
24336         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
24337
24338 2005-07-18  Simon Josefsson  <jas@extundo.com>
24339
24340         * lib/check-version.c (check_version): Accept identical versions too.
24341
24342 2005-07-18  Bruno Haible  <bruno@clisp.org>
24343
24344         * modules/lock: New file.
24345         * MODULES.html.sh (Multithreading): New section.
24346
24347 2005-07-18  Bruno Haible  <bruno@clisp.org>
24348
24349         * m4/lock.m4: New file, from GNU gettext.
24350
24351 2005-07-18  Bruno Haible  <bruno@clisp.org>
24352
24353         * lib/lock.h: New file, from GNU gettext.
24354         * lib/lock.c: New file, from GNU gettext.
24355
24356 2005-07-18  Bruno Haible  <bruno@clisp.org>
24357
24358         * lib/lock.h (gl_once_t): New type.
24359         (gl_once_define, gl_once): New macros.
24360         * lib/lock.c (fresh_once): New variable.
24361         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
24362         functions.
24363
24364 2005-07-16  Simon Josefsson  <jas@extundo.com>
24365
24366         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
24367         workaround, suggested by Bruno.
24368
24369 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         * modules/xalloc (Depends-on): Add xalloc-die.
24372         * modules/xvasprintf (Depends-on): Add xalloc-die.
24373
24374 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
24375
24376         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
24377         with a minor change.
24378
24379 2005-07-15  Bruno Haible  <bruno@clisp.org>
24380
24381         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
24382         When using lib/poll.c, define poll as rpl_poll.
24383
24384 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
24385
24386         * modules/argp (Depends-on): Remove unlocked-io.
24387
24388 2005-07-14  Derek Price  <derek@ximbiot.com>
24389
24390         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
24391         for glob symlink bug.
24392
24393 2005-07-14  Bruno Haible  <bruno@clisp.org>
24394
24395         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
24396         Instead, test for *_unlocked function declarations directly.
24397
24398 2005-07-11  Simon Josefsson  <jas@extundo.com>
24399
24400         * modules/size_max: New file.
24401
24402         * modules/xsize: Depend on size_max module for size_max.m4.
24403
24404 2005-07-11  Simon Josefsson  <jas@extundo.com>
24405
24406         * lib/size_max.h: New file.
24407
24408 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
24411         copyright symbol and the year.
24412         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
24413         (version_etc_va): Use parameterized copyright notice.
24414         Reword to conform to the current GNU coding standards.
24415
24416 2005-07-11  Karl Berry  <karl@gnu.org>
24417
24418         * doc/gnulib.texi (Quoting): new node.
24419         (Initial import): more info, from Patrice.
24420
24421 2005-07-11  Bruno Haible  <bruno@clisp.org>
24422
24423         * gnulib-tool (func_usage): Document option --avoid.
24424         (Command line options): Handle --avoid.
24425         (func_acceptable): New function.
24426         (func_modules_transitive_closure): Use it.
24427
24428 2005-07-11  Bruno Haible  <bruno@clisp.org>
24429
24430         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
24431         Reported by Jim Meyering.
24432
24433 2005-07-10  Bruno Haible  <bruno@clisp.org>
24434
24435         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
24436         Needed when size_t is smaller than 'unsigned int'.
24437         Reported by Paul Eggert.
24438
24439 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24440
24441         * modules/argp (Depends-on): Add unlocked-io
24442
24443 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24444
24445         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
24446         block of defines.
24447
24448 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24449
24450         * config/srclist.txt: Comment out regcomp.c, since we have a porting
24451         fix now.
24452
24453 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
24454         and Paul Eggert  <eggert@cs.ucla.edu>
24455
24456         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
24457         in wint_t, not wchar_t.  Remove now-unnecessary cast.
24458
24459 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
24460
24461         * modules/regex (Files): Add lib/regex_internal.c,
24462         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
24463         (Depends-on): Add extensions.
24464         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
24465
24466 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
24467
24468         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
24469         pathconf.
24470         * m4/same.m4 (gl_SAME): Likewise.
24471         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
24472
24473         * m4/regex.m4: Adjust to new libc regex implementation.
24474         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
24475         all the .c and .h parts of (the new) regex.
24476         Quote the m4 stuff better.
24477         Check for RE_ICASE bug of old gnulib.
24478         Check for REG_STARTEND of recent libc.
24479         Rename local variables from jm_* to gl_*.
24480         Quote operand of "test -f".
24481         Say "recent enough" version of libc, not "version 2".
24482         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
24483         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
24484         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
24485         Remove check for btowc, isascii.
24486         Require AM_LANGINFO_CODESET.
24487
24488 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
24489
24490         * lib/regex.c, regex.h: Sync from libc.
24491         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
24492         * lib/regexec.c:
24493         New files, synced from libc, except that regex_internal.h
24494         currently has a small porting fix.
24495
24496 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
24497
24498         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
24499         regex_internal.c, regexec.c.
24500         Add regex_internal.h too, but as a comment, since the libc version
24501         is currently broken in gnulib mode.
24502
24503 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24504
24505         Support programs like Emacs that use gnulib but not gettext.
24506         * MODULES.html.sh (Internationalization functions): Add gettext-h.
24507         * modules/gettext-h: New file.
24508         * modules/gettext (Files): Remove lib/gettext.h.
24509         (Depends-on): Add gettext-h.
24510         (Makefile.am): Remove lib_SOURCES.
24511         * modules/argmatch, modules/c-stack, modules/closeout:
24512         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
24513         * modules/execute, modules/file-type, modules/getaddrinfo:
24514         * modules/getopt, modules/human, modules/javacomp:
24515         * modules/javaexec, modules/mkdir-p, modules/obstack:
24516         * modules/openat, modules/pagealign_alloc, modules/pipe:
24517         * modules/quotearg, modules/regex, modules/rpmatch:
24518         * modules/unicodeio, modules/userspec, modules/version-etc:
24519         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
24520         * modules/xsetenv:
24521         Depend on gettext-h, not gettext.
24522
24523 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24524
24525         * gnulib-tool (func_import): Add support for 'public domain' license.
24526         * modules/alloca, modules/atexit, modules/memmove:
24527         Now public domain, not GPL.
24528         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
24529         * modules/realloc, modules/strerror, modules/strtod:
24530         Now LGPL, not GPL.
24531
24532 2005-07-05  Bruno Haible  <bruno@clisp.org>
24533
24534         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
24535         autoconf CVS. Needed for mingw.
24536
24537 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24538
24539         Remove the dependency of the strftime module on the tzset module.
24540         * modules/strftime (Depends-on): Remove dependency on tzset.
24541
24542 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24543
24544         Remove the dependency of the strftime module on the tzset module.
24545         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
24546         gl_FUNC_TZSET_CLOBBER.
24547
24548 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24549
24550         Remove the dependency of the strftime module on the tzset module.
24551         * lib/strftime.c (my_strftime)
24552         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
24553         Copy the input structure, to work around some of the bug with
24554         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
24555         Solaris releases, you should also use the tzset module, but we won't
24556         require it as a dependency any more since we don't want LGPLed code
24557         to depend on GPLed code.
24558
24559 2005-07-02  Jim Meyering  <jim@meyering.net>
24560
24561         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
24562         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
24563         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
24564         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
24565
24566 2005-07-02  Jim Meyering  <jim@meyering.net>
24567
24568         * lib/backupfile.c (backup_args): Change a `0' to NULL.
24569
24570 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24571
24572         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
24573         declares only 'struct timespec;' (!).
24574
24575 2005-07-01  Jim Meyering  <jim@meyering.net>
24576
24577         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
24578         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
24579         * lib/save-cwd.c, tempname.c:
24580         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24581         and don't include <sys/file.h>).
24582
24583 2005-06-29  Jim Meyering  <jim@meyering.net>
24584
24585         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
24586         type name.  Use the variable name instead.
24587         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
24588         Likewise.
24589
24590 2005-06-28  Simon Josefsson  <jas@extundo.com>
24591
24592         * modules/check-version (Files): Add check-version.m4.
24593
24594 2005-06-28  Simon Josefsson  <jas@extundo.com>
24595
24596         * m4/check-version.m4: New file, suggested by Jim Meyering
24597         <jim@meyering.net>.
24598
24599 2005-06-28  Simon Josefsson  <jas@extundo.com>
24600
24601         * lib/check-version.h, lib/check-version.c: New files.
24602
24603 2005-06-28  Simon Josefsson  <jas@extundo.com>
24604
24605         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
24606         collision with global variable.  Better indentation.  Don't
24607         increment buffer pointer beyond buffer end.  Based on comments
24608         from Paul Eggert <eggert@cs.ucla.edu>.
24609
24610         * lib/base64.h: Indent.
24611
24612 2005-06-28  Simon Josefsson  <jas@extundo.com>
24613
24614         * doc/gnulib.texi (Library version handling): New section.
24615
24616 2005-06-28  Jim Meyering  <jim@meyering.net>
24617
24618         * check-module (find_included_lib_files): Hard-code another
24619         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
24620         but modules/fts-lgpl (correctly) does not list those files.
24621
24622         * modules/canonicalize (Files): Add lib/pathmax.h.
24623
24624 2005-06-25  Simon Josefsson  <jas@extundo.com>
24625
24626         * modules/check-version: New file.
24627
24628 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
24629
24630         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
24631         initializer of struct addrinfo, as an indication that we don't
24632         care how many members the structure has.
24633
24634 2005-06-24  Derek Price  <derek@ximbiot.com>
24635         and Bruno Haible  <bruno@clisp.org>
24636
24637         Remove stat module & update lstat.
24638         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
24639         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24640         * m4/stat.m4: Remove this file.
24641
24642 2005-06-24  Derek Price  <derek@ximbiot.com>
24643         and Bruno Haible  <bruno@clisp.org>
24644
24645         Remove stat module & update lstat.
24646         * lib/stat.c: Remove this file...
24647         (slash_aware_lstat): ...moving this content and its support...
24648         * lib/lstat.c (rpl_lstat): ...into here.
24649         * lib/lstat.h: New file.
24650
24651 2005-06-24  Derek Price  <derek@ximbiot.com>
24652         and Bruno Haible  <bruno@clisp.org>
24653
24654         Remove stat module & update lstat.
24655         * config/srclist.txt (libc sources): Remove stat.
24656
24657 2005-06-24  Derek Price  <derek@ximbiot.com>
24658         and Bruno Haible  <bruno@clisp.org>
24659
24660         Remove stat module & update lstat.
24661         * MODULES.html.sh (stat): Remove.
24662         * MODULES.html: Regenerated.
24663         * modules/lstat (Description): Correct function name.
24664         (Files): Add "lstat.h".
24665         (Depends-on): Remove stat, add xalloc, stat-macros.
24666         * modules/stat: Remove this file.
24667         (Include): Add "lstat.h", remove <sys/stat.h>.
24668
24669 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
24670
24671         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
24672         (ranged_convert): Don't save conversion in a temporary struct.
24673         This causes a warning with GCC 4.0.0, and anyway in the typical
24674         case it's not worth the extra 100 bytes or so of code.
24675         (ranged_convert, __mktime_internal): When calling a function via a
24676         pointer P, use P () rather than (*P) (), as we now assume C89 or
24677         better.
24678
24679 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24680
24681         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
24682         "who -r" failed to give output.  Problem reported by Tim Waugh.
24683
24684         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
24685         (xcalloc): Use it to avoid needless tests.
24686         Problem reported by Jim Meyering.
24687
24688 2005-06-20  Derek Price  <derek@ximbiot.com>
24689
24690         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
24691         unnecessary for Autoconfs > 2.59c.
24692
24693 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24694
24695         * lib/argp.h (__option_is_short): Check upper limit of
24696         __key. Isprint() requires its argument to have the value
24697         of an unsigned char or EOF.
24698
24699 2005-06-16  Jim Meyering  <jim@meyering.net>
24700
24701         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
24702         when either N or S is zero.
24703
24704 2005-06-16  Derek Price  <derek@ximbiot.com>
24705
24706         * m4/bison.m4: Declare YACC & YFLAGS precious.
24707
24708 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
24709
24710         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
24711         multibyte string or pattern, fall back on unibyte matching.
24712         Problem reported by James Youngman.
24713
24714 2005-06-08  Bruno Haible  <bruno@clisp.org>
24715
24716         * modules/csharpcomp: New file.
24717         * MODULES.html.sh (C#): Add csharpcomp.
24718
24719 2005-06-08  Bruno Haible  <bruno@clisp.org>
24720
24721         * m4/csharpcomp.m4: New file, from GNU gettext.
24722
24723 2005-06-08  Bruno Haible  <bruno@clisp.org>
24724
24725         * lib/csharpcomp.h: New file, from GNU gettext.
24726         * lib/csharpcomp.c: New file, from GNU gettext.
24727         * lib/csharpcomp.sh.in: New file, from GNU gettext.
24728
24729 2005-06-08  Bruno Haible  <bruno@clisp.org>
24730
24731         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
24732         warning on mingw.
24733
24734 2005-06-07  Derek Price  <derek@ximbiot.com>
24735
24736         Sync from CVS.
24737         * lib/glob_.h: Indent nested #ifdef.
24738
24739 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
24740
24741         Sync from coreutils.
24742         Use "file name" when talking about file names, instead of "filename"
24743         or "path", as per the GNU coding standards.
24744         * lib/mkdir-p.c: Renamed from makepath.c.
24745         (make_dir_parents): Renamed from make_path.  All callers changed.
24746         * lib/mkdir-p.h: Likewise.  All includers changed.
24747         * lib/filenamecat.c: Renamed from path-concat.c.
24748         (file_name_concat): Renamed from path_concat.  All callers changed.
24749         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
24750         * lib/filenamecat.h: Likewise.  All includers changed.
24751         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
24752         in comments or local variable names.
24753         * lib/basename.c: Likewise.
24754         * lib/canonicalize.c, canonicalize.h: Likewise.
24755         * lib/dirname.c, dirname.h: Likewise.
24756         * lib/euidaccess.c: Likewise.
24757         * lib/exclude.c: Likewise
24758         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
24759         * lib/fsusage.c, fsuage.h: Likewise.
24760         * lib/fts.c, fts_.h: Likewise.
24761         * lib/getcwd.c: Likewise.
24762         * lib/getloadavg.c: Likewise.
24763         * lib/mkstemp.c: Likewise.
24764         * lib/mountlist.c, mountlist.h: Likewise.
24765         * lib/openat.c, openat.h: Likewise.
24766         * lib/readlink-stub.c: Likewise.
24767         * lib/readutmp.c, readutmp.h: Likewise.
24768         * lib/rename.c: Likewise.
24769         * lib/rmdir.c: Likewise.
24770         * lib/same.c: Likewise.
24771         * lib/savedir.c: Likewise.
24772         * lib/stripslash.c: Likewise.
24773         * lib/tempname.c: Likewise.
24774         * lib/xreadlink.c: Likewise.
24775         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
24776         All uses changed.
24777         * lib/exclude.h: Likewise.
24778
24779         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
24780         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
24781         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
24782         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
24783         * lib/pathmax.h: Include <limits.h> unconditionally, since other
24784         files have been getting away with it for years (MORE/BSD 4.3
24785         is extinct now).
24786         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
24787         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
24788
24789         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
24790         Define to 256, not 255, as per modern POSIX.
24791
24792 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
24793
24794         Sync from coreutils.
24795         Use "file name" when talking about file names, instead of "filename"
24796         or "path", as per the GNU coding standards.
24797         * MODULES.html.sh: mkdir-p renamed from makepath.
24798         filenamecat renamed from path-concat.
24799         * modules/filenamecat: Renamed from modules/path-concat.
24800         (Files): filenamecat.h and filenamecat.c renamed from
24801         path-concat.h and path-concat.c.
24802         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
24803         (Include): filenamecat.h, not path-concat.h.
24804         * modules/mkdir-p: Renamed from modules/makepath.
24805         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
24806         makepath.c.
24807         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
24808         (Include): mkdir-p.h, not makepath.h.
24809
24810 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
24811
24812         Sync from coreutils.
24813         * m4/mkdir-p.m4: Renamed from makepath.m4.
24814         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
24815         Rename files from makepath.c to mkdir-p.c, and from
24816         makepath.h to mkdir-p.h.
24817         * m4/filenamecat.m4: Renamed from path-concat.m4.
24818         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
24819         Rename files from path-concat.c to filenamecat.c,
24820         and from path-concat.h to filenamecat.h.
24821         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
24822         "file name" in local variables or comments.
24823         * m4/rename.m4: Likewise.
24824
24825 2005-06-01  Bruno Haible  <bruno@clisp.org>
24826
24827         * modules/csharpexec: New file.
24828         * MODULES.html.sh (C#): New section.
24829
24830 2005-06-01  Bruno Haible  <bruno@clisp.org>
24831
24832         * m4/csharp.m4: New file, from GNU gettext.
24833         * m4/csharpexec.m4: New file, from GNU gettext.
24834
24835 2005-06-01  Bruno Haible  <bruno@clisp.org>
24836
24837         * lib/csharpexec.h: New file, from GNU gettext.
24838         * lib/csharpexec.c: New file, from GNU gettext.
24839         * lib/csharpexec.sh.in: New file, from GNU gettext.
24840
24841 2005-05-31  Derek Price  <derek@ximbiot.com>
24842             Paul Eggert  <eggert@cs.ucla.edu>
24843
24844         Sync from cvs.
24845         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
24846
24847 2005-05-31  Derek Price  <derek@ximbiot.com>
24848             Paul Eggert  <eggert@cs.ucla.edu>
24849
24850         Sync from cvs.
24851         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
24852
24853 2005-05-29  Derek Price  <derek@ximbiot.com>
24854
24855         * config/srclist.txt (glob_.h, glob.c): Add these files.
24856
24857 2005-05-29  Derek Price  <derek@ximbiot.com>
24858
24859         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
24860         * modules/glob: New file.
24861         * modules/getlogin_r: Add link to POSIX spec in description.
24862
24863 2005-05-29  Derek Price  <derek@ximbiot.com>
24864             Paul Eggert  <eggert@cs.ucla.edu>
24865
24866         * m4/glob.m4: New file.
24867
24868 2005-05-29  Derek Price  <derek@ximbiot.com>
24869             Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * lib/glob_.h, lib/glob.c: New files.
24872
24873 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
24874
24875         * modules/fts (Files): Remove m4/inttypes-pri.m4.
24876         * modules/fts-lgpl (Depends-on): Remove gettext.
24877
24878 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
24879
24880         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
24881         and don't require gt_INTTYPES_PRI.
24882
24883 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
24884
24885         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
24886
24887         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
24888         the configuration hassle isn't worth it.
24889         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
24890         (LONGEST_MODIFIER, PRIuMAX): Remove.
24891
24892 2005-05-27  Bruno Haible  <bruno@clisp.org>
24893
24894         * lib/getlogin_r.h: Remove second include of <stddef.h>.
24895
24896 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
24897
24898         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
24899         _POSIX_PTHREAD_SEMANTICS for Solaris.
24900
24901 2005-05-25  Derek Price  <derek@ximbiot.com>
24902
24903         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
24904
24905 2005-05-25  Derek Price  <derek@ximbiot.com>
24906             Paul Eggert  <eggert@cs.ucla.edu>
24907
24908         * modules/getlogin_r, m4/getlogin_r.m4: New files.
24909         * lib/getlogin_r.c, getlogin_r.h: New files.
24910
24911 2005-05-25  Bruno Haible  <bruno@clisp.org>
24912             Derek Price  <derek@ximbiot.com>
24913
24914         * lib/getlogin_r.h: Simplify API documentation.
24915
24916 2005-05-23  Derek Price  <derek@ximbiot.com>
24917
24918         * modules/minmax (Files): Add m4/minmax.m4.
24919         (configure.ac): Add gl_MINMAX.
24920
24921 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
24922
24923         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
24924         so that unistd-safer.h (GPL'ed code) need not be included.
24925
24926 2005-05-22  Bruno Haible  <bruno@clisp.org>
24927
24928         * m4/minmax.m4: New file.
24929         Based on a patch by Derek Price <derek@ximbiot.com>.
24930
24931 2005-05-22  Bruno Haible  <bruno@clisp.org>
24932
24933         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
24934         (INT64_MIN): Fix definition.
24935         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
24936
24937         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
24938         NEED_SIGNED_INT_TYPES.
24939
24940         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
24941         HAVE_SYSTEM_INTTYPES.
24942
24943 2005-05-22  Bruno Haible  <bruno@clisp.org>
24944
24945         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
24946         Also include <sys/param.h> if it defines MIN, MAX.
24947         Based on a patch by Derek Price <derek@ximbiot.com>.
24948
24949 2005-05-21  Jim Meyering  <jim@meyering.net>
24950
24951         * modules/fts (Files): Add m4/inttypes-pri.m4.
24952         (Depends-on): Add lstat and remove gettext.  Alphabetize.
24953
24954 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24955
24956         New fts module.
24957         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
24958         (setup_dir, free_dir): New functions.
24959         (enter_dir, leave_dir): Define trivial
24960         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
24961         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
24962         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
24963         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
24964         Move to fts-cycle.c.
24965         (fts_open): Use setup_dir.
24966         (fts_close): Use free_dir.
24967         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
24968         This adds a label and some gotos, but the alternatives were messier.
24969         Check for memory allocation failure when entering a dir.
24970         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
24971         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
24972         (FTS): New member fts_cycle, that is a union that contains the
24973         old active_dir_ht and cycle_state.  All uses changed to mention
24974         fts_cycle.ht and fts_cycle.state.
24975         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
24976         fts.c, with the following changes:
24977         (setup_dir, free_dir): New functions.
24978         (enter_dir): Now returns bool.  Return true if successful, false
24979         if memory exhausted.  All callers changed.
24980         Do not bother partly cleaning up on
24981         memory allocation failure; that is free_dir's job.
24982         However, free ad if hash_insert fails, to avoid memory leak.
24983         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
24984         fts->fts_options to see which union member to use.
24985
24986 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24987
24988         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
24989         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
24990
24991 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24992
24993         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
24994
24995 2005-05-20  Jim Meyering  <jim@meyering.net>
24996
24997         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
24998         Now a macro, to pacify GCC.
24999
25000 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25001
25002         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
25003         of -1.
25004
25005 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25006
25007         * lib/chown.c (rpl_chown): Return -1 on failure.
25008
25009 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
25010
25011         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
25012         Don't check for stddef.h.
25013         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
25014         don't use its results.
25015         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
25016         since we include them unconditionally.  Don't require
25017         AM_STDBOOL_H, since stdbool is a prerequisite.
25018         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
25019         since we assume C89 or better.
25020         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
25021         as we don't use their results.
25022         Don't check for fchdir, memmove, memset, strrchr, as we use
25023         them unconditionally.
25024         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
25025         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
25026
25027 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
25028
25029         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
25030         Include <stddef.h> unconditionally, since we assume C89 now.
25031         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
25032         * lib/fts.c: Include fts_.h first, to check interface.
25033         Do not include intprops.h; no longer needed.
25034         Include cycle-check.h and hash.h, since fts_.h no longer does.
25035         Remove unnecessary casts of closedir to void.
25036         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
25037         decide whether to decrement nlinks.
25038         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
25039         (FTS): Use struct hash_table * instead of Hash_table, so that
25040         we no longer need to include hash.h here.
25041
25042 2005-05-18  Jim Meyering  <jim@meyering.net>
25043
25044         * modules/dirfd (License): Change to LGPL.  Most of the code
25045         is already in the public domain.
25046
25047 2005-05-18  Jim Meyering  <jim@meyering.net>
25048
25049         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
25050         Reported by Yoann Vandoorselaere.
25051
25052 2005-05-17  Jim Meyering  <jim@meyering.net>
25053
25054         * m4/fts.m4: New file, from coreutils.
25055
25056 2005-05-17  Jim Meyering  <jim@meyering.net>
25057
25058         * lib/fts.c, lib/fts_.h: New files, from coreutils.
25059
25060 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25061
25062         Sync from coreutils.
25063         * m4/unlinkdir.m4: New file.
25064
25065 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25066
25067         Sync from coreutils.
25068         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
25069         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
25070         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
25071         White space changes only.
25072         * lib/makepath.c (make_path): Port to hosts where leading "//" is
25073         special.
25074         * lib/yesno.c: Include getline.h, not ctype.h.
25075         (yesno): Don't remove leading white space; POSIX doesn't allow it.
25076         Use getline to remove arbitrary restriction on response length.
25077
25078 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25079
25080         * config/srclist-update: Spell out "Street" in FSF postal
25081         mail address; this is the style the FSF seems to prefer.
25082
25083         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
25084         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
25085         this updates FSF postal mail address.
25086
25087         Sync from coreutils.
25088         * modules/unlinkdir: New file.
25089         * modules/yesno (Depends-on): Add getline.
25090         * MODULES.html.sh (File system functions): Add unlinkdir.
25091
25092 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25093
25094         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
25095         lib/strsep.h:
25096         Change the initial comment to refer to GPL, not LGPL.
25097         gnulib-tool will change it to LGPL as needed.
25098
25099         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
25100         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
25101         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
25102         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
25103         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
25104         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
25105         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
25106         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
25107         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
25108         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
25109         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
25110         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
25111         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
25112         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
25113         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
25114         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
25115         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
25116         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
25117         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
25118         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
25119         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
25120         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
25121         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
25122         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
25123         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
25124         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
25125         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
25126         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
25127         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
25128         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
25129         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
25130         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
25131         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
25132         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
25133         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
25134         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
25135         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
25136         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
25137         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
25138         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
25139         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
25140         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
25141         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
25142         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
25143         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
25144         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
25145         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
25146         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
25147         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
25148         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
25149         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25150         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
25151         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
25152         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
25153         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
25154         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
25155         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
25156         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
25157         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
25158         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
25159         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
25160         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
25161         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
25162         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
25163         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
25164         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
25165         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
25166         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
25167         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
25168         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
25169         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
25170         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
25171         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
25172         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
25173         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
25174         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
25175         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
25176         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
25177         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
25178         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
25179         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
25180         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
25181         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
25182         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
25183         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
25184         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
25185         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
25186         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
25187         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
25188         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
25189         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
25190         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
25191         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
25192         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
25193         lib/yesno.c, lib/yesno.h:
25194         Update FSF postal mail address.
25195
25196 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25197
25198         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
25199         tests/test-memmem.c, tests/test-stpncpy.c:
25200         Update FSF postal mail address.
25201
25202 2005-05-13  Bruno Haible  <bruno@clisp.org>
25203
25204         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
25205         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
25206         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
25207         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
25208         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
25209         Add support for 64-bit integers in the MSVC compiler.
25210
25211 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25212
25213         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
25214
25215 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
25216
25217         * gnulib-tool (func_import): Sort and uniquify recommended includes.
25218
25219 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
25220
25221         * doc/getdate.texi (General date syntax): Don't say that date
25222         date --iso-8601=ns generates acceptable dates; it doesn't yet.
25223         Problem reported by Nic Ferrier.
25224
25225 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25226
25227         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
25228         specified in ai_socktype. Fix invalid ai_protocol
25229         check. ai_protocol is usually set to 0 or depending on
25230         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
25231         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
25232         ai_socktype / ai_protocol in the returned addrinfo structure.
25233
25234 2005-05-10  Simon Josefsson  <jas@extundo.com>
25235
25236         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
25237         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25238
25239 2005-05-10  Karl Berry  <karl@gnu.org>
25240
25241         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
25242         (from http://www.gnu.org/licenses).
25243         * doc/COPYING.LIB: also rename to COPYING.LESSER.
25244         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
25245         fdl.texi suffices.
25246
25247 2005-05-10  Karl Berry  <karl@gnu.org>
25248
25249         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
25250         (COPYING.DOC): remove.
25251
25252         * config/srclist-update: new FSF address.
25253
25254 2005-05-10  Derek Price  <derek@ximbiot.com>
25255
25256         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
25257         possible.
25258
25259 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25260             Bruno Haible  <bruno@clisp.org>
25261
25262         * modules/inet_ntop: New file.
25263         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25264         inet_ntop.
25265
25266 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25267             Bruno Haible  <bruno@clisp.org>
25268
25269         * m4/inet_ntop.m4: New file.
25270
25271 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25272             Bruno Haible  <bruno@clisp.org>
25273
25274         * lib/inet_ntop.h: New file.
25275         * lib/inet_ntop.c: New file, from glibc with modifications.
25276
25277 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
25278
25279         * modules/time_r (License): Change to LGPL.
25280         * modules/extensions (License): Change to LGPL.  Actually,
25281         the license is more permissive than that, but currently gnulib-tool
25282         doesn't know how to handle more-permissive licenses.
25283
25284         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
25285         Problem reported by Dave Love.
25286
25287 2005-05-08  Jim Meyering  <jim@meyering.net>
25288
25289         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
25290         blank.
25291
25292 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25293
25294         * modules/argmatch (Depends-on): Add stdbool.
25295         * modules/backupfile (Depends-on): Likewise.
25296         * modules/chdir-long (Depends-on): Likewise.
25297         * modules/closeout (Depends-on): Likewise.
25298         * modules/cycle-check (Depends-on): Likewise.
25299         * modules/dirname (Depends-on): Likewise.
25300         * modules/fnmatch (Depends-on): Likewise.
25301         * modules/fsusage (Depends-on): Likewise.
25302         * modules/fwriteerror (Depends-on): Likewise.
25303         * modules/getcwd (Depends-on): Likewise.
25304         * modules/getloadavg (Depends-on): Likewise.
25305         * modules/hard-locale (Depends-on): Likewise.
25306         * modules/makepath (Depends-on): Likewise.
25307         * modules/mountlist (Depends-on): Likewise.
25308         * modules/nanosleep (Depends-on): Likewise.
25309         * modules/posixtm (Depends-on): Likewise.
25310         * modules/quotearg (Depends-on): Likewise.
25311         * modules/readtokens (Depends-on): Likewise.
25312         * modules/readtokens0 (Depends-on): Likewise.
25313         * modules/readutmp (Depends-on): Likewise.
25314         * modules/save-cwd (Depends-on): Likewise.
25315         * modules/strftime (Depends-on): Likewise.
25316         * modules/userspec (Depends-on): Likewise.
25317         * modules/utimecmp (Depends-on): Likewise.
25318         * modules/xgetcwd (Depends-on): Likewise.
25319         * modules/xnanosleep (Depends-on): Likewise.
25320         * modules/xstrtod (Depends-on): Likewise.
25321         * modules/yesno (Depends-on): Likewise.
25322
25323 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
25324
25325         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
25326         needless checks.
25327
25328 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
25329
25330         Merge from coreutils.  Among other things,
25331         add bulletproofing for cases where stdin, stdout, or stderr are closed.
25332         * lib/fd-safer.c: New file.
25333         * lib/fcntl-safer.h, open-safer.c: Remove.
25334         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
25335         * lib/dup-safer.c: Include unistd-safer.h first.
25336         Don't include errno.h.
25337         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
25338         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
25339         * lib/file-type.c: Rely on file-type.h change.
25340         * lib/getloadavg.c: Include unistd-safer.h.
25341         (getloadavg): Use safer open.
25342         * lib/getusershell.c: Include "stdio-safer.h".
25343         (getusershell): Use safer fopen.
25344         * lib/long-options.c (long_options): Use NULL rather than 0.
25345         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
25346         'free'.
25347         * lib/modechange.c: Likewise.
25348         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
25349         (MODE_DONE): New constant.
25350         (struct mode_change): Remove 'next' member.
25351         (make_node_op_equals): New function; like the old one of the
25352         same name, except it allocates an array.
25353         (mode_compile, mode_create_from_ref): Use it.
25354         (mode_compile): Allocate result as an array, not a linked list.
25355         Parse octal string ourself, so that we catch mistakes like "+0".
25356         (mode_adjust): Arg is an array, not a linked list.
25357         * lib/modechange.c: Include stat-macros.h, xalloc.h.
25358         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
25359         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
25360         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
25361         Remove.  This is now stat-macros.h's job.
25362         (talloc): Remove.  All callers replaced by xalloc, so that
25363         our invokers don't have to worry about reporting memory failures.
25364         (make_node_op_equals): Remove.
25365         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
25366         New constants.
25367         (struct mode_change): Moved here from modechange.h.
25368         (mode_append_entry): Remove.
25369         (mode_compile): Remove MASKED_OPS arg, since it encouraged
25370         apps to have incorrect behavior.  Use simpler algorithm for head
25371         and tail.  Don't futz with umask; that's now the job of mode_adjust.
25372         Detect more invalid usages rather than having somewhat-random behavior.
25373         Don't insert an "a=" action, as that leads to incorrect behavior.
25374         (mode_compile, mode_create_from_ref): Return NULL on error instead
25375         of an enum, since now there's only one way to have an error.  All
25376         callers changed.
25377         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
25378         at the correct time.  Simplify calculation of "+u" and its ilk.
25379         Don't mishandle "+X".
25380         (mode_free): Remove "register" and localize decls.
25381         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
25382         (struct mode_change): Move to modechange.c; callers don't
25383         need to see this stuff.
25384         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
25385         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
25386         (mode_change, mode_adjust): Reflect the new signatures noted above.
25387         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
25388         that might redefine system include files.
25389         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
25390         (my_usleep): Use NULL rather than (void *) 0.
25391         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
25392         Use siginterrupt to specify that system calls should be interrupted.
25393         (rpl_nanosleep): Move initialization of suspended closer to call of
25394         my_usleep.
25395         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
25396         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
25397         (desirable_utmp_entry): New function.
25398         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
25399         using x2nrealloc, to simplify logic.
25400         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
25401         size calculation.  Do not assume utmp file is a regular file.
25402         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
25403         (READ_UTMP_CHECK_PIDS): New constant.
25404         * lib/save-cwd.c: Include unistd-safer.h.
25405         (save_cwd): Use fd_safer.
25406         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
25407         [!_LIBC] Include "stat-macros.h" instead.
25408         * lib/unistd-safer.h (fd_safer): New decl.
25409
25410 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
25411
25412         * modules/getloadavg (Depends-on): Add unistd-safer.
25413         * modules/getusershell (Depends-on): Add stdio-safer.
25414         * modules/lstat (Depends-on): Remove xalloc.
25415         * modules/mkstemp (Depends-on): Add stat-macros.
25416         * modules/modechange (Depends-on): Remove xstrtol.
25417         Add stat-macros, xalloc.
25418         * modules/save-cwd (Depends-on): Add unistd-safer.
25419         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
25420         * modules/unistd-safer (Files): Add lib/fd-safer.c
25421         (Makefile.am): Remove lib_SOURCES.
25422
25423         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
25424         Remove fcntl-safer; unistd-safer supersedes it.
25425
25426 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
25427
25428         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
25429         AC_HEADER_STAT.
25430         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
25431         (gl_PREREQ_CHOWN): Remove.
25432         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
25433         it.  Don't require AC_HEADER_STAT.
25434         (gl_PREREQ_LSTAT): Remove.
25435         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
25436         Don't require AC_HEADER_STAT.
25437         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
25438         (gl_PREREQ_RMDIR): Remove.
25439         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
25440         mention stat-macros.h or AC_HEADER_STAT, since we'll make
25441         the stat-macros module a prerequisite.
25442         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
25443         * m4/filemode.m4 (gl_FILEMODE): Likewise.
25444         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
25445         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
25446         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
25447         variable names.
25448         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
25449         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
25450         variable prefixes.
25451         * m4/fcntl-safer.m4: Remove.
25452         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
25453         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
25454         Invoke gl_PREREQ_FD_SAFER.
25455         (gl_PREREQ_FD_SAFER): New macro.
25456         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
25457         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
25458         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
25459         Remove duplicate call to AC_LIBOBJ(readutmp).
25460         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
25461
25462         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
25463         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
25464
25465 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
25466
25467         * MODULES.html.sh (Misc): Add byteswap.
25468
25469 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
25470
25471         * modules/getcwd (Depends-on): Add extensions.
25472         * modules/openat (Depends-on): Likewise.
25473
25474 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
25475
25476         * modules/byteswap: New file.
25477
25478 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
25479
25480         * m4/byteswap.m4: New file.
25481
25482 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
25483
25484         * lib/byteswap_.h: New file.
25485
25486 2005-04-25  Karl Berry  <karl@gnu.org>
25487
25488         * m4/gettext.m4: Update from GNU gettext 0.14.4.
25489
25490 2005-04-25  Albert Chin  <china@thewrittenword.com>
25491
25492         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
25493         Toolkit C bug.
25494
25495 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
25496
25497         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
25498         (func_ln_if_changed) Remove forcibly for no error message
25499         in case file does not exist.
25500
25501 2005-04-19  Simon Josefsson  <jas@extundo.com>
25502
25503         * gnulib-tool (Options): Make --symlink mean --symbolic.
25504
25505 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
25506
25507         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
25508
25509 2005-04-16  Simon Josefsson  <jas@extundo.com>
25510
25511         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
25512
25513 2005-04-15  Simon Josefsson  <jas@extundo.com>
25514
25515         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
25516
25517 2005-04-15  Simon Josefsson  <jas@extundo.com>
25518
25519         * gnulib-tool: Rename --symlink to --symbolic.
25520
25521 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
25522
25523         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
25524         symbolic links to files instead of copying/moving.  Add --aux-dir,
25525         specifying directory relative --dir where auxiliary build tools
25526         are placed.
25527
25528 2005-04-14  Bruno Haible  <bruno@clisp.org>
25529
25530         * modules/allocsa (License): Change to LGPL.
25531         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
25532
25533 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25534
25535         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
25536         that "UTC +1 second" continues to work.  Problem reported
25537         by Dmitry V. Levin.
25538         (relunit_snumber): New rule.
25539         (relunit): Use it.
25540
25541 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
25542
25543         * lib/getdate.y (universal_time_zone_table): New constant.
25544         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
25545         universal_time_zone_table.
25546         (lookup_zone): Prefer universal_time_zone_table to
25547         local_time_zone_table, so that "GMT" time stamps are allowed in
25548         London during the summer.  Problem reported by Ian Abbott.
25549
25550 2005-04-12  Jim Meyering  <jim@meyering.net>
25551
25552         * lib/human.c (humblock): Set *options even when returning due to
25553         xstrtoumax conversion failure.  Thanks to a used-uninitialized
25554         warning from gcc-4.
25555
25556 2005-04-09  Jim Meyering  <jim@meyering.net>
25557
25558         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
25559         -Wuninitialized: initialize tm0.tm_year.
25560
25561 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
25562
25563         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
25564         count, since there's no maximum.  All uses changed.
25565         Add member dsts_seen.
25566         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
25567         not being INT_MAX.
25568         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
25569         Use pc_rels_seen to decide whther a date is absolute.
25570
25571         * lib/getdate.y (number): Don't overwrite year.
25572         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
25573         check.
25574
25575 2005-04-02  Simon Josefsson  <jas@extundo.com>
25576
25577         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
25578         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
25579
25580 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
25581
25582         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
25583         where no absolute path name can be longer than PATH_MAX.
25584
25585 2005-03-27  Jim Meyering  <jim@meyering.net>
25586
25587         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
25588
25589 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
25590
25591         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
25592         "one's complement" -> "ones' complement" in comment, as per Knuth.
25593         "value of type" -> "type or expression" in comment.
25594         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
25595
25596 2005-03-26  Jim Meyering  <jim@meyering.net>
25597
25598         Comment nits.
25599         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
25600         Correct typos: s/or/of/.
25601
25602 2005-03-26  Jim Meyering  <jim@meyering.net>
25603
25604         * modules/check-include-files: Move to ../ and rename to...
25605         * check-module: ...this.
25606
25607 2005-03-25  Jim Meyering  <jim@meyering.net>
25608
25609         * modules/xvasprintf (Files): Add xalloc.h.
25610
25611 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
25612
25613         * modules/gettext (Files): config/config.rpath ->
25614         build-aux/config.rpath
25615         * modules/iconv (Files): Likewise.
25616         Problem reported by Oskar Liljeblad.
25617
25618 2005-03-23  Jim Meyering  <jim@meyering.net>
25619
25620         * modules/check-include-files: New script to check for
25621         missing dependencies, multiple includes, etc.
25622
25623         * modules/c-strtold (Depends-on): Add xalloc.
25624         * modules/c-strtod (Depends-on): Add xalloc.
25625         * modules/hash (Depends-on): Add xalloc.
25626         (Files): Remove lib/xalloc.h.
25627
25628         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
25629         * modules/userspec (Files): Add lib/inttostr.h.
25630
25631 2005-03-23  Jim Meyering  <jim@meyering.net>
25632
25633         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
25634
25635 2005-03-22  Jim Meyering  <jim@meyering.net>
25636
25637         * modules/stat-macros: New module.
25638         * modules/canonicalize, modules/euidaccess, modules/file-type,
25639         * modules/filemode, modules/lchown, modules/makepath,
25640         * modules/rmdir, modules/stat: Depend on new stat-macros module
25641         rather than listing lib/stat-macros.h manually.
25642         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
25643
25644 2005-03-22  Jim Meyering  <jim@meyering.net>
25645
25646         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
25647
25648 2005-03-22  Bruno Haible  <bruno@clisp.org>
25649
25650         * config/srclist.txt: Replace target directory 'config' with
25651         'build-aux'.
25652         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
25653         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
25654         ../build-aux/.
25655
25656 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
25657
25658         * modules/chdir-long (Depends-on): Add mempcpy.
25659
25660         * modules/acl, modules/backupfile, modules/c-strtod,
25661         modules/c-strtold, modules/canon-host, modules/canonicalize,
25662         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
25663         modules/exclude, modules/exitfail, modules/file-type,
25664         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
25665         modules/getdate, modules/getline, modules/getpagesize,
25666         modules/getpass, modules/getugroups, modules/group-member,
25667         modules/hard-locale, modules/hash, modules/human, modules/idcache,
25668         modules/inttostr, modules/long-options, modules/makepath,
25669         modules/md5, modules/memcasecmp, modules/memcoll,
25670         modules/modechange, modules/mountlist, modules/path-concat,
25671         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
25672         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
25673         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
25674         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
25675         modules/strftime, modules/strndup, modules/strverscmp,
25676         modules/timespec, modules/unlocked-io, modules/userspec,
25677         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
25678         modules/yesno:
25679         Remove lib_SOURCES line from Makefile.am section, as this is now
25680         done automatically by the corresponding Autoconf macro.
25681
25682 2005-03-21  Jim Meyering  <jim@meyering.net>
25683
25684         Changes imported from coreutils.
25685
25686         * lib/cycle-check.c: Don't include xalloc.h.
25687
25688         * lib/path-concat.c: Don't include assert.h.
25689         (path_concat): Remove assertion that would have triggered
25690         for ABASE starting with more than one slash.
25691         Reported by Andreas Schwab.
25692
25693         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
25694         properly when ABASE is an absolute file name.
25695         Correct the description of this function.
25696         Include <assert.h>.
25697         Add an assertion and a test driver.
25698         This fixes a bug introduced on 2004-07-02.
25699         Andreas Schwab reported the resulting failure of cp --parents:
25700         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
25701
25702 2005-03-21  Jim Meyering  <jim@meyering.net>
25703
25704         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
25705         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
25706
25707 2005-03-21  Jim Meyering  <jim@meyering.net>
25708         and  Paul Eggert  <eggert@cs.ucla.edu>
25709
25710         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
25711         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
25712         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
25713         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
25714         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
25715         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
25716         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
25717         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
25718         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
25719         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
25720         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
25721         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
25722         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
25723         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
25724         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
25725         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
25726         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
25727         for these modules.
25728
25729 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
25730
25731         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
25732         (which shouldn't happen), generate nothing instead of returning 0
25733         immediately, so that nstrftime (NULL, ...) doesn't return 0.
25734
25735 2005-03-16  Bruno Haible  <bruno@clisp.org>
25736
25737         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
25738         HAVE_LONGLONG_64BIT.
25739
25740 2005-03-16  Bruno Haible  <bruno@clisp.org>
25741
25742         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
25743         HAVE_LONGLONG_64BIT.
25744
25745 2005-03-16  Bruno Haible  <bruno@clisp.org>
25746
25747         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
25748         HAVE_LONGLONG_64BIT.
25749
25750 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
25751
25752         * lib/strftime.c (my_strftime): Prepend space to format so that we can
25753         reliably distinguish strftime failure from empty output on POSIX
25754         hosts.
25755
25756 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
25757
25758         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
25759         (iconv_string): Don't guess a size-zero buffer, as that might cause
25760         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
25761         result would be 'too large', where 'too large' is (heuristically)
25762         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
25763         overflow concerns.  This will prevent some unwanted malloc failures
25764         when the inputs are very large.
25765
25766 2005-03-15  Karl Berry  <karl@gnu.org>
25767
25768         * config/srclist.txt (config.rpath): from gettext.
25769         * config/config.rpath: update.
25770
25771 2005-03-15  Bruno Haible  <bruno@clisp.org>
25772
25773         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
25774         to 'negate'.
25775
25776         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
25777         variable.
25778
25779         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
25780         results.
25781
25782 2005-03-14  Simon Josefsson  <jas@extundo.com>
25783
25784         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
25785         <fx@gnu.org>.
25786
25787 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
25788
25789         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
25790         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
25791         intprops.h.
25792         * lib/strtol.c: Likewise.
25793
25794 2005-03-14  Jim Meyering  <jim@meyering.net>
25795
25796         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
25797         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
25798         to be nonzero so that we (and caller) can detect the difference
25799         between a valid zero-length expansion and an error return, even
25800         when the underlying strftime fails before writing anything into
25801         that location.
25802
25803 2005-03-14  Bruno Haible  <bruno@clisp.org>
25804
25805         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
25806         Update from GNU gettext 0.14.3.
25807
25808 2005-03-10  Jim Meyering  <jim@meyering.net>
25809
25810         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
25811
25812 2005-03-10  Jim Meyering  <jim@meyering.net>
25813
25814         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
25815         so that this module works on systems without fchdir.
25816
25817 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
25818
25819         Factor int-properties macros into a single file, except for
25820         glibc-related files.
25821         * lib/intprops.h: New file.
25822         * lib/getloadavg.c: Include it instead of limits.h.
25823         (INT_STRLEN_BOUND): Remove.
25824         * lib/human.c: Include intprops.h.
25825         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
25826         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
25827         302/1000.
25828         * lib/inttostr.h: Include intprops.h instead of limits.h.
25829         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
25830         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
25831         for consistency with intprops.h.
25832         (time_t_is_integer, twos_complement_arithmetic): Use them.
25833         * lib/sig2str.h: Include <signal.h>, intprops.h.
25834         (INT_STRLEN_BOUND): Remove.
25835         * lib/strftime.c (TYPE_SIGNED): Remove.
25836         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
25837         * lib/strtol.c: Adjust comments to match intprops.h.
25838         * lib/userspec.c: Include intprops.h.
25839         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
25840         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
25841         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
25842         instead of rolling our own expressions.
25843         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
25844
25845         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
25846         instead of int.
25847         (my_strftime): Do not mishandle years close to INT_MAX, by doing
25848         the right thing even if adding 1900 would overflow.  Similarly
25849         for tm_mon + 1 and tm_yday + 1.
25850         Make %Y always equivalent to %C%y, and similarly for %G and %g.
25851         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
25852         (DO_SIGNED_NUMBER): New macro.
25853         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
25854
25855 2005-03-07  Bruno Haible  <bruno@clisp.org>
25856
25857         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
25858
25859 2005-03-07  Bruno Haible  <bruno@clisp.org>
25860
25861         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
25862
25863 2005-03-04  Derek R. Price  <derek@ximbiot.com>
25864
25865         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
25866         (func_import): Only replace files via --import when they have actually
25867         changed.
25868
25869 2005-03-03  Derek R. Price  <derek@ximbiot.com>
25870
25871         * m4/mmap-anon.m4: New file.
25872         * m4/pagealign_alloc.m4: New file.
25873
25874 2005-03-03  Derek R. Price  <derek@ximbiot.com>
25875             Bruno Haible  <bruno@clisp.org>
25876
25877         * modules/pagealign_alloc: New file.
25878         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
25879
25880 2005-03-03  Derek R. Price  <derek@ximbiot.com>
25881             Bruno Haible  <bruno@clisp.org>
25882
25883         * lib/pagealign_alloc.h: New file.
25884         * lib/pagealign_alloc.c: New file.
25885
25886 2005-03-03  Bruno Haible  <bruno@clisp.org>
25887
25888         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
25889         Use an all-permissive copyright notice, recommended by RMS.
25890
25891 2005-03-02  Bruno Haible  <bruno@clisp.org>
25892
25893         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
25894         of AIX, the replacement has to be done only after <string.h> is
25895         included, therefore not in config.h. stpncpy.h does the replacement,
25896         and stpncpy.c uses it.
25897
25898 2005-03-02  Bruno Haible  <bruno@clisp.org>
25899
25900         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
25901         stpncpy.c uses it.
25902
25903 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25904
25905         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
25906         The workaround isn't strictly needed for POSIX conformance, and
25907         it's too much of a pain to configure and maintain.  We'll ask
25908         people to fix their kernels instead.
25909         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
25910         (NANOSLEEP_BUG_WORKAROUND): Remove.
25911         (xnanosleep): Remove the workaround.
25912
25913 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25914
25915         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
25916         Reported by Derek Price.
25917         (Include): Add "timespec.h".
25918
25919         * modules/xnanosleep (Depends-on): Remove gethrxtime.
25920
25921 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25922
25923         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
25924         to detect nanosleep bug.
25925
25926 2005-03-01  Bruno Haible  <bruno@clisp.org>
25927
25928         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
25929
25930 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25931
25932         * modules/gethrxtime: New file.
25933         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
25934         (Depends-on): Add gethrxtime.
25935         (configure.ac): Add gl_XNANOSLEEP.
25936         (Makefile.am): Remove lib_SOURCES line.
25937
25938 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
25939
25940         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
25941         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
25942
25943 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
25944
25945         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
25946         * lib/timespec.h (gettime): Return void, since it always
25947         succeeds now.  All uses changed.
25948         * lib/gettime.c (gettime) Likewise.
25949         [HAVE_NANOTIME]: Prefer nanotime.
25950         Assume gettimeofday succeeds, as POSIX requires.
25951         Assime time () succeeds, since other code already does.
25952         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
25953         (timespec_subtract): Remove.
25954         (NANOSLEEP_BUG_WORKAROUND): New constant.
25955         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
25956         things considerably.  Use it only on GNU/Linux hosts, since the
25957         workaround shouldn't be needed elsewhere.
25958
25959 2005-02-24  Bruno Haible  <bruno@clisp.org>
25960
25961         * modules/gettext (Files): Add m4/glibc2.m4.
25962
25963 2005-02-24  Bruno Haible  <bruno@clisp.org>
25964
25965         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
25966         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
25967         * m4/progtest.m4:
25968         Update from GNU gettext 0.14.2.
25969         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
25970
25971 2005-02-24  Bruno Haible  <bruno@clisp.org>
25972
25973         * lib/localcharset.c: Update from GNU gettext 0.14.2.
25974         * lib/config.charset: Update from GNU gettext 0.14.2.
25975
25976 2005-02-24  Bruno Haible  <bruno@clisp.org>
25977
25978         * lib/gettext.h: Update from GNU gettext 0.14.2.
25979
25980 2005-02-23  Simon Josefsson  <jas@extundo.com>
25981
25982         * m4/iconvme.m4: New file.
25983
25984 2005-02-23  Jim Meyering  <jim@meyering.net>
25985
25986         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
25987         change.
25988         Thanks to Bruno Haible for catching it.
25989
25990 2005-02-22  Simon Josefsson  <jas@extundo.com>
25991
25992         * modules/iconvme: New file.
25993
25994         * MODULES.html.sh: Add iconvme.
25995
25996 2005-02-22  Simon Josefsson  <jas@extundo.com>
25997
25998         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
25999
26000 2005-02-22  Simon Josefsson  <jas@extundo.com>
26001
26002         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
26003
26004 2005-02-22  Jim Meyering  <jim@meyering.net>
26005
26006         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
26007         s/ifndef/ifdef/.
26008
26009 2005-02-20  Neil Conway  <neilc@samurai.com>
26010
26011         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
26012         returned by OSX/Darwin if the specified buffer is not large
26013         enough for the hostname.
26014
26015 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26016
26017         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
26018         pass it to _help, otherwise the latter coredumps trying to
26019         dereference state.root_argp.
26020
26021 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26022
26023         * modules/chdir-long (Depends-on): Add memrchr.
26024         * modules/memrchr (Files): Add lib/memrchr.h.
26025         (Include): "memrchr.h".
26026
26027 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26028
26029         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
26030
26031 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26032
26033         * lib/memrchr.h: New file.
26034         * lib/chdir-long.c: Include it.
26035         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
26036         Don't bother including stddef.h.
26037
26038 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
26039
26040         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
26041         inclusion.
26042         Include <sys/types.h>, for dev_t.
26043         (ME_DUMMY, ME_REMOTE): Move from here....
26044         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
26045         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
26046         Dmitry V. Levin.
26047         Include mountlist.h first, to test the interface.
26048
26049 2005-01-29  Bruno Haible  <bruno@clisp.org>
26050
26051         * lib/progname.c (program_name): Initialize.
26052         Needed when linking statically on MacOS X.
26053
26054 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26055
26056         Sync from coreutils.
26057         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
26058         (Depends-on): Add c-strtod.
26059         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
26060
26061 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26062
26063         Sync from coreutils.
26064         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
26065
26066         Remove files that are specific to coreutils.
26067         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
26068
26069 2005-01-28  Bruno Haible  <bruno@clisp.org>
26070
26071         * modules/javacomp: New file.
26072         * MODULES.html.sh (Java): Add javacomp.
26073
26074 2005-01-28  Bruno Haible  <bruno@clisp.org>
26075
26076         * m4/javacomp.m4: New file, from GNU gettext.
26077
26078 2005-01-28  Bruno Haible  <bruno@clisp.org>
26079
26080         * lib/javacomp.sh.in: New file, from GNU gettext.
26081         * lib/javacomp.h: New file, from GNU gettext.
26082         * lib/javacomp.c: New file, from GNU gettext.
26083
26084 2005-01-26  Simon Josefsson  <jas@extundo.com>
26085
26086         * lib/gai_strerror.c: Use GPL in header.
26087
26088 2005-01-26  Bruno Haible  <bruno@clisp.org>
26089
26090         * modules/javaexec: New file.
26091         * MODULES.html.sh (Java): Add javaexec.
26092
26093 2005-01-26  Bruno Haible  <bruno@clisp.org>
26094
26095         * m4/javaexec.m4: New file, from GNU gettext.
26096
26097 2005-01-26  Bruno Haible  <bruno@clisp.org>
26098
26099         * lib/javaexec.sh.in: New file, from GNU gettext.
26100         * lib/javaexec.h: New file, from GNU gettext.
26101         * lib/javaexec.c: New file, from GNU gettext.
26102
26103 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26104
26105         * modules/lchown (Depends-on): Remove lchown.h
26106
26107 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26108
26109         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
26110         must be defined if the header file was not found, in order
26111         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
26112
26113 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26114
26115         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
26116         initializers for struct pentry_state.
26117         (__argp_error): Check return value of __asprintf
26118         (__argp_failure): Translate error message
26119
26120         * lib/argp-parse.c: Removed braces around the expansion of N_()
26121
26122 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26123
26124         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
26125         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
26126         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
26127         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
26128         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
26129         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
26130         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
26131         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
26132         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
26133         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
26134         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
26135         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
26136         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
26137         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
26138         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
26139         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
26140         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
26141         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
26142         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
26143         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
26144         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
26145         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
26146         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
26147         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
26148         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
26149         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
26150         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
26151         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
26152         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
26153         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
26154         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
26155         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
26156         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
26157         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
26158         xstrtol.m4, xstrtoumax.m4, yesno.m4:
26159         Use an all-permissive copyright notice, recommended by RMS.
26160
26161 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
26162
26163         * modules/chdir-long (Depends-on): Remove mempcpy.
26164
26165 2005-01-21  Jim Meyering  <jim@meyering.net>
26166
26167         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
26168         same value as for Solaris 9.
26169
26170         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
26171         component length.  This included changing the parameter to be
26172         of type `char *' rather than `char const *'.
26173         * lib/chdir-long.h (chdir_long): Update prototype.
26174
26175         * lib/openat.c (fdopendir, fstatat): New functions.
26176         * lib/openat.h: Include headers required for use of DIR and struct
26177         stat.
26178         [AT_SYMLINK_NOFOLLOW]: Define.
26179         (fdopendir, fstatat): Add prototypes.
26180
26181 2005-01-21  Bruno Haible  <bruno@clisp.org>
26182
26183         * modules/classpath: New file.
26184         * MODULES.html.sh (Java): Add classpath.
26185
26186 2005-01-21  Bruno Haible  <bruno@clisp.org>
26187
26188         * lib/classpath.h: New file, from GNU gettext.
26189         * lib/classpath.c: New file, from GNU gettext.
26190
26191 2005-01-20  Simon Josefsson  <jas@extundo.com>
26192
26193         * modules/version-etc-fsf: New file.
26194
26195 2005-01-20  Simon Josefsson  <jas@extundo.com>
26196
26197         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
26198         * lib/version-etc.c: Remove version_etc_copyright.
26199         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
26200         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
26201
26202 2005-01-20  Simon Josefsson  <jas@extundo.com>
26203
26204         * lib/base64.h (isbase64): Add.
26205
26206         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
26207         using a unsigned prototype, don't inline.
26208         (base64_decode): Use it.
26209
26210 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26211
26212         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
26213         it.
26214
26215 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26216
26217         * lib/save-cwd.c (save_cwd): Remove code to support the case
26218         where fchdir is missing or flaky.
26219
26220 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26221
26222         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
26223
26224 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
26225
26226         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
26227         AC_LIBSOURCES now does this.
26228         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
26229         with new ullong_max module.
26230
26231 2005-01-19  Bruno Haible  <bruno@clisp.org>
26232
26233         * modules/sh-quote: New file.
26234         * MODULES.html.sh (Executing programs): Add sh-quote.
26235
26236 2005-01-19  Bruno Haible  <bruno@clisp.org>
26237
26238         * lib/sh-quote.h: New file, from GNU gettext.
26239         * lib/sh-quote.c: New file, from GNU gettext.
26240
26241 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
26242
26243         Merge from coreutils.
26244         * m4/ullong_max.m4: New file.
26245         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
26246         (gl_MACROS): Assume localeconv exists.
26247
26248 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
26249
26250         Merge changes from coreutils, as described below in several
26251         changelogs dated today.
26252
26253         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
26254         (O_DIRECTORY): Remove; not needed here, since "." must be
26255         a directory.  All uses removed.
26256         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
26257         universal on Suns, and we also need to test for IRIX.
26258         Revamp code to use 'if' rather than '#if'.
26259         Avoid unnecessary comparison of cwd->desc to 0.
26260
26261         * lib/utimens.c (futimens): Robustify the previous patch, by checking
26262         for known valid error numbers rather than observed invalid ones.
26263
26264 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
26265
26266         * modules/ullong_max: New file.
26267
26268         * modules/chdir-long, modules/openat: New files.
26269         * modules/save-cwd (Depends-on): Depend on chdir-long.
26270         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
26271
26272 2005-01-18  Jim Meyering  <jim@meyering.net>
26273
26274         Merge from coreutils.
26275         * m4/chdir-long.m4, m4/openat.m4: New files.
26276         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
26277         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
26278         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
26279         is sane and DOES follow symlinks.  Besides, testing 20 different
26280         systems found no broken chown implementations.
26281         Prompted by a change in rsync's copy of this macro.
26282         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
26283
26284         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
26285
26286         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
26287         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
26288         NULL-means-set-to-current-time semantics.
26289         Remove temporary file immediately, rather than waiting
26290         for configure's at-exit trap code to do it.
26291
26292 2005-01-18  Jim Meyering  <jim@meyering.net>
26293
26294         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26295
26296         * lib/utimens.c (futimens): Account for the fact that futimes
26297         can also fail with errno == ENOSYS or errno == ENOENT.
26298         Patch from Dmitry V. Levin.
26299
26300         Change the name of the robust chdir function from chdir to chdir_long.
26301         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
26302         (restore_cwd): Use chdir_long, not chdir.
26303         * lib/chdir-long.c: Renamed from chdir.c.
26304         * lib/chdir-long.h: Renamed from chdir.h.
26305         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
26306         Hurd.
26307
26308 2005-01-18  Bruno Haible  <bruno@clisp.org>
26309
26310         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
26311         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
26312         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
26313         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
26314         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
26315         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
26316         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
26317         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
26318         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
26319         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
26320         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
26321         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
26322         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
26323         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
26324         Use an all-permissive copyright notice, recommended by RMS.
26325
26326 2005-01-18  Bob Proulx  <bob@proulx.com>
26327
26328         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
26329         simplify offsetof() macro construct to avoid compile failure with
26330         native HP-UX 11.0 ANSI C compiler.
26331
26332 2005-01-17  Bruno Haible  <bruno@clisp.org>
26333
26334         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
26335         redundant because stpncpy.m4 takes care of it.
26336
26337 2005-01-17  Bruno Haible  <bruno@clisp.org>
26338
26339         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
26340
26341 2005-01-17  Bruno Haible  <bruno@clisp.org>
26342
26343         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
26344         used.
26345
26346 2005-01-17  Bruno Haible  <bruno@clisp.org>
26347
26348         * lib/fwriteerror.h (fwriteerror): Change specification to include
26349         fclose.
26350         * lib/fwriteerror.c: Include <stdbool.h>.
26351         (fwriteerror): At the end, close the file stream. Record whether
26352         stdout was already closed.
26353
26354 2005-01-17  Bruno Haible  <bruno@clisp.org>
26355
26356         * lib/execute.c (environ): Declare if needed.
26357         * lib/pipe.c (environ): Likewise.
26358         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
26359
26360 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26361
26362         * modules/argp: Depend on vsnprintf
26363
26364 2005-01-10  Jim Meyering  <jim@meyering.net>
26365
26366         * modules/closeout (Depends-on): Add atexit.
26367
26368 2005-01-06  Bruno Haible  <bruno@clisp.org>
26369
26370         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
26371
26372 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26373
26374         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
26375         definitions to be after all include files, to avoid collisions.
26376         Problem reported by Bob Proulx.
26377
26378 2005-01-04  Jim Meyering  <jim@meyering.net>
26379
26380         Changes imported from coreutils.
26381         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
26382         as the mkstemp template, use a temporary directory and an
26383         8.3-friendly template to avoid trouble on systems like DJGPP.
26384         Reported by Juan M. Guerrero via Stepan Kasal.
26385         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
26386         close. Remove the temporary directory right away, rather than waiting
26387         for configure's at-exit trap code to do it.
26388         Suggestion from Stepan Kasal.
26389
26390 2005-01-01  Simon Josefsson  <jas@extundo.com>
26391
26392         * gnulib-tool: Print #include directives when --import'ing.
26393
26394 2004-12-28  Simon Josefsson  <jas@extundo.com>
26395
26396         * tests/test-base64.c: Include required header files.  Remove
26397         unused variables.
26398
26399 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
26400
26401         * modules/error (Depends-on): Remove gettext.
26402
26403 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
26404
26405         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
26406         not needed.  This removes a dependency on the gettext module.
26407         [defined _LIBC]: Do not include <libintl.h>; not needed.
26408
26409 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
26410
26411         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
26412         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
26413
26414 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
26415
26416         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
26417         HAVE_DECL_STRTOLD.
26418
26419 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
26420
26421         * modules/getdate (Depends-on): Remove alloca-opt.
26422
26423 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
26424
26425         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
26426
26427 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
26428
26429         * lib/argp-parse.c: Include <stddef.h>.
26430         (alignof, alignto): New macros.
26431         (parser_init): Don't assume that void * is aligned sufficiently
26432         for struct option.
26433
26434         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
26435         need to extend the stack.
26436         (YYINITDEPTH): New macro, so that the initial stack isn't overly
26437         large.
26438
26439 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26440
26441         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
26442
26443 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
26444
26445         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
26446         (2004-10-24) change.  Apparently this was a false alarm.
26447
26448         * modules/getdate: Depend on alloca-opt, not alloca.
26449
26450 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
26451
26452         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
26453         Remove now-obsolete comment about AIX.
26454         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
26455         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
26456         (YYMAXDEPTH): New macro.
26457
26458 2004-12-18  Simon Josefsson  <jas@extundo.com>
26459
26460         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
26461
26462 2004-12-18  Bruno Haible  <bruno@clisp.org>
26463
26464         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
26465
26466 2004-12-18  Bruno Haible  <bruno@clisp.org>
26467
26468         * lib/fatal-signal.c (fatal_signals): Make non-const.
26469         (init_fatal_signals): New function.
26470         (uninstall_handlers, install_handlers): Ignore signals that were set to
26471         SIG_IGN.
26472         (at_fatal_signal): Call init_fatal_signals.
26473         (init_fatal_signal_set): Likewise. Ignore signals that were set to
26474         SIG_IGN.
26475         Reported by Paul Eggert.
26476
26477 2004-12-18  Bruno Haible  <bruno@clisp.org>
26478
26479         * doc/alloca.texi: New file.
26480         * doc/alloca-opt.texi: New file.
26481
26482 2004-12-17  Jim Meyering  <jim@meyering.net>
26483
26484         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
26485         Otherwise, install-sh could exit with improper exit status when
26486         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
26487
26488 2004-12-16  Simon Josefsson  <jas@extundo.com>
26489
26490         * tests/test-base64.c: Add license.
26491
26492 2004-12-15  Stepan Kasal  <address@hidden>
26493
26494         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
26495
26496 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
26497
26498         * modules/getcwd (Files): Add m4/d-ino.m4.
26499         Suggested by Mark D. Baushke.
26500
26501 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
26502
26503         * lib/getdate.y (textint): New member "negative".
26504         (time_zone_hhmm): New function.
26505         Expect 14 shift-reduce conflicts, not 13.
26506         (o_colon_minutes): New rule.
26507         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
26508         (yylex): Set the "negative" member of signed numbers.
26509
26510 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
26511
26512         * doc/getdate.texi (Time of day items, Time zone items):
26513         Describe new formats +00:00, UTC+00:00.
26514
26515 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26516
26517         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
26518         spurious "-l"s.  Problem reported by Stepan Kasal.
26519
26520 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
26521
26522         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
26523         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
26524
26525 2004-12-04  Simon Josefsson  <jas@extundo.com>
26526
26527         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
26528         Vandoorselaere <yoann@prelude-ids.org>.
26529
26530 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
26531
26532         Changes imported from coreutils.
26533         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
26534         exist.
26535         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
26536
26537 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
26538
26539         Changes imported from coreutils.
26540         * lib/hard-locale.c: Assume <locale.h> exists.
26541         Include "strdup.h".
26542         (GLIBC_VERSION): New macro.
26543         (hard_locale): Assume setlocale exists.
26544         Rewrite to avoid #ifdef.
26545         Use strdup rather than malloc + strcpy.
26546         * lib/human.c: Assume <locale.h> exists.
26547         (human_readable): Assume localeconv exists.
26548
26549 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
26550
26551         * modules/hard-locale (Depends-on): Add strdup.
26552
26553 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
26554
26555         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
26556         convert T2, not T.  (Imported from libc.)
26557
26558 2004-11-30  Simon Josefsson  <jas@extundo.com>
26559
26560         * modules/restrict (License): Change to LGPL.
26561
26562 2004-11-30  Simon Josefsson  <jas@extundo.com>
26563
26564         * m4/restrict.m4: Add copyright and copying conditions.
26565
26566 2004-11-30  Simon Josefsson  <jas@extundo.com>
26567
26568         * m4/base64.m4: New file.
26569
26570 2004-11-30  Simon Josefsson  <jas@extundo.com>
26571
26572         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
26573         base64.
26574
26575         * tests/test-base64.c: New file.
26576
26577         * modules/base64: New file.
26578
26579 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
26580
26581         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
26582         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
26583
26584         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
26585
26586 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
26587
26588         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
26589         (__getcwd.c): Don't restore errno; glibc doesn't.
26590         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
26591         first, falling back to our code only if its results look suspicious.
26592         Ensure that the resulting buffer is only as large as necessary.
26593
26594         * lib/readutmp.c: Include readutmp.h first.
26595         Include <errno.h>, since readutmp.h no longer does that.
26596         * lib/readutmp.h: Don't include <errno.h>,
26597         <sys/param.h>, <time.h>; not needed to establish interface.
26598         (errno): Remove decl.
26599         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
26600         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
26601         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
26602
26603 2004-11-28  Simon Josefsson  <jas@extundo.com>
26604
26605         * lib/base64.h, base64.c: New file.
26606
26607 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26608
26609         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
26610
26611 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26612
26613         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
26614         (Depends-on): Remove pathmax, same.  Add mempcpy.
26615         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
26616         (Makefile.am): Append getcwd.h to lib_SOURCES.
26617         (Include): Add getcwd.h.
26618         (Maintainer): Change from Jim Meyering to "all, glibc",
26619         since getdate now uses intended-for-glibc code.
26620         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
26621         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
26622
26623 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
26624
26625         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
26626         HP's ANSI C compiler.
26627         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
26628         Declaring int functions causes warnings on some modern systems and
26629         shouldn't be needed to compile on ancient ones.
26630         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
26631         defined.
26632
26633         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
26634         with the following changes.
26635         (__set_errno): Parenthesize properly.
26636         Include <stdbool.h>.
26637         (MIN, MAX, MATCHING_INO): New macros.
26638         (__getcwd): Define with prototype, not K&R form.
26639         Use heuristics to allocate default buffer on stack if possible.
26640         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
26641         behavior, and to avoid the PATH_MAX limit when computing
26642         ../../../../...
26643         Use MATCHING_INO to compare inode number to file.
26644         Check for arithmetic overflow in size calculations.
26645         Fix bug in reallocation of dot array that caused getcwd to fail
26646         on directories nested deeper than 75.
26647         Be more careful about saving errno on error.
26648         Do not use realloc; use only free+malloc, as this is a bit
26649         more flexible and avoids a needless copy operation.
26650         Do not inspect st_dev and st_ino for symbolic links; POSIX
26651         doesn't specify the latter.
26652         Check for closedir errors.
26653         Avoid needless casts.
26654         Use "#ifdef weak_alias" around weak_alias, to be like other
26655         glibc code.
26656         The following changes to getcwd.c have effect only when used in
26657         gnulib; they have no effect inside glibc proper.
26658         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
26659         as alloca isn't used.
26660         (alloca, __alloca): Likewise.
26661         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
26662         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
26663         unconditionally, as gnulib assumes C89 or better.
26664         Do not include <sys/param.h>.
26665         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
26666         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
26667         better.
26668         (NULL) [!defined NULL]: Remove; we assume C89 or better.
26669         Include <dirent.h> in a way that is compatible with modern Autoconf.
26670         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
26671         New macros, if not already defined.
26672         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
26673         Use "_LIBC", not "defined _LIBC", for consistency.
26674         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
26675         a mempcpy module.
26676         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
26677         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
26678         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
26679         credit only to Jim Meyering and adjust the copyright dates.
26680         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
26681         <stdlib.h>, <unistd.h>, "pathmax.h".
26682         Instead, include "xgetcwd.h" (first) and "getcwd.h".
26683         (INITIAL_BUFFER_SIZE): Remove.
26684         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
26685
26686 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
26687
26688         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
26689         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
26690         Use the _ONCE methods, for efficiency.
26691         Check for fcntl.h.  In test program, include <errno.h>
26692         and <fcntl.h> if available.  Remove old K&R cruft from
26693         test program.  Check for common errors in GNU/Linux,
26694         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
26695         don't do AC_LIBOBJ, as that's getcwd.m4's job.
26696         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
26697         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
26698         name accordingly.
26699         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
26700         accommodate new getcwd.c.
26701         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
26702         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
26703         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
26704         that's all we need now.
26705
26706 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26707
26708         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
26709         argp-parse.c depends on getopt internals, that means we should
26710         always use our getopt, to be on the safe side.
26711         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
26712         order not to spoil the result of an eventual previous invocation
26713         of gl_GETOPT_SUBSTITUTE.
26714
26715 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26716
26717         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
26718         redefinition warnings. To avoid them, include the defines
26719         in `#if !defined __need_getopt ... #endif'. The only place
26720         where __getopt_argv_const is used is in definitions
26721         of getopt_long and getopt_long_only below, which are as well
26722         protected by `#ifndef __need_getopt'.
26723         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
26724         __need_getopt after including <stdio.h> and <unistd.h> These
26725         headers might have defined it.
26726
26727 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
26728
26729         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
26730
26731 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
26732
26733         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
26734         (futimens): New function, which uses futimes if available.
26735         (futimens, utimens): Support timespec==NULL, with same semantics
26736         as utime and utimens.
26737         * lib/utimens.h (futimens): New decl.
26738
26739 2004-11-23  Jim Meyering  <jim@meyering.net>
26740
26741         * lib/getopt_.h: Remove trailing blanks.
26742
26743 2004-11-23  Jim Meyering  <jim@meyering.net>
26744
26745         * lib/__fpending.c: Add comment.
26746
26747 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
26748
26749         * modules/canonicalize (Depends-on): Add xreadlink.
26750         Problem reported by James Youngman.
26751
26752 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26753
26754         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
26755         New macros.
26756         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
26757         optopt): Use them instead of invoking ## directly; otherwise, the
26758         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
26759
26760 2004-11-19  Bruno Haible  <bruno@clisp.org>
26761
26762         * lib/strtok_r.c: Move comments from here...
26763         * lib/strtok_r.h: ... to here.
26764
26765 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26766
26767         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
26768         implementations that mishandle size_t overflow.
26769
26770 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26771
26772         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
26773         might fail.  Problem reported by Yoann Vandoorselaere.
26774         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
26775         implementations that mishandle size_t overflow.
26776
26777 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26778
26779         * modules/canon-host (Depends-on): Add strdup.
26780
26781 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26782
26783         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
26784
26785 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26786
26787         * lib/canon-host.c: Include "strdup.h".
26788         (canon_host): Use getaddrinfo if available, so that IPv6 works.
26789         Use strdup instead of malloc/strcpy to duplicate strings.
26790
26791         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
26792         (human_space_before_unit): New constant.
26793         * lib/human.c (human_readable): Support it.
26794
26795         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
26796         (xgetcwd): Set errno correctly when failing.
26797         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
26798         the failure is actually due to a PATH_MAX problem.
26799
26800         Further getopt changes to make it more likely that glibc will
26801         buy the changes back.
26802         * lib/getopt.c (POSIXLY_CORRECT): New constant.
26803         (getopt): Use it, so to preserve glibc semantic
26804         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
26805         when compiling for libc.
26806         * lib/getopt_.h (__getopt_argv_const): Bring it back.
26807         (getopt_long, getopt_long_only): Use it.
26808
26809         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
26810         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
26811         (getopt): Argv is now char * const *, as per standard.
26812         (_getopt_internal_r, _getopt_internal): Argv is now char **,
26813         not char *__getopt_argv_const *.
26814         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
26815         _getopt_long_only_r): Likewise.
26816         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
26817         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
26818         _getopt_long_r, _getopt_long_only_r): Likewise.
26819         * lib/getopt_.h (__getopt_argv_const): Remove.
26820         (getopt): Argv is now char * const *, as per standard.
26821
26822         * lib/getdate.y (tORDINAL): New token.
26823         (day, relunit): Allow it for relative times.
26824         (relative_time_table): Use tORDINAL for ordinals.
26825
26826 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26827
26828         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
26829         Document that "second" isn't allowed as an ordinal number.
26830
26831 2004-11-16  Jim Meyering  <jim@meyering.net>
26832
26833         * modules/closeout (Depends-on): Add fpending.
26834
26835 2004-11-15  Jim Meyering  <jim@meyering.net>
26836
26837         * lib/closeout.c: Include "__fpending.h" once again.
26838         Include <stdbool.h>.
26839         (close_stdout): Don't fail just because stdout was closed initially,
26840         since some programs don't write to stdout in the normal course of
26841         operation (other than --version and --help), and we don't want this
26842         function to make e.g. `touch file >&-' fail.
26843         But do fail if it was closed and someone has tried to write to it.
26844         E.g., `printf foo >&-' must fail.
26845
26846 2004-11-13  Jim Meyering  <jim@meyering.net>
26847
26848         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
26849
26850 2004-11-12  Simon Josefsson  <jas@extundo.com>
26851
26852         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
26853         small doc fix is still pending.
26854
26855 2004-11-11  Simon Josefsson  <jas@extundo.com>
26856
26857         * modules/strtok_r: New file.
26858
26859         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26860         strtok_r.
26861
26862 2004-11-11  Simon Josefsson  <jas@extundo.com>
26863
26864         * m4/strtok_r.m4: New file.
26865
26866         * m4/getopt.m4: Replace opterr.
26867
26868 2004-11-11  Simon Josefsson  <jas@extundo.com>
26869
26870         * lib/strtok_r.h, strtok_r.c: New file.
26871
26872 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
26873
26874         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
26875         of replacing opterr, getopt, etc.  This should handle the
26876         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
26877
26878 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
26879
26880         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
26881         we can stop lying to compilers about the constness of argv when we
26882         are compiled outside glibc.
26883         (getopt, getopt_long, getopt_long_only): Use it.
26884         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
26885         _getopt_internal, getopt): Likewise.
26886         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
26887         _getopt_long_only_r): Likewise.
26888         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
26889         _getopt_long_r, _getopt_long_only_r): Likewise.
26890
26891         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
26892         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
26893         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
26894         the other external symbols.
26895         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
26896         declaration, since the above renaming now works around collisions.
26897
26898 2004-11-11  Jim Meyering  <jim@meyering.net>
26899
26900         * lib/linebreak.c: Remove trailing blanks.
26901         * lib/alloca_.h: Likewise.
26902         * lib/acosl.c: Likewise.
26903         * lib/euidaccess.c: Likewise.
26904         * lib/allocsa.h: Likewise.
26905
26906 2004-11-10  Simon Josefsson  <jas@extundo.com>
26907
26908         * m4/getaddrinfo.m4: New file.
26909
26910 2004-11-10  Simon Josefsson  <jas@extundo.com>
26911
26912         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
26913
26914 2004-11-10  Simon Josefsson  <jas@extundo.com>
26915
26916         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26917         getaddrinfo.
26918
26919         * modules/getaddrinfo: New file.
26920
26921 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26922
26923         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
26924
26925 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26926
26927         * lib/mktime.c (SHR): New macro, which is a portable
26928         substitute for >> that should work even on Crays.
26929         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
26930         Problem reported by Mark D. Baushke in
26931         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
26932         * lib/getdate.y (SHR): Likewise.
26933         (tm_diff): Use it.
26934         * lib/strftime.c (SHR): Likewise.
26935         (tm_diff): Use it.
26936         * lib/quotearg.c (struct quoting_options): Use unsigned int for
26937         quote_these_too, so that right shifts are well defined.  All uses
26938         changed.
26939
26940 2004-11-10  Jim Meyering  <jim@meyering.net>
26941
26942         Ensure that no close failure goes unreported.
26943         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
26944         return early when it seems there's nothing to flush.
26945         Don't include __fpending.h.
26946
26947 2004-11-10  Jim Meyering  <jim@meyering.net>
26948
26949         * modules/closeout (Depends-on): Remove fpending.
26950
26951 2004-11-10  Jim Meyering  <jim@meyering.net>
26952
26953         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
26954
26955 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26956
26957         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
26958         gl_FUNC_STRFTIME.
26959         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
26960         and AC_REQUIRE when possible, to avoid duplicate checks.
26961         Check for <wchar.h>.
26962
26963 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26964
26965         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
26966
26967 2004-11-09  Bruno Haible  <bruno@clisp.org>
26968
26969         * m4/sockpfaf.m4: New file.
26970
26971 2004-11-05  Bruno Haible  <bruno@clisp.org>
26972
26973         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
26974         Reported by Mark D. Baushke <mdb@cvshome.org>.
26975
26976 2004-11-04  Bruno Haible  <bruno@clisp.org>
26977
26978         2004-09-11  Bruno Haible  <bruno@clisp.org>
26979                 * allocsa.valgrind: New file.
26980         2004-02-06  Bruno Haible  <bruno@clisp.org>
26981                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
26982                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
26983                 Reported by Christopher Seip <chris.seip@hp.com>.
26984
26985 2004-11-04  Bruno Haible  <bruno@clisp.org>
26986
26987         * modules/allocsa (Files): Add lib/allocsa.valgrind.
26988         (Makefile.am): Distribute it.
26989
26990 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26991
26992         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
26993         with errno == ERANGE if the buffer is too small.
26994         Problem reported by Mark D. Baushke.
26995
26996 2004-11-03  Albert Chin  <china@thewrittenword.com>
26997             Paul Eggert  <eggert@cs.ucla.edu>
26998
26999         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
27000         equivalent, substitute $ac_type for equivalent type rather than
27001         blindly using uint32_t *always* which won't work if uint32_t is not
27002         available.  Define _UINT32_T to work around typedef of uint32_t if
27003         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
27004         2.5.1.
27005
27006 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27007
27008         * m4/jm-macros.m4: Sync from coreutils.
27009         (gl_MACROS): Check for mbrlen, for pathchk.
27010         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
27011
27012 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27013
27014         * lib/xreadlink.c (MAXSIZE): New macro.
27015         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
27016         size does not exceed MAXSIZE.  Avoid cast.
27017         As suggested by Mark D. Baushke in
27018         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
27019         if readlink fails with buffer size just under MAXSIZE, try again
27020         with MAXSIZE.
27021
27022 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27023
27024         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
27025
27026 2004-11-02  Derek R. Price  <derek@ximbiot.com>
27027         and  Paul Eggert  <eggert@cs.ucla.edu>
27028
27029         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
27030         (get_date): Overparenthesize to avoid GCC warning.
27031
27032 2004-11-02  Bruno Haible  <bruno@clisp.org>
27033
27034         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
27035         returns void.
27036
27037 2004-11-02  Bruno Haible  <bruno@clisp.org>
27038
27039         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
27040         function returns void.
27041
27042 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27043
27044         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
27045         fflush_unlocked, flockfile, funlockfile, funlockfile,
27046         fputs_unlocked, putc_unlocked.
27047
27048 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27049
27050         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
27051         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
27052         already declared.
27053
27054 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27055
27056         * modules/getdate (Files): Add doc/getdate.texi.
27057         (Depends-on): Add setenv, xalloc.
27058
27059 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27060
27061         * lib/getdate.y: Add support for TZ="foo" within a date string.
27062         Fix some bugs near time_t boundaries.  Reject dates with
27063         out-of-range components, e.g., "Sept 31".
27064         Include <stdlib.h>, "setenv.h", "xalloc.h".
27065         (ISDIGIT_LOCALE): Remove; unused.
27066         Note that the TZ and time functions used here are not reentrant.
27067         (mktime_ok, get_tz): New functions.
27068         (TZBUFSIZE): New constant.
27069         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
27070         This requires that we sometimes generate our own TZ="XXX..." setting.
27071
27072 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         * doc/getdate.texi: New file, from coreutils with modifications for
27075         the new TZ parsing.
27076
27077 2004-10-27  Derek R. Price  <derek@ximbiot.com>
27078
27079         * lib/mktime.c (not_equal_tm): Remove redundant check.
27080
27081 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27082
27083         * modules/regex (lib_SOURCES): Add regex.c.
27084         Reported by James Youngman in
27085         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
27086
27087 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27088
27089         * lib/getdate.y: Use Bison 1.875 features, and some minor
27090         code cleanups.  This change does not affect semantics.
27091         Don't include <stdlib.h>; no longer needed.
27092         Don't include unlocked-io.h; only the "#if TEST" code uses
27093         stdio, and performance isn't crucial there.
27094         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
27095         Bison 1.875 features as described below.
27096         All uses of "PC." replaced by "pc->".
27097         (YYSTYPE): Add a forward declaration.
27098         (yylex, yyerror): Use full prototypes in forward decls.
27099         Use "%pure-parser" rather than obsolescent "%pure_parser".
27100         Use %parse-param and %lex-param instead of obsolescent
27101         YYPARSE_PARAM and YYLEX_PARAM.
27102         (meridian_table, month_and_day_table, time_units_table,
27103         relative_time_table, time_zone_table, military_table,
27104         lookup_zone, lookup_word, get_date):
27105         Use NULL instead of 0 where appropriate.
27106         (to_hour): Avoid abort (), to avoid a dependency on
27107         stdlib.h.
27108         (yyerror, yylex): Now accepts parser_control * arg.
27109         (main) [TEST]: Use '\0' rather than 0 for char.
27110
27111 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
27112
27113         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
27114
27115 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
27116
27117         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
27118         It's now the caller's responsibility to handle the case where
27119         !HAVE_GETPAGESIZE && !defined getpagesize.
27120
27121         * lib/mktime.c (leapyear): Arg is long int, not int.
27122
27123 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
27124
27125         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
27126
27127 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
27128
27129         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
27130         missing.  Problem reported by James Youngman.
27131
27132 2004-10-16  Simon Josefsson  <jas@extundo.com>
27133
27134         * gnulib-tool: Fix comments.  Fix parse problem.
27135         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
27136
27137 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
27138
27139         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
27140         implementation of getopt_long.  Problem reported by Alexander Taler in:
27141         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
27142
27143 2004-10-15  Bruno Haible  <bruno@clisp.org>
27144
27145         * gnulib-tool: Untabify. Initialize supplied_libname.
27146         (func_usage): More homogenous output.
27147         (func_modules_transitive_closure, func_modules_to_filelist,
27148         func_emit_lib_Makefile_am): New functions.
27149         (func_import): New function, extracted from big case statement. Use
27150         func_get_license, func_modules_transitive_closure,
27151         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
27152         opt_lgpl. Don't use test -a, as it's not portable.
27153         (func_create_testdir): Use func_modules_transitive_closure,
27154         func_modules_to_filelist, func_emit_lib_Makefile_am.
27155
27156 2004-10-15  Bruno Haible  <bruno@clisp.org>
27157
27158         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
27159
27160 2004-10-15  Bruno Haible  <bruno@clisp.org>
27161
27162         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
27163         the portions belonging to each module.
27164         Suggested by Derek Robert Price <derek@ximbiot.com>.
27165
27166 2004-10-12  Simon Josefsson  <jas@extundo.com>
27167
27168         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
27169         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
27170         to real functions.
27171
27172 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27173
27174         * modules/vsnprintf: New file.
27175
27176 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27177
27178         * m4/vsnprintf.m4: New file.
27179
27180 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27181
27182         * lib/vsnprintf.h: New file.
27183         * lib/vsnprintf.c: New file.
27184
27185 2004-10-11  Bruno Haible  <bruno@clisp.org>
27186
27187         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
27188         vsnprintf.
27189
27190 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27191
27192         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
27193
27194 2004-10-07  Bruno Haible  <bruno@clisp.org>
27195
27196         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
27197         fits into the provided buffer.
27198
27199 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27200
27201         * lib/diacrit.c, diacrit.h: Add GPL notice.
27202
27203         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
27204         notice.
27205         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
27206         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
27207         This avoids a potential constant-folding bug.
27208
27209 2004-10-05  Bruno Haible  <bruno@clisp.org>
27210
27211         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
27212         for the declaration of strsep.
27213
27214 2004-10-05  Bruno Haible  <bruno@clisp.org>
27215
27216         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
27217
27218 2004-10-04  Simon Josefsson  <jas@extundo.com>
27219
27220         * modules/memmem: New file.
27221         * tests/test-memmem.c: New file.
27222         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
27223
27224 2004-10-04  Simon Josefsson  <jas@extundo.com>
27225
27226         * m4/memmem.m4: New file.
27227
27228 2004-10-04  Simon Josefsson  <jas@extundo.com>
27229
27230         * lib/memmem.h: New file.
27231         * lib/memmem.c: New file, taken from glibc.
27232
27233 2004-10-04  Simon Josefsson  <jas@extundo.com>
27234
27235         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
27236         '#ifdef USE_UNLOCKED_IO'.
27237
27238 2004-10-04  Simon Josefsson  <jas@extundo.com>
27239
27240         * config/srclist.txt: Add memmem from glibc.
27241
27242 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27243
27244         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
27245
27246         * modules/argmatch, modules/argp, modules/closeout, modules/error,
27247         modules/exclude, modules/getdate, modules/getline,
27248         modules/getndelim2, modules/getpass, modules/getpass-gnu,
27249         modules/getusershell, modules/linebuffer, modules/md5,
27250         modules/mountlist, modules/posixtm, modules/readtokens,
27251         modules/readutmp, modules/regex, modules/sha1,
27252         modules/version-etc, modules/yesno:
27253         Remove dependency on unlocked-io.
27254
27255 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27256
27257         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
27258
27259         * m4/unlocked-io.m4: Add copyright notice.
27260         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
27261
27262 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27263
27264         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
27265         * lib/xmalloc.c (xmemdup): Likewise.
27266         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
27267         XFREE): Remove these long-obsolescent macros.
27268         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
27269         * lib/xstrdup.c: Remove.
27270
27271         * lib/regex.c (re_comp): Cast gettext return value to char *,
27272         Problem reported by Martin Neitzel via Mark D. Baushke.
27273
27274 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27275
27276         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
27277         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
27278         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
27279         regex.c, sha1.c, version-etc.c, yesno.c:
27280         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
27281         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
27282         the includer's responsibility.
27283
27284         Sync from coreutils.
27285
27286         * lib/modechange.c (mode_compile): Don't decrement a pointer that
27287         points to the start of a string, as the C Standard says the
27288         resulting behavior is undefined.
27289
27290         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
27291         simple -> simple_backups, numbered_existing ->
27292         numbered_existing_backups, numbered -> numbered_backups
27293         to avoid shadowing problems.  All uses changed.
27294         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
27295         * lib/backupfile.c (check_extension, numbered_backup):
27296         Rename locals to avoid shadowing 'basename'.
27297         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
27298         once.
27299
27300         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
27301         * lib/.cvsignore: Add getopt.h.
27302
27303 2004-10-04  Bruno Haible  <bruno@clisp.org>
27304
27305         * modules/README: New file.
27306         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
27307         not a module.
27308
27309 2004-10-02  Jim Meyering  <jim@meyering.net>
27310
27311         * lib/dirfd.h, getpagesize.h: Add copyright notice.
27312
27313 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27314
27315         * modules/strsep: New file.
27316
27317 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27318
27319         * m4/strsep.m4: New file.
27320
27321 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27322
27323         * lib/strsep.h: New file.
27324         * lib/strsep.c: New file.
27325
27326 2004-10-01  Simon Josefsson  <jas@extundo.com>
27327
27328         * lib/snprintf.c (snprintf): Handle size==0.
27329
27330 2004-10-01  Simon Josefsson  <jas@extundo.com>
27331             Bruno Haible  <bruno@clisp.org>
27332
27333         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
27334         (snprintf): Declare 'args'.
27335
27336 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
27337
27338         * lib/snprintf.c: Remove comments as to why each header is needed.
27339
27340 2004-10-01  Bruno Haible  <bruno@clisp.org>
27341
27342         * MODULES.html.sh: Add strsep.
27343
27344 2004-09-30  Simon Josefsson  <jas@extundo.com>
27345
27346         * modules/snprintf: New file.
27347
27348 2004-09-30  Simon Josefsson  <jas@extundo.com>
27349
27350         * m4/snprintf.m4: New file.
27351
27352 2004-09-30  Simon Josefsson  <jas@extundo.com>
27353
27354         * lib/snprintf.h, lib/snprintf.c: New files.
27355
27356 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27357
27358         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
27359         (hol_entry_help): Never translate an empty string.
27360         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
27361         * lib/argp.h (OPTION_NO_TRANS): New option.
27362
27363 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
27364
27365         * modules/argp (Maintainer): Replace Simon Josefsson
27366         by Sergey Poznyakoff.
27367
27368 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
27369
27370         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
27371         changes merged back into glibc.
27372
27373 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
27374
27375         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
27376
27377 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
27378
27379         * lib/xvasprintf.c: Include xalloc.h.
27380         (xvasprintf): Use xalloc_die, not xmalloc_die.
27381
27382 2004-09-29  Bruno Haible  <bruno@clisp.org>
27383
27384         * modules/alloca-opt: New file, derived from modules/alloca.
27385         * modules/allocsa: Depend on alloca-opt instead of alloca.
27386         * modules/setenv: Likewise.
27387         * modules/vasnprintf: Likewise.
27388         * MODULES.html.sh: Add alloca-opt.
27389
27390 2004-09-28  Simon Josefsson  <jas@extundo.com>
27391
27392         * gnulib-tool: New parameter --lgpl, to asseert that modules are
27393         LGPL, and to replace license template from GPL to LGPL.
27394
27395 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
27396
27397         * modules/dummy: Change license to LGPL.
27398
27399 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
27400
27401         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
27402
27403 2004-09-24  Simon Josefsson  <jas@extundo.com>
27404
27405         * modules/minmax (License): Change from GPL to LGPL.
27406
27407 2004-09-23  Simon Josefsson  <jas@extundo.com>
27408
27409         * gnulib-tool (--import): Typo.
27410
27411 2004-09-23  Simon Josefsson  <jas@extundo.com>
27412
27413         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
27414
27415 2004-09-22  Bruno Haible  <bruno@clisp.org>
27416
27417         * modules/*: Add 'License' field.
27418         * gnulib-tool: Accept --extract-license option.
27419         (func_get_license): New function.
27420
27421 2004-09-21  Bruno Haible  <bruno@clisp.org>
27422
27423         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
27424         Reported by Simon Josefsson.
27425
27426 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
27427
27428         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
27429         gl_AC_TYPE_LONG_LONG.
27430
27431 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
27432
27433         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
27434
27435 2004-09-18  Simon Josefsson  <jas@extundo.com>
27436         and  Paul Eggert  <eggert@cs.ucla.edu>
27437
27438         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
27439         calls with autoreconf.  Define GL_LIB.
27440
27441 2004-09-14  Karl Berry  <karl@gnu.org>
27442
27443         * config/srclist.txt: unsync setenv.c, sigh.
27444
27445 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
27446
27447         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
27448         Problem reported by Bruno Haible in:
27449         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
27450
27451 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
27452
27453         * config/srclist.txt: Comment out argp-pvh.c.
27454
27455 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
27456
27457         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
27458         in case some system header has #define'd it.  Problem reported by
27459         Soeren D. Schulze in
27460         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
27461
27462 2004-09-09  Karl Berry  <karl@gnu.org>
27463
27464         * regex.[ch]: delete from the root.  These were supposed to be
27465                 synced with emacs cvs, but this has not happened for about
27466                 a year, and anyway nothing else uses emacs regex.[ch].
27467                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
27468                 lib/regex[.ch] is untouched.
27469
27470 2004-09-09  Bruno Haible  <bruno@clisp.org>
27471
27472         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
27473
27474 2004-09-09  Bruno Haible  <bruno@clisp.org>
27475
27476         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
27477         modifications.
27478         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
27479
27480 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
27481
27482         * modules/xvasprintf: New file.
27483         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
27484
27485 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
27486
27487         * lib/xvasprintf.h: New file.
27488         * lib/xvasprintf.c: New file.
27489         * lib/xasprintf.c: New file.
27490
27491 2004-09-08  Bruno Haible  <bruno@clisp.org>
27492
27493         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
27494
27495 2004-09-08  Bruno Haible  <bruno@clisp.org>
27496
27497         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
27498         length is > INT_MAX.
27499         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
27500         more.
27501
27502 2004-09-08  Bruno Haible  <bruno@clisp.org>
27503
27504         * lib/stdint_.h: New file, taken from GNU clisp.
27505
27506 2004-09-08  Bruno Haible  <bruno@clisp.org>
27507             Oskar Liljeblad  <oskar@osk.mine.nu>
27508
27509         * modules/stdint: New file.
27510         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
27511
27512 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27513
27514         Import from coreutils.
27515         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
27516         strings on unbounded length.  alloca's performance benefits aren't
27517         that important here.
27518         (V_STRDUP): Remove.
27519         (parse_with_separator): New function, with most of the internals
27520         of the old parse_user_spec.  Allow user to omit both user and group,
27521         for compatibility with FreeBSD.
27522         Clone only the user name, not the entire spec.
27523         Do not set *uid, *gid unless entirely successful.
27524         Avoid memory leak in some failing cases.
27525         Fix regression for USER.GROUP reported by Dmitry V. Levin in
27526         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
27527         (parse_user_spec): Rewrite to use parse_with_separator.
27528
27529 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27530
27531         * modules/userspec: Don't depend on alloca.
27532
27533 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27534
27535         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
27536
27537 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27538
27539         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
27540         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
27541         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
27542
27543 2004-08-16  Simon Josefsson  <jas@extundo.com>
27544
27545         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
27546         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
27547         Add --dry-run for --import.
27548         Let user provided command line parameters override configure.ac
27549         settings.
27550
27551 2004-08-12  Simon Josefsson  <jas@extundo.com>
27552
27553         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
27554         as discussed with Paul Eggert in threads rooted at
27555         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
27556         and
27557         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
27558         Before, the test was empty, and relied on ELIDE_CODE in source
27559         code.)
27560         (gl_PREREQ_GETOPT): New macro.
27561         (gl_GETOPT): Use them.
27562
27563 2004-08-12  Simon Josefsson  <jas@extundo.com>
27564
27565         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
27566         * lib/getopt_.h: Renamed from getopt.h.
27567
27568 2004-08-12  Simon Josefsson  <jas@extundo.com>
27569
27570         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
27571         Change default library name from libfoo to libgnu.
27572         Now, if you have a configure.ac that says:
27573                 gl_SOURCE_BASE(gl)
27574                 gl_M4_BASE(gl/m4)
27575                 gl_MODULES(error getopt etcetera)
27576                 gl_INIT
27577         you can import all you need by running:
27578                 ../gnulib/gnulib-tool --import
27579
27580         * modules/getopt (Files): Rename getopt.h to getopt_.h.
27581         (Makefile.am): Rewrite, use logic from argz.
27582         (Include): Use <getopt.h> instead of "getopt.h".
27583
27584 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
27585
27586         * modules/argp (Files): Add m4/unlocked-io.m4.
27587         (Depends-on): Add extensions.
27588
27589 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
27590
27591         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
27592         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
27593         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
27594         Check for program_invocation_name, program_invocation_short_name,
27595         flockfile, funlockfile, features.h, _getopt_long_only_r.
27596
27597 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
27598
27599         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
27600         its complicated substitute.
27601         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
27602         and program_invocation_name.
27603         (__argp_basename) [!_LIBC]: Remove; the only use was
27604         replaced by its body.
27605         (__argp_short_program_name): Change condition from
27606         !defined __argp_short_program_name to
27607         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
27608         to match argp-namefrob.h.
27609         (__argp_failure): Don't assume strerror_r returns char *.
27610         * lib/argp-parse.c (N_): Define unconditionally.
27611         (argp_default_options): Fill out initializers with 0 to avoid
27612         gcc warnings.
27613
27614 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
27615
27616         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
27617         getopt1.c.
27618
27619 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
27620
27621         Merge from coreutils.
27622
27623         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
27624
27625         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
27626         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
27627
27628 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
27629
27630         Merge from coreutils.
27631
27632         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
27633         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
27634         for Reliant Unix 5.43.
27635
27636         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
27637         (union fooround): Use uintmax_t, not long int.
27638         The rest is a merge from libc:
27639         [defined _LIBC]: Include <shlib-compat.h>.
27640         (_obstack) [defined _LIBC]: Remove after 2.3.4.
27641
27642         * lib/settime.c (settime): Recode to avoid warning with
27643         Sun Forte C 6U2.
27644
27645         * lib/strverscmp.c: Convert to UTF-8.
27646
27647 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
27648
27649         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
27650         m4/uintmax_t.m4.
27651
27652 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
27653
27654         * modules/xalloc-die: New file.
27655         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
27656
27657         * modules/md5 (Files): Add m4/uint32_t.m4.
27658         * modules/sha1: Renamed from modules/sha.
27659         (Files):
27660         Rename lib/sha.h to lib/sha1.h.
27661         Rename lib/sha.c to lib/sha1.c.
27662         Rename m4/sha.m4 to m4/sha1.m4.
27663         (lib_SOURCES): Likewise.
27664         (configure.ac): Rename gl_SHA to gl_SHA1.
27665         (Include): sha.h -> sha1.h.
27666
27667 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
27668
27669         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
27670         * m4/sha1.m4: Renamed from sha.m4.
27671         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
27672
27673 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
27674
27675         * lib/obstack.h (obstack_empty_p):
27676         Don't assume that chunk->contents is suitably aligned.
27677         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
27678         Likewise. Problem reported by Benno in
27679         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
27680
27681         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
27682         readable.  This could be improved further but it'd take some work.
27683
27684 2004-08-08  Simon Josefsson  <jas@extundo.com>
27685
27686         * modules/xgethostname (Depends-on): Remove exit and error (not
27687         used).
27688
27689         * modules/getpass-gnu: Add getpass.h.
27690         (Depends-on): Add stdbool.
27691         * modules/getpass: Add getpass.h.
27692
27693 2004-08-08  Simon Josefsson  <jas@extundo.com>
27694
27695         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
27696         Check getpass declaration.
27697
27698 2004-08-08  Simon Josefsson  <jas@extundo.com>
27699
27700         * lib/xgethostname.c: Don't include error.h (not used).
27701
27702         * lib/getpass.h: Add.
27703         * lib/getpass.c: Include getpass.h first.
27704
27705 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
27706
27707         * lib/xalloc-die.c: New file.
27708         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
27709         All uses removed.
27710         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
27711         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
27712         xalloc-die.c.
27713         (_, N_, xalloc_die): Move to xalloc-die.c.
27714         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
27715         so that we needn't mess with xalloc_msg_memory_exhausted.
27716
27717         * lib/sha1.h: Renamed from sha.h.
27718         (SHA1_H): Renamed from _SHA_H.
27719         (sha1_ctx): Renamed from sha_ctx.
27720         (sha1_init_ctx): Renamed from sha_init_ctx.
27721         (sha1_process_block): Renamed from sha_process_block.
27722         (sha1_process_bytes): Renamed from sha_process_bytes.
27723         (sha1_finish_ctx): Renamed from sha_finish_ctx.
27724         (sha1_read_ctx): Renamed from sha_read_ctx.
27725         (sha1_stream): Renamed from sha_stream.
27726         (sha1_buffer): Renamed from sha_buffer.
27727         * lib/sha1.c: Likewise; renamed from sha.c.
27728         Do not include <sys/types.h>.
27729         Include <stddef.h> rather than <stdlib.h>.
27730
27731 2004-08-08  Bruno Haible  <bruno@clisp.org>
27732
27733         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
27734         FILESYSTEM_PREFIX_LEN.
27735         * lib/progreloc.c: Likewise.
27736         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
27737
27738 2004-08-06  Simon Josefsson  <jas@extundo.com>
27739
27740         * modules/progname (Depends-on): Don't depend on stdbool.
27741
27742 2004-08-06  Simon Josefsson  <jas@extundo.com>
27743
27744         * modules/getsubopt: New file.
27745         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27746         getsubopt.
27747
27748 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
27749
27750         More merge from coreutils.
27751
27752         * m4/utimens.m4, m4/utimecmp.m4: New files.
27753         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
27754         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
27755         prereq.m4, sha.m4: Import changes from coreutils.
27756
27757 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
27758
27759         More merge from coreutils.
27760         * modules/raise, modules/readtokens0, modules/utimens:
27761         * modules/utimecmp, module/xnanosleep: New files.
27762         * modules/strftime: Add lib/strftime.h.
27763         Change include from <time.h> to "strftime.h".
27764         * modules/yesno: Add lib/yesno.h.
27765         * modules/backupfile: Remove lib/addext.c.
27766         * modules/euidaccess: Add stat-macros.h.
27767         * modules/canonicalize, modules/euidaccess,
27768         modules/filemode, modules/lchown, modules/makepath,
27769         modules/rmdir, modules/stat: Likewise.
27770
27771 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
27772
27773         Merge from tar.
27774         * lib/argp-help.c (make_hol, hol_append): Don't assume that
27775         SIZE_MAX is a valid preprocessor constant.
27776         (__argp_basename): Change from "#ifndef _LIBC"
27777         to "#ifndef __argp_short_program_name", so that
27778         we don't compile these functions for tar.
27779
27780         More merges from coreutils.
27781         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
27782         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
27783         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
27784         * lib/addext.c: Remove; no longer needed.
27785         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
27786         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
27787         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
27788         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
27789         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
27790         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
27791         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
27792         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
27793         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
27794         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
27795         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
27796         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
27797         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
27798         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
27799         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
27800         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
27801         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
27802         Import changes from coreutils.
27803
27804 2004-08-05  Simon Josefsson  <jas@extundo.com>
27805
27806         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
27807
27808 2004-08-05  Simon Josefsson  <jas@extundo.com>
27809
27810         * m4/getsubopt.m4: New file.
27811
27812 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
27813
27814         Merge from coreutils.
27815
27816         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
27817         * m4/getcwd-path-max.m4: New files.
27818
27819         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
27820         FILESYSTEM_PREFIX_LEN ->
27821         FILE_SYSTEM_PREFIX_LEN.
27822         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
27823         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
27824         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
27825         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
27826
27827         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
27828         prerequisite modules now handle the DOS stuff.
27829         Don't check for unistd.h.
27830
27831 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
27832
27833         Merge from coreutils.
27834
27835         * lib/.gdb-history: Remove; this doesn't belong here.
27836
27837         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
27838         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
27839         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
27840         * lib/getcwd.c: New files.
27841
27842         * lib/dirname.h: Include <stdbool.h>.
27843         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
27844         for consistency with POSIX terminology.  All uses changed.
27845         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
27846         (strip_trailing_slashes): Use bool for booleans.
27847         * lib/stripslash.c (strip_trailing_slashes): Likewise.
27848
27849         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
27850         sometimes returns a positive errno value even when it succeeds.
27851         (print_errno_message) [!LIBC]: Fall back on strerror if
27852         __strerror_r fails.
27853
27854         * lib/path-concat.c (mempcpy): Don't define if a system header defines
27855         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
27856         (longest_relative_suffix): New function.
27857         (path_concat): Use it.  Assume first argument is not NULL.
27858         Port to DOS.  Omit redundant separators.
27859         Report an error instead of returning NULL.
27860         Use mempcpy instead of memcpy.
27861         (xpath_concat): Remove: not declared or used.
27862
27863         * lib/same.h: Include <stdbool.h>
27864         (same_name): Return bool, not int.
27865         * lib/same.c (same_name): Likewise.
27866         (errno): Don't declare; we assume C89 or better now.
27867
27868         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
27869         if not already defined.
27870
27871         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
27872         * lib/dup-safer.c (errno): Likewise.
27873
27874 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
27875
27876         Merge from coreutils.
27877         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
27878         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
27879         * modules/path-concat: Don't depend on strdup.
27880
27881 2004-08-03  Simon Josefsson  <jas@extundo.com>
27882
27883         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
27884         * lib/progname.h: Don't include stdbool.h.
27885
27886 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
27887
27888         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
27889         * MODULES.html.sh (func_all_modules): Remove fatal.
27890
27891 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
27892
27893         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
27894
27895 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
27896
27897         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
27898         working.
27899
27900 2004-08-02  Simon Josefsson  <jas@extundo.com>
27901
27902         * lib/getsubopt.h: New file, with comments from Bruno Haible.
27903         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
27904         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
27905
27906 2004-08-01  Simon Josefsson  <jas@extundo.com>
27907
27908         * lib/xgetdomainname.c: Include stdlib.h, for free().
27909
27910 2004-07-19  Bruno Haible  <bruno@clisp.org>
27911
27912         * MODULES.html.sh (func_all_modules): Add dummy.
27913
27914 2004-07-16  Simon Josefsson  <jas@extundo.com>
27915
27916         * modules/dummy: New file.
27917
27918 2004-07-16  Simon Josefsson  <jas@extundo.com>
27919
27920         * lib/dummy.c: New file.
27921
27922 2004-07-16  Bruno Haible  <bruno@clisp.org>
27923
27924         * lib/backupfile.h: Add extern "C" for C++.
27925         * lib/closeout.h: Likewise.
27926         * lib/copy-file.h: Likewise.
27927         * lib/findprog.h: Likewise.
27928         * lib/full-write.h: Likewise.
27929         * lib/pathname.h: Likewise.
27930         * lib/progname.h: Likewise.
27931         * lib/stpcpy.h: Likewise.
27932         * lib/stpncpy.h: Likewise.
27933         * lib/strcase.h: Likewise.
27934         * lib/strstr.h: Likewise.
27935         * lib/xalloc.h: Likewise.
27936
27937         * lib/mbswidth.h: Add extern "C" for C++.
27938         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
27939
27940 2004-07-13  Robert Millan  <robertmh@gnu.org>
27941
27942         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
27943
27944 2004-07-09  Simon Josefsson  <jas@extundo.com>
27945
27946         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
27947         failed without this.)
27948
27949 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27950
27951         * modules/chown (Files): Add lib/fchown-stub.c, since
27952         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
27953
27954 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27955
27956         * lib/fchown-stub.c: New file.
27957
27958 2004-06-24  Jim Meyering  <jim@meyering.net>
27959
27960         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
27961
27962 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27963
27964         * modules/argz: Omit "#include".
27965
27966         * MODULES.html.sh (func_all_modules): Add calloc, to match
27967         2004-06-01 addition of calloc module.
27968
27969 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27970
27971         * m4/argz.m4: New file, which is autoupdated from libtool.
27972
27973 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27974
27975         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
27976         libtool.
27977
27978 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27979
27980         * config/srclist-update: Don't insist on "USA." before the
27981         close-comment, as libtool omits the period and puts the */ on a
27982         separate line.
27983         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
27984         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
27985
27986 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
27987
27988         * modules/argz: New file.
27989         * MODULES.html.sh (func_all_modules): Add argz.
27990
27991 2004-06-12  Jim Meyering  <jim@meyering.net>
27992         and  Paul Eggert  <eggert@cs.ucla.edu>
27993
27994         * modules/hash (Files): Add lib/xalloc.h.
27995         * modules/pipe (Depends-on): Add wait-process.
27996         * modules/stat (Depends-on): Add xalloc.
27997         * modules/userspec (Files): Add lib/userspec.h.
27998         * modules/xstrto
27999
28000         Upgrade from gettext-0.13.
28001         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
28002         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
28003         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
28004
28005 2004-06-10  Jim Meyering  <jim@meyering.net>
28006
28007         * lib/calloc.c: New file.
28008
28009 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
28010
28011         * lib/getdate.y (yylex): Allow space between sign and number.
28012         Problem reported by Dan Jacobson.
28013
28014 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
28015
28016         Merge from coreutils CVS.
28017
28018         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
28019         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
28020         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
28021         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
28022         xstrtol.m4: Fix copyright date and/or serial number.
28023
28024         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
28025         See if we need an fchown replacement.
28026         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
28027         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
28028         and use the replacement function if we detect either defect.
28029
28030         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
28031         gl_UTIMECMP.
28032
28033 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
28034         and  Jim Meyering  <jim@meyering.net>
28035
28036         Merge from coreutils CVS.
28037
28038         * lib/stat-macros.h: New file, with contents from file-type.h
28039         and coreutils' system.h.
28040         * lib/file-type.c: Include "stat-macros.h".
28041         * lib/file-type.h (file_type): Move all macro definitions to new file,
28042         stat-macros.h.
28043
28044         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
28045         Wrap old code with this conditional.
28046         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
28047         function that does not dereference symlinks.
28048         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
28049
28050         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
28051         dependency problems.
28052         (xreadlink): Accept new arg SIZE, for efficiency.
28053         All decls and uses changed.
28054         * lib/xreadlink.h: Include <stddef.h>, for size_t.
28055
28056         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
28057         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
28058
28059         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
28060         sysexits.h.
28061
28062 2004-06-01  Jim Meyering  <jim@meyering.net>
28063
28064         * m4/calloc.m4: New file.
28065
28066 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
28067
28068         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
28069         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
28070         Also, fix a typo in a diagnostic.
28071
28072 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
28073
28074         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
28075         or AC_FUNC_REALLOC.
28076
28077 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
28078
28079         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
28080         macros to be defined.
28081         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
28082         the allocator returns NULL because the requested size is zero.
28083
28084 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28085
28086         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
28087         var.  Add comment explaining why libc still defines it.  This
28088         merges the following patch from glibc:
28089         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
28090
28091 2004-05-20  Andreas Schwab  <schwab@suse.de>
28092
28093         * m4/free.m4: Replace free if it not known to work, not the other
28094         way round.
28095
28096 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28097
28098         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
28099         present in glibc since revision 1.1 of this file.
28100         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
28101         obstack_alignment_mask, obstack_alloc, obstack_base,
28102         obstack_blank, obstack_blank_fast, obstack_chunk_size,
28103         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
28104         obstack_grow0, obstack_init, obstack_int_grow,
28105         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
28106         obstack_next_free, obstack_object_size, obstack_ptr_grow,
28107         obstack_ptr_grow_fast, obstack_room): Remove declarations of
28108         nonexistent functions.
28109
28110 2004-05-18  Karl Berry  <karl@gnu.org>
28111
28112         * config/srclist.txt: break link for vasnprintf.c.
28113
28114 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
28115
28116         Port obstack to the AS/400, where pointers are 16 bytes wide and
28117         you cannot cast an integer to a valid pointer.  This patch is
28118         currently waiting to be integrated into glibc; see
28119         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
28120
28121         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
28122         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
28123         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
28124         (struct obstack): temp member is now a union of a pointer and
28125         an integer, instead of an integer.  All integer uses changed.
28126         This does not affect the physical layout of struct obstack,
28127         except on hosts (like the AS/400) where the size or alignment of
28128         void * is greater than that of ptrdiff_t.
28129         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
28130         __STDC__)]: Store temporary in pointer member of union, not
28131         integer member.
28132         * lib/obstack.c: Include <stddef.h>, for offsetof.
28133         (struct fooalign): Remove; it doesn't need a name.
28134         (union fooround): Change double to long double, and add void *.
28135         (DEFAULT_ALIGNMENT): Use offsetof to compute.
28136         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
28137         not a macro.  Hence the values are always int; so remove all
28138         casts-to-int in uses.
28139
28140 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
28141
28142         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
28143         we can get this patch merged into glibc.
28144
28145 2004-05-17  Derek R. Price  <derek@ximbiot.com>
28146             Paul Eggert  <eggert@cs.ucla.edu>
28147
28148         * m4/argp: Depend on alloca.
28149
28150 2004-05-17  Derek R. Price  <derek@ximbiot.com>
28151             Paul Eggert  <eggert@cs.ucla.edu>
28152
28153         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
28154         freecoding.
28155
28156 2004-05-17  Bruno Haible  <bruno@clisp.org>
28157
28158         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
28159         precision that consists of a '.' followed by an empty digit string.
28160         Patch by Tor Lillqvist <tml@iki.fi>.
28161
28162 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28163
28164         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
28165         for backward compatibility with older code.  We need our own
28166         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
28167         it under some other name, and our alloca.h will define it.
28168
28169 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28170             Derek Price  <derek@ximbiot.com>
28171
28172         * lib/alloca.c: Include <alloca.h>, to get our interface.
28173         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
28174         include <alloca.h> first.  Use C89 prototype for alloca; this
28175         requires including <stddef.h> for size_t.  Use extern "C" if C++.
28176         Use #elif for simplicity, since we can assume C89 now.
28177         Don't try to source the system alloca.h since it will not be found
28178         and to prevent recursively including its replacement.
28179         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
28180         * lib/regex.c: Likewise.
28181
28182 2004-05-16  Derek Price  <derek@ximbiot.com>
28183             Paul Eggert  <eggert@cs.ucla.edu>
28184
28185         getline cleanup.  This changes the getndelim2 API: both order of
28186         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
28187         no delimiter).
28188
28189         * lib/getline.c: Don't include stddef.h or stdio.h, since our
28190         interface does that.
28191         (getline): Always use getdelim, so that we don't have two
28192         copies of this code.
28193         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
28194         if available.
28195         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
28196         (GETNDELIM2_MAXIMUM): New macro.
28197         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
28198         instead of the old practice of delim2==0.  All callers changed.
28199         Return -1 on overflow, instead of returning junk.
28200         Do not set *linesize unless allocation succeeds.
28201         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
28202         that we include sys/types.h.
28203         * lib/getnline.h: Likewise.
28204         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
28205         (getndelim2): Reorder arguments.
28206         * lib/getnline.c (getnline, getndelim):
28207         Don't discard the NMAX argument.
28208         (getnline): Invoke getndelim, to avoid code duplication.
28209         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
28210         of (size_t) -1 by callers of the getnline family.
28211
28212 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28213
28214         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
28215         Check for gettimeofday.
28216         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
28217         Check for settimeofday, stime.
28218
28219 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28220
28221         * lib/nanosleep.c (suspended): Change its type from int to
28222         sig_atomic_t volatile.
28223         (first_call): Make it private to rpl_nanosleep, and have it
28224         be zero initially as that's a bit faster.
28225         (my_usleep): Round up fractional times instead of truncating them,
28226         as this is the usual meaning for 'sleep'.
28227
28228         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
28229         doesn't work.
28230         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
28231         (ENOSYS): Define if not defined.
28232         (settime): Fall back on stime if it exists and settimeofday fails.
28233         But don't bother with fallbacks if a method fails with errno == EPERM.
28234
28235 2004-05-11  Jim Meyering  <jim@meyering.net>
28236
28237         Prior to this change, the save_cwd caller required read access to the
28238         current directory on most systems (ones with the fchdir function).
28239
28240         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
28241         fails, try write-only, and finally, resort to using xgetcwd.
28242
28243 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28244
28245         * lib/obstack.c, obstack.h: Import changes from libc.
28246
28247 2004-04-28  Bruno Haible  <bruno@clisp.org>
28248
28249         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
28250         also implicitly appends .exe to executables.
28251         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
28252         accepts Windows pathnames.
28253         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
28254         Treat Cygwin like Windows, since it now accepts Windows pathnames.
28255         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
28256         Treat Cygwin like Windows, since it now accepts Windows pathnames.
28257         Reported by Derek Robert Price <derek@ximbiot.com>.
28258
28259 2004-04-21  Karl Berry  <karl@gnu.org>
28260
28261         * config/srclist.txt (localcharset.c): break sync.
28262
28263 2004-04-20  Paul Eggert  <eggert@twinsun.com>
28264
28265         * m4/host-os.m4: Add a copyright notice.
28266
28267 2004-04-20  Jim Meyering  <jim@meyering.net>
28268
28269         Change UTILS_ to gl_ in AC_DEFINE'd names.
28270         Change utils_- and jm_-prefixed variables, too.
28271         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
28272         UTILS_FUNC_MKDIR_TRAILING_SLASH.
28273         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
28274
28275         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
28276         Don't emit trailing blanks.
28277         Also rename jm_-prefixed variables to have gl_ prefix.
28278
28279         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
28280         Also rename jm_-prefixed variables to have gl_ prefix.
28281
28282         * m4/jm-macros.m4: Reflect the renamings.
28283         * m4/prereq.m4: Likewise.
28284
28285 2004-04-20  Jim Meyering  <jim@meyering.net>
28286
28287         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
28288         memory.
28289
28290 2004-04-20  Jim Meyering  <jim@meyering.net>
28291             Bruno Haible  <bruno@clisp.org>
28292
28293         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
28294         memory when realloc fails.
28295
28296 2004-04-19  Jim Meyering  <jim@meyering.net>
28297
28298         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
28299         now that readutmp.c may call `free (0)'.
28300
28301 2004-04-19  Bruno Haible  <bruno@clisp.org>
28302
28303         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
28304         * m4/inttypes_h.m4: Likewise.
28305         * m4/stdint_h.m4: Likewise.
28306         * m4/intmax_t.m4: Likewise.
28307         * m4/uintmax_t.m4: Likewise.
28308
28309 2004-04-18  Jim Meyering  <jim@meyering.net>
28310
28311         * m4/prereq.m4: Don't forbid jm_ prefix.
28312
28313         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
28314         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
28315         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
28316         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
28317         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
28318         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
28319         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
28320         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
28321         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
28322         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
28323         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
28324         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
28325         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
28326         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
28327         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
28328         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
28329         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
28330         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
28331         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
28332
28333 2004-04-18  Jim Meyering  <jim@meyering.net>
28334
28335         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
28336         failure, don't leak memory and do call END_UTMP_ENT.
28337
28338 2004-04-16  Jim Meyering  <jim@meyering.net>
28339
28340         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
28341         coreutils' stat program.
28342         (gl_PREREQ): Don't require jm_PREREQ_STAT.
28343
28344 2004-04-11  Paul Eggert  <eggert@twinsun.com>
28345
28346         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
28347         C89.
28348         (CHAR_BIT): Remove, since we assume C89.
28349         Include <stdint.h> if available, as per current Autoconf CVS advice.
28350
28351 2004-03-31  Jim Meyering  <jim@meyering.net>
28352
28353         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
28354         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
28355         * m4/xalloc.m4: Likewise.
28356
28357 2004-03-30  Paul Eggert  <eggert@twinsun.com>
28358
28359         Merge from coreutils.
28360
28361         * m4/inttostr.m4: New file.
28362         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
28363         Require AM_STDBOOL_H and gl_TIMESPEC instead.
28364         Require gl_CLOCK_TIME.
28365         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
28366
28367 2004-03-30  Paul Eggert  <eggert@twinsun.com>
28368
28369         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
28370         not bool, to be more consistent with Unix conventions.
28371         Suggested by Bruno Haible.
28372
28373         Merge from coreutils.
28374
28375         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
28376         * lib/umaxtostr.c: New files.
28377
28378         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
28379         the usual <time.h> dance.
28380         (get_date): Change signature to support fractional time stamps.
28381         All callers changed.
28382         * lib/getdate.y: Include "getdate.h" first, as we can now
28383         assume C89 and don't need to worry about 'const'.
28384         Similarly, include "unlocked-io.h" near start, not in middle.
28385         Include <limits.h>.
28386         (textint.value): Use long int rather than int.
28387         (textint.digits): Use size_t rather than int.
28388         (BILLION, LOG10_BILLION): New constants.
28389         (parser_control): New member rel_ns.  Members day_ordinal,
28390         time_zone, month, day, hour, minutes, rel_year, rel_month,
28391         rel_day, rel_hour, rel_minutes, rel_seconds
28392         are now long int, not int.  Member seconds is now struct timespec,
28393         not int.  New member timespec_seen.  Members dates_seen, days_seen,
28394         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
28395         not int.
28396         (%union.intval): Now long int, not int.
28397         New member timespec.
28398         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
28399         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
28400         (spec): Now is a timespec or an item list.
28401         (timespec, items): New nonterminals.
28402         (time, rel, relunit, number, get_date):
28403         Add support for fractional seconds.
28404         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
28405         (gmtime, localtime, mktime): Remove decls; not needed with C89.
28406         (to_hour): First arg is now long int, not int.
28407         (to_year): Returns long int, not int.
28408         Don't treat year -70 like 70.
28409         (tm_diff): Returns long int, not int.
28410         (lookup_word): Use bool instead of int when appropriate.
28411         (yylex): Use size_t for count, not int.
28412         Detect overflow when parsing large integer constants.
28413         Add support for fractions.
28414         (get_date): Make pointers 'const' if possible.
28415         Use more-portable code to detect integer overflow.
28416         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
28417         Don't use ctime; it's not reliable if the year has >4 digits.
28418
28419         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
28420         This is for compatibility with BSD.
28421
28422         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
28423         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
28424         From coreutils' system.h.
28425
28426         * lib/userspec.c: Don't include "posixver.h".
28427         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
28428         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
28429         compatible extension.  Simplify code by removing a boolean int
28430         that was always nonzero if a string was nonnull.
28431
28432 2004-03-30  Jim Meyering  <jim@meyering.net>
28433
28434         Merge from coreutils.
28435
28436         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
28437         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
28438         on some systems one must include <grp.h> before it.
28439         Reported by Christian Krackowizer.
28440
28441 2004-03-30  Jim Meyering  <jim@meyering.net>
28442
28443         Merge from coreutils.
28444
28445         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
28446
28447         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
28448         an empty input stream.
28449
28450         * lib/readtokens.c: Include <stdbool.h>.
28451         (readtoken): Use `size_t' rather than int/long.
28452         All callers adjusted.
28453         Use `bool' rather than `int' where appropriate.
28454         Use memset rather than an explicit loop.
28455         Use x2nrealloc rather than xrealloc.
28456         Allow the use of `\0' as a delimiter.
28457         (readtokens): Likewise.
28458         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
28459
28460 2004-03-30  Jim Meyering  <jim@meyering.net>
28461
28462         * m4/realloc.m4: Remove file, since now it does no more than
28463         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
28464         the `configure.ac' section of module/realloc.
28465         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
28466
28467 2004-03-30  Bruno Haible  <bruno@clisp.org>
28468
28469         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
28470         nonnull.
28471
28472 2004-03-29  Paul Eggert  <eggert@twinsun.com>
28473
28474         Merge changes to getloadavg.c from coreutils and Emacs.
28475
28476         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
28477         Define to an expression, not to the empty string.
28478         Include cloexec.h and xalloc.h.
28479         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
28480         Use set_cloexec_flag rather than rolling our own.
28481         * lib/cloexec.c, lib/cloexec.h: New files.
28482
28483 2004-03-29  Paul Eggert  <eggert@twinsun.com>
28484
28485         * m4/cloexec.m4: New file.
28486
28487 2004-03-18  Paul Eggert  <eggert@twinsun.com>
28488
28489         * lib/getopt.h: Sync with libc CVS.
28490
28491 2004-03-18  Paul Eggert  <eggert@twinsun.com>
28492             Bruno Haible  <bruno@clisp.org>
28493
28494         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
28495         mbswidth.
28496
28497 2004-03-18  Paul Eggert  <eggert@twinsun.com>
28498             Bruno Haible  <bruno@clisp.org>
28499
28500         * lib/mbswidth.h: Include <wchar.h> only if
28501         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
28502         <wchar.h>.
28503         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
28504
28505 2004-03-09  Paul Eggert  <eggert@twinsun.com>
28506
28507         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
28508         Sync with libc CVS.
28509         * lib/getopt_int.h: New file, also synced from libc.
28510
28511 2004-03-09  Paul Eggert  <eggert@twinsun.com>
28512
28513         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
28514         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
28515         Bring back getopt.c, getopt.h, getopt1.c.
28516
28517 2004-03-07  Paul Eggert  <eggert@twinsun.com>
28518
28519         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
28520         All uses changed.  Check for sa_sigaction member; this fixes
28521         a bug first reported by Jason Andrade in
28522         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
28523
28524 2004-03-07  Paul Eggert  <eggert@twinsun.com>
28525
28526         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
28527         '#if' expressions.  Unlike the code it replaces, it does not
28528         depend on (defined _SC_PAGESIZE).  However, it does depend on
28529         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
28530         first reported by Jason Andrade in
28531         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
28532
28533 2004-02-25  Simon Josefsson  <jas@extundo.com>
28534
28535         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
28536
28537 2004-02-25  Simon Josefsson  <jas@extundo.com>
28538
28539         * lib/strdup.h: New file.
28540         * lib/strdup.c: Include it.
28541         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
28542         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
28543
28544 2004-02-23  Karl Berry  <karl@gnu.org>
28545
28546         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
28547         (from fencepost.gnu.org:/gd/gnuorg).
28548
28549 2004-02-23  Karl Berry  <karl@gnu.org>
28550
28551         * config/srclistvars.sh (GNUORG) [karl]: redefine.
28552         * config/srclist.txt: add maintain/standards documents.
28553
28554 2004-02-18  Bruno Haible  <bruno@clisp.org>
28555
28556         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
28557         Reported by Derek Robert Price <derek@ximbiot.com>.
28558
28559 2004-02-16  Karl Berry  <karl@gnu.org>
28560
28561         * config/mkinstalldirs, install-sh: update from automake.
28562
28563 2004-02-06  Karl Berry  <karl@gnu.org>
28564
28565         * m4/po.m4: update from gettext 0.14.1.
28566
28567 2004-02-06  Karl Berry  <karl@gnu.org>
28568
28569         * lib/config.charset: update from gettext 0.14.1.
28570
28571 2004-02-05  Paul Eggert  <eggert@twinsun.com>
28572
28573         Add comments and code, prompted by suggestions from Bruno Haible
28574         for sh-quote.
28575         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
28576         describing the enum quoting_style values.
28577         * lib/quotearg.c (quotearg_alloc): New function.
28578         (quotearg_buffer_restyled): Treat lone { and } as special.
28579         Treat = as special.  Work around bug with older shells
28580         that "see" a '\' that is really the 2nd byte of a multibyte char.
28581         Quote empty string with shell_quoting_style.
28582
28583 2004-02-03  Bruno Haible  <bruno@clisp.org>
28584
28585         * m4/pipe.m4: New file, from GNU gettext.
28586
28587 2004-02-03  Bruno Haible  <bruno@clisp.org>
28588
28589         * lib/pipe.h: New file, from GNU gettext.
28590         * lib/pipe.c: New file, from GNU gettext.
28591
28592 2004-01-27  Bruno Haible  <bruno@clisp.org>
28593
28594         * m4/execute.m4: New file, from GNU gettext.
28595
28596 2004-01-27  Bruno Haible  <bruno@clisp.org>
28597
28598         * lib/execute.h: New file, from GNU gettext.
28599         * lib/execute.c: New file, from GNU gettext.
28600         * lib/w32spawn.h: New file, from GNU gettext.
28601
28602 2004-01-24  Paul Eggert  <eggert@twinsun.com>
28603
28604         Merge from diffutils.
28605
28606         * lib/file-type.c (file_type): Add typed memory objects.
28607         * lib/file-type.h (S_TYPEISTMO): New macro.
28608
28609         * lib/c-stack.h (c_stack_action): Remove argv argument.
28610         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
28611         (die): Don't calculate message unless segv_action returns.
28612         (get_stack_location, min_address_from_argv, max_address_from_argv,
28613         volatile stack_base, volatile_stack_size): Remove.
28614         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
28615         that every segmentation violation is a stack overflow.  (Ouch!)
28616         See Debian bug 136249 (still outstanding) for more info about why
28617         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
28618
28619 2004-01-24  Paul Eggert  <eggert@twinsun.com>
28620
28621         Exit-status fix from coreutils.
28622
28623         Use exit_failure consistently in place of EXIT_FAILURE,
28624         so that program exit statuses are consistent on failure.
28625
28626         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
28627         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
28628         * lib/argmatch.h: Comment fix to match the above.
28629         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
28630         Now a macro referring to exit_failure, instead of a separate
28631         variable.  Include "exitfail.h" to get it.
28632         * lib/xstrtol.h: Include "exitfail.h".
28633         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
28634
28635         * lib/long-options.c (parse_long_options): Use prototype
28636         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
28637         for clarity.
28638
28639 2004-01-21  Jim Meyering  <jim@meyering.net>
28640
28641         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
28642         so as not to conflict with a different-sized __mktime_internal
28643         function in GNU libc.
28644         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
28645         Problem building statically-linked `ls' reported by Michael Brunnbauer.
28646
28647 2004-01-20  Karl Berry  <karl@gnu.org>
28648
28649         * config/config.guess: update from config.
28650
28651         * config/srclistvars.sh: GNUWWWLICENSES for karl.
28652
28653 2004-01-20  Bruno Haible  <bruno@clisp.org>
28654
28655         Safer stack allocation.
28656         * lib/setenv.c: Include allocsa.h.
28657         (alloca): Remove fallback definition.
28658         (freea): Remove macro.
28659         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
28660         instead of freea.
28661
28662 2004-01-20  Bruno Haible  <bruno@clisp.org>
28663
28664         * m4/eealloc.m4: New file, from GNU gettext.
28665
28666 2004-01-20  Bruno Haible  <bruno@clisp.org>
28667
28668         * m4/allocsa.m4: New file, from GNU gettext.
28669
28670 2004-01-20  Bruno Haible  <bruno@clisp.org>
28671
28672         * lib/xallocsa.h: New file, from GNU gettext.
28673         * lib/xallocsa.c: New file, from GNU gettext.
28674
28675 2004-01-20  Bruno Haible  <bruno@clisp.org>
28676
28677         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
28678
28679 2004-01-20  Bruno Haible  <bruno@clisp.org>
28680
28681         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
28682         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
28683         specially.
28684
28685 2004-01-20  Bruno Haible  <bruno@clisp.org>
28686
28687         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
28688         patch.
28689
28690 2004-01-20  Bruno Haible  <bruno@clisp.org>
28691
28692         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
28693
28694 2004-01-20  Bruno Haible  <bruno@clisp.org>
28695
28696         * lib/eealloc.h: New file.
28697
28698 2004-01-20  Bruno Haible  <bruno@clisp.org>
28699
28700         * lib/binary-io.h: Avoid warnings on Cygwin.
28701
28702 2004-01-20  Bruno Haible  <bruno@clisp.org>
28703
28704         * lib/allocsa.h: New file, from GNU gettext.
28705         * lib/allocsa.c: New file, from GNU gettext.
28706
28707 2004-01-18  Karl Berry  <karl@gnu.org>
28708
28709         * doc/gpl.texi, doc/lgpl.texi: new files.
28710
28711 2004-01-18  Karl Berry  <karl@gnu.org>
28712
28713         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
28714         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
28715
28716 2004-01-15  Paul Eggert  <eggert@twinsun.com>
28717
28718         Merge from coreutils.
28719
28720         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
28721         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
28722         (gl_DEFAULT_POSIX2_VERSION): Move
28723         the documentation from 'configure' into 'config.hin',
28724         so that 'configure --help' isn't burdened by it and
28725         we don't have to worry about its formatting there.
28726         Reword the documentation so that it's more succinct
28727         and can be run together into a single paragraph.
28728         * m4/same.m4 (gl_SAME): Check for pathconf.
28729
28730 2004-01-15  Paul Eggert  <eggert@twinsun.com>
28731
28732         Merge from coreutils.
28733
28734         * lib/posixver.c: Include posixver.h.
28735
28736         * lib/same.c: Include <stdbool.h>, <limits.h>.
28737         (_POSIX_NAME_MAX): Define if not defined.
28738         (MIN): New macro.
28739         (same_name): If file names are silently truncated, report
28740         that the file names are the same if they are the same after
28741         the silent truncation.
28742
28743         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
28744         conversion function.
28745         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
28746         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
28747         longer needed.
28748
28749 2004-01-15  Jim Meyering  <jim@meyering.net>
28750
28751         Merge from coreutils.
28752
28753         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
28754         if no library is required.
28755         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
28756         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
28757         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
28758         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
28759         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
28760         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
28761         value, $ac_cv_search_crypt, if it's "none required".
28762         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
28763         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
28764         not gl_FUNC_GETLOADAVG.
28765         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
28766         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
28767
28768 2004-01-15  Jim Meyering  <jim@meyering.net>
28769
28770         Merge from coreutils.
28771
28772         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
28773         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
28774         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
28775
28776         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
28777         optional configure-time default.
28778
28779         * lib/version-etc.c (version_etc_copyright): Update copyright date.
28780
28781         * lib/xreadlink.c (xreadlink): Correct outdated comment.
28782
28783 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
28784
28785         Merge from coreutils.
28786
28787         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
28788         value, $ac_cv_search_nanosleep, if it's "none required".
28789
28790 2004-01-14  Paul Eggert  <eggert@twinsun.com>
28791
28792         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
28793         with like-named macro in fnmatch.c.
28794         (EXT): Use an internal constant instead.
28795
28796         Merge fnmatch patches from glibc.
28797         * lib/fnmatch.c (mbsinit): Remove define.
28798         Add libc_hidden_ver (__fnmatch, fnmatch).
28799         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
28800         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
28801
28802 2004-01-14  Karl Berry  <karl@gnu.org>
28803
28804         * config/install-sh: update from automake.
28805
28806 2004-01-13  Karl Berry  <karl@gnu.org>
28807
28808         * config/install-sh: update from automake.
28809
28810 2004-01-09  Karl Berry  <karl@gnu.org>
28811
28812         * config/install-sh: update from automake.
28813
28814 2004-01-05  Karl Berry  <karl@gnu.org>
28815
28816         * config/config.{sub,guess}: update from config.
28817
28818 2003-12-31  Karl Berry  <karl@gnu.org>
28819
28820         * config/depcomp: update from automake.
28821
28822 2003-12-14  Karl Berry  <karl@gnu.org>
28823
28824         * lib/config.charset: update from gettext-runtime.
28825
28826 2003-12-03  Paul Eggert  <eggert@twinsun.com>
28827
28828         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
28829         Bug reported by Alfred M. Szmidt.
28830
28831 2003-12-03  Bruno Haible  <bruno@clisp.org>
28832
28833         * m4/gettext.m4: Upgrade from gettext-0.13.
28834         * m4/po.m4: Upgrade from gettext-0.13.
28835         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
28836         * m4/intmax.m4: New file, from gettext-0.13.
28837         * m4/printf-posix.m4: New file, from gettext-0.13.
28838
28839 2003-11-29  Karl Berry  <karl@gnu.org>
28840
28841         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
28842
28843 2003-11-25  Paul Eggert  <eggert@twinsun.com>
28844             Bruno Haible  <bruno@clisp.org>
28845
28846         * lib/printf-parse.h: Don't include sys/types.h.
28847         (ARG_NONE): New macro.
28848         (char_directive): Change type of *arg_index fields to size_t.
28849         * lib/printf-parse.c: Don't include sys/types.h.
28850         (SSIZE_MAX): Remove macro.
28851         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
28852         Remove unnecessary overflow check.
28853         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
28854         fields.
28855
28856 2003-11-25  Bruno Haible  <bruno@clisp.org>
28857
28858         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
28859
28860 2003-11-25  Bruno Haible  <bruno@clisp.org>
28861
28862         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
28863         gt_TYPE_SSIZE_T.
28864
28865 2003-11-24  Paul Eggert  <eggert@twinsun.com>
28866
28867         * modules/alloca: Remove dependency on xalloc.
28868
28869 2003-11-24  Paul Eggert  <eggert@twinsun.com>
28870
28871         * lib/alloca.c: Remove dependency on xalloc module.
28872         (xalloc_die): Remove.
28873         (memory_full) [!defined emacs]: New macro.
28874         [!defined emacs]: Don't include xalloc.h.
28875         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
28876         address arithmetic overflows.  Change datatypes a bit to avoid
28877         unnecessary casts.
28878
28879 2003-11-22  Jim Meyering  <jim@meyering.net>
28880
28881         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
28882         s/size/size_t/.
28883
28884 2003-11-21  Karl Berry  <karl@gnu.org>
28885
28886         * config/config.{sub,guess}: update from config.
28887
28888 2003-11-18  Karl Berry  <karl@gnu.org>
28889
28890         * config/config.{sub,guess}: update from config.
28891
28892         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
28893
28894 2003-11-17  Paul Eggert  <eggert@twinsun.com>
28895
28896         * README: Mention that S+T cannot overflow if S is the size of
28897         an existing object and T is sufficiently small.
28898
28899 2003-11-17  Jim Meyering  <jim@meyering.net>
28900
28901         On systems without utime and without a utimes function capable of
28902         dealing with a NULL struct utimbuf* argument, this utime replacement
28903         could -- in unusual circumstances -- leak a file descriptor.
28904         * lib/utime.c: Include <unistd.h> and <errno.h>.
28905         (utime_null): Be sure to close `fd' and to preserve errno.
28906         Reported by Geoff Collyer via Arnold Robbins.
28907
28908 2003-11-17  Bruno Haible  <bruno@clisp.org>
28909
28910         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
28911         (Depends-on): Add xsize.
28912
28913 2003-11-17  Bruno Haible  <bruno@clisp.org>
28914
28915         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
28916
28917 2003-11-17  Bruno Haible  <bruno@clisp.org>
28918
28919         * lib/vasnprintf.c (alloca): Remove fallback definition.
28920         (freea): Remove definition.
28921         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
28922         Reported by Paul Eggert.
28923
28924 2003-11-16  Paul Eggert  <eggert@twinsun.com>
28925             Bruno Haible  <bruno@clisp.org>
28926
28927         Protect against address arithmetic overflow.
28928         * lib/printf-args.h: Include stddef.h.
28929         (arguments): Change type of field 'count' to size_t.
28930         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
28931         'unsigned int' where appropriate.
28932         * lib/printf-parse.h: Include sys/types.h.
28933         (char_directive): Change type of *arg_index fields to ssize_t.
28934         (char_directives): Change type of fields 'count', max_*_length to
28935         size_t.
28936         * lib/printf-parse.c: Include sys/types.h and xsize.h.
28937         (SSIZE_MAX): Define fallback value.
28938         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
28939         instead of 'int' where appropriate. Check a_allocated, d_allocated
28940         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
28941         * lib/vasnprintf.c: Include xsize.h.
28942         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
28943         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
28944         overflow. Avoid wraparound when converting a width or precision from
28945         decimal to binary.
28946
28947 2003-11-16  Bruno Haible  <bruno@clisp.org>
28948
28949         Update from GNU gettext.
28950         * lib/printf-parse.c: Generalize to it can be compiled for wide
28951         strings.
28952         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
28953         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
28954         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
28955         SNPRINTF): New macros.
28956         Don't include <alloca.h> if the file is used inside libintl.
28957         (local_wcslen): New function, for Solaris 2.5.1.
28958         (VASNPRINTF): Use it instead of wcslen.
28959
28960 2003-11-16  Bruno Haible  <bruno@clisp.org>
28961
28962         * lib/xsize.h (xmax): New function.
28963         (xsum, xsum3, xsum4): Declare as "pure" functions.
28964
28965 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28966
28967         * modules/xalloc (Files): Undo latest change, since xalloc.h
28968         no longer needs SIZE_MAX or PTRDIFF_MAX.
28969
28970 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28971
28972         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
28973         gl_PTRDIFF_MAX.
28974
28975 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28976
28977         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
28978         "return", to pacify some unknown compiler.  Problem reported
28979         by Joerg Schilling.
28980
28981 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28982
28983         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
28984         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
28985         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
28986         heuristic is just as accurate as far as we know, and it removes a
28987         dependency on size_max.m4 and ptrdiff_max.m4.
28988
28989 2003-11-11  Bruno Haible  <bruno@clisp.org>
28990
28991         * modules/xsize (Files): Add m4/size_max.m4.
28992         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
28993
28994 2003-11-11  Bruno Haible  <bruno@clisp.org>
28995
28996         * m4/size_max.m4: New file.
28997         * m4/ptrdiff_max.m4: New file.
28998         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
28999         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
29000         (gl_XALLOC): Invoke it.
29001
29002 2003-11-11  Bruno Haible  <bruno@clisp.org>
29003
29004         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
29005         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
29006         defined.
29007
29008 2003-11-10  Paul Eggert  <eggert@twinsun.com>
29009
29010         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
29011         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
29012         rejected some allocations of exactly SIZE_MAX - 2 bytes.
29013         From Bruno Haible.
29014         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
29015         not (size_t) -1, since it's defined here.
29016
29017 2003-11-09  Karl Berry  <karl@gnu.org>
29018
29019         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
29020
29021 2003-11-06  Paul Eggert  <eggert@twinsun.com>
29022
29023         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
29024         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
29025         Reject sizes of exactly SIZE_MAX bytes.
29026         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
29027         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
29028
29029 2003-11-05  Bruno Haible  <bruno@clisp.org>
29030
29031         * lib/xsize.h: Include limits.h, to avoid a possible collision with
29032         SIZE_MAX defined in <limits.h> on Solaris.
29033
29034 2003-11-04  Jim Meyering  <jim@meyering.net>
29035
29036         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
29037         variable names, rather than @VAR@.
29038         * modules/poll: Likewise.
29039
29040 2003-11-04  Bruno Haible  <bruno@clisp.org>
29041
29042         * modules/xsize: New file.
29043         * modules/linebreak: Depend on xsize.
29044         * MODULES.html.sh (func_all_modules): Add xsize.
29045
29046 2003-11-04  Bruno Haible  <bruno@clisp.org>
29047
29048         * m4/xsize.m4: New file.
29049
29050 2003-11-04  Bruno Haible  <bruno@clisp.org>
29051
29052         * lib/xsize.h: New file.
29053         * lib/linebreak.c: Include xsize.h.
29054         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
29055         argument for overflow.
29056         Suggested by Paul Eggert.
29057
29058 2003-11-03  Karl Berry  <karl@gnu.org>
29059
29060         * config/config.{guess,sub}: update from config.
29061
29062 2003-11-03  Jim Meyering  <jim@meyering.net>
29063
29064         * modules/userspec (lib_SOURCES): Add userspec.h.
29065         (Include): Add "userspec.h".
29066         Improve description.
29067
29068 2003-11-03  Jim Meyering  <jim@meyering.net>
29069
29070         * lib/userspec.c: Include "userspec.h".
29071         * lib/userspec.h: New file.
29072
29073 2003-11-03  Bruno Haible  <bruno@clisp.org>
29074
29075         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
29076
29077 2003-11-03  Bruno Haible  <bruno@clisp.org>
29078
29079         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
29080         available, to avoid (extremely rare) race condition.
29081         Suggested by Paul Eggert.
29082
29083 2003-11-02  Karl Berry  <karl@gnu.org>
29084
29085         * config/srclist.txt (vasprintf.c): sync broken, sigh.
29086
29087 2003-10-31  Paul Eggert  <eggert@twinsun.com>
29088
29089         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
29090         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
29091         (read_filesystem_list): Set and use me_type_malloced.
29092         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
29093         whatever the type happens to be), for brevity and consistency.
29094         Check for size calculation overflow on Alphas running OSF/1.
29095
29096 2003-10-31  Jim Meyering  <jim@meyering.net>
29097
29098         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
29099
29100         * lib/linebuffer.c: Include <string.h> for declaration of memset.
29101
29102 2003-10-30  Paul Eggert  <eggert@twinsun.com>
29103             Bruno Haible  <bruno@clisp.org>
29104
29105         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
29106         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
29107
29108 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29109
29110         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
29111         netbsd*-gnu*.  Suggested by Robert Millan.
29112
29113 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29114
29115         * modules/group-member: Depend on stdbool.
29116
29117 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29118
29119         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
29120
29121 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29122
29123         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
29124         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
29125         after the 'gnu' in these cases.  This fixes some bugs in the
29126         previous change, and is based on suggestions by Robert Millan.
29127
29128 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29129
29130         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
29131         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
29132         no longer needed.
29133         * lib/quotearg.c (quotearg_n_options): Use it.
29134         * lib/group-member.c: Include <stdbool.h>.
29135         (free_group_info): Arg is now const *; don't free arg.
29136         (get_group_info): Now returns bool and accepts struct group_info *,
29137         rather than returning a malloc'ed struct group_info *.
29138         All uses changed.  Check for overflow in internal size calculation.
29139
29140         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
29141         rather than xmalloc/xrealloc.
29142         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
29143         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
29144         conformance bug: the old code used a pointer after freeing the
29145         storage that it addressed.
29146         * lib/hash.c (hash_initialize): Simplify the code by using
29147         xalloc_oversized rather than doing it by hand.
29148         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
29149         the buffer preserved.  Use free and xmalloc instead.
29150         * lib/quotearg.c (quotearg_n_options): Likewise.
29151         Use a simpler test for size overflow.  Don't use xalloc_oversized
29152         because unsigned int might be wider than size_t (!); this suggests
29153         that we should switch from unsigned int to size_t for slot numbers.
29154
29155 2003-10-28  Paul Eggert  <eggert@twinsun.com>
29156
29157         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
29158         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
29159         NetBSD kernels.  Requested by Richard Stallman.
29160
29161 2003-10-27  Paul Eggert  <eggert@twinsun.com>
29162
29163         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
29164         to allocate the returned structure.  Do not allocate a subarray,
29165         as x2nrealloc will do that.
29166         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
29167         instead of xnrealloc.
29168         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
29169
29170 2003-10-27  Bruno Haible  <bruno@clisp.org>
29171
29172         * lib/stdbool_.h: Better support for BeOS.
29173
29174 2003-10-26  Paul Eggert  <eggert@twinsun.com>
29175
29176         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
29177         now uses inline.
29178
29179 2003-10-26  Paul Eggert  <eggert@twinsun.com>
29180
29181         * lib/xalloc.h (xalloc_oversized): New static inline function, for
29182         callers that want to do their own size-overflow checking.  Include
29183         <stdbool.h>, since xalloc_oversized returns bool.
29184         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
29185         to use xalloc_oversized.
29186
29187         Add two functions x2realloc, x2nrealloc, for programs that grow
29188         arrays dynamically by doubling their sizes.
29189         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
29190         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
29191         New functions.
29192
29193         Port to C99 semantics for 'inline' of external functions.
29194         Bug reported by Bruno Haible.
29195         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
29196         with the old contents of xnmalloc.
29197         (xnmalloc, xmalloc): Use it.
29198         (xnrealloc_inline): New static inline function,
29199         with the old contents of xnrealloc.
29200         (xnrealloc, xrealloc): Use it.
29201
29202         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
29203         that.
29204
29205 2003-10-26  Karl Berry  <karl@gnu.org>
29206
29207         * config/srclist.txt (COPYING.DOC): no longer available from
29208         /gd/gnuorg; don't know where the ultimate source is.
29209
29210 2003-10-25  Paul Eggert  <eggert@twinsun.com>
29211
29212         Fix several address-calculation bugs in the hash modules,
29213         plus some minor code cleanup.
29214
29215         * lib/hash.h: Include <stdbool.h>, for bool.
29216         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
29217         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
29218         hash_get_n_entries, hash_get_max_bucket_length,
29219         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
29220         hash_rehash): Use size_t rather than unsigned.
29221         * lib/hash.c (struct hash_table, hash_get_n_buckets,
29222         hash_get_n_buckets_used, hash_get_n_entries,
29223         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
29224         hash_get_entries, hash_do_for_each, hash_string, is_prime,
29225         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
29226         Likewise.
29227         (SIZE_MAX): Define if not defined.
29228         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
29229         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
29230         hash_print):
29231         Use const * when possible.
29232         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
29233         (check_tuning): Fix bug: if tuning parameters were very close to
29234         0 or 1, rounding errors could have caused subscript violations.
29235         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
29236         (hash_initialize): Add 'fail:' label
29237         to free table and return NULL, and use it to simplify code.
29238         Use calloc rather than clearing the storage ourself.
29239         (hash_initialize, hash_rehash): Check for arithmetic overflow in
29240         buffer size calculations.
29241         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
29242         Include <stddef.h>, for size_t.
29243         * lib/hash-pjw.c (hash_pjw): Likewise.
29244         Switch to method described by Bruno Haible.
29245         Include <limits.h>, for CHAR_BIT.
29246         (SIZE_BITS): New macro.
29247
29248 2003-10-23  Paul Eggert  <eggert@twinsun.com>
29249
29250         * m4/getline.m4 (AM_FUNC_GETLINE):
29251         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
29252         hosts.  Problem reported by Derek Robert Price in
29253         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
29254         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
29255         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
29256
29257 2003-10-21  Paul Eggert  <eggert@twinsun.com>
29258
29259         * lib/getndelim2.c (getndelim2): When size calculation overflows,
29260         ceiling the allocation at NMAX bytes rather than silently
29261         discarding input bytes before NMAX is reached.  This makes
29262         a difference only if NMAX exceeds SIZE_MAX / 2.
29263
29264         * lib/obstack.c: Merge from glibc.
29265         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
29266         Add libc_hidden_def (_obstack_newchunk).
29267         (_obstack_free) [! defined _LIBC]: Remove.
29268         [defined _LIBC]: Make a strong alias from obstack_free, rather than
29269         a clone of the function body.
29270         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
29271         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
29272
29273         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
29274         glibc.
29275         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
29276         arg to memcpy.
29277
29278         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
29279         (obstack_ptr_grow_fast, obstack_int_grow_fast):
29280         Don't use lvalue casts, as GCC plans to remove support for them
29281         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
29282         was also present in the non-GCC version, indicating that this
29283         code had always been buggy and had never been widely used.
29284         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
29285         Use the fast variant of each macro, rather than copying the
29286         definiens of the fast variant; that way, we'll be more likely to
29287         catch future bugs in the fast variants.
29288
29289 2003-10-20  Bruno Haible  <bruno@clisp.org>
29290
29291         * modules/wait-process: New file.
29292         * MODULES.html.sh (func_all_modules): Add wait-process.
29293
29294 2003-10-20  Bruno Haible  <bruno@clisp.org>
29295
29296         * m4/wait-process.m4: New file.
29297
29298 2003-10-20  Bruno Haible  <bruno@clisp.org>
29299
29300         * lib/wait-process.h: New file, from GNU gettext.
29301         * lib/wait-process.c: New file, from GNU gettext.
29302
29303 2003-10-19  Jim Meyering  <jim@meyering.net>
29304
29305         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
29306         HPUX 10.20.
29307
29308 2003-10-18  Karl Berry  <karl@gnu.org>
29309
29310         * config/config.guess: update from config.
29311
29312 2003-10-16  Paul Eggert  <eggert@twinsun.com>
29313
29314         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
29315         (getgroups): First arg is int, not size_t.
29316         Don't let 'free' mangle errno.
29317
29318 2003-10-16  Paul Eggert  <eggert@twinsun.com>
29319
29320         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
29321
29322 2003-10-16  Karl Berry  <karl@gnu.org>
29323
29324         * config/config.{guess,sub}: update from config.
29325
29326 2003-10-16  Jim Meyering  <jim@meyering.net>
29327
29328         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
29329         memcpy.
29330
29331 2003-10-15  Paul Eggert  <eggert@twinsun.com>
29332
29333         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
29334         (SIZE_MAX): Remove.
29335         (new_exclude, add_exclude_file): Initial size no longer needs to
29336         be a power of 2.
29337         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
29338         our own address arithmetic overflow checking.
29339
29340         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
29341         (fnmatch): Do not alloca more than 2000 wide characters;
29342         instead, use malloc for large buffers.
29343         Check for address arithmetic overflow, and return -1
29344         with errno set to ENOMEM in that case.
29345         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
29346         (NEW_PATTERN): Do not alloca more than 8000 bytes;
29347         instead, return -1.  Check for address arithmetic overflow.
29348
29349 2003-10-14  Paul Eggert  <eggert@twinsun.com>
29350
29351         Handle invalid suffixes and overflow independently, so that
29352         callers can treat them independently as needed.  Fix some bugs in
29353         suffix handling, e.g., "100k@" was not diagnosed as an invalid
29354         suffix for a human-readable blocksize.  The major caller-visible
29355         change is the addition of a new
29356         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
29357         that both overflow and suffix chars were found.
29358
29359         * lib/human.c (humblock): Don't check separately for invalid suffix
29360         char; that is xstrtoumax's job (now that its bug is fixed).
29361         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
29362         INTMAX_MAX]: New macros.
29363         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
29364         TYPE_MAXIMUM): New macros.
29365         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
29366         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
29367         if overflow occurs, as it's what __strtol does and it's more useful
29368         in practice.
29369         (__xstrtol): If __strtol reports some error other than ERANGE,
29370         reflect it to the caller as LONGINT_INVALID.  If it reports
29371         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
29372         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
29373         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
29374         value.
29375         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
29376         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
29377         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
29378         [defined UINTMAX_MAX]: New macros.
29379
29380 2003-10-14  Bruno Haible  <bruno@clisp.org>
29381
29382         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
29383
29384 2003-10-14  Bruno Haible  <bruno@clisp.org>
29385
29386         * m4/sig_atomic_t: New file, from GNU gettext.
29387         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
29388
29389 2003-10-14  Bruno Haible  <bruno@clisp.org>
29390
29391         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
29392         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
29393         Also use volatile where needed.
29394
29395 2003-10-12  Paul Eggert  <eggert@twinsun.com>
29396
29397         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
29398         Change maintainer from Bruno Haible to 'all'.
29399
29400 2003-10-12  Paul Eggert  <eggert@twinsun.com>
29401
29402         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
29403
29404 2003-10-12  Paul Eggert  <eggert@twinsun.com>
29405
29406         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
29407         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
29408         and define in terms of the other primitives.
29409         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
29410         (SIZE_MAX): Define if not already defined.
29411         (array_size_overflow): New function.
29412         (xalloc_die): Abort instead of exiting if 'error' returns.
29413         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
29414         (xmalloc, xrealloc): Use them.
29415         (xcalloc): Check for address arithmetic overflow.
29416         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
29417         a bit faster than strcpy.
29418
29419 2003-10-10  Simon Josefsson  <jas@extundo.com>
29420
29421         * modules/argp (Depends-on): Add restrict and strcase.
29422
29423 2003-10-10  Simon Josefsson  <jas@extundo.com>
29424
29425         * m4/argp.m4: Add AC_C_INLINE.
29426
29427 2003-10-08  Paul Eggert  <eggert@twinsun.com>
29428
29429         Merge getpass from libc, plus a few fixes.
29430
29431         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
29432         Include <stdbool.h>.
29433         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
29434         __fsetlocking to empty.
29435         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
29436         do include <bits/libc-lock.h>.
29437         Do not include <fcntl.h>; not needed.
29438         [_LIBC]: Include <wchar.h>.
29439         (NOTCANCEL_MODE): New macro.
29440         (flockfile, funlockfile) [_LIBC]: New macros.
29441         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
29442         [!_LIBC]: New macros.
29443         (call_fclose): New function.
29444         (getpass): Use it.  Save tty stream separately; this simplifies the
29445         code and makes it more reliable if stdin happens to equal stdout.
29446         Invoke __fsetlocking on tty.
29447         Handle thread cancellation if needed.
29448         Namespace cleanup (use __tcgetattr, __getline).
29449         Use bool for Booleans.
29450         [USE_IN_LIBIO]: Handle wide streams.
29451         [!_LIBC]: Unconditionally do the fseek, since we don't know what
29452         stream might go where.
29453
29454         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
29455         doesn't have to include <stdio.h> before us.
29456         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
29457         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
29458         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
29459         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
29460         if not declared, so that we can use getpass.c code from libc without
29461         rewriting it.
29462         (flockfile, ftrylockfile, funlockfile): New macros.
29463
29464 2003-10-08  Paul Eggert  <eggert@twinsun.com>
29465
29466         * modules/getpass: Depend on stdbool.
29467
29468 2003-10-08  Paul Eggert  <eggert@twinsun.com>
29469
29470         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
29471
29472 2003-10-07  Karl Berry  <karl@gnu.org>
29473
29474         * config/config.{guess,sub}: update from config.
29475
29476 2003-10-06  Jim Meyering  <jim@meyering.net>
29477             Bruno Haible  <bruno@clisp.org>
29478
29479         This lets translators provide better translations for the
29480         "Written by ..." part of --version output.
29481         * lib/version-etc.h: Include stdarg.h.
29482         (version_etc_copyright): Declare as readonly.
29483         (version_etc): Make this function variadic with a NULL-terminated list
29484         of author name strings.
29485         (version_etc_va): New declaration.
29486         * lib/version-etc.c: Include stdarg.h, stdlib.h.
29487         (version_etc_copyright): Declare as readonly.
29488         (version_etc_va): New function. Provide a different translatable string
29489         for each possible number of authors < 10. Abbreviate when there are 10
29490         authors or more.
29491         (version_etc): Make this function variadic. Call version_etc_va.
29492         Suggestion from Gary V. Vaughan.
29493
29494         * lib/long-options.h (parse_long_options): Change prototype: the
29495         authors string is moved to the end and becomes variadic.
29496         * lib/long-options.c: Include stdarg.h.
29497         (parse_long_options): Make this function variadic, too.
29498         Call version_etc_va, not version_etc.
29499
29500 2003-10-06  Bruno Haible  <bruno@clisp.org>
29501
29502         * modules/version-etc-2: Remove file.
29503         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
29504
29505 2003-10-06  Bruno Haible  <bruno@clisp.org>
29506
29507         * modules/fatal-signal: New file.
29508         * MODULES.html.sh (func_all_modules): Add fatal-signal.
29509
29510 2003-10-06  Bruno Haible  <bruno@clisp.org>
29511
29512         * m4/fatal-signal.m4: New file.
29513         * m4/signalblocking.m4: New file, from GNU gettext.
29514
29515 2003-10-06  Bruno Haible  <bruno@clisp.org>
29516
29517         * lib/version-etc-2.h: Remove file.
29518         * lib/version-etc-2.c: Remove file.
29519
29520 2003-10-06  Bruno Haible  <bruno@clisp.org>
29521
29522         * lib/fatal-signal.h: New file, from GNU gettext.
29523         * lib/fatal-signal.c: New file, from GNU gettext.
29524
29525 2003-10-05  Paul Eggert  <eggert@twinsun.com>
29526
29527         * README: Rework advice for preventing empty .o files.
29528         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
29529         not <sys/types.h>.
29530
29531 2003-10-04  Karl Berry  <karl@gnu.org>
29532
29533         * lib/argp*: update from libc.
29534
29535 2003-10-04  Karl Berry  <karl@gnu.org>
29536
29537         * config/config.{guess,sub}: update from config.
29538
29539 2003-10-02  Bruno Haible  <bruno@clisp.org>
29540
29541         * modules/lchown (Include): Add lchown.h.
29542         * modules/time_r (Include): Use "..." syntax.
29543         * modules/xgetdomainname (Include): Add xgetdomainname.h.
29544
29545 2003-10-01  Simon Josefsson  <jas@extundo.com>
29546
29547         * MODULES.html.sh (func_all_modules): Move gethostname from section
29548         'based on' to section 'lacking' POSIX:2001.
29549
29550 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
29551
29552         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
29553         to output mode on the same stream.
29554
29555 2003-09-29  Paul Eggert  <eggert@twinsun.com>
29556
29557         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
29558         Fix arg typo in previous patch.
29559
29560 2003-09-28  Jim Meyering  <jim@meyering.net>
29561
29562         * lib/error.c: Correct cpp indentation.
29563
29564 2003-09-27  Paul Eggert  <eggert@twinsun.com>
29565
29566         * modules/free: New file.
29567
29568 2003-09-27  Paul Eggert  <eggert@twinsun.com>
29569
29570         * m4/free.m4: New file.
29571
29572 2003-09-27  Paul Eggert  <eggert@twinsun.com>
29573
29574         * lib/minmax.h (MIN, MAX)
29575         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
29576         Omit the special code that used __typeof__, since we worry that
29577         it could be more trouble than it's worth.  See:
29578         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
29579         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
29580
29581         * lib/free.c: New file.
29582
29583 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
29584
29585         Trivial fixes to Makefile.am parts of module listings.
29586         * modules/strstr: Append strstr.h to lib_SOURCES.
29587         * modules/strcase: Likewise, for strcase.h.
29588
29589 2003-09-27  Karl Berry  <karl@gnu.org>
29590
29591         * config/mkinstalldirs: update from automake.
29592
29593 2003-09-26  Paul Eggert  <eggert@twinsun.com>
29594
29595         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
29596         (error_tail): Do not loop, reallocating temporary buffer, since
29597         the output cannot contain more wide characters than the input
29598         contains bytes, the size must be big enough already.  This avoids
29599         one potential size overflow calculation.  Check for size overflow
29600         when calculating temporary buffer size.  Free temporary buffer
29601         when done, if it was allocated with malloc; this plugs a memory
29602         leak.  Remove casts from void * to pointers, that are no longer
29603         needed now that we're assuming C89 or better.
29604
29605         Merge error changes from glibc.
29606
29607         * lib/error.c, error.h: Update copyright notice header to match glibc.
29608         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
29609         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
29610         Disable cancellation while printing error.
29611         * lib/error.h: Prepend __ to parameter names.
29612
29613 2003-09-26  Jim Meyering  <jim@meyering.net>
29614
29615         * lib/error.c (error_tail): Move some declarations
29616         into inner scope where the local variables are used.
29617
29618 2003-09-26  Bruno Haible  <bruno@clisp.org>
29619
29620         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
29621         stpncpy().
29622         Don't define stpncpy through config.h; it's now done through stpncpy.h.
29623
29624 2003-09-26  Bruno Haible  <bruno@clisp.org>
29625
29626         * lib/stpncpy.h (gnu_stpncpy): New declaration.
29627         (stpncpy): Define as alias for gnu_stpncpy.
29628         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
29629
29630 2003-09-25  Simon Josefsson  <jas@extundo.com>
29631
29632         * lib/xgetdomainname.h: New file.
29633         * lib/xgetdomainname.c: New file.
29634
29635 2003-09-25  Simon Josefsson  <jas@extundo.com>
29636             Bruno Haible  <bruno@clisp.org>
29637
29638         * modules/getdomainname: New file.
29639         * modules/xgetdomainname: New file.
29640         * MODULES.html.sh (func_all_modules): Add getdomainname,
29641         xgetdomainname.
29642
29643 2003-09-25  Simon Josefsson  <jas@extundo.com>
29644             Bruno Haible  <bruno@clisp.org>
29645
29646         * m4/getdomainname.m4: New file.
29647
29648 2003-09-25  Simon Josefsson  <jas@extundo.com>
29649             Bruno Haible  <bruno@clisp.org>
29650
29651         * lib/getdomainname.h: New file.
29652         * lib/getdomainname.c: New file.
29653
29654 2003-09-25  Karl Berry  <karl@gnu.org>
29655
29656         * lib/argp-fmtstream.c, argp-help.c: update from libc.
29657
29658 2003-09-25  Karl Berry  <karl@gnu.org>
29659
29660         * config/install-sh: update from automake.
29661
29662 2003-09-25  Bruno Haible  <bruno@clisp.org>
29663
29664         * modules/version-etc-2: New file, from modules/version-etc with
29665         modifications.
29666         * MODULES.html.sh (func_all_modules): Add version-etc-2.
29667
29668 2003-09-25  Bruno Haible  <bruno@clisp.org>
29669
29670         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
29671         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
29672
29673 2003-09-24  Simon Josefsson  <jas@extundo.com>
29674
29675         * modules/xgethostname: Add xgethostname.h.
29676
29677 2003-09-24  Paul Eggert  <eggert@twinsun.com>
29678
29679         * lib/linebuffer.c (freebuffer): Don't free the argument, just
29680         the buffer associated with the argument.  Bug reported by
29681         Simon Josefsson.
29682
29683 2003-09-24  Paul Eggert  <eggert@twinsun.com>
29684
29685         * README: Document assumptions that 'int' is at least 32 bits
29686         wide, that integer arithmetic is 2's complement without overflow,
29687         that there are no holes in integer values, that adding sizes of
29688         two nonoverlapping objects can't overflow, and that all-bits-zero
29689         yields scalar zero.  Fix spelling and capitalization typos.
29690
29691 2003-09-19  Karl Berry  <karl@gnu.org>
29692
29693         * lib/argp.h: update from libc.
29694
29695 2003-09-17  Paul Eggert  <eggert@twinsun.com>
29696
29697         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
29698         to avoid spurious warnings like "AC_RUN_IFELSE was called before
29699         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
29700
29701 2003-09-17  Paul Eggert  <eggert@twinsun.com>
29702
29703         * gnulib-tool: Use "test -h", not "test -L", for portability
29704         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
29705         (tags_regexp): Remove, since \| doesn't conform to POSIX.
29706         (sed_extract_prog): Issue s commands one-by-one, rather than
29707         using \| in one s command.
29708
29709 2003-09-16  Paul Eggert  <eggert@twinsun.com>
29710
29711         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
29712         input error, instead of returning NULL the next time we are called
29713         (and therefore losing track of errno).
29714
29715 2003-09-16  Bruno Haible  <bruno@clisp.org>
29716
29717         * gnulib-tool (func_create_testdir): Warn about duplicated
29718         dependencies.
29719
29720 2003-09-15  Paul Eggert  <eggert@twinsun.com>
29721
29722         * modules/argmatch, modules/fatal, modules/obstack,
29723         modules/xalloc, modules/xgethostname: Sort dependencies by
29724         importance, not alphabetically.
29725
29726 2003-09-15  Paul Eggert  <eggert@twinsun.com>
29727
29728         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
29729         fails, so that the caller gets the proper errno.
29730
29731         * lib/readutmp.c (read_utmp): Likewise.
29732         Check for fstat error.  Close stream and free storage
29733         when failing.
29734
29735 2003-09-14  Karl Berry  <karl@gnu.org>
29736
29737         * config/srclist.txt (strdup.c): disable for c89 changes.
29738
29739 2003-09-14  Jim Meyering  <jim@meyering.net>
29740
29741         * lib/getloadavg.c: Correct cpp indentation.
29742         * lib/strdup.c: Likewise.
29743         * lib/vasnprintf.c: Likewise.
29744
29745 2003-09-14  Bruno Haible  <bruno@clisp.org>
29746
29747         * modules/fwriteerror: New file.
29748         * MODULES.html.sh (func_all_modules): Add fwriteerror.
29749
29750 2003-09-14  Bruno Haible  <bruno@clisp.org>
29751
29752         * lib/fwriteerror.h: New file.
29753         * lib/fwriteerror.c: New file.
29754
29755 2003-09-12  Paul Eggert  <eggert@twinsun.com>
29756
29757         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
29758         modules/xgethostname, modules/xalloc: Depend on exit.
29759
29760 2003-09-12  Paul Eggert  <eggert@twinsun.com>
29761
29762         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
29763
29764         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
29765         and AC_MINIX, too, so that their extensions are available.
29766
29767         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
29768         This macro has been superseded by gl_BACKUPFILE.
29769
29770         More patches to assume C89 or better.
29771
29772         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
29773
29774         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
29775         unconditionally.
29776         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
29777         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
29778         Include <string.h>, <stdlib.h> unconditionally.
29779         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
29780         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
29781         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
29782         headers or for string.h.
29783         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
29784         or strtoul.
29785
29786         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
29787         headers.
29788         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
29789         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29790         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
29791         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
29792         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29793         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
29794         memcpy, memset.
29795         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
29796         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
29797         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
29798         strtol.
29799         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
29800         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
29801         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
29802         strtoul.
29803
29804 2003-09-12  Paul Eggert  <eggert@twinsun.com>
29805
29806         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
29807         * lib/obstack.c [!defined _LIBC]: Likewise.
29808         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
29809         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
29810         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
29811
29812         More changes to assume C89 or better.
29813
29814         * lib/error.c (error_tail): Assume vprintf.
29815
29816         * lib/argmatch.c (getenv): Remove decl.
29817         * lib/progreloc.c (get_full_program_name): Define via prototype.
29818         * lib/setenv.c (clearenv): Likewise.
29819         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
29820         needed.
29821         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
29822         (malloc, memcpy): Remove decls.
29823         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
29824         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
29825         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
29826         (memcpy): Remove macro.
29827         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
29828         (__P): Remove.  All uses removed.
29829         (PTR): Remove.  All uses changed to void *.
29830         (CHAR_BIT, NULL): Remove.
29831         (spaces, zeros, memset_space, memset_zero)
29832         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
29833         Remove.
29834         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
29835         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
29836         Define with prototype.
29837         Remove now-unnecessary prototype decl.
29838         (extra_args_spec): Assume ANSI C.  All uses changed.
29839         (extra_args_spec_iso): Remove.
29840         (my_strftime, emacs_strftimeu): Define via prototype.
29841         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
29842         unconditionally.
29843         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
29844         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
29845         (strtoul, strtol): Remove decls.
29846         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
29847         LONG_MAX): Remove.
29848         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
29849         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
29850         (LOCALE_PARAM_PROTO): New macro.
29851         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
29852         (INTERNAL (strtol), strtol): Define with a prototype.
29853         (PARAMS): Remove.  All uses removed.
29854         * lib/tempname.c: Include <string.h> unconditionally.
29855         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
29856         * lib/xgethostname.c (main): Define with a prototype.
29857         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
29858         Include <stdlib.h> unconditionally.
29859         (calloc, malloc, realloc, free): Remove decls.
29860         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
29861         Include <stdlib.h> unconditionally.  Sort include file names.
29862         (strtod): Remove.
29863         (xstrtod): Define with a prototype.
29864         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
29865         (strtol, strtoul): Remove decls.
29866
29867 2003-09-11  Paul Eggert  <eggert@twinsun.com>
29868
29869         More patches to assume C89 or better.
29870         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
29871         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
29872         string.h, memchr, STDC_HEADERS.
29873
29874 2003-09-11  Paul Eggert  <eggert@twinsun.com>
29875
29876         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
29877         Include <stdlib.h>, <string.h> unconditionally.
29878         Remove now-unnecessary cast to char *.
29879         * lib/strnlen.c: Include <string.h> unconditionally.
29880         * lib/yesno.c (yesno): Define with a prototype.
29881
29882 2003-09-11  Bruno Haible  <bruno@clisp.org>
29883
29884         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
29885
29886 2003-09-10  Jim Meyering  <jim@meyering.net>
29887
29888         * lib/error.c: Correct indentation of cpp directives.
29889
29890 2003-09-10  Bruno Haible  <bruno@clisp.org>
29891
29892         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
29893         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
29894         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
29895         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
29896         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
29897         <stdlib.h> and <string.h> checks.
29898         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
29899         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
29900
29901 2003-09-10  Bruno Haible  <bruno@clisp.org>
29902
29903         * lib/strcspn.c: Include <string.h> unconditionally.
29904         * lib/strpbrk.c: Include <string.h> unconditionally.
29905         * lib/strstr.c: Include <string.h> unconditionally.
29906         * lib/unicodeio.c: Include <string.h> unconditionally.
29907         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
29908         * lib/unsetenv.c: Likewise.
29909         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
29910         * lib/yesno.c: Include <stdlib.h> unconditionally.
29911         (rpmatch): Add prototype.
29912
29913 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29914
29915         More patches to assume C89 or better.
29916         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
29917         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
29918         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
29919         or for string.h.
29920         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
29921         stdlib.h.
29922         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
29923         C headers.
29924         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
29925         string.h.
29926         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
29927         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
29928         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
29929         or for string.h.
29930         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
29931         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
29932         C headers.
29933         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
29934         memcpy.
29935         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
29936         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
29937         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
29938         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
29939         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
29940         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
29941         string.h, free.
29942         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
29943         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
29944         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
29945         C headers, or for string.h.
29946         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
29947         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
29948         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
29949         headers, memory.h, stdlib.h, string.h, strings.h.
29950         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
29951         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
29952         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
29953         strchr.
29954         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
29955         headers, memory.h, string.h.
29956         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
29957         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
29958         free.
29959         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
29960         headers.
29961         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
29962         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
29963         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
29964         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
29965         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
29966
29967 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29968
29969         More K&R removal.
29970
29971         * lib/acosl.c (main): Use a prototype.
29972         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
29973         tanl.c: Likewise.
29974
29975         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
29976
29977         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
29978         (getopt, etopt_long, getopt_long_only, _getopt_internal)
29979         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
29980         with a prototype.
29981         * lib/getopt.c (const): Remove macro.
29982         Include <string.h> unconditionally.
29983         (my_index): Remove; all uses changed to strchr.
29984         (strlen): Remove decl.
29985         (exchange): Remove forward decl; no longer needed.
29986         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
29987         Define with prototype.
29988         * lib/getopt1.c (const): Remove macro.
29989         (getopt_long, getopt_long_only, main): Define with prototype.
29990
29991         * lib/getugroups.c: Include <string.h> unconditionally.
29992
29993         * lib/getusershell.c: Include <stdlib.h> unconditionally.
29994         (getusershell, setusershell, endusershell, readname, main):
29995         Define with prototypes.
29996
29997         * lib/group-member.c: Include group-member.h first.
29998         Include <stdlib.h> unconditionally.
29999
30000         * lib/hard-locale.c: Include hard-locale.h first.
30001         Include <stdlib.h>, <string.h> unconditionally.
30002
30003         * lib/hash.c (free, malloc): Remove decls.
30004         Include <stdlib.h> unconditionally.
30005
30006         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
30007         (getenv): Do not declare.
30008
30009         * lib/idcache.c: Include <string.h> unconditionally.
30010
30011         * lib/long-options.c: Include long-options.h first, to test interface.
30012         Include <stdlib.h> unconditionally.
30013
30014         * lib/makepath.c: Include makepath.h first, to test interface.
30015         Include <stdlib.h> and <string.h> unconditionally.
30016
30017         * lib/linebuffer.c: Include <stdlib.h>.
30018         (free): Remove decl.
30019
30020         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
30021         stddef.h. rpl_malloc returns void *, not char *.
30022         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
30023         prototype.
30024
30025         * lib/md5.h: Include <limits.h> unconditionally.
30026         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
30027         (__P): Remove; all uses removed.
30028         * lib/md5.c: Include "md5.h" first.
30029         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
30030         md5_buffer, md5_process_bytes, md5_process_block):
30031         Define with prototypes.
30032         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
30033         * lib/sha.c: Include "sha.h" first.
30034         Include <stdlib.h>, <string.h> unconditionally.
30035
30036         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
30037         * lib/memcmp.c (__ptr_t): Likewise.
30038         * lib/memrchr.c (__ptr_t): Likewise.
30039         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
30040         Include <string.h> unconditionally.
30041         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
30042         * lib/memchr.c: Include <stdlib.h> unconditionally.
30043         * lib/memchr.c (LONG_MAX): Remove.
30044         * lib/memrchr.c (LONG_MAX): Likewise.
30045         * lib/memchr.c (__memchr): Define via a prototype.
30046         * lib/memrchr.c (__memrchr): Likewise.
30047         * lib/memcmp.c (__P): Remove, and remove all uses.
30048         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
30049         Remove forward decls; no longer needed.
30050         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
30051         Use types required by C89 in prototype.
30052
30053         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
30054         * lib/savedir.c: Likewise.
30055         * lib/mkdir.c (free): Remove decl.
30056         * lib/rmdir.c (rmdir): Define with a prototype.
30057         * lib/savedir.c: Include savedir.h first, to test interface.
30058
30059         * lib/mktime.c (STDC_HEADERS): Remove.
30060         Include <stdlib.h>, <string.h> unconditionally.
30061
30062         * lib/modechange.c: Include <stdlib.h> unconditionally.
30063         (malloc): Remove decl.
30064
30065         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
30066         (free): Remove decl.
30067
30068         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
30069         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
30070         (This type really should be intptr_t, but that's a C99ism.)
30071         (_obstack_memcpy): Remove: all uses changed to memcpy.
30072         Include <string.h> unconditionally.
30073         (struct obstack): Assume __STDC__ for types of members
30074         chunkfun, freefun, extra_arg.
30075         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
30076         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
30077         obstack_begin, obstack_specify_allocation,
30078         obstack_specify_allocation_with_arg, obstack_chunkfun,
30079         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
30080         Remove unprototyped decls and the macros that use them.
30081         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
30082         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
30083         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
30084         (defined __STDC__ && __STDC__)]:
30085         Remove nonprototyped code.
30086         Include <stdlib.h> unconditionally.
30087         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
30088         _obstack_allocated_p, _obstack_free, obstack_free,
30089         _obstack_memory_used, print_and_abort):
30090         Define using prototypes.
30091         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
30092         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
30093         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
30094         obstack_next_free, obstack_object_size, obstack_room) [0]:
30095         Remove unused, unprototyped code.
30096
30097         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
30098
30099         * lib/physmem.c (physmem_total, physmem_available, main): Define
30100         with prototypes.
30101
30102         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
30103         (main): Define with a prototype.
30104
30105         * lib/posixver.c (getenv): Remove decl.
30106
30107         * lib/putenv.c (malloc): Returns void *, not char *.
30108         Include <string.h> unconditionally.
30109         (strchr, memcpy, NULL): Do not define.
30110
30111         * lib/readtokens.c: Include readtokens.h first, to test interface.
30112         Include <stdlib.h>, <string.h> unconditionally.
30113         (init_tokenbuffer): Define with a prototype.
30114
30115         * lib/regex.c (PARAMS): Remove.  All uses removed.
30116         All uses of _RE_ARGS removed, too.
30117         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30118         unconditionally.
30119         (bzero): Assume memset exists.
30120         (memcmp, memcpy, NULL): Remove.
30121         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
30122         char, or assignments to local vars of type signed char.
30123         (init_syntax_once, PREFIX(extract_number_and_incr),
30124         PREFIX(print_partial_compiled_pattern),
30125         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
30126         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
30127         PREFIX(regex_grow_registers), PREFIX(regex_compile),
30128         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
30129         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
30130         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
30131         wcs_compile_range, byte_compile_range, truncate_wchar,
30132         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
30133         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
30134         count_mbs_length, wcs_re_match_2_internal,
30135         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
30136         PREFIX(alt_match_null_string_p),
30137         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
30138         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
30139         regfree, PREFIX(extract_number)): Define with prototype.  Remove
30140         now-unnecessary declaration, if any.
30141         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
30142         regcomp, regexec):
30143         Remove now-unnecessary casts among pointer types.
30144         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
30145
30146         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
30147         (free): Remove decl.
30148
30149         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
30150
30151         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
30152         (free): Remove decl.
30153
30154         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
30155         * lib/xgetcwd.c: Likewise.
30156
30157         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
30158         (free): Remove decl.
30159
30160         * lib/strchrnul.c (strchrnul): Define with a prototype.
30161         Fix bug: c_in was not converted to char before searching.
30162
30163         The following changes are not K&R related:
30164
30165         * lib/group-member.h: Include <sys/types.h>, so that this file is
30166         self-contained.
30167         * lib/makepath.h: Likewise.
30168
30169         * lib/getusershell.c (readname, default_index, line_size, readname):
30170         Use size_t, not int, for sizes.
30171         (readname): If the size overflows, report an error instead of
30172         looping forever.
30173
30174 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30175
30176         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
30177         libc.
30178
30179 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30180
30181         * README: New section: portability guidelines.
30182
30183 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
30184
30185         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
30186         C89 spec.
30187
30188 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
30189
30190         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
30191
30192 2003-09-08  Paul Eggert  <eggert@twinsun.com>
30193
30194         Assume C89 or better; remove K&R cruft.
30195         A few of these changes were first proposed by Derek Robert Price
30196         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
30197
30198         * lib/addext.c: Include <string.h> unconditionally.
30199         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
30200         Don't declare getenv or malloc.
30201
30202         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
30203         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
30204         (NULL): Remove.
30205         (find_stack_direction, alloca): Use prototypes.
30206
30207         * lib/atexit.c (atexit): Define using a prototype.
30208
30209         * lib/basename.c, dirname.c, stripslash.c:
30210         Include <string.h> unconditionally.
30211
30212         * lib/bcopy.c: Include <stddef.h>.
30213         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
30214
30215         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
30216
30217         * lib/error.h (error, error_at_line, error_print_progname)
30218         [! (defined (__STDC__) && __STDC__)]: Remove decls.
30219         * lib/error.c: Include error.h first, to check interface.
30220         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
30221         (VA_START): Remove; all uses changeed to va_start.
30222         (exit, strerror): Remove decls.
30223         (error_print_progname): Prototype uncondionally.
30224         Don't include <errno.h>; no longer needed.
30225         (private_strerror): Remove.
30226         (error_tail): Always define.
30227         (error, error_at_line): Assume C89 or better; always use prototypes.
30228         * lib/fatal.c: Include "fatal.h" first, to test interface.
30229         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
30230         (VA_START): Remove; all uses changed to va_start.
30231         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
30232         this case.
30233         (exit): Remove decl.
30234         (fatal): Prototype unconditionally.  Assume va_start works.
30235         Abort at end, to pacify gcc.
30236
30237         * lib/euidaccess.c (main): Define with a prototype.
30238
30239         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
30240
30241         * lib/exitfail.c: Include <stdlib.h> unconditionally.
30242
30243         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
30244         prototypes.
30245         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
30246         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
30247         (getenv): Remove decl.
30248         (fnmatch): Define using a prototype.
30249         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
30250         (FCT): Define using a prototype.
30251
30252         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
30253
30254         * lib/gethostname.c: Include <stddef.h>.
30255         (gethostname): Define with prototype.  Length is size_t, not int.
30256
30257 2003-09-08  Paul Eggert  <eggert@twinsun.com>
30258
30259         Assume C89 or better; remove K&R cruft.
30260         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
30261         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
30262         string.h, getenv, malloc.
30263         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
30264         headers.
30265         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
30266         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
30267         do not check for strerror.
30268         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
30269         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
30270         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
30271         do not check for doprnt or vprintf.
30272         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
30273         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
30274
30275 2003-09-08  Paul Eggert  <eggert@twinsun.com>
30276
30277         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
30278         getversion.c should have been removed then, but was accidentally
30279         preserved.
30280
30281         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
30282         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
30283
30284 2003-09-08  Karl Berry  <karl@gnu.org>
30285
30286         * config/config.sub, config.guess, srclistvars.sh: update from savannah
30287                 config, forget about prep.
30288
30289         * config/depcomp, missing: update from automake.
30290
30291 2003-09-07  Paul Eggert  <eggert@twinsun.com>
30292
30293         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
30294         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
30295
30296 2003-09-07  Paul Eggert  <eggert@twinsun.com>
30297
30298         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
30299         copy_tm_result.  Bug reported by Simon Josefsson in
30300         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
30301
30302 2003-09-06  Paul Eggert  <eggert@twinsun.com>
30303
30304         * m4/time_r.m4: New file.
30305         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
30306         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
30307         is. Check for timegm declaration.
30308         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
30309         Do not check for gmtime_r.
30310         Replace mktime if __mktime_internal does not exist and if mktime
30311         hasn't been replaced already.
30312
30313 2003-09-06  Paul Eggert  <eggert@twinsun.com>
30314
30315         * lib/time_r.c, lib/time_r.h: New files.
30316
30317         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
30318         __localtime_r.
30319         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
30320         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
30321
30322         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
30323         __gmtime_r.
30324         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
30325         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
30326         Include <time_r.h>.
30327
30328         * lib/timegm.c: Switch to glibc implementation, with the following
30329         changes:
30330         [defined HAVE_CONFIG_H]: Include <config.h>.
30331         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
30332         (__mktime_internal) [!defined _LIBC]: New decl.
30333         (__gmtime_r) [!defined _LIBC]: New macro and function.
30334         (timegm): Use a prototype, since gnulib assumes C89.
30335         Do not bother declaring tmp to be const, as it's not really usefu.
30336         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
30337         (timegm): Declare only if HAVE_DECL_TIMEGM.
30338
30339 2003-09-06  Paul Eggert  <eggert@twinsun.com>
30340
30341         * MODULES.html.sh (func_all_modules): Add time_r.
30342         * modules/time_r: New file.
30343         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
30344         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
30345
30346 2003-09-03  Paul Eggert  <eggert@twinsun.com>
30347
30348         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
30349         Bug reported by Lute Kamstra in
30350         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
30351
30352         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
30353         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
30354         course with correspondingly smaller numbers for tomorrow and
30355         yesterday.  From Tadayoshi Funaba.  Originally installed into
30356         sh-utils on 1999-08-07, but the patch got lost (I guess during the
30357         coreutils merge?).
30358
30359 2003-08-31  Simon Josefsson  <jas@extundo.com>
30360
30361         * modules/timegm: New file.
30362         * MODULES.html.sh (func_all_modules): Add timegm.
30363
30364 2003-08-31  Simon Josefsson  <jas@extundo.com>
30365
30366         * m4/timegm.m4: New file.
30367
30368 2003-08-31  Simon Josefsson  <jas@extundo.com>
30369
30370         * lib/timegm.h: New file.
30371         * lib/timegm.c: New file.  Based on
30372         wget-1.8.2/src/http.c:mktime_from_utc.
30373
30374 2003-08-31  Karl Berry  <karl@gnu.org>
30375
30376         * lib/argp.h: update from libc.
30377
30378 2003-08-28  Bruno Haible  <bruno@clisp.org>
30379
30380         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
30381         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
30382         followed by '#define fnmatch fnmatch_posix' gives an error.
30383
30384 2003-08-28  Bruno Haible  <bruno@clisp.org>
30385
30386         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
30387         warning on QNX, which defines O_BINARY to 000000.
30388
30389 2003-08-27  Jim Meyering  <jim@meyering.net>
30390
30391         * m4/mkstemp.m4: Require that the system mkstemp be able to create
30392         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
30393         would fail after 32.  Reported by Danny Levinson.  Details here:
30394         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
30395
30396 2003-08-24  Bruno Haible  <bruno@clisp.org>
30397
30398         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
30399         MSVC7 <stdio.h> is included later.
30400
30401 2003-08-22  Simon Josefsson  <jas@extundo.com>
30402
30403         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
30404
30405 2003-08-20  Karl Berry  <karl@gnu.org>
30406
30407         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
30408
30409 2003-08-20  Bruno Haible  <bruno@clisp.org>
30410
30411         * modules/progname: New file.
30412         * MODULES.html.sh (func_all_modules): Add progname.
30413
30414 2003-08-20  Bruno Haible  <bruno@clisp.org>
30415
30416         * lib/progname.h: New file, from GNU gettext.
30417         * lib/progname.c: New file, from GNU gettext.
30418         * lib/progreloc.c: New file, from GNU gettext.
30419
30420 2003-08-19  Jim Meyering  <jim@meyering.net>
30421
30422         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
30423         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
30424
30425 2003-08-19  Bruno Haible  <bruno@clisp.org>
30426
30427         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
30428         more.
30429
30430 2003-08-19  Bruno Haible  <bruno@clisp.org>
30431
30432         * lib/xstrdup.c: Assume <string.h> exists.
30433
30434 2003-08-18  Paul Eggert  <eggert@twinsun.com>
30435
30436         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
30437         in makefile rules.
30438
30439 2003-08-18  Jim Meyering  <jim@meyering.net>
30440
30441         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
30442         * m4/lib-ld.m4: Likewise.
30443
30444 2003-08-18  Jim Meyering  <jim@meyering.net>
30445
30446         * lib/setenv.h: Indent nested cpp directive.
30447         * lib/vasnprintf.c: Remove trailing blanks.
30448
30449 2003-08-17  Simon Josefsson  <jas@extundo.com>
30450
30451         * modules/xstrndup: New file.
30452         * MODULES.html.sh (func_all_modules): Add xstrndup.
30453
30454 2003-08-17  Simon Josefsson  <jas@extundo.com>
30455
30456         * modules/argp: Fix autoconf macro name. Add more dependencies.
30457
30458 2003-08-17  Simon Josefsson  <jas@extundo.com>
30459
30460         * m4/xstrndup.m4: New file.
30461
30462 2003-08-17  Simon Josefsson  <jas@extundo.com>
30463
30464         * m4/argp.m4: New file.
30465
30466 2003-08-17  Simon Josefsson  <jas@extundo.com>
30467             Bruno Haible  <bruno@clisp.org>
30468
30469         * lib/xstrndup.h: New file.
30470         * lib/xstrndup.c: New file.
30471
30472 2003-08-17  Bruno Haible  <bruno@clisp.org>
30473
30474         * modules/strndup (Files, Include): Add lib/strndup.h.
30475
30476 2003-08-17  Bruno Haible  <bruno@clisp.org>
30477
30478         * modules/euidaccess (Files): Add lib/euidaccess.h.
30479
30480 2003-08-17  Bruno Haible  <bruno@clisp.org>
30481
30482         * lib/strndup.h: New file.
30483
30484 2003-08-17  Bruno Haible  <bruno@clisp.org>
30485
30486         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
30487         like AC_GNU_SOURCE.
30488         * modules/extensions (configure.ac): Comment out the invocation of
30489         gl_USE_SYSTEM_EXTENSIONS.
30490
30491 2003-08-16  Paul Eggert  <eggert@twinsun.com>
30492
30493         Merges from coreutils, etc.
30494         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
30495         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
30496         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
30497         fixing a typo.
30498         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
30499         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
30500
30501 2003-08-16  Paul Eggert  <eggert@twinsun.com>
30502
30503         Document merge from coreutils.
30504         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
30505         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
30506         * modules/utime: Add m4/utimes-null.m4.
30507
30508 2003-08-16  Paul Eggert  <eggert@twinsun.com>
30509
30510         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
30511         space, undoing this 2003-08-12 change:
30512         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
30513
30514 2003-08-16  Paul Eggert  <eggert@twinsun.com>
30515
30516         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
30517         strtoul.c from libc, undoing this 2003-08-12 change:
30518         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
30519
30520 2003-08-16  Jim Meyering  <jim@meyering.net>
30521
30522         Merges from coreutils.
30523         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
30524         prefix.  Adjust cache variables similarly.  Create 500 rather than
30525         just 300 files, to exercise bug on Darwin6.5, too.
30526         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
30527         $missing_dir.
30528         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
30529         AM_SYS_POSIX_TERMIOS.
30530         Reported by mkc@mathdogs.com.
30531         Also change use of $am_cv_sys_posix_termios
30532         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
30533         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
30534         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
30535         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
30536         in /proc/mounts until it finds one with matching device number.  This
30537         is unnecessary when the FILE argument *is* a mount point.  No stat call
30538         is necessary in that case.  So, disable the statvfs-testing code on
30539         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
30540         as RedHat bug# 84846.
30541         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
30542         to 1MB, so as not to render systems with no stack size limit (e.g.,
30543         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
30544         Include <unistd.h>.  On some systems,
30545         it is required for the definition of _SC_PAGESIZE.
30546
30547 2003-08-16  Jim Meyering  <jim@meyering.net>
30548
30549         Merge from coreutils.
30550         * lib/xstrtoimax.c: #else #if -> #elif.
30551         * lib/xstrtoumax.c: Likewise.
30552
30553 2003-08-16  Jim Meyering  <jim@meyering.net>
30554
30555         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
30556         * m4/utimes.m4: Removed.
30557         * m4/utimes-null.m4: Renamed from utimes.m4.
30558
30559         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
30560         to 1MB, so as not to render systems with no stack size limit (e.g.,
30561         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
30562         Include <unistd.h>.  On some systems,
30563         it is required for the definition of _SC_PAGESIZE.
30564
30565 2003-08-16  Jim Meyering  <jim@meyering.net>
30566         and Paul Eggert  <eggert@cs.ucla.edu>
30567
30568         Merges from coreutils, etc.
30569
30570         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
30571         using the latest version from cvs.  This avoids problems with #line
30572         directives using a vendor (Sun) compiler.
30573         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
30574         Don't set GETGROUPS_LIB here; now it's
30575         done via getgroups.m4's wrapper function.
30576         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
30577         rather than just in sh-util/configure.in, so that the
30578         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
30579         same.
30580         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
30581         AC_FUNC_GETLOADAVG where to find getloadavg.c.
30582         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
30583         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
30584         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
30585         Remove code that is now done by the newly-required macros.
30586         Append $(EXEEXT) to DF_PROG.
30587         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
30588         Do not invoke or require the following here,
30589         since prereq.m4 or some gnulib .m4 now does this for us:
30590         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
30591         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
30592         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
30593         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
30594         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
30595         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
30596         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
30597         AC_FUNC_OBSTACK.
30598         Do not replace the following functions, as this is now the job
30599         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
30600         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
30601         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
30602         atexit getpass, strdup, getpagesize.
30603         Replace 'raise'.
30604         Do not check for the following functions, as this is now the job
30605         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
30606         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
30607         setregid.
30608         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
30609         Check for sys/sysctl.h.
30610         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
30611         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
30612         of checking for ssize_t ourselves.
30613
30614         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
30615         Require every macro that gnulib/modules/* suggests for us.
30616         (jm_PREREQ_ADDEXT): New macro.
30617         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
30618         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
30619
30620         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
30621         (gl_PHYSMEM): Use it.
30622         Also check for `table' function.
30623         Check for new headers and functions.
30624         Add check for sys/sysmp.h.
30625         With suggestions from Kaveh Ghazi.
30626         Ignore headers that are present but cannot be compiled.  This
30627         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
30628         C 5.4.
30629
30630 2003-08-15  Paul Eggert  <eggert@twinsun.com>
30631
30632         Document merge from coreutils.
30633         * modules/userspec: Depend on posixver.
30634         * modules/strftime: Depend on tzset.
30635
30636 2003-08-15  Paul Eggert  <eggert@twinsun.com>
30637
30638         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
30639         rather than tab, after '#' in shell-script copyright notices.
30640         Suggested by Bruno Haible.
30641
30642 2003-08-15  Paul Eggert  <eggert@twinsun.com>
30643
30644         * config/srclist-update: Use three spaces, rather than tab, after '#'
30645         in shell-script copyright notices.  Suggested by Bruno Haible.
30646         Remove unnecessary parenthesization in regular expression.
30647
30648 2003-08-15  Jim Meyering  <jim@meyering.net>
30649
30650         Merge from coreutils.
30651         * lib/xgethostname.c: Include <stdlib.h>.
30652         (xghostname): Don't exit for anything other than memory-related
30653         failure; just return NULL.
30654         * lib/userspec.c: Include "posixver.h".
30655         (parse_user_spec): Accept `.' as a separator only
30656         in pre-POSIX-200112 mode.
30657         * lib/strtoimax.c: Use #elif rather than #else #if.
30658         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
30659         Remove function, now that we can rely on a working tzset function.
30660         [!_LIBC]: Ensure that the required autoconf test has been run.
30661         [!defined _NL_CURRENT && HAVE_STRFTIME]:
30662         Use underlying_strftime for %r.
30663         * lib/sha.c: Merge in some clean-up and optimization changes from
30664         glibc.
30665         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
30666         Ensure that it is a multiple of 64.
30667         Rearrange loop exit tests so as to avoid performing an
30668         additional fread after encountering an error or EOF.
30669         * lib/realloc.c: Update copyright date.
30670
30671 2003-08-15  Jim Meyering  <jim@meyering.net>
30672         and Paul Eggert  <eggert@twinsun.com>
30673
30674         Merge from coreutils.
30675         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
30676         member but strut utmpx does not.  Needed for AIX 4.3.3.
30677         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
30678
30679 2003-08-15  Jim Meyering  <jim@meyering.net>
30680         and Paul Eggert  <eggert@cs.ucla.edu>
30681
30682         Merges from coreutils, etc.
30683         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
30684         Require gl_FUNC_TZSET_CLOBBER.
30685         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
30686         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
30687         members.
30688
30689 2003-08-14  Paul Eggert  <eggert@twinsun.com>
30690
30691         Help the merge from coreutils.
30692         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
30693         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
30694         * m4/tzset.m4: Use it too.
30695
30696 2003-08-14  Paul Eggert  <eggert@twinsun.com>
30697
30698         * modules/tzset: New file.
30699
30700 2003-08-14  Jim Meyering  <jim@meyering.net>
30701
30702         Merges from coreutils.
30703         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
30704         variable names, rather than @FNMATCH_H@.
30705         * modules/alloca: Likewise for $(ALLOCA_H).
30706
30707         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
30708         the three copies of the literal target, `fnmatch.h'.
30709         * modules/alloca (alloca.h): Likewise.
30710
30711 2003-08-14  Jim Meyering  <jim@meyering.net>
30712
30713         Merge from coreutils.
30714         * m4/tzset.m4: New file.
30715         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
30716         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
30717         otherwise, AIX 5.1 systems would end up using the latter.
30718         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
30719         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
30720         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
30721         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
30722
30723 2003-08-14  Jim Meyering  <jim@meyering.net>
30724
30725         Merge from coreutils.
30726         * lib/obstack.h: Whitespace changes.
30727         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
30728         and xcalloc return values.
30729         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
30730         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
30731         hang on OSF/1 5.1 for DIR on both local and remote file systems.
30732         Reported by (and fix confirmed by) Nelson H. F. Beebe.
30733         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
30734         error from mntctl.
30735         Use mntctl's return value to drive the entry-processing loop, since
30736         we can't rely on the value of the vmt_length member in the last
30737         entry.  On some systems doing so could result in exhausting
30738         virtual memory.  Based in part on a patch from Mike Jetzer.
30739
30740 2003-08-14  Jim Meyering  <jim@meyering.net>
30741         and Paul Eggert  <eggert@twinsun.com>
30742
30743         Merges from coreutils, plus other fixes.
30744         * lib/physmem.c: Merge in portability changes from gcc/libiberty
30745         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
30746         for credits and details.  Thanks to Kaveh Ghazi for helping
30747         to keep these files in sync.
30748         (ARRAY_SIZE): Define it.
30749         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
30750         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
30751         (memcasecmp): Don't assume size_t fits in unsigned int.
30752         Remove casts and duplicate code.
30753         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
30754         (memcpy): Remove definition.
30755         Merge in some clean-up and optimization changes from glibc.
30756         [BLOCKSIZE]: Move definition to top of file.
30757         Ensure that it is a multiple of 64.
30758         Rearrange loop exit tests so as to avoid performing an
30759         additional fread after encountering an error or EOF.
30760         * lib/md5.h (md5_uintptr): Define.
30761         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
30762         return to the initial working directory.  Preserve errno
30763         for caller.
30764         * lib/idcache.c: Include "xalloc.h".
30765         (xmalloc, xrealloc): Remove decls.
30766         (getuser): Remove casts no longer required in C89.
30767         * lib/human.c: Include stdio.h, for sprintf.
30768         * lib/group-member.c: Include "xalloc.h".
30769         (xmalloc, xrealloc): Remove decls.
30770         (get_group_info): Remove casts no longer required in C89.
30771         * lib/getusershell.c (readname): Remove casts no longer required in
30772         C89.
30773         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
30774         * lib/getline.c: Whitespace fix, from coreutils.
30775
30776 2003-08-13  Paul Eggert  <eggert@twinsun.com>
30777
30778         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
30779         Check for isascii.
30780
30781         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
30782         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
30783         Undo previous (whitespace-only) change.
30784
30785 2003-08-13  Paul Eggert  <eggert@twinsun.com>
30786
30787         * lib/exclude.c: Include <ctype.h>
30788         (IN_CTYPE_DOMAIN): New macro.
30789         (is_space): New fn.
30790         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
30791         and empty lines.
30792
30793         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
30794         Undo previous (whitespace-only) change.
30795
30796 2003-08-13  Paul Eggert  <eggert@twinsun.com>
30797
30798         * config/srclist-update: Change update back to the old behavior,
30799         leaving whitespace alone.  Use one 'sed' command rather than a
30800         pipeline.
30801         (fixlicense): Now a variable, not a function.
30802         (remove_trailing_blanks): Remove.
30803         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
30804         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
30805         Undo previous (whitespace-only) change.
30806
30807 2003-08-12  Paul Eggert  <eggert@twinsun.com>
30808
30809         Merge from coreutils.
30810         * modules/euidaccess: Add lib_SOURCES, include for new
30811         file euidaccess.h
30812
30813 2003-08-12  Paul Eggert  <eggert@twinsun.com>
30814
30815         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
30816         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
30817         Normalize leading white space and remove trailing white space.
30818
30819         Merge from coreutils
30820         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
30821
30822         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
30823         0.12.1.  These files are now being upgraded automatically by
30824         ../config/srclist-update.
30825
30826 2003-08-12  Paul Eggert  <eggert@twinsun.com>
30827
30828         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
30829         Normalize leading white space and remove trailing white space.
30830         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
30831         notice, as per ../config/srclist-update.
30832
30833         Merge from coreutils.
30834         * lib/euidaccess.h: New file.
30835         * lib/euidaccess.c: Include it.
30836         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
30837         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
30838         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
30839
30840 2003-08-12  Paul Eggert  <eggert@twinsun.com>
30841
30842         * config/srclist-update: Add copyright notice.
30843         (remove_id_lines, remove_trailing_blanks): New constants.
30844         (fixfile): Use them to normalize spacing a bit in copied files.
30845         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
30846         Normalize leading white space and remove trailing white space.
30847
30848         * config/texinfo.tex: Sync with texinfo.
30849
30850         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
30851         strtoul.c from libc, to merge coreutils whitespace changes.
30852
30853         * config/srclist.txt: Get the following m4 files from gettext:
30854         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
30855         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
30856         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
30857         wint_t.m4.
30858
30859 2003-08-12  Karl Berry  <karl@gnu.org>
30860
30861         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
30862         been made.
30863
30864 2003-08-11  Paul Eggert  <eggert@twinsun.com>
30865
30866         * modules/gnu-source, m4/gnu-source.m4:
30867         Remove; we're assuming Autoconf 2.54 or later now.
30868         Suggested by Bruno Haible.
30869         * MODULES.html.sh (func_all_modules): Remove gnu-source.
30870
30871 2003-08-11  Bruno Haible  <bruno@clisp.org>
30872
30873         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
30874
30875 2003-08-11  Bruno Haible  <bruno@clisp.org>
30876
30877         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
30878         (vasnprintf): Use it instead of wcslen.
30879
30880 2003-08-11  Bruno Haible  <bruno@clisp.org>
30881
30882         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
30883         value to ensure that _Bool promotes to int. Use #define for _Bool when
30884         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
30885
30886 2003-08-10  Karl Berry  <karl@gnu.org>
30887
30888         * lib/regex.h: update from libc (whitespace fix).
30889
30890 2003-08-09  Paul Eggert  <eggert@twinsun.com>
30891
30892         Merge some files from coreutils.  These changes were
30893         originally made by Jim Meyering.
30894         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
30895         many older Unixes require this.
30896         * lib/alloca.c (alloca): Remove cast to argument of free;
30897         no longer needed in C89.
30898         * lib/alloca_.h, regex.h: Fix white space to match
30899         what GNU indent does.
30900
30901 2003-08-09  Paul Eggert  <eggert@twinsun.com>
30902
30903         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
30904         apparently Emacs's Unicode mode got confused before my 2003-08-05
30905         checkin.
30906
30907 2003-08-08  Paul Eggert  <eggert@twinsun.com>
30908
30909         * m4/extensions.m4: New file.
30910         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
30911         Require gl_USE_SYSTEM_EXTENSIONS.
30912         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
30913         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
30914
30915 2003-08-08  Paul Eggert  <eggert@twinsun.com>
30916
30917         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
30918         * modules/extensions, modules/gnu-source: New files.
30919         * modules/timespec, modules/unlocked-io: Depend on extensions.
30920
30921 2003-08-07  Paul Eggert  <eggert@twinsun.com>
30922
30923         * modules/restrict: New file.
30924         * MODULES.html.sh (func_all_modules): Add restrict.
30925         * modules/regex: Depend on restrict.
30926
30927 2003-08-07  Paul Eggert  <eggert@twinsun.com>
30928
30929         * m4/restrict.m4: New file.
30930         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
30931
30932 2003-08-07  Bruno Haible  <bruno@clisp.org>
30933
30934         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
30935         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
30936
30937 2003-08-07  Bruno Haible  <bruno@clisp.org>
30938
30939         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
30940         makes the module 'getndelim2' compatible with the module 'getline'.
30941
30942 2003-08-05  Paul Eggert  <eggert@twinsun.com>
30943
30944         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
30945         byte with "\201" to avoid glitches when editing that source file
30946         with multi-gnome-terminal.
30947
30948 2003-08-05  Paul Eggert  <eggert@twinsun.com>
30949
30950         * lib/bumpalloc.h: Remove.
30951
30952 2003-08-05  Paul Eggert  <eggert@twinsun.com>
30953
30954         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
30955         * modules/bumpalloc: Remove.
30956
30957 2003-08-04  Paul Eggert  <eggert@twinsun.com>
30958
30959         * lib/getloadavg.c: Change copyright notice and spacing to conform to
30960         GNU coding style.
30961
30962         Merge from coreutils.
30963         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
30964         1. From glibc.
30965         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
30966         from Karl Berry, implemented by Jim Meyering.
30967         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
30968         from Dmitry V. Levin.
30969         Remove anachronistic cast of xrealloc.
30970         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
30971         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
30972         type. Otherwise, it wouldn't compile with at least /bin/cc on
30973         ymp-cray-unicos9.0.2.X.
30974         Combine two mostly-identical uses of alloca into one.
30975         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
30976
30977 2003-08-04  Dave Love  <d.love@dl.ac.uk>
30978
30979         [From Emacs.]
30980
30981         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
30982         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
30983         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
30984         obsolete NLIST_NAME_UNION.
30985         [__GNU__]: Undef BSD and FSCALE.
30986         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
30987
30988 2003-08-03  Paul Eggert  <eggert@twinsun.com>
30989
30990         * lib/stdbool_.h (_Bool): Make it signed char, instead of
30991         an enum type, so that it's guaranteed to promote to int.  See:
30992         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
30993
30994 2003-08-03  Karl Berry  <karl@gnu.org>
30995
30996         * config/depcomp: update from automake.
30997
30998 2003-07-31  Paul Eggert  <eggert@twinsun.com>
30999
31000         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
31001         (strerror): Don't assume that a printable int fits in 14 bytes.
31002
31003 2003-07-31  Bruno Haible  <bruno@clisp.org>
31004
31005         * modules/getpass-gnu: New file.
31006         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
31007
31008 2003-07-31  Bruno Haible  <bruno@clisp.org>
31009
31010         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
31011
31012 2003-07-24  Karl Berry  <karl@gnu.org>
31013
31014         * config/missing: update from automake.
31015
31016 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
31017             Bruno Haible  <bruno@clisp.org>
31018
31019         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
31020         * lib/getline.c (getline, getdelim): Likewise.
31021         Remove _GNU_SOURCE define; now it's defined in config.h through
31022         m4/getline.m4.
31023
31024 2003-07-23  Karl Berry  <karl@gnu.org>
31025
31026         * config/config.sub: update from prep.
31027
31028 2003-07-22  Paul Eggert  <eggert@twinsun.com>
31029
31030         * modules/xalloc (Depends-on): Add exitfail.
31031         * modules/xmemcoll: Likewise.
31032
31033 2003-07-22  Paul Eggert  <eggert@twinsun.com>
31034
31035         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
31036         over-parenthesization in macros.
31037
31038         Sync with coreutils.
31039
31040         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
31041         required by C99.
31042
31043         Use `exit_failure' for xalloc and xmemcoll instead of their own
31044         private exit-failure variables.
31045         * lib/xalloc.h (xalloc_exit_failure): Remove.
31046         * lib/xmalloc.c: Likewise.  Include exitfail.h.
31047         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
31048         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
31049         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
31050         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
31051
31052 2003-07-20  Jim Meyering  <jim@meyering.net>
31053
31054         * modules/closeout (Depends-on): Add exitfail.
31055         Suggestion from Bruno Haible.
31056
31057 2003-07-19  Karl Berry  <karl@gnu.org>
31058
31059         * config/config.sub: update from prep.
31060
31061 2003-07-18  Paul Eggert  <eggert@twinsun.com>
31062
31063         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
31064         Remove.
31065         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
31066         to test that it can stand by itself.  Include "exitfail.h".
31067         Clients should set exit_failure instead.
31068         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
31069
31070 2003-07-18  Bruno Haible  <bruno@clisp.org>
31071
31072         * modules/getndelim2: New file.
31073         * modules/getline: Share files with module getndelim2.
31074         * modules/getnline: Depend on getndelim2 instead of sharing files with
31075         it. Add getnline.c to lib_SOURCES.
31076         * MODULES.html.sh (func_all_modules): Add getndelim2.
31077
31078 2003-07-18  Bruno Haible  <bruno@clisp.org>
31079
31080         * m4/getndelim2.m4: New file.
31081         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
31082         invoke gl_PREREQ_GETNDELIM2.
31083         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
31084         gl_PREREQ_GETNDELIM2.
31085         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
31086         gl_GETNDELIM2.
31087
31088 2003-07-18  Bruno Haible  <bruno@clisp.org>
31089
31090         * lib/getndelim2.h: New file.
31091         * lib/getndelim2.c: Make into a module of its own. Include config.h,
31092         getndelim2.h.
31093         (getndelim2): Make non-static. Change return type to ssize_t.
31094         * lib/getline.h: Change argument names.
31095         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
31096         * lib/getnline.c: Include getndelim2.h.
31097
31098 2003-07-18  Andreas Schwab  <schwab@suse.de>
31099
31100         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
31101
31102 2003-07-17  Karl Berry  <karl@gnu.org>
31103
31104         * config/config.sub: update from prep.
31105
31106 2003-07-17  Bruno Haible  <bruno@clisp.org>
31107
31108         * modules/getnline: New file.
31109         * modules/getline: Add lib/getndelim2.c to source file list.
31110         * MODULES.html.sh (func_all_modules): Add getnline.
31111
31112 2003-07-17  Bruno Haible  <bruno@clisp.org>
31113
31114         * m4/getnline.m4: New file.
31115
31116 2003-07-17  Bruno Haible  <bruno@clisp.org>
31117
31118         * m4/Makefile.am.in: Remove file.
31119         * m4/Makefile.am: Remove file.
31120         * m4/Makefile.in: Remove file.
31121
31122 2003-07-17  Bruno Haible  <bruno@clisp.org>
31123
31124         * lib/getnline.h: New file.
31125         * lib/getnline.c: New file.
31126         * lib/getndelim2.c: New file, extracted from getline.c.
31127         (getndelim2): Renamed from getdelim2, with added nmax argument.
31128         * lib/getline.c: Include getndelim2.c.
31129         (getdelim2): Moved out to getndelim2.c.
31130         (getline, getdelim): Update.
31131
31132 2003-07-17  Bruno Haible  <bruno@clisp.org>
31133
31134         * lib/Makefile.am: Remove file.
31135         * lib/Makefile.in: Remove file.
31136
31137 2003-07-17  Bruno Haible  <bruno@clisp.org>
31138
31139         * configure.in: Remove file.
31140         * Makefile.in: Remove file.
31141
31142 2003-07-17  Bruno Haible  <bruno@clisp.org>
31143
31144         * MODULES.html.sh: Put the </BODY> right before </HTML>.
31145
31146 2003-07-16  Karl Berry  <karl@gnu.org>
31147
31148         * config/srclist-update: was running fixlicense twice, which caused
31149                 texinfo.tex to be nullified for some reason.  Simplify,
31150                 $gplsrc is no longer needed as far as I can see?
31151
31152 2003-07-16  Jim Meyering  <jim@meyering.net>
31153
31154         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
31155
31156 2003-07-15  Paul Eggert  <eggert@twinsun.com>
31157
31158         * config/srclist.txt: Get the following files from gettext-runtime/intl
31159         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
31160         ref-del.sin.  From Bruno Haible.
31161         * config/srclist-update (fixfile): Change grep pattern again, since the
31162         previous fix didn't work (there was another trailing $).  Use
31163         '[$]' to escape the $s.
31164
31165 2003-07-15  Karl Berry  <karl@gnu.org>
31166
31167         * lib/vasnprintf.c: update from gettext.
31168
31169 2003-07-15  Karl Berry  <karl@gnu.org>
31170
31171         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
31172         gets expanded when surrounded by '$'.
31173
31174 2003-07-15  Jim Meyering  <jim@meyering.net>
31175
31176         * modules/save-cwd: Don't depend on error.  From Derek Price.
31177
31178 2003-07-15  Jim Meyering  <jim@meyering.net>
31179
31180         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
31181
31182 2003-07-14  Simon Josefsson  <jas@extundo.com>
31183
31184         * modules/mempcpy: New file.
31185         * MODULES.html.sh (func_all_modules): Add mempcpy.
31186
31187 2003-07-14  Simon Josefsson  <jas@extundo.com>
31188
31189         * m4/mempcpy.m4: New file.
31190
31191 2003-07-14  Simon Josefsson  <jas@extundo.com>
31192
31193         * lib/mempcpy.h: New file.
31194         * lib/mempcpy.c: New file.
31195
31196 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31197
31198         * modules/getdate, modules/posixtm: Depend on mktime.
31199
31200 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31201
31202         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
31203         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
31204         unicodeio.c, unicodeio.h, unlocked-io.h:
31205         Switch from LGPL to GPL.
31206
31207 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31208
31209         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
31210         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
31211         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
31212         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
31213         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
31214         updated automatically by ../config/srclist-update.  This changes
31215         their license from LPGL to GPL.
31216
31217 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31218
31219         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
31220         assumed to refer to the root of the most recent stable gettext version.
31221         * config/srclistvars.sh: Add defaults for eggert.
31222         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
31223         Match "This program" as well as "The program".  This is needed
31224         for gettext.
31225
31226 2003-07-14  Jim Meyering  <jim@meyering.net>
31227
31228         Don't emit diagnostics.  Let callers do that.
31229         * lib/save-cwd.c: Don't include "error.h".
31230         (save_cwd): Don't call error.  Ensure that errno is valid
31231         when returning nonzero.
31232
31233         * lib/save-cwd.h (restore_cwd): Update prototype.
31234         * lib/save-cwd.c (restore_cwd): Remove two parameters.
31235         Simplify.  Don't call error upon failure.  Let callers do that.
31236         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
31237         when auditing is enabled.  But don't bother updating the #if.
31238
31239 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
31240
31241         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
31242         it breaks C++ compilation.
31243         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
31244
31245 2003-07-10  Simon Josefsson  <jas@extundo.com>
31246
31247         * modules/strchrnul (Makefile.am): Add strchrnul.h.
31248
31249 2003-07-10  Jim Meyering  <jim@meyering.net>
31250
31251         * m4/clock_time.m4: Remove trailing blank.
31252         * m4/intmax_t.m4: Likewise.
31253
31254 2003-07-10  Jim Meyering  <jim@meyering.net>
31255
31256         * lib/vasnprintf.c: Remove trailing blanks.
31257         Make cpp indentation consistent.
31258
31259 2003-07-09  Paul Eggert  <eggert@twinsun.com>
31260
31261         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
31262         posixver.c, strftime.c, strnlen.c, strverscmp.c:
31263         Switch from LGPL to GPL.
31264
31265 2003-07-09  Paul Eggert  <eggert@twinsun.com>
31266
31267         * config/srclist.txt: Sort sublists.  Add
31268         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
31269         that differ from gnulib for one reason or another; we'd like this list
31270         to be smaller but for now let's document what we have.
31271
31272 2003-07-08  Paul Eggert  <eggert@twinsun.com>
31273
31274         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
31275         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
31276         and sweeter "eval x=$x".
31277         * config/srclist.txt: Get lib/argp* from glibc.
31278
31279 2003-07-07  Paul Eggert  <eggert@twinsun.com>
31280
31281         * lib/mktime.c: Fix some boundary cases and remove need for floating
31282         point.
31283
31284         Issue a compile-time diagnostic if time_t is floating point, or if
31285         two's complement arithmetic is not in effect, or if arithmetic
31286         right shift does not propagate the sign.  These assumptions were
31287         all in the original code but they weren't checked.
31288
31289         (TIME_T_MIDPOINT, verify): New macros.
31290         (__isleap): Remove; it has integer overflow problems.
31291         (leapyear): New function, without those problems.
31292         (ydhms_tm_diff): Remove; splitting into two parts.
31293         (ydhms_diff): New function, containing the arithmetic part of
31294         the old ydhms_tm_diff function.  Issue a compile-time
31295         diagnostic if we are not using C99 integer division.
31296         Avoid casts when possible.
31297         (guess_time_tm): New function, containing the checking part of
31298         the old ydhms_tm_diff function.  Return the new value, rather than
31299         the difference between it and the old.  Accept a new argument T
31300         so that *T specifies the old value.  Check for overflow in the result.
31301
31302         (__mktime_internal): Use a time_t offset, not a long int offset.
31303         This undoes the 2003-06-04 change, which is no longer needed now
31304         that we have better overflow checking.
31305         (localtime_offset): Likewise.
31306
31307         (__mktime_internal): Avoid harmful overflow on hosts where time_t
31308         and long are 64-bit but int is only 32-bit.
31309         (ydhms_diff): Use long int to store year1 and yday1.
31310         Issue a compile-time diagnostic if long int is not wide enough.
31311
31312         (__mktime_internal): Use long int to store adjusted year and yday.
31313         Use plain C rather than preprocessor commands, if that doesn't
31314         affect efficiency.
31315         Check for overflow (and try to repair) after each probe
31316         rather than checking only at the very end.  This avoids some bugs
31317         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
31318         does not equal GMT offset at maximum time).
31319         Use integer to check for overflow rather than floating point; this
31320         is more portable to non-IEEE hosts, and is a tad faster.
31321         When we detect that we are oscillating between two values,
31322         don't check whether tm_isdst has the requested value, since
31323         we already know the answer.  When tm_isdst has the wrong value,
31324         use a different heuristic to find the right one, based on the
31325         extreme values actually observed in practice in tz2003a,
31326         rather than the (overly optimistic) "previous 3 calendar quarters".
31327
31328         (not_equal_tm, print_tm, check_result): Use "const T" rather than
31329         "T const" to accommodate glibc style.
31330         (check_result): Use less-confusing report format.  "long" -> "long int.
31331         (main): Likewise.
31332         Don't loop if the iteration overflows time_t.
31333         Allow a negative step in the iteration.
31334
31335 2003-07-06  Karl Berry  <karl@gnu.org>
31336
31337         * config/depcomp: update from automake.
31338         * config/config.sub: update from prep.
31339
31340 2003-07-03  Karl Berry  <karl@gnu.org>
31341
31342         * config/config.guess: update from prep.
31343
31344 2003-07-01  Paul Eggert  <eggert@twinsun.com>
31345
31346         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
31347         xreadlink.c now includes it unconditionally.
31348
31349 2003-07-01  Paul Eggert  <eggert@twinsun.com>
31350
31351         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
31352         having it depend on HAVE_SYS_TYPES_H.
31353
31354 2003-07-01  Bruno Haible  <bruno@clisp.org>
31355
31356         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
31357         <sys/types.h> should be sufficient.
31358         Reported by Paul Eggert.
31359
31360 2003-06-26  Karl Berry  <karl@gnu.org>
31361
31362         * config/depcomp: update from automake.
31363
31364 2003-06-26  Bruno Haible  <bruno@clisp.org>
31365
31366         * modules/human: Depend on module stdbool.
31367
31368 2003-06-25  Bruno Haible  <bruno@clisp.org>
31369
31370         * modules/readlink: New file.
31371         * modules/xreadlink: Depend on it.
31372         * MODULES.html.sh (func_all_modules): Add readlink.
31373
31374 2003-06-25  Bruno Haible  <bruno@clisp.org>
31375
31376         * m4/readlink.m4: New file.
31377
31378 2003-06-25  Bruno Haible  <bruno@clisp.org>
31379
31380         * lib/readlink.c: New file.
31381
31382 2003-06-22  Karl Berry  <karl@gnu.org>
31383
31384         * config/srclist.txt: update mkinstalldirs from automake.
31385         * config/mkinstalldirs: update.
31386
31387 2003-06-22  Bruno Haible  <bruno@clisp.org>
31388
31389         Portability to mingw32.
31390         * m4/ssize_t.m4: New file, from GNU gettext.
31391         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
31392         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
31393
31394 2003-06-22  Bruno Haible  <bruno@clisp.org>
31395
31396         * modules/safe-read: Add m4/ssize_t.m4.
31397         * modules/xreadlink: Add m4/ssize_t.m4.
31398
31399 2003-06-20  Bruno Haible  <bruno@clisp.org>
31400
31401         Assume C89, so PARAMS isn't needed.
31402         * lib/unicodeio.h (PARAMS): Remove.
31403         * lib/unicodeio.c: Don't use PARAMS.
31404
31405 2003-06-18  Karl Berry  <karl@gnu.org>
31406
31407         * config/config.{guess,sub}: update from prep.
31408
31409 2003-06-18  Jim Meyering  <jim@meyering.net>
31410
31411         Merge changes from coreutils.
31412         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
31413         Remove explicit declarations of xmalloc and realloc.
31414         Include xalloc.h.
31415         (read_utmp): Remove anachronistic cast of xmalloc.
31416
31417 2003-06-17  Paul Eggert  <eggert@twinsun.com>
31418
31419         Assume C89, so PARAMS isn't needed.
31420         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
31421         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
31422         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
31423         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
31424         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
31425         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
31426         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
31427         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
31428         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
31429         lib/xstrtod.h, lib/xstrtol.h: Likewise.
31430         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
31431         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
31432         no longer needed. Anyway, config.h should always be included before any
31433         other file.
31434
31435 2003-06-11  Simon Josefsson  <jas@extundo.com>
31436
31437         * modules/sysexits: New file.
31438         * MODULES.html.sh (func_all_modules): Add sysexits.
31439
31440 2003-06-11  Simon Josefsson  <jas@extundo.com>
31441
31442         * lib/sysexit_.h: New file.
31443
31444 2003-06-11  Derek Price  <derek@ximbiot.com>
31445
31446         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
31447         necessary.
31448
31449 2003-06-11  Bruno Haible  <bruno@clisp.org>
31450
31451         * m4/sysexits.m4: New file.
31452
31453 2003-06-10  Simon Josefsson  <jas@extundo.com>
31454
31455         * lib/argp.h: New file, from glibc.
31456         * lib/argp-ba.c: New file, from glibc.
31457         * lib/argp-eexst.c: New file, from glibc.
31458         * lib/argp-fmtstream.c: New file, from glibc.
31459         * lib/argp-fmtstream.h: New file, from glibc.
31460         * lib/argp-fs-xinl.c: New file, from glibc.
31461         * lib/argp-help.c: New file, from glibc.
31462         * lib/argp-namefrob.h: New file, from glibc.
31463         * lib/argp-parse.c: New file, from glibc.
31464         * lib/argp-pv.c: New file, from glibc.
31465         * lib/argp-pvh.c: New file, from glibc.
31466         * lib/argp-xinl.c: New file, from glibc.
31467
31468 2003-06-10  Simon Josefsson  <jas@extundo.com>
31469
31470         * modules/strchrnul: New file.
31471
31472 2003-06-10  Simon Josefsson  <jas@extundo.com>
31473
31474         * modules/argp: New file.
31475
31476 2003-06-10  Simon Josefsson  <jas@extundo.com>
31477
31478         * m4/strchrnul.m4: New file.
31479
31480 2003-06-10  Simon Josefsson  <jas@extundo.com>
31481
31482         * lib/strchrnul.h: New file.
31483         * lib/strchrnul.c: New file.
31484
31485 2003-06-10  Bruno Haible  <bruno@clisp.org>
31486
31487         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
31488
31489 2003-06-07  Karl Berry  <karl@gnu.org>
31490
31491         * config/config.{guess,sub}: update from prep.
31492
31493 2003-06-07  Jim Meyering  <jim@meyering.net>
31494
31495         * modules/strtod: Use $(...) notation, not @...@ for
31496         AC_REPLACE'd variables.
31497         * modules/localcharset: Likewise.
31498
31499 2003-06-07  Jim Meyering  <jim@meyering.net>
31500
31501         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
31502         in place of my name in the copyright comment.
31503         Remove definition and uses of __P.
31504
31505         From coreutils.
31506         * lib/stat.c: Don't declare xmalloc explicitly.
31507         Instead, include "xalloc.h".
31508         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
31509         xrealloc, and xcalloc return values.
31510         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
31511         Improve comment.
31512         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
31513
31514 2003-06-07  Bruno Haible  <bruno@clisp.org>
31515
31516         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
31517         avoid AC_CONFIG_LINKS.
31518         * modules/fnmatch (Makefile.am): Use explicit creation rule for
31519         fnmatch.h, to avoid AC_CONFIG_LINKS.
31520         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
31521
31522 2003-06-07  Bruno Haible  <bruno@clisp.org>
31523
31524         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
31525         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
31526         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
31527         directory.
31528         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
31529         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
31530         directory.
31531
31532 2003-06-06  Jim Meyering  <jim@meyering.net>
31533
31534         Merge from coreutils.
31535         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
31536         Consolidate declarations and initializations of *_base* locals.
31537
31538         Merge from coreutils.
31539         This avoids a core dump on systems without GNU putenv,
31540         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
31541         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
31542         (unsetenv): New static function, from GNU libc.
31543         (rpl_putenv): Use it.
31544
31545         * lib/modechange.c: Remove trailing blanks.
31546
31547         Merge from coreutils.
31548         * lib/fsusage.c: Remove declaration of statfs.
31549         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
31550
31551         * lib/posixtm.c: Include <stdbool.h> unconditionally.
31552
31553 2003-06-06  Jim Meyering  <jim@meyering.net>
31554
31555         * lib/stdbool_.h: Renamed from stdbool.h.in.
31556
31557 2003-06-06  Jim Meyering  <jim@meyering.net>
31558             Bruno Haible  <bruno@clisp.org>
31559
31560         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
31561         Adjust Makefile.am snippet not to redirect directly to target.
31562         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
31563
31564 2003-06-05  Paul Eggert  <eggert@twinsun.com>
31565
31566         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
31567         mismatch, look in future quarters as well as past.  This fixes a
31568         bug when processing fall-backwards gaps immediately after a long
31569         period of daylight-saving time.
31570
31571         * lib/mktime.c: Assume freestanding C89 or better.
31572         (HAVE_LIMITS_H): Remove.  Assume it's 1.
31573         (__P): Remove; not used.
31574         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
31575         (mktime, not_equal_tm, print_tm, check_result,
31576         main): Use prototypes.  Use const * where appropriate.
31577         (main): Fix typo in testing code that uncovered by above changes.
31578         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
31579
31580 2003-06-04  Paul Eggert  <eggert@twinsun.com>
31581
31582         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
31583         locale.h, localeconv.  This merges changes from coreutils.
31584
31585         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
31586         It can be removed after the next Autoconf is released.
31587         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
31588         needed.
31589
31590 2003-06-04  Paul Eggert  <eggert@twinsun.com>
31591
31592         * lib/mktime.c: Fix Debian bug 177940
31593         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
31594         (localtime_offset): Now long int, not time_t, because we want it
31595         to be guaranteed to be signed.  All uses changed.
31596         (__mktime_internal): If overflow would occur when adding offset,
31597         don't add it.
31598
31599         Merge 'human' changes from coreutils.  Rewrite to support
31600         locale-specific notations like thousands separators.
31601         * lib/human.c: Simplify authorship notice.
31602         Include human.h immediately after config.h.
31603         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
31604         <limits.h>: Do not include, since human.h does.
31605         (SIZE_MAX, UINTMAX_MAX): New macros.
31606         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
31607         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
31608         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
31609         (power_letter): Renamed from suffixes.
31610         (generate_suffix_backwards): Remove.
31611         (adjust_value): Now takes int style (because of human.h changes)
31612         and long double value (for greater precision on some platforms).
31613         (group_number): New function.
31614         (human_readable): Use it.  Use integer options, not enum.
31615         Put the options before the sizes in the arg list.
31616         Support all the new options.
31617         The old human_readable function has been removed;
31618         use inttostr.h instead.
31619         (human_readable, default_block_size, humblock):
31620         Use uintmax_t, not int, for block sizes.
31621         (human_readable_inexact, block_size_types): Remove.
31622         (block_size_opts): New constant.
31623         (human_options): Renamed from human_block_size, with new signature
31624         that allows block sizes up to UINTMAX_MAX.  All callers changed.
31625         * lib/human.h: Add copyright and authorship notice.
31626         Include <limits.h> and <stdbool.h> unconditionally.
31627         (PARAMS): Remove.  All uses removed.
31628         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
31629         (enum human_inexact_style): Remove tag; now a nameless enum.
31630         (human_floor, human_ceiling, human_round_to_even): Now have
31631         values 2, 0, 1 rather than -1, 1, 0.
31632         (human_group_digits, human_suppress_point_zero, human_autoscale,
31633         human_base_1024, human_SI, human_B): New constants.
31634         (human_readable_inexact, human_block_size): Remove.
31635         (human_readable): Size args are now uintmax_t, not int.
31636         (human_options): New decl.
31637
31638         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
31639         unnecessary now that we assume C89 or better.  This change
31640         imported from coreutils.
31641
31642         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
31643         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
31644         in the 2003-05-30 sync from glibc.
31645
31646         .h files should stand alone, but we shouldn't include <sys/types.h>
31647         if we can get away with just <stddef.h>.
31648
31649         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
31650         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
31651         rather than <sys/types.h>, as we merely need size_t.
31652         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
31653         to get size_t.
31654         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
31655         Include <stdio.h>, to get FILE.
31656         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
31657         memcasecmp.h has included <stddef.h> and all we need is size_t.
31658         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
31659         our interface, instead of including <sys/types.h>
31660
31661 2003-06-04  Paul Eggert  <eggert@twinsun.com>
31662
31663         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
31664         now, as glibc mktime is buggy on non-glibc systems.
31665
31666 2003-06-03  Karl Berry  <karl@gnu.org>
31667
31668         * config/config.sub: update from prep.
31669
31670 2003-06-02  Paul Eggert  <eggert@twinsun.com>
31671
31672         [from coreutils]
31673         Fix some minor time-related bugs with POSIX time arguments.
31674         Some valid time stamps were being rejected (notably -1, and
31675         time stamps before 1900 on 64-bit hosts).  And some invalid
31676         time stamps were being accepted, e.g. September 31.
31677
31678         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
31679         that we can return (time_t) -1 successfully.
31680         * lib/posixtm.c: Likewise.
31681         [HAVE_STDBOOL_H]: Include <stdbool.h>.
31682         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
31683         (t): Remove static var.
31684         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
31685         of static var.  All uses changed.
31686         (year): Do not reject years before 1900; they can occur with
31687         64-bit time_t.
31688         (posix_time_parse): Do not check for out-of-range components;
31689         that is now the caller's responsibility, since our checks were
31690         only approximations.
31691         (posixtime): Use mktime to check for out-of-range components,
31692         since it knows them exactly.
31693         If mktime returns (time_t) -1, check whether an error actually occurred
31694         by invoking localtime on -1.
31695         (main) [TEST_POSIXTIME]: Check for input data errors, and report
31696         posixtime failures better.
31697         Improve the test data (in comments only).
31698
31699 2003-06-02  Karl Berry  <karl@gnu.org>
31700
31701         * config/mkinstalldirs (version): new variable.
31702         (--version): new option.
31703         (usage): improve message.
31704
31705 2003-05-30  Karl Berry  <karl@gnu.org>
31706
31707         * lib/mktime.c: update from libc.
31708
31709 2003-05-30  Bruno Haible  <bruno@clisp.org>
31710
31711         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
31712         * config/config.rpath: Upgrade to gettext-0.12.1.
31713
31714 2003-05-30  Bruno Haible  <bruno@clisp.org>
31715
31716         * m4/gettext.m4: Upgrade to gettext-0.12.1.
31717         * m4/nls.m4: New file, from gettext-0.12.1.
31718         * m4/po.m4: New file, from gettext-0.12.1.
31719         * m4/progtest.m4: Upgrade to gettext-0.12.1.
31720
31721 2003-05-30  Bruno Haible  <bruno@clisp.org>
31722
31723         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
31724         * lib/localcharset.h: Likewise.
31725         * lib/localcharset.c: Likewise.
31726
31727 2003-05-29  Karl Berry  <karl@gnu.org>
31728
31729         * config/config.rpath: update from gettext.
31730
31731 2003-05-28  Paul Eggert  <eggert@twinsun.com>
31732
31733         Assume the headers required for C89 freestanding compilers.
31734         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
31735         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
31736         * m4/human.m4 (gl_HUMAN): Likewise.
31737         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
31738         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
31739         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31740         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
31741         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31742         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
31743
31744 2003-05-28  Paul Eggert  <eggert@twinsun.com>
31745
31746         Assume the headers required for C89 freestanding compilers.
31747         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
31748         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
31749         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
31750         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
31751         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
31752         define, since <limits.h> is guaranteed to do that.
31753         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
31754         * lib/exclude.c: Include <stdbool.h> unconditionally.
31755         * lib/tempname.c: Include <stddef.h> unconditionally.
31756         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
31757         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
31758         <stddef.h> does that.
31759         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
31760         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
31761         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
31762         needed.
31763         * lib/xstrtol.c: Likewise.
31764         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
31765         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
31766
31767         * lib/addext.c (addext): Use assignment rather than cast, to avoid
31768         warnings on some platforms.
31769
31770         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
31771         arbitrarily.
31772
31773 2003-05-26  Jim Meyering  <jim@meyering.net>
31774
31775         Merge in a change from coreutils:
31776         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
31777         that is guaranteed to be `no'.  Use `no_such_member' to indicate
31778         that condition, rather than `-1' which is slightly misleading.
31779         Change the name of the cache variable to have the gl_ prefix.
31780         Prompted by a patch from Richard Dawe for DJGPP.
31781
31782 2003-05-24  Karl Berry  <karl@gnu.org>
31783
31784         * config/config.guess: update from prep.
31785
31786 2003-05-22  Karl Berry  <karl@gnu.org>
31787
31788         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
31789
31790 2003-05-20  Karl Berry  <karl@gnu.org>
31791
31792         * config/config.guess: update from prep.
31793
31794 2003-05-18  Karl Berry  <karl@gnu.org>
31795
31796         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
31797         might actually be set by the user.
31798
31799         * config/depcomp, install-sh, mdate-sh: update from automake.
31800
31801 2003-05-17  Bruno Haible  <bruno@clisp.org>
31802
31803         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
31804         invalid expansion for AC_EGREP_CPP.
31805         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
31806         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
31807         Suggested by Akim Demaille <akim@epita.fr> in
31808         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
31809
31810 2003-05-12  Jim Meyering  <jim@meyering.net>
31811
31812         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
31813         the space-padded-by-default conversion specifiers, %e, %k, %l.
31814
31815 2003-05-12  Bruno Haible  <bruno@clisp.org>
31816
31817         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
31818         the string is longer than 4 KB.
31819
31820 2003-05-11  Karl Berry  <karl@gnu.org>
31821
31822         * config/config.{guess,sub}: update from prep.
31823
31824 2003-05-09  Bruno Haible  <bruno@clisp.org>
31825
31826         * modules/error: Add m4/strerror_r.m4 to file list.
31827
31828 2003-05-03  Bruno Haible  <bruno@clisp.org>
31829
31830         Upgrade to Unicode-4.0.
31831         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
31832         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
31833         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
31834         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
31835         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
31836         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
31837         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
31838         Change width of U+E0100..U+E01EF from 1 to 0.
31839
31840 2003-04-25  Jim Meyering  <jim@meyering.net>
31841
31842         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
31843         of type size_t, not int.
31844
31845 2003-04-25  Bruno Haible  <bruno@clisp.org>
31846
31847         * lib/copy-file.c: Include <stddef.h>, for size_t.
31848
31849 2003-04-21  Paul Eggert  <eggert@twinsun.com>
31850
31851         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
31852         code which expansion is under static control.  Patch imported from
31853         Akim Demaille's patch to Bison; see
31854         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
31855
31856 2003-04-14  Bruno Haible  <bruno@clisp.org>
31857
31858         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
31859
31860 2003-04-11  Jim Meyering  <jim@meyering.net>
31861
31862         Merge changes from Coreutils.
31863
31864         2003-03-22  Jim Meyering  <jim@meyering.net>
31865
31866         * lib/strftime.c (widen): Cast alloca return value to proper type.
31867
31868         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
31869
31870         From GNU libc.
31871         * lib/strftime.c (my_strftime): Handle very large width
31872         specifications for numeric values correctly.  Improve checks for
31873         overflow.
31874
31875         2003-01-19  Jim Meyering  <jim@meyering.net>
31876
31877         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
31878         definitions.
31879         (nl_get_alt_digit) [! defined my_strftime]: Define.
31880         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
31881         _nl_get_alt_digit and _nl_get_walt_digit.
31882
31883         * lib/strftime.c (my_strftime): Merge in locale-related changes from
31884         libc. These changes have no effect outside of _LIBC.
31885
31886 2003-04-10  Bruno Haible  <bruno@clisp.org>
31887
31888         * modules/findprog: New file.
31889         * MODULES.html.sh (func_all_modules): Add it.
31890
31891 2003-04-10  Bruno Haible  <bruno@clisp.org>
31892
31893         * m4/findprog.m4: New file.
31894         * m4/eaccess.m4: New file.
31895
31896 2003-04-10  Bruno Haible  <bruno@clisp.org>
31897
31898         * lib/findprog.h: New file, from GNU gettext.
31899         * lib/findprog.c: New file, from GNU gettext.
31900
31901 2003-04-05  Jim Meyering  <jim@meyering.net>
31902
31903         Merge changes from Coreutils.
31904
31905         * lib/exclude.h (PARAMS): Remove definition and uses.
31906         * lib/exclude.c: Remove uses of `PARAMS'.
31907
31908         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
31909         Add test-cases for DOS filenames. Declare program_name.
31910         (main): Set up program_name.  Patch by Rich Dawe.
31911
31912         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
31913         error from mntctl.
31914         Use mntctl's return value to drive the entry-processing loop, since
31915         we can't rely on the value of the vmt_length member in the last
31916         entry.  On some systems doing so could result in exhausting
31917         virtual memory.  Based in part on a patch from Mike Jetzer.
31918
31919 2003-04-04  Bruno Haible  <bruno@clisp.org>
31920
31921         * modules/linebreak: New file.
31922         * MODULES.html.sh (func_all_modules): Add it.
31923
31924 2003-04-04  Bruno Haible  <bruno@clisp.org>
31925
31926         * m4/linebreak.m4: New file.
31927
31928 2003-04-04  Bruno Haible  <bruno@clisp.org>
31929
31930         * lib/linebreak.h: New file, from GNU gettext.
31931         * lib/linebreak.c: New file, from GNU gettext with slight
31932         modifications.
31933         * lib/lbrkprop.h: New file, from GNU gettext.
31934
31935 2003-04-03  Bruno Haible  <bruno@clisp.org>
31936
31937         * modules/utf8-ucs4: New file.
31938         * modules/utf16-ucs4: New file.
31939         * modules/ucs4-utf8: New file.
31940         * modules/ucs4-utf16: New file.
31941         * MODULES.html.sh (func_all_modules): Add them.
31942
31943 2003-04-03  Bruno Haible  <bruno@clisp.org>
31944
31945         * m4/utf-ucs4.m4: New file.
31946         * m4/ucs4-utf.m4: New file.
31947
31948 2003-04-03  Bruno Haible  <bruno@clisp.org>
31949
31950         * lib/utf8-ucs4.h: New file, from GNU gettext.
31951         * lib/utf16-ucs4.h: New file, from GNU gettext.
31952         * lib/ucs4-utf8.h: New file, from GNU gettext.
31953         * lib/ucs4-utf16.h: New file, from GNU gettext.
31954
31955 2003-04-02  Bruno Haible  <bruno@clisp.org>
31956
31957         * modules/binary-io: New file.
31958         * MODULES.html.sh (func_all_modules): Add it.
31959
31960 2003-04-02  Bruno Haible  <bruno@clisp.org>
31961
31962         * lib/binary-io.h: New file, from GNU gettext.
31963
31964 2003-04-01  Bruno Haible  <bruno@clisp.org>
31965
31966         * modules/pathname: New file.
31967         * MODULES.html.sh (func_all_modules): Add it.
31968
31969 2003-04-01  Bruno Haible  <bruno@clisp.org>
31970
31971         * lib/pathname.h: New file, from GNU gettext.
31972         * lib/concatpath.c: New file, from GNU gettext.
31973
31974 2003-03-30  Bruno Haible  <bruno@clisp.org>
31975
31976         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
31977
31978 2003-03-30  Bruno Haible  <bruno@clisp.org>
31979
31980         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
31981         function chown() doesn't exist.
31982
31983 2003-03-28  Bruno Haible  <bruno@clisp.org>
31984
31985         * modules/copy-file: New file.
31986         * MODULES.html.sh (func_all_modules): Add it.
31987
31988 2003-03-28  Bruno Haible  <bruno@clisp.org>
31989
31990         * m4/copy-file.m4: New file.
31991
31992 2003-03-28  Bruno Haible  <bruno@clisp.org>
31993
31994         * lib/copy-file.h: New file, from GNU gettext.
31995         * lib/copy-file.c: New file, from GNU gettext.
31996
31997 2003-03-18  Jim Meyering  <jim@meyering.net>
31998
31999         * lib/quote.c (quote_n): Fix typo in comment.
32000
32001 2003-03-18  Bruno Haible  <bruno@clisp.org>
32002
32003         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
32004         checking.
32005         * m4/onceonly_2_57.m4: Likewise.
32006
32007 2003-03-17  Bruno Haible  <bruno@clisp.org>
32008
32009         * m4/onceonly.m4: Require autoconf 2.54 or newer.
32010         (m4_quote): Remove macro.
32011         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
32012
32013 2003-03-14  Jim Meyering  <jim@meyering.net>
32014
32015         Merge changes from Coreutils.
32016         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
32017         to be const, in order to avoid warnings.
32018         (obstack_room): Likewise.
32019         (obstack_empty_p): Likewise.
32020
32021 2003-03-14  Bruno Haible  <bruno@clisp.org>
32022
32023         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
32024         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
32025
32026 2003-03-13  Paul Eggert  <eggert@twinsun.com>
32027
32028         Merge changes from Bison.
32029         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
32030         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
32031         when compiling Bison 1.875's `bitset bset = obstack_alloc
32032         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
32033         * lib/hash.c: Include <stdbool.h> unconditionally.
32034
32035 2003-03-13  Paul Eggert  <eggert@twinsun.com>
32036
32037         * m4/onceonly.m4 (m4_quote): New macro.
32038         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
32039         Quote AC_FOREACH variable-expansions properly.
32040
32041 2003-03-13  Paul Eggert  <eggert@twinsun.com>
32042
32043         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
32044
32045 2003-03-09  Paul Eggert  <eggert@twinsun.com>
32046
32047         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
32048         Reported by Bruce Becker; see:
32049         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
32050
32051 2003-03-03  Paul Eggert  <eggert@twinsun.com>
32052             Bruno Haible  <bruno@clisp.org>
32053
32054         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
32055         Reported by John Hughes, see
32056         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
32057
32058 2003-02-20  Bruno Haible  <bruno@clisp.org>
32059
32060         * MODULES.html.sh (func_all_modules): Add poll.
32061
32062 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
32063
32064         * modules/poll: New file.
32065
32066 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
32067
32068         * lib/poll_.h: New file.
32069         * lib/poll.c: New file.
32070
32071 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
32072
32073         * m4/poll.m4: New file.
32074
32075 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
32076
32077         * modules/mathl: New file.
32078
32079 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
32080
32081         * lib/mathl.h: New file.
32082         * lib/acosl.c: New file.
32083         * lib/asinl.c: New file.
32084         * lib/atanl.c: New file.
32085         * lib/ceill.c: New file.
32086         * lib/cosl.c: New file.
32087         * lib/expl.c: New file.
32088         * lib/floorl.c: New file.
32089         * lib/frexpl.c: New file.
32090         * lib/ldexpl.c: New file.
32091         * lib/logl.c: New file.
32092         * lib/sincosl.c: New file.
32093         * lib/sinl.c: New file.
32094         * lib/sqrtl.c: New file.
32095         * lib/tanl.c: New file.
32096         * lib/trigl.c: New file.
32097         * lib/trigl.h: New file.
32098
32099 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
32100
32101         * m4/mathl.m4: New file.
32102
32103 2003-02-18  Bruno Haible  <bruno@clisp.org>
32104
32105         * MODULES.html.sh (func_all_modules): Add mathl.
32106
32107 2003-02-17  Bruno Haible  <bruno@clisp.org>
32108
32109         * modules/mkdtemp: New module.
32110         * MODULES.html.sh (func_all_modules): Add it.
32111
32112 2003-02-17  Bruno Haible  <bruno@clisp.org>
32113
32114         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
32115
32116 2003-02-17  Bruno Haible  <bruno@clisp.org>
32117
32118         * lib/mkdtemp.h: New file, from GNU gettext.
32119         * lib/mkdtemp.c: New file, from GNU gettext.
32120
32121 2003-02-02  Jim Meyering  <jim@meyering.net>
32122
32123         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
32124         e.g. glibc-2.2.93.
32125
32126 2003-01-31  Bruno Haible  <bruno@clisp.org>
32127
32128         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
32129         'rpl_rename'.
32130         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
32131         'rpl_strnlen'.
32132         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
32133         'rpl_strtod'.
32134         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
32135         'rpl_utime'.
32136
32137 2003-01-31  Bruno Haible  <bruno@clisp.org>
32138
32139         * lib/rename.c: #undef rename before defining rpl_rename.
32140         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
32141
32142 2003-01-30  Bruno Haible  <bruno@clisp.org>
32143
32144         * modules/vasnprintf, modules/vasprintf: New modules.
32145         * MODULES.html.sh (func_all_modules): Add them.
32146
32147 2003-01-30  Bruno Haible  <bruno@clisp.org>
32148
32149         * m4/signed.m4: New file, from GNU gettext.
32150         * m4/longdouble.m4: New file, from GNU gettext.
32151         * m4/wchar_t.m4: New file, from GNU gettext.
32152         * m4/wint_t.m4: New file, from GNU gettext.
32153         * m4/vasnprintf.m4: New file.
32154         * m4/vasprintf.m4: New file.
32155
32156 2003-01-30  Bruno Haible  <bruno@clisp.org>
32157
32158         * lib/printf-args.h: New file, from GNU gettext.
32159         * lib/printf-args.c: New file, from GNU gettext.
32160         * lib/printf-parse.h: New file, from GNU gettext.
32161         * lib/printf-parse.c: New file, from GNU gettext.
32162         * lib/vasnprintf.h: New file, from GNU gettext.
32163         * lib/vasnprintf.c: New file, from GNU gettext.
32164         * lib/asnprintf.c: New file, from GNU gettext.
32165         * lib/vasprintf.h: New file, from GNU gettext with modifications.
32166         * lib/vasprintf.c: New file, from GNU gettext.
32167         * lib/asprintf.c: New file, from GNU gettext.
32168
32169 2003-01-29  Bruno Haible  <bruno@clisp.org>
32170
32171         * modules/stpncpy: New module.
32172         * MODULES.html.sh (func_all_modules): Add it.
32173
32174 2003-01-29  Bruno Haible  <bruno@clisp.org>
32175
32176         * m4/stpncpy.m4: New file.
32177
32178 2003-01-29  Bruno Haible  <bruno@clisp.org>
32179
32180         * lib/stpncpy.h: New file, from GNU gettext with modifications.
32181         * lib/stpncpy.c: New file, from GNU gettext with modifications.
32182
32183 2003-01-28  Bruno Haible  <bruno@clisp.org>
32184
32185         * modules/c-ctype: New module.
32186         * MODULES.html.sh (func_all_modules): Add it.
32187
32188 2003-01-28  Bruno Haible  <bruno@clisp.org>
32189
32190         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
32191         Paul Eggert.
32192         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
32193         Paul Eggert.
32194
32195 2003-01-27  Bruno Haible  <bruno@clisp.org>
32196
32197         * modules/xsetenv: New module.
32198         * MODULES.html.sh (func_all_modules): Add it.
32199
32200 2003-01-27  Bruno Haible  <bruno@clisp.org>
32201
32202         * lib/xsetenv.h: New file, from GNU gettext.
32203         * lib/xsetenv.c: New file, from GNU gettext.
32204
32205 2003-01-23  Jim Meyering  <jim@meyering.net>
32206
32207         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
32208         from working on systems without dirfd (at least Irix and OSF1/Tru64).
32209
32210 2003-01-23  Bruno Haible  <bruno@clisp.org>
32211
32212         * modules/minmax: New module.
32213         * MODULES.html.sh (func_all_modules): Add it.
32214
32215 2003-01-23  Bruno Haible  <bruno@clisp.org>
32216
32217         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
32218         Eggert.
32219
32220 2003-01-22  Bruno Haible  <bruno@clisp.org>
32221
32222         * modules/exit: New module.
32223         * MODULES.html.sh (func_all_modules): Add it.
32224
32225 2003-01-22  Bruno Haible  <bruno@clisp.org>
32226
32227         * lib/exit.h: New file, from GNU gettext.
32228
32229 2003-01-19  Bruno Haible  <bruno@clisp.org>
32230
32231         * gnulib-tool: Recognize option --extract-maintainer.
32232         (func_get_maintainer): New function.
32233         * modules/*: Add Maintainer entry.
32234
32235 2003-01-16  Jim Meyering  <jim@meyering.net>
32236
32237         * m4/regex.m4: The `regex' struct is both input and output.
32238         Initialize it before each use.  Patch by Tim Waugh.
32239
32240 2003-01-16  Bruno Haible  <bruno@clisp.org>
32241
32242         * MODULES.html.sh: Add a table of contents. Add the module name as
32243         leftmost column. Add hyperlinks.
32244
32245 2003-01-15  Bruno Haible  <bruno@clisp.org>
32246
32247         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
32248
32249 2003-01-15  Bruno Haible  <bruno@clisp.org>
32250
32251         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
32252         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
32253         suffix.
32254
32255 2003-01-15  Bruno Haible  <bruno@clisp.org>
32256
32257         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
32258
32259 2003-01-15  Bruno Haible  <bruno@clisp.org>
32260
32261         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
32262         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
32263
32264 2003-01-14  Jim Meyering  <jim@meyering.net>
32265
32266         * lib/same.c (same_name): Tweak a comment.
32267
32268 2003-01-14  Bruno Haible  <bruno@clisp.org>
32269
32270         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
32271         when a string comparison is sufficient.
32272
32273 2003-01-14  Bruno Haible  <bruno@clisp.org>
32274
32275         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
32276         'unsigned int'.
32277
32278 2003-01-14  Bruno Haible  <bruno@clisp.org>
32279
32280         * lib/hash-pjw.c: Add comment about low quality of this function.
32281
32282 2003-01-13  Bruno Haible  <bruno@clisp.org>
32283
32284         * modules/stpcpy: Distribute lib/stpcpy.h.
32285         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
32286
32287 2003-01-13  Bruno Haible  <bruno@clisp.org>
32288
32289         * modules/*: Add a description.
32290         * modules/strpbrk: Fix Makefile.am snippet.
32291         * modules/strtoimax: Fix dependencies.
32292         * modules/strtoumax: Likewise.
32293
32294 2003-01-13  Bruno Haible  <bruno@clisp.org>
32295
32296         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
32297         * modules/alloca (Makefile.am): All object files depend on alloca.h.
32298         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
32299
32300 2003-01-13  Bruno Haible  <bruno@clisp.org>
32301
32302         * gnulib-tool (func_create_testdir): Store config/* files in the main
32303         directory.
32304         * config.rpath: Move to ...
32305         * config/config.rpath: ... here.
32306         * modules/gettext: Contains config/config.rpath, not config.rpath.
32307         * modules/iconv: Likewise.
32308
32309 2003-01-12  Paul Eggert  <eggert@twinsun.com>
32310
32311         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
32312         to avoid collisions with libcurses and libreadline.
32313
32314         * m4/getstr.m4: Remove.
32315         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
32316
32317 2003-01-12  Paul Eggert  <eggert@twinsun.com>
32318
32319         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
32320         to avoid collisions with libcurses and libreadline.
32321
32322         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
32323         * lib/getstr.h, getstr.c: Remove.
32324         * lib/getline.c: Include "getline.h", to check interface.
32325         Move body of old getstr.c here: this defines MIN_CHUNK and
32326         declares getdelim2, which is renamed from getstr.
32327         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
32328
32329         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
32330         All uses changed.
32331         * lib/linebuffer.h: Likewise.
32332         (readline): Remove backward-compatibility macro.
32333
32334 2003-01-12  Paul Eggert  <eggert@twinsun.com>
32335
32336         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
32337         to avoid collisions with libcurses and libreadline.
32338         * getstr: Remove.
32339         * MODULES.html.sh: Remove getstr.
32340         * modules/getline: Depend on unlocked-io, not getstr.
32341
32342 2003-01-12  Jim Meyering  <jim@meyering.net>
32343
32344         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
32345
32346 2003-01-10  Bruno Haible  <bruno@clisp.org>
32347
32348         * modules/alloca: Change Makefile.am requirements. Simplify Include
32349         requirements. Add lib/alloca_.h to file list.
32350
32351 2003-01-10  Bruno Haible  <bruno@clisp.org>
32352
32353         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
32354
32355 2003-01-10  Bruno Haible  <bruno@clisp.org>
32356
32357         * lib/alloca_.h: New file.
32358         * lib/getdate.y: Unconditionally include alloca.h.
32359         * lib/makepath.c: Likewise.
32360         * lib/setenv.c: Likewise.
32361         * lib/userspec.c: Likewise.
32362
32363 2003-01-09  Karl Berry  <karl@gnu.org>
32364
32365         * MODULES.html.sh: include `dirname $0` in PATH, to find
32366         gnulib-tool.
32367
32368 2003-01-09  Bruno Haible  <bruno@clisp.org>
32369
32370         * modules/stdbool: Change configure.ac, Makefile.am requirements.
32371         Simplify Include requirements. Add lib/stdbool.h.in to file list.
32372
32373 2003-01-09  Bruno Haible  <bruno@clisp.org>
32374
32375         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
32376
32377 2003-01-09  Bruno Haible  <bruno@clisp.org>
32378
32379         * lib/stdbool.h.in: New file.
32380
32381 2003-01-09  Bruno Haible  <bruno@clisp.org>
32382
32383         * gnulib-tool (func_all_modules): Ignore files ending in ~.
32384         * MODULES.html.sh: Likewise.
32385
32386 2003-01-08  Jim Meyering  <jim@meyering.net>
32387
32388         * lib/full-write.c: Undefine and define-away `const' after inclusion
32389         of errno.h, not before.  Suggestion from Bruno Haible.
32390
32391 2003-01-08  Bruno Haible  <bruno@clisp.org>
32392
32393         * modules/full-read: Depend on full-write.
32394
32395 2003-01-08  Bruno Haible  <bruno@clisp.org>
32396
32397         * lib/safe-read.c: Include specification header first, to ensure its
32398         selfcontainedness.
32399         * lib/full-write.c: Likewise.
32400
32401 2003-01-07  Jim Meyering  <jim@meyering.net>
32402
32403         * lib/full-write.c: Rework so that it may serve to define full_read,
32404         too.
32405         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
32406
32407 2003-01-07  Bruno Haible  <bruno@clisp.org>
32408
32409         * lib/strtoimax.c: Include <stdint.h> as an alternative to
32410         <inttypes.h>.
32411         * lib/xstrtol.h: Likewise.
32412         * lib/xstrtoimax.c: Likewise.
32413         * lib/xstrtoumax.c: Likewise.
32414         * lib/human.h: Likewise.
32415
32416         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
32417         on systems that have <inttypes.h> but not <stdint.h>.
32418
32419 2003-01-07  Bruno Haible  <bruno@clisp.org>
32420
32421         * MODULES.html.sh: Add copyright notice.
32422         (missed_files): Omit CVS directory entries.
32423         (func_module): Make it work with sed-3.02.
32424         * MODULES.txt: Remove file.
32425
32426 2003-01-06  Jim Meyering  <jim@meyering.net>
32427
32428         * lib/version-etc.c: Update year in translatable copyright string.
32429
32430 2003-01-03  Karl Berry  <karl@gnu.org>
32431
32432         * config/config.{guess,sub}: update from prep.
32433
32434 2003-01-02  Karl Berry  <karl@gnu.org>
32435
32436         * doc/COPYING.DOC: belatedly updated to 1.2.
32437
32438 2003-01-01  Karl Berry  <karl@gnu.org>
32439
32440         * gnulib-tool (func_verify_module): report module name $module in
32441         error message, not $1.
32442         * gnulib-tool (create-testdir): don't complain if destdir couldn't
32443         be created, only if it doesn't exist.
32444         * gnulib-tool (last_checkin_date): don't expand the $Date here.
32445
32446 2002-12-31  Paul Eggert  <eggert@twinsun.com>
32447
32448         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
32449
32450 2002-12-31  Paul Eggert  <eggert@twinsun.com>
32451
32452         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
32453         memcmp if strcoll doesn't work.
32454
32455 2002-12-31  Bruno Haible  <bruno@clisp.org>
32456
32457         * lib/utime.c (utime_null): No need to call ftruncate if the file was
32458         nonempty.
32459
32460 2002-12-31  Bruno Haible  <bruno@clisp.org>
32461
32462         * lib/memcoll.c (STRCOLL): New macro.
32463         (memcoll): Use it.
32464
32465 2002-12-31  Bruno Haible  <bruno@clisp.org>
32466
32467         * lib/localcharset.h: New file.
32468         * lib/localcharset.c: Include it.
32469         * lib/unicodeio.c: Likewise.
32470
32471 2002-12-31  Bruno Haible  <bruno@clisp.org>
32472
32473         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
32474         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
32475
32476 2002-12-31  Bruno Haible  <bruno@clisp.org>
32477
32478         * lib/getline.h: Include <stddef.h>, for size_t.
32479
32480         * lib/unicodeio.h: Include <stddef.h>, for size_t.
32481         * lib/unicodeio.c: Don't include <stddef.h>.
32482
32483 2002-12-31  Bruno Haible  <bruno@clisp.org>
32484
32485         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
32486         HAVE_TM_ZONE.
32487
32488 2002-12-24  Karl Berry  <karl@gnu.org>
32489
32490         * config/config.guess: update from prep.
32491
32492 2002-12-24  Bruno Haible  <bruno@clisp.org>
32493
32494         General infrasructure.
32495         * m4/README: Rewritten.
32496         * m4/onceonly.m4: New file.
32497         * m4/onceonly_2_57.m4: New file.
32498
32499         Module atexit.
32500         * m4/atexit.m4: New file.
32501
32502         Module strtod.
32503         * m4/strtod.m4: New file.
32504
32505         Module strtol.
32506         * m4/strtol.m4: New file.
32507
32508         Module strtoul.
32509         * m4/strtoul.m4: New file.
32510
32511         Module memchr.
32512         * m4/memchr.m4: New file.
32513
32514         Module memcmp.
32515         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
32516         (jm_FUNC_MEMCMP): Invoke it.
32517
32518         Module memcpy.
32519         * m4/memcpy.m4: New file.
32520
32521         Module memmove.
32522         * m4/memmove.m4: New file.
32523
32524         Module memset.
32525         * m4/memset.m4: New file.
32526
32527         Module strcspn.
32528         * m4/strcspn.m4: New file.
32529
32530         Module strpbrk.
32531         * m4/strpbrk.m4: New file.
32532
32533         Module strstr.
32534         * m4/strstr.m4: New file.
32535
32536         Module strerror.
32537         * m4/strerror.m4: New file.
32538
32539         Module mktime.
32540         * m4/mktime.m4: Renamed from jm-mktime.m4.
32541         (gl_PREREQ_MKTIME): New macro.
32542         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
32543
32544         Module malloc.
32545         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
32546         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
32547         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
32548
32549         Module realloc.
32550         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
32551         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
32552         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
32553
32554         Module strftime.
32555         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
32556         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
32557         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
32558         gl_TM_GMTOFF.
32559         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
32560
32561         Module xalloc.
32562         * m4/xalloc.m4: New file.
32563
32564         Module alloca.
32565         * m4/alloca.m4: New file.
32566
32567         Module putenv.
32568         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
32569         (jm_FUNC_PUTENV): Invoke it.
32570
32571         Module setenv.
32572         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
32573         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
32574         when invoked twice.
32575         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
32576         gt_FUNC_SETENV.
32577
32578         Module memrchr.
32579         * m4/memrchr.m4: New file.
32580
32581         Module stpcpy.
32582         * m4/stpcpy.m4: New file.
32583
32584         Module strcase.
32585         * m4/strcase.m4: New file.
32586
32587         Module strdup.
32588         * m4/strdup.m4: New file.
32589
32590         Module strnlen.
32591         * m4/strnlen.m4: New file.
32592
32593         Module strndup.
32594         * m4/strndup.m4: New file.
32595
32596         Module xstrtod.
32597         * m4/xstrtod.m4: New file.
32598
32599         Module xstrtol.
32600         * m4/xstrtol.m4: New file.
32601
32602         Module getdate.
32603         * m4/getdate.m4: New file.
32604
32605         Module unlocked-io.
32606         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
32607         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
32608         * m4/jm-glibc-io.m4n: Remove file.
32609
32610         Module long-options.
32611         * m4/long-options.m4: New file.
32612
32613         Module md5.
32614         * m4/md5.m4: New file.
32615
32616         Module sha.
32617         * m4/sha.m4: New file.
32618
32619         Module getstr.
32620         * m4/getstr.m4: New file.
32621
32622         Module getline.
32623         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
32624         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
32625         <sys/types.h>, for size_t. Use the function name gnu_getline, not
32626         simply getline. Infoke gl_PREREQ_GETLINE.
32627
32628         Module obstack.
32629         * m4/obstack.m4: New file.
32630
32631         Module hash.
32632         * m4/hash.m4: New file.
32633
32634         Module readtokens.
32635         * m4/readtokens.m4: New file.
32636
32637         Module strverscmp.
32638         * m4/strverscmp.m4: New file.
32639
32640         Module stdbool.
32641         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
32642         OSF/1.
32643
32644         Module strtoll.
32645         * m4/strtoll.m4: New file.
32646
32647         Module strtoull.
32648         * m4/strtoull.m4: New file.
32649
32650         Module strtoimax.
32651         * m4/strtoimax.m4: New file.
32652
32653         Module strtoumax.
32654         * m4/strtoumax.m4: New file.
32655
32656         Module xstrtoimax.
32657         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
32658         jm_AC_PREREQ_XSTRTOIMAX.
32659         Moved the strtol prerequisites to strtol.m4.
32660         Moved the strtoll prerequisites to strtoll.m4.
32661         Moved the strtoimax prerequisites to strtoimax.m4.
32662
32663         Module xstrtoumax.
32664         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
32665         jm_AC_PREREQ_XSTRTOUMAX.
32666         Moved the strtoul prerequisites to strtoul.m4.
32667         Moved the strtoull prerequisites to strtoull.m4.
32668         Moved the strtoumax prerequisites to strtoumax.m4.
32669
32670         Module chown.
32671         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
32672         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
32673
32674         Module dup2.
32675         * m4/dup2.m4: New file.
32676
32677         Module ftruncate.
32678         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
32679         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
32680
32681         Module getgroups.
32682         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
32683         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
32684
32685         Module gettimeofday.
32686         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
32687         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
32688         gl_PREREQ_GETTIMEOFDAY.
32689
32690         Module mkdir.
32691         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
32692         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
32693
32694         Module mkstemp.
32695         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
32696         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
32697         jm_AC_TYPE_UINTMAX_T.
32698         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
32699
32700         Module stat.
32701         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
32702         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
32703
32704         Module lstat.
32705         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
32706         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
32707
32708         Module timespec.
32709         * m4/timespec.m4 (gl_TIMESPEC): New macro.
32710         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
32711         * m4/st_mtim.m4: Indentation.
32712
32713         Module nanosleep.
32714         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
32715         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
32716         gl_PREREQ_NANOSLEEP.
32717
32718         Module regex.
32719         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
32720         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
32721         (gl_REGEX): New macro.
32722
32723         Module rename.
32724         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
32725         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
32726
32727         Module rmdir.
32728         * m4/rmdir.m4: New file.
32729
32730         Module utime.
32731         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
32732         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
32733         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
32734
32735         Module dirname.
32736         * m4/dirname.m4: New file.
32737
32738         Module getopt.
32739         * m4/getopt.m4: New file.
32740
32741         Module unistd-safer.
32742         * m4/unistd-safer.m4: New file.
32743
32744         Module fnmatch.
32745         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
32746         declaration.
32747         (gl_PREREQ_FNMATCH_EXTRA): New macro.
32748         (gl_FUNC_FNMATCH_POSIX): New macro.
32749         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
32750         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
32751         simply fnmatch.
32752
32753         Module exclude.
32754         * m4/exclude.m4: New file.
32755
32756         Module human.
32757         * m4/human.m4: New file.
32758
32759         Module acl.
32760         * m4/acl.m4: Nop.
32761
32762         Module backupfile.
32763         * m4/backupfile.m4: New file.
32764         * m4/d-ino.m4: Indentation.
32765
32766         Module fsusage.
32767         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
32768         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
32769         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
32770
32771         Module dirfd.
32772         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
32773         requirements.
32774
32775         Module euidaccess.
32776         * m4/euidaccess.m4: New file.
32777
32778         Module file-type.
32779         * m4/file-type.m4: New file.
32780
32781         Module fileblocks.
32782         * m4/fileblocks.m4: New file.
32783
32784         Module filemode.
32785         * m4/filemode.m4: New file.
32786
32787         Module isdir.
32788         * m4/isdir.m4: New file.
32789
32790         Module lchown.
32791         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
32792         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
32793
32794         Module makepath.
32795         * m4/makepath.m4: New file.
32796
32797         Module modechange.
32798         * m4/modechange.m4: New file.
32799
32800         Module mountlist.
32801         * m4/mountlist.m4: New file.
32802         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
32803         Indentation.
32804
32805         Module path-concat.
32806         * m4/path-concat.m4: New file.
32807
32808         Module pathmax.
32809         * m4/pathmax.m4: New file.
32810
32811         Module same.
32812         * m4/same.m4: New file.
32813
32814         Module save-cwd.
32815         * m4/save-cwd.m4: New file.
32816
32817         Module savedir.
32818         * m4/savedir.m4: New file.
32819
32820         Module xgetcwd.
32821         * m4/xgetcwd.m4: New file.
32822         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
32823
32824         Module xreadlink.
32825         * m4/xreadlink.m4: New file.
32826
32827         Module safe-read.
32828         * m4/safe-read.m4: New file.
32829
32830         Module safe-write.
32831         * m4/safe-write.m4: New file.
32832
32833         Module closeout.
32834         * m4/closeout.m4: New file.
32835
32836         Module stdio-safer.
32837         * m4/stdio-safer.m4: New file.
32838
32839         Module getpass.
32840         * m4/getpass.m4: New file.
32841
32842         Module getugroups.
32843         * m4/getugroups.m4: New file.
32844
32845         Module group-member.
32846         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
32847         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
32848
32849         Module idcache.
32850         * m4/idcache.m4: New file.
32851
32852         Module userspec.
32853         * m4/userspec.m4: New file.
32854
32855         Module gettime.
32856         * m4/clock_time.m4: New file.
32857         * m4/gettime.m4: New file.
32858
32859         Module settime.
32860         * m4/settime.m4: New file.
32861
32862         Module posixtm.
32863         * m4/posixtm.m4: New file.
32864
32865         Module gethostname.
32866         * m4/gethostname.m4: New file.
32867
32868         Module canon-host.
32869         * m4/canon-host.m4: New file.
32870
32871         Module gettext.
32872         * m4/codeset.m4: New file, from gettext-0.11.5.
32873         * m4/gettext.m4: New file, from gettext-0.11.5.
32874         * m4/glibc21.m4: New file, from gettext-0.11.5.
32875         * m4/iconv.m4: New file, from gettext-0.11.5.
32876         * m4/intdiv0.m4: New file, from gettext-0.11.5.
32877         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
32878         * m4/inttypes.m4: New file, from gettext-0.11.5.
32879         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
32880         * m4/isc-posix.m4: New file, from gettext-0.11.5.
32881         * m4/lcmessage.m4: New file, from gettext-0.11.5.
32882         * m4/lib-ld.m4: New file, from gettext-0.11.5.
32883         * m4/lib-link.m4: New file, from gettext-0.11.5.
32884         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
32885         * m4/progtest.m4: New file, from gettext-0.11.5.
32886         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
32887         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
32888         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
32889
32890         Module localcharset.
32891         * m4/localcharset.m4: New file.
32892
32893         Module hard-locale.
32894         * m4/hard-locale.m4: New file.
32895
32896         Module mbswidth.
32897         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
32898         onceonly macros.
32899         * m4/mbrtowc.m4: Add comment.
32900
32901         Module memcasecmp.
32902         * m4/memcasecmp.m4: New file.
32903
32904         Module memcoll.
32905         * m4/memcoll.m4: New file.
32906
32907         Module unicodeio.
32908         * m4/unicodeio.m4: New file.
32909
32910         Module rpmatch.
32911         * m4/rpmatch.m4: New file.
32912
32913         Module yesno.
32914         * m4/yesno.m4: New file.
32915
32916         Module exitfail.
32917         * m4/exitfail.m4: New file.
32918
32919         Module c-stack.
32920         * m4/c-stack.m4 (gl_C_STACK): New macro.
32921         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
32922
32923         Module error.
32924         * m4/error.m4 (gl_ERROR): New macro.
32925         (jm_PREREQ_ERROR): Use onceonly macros.
32926
32927         Module fatal.
32928         * m4/fatal.m4: New file.
32929
32930         Module getloadavg.
32931         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
32932         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
32933
32934         Module getpagesize.
32935         * m4/getpagesize.m4: New file.
32936
32937         Module getusershell.
32938         * m4/getusershell.m4: New file.
32939
32940         Module physmem.
32941         * m4/physmem.m4: New file.
32942
32943         Module posixver.
32944         * m4/posixver.m4: New file.
32945
32946         Module quotearg.
32947         * m4/quotearg.m4: New file.
32948
32949         Module quote.
32950         * m4/quote.m4: New file.
32951
32952         Module readutmp.
32953         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
32954
32955         Module sig2str.
32956         * m4/sig2str.m4: New file.
32957
32958         Other.
32959         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
32960         ulonglong.m4.
32961         * m4/intmax_t.m4: New file.
32962         * m4/d-type.m4: Indentation.
32963         * m4/jm-macros.m4: Update.
32964         * m4/prereq.m4 (jm_PREREQ): Update.
32965         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
32966         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
32967         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
32968         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
32969         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
32970         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
32971         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
32972         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
32973         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
32974         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
32975         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
32976         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
32977         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
32978         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
32979         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
32980         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
32981         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
32982         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
32983         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
32984
32985 2002-12-24  Bruno Haible  <bruno@clisp.org>
32986
32987         * MODULES.txt: Update according to m4/ changes.
32988
32989         Module gettext.
32990         * config.rpath: New file, from gettext-0.11.5.
32991
32992         * modules/*: New module descriptions.
32993         * gnulib-tool: New file.
32994         * MODULES.html.sh: New file.
32995
32996 2002-12-21  Karl Berry  <karl@gnu.org>
32997
32998         * doc/fdl.texi: update to version 1.2.
32999
33000 2002-12-19  Karl Berry  <karl@gnu.org>
33001
33002         * config/config.guess: update from prep.
33003
33004 2002-12-18  Bruno Haible  <bruno@clisp.org>
33005
33006         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
33007         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
33008
33009 2002-12-17  Bruno Haible  <bruno@clisp.org>
33010
33011         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
33012         stdlib.h, string.h.
33013
33014 2002-12-17  Bruno Haible  <bruno@clisp.org>
33015
33016         * lib/canon-host.c (strdup): Remove unused declaration.
33017
33018         * lib/fsusage.c: Include full_read.h.
33019         (get_fs_usage): Use full_read instead of safe_read.
33020
33021         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
33022
33023 2002-12-12  Karl Berry  <karl@gnu.org>
33024
33025         * config/config.guess: update from prep.
33026
33027 2002-12-11  Bruno Haible  <bruno@clisp.org>
33028
33029         * m4/setenv.m4: New file, from gettext-0.11.5.
33030
33031 2002-12-11  Bruno Haible  <bruno@clisp.org>
33032
33033         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
33034         not unsetenv().
33035         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
33036         modifications:
33037
33038         2002-12-11  Bruno Haible  <bruno@clisp.org>
33039
33040                 * setenv.c (alloca): Fall back to malloc.
33041                 (freea): New macro.
33042                 (setenv): Use freea() to free memory allocated with alloca().
33043
33044         2002-11-13  Bruno Haible  <bruno@clisp.org>
33045
33046                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
33047                 function declarations.
33048                 * unsetenv.c (unsetenv): Likewise.
33049
33050         2002-03-04  Bruno Haible  <bruno@clisp.org>
33051
33052                 Portability to AIX 4.3.3.
33053                 * unsetenv.c: New file, extracted from setenv.c.
33054                 * setenv.c: Move the unsetenv() function to unsetenv.c.
33055
33056         2001-12-20  Bruno Haible  <bruno@clisp.org>
33057
33058                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
33059                 use malloc instead. For SunOS 4.
33060
33061         2001-12-11  Bruno Haible  <bruno@clisp.org>
33062
33063                 * setenv.c: Declare alloca.
33064                 (compar_fn_t): New typedef.
33065                 (KNOWN_VALUE, STORE_VALUE): Use it.
33066
33067         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
33068         setenv.h.
33069
33070 2002-12-10  Paul Eggert  <eggert@twinsun.com>
33071
33072         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
33073         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
33074         Choose values that are less likely to collide with system fnmatch
33075         options.
33076         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
33077         defined (e.g., a pure POSIX system).
33078         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
33079         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
33080
33081 2002-12-06  Paul Eggert  <eggert@twinsun.com>
33082
33083         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
33084         a pain in practice to deal with generated m4 files.  This change
33085         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
33086
33087         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
33088         and jm-glibc-io.m4, as they are no longer a special case.
33089         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
33090         kludge and the auto-generation stuff.  Check only whether the
33091         functions are declared, not whether they exist, since older hosts
33092         that don't declare the functions can't use the optimization anyway.
33093
33094 2002-12-06  Jim Meyering  <jim@meyering.net>
33095
33096         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
33097
33098         Merge in changes from libc's misc/error.c, in preparation
33099         for the merge of gnulib's changes back into libc.
33100
33101         * lib/error.c (_): Define only if not already defined.
33102         Move definition to follow all #include directives.
33103         Include unlocked-io.h only if !_LIBC.
33104         [_LIBC]: Include <libio/libioP.h>.
33105         [USE_IN_LIBIO]: Include <libio/iolibio.h>
33106         (fflush): Tweak definition to use INTUSE.
33107         (putc): Define.
33108
33109 2002-12-05  Paul Eggert  <eggert@twinsun.com>
33110
33111         * lib/alloca.c [defined emacs]: Include "lisp.h".
33112         (xalloc_die) [defined emacs]: New macro.
33113         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
33114         [! defined emacs]: Include <xalloc.h>.
33115         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
33116         (pointer): Typedef to POINTER_TYPE *.
33117         (malloc): Remove decl; we now always use xmalloc.
33118         (alloca): Use old-style definition, since Emacs needs this.
33119         Check for arithmetic overflow when computing combined size.
33120
33121 2002-12-04  Paul Eggert  <eggert@twinsun.com>
33122
33123         Do not generate unlocked-io.h automatically, since it's easier to
33124         maintain it by hand.
33125
33126         * lib/unlocked-io.h: New file, from GNU diffutils,
33127         but with proper copyright notice and attribution.
33128         * lib/gen-uio: Remove.
33129         * lib/Makefile.am: Add copyright notice.
33130         (libfetish_a_SOURCES): Add unlocked-io.h.
33131         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
33132         (DISTCLEANFILES, io_functions): Remove macros.
33133         (EXTRA_DIST): Remove gen_uio.
33134         (unlocked-io.h): Remove rule.
33135
33136 2002-12-04  Jim Meyering  <jim@meyering.net>
33137
33138         Reflect the fact that stat.c and lstat.c are no longer generated.
33139         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
33140         (DISTCLEANFILES): Likewise.
33141         (EXTRA_DIST): Likewise.
33142         (all_local): Don't depend on stat.c or lstat.c.
33143         (stat.c, lstat.c): Remove rules.
33144         (EXTRA_DIST): Remove xstat.in.
33145
33146         * lib/xstat.in: Remove file.  Contents moved into stat.c.
33147         * lib/stat.c: New file.  Contents mostly from xstat.in.
33148         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
33149         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
33150
33151         * lib/safe-read.c: Rework so that it may serve to define safe_write,
33152         too.
33153         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
33154
33155 2002-12-03  Jim Meyering  <jim@meyering.net>
33156
33157         * lib/safe-read.c, safe-write.c: Change variable names and comments,
33158         but not semantics, to minimize the differences between these two files.
33159         (safe_read): Change comment to mention SAFE_READ_ERROR.
33160
33161         * lib/safe-read.c (IS_EINTR): Define.
33162         (safe_read): Use IS_EINTR in place of in-function cpp directives.
33163
33164 2002-12-02  Jim Meyering  <jim@meyering.net>
33165
33166         * lib/safe-read.c (EINTR): Define.
33167         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33168         (INT_MAX): Provide fallback.
33169         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
33170
33171         * lib/safe-read.h (SAFE_READ_ERROR): Define.
33172
33173 2002-12-02  Bruno Haible  <bruno@clisp.org>
33174
33175         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
33176         Define, taken from safe-read.c.
33177         (INT_MAX): Provide fallback.
33178         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
33179         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
33180
33181         * lib/safe-read.c (EINTR): Remove definition.
33182         (safe_read): Don't use EINTR if it is absent.
33183
33184 2002-12-01  Jim Meyering  <jim@meyering.net>
33185
33186         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
33187         zero.
33188         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
33189
33190 2002-11-27  Paul Eggert  <eggert@twinsun.com>
33191
33192         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
33193         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
33194         with `if (! (value < limit)) abort ();', for readability.
33195
33196 2002-11-26  Karl Berry  <karl@gnu.org>
33197
33198         * lib/strdup.c: copy from libc again, with jim's ok.
33199         * lib/.cppi-disable: re-add strdup.c
33200
33201 2002-11-25  Karl Berry  <karl@gnu.org>
33202
33203         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
33204         instead of "strtol.c".
33205
33206 2002-11-25  Karl Berry  <karl@gnu.org>
33207
33208         * config/install-sh: update from automake for variable quoting, $0 in
33209         error msgs, etc.
33210
33211         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
33212         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
33213         entry.
33214
33215 2002-11-25  Jim Meyering  <jim@meyering.net>
33216
33217         * lib/mktime.c: Sync from libc, now that it has the latest fix.
33218
33219 2002-11-24  Karl Berry  <karl@gnu.org>
33220
33221         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
33222         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
33223
33224 2002-11-24  Jim Meyering  <jim@meyering.net>
33225
33226         Update from coreutils:
33227
33228         * lib/mktime.c: Merge in changes from libc.
33229
33230         Avoid a link-time failure on some Linux systems.
33231         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
33232         (otherwise).
33233         (__mon_yday): Declare with the STATIC attribute.
33234         (__mktime_internal): Likewise.
33235         Based on a report from Greg Schafer.
33236
33237 2002-11-23  Jim Meyering  <jim@meyering.net>
33238
33239         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
33240         Use `unsigned', not `int', as type of index.
33241
33242         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
33243
33244         * lib/fsusage.c: Remove unneeded parentheses around operands of
33245         `defined'.
33246
33247 2002-11-22  Paul Eggert  <eggert@twinsun.com>
33248
33249         * lib/quotearg.h: Allow multiple inclusion by surrounding with
33250         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
33251         so that we can be included first.
33252         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
33253         * lib/quotearg.c: Include quotearg.h immediately after config.h.
33254         No need to include stddef.h or sys/types.h any more.
33255         Surround local include files with "", not "<>".
33256         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
33257         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
33258         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
33259         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
33260         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
33261         (ISPRINT): Remove; no longer needed now that we assume C89.
33262
33263         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
33264         Preserve errno.
33265
33266         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
33267         quotearg_char): Use SIZE_MAX rather than
33268         (size_t) -1 when we are talking about "infinity".
33269
33270         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
33271
33272 2002-11-22  Paul Eggert  <eggert@twinsun.com>
33273
33274         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
33275         hint that one should use `if (! x) abort ();' rather than `assert
33276         (x);', and anyway it's one less thing to worry about configuring.
33277         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
33278         hash_rehash, hash_insert): Use abort rather than assert.
33279
33280 2002-11-22  Bruno Haible  <bruno@clisp.org>
33281
33282         * lib/safe-read.h: Assume C89. Add comments.
33283         (safe_read): Change return type to size_t.
33284         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
33285         byte counts > SSIZE_MAX correctly.
33286         * lib/safe-write.h: New file.
33287         * lib/safe-write.c: New file.
33288         * lib/full-read.h: New file.
33289         * lib/full-read.c: New file.
33290         * lib/full-write.h: Assume C89. Add comments.
33291         * lib/full-write.c: Include safe-write.h.
33292         (full_write): Rewritten to use safe_write.
33293         Suggested by Jim Meyering and Paul Eggert.
33294
33295 2002-11-21  Jim Meyering  <jim@meyering.net>
33296
33297         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
33298
33299         Merge in changes from the coreutils.
33300
33301         2002-09-25  Paul Eggert  <eggert@twinsun.com>
33302         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
33303         <stdint.h>.
33304         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
33305         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
33306         int.  Work more efficiently if X is the same width as uintmax_t.
33307         Do not compare X to -1, to avoid bogus compiler warning.
33308         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
33309         Don't assume that f_frsize and f_bsize are the same type.
33310
33311         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
33312         warning on FreeBSD.
33313
33314         * lib/makepath.c (make_path): Restore umask *before* creating the final
33315         component.
33316         (make_path): Minor reformatting.
33317
33318         * lib/xmalloc.c: Adjust to work with new autoconf macros,
33319         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
33320         HAVE_MALLOC/HAVE_REALLOC.
33321
33322         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
33323         dummy ones.  At least on GNU/Linux systems, `auto' means something
33324         else.
33325         From Michael Stone.
33326
33327 2002-11-21  Bruno Haible  <bruno@clisp.org>
33328
33329         Remove case insensitive option matching.
33330         * lib/argmatch.h (argcasematch): Remove declaration.
33331         (ARGCASEMATCH): Remove macro.
33332         (__xargmatch_internal): Remove case_sensitive argument.
33333         (XARGMATCH): Update.
33334         (XARGCASEMATCH): Remove macro.
33335         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
33336         case_sensitive argument.
33337         (argcasematch): Remove function.
33338         (__xargmatch_internal): Remove case_sensitive argument.
33339         (main): Use XARGMATCH instead of XARGCASEMATCH.
33340
33341         * lib/xmalloc.c: Change compile-time error message. Add comment about
33342         required autoconf version.
33343
33344 2002-11-20  Paul Eggert  <eggert@twinsun.com>
33345
33346         Merge argmatch cleanups from Bison.  Assume C89.
33347
33348         * lib/argmatch.c: Include config.h here, not in argmatch.h.
33349         Include stdlib.h, for EXIT_FAILURE.
33350         Always include <string.h>, since we assume C89.
33351         (EXIT_FAILURE): Remove pre-C89 bug workaround.
33352         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
33353         Include <stddef.h> instead, since it's all we need for size_t.
33354         (PARAMS): Remove.  All uses removed.
33355         (ARRAY_CARDINALITY): Do not bother to #undef.
33356         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
33357         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
33358         Remove unnecessary parentheses.
33359         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
33360         Insert necessary parentheses.
33361         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
33362         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
33363
33364 2002-11-19  Bruno Haible  <bruno@clisp.org>
33365
33366         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
33367         * lib/mbswidth.h: Include <stddef.h>, for size_t.
33368
33369         * lib/mbswidth.h (PARAMS): Remove macro.
33370         (mbswidth, mbsnwidth): Use ANSI C function declarations.
33371         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
33372
33373         * lib/gcd.h (PARAMS): Remove macro.
33374         (gcd): Use ANSI C function declarations.
33375         * lib/gcd.c (gcd): Likewise.
33376
33377 2002-11-15  Bruno Haible  <bruno@clisp.org>
33378
33379         * lib/strcspn.c: Include <stddef.h>.
33380         (strcspn): Use ANSI C function declaration. Change return type to
33381         size_t. Use NULL.
33382         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
33383         (strpbrk): Use NULL.
33384         * lib/strpbrk.h (PARAMS): Remove macro.
33385         (strpbrk): Use ANSI C function declaration.
33386         * lib/strstr.c: Don't include <sys/types.h>.
33387         * lib/strstr.h (PARAMS): Remove macro.
33388         (strstr): Use ANSI C function declarations.
33389
33390 2002-11-14  Karl Berry  <karl@gnu.org>
33391
33392         * config/mkinstalldirs: `do' on separate line, instead of
33393         `for var; do'.
33394
33395 2002-11-06  Bruno Haible  <bruno@clisp.org>
33396
33397         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
33398         * lib/gcd.c (gcd): Likewise.
33399
33400 2002-11-05  Bruno Haible  <bruno@clisp.org>
33401
33402         * lib/gcd.h: New file, from gettext-0.11.5.
33403         * lib/gcd.c: New file, from gettext-0.11.5.
33404
33405 2002-11-05  Bruno Haible  <bruno@clisp.org>
33406
33407         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
33408         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
33409         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
33410         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
33411
33412         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
33413         <libintl.h>.
33414         * lib/makepath.c: Include gettext.h instead of <locale.h> and
33415         <libintl.h>.
33416
33417         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
33418         * lib/human.c: Include gettext.h instead of <libintl.h>.
33419         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
33420         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
33421         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
33422         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
33423         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
33424         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
33425         (textdomain): Remove definition.
33426         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
33427
33428         * lib/long-options.c: Remove include of <libintl.h> and definition of
33429         _.
33430         * lib/same.c: Remove include of <libintl.h> and definition of _.
33431
33432 2002-11-04  Owen Taylor  <otaylor@redhat.com>
33433
33434         * lib/config.charset: A few additions for Solaris.
33435
33436 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
33437
33438         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
33439         * lib/localcharset.c (locale_charset): Declare as extern "C".
33440
33441 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
33442
33443         * lib/config.charset: msdos in uk_UA uses CP1125.
33444
33445 2002-11-04  Bruno Haible  <bruno@clisp.org>
33446
33447         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
33448         * lib/strcase.h: New file, from GNU gettext-0.11.5.
33449         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
33450         * lib/strstr.h: New file, from GNU gettext-0.11.5.
33451         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
33452
33453 2002-11-04  Bruno Haible  <bruno@clisp.org>
33454
33455         * lib/localcharset.c (locale_charset): Don't return an empty string.
33456
33457 2002-11-04  Bruno Haible  <bruno@clisp.org>
33458
33459         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
33460         aliases.
33461
33462 2002-11-04  Bruno Haible  <bruno@clisp.org>
33463
33464         * lib/config.charset: Update for newest glibc. Add canonical names
33465         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
33466
33467 2002-11-04  Bruno Haible  <bruno@clisp.org>
33468
33469         * lib/config.charset: Add support for NetBSD.
33470
33471 2002-11-04  Bruno Haible  <bruno@clisp.org>
33472
33473         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
33474
33475 2002-11-01  Bruno Haible  <bruno@clisp.org>
33476
33477         * configure.in: Add AC_CONFIG_AUX_DIR call.
33478         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
33479         test/Makefile.
33480         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
33481
33482 2002-09-28  Karl Berry  <karl@gnu.org>
33483
33484         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
33485         installed automake until the next release, since changes have been
33486         made.
33487
33488 2002-09-25  Karl Berry  <karl@gnu.org>
33489
33490         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
33491         * lib/getopt*: copy from libc/posix.
33492         * lib/gettext.h: copy from gettext.
33493         * lib/.cppi-disable: add strdup.c, gettext.h.
33494
33495 2002-09-25  Karl Berry  <karl@gnu.org>
33496
33497         * config/srclist.txt: enable gettext.h check.
33498         * config/config.{guess,sub}: update from prep.
33499         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
33500                 from automake 1.6.3.
33501         See srclist*.
33502
33503 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
33504
33505         * regex.c (PATFETCH): Remove the translating fetch.
33506         (PATFETCH_RAW): Rename to PATFETCH.
33507         (set_image_of_range): New fun.
33508         (SET_RANGE_TABLE_WORK_AREA): Use it.
33509         (regex_compile): Don't translate the pattern chars so eagerly.
33510         Only do it when inserting an `exactn' bytecode or when handling
33511         a char-range.
33512         (mutually_exclusive_p): Avoid empty statement.
33513
33514 2002-07-06  Jim Meyering  <meyering@lucent.com>
33515
33516         * m4/README: Don't mention Makefile.am.in.
33517         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
33518
33519 2002-07-01  Jim Meyering  <meyering@lucent.com>
33520
33521         * lib/c-stack.c: Include sys/time.h.
33522         From Volker Borchert.
33523
33524 2002-06-26  Paul Eggert  <eggert@twinsun.com>
33525
33526         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
33527
33528 2002-06-26  Paul Eggert  <eggert@twinsun.com>
33529
33530         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
33531         New macro.  Use it uniformly instead of
33532         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
33533         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
33534         reported by Vin Shelton.
33535
33536 2002-06-22  Paul Eggert  <eggert@twinsun.com>
33537
33538         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
33539         Do not assume SA_SIGINFO behavior.
33540         Bug reported by Jim Meyering on NetBSD 1.5.2.
33541
33542 2002-06-22  Jim Meyering  <meyering@lucent.com>
33543
33544         * m4/c-stack.m4: New file, from diffutils-2.8.2.
33545         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
33546
33547         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
33548         now that configure.ac uses AC_GNU_SOURCE.
33549         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
33550         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
33551
33552         Update to latest tools.  Suggestions from Paul Eggert.
33553         * m4/stdbool.m4: New file, from diffutils-2.8.2.
33554         * m4/gnu-source.m4: Update from diffutils-2.8.2.
33555         * m4/fnmatch.m4: Likewise.
33556         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
33557         to AC_HEADER_STDBOOL
33558
33559 2002-06-22  Jim Meyering  <meyering@lucent.com>
33560
33561         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
33562         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
33563
33564 2002-06-22  Jim Meyering  <meyering@lucent.com>
33565
33566         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
33567
33568         * lib/exitfail.c, exitfail.h: Likewise.
33569         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
33570
33571         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
33572         of fnmatch.h.
33573         (EXTRA_DIST): Add fnmatch_loop.c.
33574         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
33575
33576         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
33577         * lib/fnmatch.c: Update from diffutils-2.8.2.
33578         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
33579         * lib/fnmatch.h: Remove file.
33580
33581 2002-06-21  Jim Meyering  <meyering@lucent.com>
33582
33583         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
33584         * m4/mbrtowc.m4: Likewise.
33585
33586         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
33587         * m4/mbswidth.m4: Reflect name change:
33588         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
33589         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
33590
33591         * m4/lib-link.m4: Update from gettext-0.11.2.
33592         * m4/gettext.m4: Likewise.
33593
33594         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
33595         From Alfred M. Szmidt.
33596
33597 2002-06-18  Paul Eggert  <eggert@twinsun.com>
33598
33599         * lib/file-type.h: Report an error if neither S_ISREG nor
33600         S_IFREG is defined, instead of using a test specific to glibc
33601         2.2.  This should be safe, since POSIX requires S_ISREG and
33602         Unix Version 7 had S_IFREG.  We don't need to check for
33603         <sys/types.h> since we don't use any symbols that it defines.
33604
33605 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
33606
33607         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
33608         $@-t, so that each temporary file name is unique and valid in the first
33609         8 characters, for operation under DOS.
33610
33611 2002-06-15  Paul Eggert  <eggert@twinsun.com>
33612
33613         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
33614
33615 2002-06-15  Jim Meyering  <meyering@lucent.com>
33616
33617         Work even with DJGPP 2.03, which lacks support for symlinks.
33618         From Richard Dawe.
33619         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
33620         is defined.
33621         * lib/lchown.c (S_ISLNK): Likewise.
33622
33623 2002-06-15  Jim Meyering  <meyering@lucent.com>
33624
33625         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
33626         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
33627         have been included before this file.
33628
33629 2002-06-14  Jim Meyering  <meyering@lucent.com>
33630
33631         * lib/file-type.h: Use the version from diffutils-2.8.2.
33632         * lib/file-type.c: Likewise.
33633
33634 2002-06-07  Jim Meyering  <meyering@lucent.com>
33635
33636         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
33637         They're needed at least for NetBSD 1.5.2.
33638         ($statxfs_includes): Include those same headers.
33639         ($statxfs_includes): Include sys/vfs.h if available.
33640         ($statxfs_includes): Likewise for sys/statvfs.h.
33641         Check for the following members in both structs statfs and statvfs:
33642         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
33643
33644 2002-06-01  Jim Meyering  <meyering@lucent.com>
33645
33646         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
33647         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
33648
33649 2002-05-28  Jim Meyering  <meyering@lucent.com>
33650
33651         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
33652         Reported by Volker Borchert.
33653
33654 2002-05-27  Jim Meyering  <meyering@lucent.com>
33655
33656         Fix a problem seen only on nonconforming systems whereby ls.c's
33657         use of localtime, and then of gettimeofday would cause trouble:
33658         the localtime call used to initialize rpl_gettimeofday's save
33659         mechanism would clobber ls's current local time information so
33660         that in any long listing the first file would always be listed
33661         with date 1970-01-01.  Analysis by Volker Borchert.
33662
33663         * lib/gettimeofday.c (localtime): Undefine.
33664         (rpl_localtime): New function.
33665
33666 2002-05-27  Jim Meyering  <meyering@lucent.com>
33667
33668         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
33669         localtime.
33670
33671         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
33672         use the replacement function; it wouldn't resolve at link time.
33673         Reported by Volker Borchert.
33674
33675 2002-05-22  Jim Meyering  <meyering@lucent.com>
33676
33677         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
33678         file-type.h.
33679         * lib/file-type.h: New file.
33680         * lib/file-type.c (file_type): New file/function.  Extracted from
33681         diffutils.
33682
33683 2002-04-30  Jim Meyering  <meyering@lucent.com>
33684
33685         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
33686
33687 2002-04-29  Paul Eggert  <eggert@twinsun.com>
33688
33689         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
33690
33691 2002-04-29  Paul Eggert  <eggert@twinsun.com>
33692
33693         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
33694         Do not check for alloca.h (no longer used) or stdbool.h (was never
33695         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
33696
33697 2002-04-29  Paul Eggert  <eggert@twinsun.com>
33698
33699         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
33700
33701 2002-04-29  Jim Meyering  <meyering@lucent.com>
33702
33703         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
33704         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
33705         Use AC_FUNC_STRNLEN here instead.
33706
33707         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
33708         With autoconf-2.53a, it's part of AC_PROG_CC.
33709
33710 2002-04-28  Paul Eggert  <eggert@twinsun.com>
33711
33712         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
33713         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
33714
33715 2002-04-28  Paul Eggert  <eggert@twinsun.com>
33716
33717         * lib/sig2str.h, lib/sig2str.c: New files.
33718         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
33719
33720 2002-04-28  Paul Eggert  <eggert@twinsun.com>
33721
33722         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
33723         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
33724         of 127, since 64 is the largest conceivable number for ancient
33725         nonstandard hosts.
33726         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
33727
33728 2002-04-28  Jim Meyering  <meyering@lucent.com>
33729
33730         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
33731
33732 2002-04-24  Jim Meyering  <meyering@lucent.com>
33733
33734         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
33735         (jm_PREREQ): Use it.
33736
33737         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
33738         mach/mach.h fcntl.h.
33739         Check for this function: setlocale.
33740
33741 2002-04-24  Jim Meyering  <meyering@lucent.com>
33742
33743         * lib/gettext.h: New file, from Gettext.
33744         * lib/Makefile.am (INCLUDES): Remove -I../intl.
33745         (libfetish_a_SOURCES): Add gettext.h.
33746
33747 2002-04-16  Jim Meyering  <meyering@lucent.com>
33748
33749         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
33750         ut_pid, ut_id, ut_exit.
33751
33752 2002-04-16  Jim Meyering  <meyering@lucent.com>
33753
33754         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
33755         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
33756         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
33757
33758 2002-04-12  Jim Meyering  <meyering@lucent.com>
33759
33760         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
33761         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
33762         existence of the getmntinfo function.  Needed for Darwin 5.3.
33763
33764         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
33765         This is necessary at least on Darwin 5.3.
33766
33767         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
33768         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
33769         strnlen.o in the library, and that makes some versions of ranlib
33770         object.
33771
33772 2002-04-12  Jim Meyering  <meyering@lucent.com>
33773
33774         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
33775
33776 2002-04-09  Jim Meyering  <meyering@lucent.com>
33777
33778         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
33779         to be more precise.  Rather than saying we're checking whether the
33780         function `works', say what we're testing.
33781         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
33782         Reported by Bruno Haible.
33783
33784 2002-03-10  Jim Meyering  <meyering@lucent.com>
33785
33786         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
33787         Suggestion from Santiago Vila.
33788
33789 2002-03-08  Jim Meyering  <meyering@lucent.com>
33790
33791         * lib/rename.c: Mention that this wrapper is needed also on
33792         mips-dec-ultrix4.4 systems.
33793
33794 2002-03-02  Jim Meyering  <meyering@lucent.com>
33795
33796         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
33797         not HAVE_CLOCK_SETTIME.
33798
33799 2002-02-27  Paul Eggert  <eggert@twinsun.com>
33800
33801         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
33802         Check for clock_settime.
33803
33804 2002-02-27  Paul Eggert  <eggert@twinsun.com>
33805
33806         * lib/nanosleep.h: Rename to....
33807         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
33808
33809         * lib/gettime.c: New file.
33810         * lib/settime.c: New file.
33811         * lib/stime.c: Remove.
33812
33813         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
33814         timespec.h.  Remove nanosleep.h.
33815
33816 2002-02-25  Paul Eggert  <eggert@twinsun.com>
33817
33818         * m4/acl.m4: New file.
33819         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
33820         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
33821
33822 2002-02-25  Paul Eggert  <eggert@twinsun.com>
33823
33824         * lib/acl.c, lib/acl.h: New files.
33825         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
33826
33827 2002-02-24  Jim Meyering  <meyering@lucent.com>
33828
33829         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
33830         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
33831         cause trouble.  Reported by Nelson Beebe.
33832
33833 2002-02-23  Paul Eggert  <eggert@twinsun.com>
33834
33835         * lib/path-concat.c (xpath_concat): Reorder code to pacify
33836         compilers that don't know that xalloc_die never returns.
33837
33838 2002-02-20  Jim Meyering  <meyering@lucent.com>
33839
33840         * lib/getdate.c: Regenerate using bison-1.33.
33841
33842 2002-02-17  Jim Meyering  <meyering@lucent.com>
33843
33844         * config/config.guess (main): Don't use `head -1'; it's no longer
33845         portable. Use `sed 1q' instead.
33846
33847 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
33848
33849         * m4/codeset.m4: Upgrade to gettext-0.11.
33850         * m4/gettext.m4: Upgrade to gettext-0.11.
33851         * m4/glibc21.m4: Upgrade to gettext-0.11.
33852         * m4/iconv.m4: Upgrade to gettext-0.11.
33853         * m4/isc-posix.m4: Upgrade to gettext-0.11.
33854         * m4/lcmessage.m4: Upgrade to gettext-0.11.
33855         * m4/lib-ld.m4: New file, from gettext-0.11.
33856         * m4/lib-link.m4: New file, from gettext-0.11.
33857         * m4/lib-prefix.m4: New file, from gettext-0.11.
33858         * m4/progtest.m4: Upgrade to gettext-0.11.
33859
33860 2002-02-15  Paul Eggert  <eggert@twinsun.com>
33861
33862         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
33863         (jm_PREREQ): Use it.
33864
33865 2002-02-15  Paul Eggert  <eggert@twinsun.com>
33866
33867         * lib/posixver.c, lib/posixver.h: New files.
33868         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
33869
33870 2002-02-02  Paul Eggert  <eggert@twinsun.com>
33871             Bruno Haible  <bruno@clisp.org>
33872
33873         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
33874         (fwrite_success_callback): New declaration.
33875         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
33876         print_unicode_char. Call failure callback instead of error.
33877         (fwrite_success_callback): New function.
33878         (exit_failure_callback): New function.
33879         (fallback_failure_callback): New function.
33880         (print_unicode_char): Call unicode_to_mb.
33881
33882 2002-01-26  Jim Meyering  <meyering@lucent.com>
33883
33884         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
33885         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
33886
33887 2002-01-26  Jim Meyering  <meyering@lucent.com>
33888
33889         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
33890
33891 2002-01-22  Paul Eggert  <eggert@twinsun.com>
33892
33893         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
33894
33895 2002-01-22  Jim Meyering  <meyering@lucent.com>
33896
33897         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
33898         Otherwise, some versions of automake would omit the rule that makes
33899         Makefile from Makefile.in.
33900
33901 2002-01-21  Paul Eggert  <eggert@twinsun.com>
33902
33903         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
33904         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
33905         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
33906         (memcoll): Set errno to zero if there is no error.
33907
33908         * lib/quotearg.c (quotearg_buffer_restyled):
33909         Fix bug with quoting buffers containing NUL when backslashing escapes.
33910         This bug was exposed by the other changes in this patch.
33911         (quotearg_n_options): New arg ARGSIZE.
33912         All callers changed.
33913         (quoting_options_from_style): New function.
33914         (quotearg_n_style): Use it.
33915         (quotearg_n_style_mem): New function.
33916
33917         * lib/quotearg.h (quotearg_n_style_mem): New function.
33918
33919 2002-01-19  Jim Meyering  <meyering@lucent.com>
33920
33921         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
33922         Remove useless quotes: DF_PROG="df".
33923         * m4/strnlen.m4: New file.
33924
33925 2002-01-16  Paul Eggert  <eggert@twinsun.com>
33926
33927         * lib/backupfile.c (ISDIGIT): Comment fix.
33928         * lib/getdate.y (ISDIGIT): Likewise.
33929         * lib/posixtm.c (ISDIGIT, year): Likewise.
33930         * lib/strverscmp.c (ISDIGIT): Likewise.
33931         * lib/userspec.c (ISDIGIT): Likewise.
33932
33933 2002-01-16  Jim Meyering  <meyering@lucent.com>
33934
33935         * lib/getdate.y: Add three semicolons, each just before a closing
33936         brace. Bison (as of version 1.31) no longer papers over that mistake.
33937
33938 2002-01-05  Jim Meyering  <meyering@lucent.com>
33939
33940         * lib/version-etc.c (version_etc_copyright): Update copyright year.
33941
33942 2001-12-19  Paul Eggert  <eggert@twinsun.com>
33943
33944         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
33945         not silently exit merely because the output buffer happens to
33946         have nothing pending.
33947
33948 2001-12-18  Paul Eggert  <eggert@twinsun.com>
33949
33950         See the big note in ../ChangeLog.
33951         * lib/human.c (suffixes): Prefer K to k for 1024.
33952         (generate_suffix_backwards): New function.
33953         (human_readable_inexact): Use it.
33954         * lib/xstrtol.c (__xstrtol): If there is no number but there
33955         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
33956         Accept 'K' as well as 'k'.
33957
33958 2001-12-15  Jim Meyering  <meyering@lucent.com>
33959
33960         * lib/regex.h (__restrict_arr): Update from libc.
33961
33962         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
33963         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
33964         (STREQ): Define.
33965
33966 2001-12-14  Jim Meyering  <meyering@lucent.com>
33967
33968         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
33969         Suggestion from Bruno Haible.
33970
33971 2001-12-10  Jim Meyering  <meyering@lucent.com>
33972
33973         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
33974         xrealloc, Instead, include "xalloc.h".
33975         (initbuffer): Don't cast xmalloc return value to char*.
33976         (readline): Reword comment.
33977         Don't cast xrealloc return value to char*
33978         Return NULL, not 0.
33979
33980 2001-12-09  Jim Meyering  <meyering@lucent.com>
33981
33982         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
33983         about `signed and unsigned type in conditional expression'.
33984         * lib/posixtm.c (posix_time_parse): Likewise.
33985
33986         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
33987
33988         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
33989         to avoid a pedantic warning.
33990
33991         * lib/getstr.c: Don't include assert.h.
33992         (getstr): Remove warning-evoking assertions.
33993         Return -1 if offset parameter is out of bounds.
33994         Change the type of a local from int to size_t.
33995
33996         * lib/strftime.c (my_strftime_localtime_r): Include this function
33997         definition in the `#if ! HAVE_TM_GMTOFF' block.
33998
33999         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
34000         Include xalloc.h instead.
34001
34002 2001-12-02  Jim Meyering  <meyering@lucent.com>
34003
34004         * lib/tempname.c: Don't declare getenv, thus reverting the change of
34005         2001-11-18.  It's no longer necessary, now that stdlib.h is always
34006         included.
34007
34008         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
34009         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
34010
34011 2001-11-30  Akim Demaille  <akim@epita.fr>
34012
34013         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
34014         before being defined.
34015
34016 2001-11-27  Paul Eggert  <eggert@twinsun.com>
34017
34018         * lib/quotearg.h (quotearg_n, quotearg_n_style):
34019         First arg is int, not unsigned.
34020         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
34021         (SIZE_MAX, UINT_MAX): New macros.
34022         (quotearg_n_options): Abort if N is negative.
34023         Avoid overflow check on hosts where size_t is 64 bits and int
34024         is 32 bits, as overflow is impossible there.
34025         Fix off-by-one typo that caused unnecessary reallocation.
34026
34027 2001-11-27  Jim Meyering  <meyering@lucent.com>
34028
34029         * lib/tempname.c: Merge with version from libc.
34030         * lib/regex.c: Likewise.
34031
34032         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
34033         systems for which STDC_HEADERS is 0, it was not included, resulting in
34034         a warning about an integer-to-pointer conversion problem with getenv.
34035         Reported by Volker Borchert.
34036
34037 2001-11-26  Jim Meyering  <meyering@lucent.com>
34038
34039         * lib/gtod.h: Remove file.
34040         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
34041         * lib/gettimeofday.c: Don't include gtod.h.
34042         (GTOD_init): Remove function.
34043         (rpl_gettimeofday): Do its job here instead, rather than aborting.
34044         Suggestion from Volker Borchert.
34045
34046 2001-11-23  Jim Meyering  <meyering@lucent.com>
34047
34048         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
34049         it.
34050         * lib/hash.c (struct hash_table): Define it here instead.
34051
34052 2001-11-22  Jim Meyering  <meyering@lucent.com>
34053
34054         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
34055
34056 2001-11-20  Jim Meyering  <meyering@lucent.com>
34057
34058         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
34059         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
34060
34061 2001-11-19  Jim Meyering  <meyering@lucent.com>
34062
34063         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
34064         directory.  Use "conftestXXXXXX" as the template.
34065         Suggestion from Paul Eggert.
34066
34067         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
34068         immediately, so the test doesn't mistakenly hit the max-open-files
34069         limit.
34070
34071 2001-11-18  Paul Eggert  <eggert@twinsun.com>
34072
34073         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
34074         (TEMPORARIES): New macro.
34075         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
34076         removes an artificial limitation (e.g. HP-UX 10.20, where
34077         TMP_MAX is 17576).
34078
34079 2001-11-18  Jim Meyering  <meyering@lucent.com>
34080
34081         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
34082
34083 2001-11-18  Jim Meyering  <meyering@lucent.com>
34084
34085         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
34086         on SunOS 4.
34087
34088         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
34089         files will be created before anything else.
34090
34091 2001-11-17  Paul Eggert  <eggert@twinsun.com>
34092
34093         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
34094         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
34095
34096 2001-11-17  Jim Meyering  <meyering@lucent.com>
34097
34098         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
34099         Prompted by a report from Bob Proulx.
34100
34101         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
34102         Instead, require UTILS_FUNC_MKSTEMP.
34103
34104 2001-11-17  Jim Meyering  <meyering@lucent.com>
34105
34106         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
34107         Now, that's done as part of AC_FUNC_STRTOD.
34108
34109 2001-11-17  Jim Meyering  <meyering@lucent.com>
34110
34111         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
34112         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
34113         rather than group writable.  Patch by Juan F. Codagnone.
34114
34115         * lib/readtokens.c: Remove explicit declarations of xmalloc and
34116         xrealloc, Instead, include "xalloc.h".
34117
34118         * lib/mountlist.c: Include unlocked-io.h after all system headers.
34119         Remove explicit declarations of xmalloc, xrealloc,
34120         and xstrdup.  Instead, include "xalloc.h".
34121
34122         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
34123         unlocked-io.h.
34124         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
34125         Likewise.
34126         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
34127
34128         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
34129         Reported by Padraig Brady.
34130
34131         * lib/mkstemp.c: #undef mkstemp.
34132         Include config.h.
34133         (rpl_mkstemp): Rename from mkstemp.
34134         Protoize.
34135
34136 2001-11-16  Jim Meyering  <meyering@lucent.com>
34137
34138         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
34139         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
34140         determine the amount of total physical memory, use pstat_getstatic.
34141         HPUX-11 doesn't define _SC_PHYS_PAGES.
34142         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
34143         If sysconf couldn't be used to determine the amount of available
34144         physical memory, use both pstat_getstatic and pstat_getdynamic.
34145         Based on a patch from Bob Proulx.
34146
34147 2001-11-10  Jim Meyering  <meyering@lucent.com>
34148
34149         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
34150         (jm_PREREQ): Use it.
34151
34152 2001-11-09  Jim Meyering  <meyering@lucent.com>
34153
34154         * m4/jm-macros.m4: Require autoconf-2.52f.
34155         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
34156         Use these AC_-prefixed names, not the AM_-prefixed ones.
34157
34158         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
34159
34160 2001-11-05  Jim Meyering  <meyering@lucent.com>
34161
34162         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
34163
34164 2001-11-04  Jim Meyering  <meyering@lucent.com>
34165
34166         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
34167         $DEFS.
34168
34169 2001-11-03  Jim Meyering  <meyering@lucent.com>
34170
34171         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
34172         of AC_DEFUN.
34173
34174         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
34175         know the name of the variable in the macro definition.
34176
34177 2001-11-03  Jim Meyering  <meyering@lucent.com>
34178
34179         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
34180         in argmatch_to_argument call.
34181
34182         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
34183         argument.
34184
34185         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
34186         e.g., a fault due to an attempt to free a NULL pointer.
34187
34188 2001-11-01  Jim Meyering  <meyering@lucent.com>
34189
34190         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
34191         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
34192
34193 2001-11-01  Jim Meyering  <meyering@lucent.com>
34194
34195         * lib/dirfd.c, lib/dirfd.h: New files.
34196         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
34197
34198         * lib/hash.c (hash_print) [TESTING]: Clean up.
34199
34200 2001-10-22  Paul Eggert  <eggert@twinsun.com>
34201
34202         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
34203         to avoid a warning if -Wall.
34204
34205 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
34206
34207         * README: New file
34208         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
34209         (per RMS's instructions, this is now the canonical source)
34210         * lgpl/, gpl/: New directories.
34211
34212 2001-10-21  Paul Eggert  <eggert@twinsun.com>
34213
34214         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
34215
34216 2001-10-21  Jim Meyering  <meyering@lucent.com>
34217
34218         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
34219         this code would end up calling gettext even in packages built
34220         with --disable-nls.
34221         * lib/getopt.c (_): Likewise.
34222         * lib/regex.c (_): Likewise.
34223
34224 2001-10-20  Paul Eggert  <eggert@twinsun.com>
34225
34226         * m4/error.m4 (jm_PREREQ_ERROR):
34227         Do not invoke AC_CHECK_FUNCS with strerror_r, as
34228         AC_FUNC_STRERROR_R does that.
34229         Check for strerror declaration.
34230
34231         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
34232         are supposed to have them these days.
34233         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
34234         Merge changes from latest Autoconf CVS.
34235         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
34236         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
34237         POSIX decided to standardize on the int flavor of strerror_r.
34238
34239 2001-10-20  Paul Eggert  <eggert@twinsun.com>
34240
34241         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
34242         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
34243         Use strerror_r that is only a macro, even if it is not a function.
34244         (strerror): Check for HAVE_DECL_STRERROR before declaring.
34245         (private_strerror): Use prototypes, not old-style function definition.
34246         (print_errno_message): New function.
34247         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
34248         char*-flavored one.
34249         (error_tail, error, error_at_line): Use it.
34250
34251 2001-10-11  Jim Meyering  <meyering@lucent.com>
34252
34253         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
34254         and quote_n (1, ... to avoid clobbering a buffer.
34255
34256 2001-10-05  Jim Meyering  <meyering@lucent.com>
34257
34258         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
34259         hash-pjw.h.
34260         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
34261         * lib/hash-pjw.h: New file.
34262
34263 2001-09-30  Jim Meyering  <meyering@lucent.com>
34264
34265         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
34266         `struct fsstat' has the `f_fstypename' member.
34267         Use that to define FS_TYPE, which is now used to make
34268         the getfsstat link test tighter.
34269
34270 2001-09-30  Jim Meyering  <meyering@lucent.com>
34271
34272         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
34273         Include <sys/ucred.h>, for Apple Darwin.
34274         Include sys/mount.h and sys/fs_types.h only if available.
34275         (FS_TYPE): Define.
34276         (read_filesystem_list): Use FS_TYPE.
34277
34278 2001-09-29  Paul Eggert  <eggert@twinsun.com>
34279
34280         * lib/exclude.c (excluded_filename): 0 -> false, since it's
34281         a boolean context.
34282
34283 2001-09-29  Jim Meyering  <meyering@lucent.com>
34284
34285         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
34286         [one-argument getmntent function]): Include stdio.h before mntent.h.
34287         SunOS 4.1.x needs it for the declaration of `FILE'.
34288         Patch by Volker Borchert.
34289
34290         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
34291         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
34292         sys/fs_types.h, and make the link-test for getfsstat guard #include
34293         directives with appropriate #if HAVE_*_H tests so that we can
34294         detect getfsstat on Apple Darwin1.3.7 systems.
34295         Reported by Nelson Beebe.
34296         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
34297
34298 2001-09-28  Paul Eggert  <eggert@twinsun.com>
34299
34300         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
34301         #defines strtoimax.  Also treat the other strto* functions
34302         like strtoimax.
34303
34304         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
34305         Check for strtoul and strtoumax,
34306         as those declarations are made even in the signed case.
34307         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
34308         Likewise, for strtol and strtoimax.
34309
34310 2001-09-28  Paul Eggert  <eggert@twinsun.com>
34311
34312         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
34313         #defines strtoimax.  Also treat the other strto* functions
34314         like strtoimax.
34315
34316         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
34317         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
34318         (strtoimax, strtoumax): Do not declare if already defined as a macro.
34319
34320 2001-09-26  Jim Meyering  <meyering@lucent.com>
34321
34322         Most macros in unlocked-io.h had the wrong number of arguments.
34323         * lib/gen-uio: New script.
34324         (USE_UNLOCKED_IO): Define to 1 if not already defined.
34325         * lib/unlocked-io.hin: Remove file.
34326         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
34327         rather than trying to embed it here.
34328         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
34329         Reported by Padraig Brady.
34330
34331 2001-09-25  Volker Borchert  <bt@teknon.de>
34332
34333         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
34334         `result'.
34335
34336 2001-09-24  Jim Meyering  <meyering@lucent.com>
34337
34338         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
34339
34340 2001-09-23  Jim Meyering  <meyering@lucent.com>
34341
34342         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
34343         instead of the mere test for existence of mntent.h.  The latter
34344         would get a false-positive on AIX 3.4 systems.
34345         In the outer getmntent if-block, don't die if neither of the getmntent
34346         tests succeeds.  Instead, just fall through and continue with the
34347         remaining tests.
34348
34349 2001-09-23  Jim Meyering  <meyering@lucent.com>
34350
34351         * lib/mountlist.c: Remove useless parentheses in #if directives.
34352         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
34353         the deprecated MOUNTED symbol is no longer defined in mntent.h.
34354
34355 2001-09-22  Jim Meyering  <meyering@lucent.com>
34356
34357         * m4/gettext.m4: New file.  From gettext.
34358         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
34359         * m4/progtest.m4: Likewise
34360         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
34361         * m4/glibc21.m4: Likewise.
34362
34363         * m4/libintl.m4: Remove.  No longer used.
34364
34365 2001-09-22  Jim Meyering  <meyering@lucent.com>
34366
34367         * lib/localcharset.c: Update from latest gettext.
34368         * lib/config.charset: Likewise.
34369
34370 2001-09-20  Jim Meyering  <meyering@lucent.com>
34371
34372         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
34373         strtoimax.
34374         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
34375         strtoumax.
34376
34377 2001-09-20  Jim Meyering  <meyering@lucent.com>
34378
34379         * lib/xstrtol.c (strtoimax): Guard declaration with
34380         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
34381         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
34382         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
34383         (strtoumax): Likewise, for completeness (it wasn't necessary).
34384
34385 2001-09-17  Paul Eggert  <eggert@twinsun.com>
34386
34387         * lib/strtoimax.c (HAVE_LONG_LONG):
34388         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
34389         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
34390         to work around bug in IBM C compiler.
34391
34392 2001-09-17  Jim Meyering  <meyering@lucent.com>
34393
34394         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
34395         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
34396         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
34397         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
34398         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
34399         whenever the right hand side need not be expanded by the shell.
34400
34401 2001-09-16  Paul Eggert  <eggert@twinsun.com>
34402
34403         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
34404         library.  It's not correct, as some older glibcs are buggy.
34405         fnmatch wasn't fixed until glibc 2.2.
34406
34407         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
34408         special shell magic here.
34409
34410 2001-09-16  Jim Meyering  <meyering@lucent.com>
34411
34412         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
34413         * m4/jm-macros.m4: Require it.
34414
34415 2001-09-16  Jim Meyering  <meyering@lucent.com>
34416
34417         * lib/mkdir.c: New file.
34418
34419 2001-09-15  Jim Meyering  <meyering@lucent.com>
34420
34421         * m4/jm-macros.m4: Check for help2man.
34422
34423 2001-09-11  Jim Meyering  <meyering@lucent.com>
34424
34425         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
34426         The body, by Paul Eggert, was moved here from configure.in.
34427         * m4/jm-macros.m4: Require UTILS_HOST_OS.
34428
34429 2001-09-04  Paul Eggert  <eggert@twinsun.com>
34430
34431         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
34432         (jm_PREREQ): Use it.
34433
34434 2001-09-04  Paul Eggert  <eggert@twinsun.com>
34435
34436         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
34437         Use ssize_t, not int, to store result of readlink.
34438         Check for ssize_t overflow as well as size_t overflow,
34439         as POSIX says the result of readlink is implementation-defined
34440         when ssize_t overflows.
34441         Remove unnecessary cast to char*.
34442         Use free+malloc instead of realloc, as the storage doesn't need
34443         to be preserved and it's clearer and can be more efficient that way.
34444         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
34445         * lib/xreadlink.h (xreadlink): Update prototype.
34446
34447 2001-09-04  Paul Eggert  <eggert@twinsun.com>
34448
34449         * lib/xgetcwd.c: Revert some of the previous change; intead,
34450         fix the HAVE_GETCWD_NULL code to behave more like the
34451         !HAVE_GETCWD_NULL code used to.
34452
34453         Include "xalloc.h".
34454         (xgetcwd): Do not return NULL when memory is exhausted; instead,
34455         invoke xalloc_die.
34456
34457 2001-09-03  Paul Eggert  <eggert@twinsun.com>
34458
34459         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
34460         sys/param.h, as pathmax.h includes them.
34461
34462 2001-09-03  Paul Eggert  <eggert@twinsun.com>
34463
34464         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
34465         (jm_PREREQ_XGETCWD): New macro.
34466
34467         * m4/getcwd.m4: New file.
34468
34469 2001-09-03  Paul Eggert  <eggert@twinsun.com>
34470
34471         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
34472         like the HAVE_GETCWD_NULL code.
34473         Include pathmax.h if not HAVE_GETCWD.
34474         Do not include xalloc.h.
34475         (INITIAL_BUFFER_SIZE): New symbol.
34476         Do not use xmalloc / xrealloc, since the caller is responsible for
34477         handling errors.  Preserve errno around `free' during failure.
34478         Do not overrun buffer when using getwd.
34479
34480 2001-09-03  Paul Eggert  <eggert@twinsun.com>
34481
34482         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
34483         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
34484         getcwd (NULL, 0).
34485
34486 2001-09-03  Paul Eggert  <eggert@twinsun.com>
34487
34488         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
34489         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
34490         spotted by Jim Meyering.
34491
34492 2001-09-03  Jim Meyering  <meyering@lucent.com>
34493
34494         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
34495         failure.
34496
34497 2001-09-02  Jim Meyering  <meyering@lucent.com>
34498
34499         * lib/error.c: Update from GNU libc.
34500
34501 2001-09-01  Jim Meyering  <meyering@lucent.com>
34502
34503         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
34504         Used by df.
34505
34506 2001-09-01  Jim Meyering  <meyering@lucent.com>
34507
34508         * lib/xreadlink.c: New file.
34509         * lib/xreadlink.h: New file.
34510         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
34511         xreadlink.h.
34512
34513         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
34514         doesn't conflict with sparc Solaris 7's definition in
34515         /usr/include/sys/int_types.h.
34516
34517         * lib/exclude.c: Use `""', not `<>' to #include non-system header
34518         files.
34519         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
34520         and strncasecmp as r-values.  Unixware didn't have declarations.
34521
34522 2001-08-31  Paul Eggert  <eggert@twinsun.com>
34523
34524         * lib/xstrtol.h: Add copyright notice.
34525         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
34526         LONGINT_INVALID_SUFFIX_CHAR.
34527
34528 2001-08-31  Paul Eggert  <eggert@twinsun.com>
34529
34530         * lib/xstrtol.c (strtoimax): New decl.
34531
34532 2001-08-31  Paul Eggert  <eggert@twinsun.com>
34533
34534         * lib/xgetcwd.c: Don't include pathmax.h.
34535         Include stdlib.h and unistd.h if available.
34536         Include xalloc.h.
34537         (xmalloc, xstrdup, free): Remove decls.
34538         (xgetcwd): Don't assume sizes fit in unsigned.
34539         Check for overflow when computing sizes.
34540         Simplify reallocation code.
34541
34542 2001-08-31  Paul Eggert  <eggert@twinsun.com>
34543
34544         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
34545         a directory's st_size can have an arbitrary value, so the old
34546         usage could waste an arbitrary amount of memory.  All uses
34547         changed.
34548         * lib/savedir.h: Update prototype.
34549
34550 2001-08-31  Paul Eggert  <eggert@twinsun.com>
34551
34552         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
34553
34554         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
34555         old strtoimax.c.
34556
34557         Also, make the following further changes to make this file's
34558         configuration more similar to that of strtol.c:
34559         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
34560         (strtoumax, uintmax_t, strtoull, strtol): Remove.
34561         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
34562         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
34563         changed to signed values.
34564
34565         And make the following changes as well:
34566         Fix copyright notice, as 1999 was missing.
34567         (verify): New macro.
34568         (strtoimax): Check sizes at compile-time, not run-time.
34569         Prefer strtol to strtoll if both work.
34570         (main): Remove; it was not that useful and was a pain to maintain.
34571
34572         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
34573
34574 2001-08-31  Jim Meyering  <meyering@lucent.com>
34575
34576         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
34577         Use an initial, malloc'd, buffer of length 128 rather than
34578         a statically allocated one of length 1024.
34579
34580 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34581
34582         Simplify code, partly by assuming autoconf 2.52 semantics.
34583
34584         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
34585
34586         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
34587         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
34588         All uses removed.
34589         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
34590         Move AC_REQUIRE to next-to-top level, to avoid confusion.
34591         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
34592         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
34593         jm_AC_HEADER_INTTYPES_H.
34594         * m4/jm-macros.m4 (jm_MACROS): Likewise.
34595
34596         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
34597
34598         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
34599         Quote first arg of AC_DEFUN.
34600         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
34601         since they are needed to parse the include file even if we need
34602         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
34603         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
34604         but with opposite signedness.
34605
34606 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34607
34608         Merge 'exclude' changes from tar 1.13.22.
34609         This fixes one or two unlikely storage allocation overflow bugs,
34610         but doesn't change user-visible behavior otherwise.
34611
34612 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34613
34614         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
34615         (jm_PREREQ_EXCLUDE): New macro.
34616
34617 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34618
34619         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
34620         tm to be declared.
34621
34622 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34623
34624         * lib/hash.c: Remove '2001' from copyright notice.
34625
34626 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34627
34628         * lib/full-write.h: New file.
34629         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
34630         * lib/full-write.c: Correct credits, as cccp.c no longer
34631         exists and anyway it was so heavily changed from the old cccp
34632         code as to be unrecognizable.  Include full-write.h.
34633         (full_write) Return size_t, with short writes meaning failure.
34634         All callers changed.  This fixes a bug with large buffers
34635         on 64-bit hosts.
34636         * lib/utime.c: Include full-write.h.
34637
34638 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34639
34640         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
34641         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
34642         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
34643         Include if available.
34644         (<xalloc.h>): Include
34645         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
34646         (verify): New macro.  Use it to verify that EXCLUDE macros do not
34647         collide with FNM macros.
34648         (struct patopts): New struct.
34649         (struct exclude): Use it, as exclude patterns now come with options.
34650         (new_exclude): Support above changes.
34651         (new_exclude, add_exclude_file):
34652         Initial size must now be a power of two to simplify overflow checking.
34653         (free_exclude, fnmatch_no_wildcards): New function.
34654         (excluded_filename): No longer requires options arg, as the options
34655         are determined by add_exclude.  Now returns bool, not int.
34656         (excluded_filename, add_exclude):
34657         Add support for the fancy new exclusion options.
34658         (add_exclude, add_exclude_file): Now takes int options arg.
34659         Check for arithmetic overflow when computing sizes.
34660         (add_exclude_file): xrealloc might modify errno, so don't
34661         realloc until after errno might be used.
34662
34663         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
34664         New macros.
34665         (free_exclude): New decl.
34666         (add_exclude, add_exclude_file): Now takes int options arg.
34667         (excluded_filename): No longer requires options arg, as the options
34668         are determined by add_exclude.  Now returns bool, not int.
34669
34670 2001-08-30  Paul Eggert  <eggert@twinsun.com>
34671
34672         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
34673
34674 2001-08-27  Jim Meyering  <meyering@lucent.com>
34675
34676         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
34677
34678         * lib/version-etc.c (N_): Remove definition.
34679         Revert most of last change.
34680         Instead, simply don't mark the `Copyright...' string for translation.
34681         Based on advice from Paul Eggert.
34682
34683         * lib/strtoxmax.c: Tweak comment.
34684
34685 2001-08-26  Jim Meyering  <meyering@lucent.com>
34686
34687         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
34688
34689         * m4/xstrtoimax.m4: New file.
34690         * m4/xstrtoumax.m4: Add comments explaining why we
34691         AC_REPLACE_FUNCS(strtol).
34692
34693 2001-08-26  Jim Meyering  <meyering@lucent.com>
34694
34695         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
34696         of copyright with `%s' so translators don't get an untranslated
34697         message in 2002.
34698         (COPYRIGHT_YEAR): Define.
34699         (version_etc): Use fprintf rather than fputs.
34700         Suggestion from Ulrich Drepper.
34701
34702         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
34703
34704         * lib/strtoll.c: New file, from GNU libc.
34705         * lib/xstrtoimax.c: New file.
34706
34707         * lib/xstrtol.h: Add xstrtoimax.
34708         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
34709         * lib/strtoimax.c: New file.  Likewise, but first define
34710         STRTOUXMAX_SIGNED.
34711
34712         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
34713         ...
34714         * lib/strtoxmax.c: ... then renamed to this.
34715
34716 2001-08-18  Paul Eggert  <eggert@twinsun.com>
34717
34718         * m4/inttypes.m4: Add AC_PREREQ(2.13).
34719         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
34720         (jm_AC_TYPE_INTMAX_T): New macro.
34721         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
34722
34723         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
34724
34725         * m4/longlong.m4: Renamed from ulonglong.m4.
34726         * m4/inttypes.m4: Renamed from inttypes_h.m4.
34727         * m4/uintmax_t.m4: Removed.
34728
34729 2001-08-13  Paul Eggert  <eggert@twinsun.com>
34730
34731         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
34732         Port to Solaris 8, where 'sed' requires a space after the 'r'
34733         command, and where sh dislikes "$/".  Clean up the spacing a bit.
34734         Redirect output to $tmp just once.
34735
34736 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
34737
34738         * lib/addext.c (<errno.h>): Include.
34739         (errno): Declare if not defined.
34740         (addext): Work correctly when pathconf returns -1 and leaves
34741         errno alone because there is no limit.  Also, work even if
34742         pathconf returns a value greater than SIZE_MAX.
34743
34744 2001-08-12  Jim Meyering  <meyering@lucent.com>
34745
34746         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
34747         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
34748         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
34749         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
34750         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
34751         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
34752         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
34753         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
34754         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
34755         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
34756         utime.m4, utimes.m4, xstrtoumax.m4:
34757         Quote the first argument in each use of AC_DEFUN.
34758
34759 2001-08-12  Jim Meyering  <meyering@lucent.com>
34760
34761         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
34762         Simply `return getcwd (NULL, 0);'.
34763         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
34764         Use 1300 as initial value for length, not PATH_MAX.
34765
34766         * lib/pathmax.h: Clean up cpp syntax.
34767
34768 2001-08-12  Jim Meyering  <meyering@lucent.com>
34769
34770         * lib/gettimeofday.c: New file.
34771         * lib/gtod.h: New file.
34772         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
34773
34774 2001-08-05  Jim Meyering  <meyering@lucent.com>
34775
34776         * m4/jm-macros.m4: Require autoconf-2.52.
34777
34778 2001-08-04  Jim Meyering  <meyering@lucent.com>
34779
34780         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
34781         stmt, to get in sync with glibc.
34782
34783 2001-08-03  Paul Eggert  <eggert@twinsun.com>
34784
34785         The following changes are from gettext 0.10.39 as maintained by
34786         Bruno Haible.
34787
34788         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
34789         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
34790         with inverted sense.  All uses changed.
34791
34792         * lib/mbswidth.c: Don't include <limits.h>.
34793         Include <stdlib.h> and <string.h> unconditionally.
34794         (iswcntrl, mbsinit, ISCNTRL): New macros.
34795         (mbsnwidth): Use K&R style function declarations.
34796         Don't bother checking for MB_LEN_MAX == 1, since the compiler
34797         can optimize it when MB_CUR_MAX == 1.
34798         The width of control characters is zero, not 1.
34799
34800 2001-08-03  Paul Eggert  <eggert@twinsun.com>
34801
34802         The following changes are from gettext 0.10.39 as maintained by
34803         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
34804
34805         * m4/codeset.m4: Upgrade to serial AM1.
34806         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
34807         all uses changed.  Quote first arg of AC_DEFUN.
34808         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
34809
34810         * m4/iconv.m4: Upgrade to serial AM2.
34811         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
34812         Add --with-libconv-prefix.
34813         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
34814         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
34815         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
34816         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
34817         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
34818
34819         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
34820         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
34821         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
34822         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
34823         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
34824         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
34825         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
34826         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
34827         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
34828
34829         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
34830         string.h any more.
34831
34832         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
34833         not the default value.
34834
34835         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
34836         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
34837         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
34838         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
34839         Also check for iswcntrl, used for wcwidth fallback.
34840         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
34841         to Autoconf 2.13.
34842
34843 2001-08-03  Jim Meyering  <meyering@lucent.com>
34844
34845         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
34846         as it was in the original.  Reported by Paul Eggert.
34847
34848 2001-07-16  Jim Meyering  <meyering@lucent.com>
34849
34850         * m4/gettimeofday.m4: New file.
34851         Prompted by a report from Bernhard Baehr.
34852
34853 2001-07-15  Jim Meyering  <meyering@lucent.com>
34854
34855         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
34856         stuff. Now it's in ../Makefile.cfg.
34857
34858 2001-07-15  Jim Meyering  <meyering@lucent.com>
34859
34860         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
34861         (BUILT_SOURCES): Add unlocked-io.h.
34862         (io_functions): Define.
34863         (unlocked-io.h): New rule.
34864         (DISTCLEANFILES): Add unlocked-io.h.
34865         (all-local): Depend on unlocked-io.h, to ensure it is created.
34866
34867         * lib/unlocked-io.hin: New file
34868
34869         * lib/regex.c: Update from glibc.
34870
34871 2001-07-05  Jim Meyering  <meyering@lucent.com>
34872
34873         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
34874         recommendation.
34875         (libfetish_a_SOURCES): Put all .h files here instead.
34876         Remove a thus-exposed (better checks in automake) duplicate and
34877         two unnecessary .h files.
34878
34879 2001-07-04  Jim Meyering  <meyering@lucent.com>
34880
34881         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
34882         that generates jm-glibc-io.m4 so that it doesn't trigger any make
34883         distcheck failure.
34884
34885 2001-07-02  Jim Meyering  <meyering@lucent.com>
34886
34887         The following changes were prompted by suggestions from Bruno Haible.
34888
34889         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
34890         is now generated.
34891         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
34892         definition of EXTRA_DIST.
34893         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
34894         ensure that the generated file is created/updated whenever the list
34895         of $(unlocked_functions) is changed.
34896         (jm-glibc-io.m4): New rule.
34897         (unlocked-io.h): New rule -- currently unused.
34898
34899 2001-06-24  Jim Meyering  <meyering@lucent.com>
34900
34901         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
34902         unmatched right bracket, rather than kludging it with an extra,
34903         falsely-matching quote in a comment.  Patch by Akim Demaille.
34904
34905 2001-06-11  Jim Meyering  <meyering@lucent.com>
34906
34907         * lib/regex.c: Update from GNU libc.
34908
34909 2001-05-27  Jim Meyering  <meyering@lucent.com>
34910
34911         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
34912         Check for ut_type in struct utmp.
34913
34914 2001-05-27  Jim Meyering  <meyering@lucent.com>
34915
34916         * lib/readutmp.h (UT_TYPE): Define.
34917
34918 2001-05-24  Jim Meyering  <meyering@lucent.com>
34919
34920         * lib/argmatch.c: Include "quote.h".
34921         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
34922         quote function.  Reported by Göran Uddeborg.
34923
34924 2001-05-22  Jim Meyering  <meyering@lucent.com>
34925
34926         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
34927         now that we use the package-supplied version unconditionally.
34928         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
34929
34930 2001-05-21  Jim Meyering  <meyering@lucent.com>
34931
34932         * m4/regex.m4: Change a couple backticks to single quotes to avoid
34933         shell syntax errors.
34934
34935 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
34936
34937         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
34938
34939 2001-05-20  Paul Eggert  <eggert@twinsun.com>
34940
34941         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
34942         Don't bother to check library strftime, since
34943         we'll be using our own my_strftime function anyway.
34944         Define my_strftime instead of strftime.
34945
34946 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
34947
34948         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
34949         which is not yet declared.
34950
34951 2001-05-15  Jim Meyering  <meyering@lucent.com>
34952
34953         * m4/regex.m4: Use proper quoting so brackets appear in the test
34954         program.
34955         Reported by, and with help from, Bruno Haible.
34956
34957 2001-05-13  Jim Meyering  <meyering@lucent.com>
34958
34959         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
34960         undefined.
34961
34962 2001-05-11  Paul Eggert  <eggert@twinsun.com>
34963
34964         dirname code cleanup.  base_name now behaves more compatibly
34965         with POSIX basename when given file names that have trailing
34966         slashes, and similarly for dir_name.  Add new primitives
34967         base_len and dir_len.  Put the directory-name-related decls
34968         into dirname.h.
34969
34970         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
34971         * lib/backupfile.c (base_name): Likewise.
34972         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
34973         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
34974         * lib/makepath.c (strip_trailing_slashes): Likewise.
34975         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
34976         ISSLASH): Likewise.
34977         * lib/rename.c (strip_trailing_slashes): Likewise.
34978         * lib/same.c (base_name): Likewise.
34979         * lib/stripslash.c (ISSLASH): Likewise.
34980
34981         * lib/addext.c: Include <dirname.h> after size_t is defined.
34982         * lib/backupfile.c: Likewise.
34983
34984         * lib/addext.c (addext): Use base_len to trim redundant
34985         trailing slashes instead of doing it ourselves.
34986         But do not trim the last slash if it is not redundant.
34987
34988         * lib/backupfile.c (find_backup_file_name,
34989         max_backup_version): Use base_len instead of rolling it ourselves.
34990         Handle the case of "" and (on DOS) "C:" correctly.
34991
34992         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
34993         needed. Include <string.h>, <dirname.h>.
34994         (base_name): Allow file names ending in slashes, other than names
34995         that are all slashes.  In this case, return the basename followed
34996         by the slashes.  This is more general, and can be used in places
34997         where the original base_name purposely had an assertion failure.
34998         (base_len): New function.
34999
35000         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
35001         Do not include <assert.h>; no longer needed.
35002         Include xalloc.h.
35003         (memrchr): Remove decl.
35004         (dir_name_r): Remove.
35005         (dir_len): Renamed from dirlen.  All callers changed.
35006         Rewrite in terms of base_name, for simplicity and consistency.
35007         (dir_name): Never return NULL.  All callers changed.
35008         Do not include <stdlib.h> in test program; no longer needed.
35009         return 0; is fine for test program.
35010
35011         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
35012         New macros.
35013         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
35014
35015         * lib/path-concat.c (path_concat): Use base_len to compute
35016         base length, not strlen; this means we cannot rely on memcpy
35017         to null-terminate.
35018
35019         * lib/same.c (STREQ): Remove.
35020         (same_name): Handle the case where the basename ends in trailing '/'.
35021
35022         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
35023         a slash was stripped.  Do not strip the last slash after a
35024         file system prefix.
35025
35026 2001-05-11  Paul Eggert  <eggert@twinsun.com>
35027
35028         * lib/Makefile.am (libfetish_a_SOURCES):
35029         Add strftime.c, since we now compile it on all hosts.
35030
35031         * lib/strftime.c (my_strftime):
35032         Define to nstrftime if emacs, but only if my_strftime is not defined.
35033         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
35034         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
35035         Add one more extra argument: a nanoseconds value.
35036         All uses changed.
35037         (ns): New macro.
35038         (my_strftime function): Add %N format.
35039         (emacs_strftimeu): Renamed from emacs_strftime,
35040         with extra ut argument.
35041
35042 2001-05-09  Paul Eggert  <eggert@twinsun.com>
35043
35044         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
35045
35046 2001-04-21  Jim Meyering  <meyering@lucent.com>
35047
35048         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
35049         doesn't interfere.
35050
35051 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
35052
35053         * m4/ftruncate.m4: Check for chsize.
35054         Link with ftruncate.o unconditionally if ftruncate is missing.
35055         This was required when cross-compiling to i586-mingw32msvc.
35056
35057 2001-04-08  Jim Meyering  <meyering@lucent.com>
35058
35059         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
35060         recomputed; that's necessary when the offset spans a DST transition.
35061         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
35062
35063 2001-04-02  Jim Meyering  <meyering@lucent.com>
35064
35065         * lib/regex.h, regex.c: Update from GNU libc.
35066
35067 2001-03-24  Jim Meyering  <meyering@lucent.com>
35068
35069         * m4/jm-macros.m4: Require autoconf-2.49d.
35070
35071 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
35072
35073         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
35074
35075 2001-03-19  Paul Eggert  <eggert@twinsun.com>
35076
35077         * lib/version-etc.c (version_etc_copyright): Update to 2001.
35078
35079 2001-03-17  Jim Meyering  <meyering@lucent.com>
35080
35081         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
35082         now that the version in autoconf is equivalent.
35083         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
35084
35085         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
35086         Suggestion from Akim Demaille.
35087
35088         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
35089         (jm_PREREQ_TEMPNAME): New function.
35090
35091 2001-03-16  Paul Eggert  <eggert@twinsun.com>
35092
35093         * lib/tempname.c (uint64_t): Define to uintmax_t if
35094         not defined, and if UINT64_MAX is not defined.
35095         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
35096         Reported by John David Anglin.
35097
35098 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
35099
35100         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
35101         resolve alias if codeset is empty.
35102         * lib/config.charset (BeOS): Use wildcard syntax.
35103
35104 2001-03-13  Jim Meyering  <meyering@lucent.com>
35105
35106         * lib/path-concat.c (path_concat)
35107         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
35108         concatenating e.g., `C:' and `foo'.
35109         From Bruno Haible.
35110
35111 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
35112
35113         * lib/localcharset.c (locale_charset): Don't use
35114         setlocale(LC_CTYPE,NULL). Don't return NULL.
35115         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
35116
35117 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
35118
35119         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
35120         support for DOS/DJGPP.
35121
35122 2001-03-01  Paul Eggert  <eggert@twinsun.com>
35123
35124         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
35125         lacks mkstemp.  Compile our own tempname.c if we compile our own
35126         mkstemp.c, as mkstemp relies on tempname.
35127
35128 2001-03-01  Jim Meyering  <meyering@lucent.com>
35129
35130         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
35131         AH_VERBATIM really does output its argument verbatim.
35132
35133 2001-02-28  Paul Eggert  <eggert@twinsun.com>
35134
35135         * lib/Makefile.am (libfetish_a_SOURCES):
35136         Add dup-safer.c, fopen-safer.c.
35137         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
35138
35139         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
35140         * lib/unistd-safer.h: New files.
35141
35142 2001-02-25  Paul Eggert  <eggert@twinsun.com>
35143
35144         The mkstemp replacement is taken from glibc 2.2.2, with some
35145         portability fixes for use outside glibc, as follows:
35146
35147         * lib/tempname.c (struct_stat64): New macro.
35148         (direxists, __gen_tempname): Use it.
35149         This avoids a portability problem with Solaris 8.
35150
35151         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
35152         (<stddef.h>, <stdint.h>, <string.h>):
35153         Include only if STDC_HEADERS || _LIBC.
35154         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
35155         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
35156         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
35157         (__set_errno): Define this macro if <errno.h> doesn't.
35158         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
35159         Define these macros if <stdio.h> doesn't.
35160         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
35161         Define these macros if <sys/stat.h>
35162         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
35163         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
35164         __xstat64): Define if not _LIBC.
35165         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
35166         (__gen_tempname): Invoke gettimeofday only if
35167         HAVE_GETTIMEOFDAY || _LIBC;
35168         otherwise, fall back on plain "time".
35169         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
35170
35171         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
35172
35173         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
35174
35175 2001-02-18  Paul Eggert  <eggert@twinsun.com>
35176
35177         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
35178
35179 2001-02-17  Paul Eggert  <eggert@twinsun.com>
35180
35181         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
35182         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
35183         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
35184         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35185
35186 2001-02-17  Paul Eggert  <eggert@twinsun.com>
35187
35188         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
35189         Remove workaround macros for hosts that have mbrtowc but not
35190         mbstate_t, as we now insist on proper declarations for both
35191         before using mbrtowc.
35192
35193 2001-02-17  Jim Meyering  <meyering@lucent.com>
35194
35195         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
35196         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
35197         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
35198         UnixWare 7.1.1.
35199
35200         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
35201         rather than AC_CACHE_VAL.
35202
35203 2001-02-17  Jim Meyering  <meyering@lucent.com>
35204
35205         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
35206         around included file name.
35207
35208         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
35209
35210         * lib/strftime.c: Update from GNU libc (the only changes were to
35211         comments).
35212
35213 2001-02-17  Jim Meyering  <meyering@lucent.com>
35214
35215         * lib/regex.c: Update from libc.
35216
35217 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
35218
35219         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
35220         clash.
35221
35222 2001-02-16  Paul Eggert  <eggert@twinsun.com>
35223
35224         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
35225         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
35226         Reported by Mark Hounschell via Paul Eggert.
35227
35228 2001-02-07  Jim Meyering  <meyering@lucent.com>
35229
35230         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
35231
35232 2001-02-05  Jim Meyering  <meyering@lucent.com>
35233
35234         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
35235         it includes the patch required for `large file' support with at least
35236         HP-UX's 10.20 /bin/cc.
35237
35238 2001-02-03  Jim Meyering  <meyering@lucent.com>
35239
35240         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
35241         AS_IF, now that it works once again (mysteriously).
35242         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
35243
35244 2001-01-30  Jim Meyering  <meyering@lucent.com>
35245
35246         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
35247         * m4/chown.m4: Rename conftestchown to conftest.chown.
35248         * m4/rename.m4: s/conftestdir/conftest.d1/ and
35249         s/conftestdir2/conftest.d2/.
35250         * m4/utimes.m4: s/conftestdata/conftest.data/
35251         Inspired by Pavel Roskin's change in autoconf.
35252
35253 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
35254
35255         * lib/config.charset: Update for FreeBSD 4.2.
35256
35257 2001-01-27  Jim Meyering  <meyering@lucent.com>
35258
35259         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
35260         a use of AS_IF.
35261         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
35262
35263 2001-01-26  Jim Meyering  <meyering@lucent.com>
35264
35265         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
35266         quotearg.c includes it.
35267
35268 2001-01-26  Jim Meyering  <meyering@lucent.com>
35269
35270         * lib/quotearg.c: Include stddef.h.
35271         * lib/quote.c: Include stddef.h.
35272         Reported by Axel Kittenberger.
35273
35274         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
35275         line in double quotes so that it evokes a better diagnostic.
35276         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
35277         Reported by Axel Kittenberger.
35278
35279 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
35280
35281         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
35282         as if it was a `charset'.
35283
35284 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
35285
35286         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
35287         has const.
35288
35289 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
35290
35291         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
35292         to avoid a warning.  Add back 'const' to inptr.
35293
35294 2001-01-20  Jim Meyering  <meyering@lucent.com>
35295
35296         Be sure that headers are checked before used in code compiled
35297         for the type checks.
35298         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
35299         In place of that, invoke jm_CHECK_ALL_TYPES.
35300         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
35301         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
35302         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
35303         The check for ssize_t was mistakenly run before the test for unistd.h.
35304
35305         The configure-time check for stdbool.h was missing.
35306         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
35307         (jm_PREREQ_HASH): New function.
35308
35309 2001-01-17  Jim Meyering  <meyering@lucent.com>
35310
35311         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
35312         for autoconf-2.49c.
35313         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
35314
35315 2001-01-16  Jim Meyering  <meyering@lucent.com>
35316
35317         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
35318         From Bruno Haible.
35319
35320 2001-01-14  Jim Meyering  <meyering@lucent.com>
35321
35322         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
35323         foo and bar.  Create conftestdir/ in the script, not in the C code.
35324         Remove directories in the script, not in the C code.
35325         Remove conftestdir{,2} before trying to create the directory.
35326         Make the entire configure script fail if the mkdir fails.
35327
35328 2001-01-14  Jim Meyering  <meyering@lucent.com>
35329
35330         * lib/rename.c: New file.  From Volker Borchert.
35331         Include stdlib.h, string.h or strings.h, and xalloc.h.
35332         Use strip_trailing_slashes rather than open-coding it.
35333
35334 2001-01-03  Paul Eggert  <eggert@twinsun.com>
35335
35336         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
35337
35338 2001-01-03  Jim Meyering  <meyering@lucent.com>
35339
35340         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
35341         of local `inptr' to avoid warning with some system declarations of
35342         iconv.
35343
35344 2001-01-02  Volker Borchert  <bt@teknon.de>
35345
35346         * m4/rename.m4: New file.
35347         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
35348
35349 2001-01-01  Jim Meyering  <meyering@lucent.com>
35350
35351         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
35352         even on systems with utmpx.h.  It's necessary for the declaration of
35353         utmp's ut_user member.  Reported by Andreas Jaeger.
35354
35355         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
35356         available. They are required for the declarations of getgrgid and
35357         getpwuid resp.
35358         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
35359         Reported by Andreas Jaeger.
35360
35361 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
35362
35363         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
35364         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
35365         so `make install' also works in VPATH builds.
35366
35367 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
35368
35369         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
35370         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
35371         can be used in subdirectories.
35372
35373 2000-12-29  Paul Eggert  <eggert@twinsun.com>
35374
35375         * lib/modechange.c: Do not assume that mode_t uses the
35376         traditional octal encoding.  E.g. "chmod 1 FOO" should set
35377         the other-execute bit of FOO even if S_IXOTH != 1.
35378
35379         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
35380         WOTH, XOTH, ALLM): New macros.
35381         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
35382          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
35383         Use them.
35384         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
35385         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
35386         (mode_compile):
35387         No need to use uintmax_t; unsigned long is long enough.
35388         Don't bother to get suffix since we don't use it.
35389
35390 2000-12-26  Jim Meyering  <meyering@lucent.com>
35391
35392         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
35393         better with autoheader.
35394
35395 2000-12-24  Jim Meyering  <meyering@lucent.com>
35396
35397         * lib/hash.c (is_prime): Return explicit boolean values.
35398         (hash_get_first): Return NULL to appease Irix5.6's 89.
35399         Reported by Nelson Beebe.
35400
35401 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
35402
35403         * lib/localcharset.c (locale_charset): Add support for Win32.
35404
35405 2000-12-18  Paul Eggert  <eggert@twinsun.com>
35406
35407         * lib/physmem.h, lib/physmem.c: New files.
35408
35409         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
35410         (noinst_HEADERS): Add physmem.h.
35411
35412         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
35413         't' for compatibility with Solaris 8 sort.
35414
35415 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
35416
35417         * lib/config.charset: Add support for BeOS.
35418
35419 2000-12-17  Jim Meyering  <meyering@lucent.com>
35420
35421         * m4/dos.m4 (jm_AC_DOS): New file and macro.
35422         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
35423
35424 2000-12-16  Jim Meyering  <meyering@lucent.com>
35425
35426         This bug had a serious impact on chown: `chown N:M FILE' (for integer
35427         N and M) would have treated it like `chown N:N FILE'.
35428
35429         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
35430
35431 2000-12-16  Jim Meyering  <meyering@lucent.com>
35432
35433         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
35434         SHELLS_FILE to a file name that's useful on djgpp systems.
35435         Include stdlib.h.
35436         (ADDITIONAL_DEFAULT_SHELLS): Define.
35437         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
35438         Based mostly on a patch from Prashant TR.
35439
35440 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
35441
35442         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
35443         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
35444         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
35445
35446 2000-12-08  Andreas Schwab  <schwab@suse.de>
35447
35448         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
35449         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
35450
35451 2000-12-07  Jim Meyering  <meyering@lucent.com>
35452
35453         * lib/stripslash.c (ISSLASH): Define.
35454         (strip_trailing_slashes): Use ISSLASH rather than comparing against
35455         `/'.
35456         From Prashant TR.
35457
35458         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
35459         (dir_name_r): Declare this function as static.
35460         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
35461         manifest itself on a name containing a mix of slashes and
35462         backslashes.
35463         Make this function work with names starting with a DOS-style
35464         drive letter and colon prefix.
35465         (dir_name): Append `.' if necessary.
35466         Based mostly on patches from Prashant TR and Eli Zaretskii.
35467
35468         * lib/dirname.h (dir_name_r): Remove prototype.
35469
35470 2000-12-06  Paul Eggert  <eggert@twinsun.com>
35471
35472         * m4/off_t-format.m4: Remove this file.
35473         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
35474
35475 2000-12-06  Jim Meyering  <meyering@lucent.com>
35476
35477         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
35478         replacement strtoull, we may well need the replacement strtoul, too.
35479         Check for declarations of strtoul and strtoull.
35480         Check for strtol.  Mainly as a cue to cause automake to include
35481         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
35482         Check for limits.h -- strtol.c needs it.
35483
35484 2000-12-05  Jim Meyering  <meyering@lucent.com>
35485
35486         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
35487
35488 2000-12-04  Jim Meyering  <meyering@lucent.com>
35489
35490         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
35491         Also include memory.h, stdlib.h, unistd.h if appropriate.
35492         Reported by Andreas Jaeger (conflicting declaration of malloc).
35493
35494 2000-12-02  Jim Meyering  <meyering@lucent.com>
35495
35496         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
35497         * m4/jm-macros.m4 (jm_MACROS): require it.
35498
35499 2000-12-02  Jim Meyering  <meyering@lucent.com>
35500
35501         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
35502
35503 2000-12-01  Paul Eggert  <eggert@twinsun.com>
35504
35505         * lib/memrchr.c: Include <config.h> before any system include file.
35506
35507 2000-11-30  Jim Meyering  <meyering@lucent.com>
35508
35509         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
35510
35511 2000-11-30  Jim Meyering  <meyering@lucent.com>
35512
35513         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
35514
35515 2000-11-29  Paul Eggert  <eggert@twinsun.com>
35516
35517         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
35518
35519 2000-11-26  Jim Meyering  <meyering@lucent.com>
35520
35521         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
35522
35523 2000-11-22  Paul Eggert  <eggert@twinsun.com>
35524
35525         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
35526         size of (size_t) -1; it's not portable.
35527
35528 2000-11-17  Jim Meyering  <meyering@lucent.com>
35529
35530         * lib/strstr.c: Update from GNU libc.
35531
35532 2000-11-17  Akim Demaille  <akim@epita.fr>
35533
35534         * lib/obstack.h: Formatting changes.
35535         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
35536         prevent type checking.
35537         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
35538         cast the value to (void *): assigning a `foo *' to a `void *'
35539         variable is valid.
35540         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
35541
35542 2000-11-16  Jim Meyering  <meyering@lucent.com>
35543
35544         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
35545
35546 2000-11-11  Jim Meyering  <meyering@lucent.com>
35547
35548         * lib/error.c: Add a couple #includes, merging from GNU libc version.
35549
35550 2000-11-10  Jim Meyering  <meyering@lucent.com>
35551
35552         * lib/obstack.h: Update from GNU libc.
35553         * lib/obstack.c: Likewise.
35554
35555 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
35556
35557         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
35558
35559 2000-11-06  Paul Eggert  <eggert@twinsun.com>
35560
35561         * lib/getusershell.c (setusershell): Use rewind rather than
35562         fseek/fseeko, to avoid configuration hassles with fseeko.
35563         Don't bother opening SHELLS_FILE if shellstream is NULL;
35564         it's not necessary.
35565
35566 2000-11-05  Jim Meyering  <meyering@lucent.com>
35567
35568         * lib/makepath.h (make_dir): Declare.
35569         * lib/makepath.c (make_dir): Remove `static' attribute.
35570         Tweak a comment.
35571
35572 2000-11-04  Jim Meyering  <meyering@lucent.com>
35573
35574         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
35575
35576 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
35577
35578         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
35579         last one in a bucket, advance to the next bucket.
35580
35581 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
35582
35583         * lib/fnmatch.c: Do not comment out all the code if we are using
35584         the GNU C library, because in some cases we are replacing buggy
35585         code in the GNU C library itself.
35586
35587 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
35588
35589         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
35590         (regex_compile): Catch bogus \(\1\).
35591
35592 2000-10-30  Paul Eggert  <eggert@twinsun.com>
35593
35594         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
35595         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
35596         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
35597
35598 2000-10-30  Paul Eggert  <eggert@twinsun.com>
35599
35600         * lib/error.h, getline.h, modechange.h:
35601         Remove "2000" from Copyright line, as the file hasn't been
35602         changed this year other than in the copyright notice.
35603
35604         * lib/xalloc.h: Add "2000" to Copyright line, as this file
35605         was changed this year.
35606
35607 2000-10-29  Jim Meyering  <meyering@lucent.com>
35608
35609         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
35610         renaming.
35611         * m4/ls-mntd-fs.m4: Likewise
35612
35613 2000-10-29  Jim Meyering  <meyering@lucent.com>
35614
35615         * lib/xstat.in: Fix grammar in comment.
35616
35617 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
35618
35619         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
35620         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
35621         doesn't define __restrict_arr.
35622
35623 2000-10-28  Jim Meyering  <meyering@lucent.com>
35624
35625         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
35626         (jm_PREREQ_MEMCHR): New function.
35627
35628 2000-10-28  Jim Meyering  <meyering@lucent.com>
35629
35630         * lib/memchr.c: Update from libc.
35631         Adjust for portability:
35632         [HAVE_STDLIB_H]: Include stdlib.h.
35633         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
35634         Undef __memchr, too.
35635         [!weak_alias]: Define __memchr to memchr.
35636
35637         * lib/regex.c: Update from libc.
35638         * lib/regex.h: Likewise.
35639         * lib/getopt1.c: Likewise.
35640         * lib/memcmp.c: Likewise.
35641
35642         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
35643         Avoid using fseek, when possible -- it's broken by design.
35644         Patch by Ulrich Drepper.
35645
35646 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
35647
35648         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
35649         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
35650         Giving in to popular pressure to shut up the compiler with casts.
35651
35652 2000-10-26  Jim Meyering  <meyering@lucent.com>
35653
35654         * lib/strftime.c: Update from libc.
35655
35656 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
35657
35658         * regex.c: More `unsigned char' -> `re_char' changes.
35659         Also change several `int' into `re_wchar_t'.
35660         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
35661         (PUSH_FAILURE_POINTER): Don't cast any more.
35662         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
35663         We want GCC to complain, since this piece of code makes
35664         re_match non-reentrant, which *should* be fixed.
35665         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
35666         (EXTEND_BUFFER): Use RETALLOC.
35667         (SET_LIST_BIT): Don't cast.
35668         (re_wchar_t): New type.
35669         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
35670         that those two functions will always properly return.
35671         (IMMEDIATE_QUIT_CHECK): Cast to void.
35672         (analyse_first): Use recursion rather than an explicit stack.
35673         (re_compile_fastmap): Can't fail anymore.
35674         (re_search_2): Don't check re_compile_fastmap for failure.
35675         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
35676         Now also sets the new value (passed in a new argument).
35677         (re_match_2_internal): Use it.
35678         Also, use a new var `reg' of type size_t when looping through regs
35679         rather than reuse the inappropriate `mcnt'.
35680
35681 2000-10-25  Jim Meyering  <meyering@lucent.com>
35682
35683         * lib/obstack.c: Update from libc.
35684
35685 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
35686
35687         * regex.c (regex_compile): Change the way of handling a range from
35688         a char less than 256 to a char not less than 256.
35689
35690 2000-10-24  Andrew Innes  <andrewi@gnu.org>
35691
35692         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
35693         NT-Emacs only.
35694         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
35695         so that re_search functions only quit when callers expect them to.
35696
35697 2000-10-23  Jim Meyering  <meyering@lucent.com>
35698
35699         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
35700         wrong.  That set_locale call must not have any side effects.
35701         From Paul Eggert.
35702
35703 2000-10-22  Jim Meyering  <meyering@lucent.com>
35704
35705         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
35706         [CYCLIC]: Remove now-unused definition.
35707
35708         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
35709         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
35710         Suggestion from Ulrich Drepper.
35711
35712 2000-10-21  Jim Meyering  <meyering@lucent.com>
35713
35714         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
35715         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
35716         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
35717
35718 2000-10-21  Jim Meyering  <meyering@lucent.com>
35719
35720         * lib/dirname.c (memrchr): Declare if necessary.
35721         (dir_name): Remove the restriction that there be no
35722         trailing slashes.  Now, this code skips past them, effectively
35723         ignoring them.
35724         [TEST_DIRNAME] (main): New unit tests.
35725
35726         * lib/memrchr.c: New file from GNU libc.
35727         Undef __memrchr, too.
35728         [!weak_alias]: Define __memrchr to memrchr.
35729         Guard weak_alias use with `#ifdef weak_alias'.
35730
35731 2000-10-21  Jim Meyering  <meyering@lucent.com>
35732
35733         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
35734         (dir_name): Use dir_name_r.
35735         * lib/dirname.h (dir_name_r): Declare it.
35736
35737 2000-10-17  Jim Meyering  <meyering@lucent.com>
35738
35739         * lib/quote.h (PARAMS): Define and use.
35740         Reported by Akim Demaille.
35741
35742         * lib/getopt.c: Update from libc.
35743
35744 2000-10-16  Jim Meyering  <meyering@lucent.com>
35745
35746         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
35747         setlocale.
35748         From Jan Fedak.
35749
35750 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
35751
35752         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
35753
35754 2000-09-25  Jim Meyering  <meyering@lucent.com>
35755
35756         * lib/md5.h (rol): Define (from GnuPG).
35757
35758         * lib/sha.c: Give credit (GnuPG) where due.
35759         (M): Use rol rather than open-coding it.
35760         Add a FIXME comment.
35761
35762 2000-09-21  Jim Meyering  <meyering@lucent.com>
35763
35764         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
35765         Reported by Michael Stone.
35766
35767 2000-09-20  Jim Meyering  <meyering@lucent.com>
35768
35769         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
35770         (noinst_HEADERS): Add sha.h.
35771         Based on code from Scott G. Miller and from GnuPG.
35772
35773 2000-09-18  Jim Meyering  <meyering@lucent.com>
35774
35775         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
35776         LIBS. Otherwise, everyone ends up linking with -lelf for some
35777         configurations.
35778         Reported by Mike Stone.
35779
35780 2000-09-15  Jim Meyering  <meyering@lucent.com>
35781
35782         * lib/regex.c: Update from libc.
35783
35784 2000-09-10  Jim Meyering  <meyering@lucent.com>
35785
35786         * lib/getopt.c (_getopt_internal): Update from glibc.
35787
35788 2000-09-09  Jim Meyering  <meyering@lucent.com>
35789
35790         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
35791         think it should be used as a general replacement for isascii.
35792         * lib/fnmatch.c: Likewise.
35793         * lib/mbswidth.c: Likewise
35794         * lib/regex.c: Likewise.
35795
35796         Don't use atoi.
35797         * lib/userspec.c: Include sys/param.h and limits.h.
35798         Include xstrtol.h.
35799         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
35800         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
35801         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
35802         UID, GID.  Check range.
35803
35804 2000-09-06  Jim Meyering  <meyering@lucent.com>
35805
35806         * lib/getopt.c (_getopt_internal): Update from glibc.
35807
35808 2000-08-30  Jim Meyering  <meyering@lucent.com>
35809
35810         * lib/strftime.c: Merge in changes from GNU libc.
35811
35812 2000-08-26  Jim Meyering  <meyering@lucent.com>
35813
35814         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
35815         * m4/fpending.m4: New file.
35816
35817 2000-08-26  Jim Meyering  <meyering@lucent.com>
35818
35819         * lib/closeout.c: Include "__fpending.h".
35820         (close_stdout_status): Return right away if there's nothing to flush.
35821
35822         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
35823         * lib/__fpending.c: New file.
35824         * lib/__fpending.h: New file.
35825
35826 2000-08-20  Jim Meyering  <meyering@lucent.com>
35827
35828         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
35829         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
35830         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
35831
35832 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
35833
35834         Improve fileutils installation on systems where running
35835         programs (like install) can't be unlinked.
35836         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
35837         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
35838
35839 2000-08-07  Paul Eggert  <eggert@twinsun.com>
35840
35841         Standardize on "memory exhausted" instead of "Memory exhausted"
35842         or "virtual memory exhausted".
35843         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
35844         "virtual memory exhausted".
35845         * lib/same.c (same_name): Invoke xalloc_die instead of printing
35846         our own message.
35847         * lib/userspec.c (parse_user_spec): Likewise.
35848         * lib/bumpalloc.h: comment fix
35849         * lib/same.c, userspec.c: Include xalloc.h.
35850
35851         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
35852         not char *const and pointing to a constant array.
35853         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
35854         (xrealloc): Comment fix.
35855
35856         * lib/userspec.c (parse_user_spec):
35857         Don't translate a message until just before returning,
35858         to avoid unnecessary translation.
35859
35860 2000-08-07  Jim Meyering  <meyering@lucent.com>
35861
35862         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
35863         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
35864         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
35865         getgroups.c, gethostname.c, getopt.h, group-member.c,
35866         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
35867         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
35868         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
35869         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
35870         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
35871         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
35872         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
35873         yesno.c: Back out Copyright date changes for each file with no change
35874         this year.  This eases coordination with other programs using the same
35875         source code modules.  From Paul Eggert.
35876
35877 2000-08-06  Paul Eggert  <eggert@twinsun.com>
35878
35879         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
35880         not char, for compatibility with glibc 2.1.3 strftime.c.
35881
35882 2000-08-03  Greg McGary  <greg@mcgary.org>
35883
35884         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
35885         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
35886         (EXTEND_BUFFER): Use them.
35887
35888 2000-08-01  Jim Meyering  <meyering@lucent.com>
35889
35890         * lib/dirname.c (ISSLASH): Define.
35891         (BACKSLASH_IS_PATH_SEPARATOR): Define.
35892         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
35893         both `\' and `/' may be use as path separators.
35894         Based on a patch from Prashant TR.
35895
35896 2000-07-31  Paul Eggert  <eggert@twinsun.com>
35897
35898         * lib/quotearg.c (quotearg_n_options): Don't make the initial
35899         slot vector a constant, since it might get modified.
35900
35901 2000-07-31  Jim Meyering  <meyering@lucent.com>
35902
35903         * lib/xmalloc.c: Use `virtual memory exhausted', not
35904         `Memory exhausted'.
35905         * lib/obstack.c (print_and_abort): Likewise.
35906
35907 2000-07-30  Paul Eggert  <eggert@twinsun.com>
35908
35909         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
35910         buffer, so that the caller can always quote one small
35911         component of a "memory exhausted" message in slot 0.
35912         From a suggestion by Jim Meyering.
35913
35914 2000-07-30  Jim Meyering  <meyering@lucent.com>
35915
35916         * lib/makepath.c (make_path): Quote the other instance, too.
35917
35918         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
35919         (STATIC_BUF_SIZE): Define.
35920         (quotearg_n_options): Use only statically allocated storage when
35921         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
35922         than STATIC_BUF_SIZE.
35923
35924 2000-07-29  Jim Meyering  <meyering@lucent.com>
35925
35926         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
35927         * lib/dirname.c (dir_name): Likewise.
35928
35929         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
35930         `/'.
35931
35932         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
35933         (dir_name): Assert that there are no trailing slashes.
35934
35935 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
35936
35937         * lib/mbswidth.h (mbswidth): Add a flags argument.
35938         (mbswidth): New declaration.
35939         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
35940         * lib/mbswidth.c (mbswidth): Add a flags argument.
35941         (mbsnwidth): New function.
35942
35943 2000-07-24  Jim Meyering  <meyering@lucent.com>
35944
35945         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
35946
35947 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35948
35949         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
35950
35951 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35952
35953         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
35954         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
35955         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
35956         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
35957         invoke multibyte primitives.
35958
35959 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35960
35961         * lib/quotearg.c:
35962         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
35963         so that mbstate_t is always defined.
35964
35965         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
35966         be 1 in at least one GCC installation, and this configuration
35967         error is likely to be common.  Ignoring MB_LEN_MAX hurts
35968         performance on hosts that have mbrtowc but have only unibyte
35969         locales, but I assume these hosts are rare.
35970
35971 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35972
35973         * lib/mbswidth.c (_XOPEN_SOURCE):
35974         Don't define; this causes problems on Solaris 7.
35975         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
35976
35977 2000-07-23  Jim Meyering  <meyering@lucent.com>
35978
35979         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
35980         too: getgrgid, getpwuid, getuid.
35981
35982 2000-07-23  Jim Meyering  <meyering@lucent.com>
35983
35984         * lib/basename.c (base_name): Add an assertion.
35985
35986 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
35987
35988         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
35989         shadow its mbsinit function.
35990
35991 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
35992
35993         * lib/mbswidth.h: New file.
35994         * lib/mbswidth.c: New file.
35995         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
35996         (noinst_HEADERS): Add mbswidth.h.
35997
35998 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
35999
36000         * lib/config.charset: Add support for FreeBSD. Improve support for
36001         HP-UX and IRIX 6.
36002
36003 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
36004
36005         * m4/mbswidth.m4: New file.
36006         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
36007
36008 2000-07-15  Jim Meyering  <meyering@lucent.com>
36009
36010         * lib/makepath.c: Include quote.h.
36011         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
36012         corresponding argument in a `quote (...)' call.
36013         Give better diagnostics.
36014
36015         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
36016         (noinst_HEADERS): Add quote.h.
36017
36018         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
36019         from tar's src/misc.c.
36020         * lib/quote.h: New file.  Prototypes for same.
36021
36022 2000-07-14  Paul Eggert  <eggert@twinsun.com>
36023
36024         From a suggestion by Bruno Haible.
36025         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
36026         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
36027         to decide whether to define the BeOS workaround macro;
36028         this adjusts to the change to AC_MBSTATE_T.
36029
36030 2000-07-14  Jim Meyering  <meyering@lucent.com>
36031
36032         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
36033         jm_AC_TYPE_UINTMAX_T.
36034
36035 2000-07-13  Paul Eggert  <eggert@twinsun.com>
36036
36037         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
36038
36039         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
36040         quotearg_buffer_restyled): Add support for
36041         clocale_quoting_style.  Undo previous change to
36042         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
36043         and "{RIGHT QUOTATION MARK}" msgids.
36044
36045 2000-07-10  Paul Eggert  <eggert@twinsun.com>
36046
36047         From a suggestion by Bruno Haible.
36048         * m4/mbstate_t.m4 (AC_MBSTATE_T):
36049         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
36050         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
36051         and mbstate_t, to a single-part test that simply defines mbstate_t.
36052         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
36053         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
36054
36055 2000-07-10  Jim Meyering  <meyering@lucent.com>
36056
36057         * m4/strerror_r.m4: Mirror the correction made in autoconf.
36058
36059         * m4/gnu-source.m4: Output to confdefs.h directly.
36060         Suggestion from Akim Demaille.
36061
36062 2000-07-09  Paul Eggert  <eggert@twinsun.com>
36063
36064         The old behavior of quoting `like this' doesn't look good with
36065         newer, ISO-style fonts.  See:
36066         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
36067
36068         Instead, quote "like this" by default.  Let the translator
36069         tailor the locale-specific quoting behavior by providing
36070         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
36071
36072         * lib/quotearg.c (N_): New macro.
36073         (gettext_default): New function.
36074         (quotearg_buffer_restyled): Use
36075         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
36076         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
36077
36078 2000-07-09  Jim Meyering  <meyering@lucent.com>
36079
36080         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
36081         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
36082
36083         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
36084         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
36085
36086 2000-07-09  Jim Meyering  <meyering@lucent.com>
36087
36088         * lib/Most files: Update copyright dates to include 2000.
36089
36090 2000-07-08  Jim Meyering  <meyering@lucent.com>
36091
36092         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
36093         if not defined.
36094         (xgethostname): Remove now-unnecessary #ifdef.
36095         Move declaration of `err' into loop where it's used.
36096
36097 2000-07-05  Paul Eggert  <eggert@twinsun.com>
36098         and Bruno Haible  <haible@clisp.cons.org>
36099
36100         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
36101         only if the test for an object-type mbstate_t fails.  This
36102         prevents us from mistakenly reporting that mbstate_t is a
36103         system object type after we "#define mbstate_t int" to work
36104         around its lack.
36105
36106 2000-07-05  Paul Eggert  <eggert@twinsun.com>
36107         and Bruno Haible  <haible@clisp.cons.org>
36108
36109         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
36110
36111 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
36112
36113         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
36114         to strerror_r.
36115         Include <ctype.h> for use of isalpha.
36116
36117 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
36118
36119         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
36120         by allocating a larger buffer. Test the gethostname return value for
36121         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
36122         returns an error and ENAMETOOLONG isn't defined.
36123
36124 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
36125
36126         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
36127         dimension.
36128
36129 2000-07-04  Jim Meyering  <meyering@lucent.com>
36130
36131         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
36132         of the deprecated AC_CHECKING.
36133
36134 2000-07-04  Jim Meyering  <meyering@lucent.com>
36135
36136         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
36137         Reported by Bruno Haible.
36138
36139 2000-07-04  Jim Meyering  <meyering@lucent.com>
36140
36141         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
36142         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
36143         lacks mbrtowc.
36144
36145 2000-07-03  Paul Eggert  <eggert@twinsun.com>
36146
36147         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
36148         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
36149
36150 2000-07-03  Paul Eggert  <eggert@twinsun.com>
36151         and Bruno Haible  <haible@clisp.cons.org>
36152
36153         * lib/quotearg.c (mbrtowc):
36154         Assign to *pwc, and return 1 only if result is nonzero.
36155         (iswprint): Use ISPRINT when substituting our own mbrtowc.
36156
36157 2000-07-03  Jim Meyering  <meyering@lucent.com>
36158
36159         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
36160
36161 2000-07-03  Jim Meyering  <meyering@lucent.com>
36162
36163         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
36164         This is necessary to get a definition of e.g., UTMP_FILE on
36165         HP-UX 10.20.
36166         From Bob Proulx.
36167
36168 2000-07-02  Jim Meyering  <meyering@lucent.com>
36169
36170         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
36171
36172         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
36173         AC_LIBOBJ(function_name).
36174         * m4/chown.m4: Likewise.
36175         * m4/fnmatch.m4: Likewise.
36176         * m4/ftruncate.m4: Likewise.
36177         * m4/getgroups.m4: Likewise.
36178         * m4/getline.m4: Likewise.
36179         * m4/group-member.m4: Likewise.
36180         * m4/jm-macros.m4: Likewise.
36181         * m4/lstat.m4: Likewise.
36182         * m4/malloc.m4: Likewise.
36183         * m4/memcmp.m4: Likewise.
36184         * m4/nanosleep.m4: Likewise.
36185         * m4/putenv.m4: Likewise.
36186         * m4/realloc.m4: Likewise.
36187         * m4/regex.m4: Likewise.
36188         * m4/stat.m4: Likewise.
36189         * m4/strftime.m4: Likewise.
36190
36191 2000-07-02  Jim Meyering  <meyering@lucent.com>
36192
36193         * lib/quotearg.c (mbstate_t): Don't define here.
36194
36195 2000-07-02  Jim Meyering  <meyering@lucent.com>
36196
36197         * lib/nanosleep.c (SIGCONT): Define if not already defined.
36198
36199 2000-07-01  Jim Meyering  <meyering@lucent.com>
36200
36201         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
36202
36203 2000-07-01  Jim Meyering  <meyering@lucent.com>
36204
36205         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
36206         problem.
36207
36208 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
36209
36210         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
36211         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
36212
36213 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
36214
36215         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
36216         per change in ../m4/ls-mntd-fs.m4.
36217         (read_filesystem_list): Ignore symbolic links.
36218
36219 2000-06-29  Jim Meyering  <meyering@lucent.com>
36220
36221         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
36222         for declaration of strcmp.
36223
36224         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
36225
36226         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
36227         Avoid warning by casting result to `char *' to remove `const'.
36228
36229 2000-06-28  Jim Meyering  <meyering@lucent.com>
36230
36231         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
36232         included by quotearg.c, for which we perform this test.  From
36233         Bruno Haible.
36234
36235 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
36236
36237         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
36238         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
36239         <utmpx.h> exists, put readutmp.o into LIBOBJS.
36240
36241 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
36242
36243         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
36244
36245 2000-06-26  Paul Eggert  <eggert@twinsun.com>
36246
36247         savedir now sets errno on failure and invokes xmalloc to get memory.
36248         Fix a couple of other minor bugs while we're at it.
36249
36250         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
36251         (NAMLEN): Remove macro.
36252         (malloc, realloc): Remove decls.
36253         (stpcpy): Likewise.
36254         ("xalloc.h"): Include.
36255         (NAME_SIZE_DEFAULT): New macro.
36256         (savedir): Use xmalloc / xrealloc to allocate memory.
36257         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
36258         Skip "" directory entries.
36259         Use strlen to calculate directory entry length, since the old method
36260         is rarely used these days and isn't worth supporting.
36261         Don't use a pointer after freeing it.
36262         Check for integer overflow when calculating allocation size.
36263         Use memcpy to copy entries, instead of stpcpy.
36264         Set errno properly when returning NULL.
36265         Check for readdir error.
36266
36267 2000-06-26  Jim Meyering  <meyering@lucent.com>
36268
36269         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
36270
36271 2000-06-25  Jim Meyering  <meyering@lucent.com>
36272
36273         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
36274         Linux header bug when _XOPEN_SOURCE is defined to 500.
36275
36276 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
36277
36278         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
36279         deficiency.
36280
36281 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
36282
36283         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
36284         Include xalloc.h.
36285         Don't include <stdlib.h>.  Don't declare malloc, realloc.
36286
36287 2000-06-24  Jim Meyering  <meyering@lucent.com>
36288
36289         * m4/strerror_r.m4: Revive this file -- to try out an experimental
36290         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
36291         for which strerror does return char*, but which lacks a conveniently
36292         accessible declaration of the function.  If the compile-test says
36293         strerror_r doesn't work, then resort to a `run'-test that works on
36294         BeOS and segfaults on DEC Unix.
36295
36296 2000-06-24  Jim Meyering  <meyering@lucent.com>
36297
36298         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
36299
36300 2000-06-23  Paul Eggert  <eggert@twinsun.com>
36301
36302         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
36303         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
36304
36305 2000-06-23  Paul Eggert  <eggert@twinsun.com>
36306
36307         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
36308         (mbrtowc, mbstate_t): Define substitutes if
36309         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
36310         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
36311         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
36312
36313 2000-06-23  Jim Meyering  <meyering@lucent.com>
36314
36315         * m4/afs.m4: Add missing AC_MSG_RESULT.
36316         Reported by Bruno Haible.
36317
36318         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
36319         Suggestion from Bruno Haible.
36320
36321 2000-06-23  Jim Meyering  <meyering@lucent.com>
36322
36323         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
36324
36325 2000-06-21  Jim Meyering  <meyering@lucent.com>
36326
36327         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
36328
36329 2000-06-21  Jim Meyering  <meyering@lucent.com>
36330
36331         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
36332         (noinst_HEADERS): Add getstr.h.
36333
36334         * lib/getline.c (getstr): Move into a separate file.
36335         * lib/getstr.c (getstr): New file, extracted from getline.c, with
36336         the following changes: new parameter, delim2; both delim[12]
36337         parameters have type `int', not `char'.  The latter would lose
36338         with 8-bit delimiters.
36339         * lib/getstr.h: New file.
36340
36341 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
36342
36343         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
36344         than 1024, return a memory chunk of least possible size, instead
36345         of size PATH_MAX + 2. In the loop, increment the size proportionally.
36346         Use free/xmalloc instead of xrealloc to avoid copying for very long
36347         paths.
36348
36349 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
36350
36351         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
36352         the empty string.
36353
36354 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
36355
36356         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
36357         address, not strdup.  Include <stdlib.h> and don't declare free().
36358
36359 2000-06-19  Jim Meyering  <meyering@lucent.com>
36360
36361         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
36362
36363 2000-06-18  Jim Meyering  <meyering@lucent.com>
36364
36365         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
36366
36367         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
36368         `checking whether...' message to be consistent with that of the
36369         lstat test.
36370
36371 2000-06-18  Jim Meyering  <meyering@lucent.com>
36372
36373         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
36374         Besides, these days every porting target provides a mkdir function.
36375
36376         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
36377         needed. (this snippet comes from src/system.h).
36378
36379 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
36380
36381         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
36382
36383 2000-06-15  Paul Eggert  <eggert@twinsun.com>
36384
36385         * lib/human.c (adjust_value): New function.
36386         (human_readable_inexact): Apply rounding style even when
36387         printing approximate values.
36388
36389 2000-06-14  Paul Eggert  <eggert@twinsun.com>
36390
36391         * lib/human.c (human_readable_inexact): Allow an input block
36392         size that is not a multiple of the output block size, and vice versa.
36393         Reported by Piergiorgio Sartor.
36394
36395 2000-06-14  Paul Eggert  <eggert@twinsun.com>
36396
36397         * lib/getdate.y (get_date): Apply relative times after time
36398         zone indicator, not before.  Reported by Todd A. Jacobs.
36399
36400 2000-06-13  Jim Meyering  <meyering@lucent.com>
36401
36402         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
36403
36404         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
36405
36406 2000-06-12  Paul Eggert  <eggert@twinsun.com>
36407
36408         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
36409
36410 2000-06-12  Jim Meyering  <meyering@lucent.com>
36411
36412         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
36413         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
36414         optional argument.
36415         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
36416         the optional argument, `lib'.
36417
36418 2000-06-08  Jim Meyering  <meyering@lucent.com>
36419
36420         * m4/largefile.m4: Remove file (now that it's part of autoconf).
36421
36422 2000-06-04  Paul Eggert  <eggert@twinsun.com>
36423
36424         Rewrite largefile configuration so that we don't need to run
36425         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
36426         AC_CANONICAL_HOST in configure.in -- jmm]
36427
36428         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
36429         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
36430         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
36431         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
36432         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
36433         All uses changed.
36434         Instead of inspecting the output of getconf, try to compile the
36435         test program without and with the macro definition.
36436         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
36437         for getconf.  Instead, check for the needed flags by compiling
36438         test programs.
36439
36440 2000-06-04  Paul Eggert  <eggert@twinsun.com>
36441
36442         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
36443
36444 2000-06-04  Jim Meyering  <meyering@lucent.com>
36445
36446         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
36447         SunOS 4.1.4 for which gid_t is an unsigned type.
36448
36449 2000-06-03  Jim Meyering  <meyering@lucent.com>
36450
36451         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
36452         now that autoconf requires that.
36453
36454         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
36455         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
36456         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
36457
36458 2000-06-03  Jim Meyering  <meyering@lucent.com>
36459
36460         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
36461
36462 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
36463
36464         * m4/glibc21.m4: New file.
36465         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
36466
36467 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
36468
36469         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
36470         newer, don't install charset.alias.
36471         * lib/config.charset: Change the Linux/glibc rules so they become empty
36472         on glibc-2.1 or newer.
36473
36474 2000-06-02  Jim Meyering  <meyering@lucent.com>
36475
36476         * lib/mountlist.c: Back out last change.  Instead, do this...
36477         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
36478         me_dummy member using the same `ignore'-testing code.
36479         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
36480         fs_type strings.
36481         From Mark D. Roth.
36482
36483 2000-05-29  Jim Meyering  <meyering@lucent.com>
36484
36485         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
36486         mounts with the `ignore' attribute.  Based on a patch from
36487         Mark D. Roth.
36488
36489 2000-05-28  Jim Meyering  <meyering@lucent.com>
36490
36491         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
36492         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36493         * m4/stat.m4: Likewise.
36494         * m4/lstat.m4: Likewise.
36495         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
36496
36497         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
36498         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
36499
36500 2000-05-26  Jim Meyering  <meyering@lucent.com>
36501
36502         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
36503
36504 2000-05-24  Jim Meyering  <meyering@lucent.com>
36505
36506         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
36507         autoconf requires that.
36508         * m4/lib-check.m4: Likewise.
36509         * m4/jm-macros.m4: Likewise.
36510         * m4/strftime.m4: Likewise.
36511
36512         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
36513         AC_CHECK_DECLS, now that autoconf requires that.
36514
36515 2000-05-22  Jim Meyering  <meyering@lucent.com>
36516
36517         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36518         * m4/lstat.m4: Likewise.
36519
36520 2000-05-22  Jim Meyering  <meyering@lucent.com>
36521
36522         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
36523
36524 2000-05-20  Jim Meyering  <meyering@lucent.com>
36525
36526         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
36527         (jm_PREREQ): Use it.
36528
36529 2000-05-18  Jim Meyering  <meyering@lucent.com>
36530
36531         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
36532         back, too, since it may have been modified by allocate_entry.
36533         (hash_delete): Rewrite to use neither the assignment operator
36534         nor the comma operator in an if-expression.
36535
36536 2000-05-15  Paul Eggert  <eggert@twinsun.com>
36537
36538         * lib/closeout.c:
36539         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
36540         Remove; no longer needed.
36541         "quotearg.h": Add include.
36542         (file_name): Do not bother to explicitly initialize to NULL; it's less
36543         efficient on some hosts.
36544         (close_stdout_status): Remove test as to whether stdout was already
36545         closed; it breaks for the case "echo x | sort >&-".
36546         Quote file name colons.
36547         Do not assume that _("write error") lacks format strings.
36548
36549 2000-05-15  Jim Meyering  <meyering@lucent.com>
36550
36551         * lib/version-etc.c (version_etc_copyright): Update the copyright
36552         string used in all --version output.
36553
36554 2000-05-14  Jim Meyering  <meyering@lucent.com>
36555
36556         * lib/closeout.c (close_stdout_set_file_name): New function.
36557         (close_stdout_status): Use new file-scoped global.
36558         Return right away if fstat says the stdout file descriptor is invalid.
36559         * lib/closeout.h (close_stdout_set_file_name): Declare.
36560
36561 2000-05-10  Jim Meyering  <meyering@lucent.com>
36562
36563         * lib/closeout.c [default_exit_status]: New file-scoped variable.
36564         (close_stdout_set_status): New function.
36565         * lib/closeout.h (close_stdout_set_status): Declare.
36566
36567 2000-05-09  Jim Meyering  <meyering@lucent.com>
36568
36569         * m4/gettext.m4: Rename this...
36570         * m4/libintl.m4: ...to this.
36571
36572 2000-05-08  Jim Meyering  <meyering@lucent.com>
36573
36574         * lib/long-options.c: Don't include closeout.h.
36575         (parse_long_options): Don't call close_stdout for --version.
36576
36577 2000-05-06  Paul Eggert  <eggert@twinsun.com>
36578
36579         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
36580         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
36581         2.1.3 bug.  This avoids a clash when files like regex.c define
36582         _GNU_SOURCE.
36583
36584 2000-05-06  Jim Meyering  <meyering@lucent.com>
36585
36586         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
36587         (AC_REPLACE_FUNCS): Add strnlen.
36588
36589         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
36590         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
36591
36592         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
36593         AC_SEARCH_LIBS call for nanosleep.
36594         (LIB_NANOSLEEP): Set and AC_SUBST.
36595
36596 2000-05-06  Jim Meyering  <meyering@lucent.com>
36597
36598         * lib/strnlen.c: Undefine __strnlen and strnlen.
36599         [!weak_alias]: Define __strnlen to strnlen.
36600
36601         * lib/atexit.c: New file, from libiberty.
36602
36603 2000-05-06  Jim Meyering  <meyering@lucent.com>
36604
36605         * lib/closeout.c (close_stdout_status): Also check for errors on the
36606         stderr stream.
36607
36608 2000-05-05  Jim Meyering  <meyering@lucent.com>
36609
36610         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
36611         AC_SEARCH_LIBS call for clock_gettime.
36612         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
36613
36614         * m4/search-libs.m4: Update from autoconf.
36615
36616         su doesn't work on Solaris 2.6.
36617         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
36618         <shadow.h>.  Reported by Dragos Harabor.
36619
36620 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
36621
36622         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
36623         memcpy instead of xmalloc, xrealloc, path_concat.
36624         (locale_charset): Treat empty environment variables as absent.
36625         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
36626
36627 2000-05-04  Jim Meyering  <meyering@lucent.com>
36628
36629         * lib/getopt.c: Update from glibc.
36630         * lib/obstack.c: Likewise.
36631         * lib/obstack.h: Likewise.
36632         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
36633         file
36634
36635         * lib/regex.h: Likewise.
36636         * lib/strndup.c: Likewise.
36637         * lib/strnlen.c: New file, from glibc.
36638
36639 2000-05-03  Jim Meyering  <meyering@lucent.com>
36640
36641         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
36642
36643 2000-05-02  Paul Eggert  <eggert@twinsun.com>
36644
36645         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
36646         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
36647         compile-time test, rather than inspecting host and OS, to
36648         decide whether to define _LARGEFILE_SOURCE.
36649
36650 2000-05-01  Jim Meyering  <meyering@lucent.com>
36651
36652         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
36653
36654         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
36655         Based on a patch from Bruno Haible.
36656
36657 2000-05-01  Jim Meyering  <meyering@lucent.com>
36658
36659         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
36660
36661 2000-04-29  Jim Meyering  <meyering@lucent.com>
36662
36663         * lib/path-concat.c: Declare strdup only if it's not defined.
36664         * lib/canon-host.c: Likewise.
36665
36666 2000-04-28  Jim Meyering  <meyering@lucent.com>
36667
36668         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
36669         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
36670         is included first, then limits.h is included by locale.h by libintl.h.
36671         From John David Anglin.
36672
36673 2000-04-25  Jim Meyering  <meyering@lucent.com>
36674
36675         * lib/makepath.c (S_IRWXUGO): Define.
36676         (make_path): Always perform explicit chmod if MODE specifies any
36677         of the `special' permission bits.  Prompted by a bug report against
36678         install from Mate Wierdl and Joost van Baal.
36679
36680 2000-04-18  Jim Meyering  <meyering@lucent.com>
36681
36682         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
36683         (jm_PREREQ): Use it.
36684
36685 2000-04-18  Jim Meyering  <meyering@lucent.com>
36686
36687         * lib/README: New file.
36688
36689         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
36690         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
36691
36692 2000-04-17  Jim Meyering  <meyering@lucent.com>
36693
36694         Get it right :-)
36695         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
36696         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
36697         Suggestion from Akim Demaille.
36698
36699 2000-04-17  Jim Meyering  <meyering@lucent.com>
36700
36701         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
36702         the definition of it to rpl_strftime also defined-away the system's
36703         declaration.
36704
36705 2000-04-15  Jim Meyering  <meyering@lucent.com>
36706
36707         Use `C' to denote so-called `contiguous' files, the same way
36708         that tar does.
36709         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
36710         (ftypelet): Use S_ISCTG.
36711         From Michael Deutschmann.
36712
36713 2000-04-14  Jim Meyering  <meyering@lucent.com>
36714
36715         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
36716         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
36717         clobbered.
36718
36719 2000-04-14  Jim Meyering  <meyering@lucent.com>
36720
36721         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
36722
36723 2000-04-13  Jim Meyering  <meyering@lucent.com>
36724
36725         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
36726         AH_VERBATIM to insert required #ifndef into config.h.in.
36727         Suggestion from Akim Demaille.
36728
36729 2000-04-12  Jim Meyering  <meyering@lucent.com>
36730
36731         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
36732         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
36733         Christian Krackowizer.
36734
36735         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
36736         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
36737         (AC_SYS_LARGEFILE): Require.
36738         (AM_C_PROTOTYPES): Require.
36739
36740 2000-04-08  Jim Meyering  <meyering@lucent.com>
36741
36742         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
36743         names don't conflict.  Reported by Eli Zaretskii.
36744
36745 2000-04-07  Jim Meyering  <meyering@lucent.com>
36746
36747         * lib/putenv.c: Move inclusion of errno.h so it follows that of
36748         sys/types.h, to work around system header problems on AIX 3.2.5.
36749         From Bruno Haible.
36750
36751 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
36752
36753         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
36754         bug.  Deal with the different error behavior of Irix iconv.
36755
36756 2000-04-05  Paul Eggert  <eggert@twinsun.com>
36757
36758         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
36759         IRIX if the installer said otherwise.
36760
36761 2000-04-05  Jim Meyering  <meyering@lucent.com>
36762
36763         Portability tweaks required for ultrix4.3.
36764         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
36765         (jm_CHECK_DECLS): Add getutent to the list of functions.
36766         (_jm_DECL_HEADERS): Add utmpx.h.
36767         From John David Anglin.
36768
36769         * m4/strftime.m4: Back out the 2000-04-02 change.
36770         Instead of that change, simply undefine putenv in the test program.
36771
36772 2000-04-05  Jim Meyering  <meyering@lucent.com>
36773
36774         Portability tweaks required for ultrix4.3.
36775         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
36776         getutent.
36777         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
36778         * lib/canon-host.c: Declare strdup.
36779         * lib/path-concat.c: Likewise.
36780         From John David Anglin.
36781
36782 2000-04-04  Jim Meyering  <meyering@lucent.com>
36783
36784         Be more DOS 8.3-friendly.
36785         * lib/ref-add.sin: Renamed from ref-add.sed.in.
36786         * lib/ref-del.sin: Renamed from ref-del.sed.in.
36787         * lib/Makefile.am: Reflect renaming.
36788         Reported by Eli Zaretskii.
36789
36790         Use a temporary file name that won't clash with `charset.alias'
36791         in the DOS 8.3 name space.
36792         * lib/Makefile.am (charset_tmp): Define.
36793         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
36794         (uninstall-local): Likewise.
36795         Reported by Eli Zaretskii.
36796
36797 2000-04-03  Jim Meyering  <meyering@lucent.com>
36798
36799         * m4/gettext.m4: Fix typo in comment.
36800
36801         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
36802         textutils/configure.in).  Suggestion from Paul Eggert.
36803         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
36804
36805 2000-04-02  Paul Eggert  <eggert@twinsun.com>
36806
36807         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
36808         variable in the shell rather than using putenv, which isn't
36809         portable.  This avoids the configure-time inter-test dependency
36810         on the potentially-renamed putenv function.
36811
36812 2000-03-30  Paul Eggert  <eggert@twinsun.com>
36813
36814         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
36815         before checking struct stat.st_blksize, so that
36816         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
36817
36818 2000-03-29  Paul Eggert  <eggert@twinsun.com>
36819
36820         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
36821         since strftime.c uses HAVE_STRFTIME to decide whether to use
36822         the underlying strftime.
36823
36824 2000-03-29  Paul Eggert  <eggert@twinsun.com>
36825
36826         * lib/time/strftime.c (my_strftime): Make sure we call the system
36827         strftime, not ourselves, when invoking the underlying strftime.
36828
36829 2000-03-24  Jim Meyering  <meyering@lucent.com>
36830
36831         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
36832         (charset_alias): Define.
36833         (install-exec-local): Factor out common code.
36834         (uninstall-local): Split lines longer than 80.
36835         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
36836         (SUFFIXES): Define.
36837         (.sed.in.sed): New rule.  Don't redirect directly to $@.
36838         (CLEANFILES): Add ref-add.sed and ref-del.sed.
36839
36840 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
36841
36842         * lib/config.charset: Output a line containing "Packages using this
36843         file".
36844         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
36845         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
36846         ref-del.sed): New rules.
36847
36848 2000-03-17  Jim Meyering  <meyering@lucent.com>
36849
36850         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
36851         Otherwise, include <strings.h>
36852
36853 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
36854
36855         * lib/unicodeio.c (utf8_wctomb): New function.
36856         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
36857         format instead of in UCS-4 with platform dependent endianness.
36858
36859 2000-03-10  Jim Meyering  <meyering@lucent.com>
36860
36861         * m4/lib-check.m4: Look for getspnam in -lgen, too.
36862         From Marco Franzen.
36863
36864 2000-03-07  Paul Eggert  <eggert@twinsun.com>
36865
36866         * lib/savedir.c (savedir): Work even if directory size is
36867         negative; this can happen with some screwy NFS configurations.
36868
36869 2000-03-06  Jim Meyering  <meyering@lucent.com>
36870
36871         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
36872         if it's NULL (because we ran out of memory).  From Bruno Haible.
36873
36874 2000-03-05  Jim Meyering  <meyering@lucent.com>
36875
36876         * lib/localcharset.c ("path-concat.h"): Include.
36877         (get_charset_aliases): Use path_concat instead of ANSI string
36878         concatenation.
36879
36880         * lib/unicodeio.h (PARAMS): Define.
36881         Use it to guard prototype.
36882
36883 2000-03-04  Jim Meyering  <meyering@lucent.com>
36884
36885         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
36886         for lib/localcharset.c.
36887
36888 2000-03-04  Jim Meyering  <meyering@lucent.com>
36889
36890         * lib/Makefile.am (install-exec-local): Create $(libdir) before
36891         installing into it.
36892         (uninstall-local): Uncomment this rule so `make distcheck' works
36893         once again.
36894
36895         * lib/unicodeio.c (<errno.h>): Include it.
36896         (errno): Declare if not defined.
36897
36898         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
36899
36900         * lib/config.charset: New version, incorporating remarks from a linux
36901         i18n mailing list.  From Bruno Haible.
36902
36903 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
36904
36905         * m4/codeset.m4: New file.
36906         * m4/iconv.m4: New file.
36907         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
36908
36909 2000-03-03  Jim Meyering  <meyering@lucent.com>
36910
36911         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
36912
36913 2000-03-02  Jim Meyering  <meyering@lucent.com>
36914
36915         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
36916         the messages come out on separate lines.
36917
36918         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
36919         rather than jm_CHECK_DECLARATIONS.
36920         * m4/decl.m4: Remove now-unused file.
36921
36922         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
36923         geteuid.
36924
36925 2000-03-02  Jim Meyering  <meyering@lucent.com>
36926
36927         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
36928
36929 2000-03-01  Jim Meyering  <meyering@lucent.com>
36930
36931         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
36932         * lib/unicodeio.c: Likewise.
36933
36934 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
36935
36936         * lib/config.charset: New file.
36937         * lib/localcharset.c: New file.
36938         * lib/unicodeio.h, lib/unicodeio.c: New files.
36939         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
36940         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
36941         (noinst_HEADERS): Add unicodeio.h.
36942         (all-local, install-exec-local, charset.alias): New targets.
36943
36944 2000-02-28  Paul Eggert  <eggert@twinsun.com>
36945
36946         * lib/quotearg.c (ALERT_CHAR): New macro.
36947         (quotearg_buffer_restyled): Use it.
36948
36949 2000-02-27  Jim Meyering  <meyering@lucent.com>
36950
36951         * m4/check-decl.m4: Add getenv to the list.
36952
36953 2000-02-27  Jim Meyering  <meyering@lucent.com>
36954
36955         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
36956         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
36957
36958         * lib/backupfile.c: Guard inclusion of stdlib.h with
36959         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
36960         Declare malloc if needed.
36961
36962         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
36963         `#ifndef HAVE_DECL..'
36964         now that autoconf always defines the HAVE_DECL_ symbols.
36965         * lib/human.c: Likewise.
36966         * lib/same.c: Likewise.
36967         * lib/strtoumax.c: Likewise.
36968
36969         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
36970         declaration check was not run.
36971         * lib/hash.c: Likewise.
36972         * lib/human.c: Likewise.
36973         * lib/same.c: Likewise.
36974         * lib/strtoumax.c: Likewise.
36975
36976         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
36977         `.', then first look up the entire `.'-containing string as a login
36978         name.
36979
36980 2000-02-23  Jim Meyering  <meyering@lucent.com>
36981
36982         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
36983         in place of my hack.
36984
36985 2000-02-18  Paul Eggert  <eggert@twinsun.com>
36986
36987         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
36988         (textint): New typedef.
36989         (parser_control): Member year changed from int to textint.
36990         All uses changed.
36991         (YYSTYPE): Removed; replaced by %union with int and textint members.
36992         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
36993         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
36994         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
36995         (tSNUMBER, tUNUMBER): Now of type <textintval>.
36996         (date, number, to_year): Use width of number in digits, not its value,
36997         to determine whether it's a 2-digit year, or a 2-digit time.
36998         (yylex): Store number of digits of numeric tokens.
36999         Reported by John Kendall.
37000
37001         (parser_control): Changed from struct parser_control to typedef (for
37002         consistency).  All uses changed.
37003
37004         (tID): Removed; not used.
37005         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
37006
37007 2000-02-14  Paul Eggert  <eggert@twinsun.com>
37008
37009         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
37010         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
37011
37012 2000-02-12  Jim Meyering  <meyering@lucent.com>
37013
37014         * lib/userspec.c (ISDIGIT): Define it.
37015         (isdigit): Remove definition.
37016         (is_number): Use ISDIGIT, not isdigit.
37017         <libintl.h>: Include.
37018         (_ and N_): Define.
37019         (parse_user_spec): Mark translatable strings.
37020
37021 2000-02-10  Jim Meyering  <meyering@lucent.com>
37022
37023         With these changes, nanosleep.[ch] are finally enough like the other
37024         lib/* replacement files to compile on a few more losing systems.
37025
37026         * lib/nanosleep.h: Don't include config.h.
37027         Remove prototype from declaration of nanosleep.
37028         (PARAMS): Remove now-unneeded definition.
37029         * lib/nanosleep.c: #undef nanosleep.
37030         (rpl_nanosleep): Rename from nanosleep.
37031
37032 2000-02-10  Jim Meyering  <meyering@lucent.com>
37033
37034         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
37035         gnu_nanosleep to rpl_nanosleep.
37036
37037 2000-02-09  Jim Meyering  <meyering@lucent.com>
37038
37039         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
37040         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
37041
37042 2000-02-08  Akim Demaille  <akim@epita.fr>
37043
37044         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
37045         `[' and `]' and remove uses of `changequote'.
37046         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
37047         (AC_SYS_LARGEFILE): Likewise.
37048         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
37049         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
37050         of changequote.
37051         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
37052         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
37053         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
37054         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
37055
37056 2000-02-05  Jim Meyering  <meyering@lucent.com>
37057
37058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
37059         Remove explicit use of AC_HEADER_TIME.  It is required by
37060         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
37061         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
37062         in autoconf whereby the expansion of the latter ended up preceding
37063         the expansion of its prerequisite, AC_HEADER_TIME.
37064         Reported by Volker Borchert.
37065
37066 2000-02-03  Jim Meyering  <meyering@lucent.com>
37067
37068         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
37069
37070 2000-02-03  Jim Meyering  <meyering@lucent.com>
37071
37072         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
37073         rather than with `#if HAVE_UTMPNAME'.
37074
37075 2000-02-02  Jim Meyering  <meyering@lucent.com>
37076
37077         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
37078         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
37079         Reported by Eli Zaretskii.
37080
37081 2000-02-01  Jim Meyering  <meyering@lucent.com>
37082
37083         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
37084
37085 2000-01-31  Jim Meyering  <meyering@lucent.com>
37086
37087         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
37088         functions.  Add the time.h and sys/time.h headers along with the
37089         AC_REQUIRE'ment of AC_HEADER_TIME.
37090
37091 2000-01-31  Jim Meyering  <meyering@lucent.com>
37092
37093         * lib/nanosleep.h (nanosleep): Guard declaration with
37094         `#if ! HAVE_DECL_NANOSLEEP'.
37095         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
37096         the declaration in that vendor's sys/timers.h.
37097         Reported by Christian Krackowizer.
37098
37099         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
37100         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
37101         (ISPRINT): Likewise.
37102         Reported by Tom Tromey.
37103
37104 2000-01-30  Jim Meyering  <meyering@lucent.com>
37105
37106         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
37107
37108         * m4/prereq.m4 (utmp_includes): Define.
37109         Check for ut_user and ut_name members in both struct utmpx
37110         and struct utmp.
37111
37112 2000-01-30  Jim Meyering  <meyering@lucent.com>
37113
37114         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
37115         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
37116         header files where only utmpx.ut_user is declared.
37117
37118         * lib/readutmp.h (UT_USER): Define.
37119
37120 2000-01-29  Jim Meyering  <meyering@lucent.com>
37121
37122         * m4/lib-check.m4: New file containing library-related checks from
37123         fileutils and sh-utils (textutils had none).
37124
37125 2000-01-28  Jim Meyering  <meyering@lucent.com>
37126
37127         * m4/perl.m4: Change format of warning message to look more like that
37128         from the missing script.  Suggestion from François Pinard.
37129
37130 2000-01-25  Jim Meyering  <meyering@lucent.com>
37131
37132         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
37133         well as time.h in the compile check.
37134         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
37135         Fix typo in cross-compiling case: s/yes/no/.
37136
37137 2000-01-23  Jim Meyering  <meyering@lucent.com>
37138
37139         * m4/jm-macros.m4: Move df-related tests here from
37140         fileutils/configure.in
37141
37142         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
37143         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
37144
37145         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
37146         s/space/ac_fsusage_space/.
37147         (jm_FILE_SYSTEM_USAGE): Take two parameters.
37148
37149         * m4/ftruncate.m4: New file (derived from part of
37150         fileutils/configure.in).
37151         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
37152         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
37153
37154         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
37155         AC_SUBST these here, rather than just in sh-util/configure.in, so
37156         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
37157         all the same.
37158         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
37159         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
37160         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
37161         (AC_SUBST(POW_LIBM)): Likewise.
37162         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
37163
37164 2000-01-23  Jim Meyering  <meyering@lucent.com>
37165
37166         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
37167         obstack.c.
37168
37169 2000-01-22  Jim Meyering  <meyering@lucent.com>
37170
37171         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
37172
37173         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
37174
37175         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
37176         configure.in
37177         (AC_CHECK_HEADERS): Likewise for sh-utils.
37178         (AC_CHECK_HEADERS): Likewise for textutils.
37179         Merge the three lists of headers.
37180
37181         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
37182         from fileutils' configure.in.
37183
37184         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
37185         code. Moved tests into their own function (_jm_DECL_HEADERS) in
37186         check-decl.m4.
37187
37188         * m4/check-decl.m4: Use #if rather than #ifdef.
37189         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
37190         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
37191         (_jm_DECL_HEADERS): Define new function.
37192         (jm_CHECK_DECLARATIONS): Require it.
37193
37194 2000-01-22  Jim Meyering  <meyering@lucent.com>
37195
37196         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
37197         [! HAVE_DECL_STRTOULL]: Declare strtoull.
37198         Required for some AIX systems.  Reported by Christian Krackowizer.
37199         [TESTING] (main): New function.
37200
37201         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
37202         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
37203         letters.
37204
37205         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
37206         iswprint.
37207
37208         * lib/strverscmp.c (ISDIGIT): Define.
37209         (strverscmp): Use ISDIGIT, not isdigit.
37210
37211 2000-01-19  Jim Meyering  <meyering@lucent.com>
37212
37213         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
37214         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
37215         defines `struct timespec' in <sys/time.h>
37216
37217         * m4/c-bs-a.m4: Remove uses of changequote altogether.
37218         Thanks to Akim for explaining.
37219
37220 2000-01-17  Paul Eggert  <eggert@twinsun.com>
37221
37222         * lib/nanosleep.c (nanosleep):
37223         Don't use SA_INTERRUPT to decide whether to call sigaction, as
37224         POSIX.1 doesn't require SA_INTERRUPT and some systems
37225         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
37226         it's been part of POSIX.1 since day 1 (in 1988).
37227
37228 2000-01-17  Jim Meyering  <meyering@lucent.com>
37229
37230         * lib/interlock: Remove unused file.  Reported by François Pinard.
37231
37232 2000-01-16  Paul Eggert  <eggert@twinsun.com>
37233
37234         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
37235         alert, backslash, formfeed, and vertical tab unnecessarily in
37236         shell quoting style.
37237
37238 2000-01-16  Jim Meyering  <meyering@lucent.com>
37239
37240         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
37241         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
37242         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
37243         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
37244
37245 2000-01-16  Jim Meyering  <meyering@lucent.com>
37246
37247         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
37248         because the latter didn't work.
37249
37250 2000-01-15  Jim Meyering  <meyering@lucent.com>
37251
37252         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
37253         (AC_REPLACE_FUNCS): Add memcpy and memset.
37254         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
37255         Add strpbrk.
37256         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
37257
37258 2000-01-12  Jim Meyering  <meyering@lucent.com>
37259
37260         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
37261         (jm_PREREQ): Use it.
37262         (jm_PREREQ_READUTMP): New macro.
37263         (jm_PREREQ): Use it.
37264
37265 2000-01-11  Paul Eggert  <eggert@twinsun.com>
37266
37267         Quote multibyte characters correctly.
37268         * m4/c-bs-a.m4: New file.
37269         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
37270         (jm_PREREQ): Use it.
37271
37272 2000-01-11  Paul Eggert  <eggert@twinsun.com>
37273
37274         * m4/uintmax_t.m4: Port to autoconf 2.13.
37275
37276 2000-01-08  Jim Meyering  <meyering@ascend.com>
37277
37278         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
37279         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
37280
37281 2000-01-04  Jim Meyering  <meyering@ascend.com>
37282
37283         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
37284         jm_STRUCT_DIRENT_D_TYPE.
37285         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
37286         jm_STRUCT_DIRENT_D_INO.
37287         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
37288         jm_STRUCT_UTIMBUF.
37289         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
37290         renamings.
37291         * m4/utime.m4: Likewise.
37292
37293         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
37294         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
37295
37296 2000-01-03  Paul Eggert  <eggert@twinsun.com>
37297
37298         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
37299         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
37300
37301 2000-01-02  Jim Meyering  <meyering@ascend.com>
37302
37303         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
37304         remember if this is necessary.
37305
37306 1999-12-26  Jim Meyering  <meyering@ascend.com>
37307
37308         * m4/jm-macros.m4: Use it here.
37309         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
37310
37311 1999-12-23  Jim Meyering  <meyering@ascend.com>
37312
37313         * m4/jm-macros.m4: Check for clock_gettime (moved from
37314         fileutils/configure.in)
37315         Check for gettimeofday.
37316
37317 1999-12-20  Jim Meyering  <meyering@ascend.com>
37318
37319         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
37320         autoconf-2.14a-1999-12-20.
37321
37322 1999-12-19  Jim Meyering  <meyering@ascend.com>
37323
37324         * m4/lstat-slash.m4: New file.
37325         * m4/jm-macros.m4: Use the new macro:
37326         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37327
37328 1999-12-07  Jim Meyering  <meyering@ascend.com>
37329
37330         * m4/perl.m4: Require that File::Compare be available, too.
37331         Too many systems seem to lack it.
37332
37333         * m4/strftime.m4: Add checks for most of the cpp macros tested in
37334         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
37335
37336 1999-11-18  Paul Eggert  <eggert@twinsun.com>
37337
37338         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
37339         problem with the QNX 4.25 shell, which doesn't propagate exit
37340         status of failed commands inside shell assignments.
37341
37342 1999-11-17  Jim Meyering  <meyering@ascend.com>
37343
37344         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
37345
37346 1999-11-07  Jim Meyering  <meyering@ascend.com>
37347
37348         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
37349
37350 1999-11-06  Jim Meyering  <meyering@ascend.com>
37351
37352         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
37353         * m4/jm-macros.m4 (jm_MACROS): Use it here.
37354
37355 1999-11-05  Jim Meyering  <meyering@ascend.com>
37356
37357         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
37358         configure.in of textutils, fileutils, and sh-utils into this one
37359         (shared between those packages) file.
37360         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
37361         AC_STRUCT_ST_BLKSIZE.
37362
37363 1999-11-03  Jim Meyering  <meyering@ascend.com>
37364
37365         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
37366         of AC_CHECK_TYPE checks includes unistd.h.
37367         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
37368         Suggestion from Akim Demaille.
37369
37370 1999-10-30  Jim Meyering  <meyering@ascend.com>
37371
37372         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
37373         m4-quoted string.
37374         * m4/ls-mntd-fs.m4: Likewise.
37375         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
37376         * m4/jm-winsz1.m4: Likewise.
37377
37378         * m4/const.m4: Remove file, since the fix made it into the experimental
37379         version of autoconf.
37380         * m4/mktime.m4: Likewise.
37381
37382         * m4/check-type.m4: Remove file, now that the latest version of
37383         AC_CHECK_TYPE takes a third arg to specify additional #includes.
37384
37385         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
37386         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
37387         AC_CHECK_TYPE.
37388
37389 1999-10-04  Jim Meyering  <meyering@ascend.com>
37390
37391         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
37392
37393 1999-09-22  Paul Eggert  <eggert@twinsun.com>
37394
37395         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
37396         2.95.1 bug with HP-UX 10.20.
37397
37398 1999-09-17  Jim Meyering  <meyering@ascend.com>
37399
37400         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
37401         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
37402         due to missing strdup (against sh-utils-2.0).
37403
37404 1999-08-29  Jim Meyering  <meyering@ascend.com>
37405
37406         * m4/jm-macros.m4: Require jm_BISON.
37407         * m4/bison.m4: New file.
37408
37409 1999-08-17  Paul Eggert  <eggert@twinsun.com>
37410
37411         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
37412         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
37413
37414 1999-08-05  Jim Meyering  <meyering@ascend.com>
37415
37416         * m4/getline.m4: Rename test file from conftestdata to conftest.data
37417         to avoid conflicts with `conftest' on 8+3 filesystems.
37418         Suggestion from Eli Zaretskii.
37419
37420 1999-08-04  Jim Meyering  <meyering@ascend.com>
37421
37422         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
37423         fileutils and sh-utils (textutils's getline test was inadequate).
37424         (AM_FUNC_GETLINE): Run this test.
37425         (AC_CHECK_FUNCS): Check for getdelim.
37426         Reported by Bob Proulx.
37427
37428 1999-08-02  Jim Meyering  <meyering@ascend.com>
37429
37430         * m4/jm-macros.m4: Add a comment.
37431
37432 1999-08-01  Paul Eggert  <eggert@twinsun.com>
37433
37434         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
37435         <inttypes.h> defines strtoumax as a macro (and not as a
37436         function).
37437
37438 1999-08-01  Paul Eggert  <eggert@twinsun.com>
37439
37440         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
37441         that we can shift, multiply and divide unsigned long long
37442         values; Ultrix cc can't do it.
37443
37444 1999-08-01  Paul Eggert  <eggert@twinsun.com>
37445
37446         * m4/mktime.m4: New file, which is a preview of what should appear
37447         in the next public autoconf release.
37448
37449 1999-08-01  Paul Eggert  <eggert@twinsun.com>
37450
37451         * m4/lfs.m4: Remove this file.
37452         * m4/largefile.m4: New file.  It contains the old contents of
37453         lfs.m4, except that all names with prefix AC_LFS have been
37454         changed to use the prefix AC_SYS_LARGEFILE instead, to be
37455         compatible with future autoconf versions.  Also, some minor m4
37456         quoting problems have been fixed.
37457
37458 1999-08-01  Paul Eggert  <eggert@twinsun.com>
37459
37460         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
37461         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
37462         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
37463         and simplify the shell code.
37464
37465 1999-08-01  Jim Meyering  <meyering@ascend.com>
37466
37467         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
37468         m4.
37469
37470 1999-07-20  Jim Meyering  <meyering@ascend.com>
37471
37472         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
37473
37474 1999-07-15  Jim Meyering  <meyering@ascend.com>
37475
37476         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
37477
37478 1999-05-22  Jim Meyering  <meyering@ascend.com>
37479
37480         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
37481
37482 1999-05-20  Jim Meyering  <meyering@ascend.com>
37483
37484         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
37485         Add a colon after each `then' in case $4 is empty.
37486
37487 1999-05-16  Jim Meyering  <meyering@ascend.com>
37488
37489         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
37490
37491 1999-05-10  Jim Meyering  <meyering@ascend.com>
37492
37493         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
37494
37495         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
37496         AC_FUNC_MKTIME.
37497
37498 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
37499
37500         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
37501
37502 1999-05-04  Paul Eggert  <eggert@twinsun.com>
37503
37504         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
37505         not CPPFLAGS, so that linking works correctly in IRIX.
37506
37507 1999-04-30  Paul Eggert  <eggert@twinsun.com>
37508
37509         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
37510
37511 1999-04-20  Paul Eggert  <eggert@twinsun.com>
37512
37513         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
37514         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
37515         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
37516         jm_AC_TYPE_UNSIGNED_LONG_LONG.
37517         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
37518
37519         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
37520
37521 1999-04-20  Jim Meyering  <meyering@ascend.com>
37522
37523         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
37524         AC_REPLACE xstroull if necessary.  From Paul Eggert.
37525         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
37526
37527 1999-04-18  Jim Meyering  <meyering@ascend.com>
37528
37529         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
37530         * m4/jm-macros.m4: Use it.
37531
37532 1999-04-06  Jim Meyering  <meyering@ascend.com>
37533
37534         * m4/strftime.m4: Remove test for %f.
37535
37536 1999-03-29  Jim Meyering  <meyering@ascend.com>
37537
37538         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
37539         superset of the AC_TYPE_* checks in the textutils, fileutils,
37540         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
37541         AC_TYPE_PID_T.
37542
37543 1999-03-28  Jim Meyering  <meyering@ascend.com>
37544
37545         * m4/jm-macros.m4: Define GNU_PACKAGE here.
37546         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
37547         replaced e.g., in the *.sh files of the sh-utils.
37548
37549 1999-03-20  Jim Meyering  <meyering@ascend.com>
37550
37551         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
37552         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
37553         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
37554
37555 1999-03-19  Jim Meyering  <meyering@ascend.com>
37556
37557         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
37558
37559 1999-03-12  Jim Meyering  <meyering@ascend.com>
37560
37561         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
37562
37563 1999-03-07  Jim Meyering  <meyering@ascend.com>
37564
37565         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
37566         declared.
37567
37568 1999-02-17  Jim Meyering  <meyering@ascend.com>
37569
37570         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
37571         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
37572
37573 1999-02-07  Jim Meyering  <meyering@ascend.com>
37574
37575         * m4/group-member.m4: New file -- extracted from sh-utils'
37576         configure.in.
37577
37578         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
37579         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
37580
37581 1999-02-06  Jim Meyering  <meyering@ascend.com>
37582
37583         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
37584         * m4/fnmatch.m4: Likewise.
37585         * m4/getgroups.m4: Likewise.
37586         * m4/lstat.m4: Likewise.
37587         * m4/malloc.m4: Likewise.
37588         * m4/putenv.m4: Likewise.
37589         * m4/realloc.m4: Likewise.
37590         * m4/regex.m4: Likewise.
37591         * m4/stat.m4: Likewise.
37592         * m4/strftime.m4: Likewise.
37593         Suggestion from Alain Magloire.
37594
37595         * m4/chown.m4: Use `.$ac_objext', not `.o'.
37596         * m4/fnmatch.m4: Likewise.
37597         * m4/getgroups.m4: Likewise.
37598         * m4/getline.m4: Likewise.
37599         * m4/lstat.m4: Likewise.
37600         * m4/malloc.m4: Likewise.
37601         * m4/memcmp.m4: Likewise.
37602         * m4/putenv.m4: Likewise.
37603         * m4/realloc.m4: Likewise.
37604         * m4/regex.m4: Likewise.
37605         * m4/stat.m4: Likewise.
37606         * m4/strftime.m4: Likewise.
37607         Suggestion from Alain Magloire.
37608
37609         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
37610         an argument.
37611
37612         * m4/regex.m4: Add a run-time Test for proper operation of
37613         re_compile_pattern.
37614
37615 1999-01-31  Jim Meyering  <meyering@ascend.com>
37616
37617         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
37618
37619 1999-01-30  Jim Meyering  <meyering@ascend.com>
37620
37621         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
37622
37623         * m4/jm-mktime.m4: Make this a wrapper around the official
37624         AM_FUNC_MKTIME rather than my private copy, now that the official one
37625         is up to date.
37626         * m4/mktime.m4: Remove file.
37627
37628         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
37629         * m4/uptime.m4: Likewise.
37630         * m4/uintmax_t.m4: Likewise.
37631
37632 1999-01-28  Jim Meyering  <meyering@ascend.com>
37633
37634         * m4/jm-macros.m4: Use jm_AFS.
37635         * m4/afs.m4: New file (from fileutils' configure.in).
37636
37637         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
37638         * m4/chown.m4: Likewise.
37639         * m4/d-ino.m4: Likewise.
37640         * m4/d-type.m4: Likewise.
37641         * m4/fnmatch.m4: Likewise.
37642         * m4/getgroups.m4: Likewise.
37643         * m4/gettext.m4: Likewise.
37644         * m4/jm-mktime.m4: Likewise.
37645         * m4/jm-winsz2.m4: Likewise.
37646         * m4/lcmessage.m4: Likewise.
37647         * m4/ls-mntd-fs.m4: Likewise.
37648         * m4/malloc.m4: Likewise.
37649         * m4/memcmp.m4: Likewise.
37650         * m4/putenv.m4: Likewise.
37651         * m4/realloc.m4: Likewise.
37652         * m4/st_mtim.m4: Likewise.
37653         * m4/strftime.m4: Likewise.
37654
37655 1999-01-16  Jim Meyering  <meyering@ascend.com>
37656
37657         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
37658         (ARGMATCH_DIE_DECL): Define.
37659
37660 1999-01-12  Jim Meyering  <meyering@ascend.com>
37661
37662         * m4/Makefile.am.in: Rewrite to avoid using fmt.
37663         Reported by Lars Hecking.
37664
37665 1999-01-10  Jim Meyering  <meyering@ascend.com>
37666
37667         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
37668         gross kludge.
37669         * m4/inttypes_h.m4: Likewise.
37670         * m4/lstat.m4: Likewise.
37671         * m4/malloc.m4: Likewise.
37672         * m4/readdir.m4: Likewise.
37673         * m4/realloc.m4: Likewise.
37674         * m4/st_dm_mode.m4: Likewise.
37675         * m4/stat.m4: Likewise.
37676         * m4/utimbuf.m4: Likewise.
37677         * m4/utimes.m4: Likewise.
37678
37679         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
37680         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
37681         comments in config.h.in are meaningful.
37682
37683         * m4/jm-macros.m4: Require autoconf-2.13 here.
37684
37685         * m4/regex.m4: By default, don't use the included regex.c on systems
37686         with glibc 2.  Suggestion from Uli Drepper.
37687
37688 1999-01-02  Jim Meyering  <meyering@ascend.com>
37689
37690         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
37691
37692 1998-12-18  Jim Meyering  <meyering@ascend.com>
37693
37694         * m4/Makefile.am.in (Makefile.am): Simplify rule.
37695         Based on a suggestion from Lars Hecking.
37696
37697 1998-11-16  Paul Eggert  <eggert@twinsun.com>
37698
37699         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
37700
37701 1998-11-16  Jim Meyering  <meyering@ascend.com>
37702
37703         * m4/lfs.m4: Double-quote the `uname...` expression.
37704
37705 1998-11-14  Jim Meyering  <meyering@ascend.com>
37706
37707         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
37708         * m4/stat.m4: Likewise.
37709
37710 1998-11-03  Jim Meyering  <meyering@ascend.com>
37711
37712         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
37713         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
37714
37715 1998-10-18  Jim Meyering  <meyering@ascend.com>
37716
37717         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
37718
37719 1998-10-17  Jim Meyering  <meyering@ascend.com>
37720
37721         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
37722         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
37723         calls for those previously hard-coded headers.  Instead, take a new
37724         parameter.
37725         (jm_CHECK_DECLARATIONS): Reflect interface change.
37726         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
37727         (jm_CHECK_DECL_LOCALTIME_R): New macro.
37728
37729         * m4/mktime.m4: Test for spring-forward gap before long-running test.
37730
37731 1998-10-14  Jim Meyering  <meyering@ascend.com>
37732
37733         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
37734         instead of "TZ=America/Vancouver".  From Paul Eggert.
37735
37736 1998-10-11  Jim Meyering  <meyering@ascend.com>
37737
37738         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
37739         This adds a test for a recently added compatibility fix for mktime.c.
37740         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
37741
37742 1998-09-27  Jim Meyering  <meyering@ascend.com>
37743
37744         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
37745
37746         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
37747         ../configure.in, including a change from Gordon Matzigkeit to allow
37748         cross-compiling for the Hurd.
37749
37750         * m4/glibc.m4: New file/macro to test for the GNU C Library
37751         versions 1 and 2.  From Gordon Matzigkeit.
37752         Indent.
37753
37754 1998-09-21  Jim Meyering  <meyering@ascend.com>
37755
37756         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
37757
37758 1998-08-18  Paul Eggert  <eggert@twinsun.com>
37759
37760         Port nanosecond-resolution times to UnixWare 2.1.2 and
37761         pedantic Solaris 2.6.
37762
37763         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
37764         AC_STRUCT_ST_MTIM.
37765         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
37766         Generate name of ns member, instead of just 1 or undef.
37767         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
37768
37769 1998-08-15  Jim Meyering  <meyering@ascend.com>
37770
37771         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
37772         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
37773         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
37774         instead of jm_TYPE_SSIZE_T.
37775
37776 1998-08-12  Jim Meyering  <meyering@ascend.com>
37777
37778         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
37779
37780 1998-08-02  Jim Meyering  <meyering@ascend.com>
37781
37782         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
37783         in acconfig.h manually.
37784
37785 1998-07-31  Paul Eggert  <eggert@twinsun.com>
37786
37787         * m4/st_mtim.m4: New file.
37788
37789 1998-07-28  Jim Meyering  <meyering@ascend.com>
37790
37791         * m4/utimes.m4: Undef stat.
37792
37793 1998-07-25  Jim Meyering  <meyering@ascend.com>
37794
37795         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
37796         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
37797
37798 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
37799
37800         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
37801         uid and gid actually remain unchanged.
37802
37803 1998-07-07  Jim Meyering  <meyering@ascend.com>
37804
37805         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
37806
37807 1998-07-04  Jim Meyering  <meyering@ascend.com>
37808
37809         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
37810         to prove that this macro can be used in packages without regex.c.
37811
37812 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
37813
37814         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
37815         is to be used.
37816
37817 1998-07-03  Jim Meyering  <meyering@ascend.com>
37818
37819         * m4/gettext.m4: Add -lintl if it's found to be necessary.
37820
37821         * m4/gettext.m4: New file -- from gettext-0.10.35.
37822         * m4/lcmessage.m4: Likewise.
37823         * m4/progtest.m4: Likewise.
37824
37825         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
37826         * m4/jm-macros.m4: Require the new macro.
37827
37828 1998-06-29  Jim Meyering  <meyering@ascend.com>
37829
37830         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
37831         for the definition of NGROUPS (used in a system header included
37832         by sys/mount.h).
37833
37834 1998-06-28  Jim Meyering  <meyering@ascend.com>
37835
37836         * m4/ls-mntd-fs.m4: New file.
37837         * m4/fstypename.m4: New file.
37838
37839         * m4/jm-macros.m4: Require the new macro.
37840         * m4/jm-glibc-io.m4: New file.
37841
37842 1998-05-19  Jim Meyering  <meyering@ascend.com>
37843
37844         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
37845         * m4/lchown.m4: New file.
37846
37847         * m4/Makefile.am.in: New file.
37848         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
37849
37850 1998-05-14  Jim Meyering  <meyering@ascend.com>
37851
37852         * m4/Makefile.am (EXTRA_DIST): Add them.
37853         * m4/jm-macros.m4: New file.
37854         * m4/utimbuf.m4: New file.
37855
37856 1998-05-12  Jim Meyering  <meyering@ascend.com>
37857
37858         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
37859
37860 1998-05-11  Jim Meyering  <meyering@ascend.com>
37861
37862         * m4/isc-posix.m4: New file.
37863
37864 1998-05-10  Jim Meyering  <meyering@ascend.com>
37865
37866         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
37867
37868 1998-05-09  Jim Meyering  <meyering@ascend.com>
37869
37870         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
37871         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
37872         with automake.
37873
37874         * m4/ssize_t.m4: New file.
37875         * m4/mktime.m4: Remove file -- the new automake has this now.
37876
37877 1998-04-26  Jim Meyering  <meyering@ascend.com>
37878
37879         * m4/assert.m4: New file.
37880         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
37881
37882 1998-04-05  Jim Meyering  <meyering@ascend.com>
37883
37884         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
37885         (jm_PREREQ): Use it here.
37886
37887 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
37888
37889         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
37890         in acconfig.h.
37891
37892 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
37893
37894         * m4/prereq.m4: New file.
37895         * m4/error.m4: New file.
37896         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
37897
37898 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
37899
37900         * m4/getline.m4: Don't set am_cv_func_working_getline before the
37901         cache-check for the same variable -- that defeated the purpose of
37902         the test; the test program was never run.  This was a problem only
37903         on systems with losing getline functions -- HP-UX 10.20 is one.
37904         Reported by Bjorn Helgaas.
37905
37906 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
37907
37908         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
37909
37910 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
37911
37912         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
37913
37914         * m4/const.m4: New file.  Use an initializer in this declaration
37915         typedef int charset[2]; const charset x;
37916         Reported by Bob Glickstein.
37917
37918 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
37919
37920         * m4/chown.m4: Fix reversed types on -1 args to chown.
37921         From Kaveh Ghazi.
37922
37923 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
37924
37925         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
37926         Add lseek and memchr.
37927
37928         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
37929         T.E.Dickey <dickey@clark.net> said that some older preprocessors
37930         have a 20-character limit on names.
37931
37932 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
37933
37934         * m4/inttypes_h.m4: New file.
37935         * m4/uintmax_t.m4: New file.
37936         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
37937
37938 Copyright (C) 1997-2008 Free Software Foundation, Inc.
37939 Copying and distribution of this file, with or without modification,
37940 are permitted provided the copyright notice and this notice are preserved.