Remove useless ASSERTs.
[gnulib.git] / ChangeLog
1 2008-09-21  Bruno Haible  <bruno@clisp.org>
2
3         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
4         * tests/test-sprintf-posix.h (test_function): Likewise.
5
6 2008-09-21  Bruno Haible  <bruno@clisp.org>
7
8         * modules/getpass (Depends-on): Add strdup-posix.
9
10         New module 'strdup-posix'.
11         * modules/strdup-posix: New file.
12         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
13         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
14         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15         REPLACE_STRDUP.
16         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
17         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
18         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19         strdup-posix.
20
21         * modules/strdup (Depends-on): Remove malloc-posix.
22
23 2008-09-20  Bruno Haible  <bruno@clisp.org>
24
25         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
26         Wildenhues.
27
28 2008-09-20  Bruno Haible  <bruno@clisp.org>
29
30         Ensure that wint_t gets defined on IRIX 5.3.
31         * lib/wchar.in.h (wint_t): Define if not defined by the system.
32         * lib/wctype.in.h (wint_t): Likewise.
33         (__wctype_wint_t): Remove type.
34         (isw*): Use wint_t instead of __wctype_wint_t.
35         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
36         * modules/wchar (Files): Add m4/wint_t.m4.
37         (Makefile.am): Substitute HAVE_WINT_T.
38         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
39         * tests/test-wctype.c: Check that wint_t is defined.
40         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
41         * doc/posix-headers/wctype.texi: Likewise.
42         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
43
44 2008-09-18  Bruno Haible  <bruno@clisp.org>
45
46         * gnulib-tool (func_exit): Update comment.
47
48 2008-09-18  Simon Josefsson  <simon@josefsson.org>
49
50         * modules/getaddrinfo (Depends-on): Remove strdup, this module
51         assumes strdup exists and does not depend on strdup to return
52         ENOMEM on out of memory conditions.
53
54 2008-09-18  Bruno Haible  <bruno@clisp.org>
55
56         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
57         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
58         digits for the exponent.
59
60 2008-09-18  Jim Meyering  <meyering@redhat.com>
61             Bruno Haible  <bruno@clisp.org>
62
63         * lib/vasnprintf.c (decimal_point_char): Define also if
64         NEED_PRINTF_INFINITE_LONG_DOUBLE.
65
66 2008-09-16  Bruno Haible  <bruno@clisp.org>
67         and Eric Blake  <ebb9@byu.net>
68
69         vasnprintf: support Irix 5.3
70         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
71         that mishandle long double infinity.
72         Reported by Tom G. Christensen.
73
74 2008-09-16  Bruno Haible  <bruno@clisp.org>
75
76         * doc/glibc-functions/scandir.texi: Mention the function is missing on
77         Solaris 9.
78         * doc/glibc-functions/alphasort.texi: Likewise.
79         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
80
81 2008-09-16  Jim Meyering  <meyering@redhat.com>
82
83         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
84         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
85         a umask modification leak out of a subshell.  Otherwise, the
86         opensolaris /bin/sh would be accepted and thus cause unwarranted
87         failures in the coreutils test suite.
88
89 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
90
91         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
92         to succeed.
93
94 2008-09-16  Jim Meyering  <meyering@redhat.com>
95
96         avoid spurious test failure when library is built without ACL support
97         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
98         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
99         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
100         * tests/test-copy-acl.sh: Likewise.
101
102 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
103
104         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
105         based on character occurrence counts.
106
107 2008-09-15  Eric Blake  <ebb9@byu.net>
108
109         tests: avoid some compiler warnings
110         * tests/test-memchr.c (main): Pass NULL indirectly.
111         * tests/test-closein.c (main): Avoid unused variable.
112
113 2008-09-15  Bruno Haible  <bruno@clisp.org>
114
115         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
116         are missing on OpenBSD 4.0 individually.
117         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
118
119 2008-09-15  Bruno Haible  <bruno@clisp.org>
120
121         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
122         * doc/posix-functions/strerror.texi: Mention also Cygwin.
123         * doc/posix-functions/perror.texi: Likewise.
124         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
125         is missing.
126         Reported by Eric Blake.
127
128         * lib/errno.in.h: Use replacement values >= 2000.
129         Reported by Eric Blake.
130
131 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132
133         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
134         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
135         limit.
136         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
137         compareseq was aborted.
138
139 2008-09-14  Bruno Haible  <bruno@clisp.org>
140
141         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
142         yvec_edit_count.
143         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
144         (fstrcmp_bounded): Simplify result computation accordingly.
145
146 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
147
148         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
149         (fstrcmp): Define in terms of fstrcmp_bounded.
150         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
151         lower_bound argument.
152         Return quickly if the result is certainly < lower_bound.
153         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
154
155 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156
157         * lib/diffseq.h (EARLY_ABORT): New macro.
158         (compareseq): Change return type to bool. Return true when EARLY_ABORT
159         evaluates to true.
160
161 2008-09-14  Bruno Haible  <bruno@clisp.org>
162
163         * modules/perror-tests: New file.
164         * tests/test-perror.sh: New file.
165         * tests/test-perror.c: New file.
166
167         New module 'perror'.
168         * lib/stdio.in.h (perror): New declaration.
169         * lib/perror.c: New file.
170         * m4/perror.m4: New file.
171         * modules/perror: New file.
172         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
173         * doc/posix-functions/perror.texi: Mention the perror module.
174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
175         REPLACE_PERROR.
176         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
177         REPLACE_PERROR.
178
179 2008-09-14  Bruno Haible  <bruno@clisp.org>
180
181         * modules/stdio (Makefile.am): Reorder to match the order in
182         lib/stdio.in.h.
183         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
184
185 2008-09-13  Bruno Haible  <bruno@clisp.org>
186
187         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
188
189 2008-09-13  Bruno Haible  <bruno@clisp.org>
190
191         Extend strerror to cover the added errno values.
192         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
193         (rpl_strerror): Provide error messages for the added errno values and
194         for the WSA* values.
195         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
196         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
197         strerror.
198         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
199         * modules/strerror (Depends-on): Add errno.
200         * doc/posix-functions/strerror.texi: Document the change.
201         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
202         and EOVERFLOW.
203
204 2008-09-13  Bruno Haible  <bruno@clisp.org>
205
206         * modules/EOVERFLOW: Remove file.
207         * m4/eoverflow.m4: Remove file.
208         * modules/EOVERFLOW-tests: Remove file.
209         * tests/test-EOVERFLOW.c: Remove file.
210         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
211         * modules/ftell (Depends-on): Likewise.
212         * modules/getdelim (Depends-on): Likewise.
213         * modules/getugroups (Depends-on): Likewise.
214         * modules/poll (Depends-on): Likewise.
215         * modules/snprintf (Depends-on): Likewise.
216         * modules/sprintf-posix (Depends-on): Likewise.
217         * modules/vasnprintf (Depends-on): Likewise.
218         * modules/vasprintf (Depends-on): Likewise.
219         * modules/vfprintf-posix (Depends-on): Likewise.
220         * modules/vsnprintf (Depends-on): Likewise.
221         * modules/vsprintf-posix (Depends-on): Likewise.
222         * modules/xvasprintf (Depends-on): Likewise.
223         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
224         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
225         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
226         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
227         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
228         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
229         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
230         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
231         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
232         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
233         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
234         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
235         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
236         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
237         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
238         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
239         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
240         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
241         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
242         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
243         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
244         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
245         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
246         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
247         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
248         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
249         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
250         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
251         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
252         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
253         * MODULES.html.sh: Remove EOVERFLOW.
254         * NEWS: Mention the change.
255
256 2008-09-13  Bruno Haible  <bruno@clisp.org>
257
258         * modules/errno-tests: New file.
259         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
260
261         * lib/errno.in.h: New file.
262         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
263         * modules/errno: New file.
264         * doc/posix-headers/errno.texi: Update documentation.
265         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
266
267 2008-09-13  Bruno Haible  <bruno@clisp.org>
268
269         * tests/test-poll.c: Use #if for native Windows, rather than testing
270         __MSVCRT__.
271
272 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
273             Bruno Haible  <bruno@clisp.org>
274
275         * lib/glob.c: Don't include <pwd.h> on native Windows.
276         (WINDOWS32): New macro.
277         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
278
279 2008-09-13  Bruno Haible  <bruno@clisp.org>
280
281         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
282         (ETIMEDOUT): Remove macro.
283         (glthread_cond_timedwait_multithreaded): New declaration.
284         (glthread_cond_timedwait): Use it.
285         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
286         (glthread_cond_timedwait_multithreaded): New function.
287
288 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
289
290         * modules/poll-tests: Do not check for io.h.
291         * tests/test-poll.c: Check for __MSVCRT__ instead.
292
293 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
294
295         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
296         * modules/poll-tests: Add inet_pton, stdbool, sockets.
297         * tests/test-poll.c: Use them.  Use _pipe on Windows.
298
299 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
300
301         * modules/poll-tests: New.
302         * tests/test-poll.c: New.
303
304 2008-09-12  Eric Blake  <ebb9@byu.net>
305
306         frexp: test for NetBSD failure on -0.0
307         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
308         not all, bugs from NetBSD 3.0 have been fixed.
309         * doc/posix-functions/frexp.texi (frexp): Document bug.
310         Reported by Thomas Klausner.
311
312         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
313         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
314         literal -0.0.
315         Reported by Jonathan C. Patschke <jp@centtech.com>.
316
317 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
318
319         * lib/glthread/cond.h: Use dummy implementation also if
320         USE_WIN32_THREADS.
321
322 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
323
324         * modules/fnmatch-posix (License): Change to LGPLv2+.
325         * modules/fnmatch-gnu (License): Likewise.
326
327 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
328
329         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
330
331 2008-09-11  Jim Meyering  <meyering@redhat.com>
332
333         * users.txt: Add gtk-vnc.
334
335 2008-09-08  Simon Josefsson  <simon@josefsson.org>
336
337         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
338         rotate amounts.
339
340         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
341         required for 16-bit and 8-bit rotates.
342         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
343         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
344         UINT8_MAX instead of hard-coded constants.
345         Suggested by Paul Eggert.
346
347 2008-09-07  Bruno Haible  <bruno@clisp.org>
348
349         * tests/test-striconveh.c (main): Check behaviour when converting from
350         UTF-7.
351
352         Make striconveh work better with stateful encodings.
353         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
354         that iconv does not increment the inptr when returning -1/EINVAL.
355
356 2008-09-07  Bruno Haible  <bruno@clisp.org>
357
358         * build-aux/config.rpath: Update according to libtool-2.2.6.
359         * build-aux/config.libpath: Likewise.
360
361 2008-09-06  Bruno Haible  <bruno@clisp.org>
362
363         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
364         * lib/freadptr.c (freadptr): Likewise.
365         * lib/freadseek.c (freadptrinc): Likewise.
366         Reported by Simon Josefsson.
367
368 2008-09-06  Bruno Haible  <bruno@clisp.org>
369
370         * modules/freadptr (License): Change to LGPLv2+.
371         * modules/freadseek (License): Likewise.
372         Suggested by Eric Blake.
373
374         * modules/memchr2 (License): Change to LGPLv2+.
375         Approved by Eric Blake.
376
377 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
378             Bruno Haible  <bruno@clisp.org>
379
380         Make gnulib-tool work with native 'sed' on AIX.
381         * gnulib-tool (sed_noop): New variable.
382         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
383         func_add_or_update, func_create_testdir): Use it to initialize sed
384         script variables.
385         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
386
387 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
388             Bruno Haible  <bruno@clisp.org>
389
390         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
391         also works after #include directives.
392
393 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
394
395         getdate.y: reject an out-of-range timezone value
396         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
397         the range [-24...+24].  When specified with only one or two digits,
398         * tests/test-getdate.c: Tests for the fix.
399         * doc/getdate.texi: Document this change.
400
401 2008-09-03  Bruno Haible  <bruno@clisp.org>
402
403         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
404
405 2008-09-02  Simon Josefsson  <simon@josefsson.org>
406
407         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
408         <bruce.korb@gmail.com> with ideas from Ben Pfaff
409         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
410         Blake <ebb9@byu.net>.
411
412         * tests/test-bitrotate.c: Add more test vectors.
413
414 2008-09-02  Eric Blake  <ebb9@byu.net>
415
416         vasnprintf-posix: handle large precision via %.*d
417         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
418         when handling it ourselves.
419         * tests/test-vasnprintf-posix.c (test_function): Add test.
420         * tests/test-snprintf-posix.h (test_function): Likewise.
421         * tests/test-sprintf-posix.h (test_function): Likewise.
422         * tests/test-vasprintf-posix.c (test_function): Likewise.
423         Reported by Alain Guibert.
424
425 2008-09-01  Eric Blake  <ebb9@byu.net>
426
427         c-stack: make configure-time check more robust
428         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
429         successful sigaction call.
430         Reported by Tom G. Christensen.
431
432 2008-09-01  Bruno Haible  <bruno@clisp.org>
433
434         New module 'findprog-lgpl'.
435         * modules/findprog-lgpl: New file.
436         * lib/findprog-lgpl.c: New file.
437         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
438         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
439         to decide whether to use strdup or xstrdup, concatenated_filename or
440         xconcatenated_filename.
441
442 2008-09-01  Bruno Haible  <bruno@clisp.org>
443
444         Split module 'concat-filename' into 'concat-filename' (LGPL) and
445         'xconcat-filename' (GPL).
446         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
447         (License): Change to LGPLv2+.
448         * modules/xconcat-filename: New file.
449         * lib/concat-filename.h (concatenated_filename): Change specification.
450         (xconcatenated_filename): New declaration.
451         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
452         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
453         memory situations.
454         * lib/xconcat-filename.c: New file.
455         * NEWS: Mention the change.
456         * lib/findprog.c: Include concat-filename.h, not filename.h.
457         (find_in_path): Use xconcatenated_filename instead of
458         concatenated_filename.
459         * lib/javacomp.c: Include concat-filename.h, not filename.h.
460         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
461         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
462         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
463         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
464         instead of concatenated_filename.
465         * lib/javaexec.c: Include concat-filename.h, not filename.h.
466         (execute_java_class): Use xconcatenated_filename instead of
467         concatenated_filename.
468         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
469         * modules/javacomp (Depends-on): Likewise.
470         * modules/javaexec (Depends-on): Likewise.
471
472 2008-09-01  Bruno Haible  <bruno@clisp.org>
473
474         Split module 'filename' into 'filename' and 'concat-filename'.
475         * modules/filename: Keep only lib/filename.h.
476         (License): Change to LGPLv2+.
477         * modules/concat-filename: New file, extracted from modules/filename.
478         * lib/filename.h (concatenated_filename): Remove declaration.
479         * lib/concat-filename.h: New file, extracted from lib/filename.h.
480         * lib/concat-filename.c: Include concat-filename.h.
481         * NEWS: Mention the change.
482
483 2008-09-01  Simon Josefsson  <simon@josefsson.org>
484
485         * lib/bitrotate.h (rotl8, rotr8): Add.
486
487         * modules/bitrotate (configure.ac): Need
488         AC_REQUIRE([AC_C_INLINE]).
489         (Description): Mention stdint.h.  Reported by Bruno Haible
490         <bruno@clisp.org>.
491
492         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
493         Paolo Bonzini <bonzini@gnu.org>.
494
495 2008-08-31  Bruno Haible  <bruno@clisp.org>
496
497         Assume Solaris specific bi-arch conventions on Solaris systems.
498         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
499         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
500         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
501         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
502         like acl_libdirstem.
503         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
504         acl_libdirstem.
505         * NEWS: Mention the change.
506         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
507
508 2008-08-31  Jim Meyering  <meyering@redhat.com>
509
510         * lib/strftime.h: Add comments describing the two added arguments.
511
512         remove duplicate #include directives
513         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
514         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
515
516 2008-08-31  Bruno Haible  <bruno@clisp.org>
517
518         New module 'sigpipe-die'.
519         * modules/sigpipe-die: New file.
520         * lib/sigpipe-die.h: New file.
521         * lib/sigpipe-die.c: New file.
522         * MODULES.html.sh (Signal handling): Add sigpipe-die.
523
524 2008-08-31  Bruno Haible  <bruno@clisp.org>
525
526         Don't override previously installed signal handlers.
527         * lib/fatal-signal.c (saved_sigactions): New variable.
528         (uninstall_handlers): Reset the signal to the saved handler, not
529         to SIG_DFL (except when ignored).
530         (install_handlers): Save the previous handlers.
531
532 2008-08-30  Bruno Haible  <bruno@clisp.org>
533
534         * gnulib-tool (func_reset_sigpipe): New function.
535         (func_get_automake_snippet, func_modules_transitive_closure,
536         func_import): Invoke it before a join command that reads from stdin,
537         to avoid "echo: write error: Broken pipe" error messages on stderr.
538         Reported by Sam Steingold <sds@gnu.org>.
539
540 2008-08-30  Bruno Haible  <bruno@clisp.org>
541
542         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
543         Code copied from m4/open.m4.
544         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
545         access and the filename ends in a slash. Code copied from lib/open.c.
546         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
547         * tests/test-fopen.c (main): Check against bug with trailing slash.
548
549 2008-08-29  Bruno Haible  <bruno@clisp.org>
550
551         Avoid some "gcc -pedantic" warnings.
552         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
553         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
554         * lib/dirent.in.h: Likewise.
555         * lib/fcntl.in.h: Likewise.
556         * lib/float.in.h: Likewise.
557         * lib/iconv.in.h: Likewise.
558         * lib/inttypes.in.h: Likewise.
559         * lib/locale.in.h: Likewise.
560         * lib/math.in.h: Likewise.
561         * lib/netinet_in.in.h: Likewise.
562         * lib/search.in.h: Likewise.
563         * lib/signal.in.h: Likewise.
564         * lib/stdarg.in.h: Likewise.
565         * lib/stdint.in.h: Likewise.
566         * lib/stdio.in.h: Likewise.
567         * lib/stdlib.in.h: Likewise.
568         * lib/string.in.h: Likewise.
569         * lib/strings.in.h: Likewise.
570         * lib/sys_select.in.h: Likewise.
571         * lib/sys_socket.in.h: Likewise.
572         * lib/sys_stat.in.h: Likewise.
573         * lib/sys_time.in.h: Likewise.
574         * lib/sysexits.in.h: Likewise.
575         * lib/time.in.h: Likewise.
576         * lib/unistd.in.h: Likewise.
577         * lib/wchar.in.h: Likewise.
578         * lib/wctype.in.h: Likewise.
579         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
580         * modules/fchdir (Makefile.am): Likewise.
581         * modules/fcntl (Makefile.am): Likewise.
582         * modules/float (Makefile.am): Likewise.
583         * modules/iconv_open (Makefile.am): Likewise.
584         * modules/inttypes (Makefile.am): Likewise.
585         * modules/locale (Makefile.am): Likewise.
586         * modules/math (Makefile.am): Likewise.
587         * modules/netinet_in (Makefile.am): Likewise.
588         * modules/search (Makefile.am): Likewise.
589         * modules/signal (Makefile.am): Likewise.
590         * modules/stdarg (Makefile.am): Likewise.
591         * modules/stdint (Makefile.am): Likewise.
592         * modules/stdio (Makefile.am): Likewise.
593         * modules/stdlib (Makefile.am): Likewise.
594         * modules/string (Makefile.am): Likewise.
595         * modules/strings (Makefile.am): Likewise.
596         * modules/sys_select (Makefile.am): Likewise.
597         * modules/sys_socket (Makefile.am): Likewise.
598         * modules/sys_stat (Makefile.am): Likewise.
599         * modules/sys_time (Makefile.am): Likewise.
600         * modules/sysexits (Makefile.am): Likewise.
601         * modules/time (Makefile.am): Likewise.
602         * modules/unistd (Makefile.am): Likewise.
603         * modules/wchar (Makefile.am): Likewise.
604         * modules/wctype (Makefile.am): Likewise.
605         Reported by Reuben Thomas <rrt@sc3d.org>.
606
607 2008-08-29  Bruno Haible  <bruno@clisp.org>
608
609         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
610         any more.
611
612 2008-08-29  Simon Josefsson  <simon@josefsson.org>
613
614         * MODULES.html.sh (Misc): Add bitrotate.
615
616         * modules/bitrotate: New file.
617
618         * lib/bitrotate.h: New file.
619
620         * modules/bitrotate-tests: New file.
621
622         * tests/test-bitrotate.c: New file.
623
624         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
625         on the bitrotate module.
626
627         * lib/arctwo.c: Use new bitrotate module.
628
629 2008-08-29  Jim Meyering  <meyering@redhat.com>
630
631         bootstrap: merge changes from coreutils
632         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
633         of copied files.  Remove a kludge, now that this is fixed.
634         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
635         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
636         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
637
638 2008-08-29  Bruno Haible  <bruno@clisp.org>
639
640         * MODULES.html.sh: Remove --cvs-urls option.
641
642 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
643
644         maint.mk: adjust to file name change
645         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
646
647 2008-08-28  Jim Meyering  <meyering@redhat.com>
648
649         * modules/getndelim2 (License): Relicense to LGPLv2+.
650         Approved by Richard Stallman for the version of 1995, and by
651         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
652
653 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
654
655         * lib/getdelim.c (flockfile, funlockfile): Make all of them
656         dummy if one is not available.  Do not touch them if
657         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
658         (getc_maybe_unlocked): New.
659         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
660
661 2008-08-26  Eric Blake  <ebb9@byu.net>
662
663         doc/INSTALL: resync from autoconf
664         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
665         (INSTALL_PRELUDE): Delete; this is done more efficiently by
666         moving...
667         * install.texi [!autoconf]: ...here.  Resync from autoconf.
668         * INSTALL: Regenerate.
669         * INSTALL.ISO: New file.
670         * INSTALL.UTF-8: Likewise.
671
672 2008-08-26  Jim Meyering  <meyering@redhat.com>
673
674         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
675         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
676         these definitions conditional, so that they may be overridden, too.
677
678 2008-08-26  Bruno Haible  <bruno@clisp.org>
679
680         Generate INSTALL file variants with prettier quotes.
681         * doc/Makefile (INSTALL_PRELUDE): New macro.
682         (INSTALL): Use it.
683         (INSTALL.ISO, INSTALL.UTF-8): New rules.
684
685 2008-08-26  Bruno Haible  <bruno@clisp.org>
686
687         Run makeinfo in an English locale.
688         * doc/Makefile (MAKEINFO): New variable.
689
690 2008-08-26  Bruno Haible  <bruno@clisp.org>
691
692         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
693         Suggested by Eric Blake.
694
695 2008-08-25  Bruno Haible  <bruno@clisp.org>
696
697         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
698
699 2008-08-25  Eric Blake  <ebb9@byu.net>
700
701         c-stack: test that stack overflow can be caught
702         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
703         that platform allows handling stack overflow; at least OS/2 EMX
704         has sigaltstack, but crashes before transferring control to
705         handler on stack overflow.
706         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
707         check for HAVE_STACK_OVERFLOW_HANDLING.
708         Reported by Elbert Pol.
709
710 2008-08-25  Bruno Haible  <bruno@clisp.org>
711
712         * doc/posix-functions/strftime.texi: Fix description of strftime
713         module.
714
715 2008-08-24  Bruno Haible  <bruno@clisp.org>
716
717         * tests/uniwidth/test-uc_width2.c: New file.
718         * tests/uniwidth/test-uc_width2.sh: New file.
719         * modules/uniwidth/width-tests (Files): Add the new files.
720         (TESTS): Add uniwidth/test-uc_width2.sh.
721         (TESTS_ENVIRONMENT): New variable.
722         (check_PROGRAMS): Add test-uc_width2.
723         (test_uc_width2_SOURCES): New variable.
724
725         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
726         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
727         not 0x00AB.
728         Reported by Alexander V. Lukyanov <lav@netis.ru>.
729
730 2008-08-22  Eric Blake  <ebb9@byu.net>
731
732         test-lock, test-tls: mention why a test is skipped
733         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
734         skipped.
735         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
736
737         count-one-bits: relax license
738         * modules/count-one-bits (License): Relicense to LGPLv2+.
739         Suggested by Ludovic Courtès, approved by Ben Pfaff.
740
741 2008-08-22  Andreas Schwab  <schwab@suse.de>
742
743         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
744         Remove spurious space in assignment.
745
746 2008-08-21  Simon Josefsson  <simon@josefsson.org>
747
748         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
749         Paul Eggert <eggert@CS.UCLA.EDU>.
750
751 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
752
753         * modules/gettext: Add m4/threadlib.m4.
754
755 2008-08-19  Eric Blake  <ebb9@byu.net>
756
757         test-c-stack: fix compilation failure on FreeBSD 5.0
758         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
759         headers before <sys/resource.h>.
760         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
761         the bug.
762         Reported by Nelson H. F. Beebe.
763
764         strverscmp: migrate from "strverscmp.h" to <string.h>
765         * modules/string (Makefile.am): Add new hooks.
766         * modules/strverscmp (Files): Remove strverscmp.h.
767         (Depends-on): Add string.
768         (configure.ac): Add indicator.
769         (Include): Mention new header.
770         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
771         defaults.
772         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
773         results.
774         * lib/strverscmp.h: Delete.
775         * lib/string.in.h (strverscmp): Provide declaration, when needed.
776         * tests/test-strverscmp.c (includes): Adjust client.
777         * lib/check-version.c (includes): Likewise.
778         * NEWS: Document the change.
779
780         strverscmp: add unit test
781         * modules/strverscmp-tests: New file.
782         * tests/test-strverscmp.c: Likewise.
783
784 2008-08-19  Simon Josefsson  <simon@josefsson.org>
785
786         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
787         regarding Windows crypto stuff, from Mono.
788
789 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
790
791         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
792         if present, for intel RND.  Return error on failures.
793
794 2008-08-18  Ben Pfaff  <blp@gnu.org>
795
796         gitlog-to-changelog: give better diagnostic for failed pipe-open
797         * build-aux/gitlog-to-changelog: Improve error message: suggest
798         that the version of Git may be too old.
799
800 2008-08-18  Simon Josefsson  <simon@josefsson.org>
801
802         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
803         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
804
805 2008-08-18  Bruno Haible  <bruno@clisp.org>
806
807         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
808         pthread_in_use().
809
810 2008-08-18  Bruno Haible  <bruno@clisp.org>
811
812         * lib/glthread/threadlib.c: Include <pthread.h>.
813
814 2008-08-18  Bruno Haible  <bruno@clisp.org>
815
816         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
817         glthread_recursive_lock_* macros.
818         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
819         Fix syntax error.
820
821 2008-08-18  Bruno Haible  <bruno@clisp.org>
822
823         * lib/glthread/thread.c: Avoid forcing a context switch right after
824         thread creation.
825
826 2008-08-17  Bruno Haible  <bruno@clisp.org>
827
828         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
829         * lib/glthread/thread.h: Provide Win32 specific implementation.
830         * modules/thread (Files): Add lib/glthread/thread.c.
831         (Depends-on): Add lock.
832         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
833
834 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
835
836         New module 'yield'.
837         * modules/yield: New file.
838         * lib/glthread/yield.h: New file.
839         * m4/yield.m4: New file.
840         * MODULES.html.sh (Multithreading): Add yield.
841
842 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
843
844         New module 'thread'.
845         * modules/thread: New file.
846         * lib/glthread/thread.h: New file.
847         * m4/thread.m4: New file.
848         * MODULES.html.sh (Multithreading): Add thread.
849
850 2008-08-17  Bruno Haible  <bruno@clisp.org>
851
852         * lib/glthread/lock.h: Include <stdlib.h> always.
853         * lib/glthread/tls.h: Likewise.
854         * lib/glthread/cond.h: Likewise.
855
856 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
857
858         New module 'cond'.
859         * modules/cond: New file.
860         * lib/glthread/cond.h: New file.
861         * lib/glthread/cond.c: New file.
862         * m4/cond.m4: New file.
863         * MODULES.html.sh (Multithreading): Add cond.
864
865 2008-08-16  Eric Blake  <ebb9@byu.net>
866
867         c-stack: fix regression on Irix 5.3 from 2008-06-21
868         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
869         sa_sigaction...
870         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
871         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
872         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
873         * modules/signal (Makefile.am): Use the value.
874         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
875         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
876         * doc/posix-headers/signal.texi (signal.h): Document this
877         portability issue.
878         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
879         Reported by Tom G. Christensen.
880
881 2008-08-17  Bruno Haible  <bruno@clisp.org>
882
883         New module 'threadlib'.
884         * modules/threadlib: New file.
885         * lib/glthread/threadlib.c: New file, extracted from
886         lib/glthread/lock.c.
887         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
888         functions.
889         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
890         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
891         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
892         macros.
893         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
894         (gl_DISABLE_THREADS): Remove macro.
895         * modules/lock (Files): Remove build-aux/config.rpath.
896         (Depends-on): Remove havelib. Add threadlib.
897         (configure.ac-early): Remove section.
898         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
899         * modules/tls (Depends-on): Remove lock. Add threadlib.
900         (Link): New section, copied from threadlib.
901         * MODULES.html.sh (Multithreading): Add threadlib.
902
903 2008-08-14  Bruno Haible  <bruno@clisp.org>
904
905         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
906         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
907         glthread_rwlock_unlock, glthread_rwlock_destroy,
908         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
909         glthread_recursive_lock_destroy): Define as macros always.
910         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
911         glthread_lock_lock.
912         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
913         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
914         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
915         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
916         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
917         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
918         (glthread_recursive_lock_lock_func): Renamed from
919         glthread_recursive_lock_lock.
920         (glthread_recursive_lock_unlock_func): Renamed from
921         glthread_recursive_lock_unlock.
922         (glthread_recursive_lock_destroy_func): Renamed from
923         glthread_recursive_lock_destroy.
924
925 2008-08-14  Bruno Haible  <bruno@clisp.org>
926
927         * lib/glthread/lock.h: Renamed from lib/lock.h.
928         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
929         * lib/glthread/tls.h: Renamed from lib/tls.h.
930         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
931         * lib/fstrcmp.c: Update includes.
932         * lib/strsignal.c: Update includes.
933         * modules/lock (Files, Makefile.am): Update.
934         (Include): Change to "glthread/lock.h".
935         * modules/tls (Files, Makefile.am): Update.
936         (Include): Change to "glthread/tls.h".
937         * tests/test-lock.c: Update includes.
938         * tests/test-tls.c: Update includes.
939         * NEWS: Mention the renamed header files.
940
941 2008-08-11  Jim Meyering  <meyering@redhat.com>
942
943         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
944
945 2008-08-11  Eric Blake  <ebb9@byu.net>
946
947         test-c-stack: avoid C99-ism
948         * tests/test-c-stack.c (main): Fix whitespace, move declaration
949         before statement.
950         Reported by Alain Guibert.
951
952 2008-08-10  Jim Meyering  <meyering@redhat.com>
953
954         ensure that return value of uinttostr et al are not ignored
955         * lib/inttostr.h (__GNUC_PREREQ): Define.
956         (__attribute_warn_unused_result__): Define.
957         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
958
959 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
960
961         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
962         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
963
964 2008-08-07  Jim Meyering  <meyering@redhat.com>
965
966         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
967
968         * modules/mkstemp (License): Relicense under LGPLv2+.
969         * modules/tempname (License): Likewise.
970
971 2008-08-06  Bruno Haible  <bruno@clisp.org>
972
973         * lib/poll.c (poll): Further micro-optimization.
974
975 2008-08-06  Jim Meyering  <meyering@redhat.com>
976
977         inet_pton.c: use locale-independent tolower
978         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
979         (inet_pton6): Use c_tolower rather than tolower.
980         * modules/inet_pton (Depends-on): Add c-ctype.
981
982 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
983
984         * lib/poll.c (poll): Avoid division when timeout is 0, cache
985         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
986
987 2008-08-06  Jim Meyering  <meyering@redhat.com>
988
989         * modules/inet_pton (License): Relicense under LGPLv2+.
990
991 2008-08-03  Bruno Haible  <bruno@clisp.org>
992
993         Additional non-aborting API for lock and tls.
994         * lib/lock.h: Include <errno.h>.
995         (glthread_lock_init): New macro/function.
996         (gl_lock_init): Define as wrapper around glthread_lock_init.
997         (glthread_lock_lock): New macro/function.
998         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
999         (glthread_lock_unlock): New macro/function.
1000         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
1001         (glthread_lock_destroy): New macro/function.
1002         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
1003         (glthread_rwlock_init): New macro/function.
1004         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
1005         (glthread_rwlock_rdlock): New macro/function.
1006         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
1007         (glthread_rwlock_wrlock): New macro/function.
1008         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
1009         (glthread_rwlock_unlock): New macro/function.
1010         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
1011         (glthread_rwlock_destroy): New macro/function.
1012         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
1013         (glthread_recursive_lock_init): New macro/function.
1014         (gl_recursive_lock_init): Define as wrapper around
1015         glthread_recursive_lock_init.
1016         (glthread_recursive_lock_lock): New macro/function.
1017         (gl_recursive_lock_lock): Define as wrapper around
1018         glthread_recursive_lock_lock.
1019         (glthread_recursive_lock_unlock): New macro/function.
1020         (gl_recursive_lock_unlock): Define as wrapper around
1021         glthread_recursive_lock_unlock.
1022         (glthread_recursive_lock_destroy): New macro/function.
1023         (gl_recursive_lock_destroy): Define as wrapper around
1024         glthread_recursive_lock_destroy.
1025         (glthread_once): New macro/function.
1026         (gl_once): Define as wrapper around glthread_once.
1027         Update function declarations.
1028         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
1029         glthread_rwlock_init. Return error code.
1030         (glthread_rwlock_rdlock_multithreaded): Renamed from
1031         glthread_rwlock_rdlock. Return error code.
1032         (glthread_rwlock_wrlock_multithreaded): Renamed from
1033         glthread_rwlock_wrlock. Return error code.
1034         (glthread_rwlock_unlock_multithreaded): Renamed from
1035         glthread_rwlock_unlock. Return error code.
1036         (glthread_rwlock_destroy_multithreaded): Renamed from
1037         glthread_rwlock_destroy. Return error code.
1038         (glthread_recursive_lock_init_multithreaded): Renamed from
1039         glthread_recursive_lock_init. Return error code.
1040         (glthread_recursive_lock_lock_multithreaded): Renamed from
1041         glthread_recursive_lock_lock. Return error code.
1042         (glthread_recursive_lock_unlock_multithreaded): Renamed from
1043         glthread_recursive_lock_unlock. Return error code.
1044         (glthread_recursive_lock_destroy_multithreaded): Renamed from
1045         glthread_recursive_lock_destroy. Return error code.
1046         (glthread_once_call): Make static.
1047         (glthread_once_multithreaded): Renamed from glthread_once.
1048         * lib/tls.h: Include <errno.h>.
1049         (glthread_tls_key_init): New macro/function.
1050         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
1051         (glthread_tls_set): New macro/function.
1052         (gl_tls_set): Define as wrapper around glthread_tls_set.
1053         (glthread_tls_key_destroy): New macro/function.
1054         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
1055         Update function declarations.
1056         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
1057         glthread_tls_get.
1058         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1059
1060 2008-08-04  Eric Blake  <ebb9@byu.net>
1061
1062         gnumakefile: use space, not TAB, outside of targets
1063         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
1064
1065 2008-08-02  Jim Meyering  <meyering@redhat.com>
1066
1067         getdate.y: avoid locale-dependent date parsing failure
1068         In Turkish locales, getdate would fail to recognize keywords
1069         containing a lowercase "i".  The solution is not to rely on
1070         locale-sensitive case-conversion.
1071         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
1072         (lookup_word): Use c_toupper in place of toupper.
1073         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
1074         Reported by Vefa Bicakci <bicave@superonline.com> in
1075         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
1076         * modules/getdate (Depends-on): Add c-ctype.
1077
1078 2008-08-02  Bruno Haible  <bruno@clisp.org>
1079
1080         * gnulib-tool (func_import): When updating or creating a .gitignore
1081         file, prepend each added line with a slash, and ignore leading slashes
1082         from the existing lines.
1083         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1084
1085 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1086
1087         Portability fix for GNU make 3.79.1.
1088         * top/GNUmakefile: Avoid 'else COND', which older GNU make
1089         versions do not understand.
1090
1091 2008-08-01  Bruno Haible  <bruno@clisp.org>
1092
1093         Work around bug of HP-UX 10.20 cc with -0.0 literal.
1094         * tests/test-isnanf.h (zero): New variable.
1095         (main): Avoid literal -0.0f.
1096         * tests/test-isnand.h (zero): New variable.
1097         (main): Avoid literal -0.0.
1098         * tests/test-isnanl.h (zero): New variable.
1099         (main): Avoid literal -0.0L.
1100         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
1101         (test_float, test_double, test_long_double): Avoid literals -0.0f,
1102         -0.0, -0.0L.
1103         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
1104         (test_signbitd): Avoid literal -0.0.
1105         (test_signbitl): Avoid literal -0.0L.
1106         * tests/test-ceilf1.c (zero): New variable.
1107         (main): Avoid literal -0.0f.
1108         * tests/test-ceill.c (zero): New variable.
1109         (main): Avoid literal -0.0L.
1110         * tests/test-floorf1.c (zero): New variable.
1111         (main): Avoid literal -0.0f.
1112         * tests/test-floorl.c (zero): New variable.
1113         (main): Avoid literal -0.0L.
1114         * tests/test-roundf1.c (zero): New variable.
1115         (main): Avoid literal -0.0f.
1116         * tests/test-round1.c (zero): New variable.
1117         (main): Avoid literal -0.0.
1118         * tests/test-roundl.c (zero): New variable.
1119         (main): Avoid literal -0.0L.
1120         * tests/test-truncf1.c (zero): New variable.
1121         (main): Avoid literal -0.0f.
1122         * tests/test-trunc1.c (zero): New variable.
1123         (main): Avoid literal -0.0.
1124         * tests/test-truncl.c (zero): New variable.
1125         (main): Avoid literal -0.0L.
1126         * tests/test-frexp.c (zero): New variable.
1127         (main): Avoid literal -0.0.
1128         * tests/test-frexpl.c (zero): New variable.
1129         (main): Avoid literal -0.0L.
1130         * tests/test-ldexpl.c (zero): New variable.
1131         (main): Avoid literal -0.0L.
1132         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1133         (zerod, zerol): New variables.
1134         (test_function): Avoid literals -0.0, -0.0L.
1135         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1136         (zerod, zerol): New variables.
1137         (test_function): Avoid literals -0.0, -0.0L.
1138         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1139         (zerod, zerol): New variables.
1140         (test_function): Avoid literals -0.0, -0.0L.
1141         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1142         (zerod, zerol): New variables.
1143         (test_function): Avoid literals -0.0, -0.0L.
1144         * tests/test-strtod.c (zero): New variable.
1145         (main): Avoid literal -0.0.
1146         Reported by Jonathan C. Patschke <jp@centtech.com>.
1147
1148 2008-07-31  Jim Meyering  <meyering@redhat.com>
1149
1150         sha256.h: correct definition of SHA224_DIGEST_SIZE
1151         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
1152         Reported by Paulie Pena IV <paulie4@gmail.com>.
1153         Define as 224 / 8, rather than as a literal.
1154         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
1155         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
1156         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
1157
1158 2008-07-31  Bruno Haible  <bruno@clisp.org>
1159
1160         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
1161         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
1162         Reported by Jonathan Patschke <jp@centtech.com>.
1163
1164 2008-07-31  Bruno Haible  <bruno@clisp.org>
1165
1166         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
1167         Reported by Paolo Bonzini <bonzini@gnu.org>.
1168
1169 2008-07-30  Eric Blake  <ebb9@byu.net>
1170
1171         test-strtod: allow compilation without -lm
1172         * tests/test-strtod.c (main): Avoid link dependence on fabs.
1173         Reported by Dennis Clarke <blastwave@gmail.com>.
1174
1175 2008-07-28  Jim Meyering  <meyering@redhat.com>
1176
1177         bootstrap: work also when there are no .po files in po/
1178         * build-aux/bootstrap (update_po_files): Complete the change
1179         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
1180
1181 2008-07-27  Jim Meyering  <meyering@redhat.com>
1182
1183         * users.txt: Add zile.
1184
1185 2008-07-26  Ben Pfaff  <blp@gnu.org>
1186
1187         Add missing dependencies on new m4/exponent[fdl].m4 files.
1188         * modules/isnanf-nolibm: Add m4/exponentf.m4.
1189         * modules/isnand-nolibm: Add m4/exponentd.m4.
1190         * modules/isnanl-nolibm: Add m4/exponentl.m4.
1191         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
1192         m4/isnan[fdl].m4, because the macros actually used moved.
1193         Reported by Jim Meyering.
1194
1195 2008-07-14  Ben Pfaff  <blp@gnu.org>
1196
1197         Add isinf module.
1198         * lib/isinf.c: New file.
1199         * lib/math.in.h: Define isinf macro if we have decided to replace
1200         it.
1201         * m4/isinf.m4: New file.
1202         * m4/math_h.m4: Initialize and substitute variables for isinf
1203         module.
1204         * modules/isinf: New file.
1205         * modules/isinf-tests: New file.
1206         * modules/math: Add substitutions for new module.
1207         * tests/test-isinf.c: New file.
1208         * doc/posix-functions/isinf.texi: Mention new module.
1209         * MODULES.html.sh: Mention new module.
1210
1211 2008-07-14  Ben Pfaff  <blp@gnu.org>
1212
1213         Factor out some macros for use by additional modules.
1214         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
1215         exponentf.m4.
1216         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
1217         exponentd.m4.
1218         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
1219         file exponentl.m4.
1220         * m4/exponentf.m4: New file.
1221         * m4/exponentd.m4: New file.
1222         * m4/exponentl.m4: New file.
1223         * modules/isnanf: Use new file m4/exponentf.m4.
1224         * modules/isnand: Use new file m4/exponentd.m4.
1225         * modules/isnanl: Use new file m4/exponentl.m4.
1226
1227 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
1228
1229         mktime.c: normalize tp->tm_isdst value to -1/0/1.
1230         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1231         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
1232         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
1233
1234         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
1235         readlink on platforms without PATH_MAX.
1236
1237 2008-07-21  Eric Blake  <ebb9@byu.net>
1238
1239         Warn, not fail, on stale version.
1240         * top/GNUmakefile (_curr-ver): Tone down previous patch.
1241
1242         Don't allow installation with stale devel version number.
1243         * top/GNUmakefile (_is-install-target): New macro.
1244         (_curr-ver): Forbid installation with stale version number.
1245
1246 2008-07-20  Bruno Haible  <bruno@clisp.org>
1247
1248         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
1249         TESTS_ENVIRONMENT.
1250         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
1251
1252 2008-07-20  Bruno Haible  <bruno@clisp.org>
1253
1254         * lib/c-stack.h (c_stack_action): Add documentation.
1255         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
1256
1257 2008-07-20  Bruno Haible  <bruno@clisp.org>
1258
1259         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
1260         * modules/readlink (License): Likewise.
1261
1262 2008-07-17  Eric Blake  <ebb9@byu.net>
1263
1264         * modules/c-stack (Link): Fix typo.
1265
1266         Make c-stack use libsigsegv, when available.
1267         * modules/c-stack (Depends-on): Add libsigsegv.
1268         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
1269         needed.
1270         * lib/c-stack.c (SIGSTKSZ): Define fallback.
1271         (segv_handler, overflow_handler, c_stack_action)
1272         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
1273         implementation when libsigsegv is available, but only when using
1274         the library is necessary.
1275         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
1276         comment, explaining why XSI check fails on Linux.
1277         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
1278         * tests/test-c-stack2.sh: Tweak skip message.
1279         * NEWS: Document new link-time requirements.
1280
1281 2008-07-16  Eric Blake  <ebb9@byu.net>
1282
1283         c-stack: Expose false positives when not using libsigsegv.
1284         * modules/c-stack-tests (Files): Expand test.
1285         * tests/test-c-stack.c (main): Add means to conditionally trigger
1286         non-overflow SIGSEGV.
1287         * tests/test-c-stack2.sh: New file.
1288
1289 2008-07-14  Bruno Haible  <bruno@clisp.org>
1290
1291         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
1292         Reported by Eric Blake.
1293
1294 2008-07-14  Sam Steingold  <sds@gnu.org>
1295             Bruno Haible  <bruno@clisp.org>
1296
1297         New module libsigsegv.
1298         * modules/libsigsegv: New file.
1299         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
1300         modifications.
1301         * MODULES.html.sh (Signal handling): New section.
1302
1303 2008-07-14  Bruno Haible  <bruno@clisp.org>
1304
1305         * modules/unictype/ctype-* (Description): Add the word "function".
1306         Improves the resulting doc in MODULES.html.
1307
1308 2008-07-12  Ben Pfaff  <blp@gnu.org>
1309
1310         Add longlong module.
1311         * modules/longlong: New file.
1312
1313 2008-07-12  Bruno Haible  <bruno@clisp.org>
1314
1315         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
1316         to empty.
1317
1318 2008-07-10  Ben Pfaff  <blp@gnu.org>
1319
1320         Add isnan module.
1321         * doc/posix-functions/isnan.texi: Mention new module.
1322         * lib/math.in.h: Define isnan macro if we have decided to replace
1323         it.
1324         * m4/isnan.m4: New file.
1325         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
1326         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
1327         also.
1328         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
1329         redundancy.
1330         * m4/math_h.m4: Initialize and substitute variables for isnan
1331         module.
1332         * modules/isnan: New file.
1333         * modules/isnan-tests: New file.
1334         * modules/math: Add substitutions for new module.
1335         * tests/test-isnan.c: New file.
1336         * MODULES.html.sh: Mention new module.
1337
1338 2008-07-10  Ben Pfaff  <blp@gnu.org>
1339
1340         Add isnanf module.
1341         * lib/isnanf.m4: New file.
1342         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
1343         (gl_HAVE_ISNANF_IN_LIBM): New macro.
1344         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
1345         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
1346         * modules/isnanf: New file.
1347         * modules/isnanf-tests: New file.
1348         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
1349         files.
1350         * tests/test-isnanf-nolibm.c: factored most of its contents into
1351         new file tests/test-isnanf.h.
1352         * tests/test-isnanf.h: New file.
1353         * tests/test-isnanf.c: New file.
1354         * MODULES.html.sh: Mention new module.
1355         * doc/glibc-functions/isnanf.texi: Mention new module.
1356
1357 2008-07-10  Ben Pfaff  <blp@gnu.org>
1358
1359         Add isnand module.
1360         * lib/isnand.h: New file.
1361         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
1362         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
1363         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
1364         functionality also.
1365         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
1366         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
1367         (gl_HAVE_ISNAND_IN_LIBM): New macro.
1368         * modules/isnand: New file.
1369         * modules/isnand-tests: New file.
1370         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
1371         files.
1372         * tests/test-isnand-nolibm.c: factored most of its contents into
1373         new file tests/test-isnand.h.
1374         * tests/test-isnand.h: New file.
1375         * tests/test-isnand.c: New file.
1376         * MODULES.html.sh: Mention new module.
1377
1378 2008-07-10  Ben Pfaff  <blp@gnu.org>
1379
1380         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
1381         * lib/isnand.h: Rename lib/isnand-nolibm.h.
1382         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
1383         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
1384         * modules/isnanf-nolibm: Update references to renamed files.
1385         * modules/isnand-nolibm: Likewise.
1386         * modules/isnanf-nolibm-tests: Likewise.
1387         * modules/isnand-nolibm-tests: Likewise.
1388         * lib/frexp.c: Likewise.
1389         * lib/isfinite.c: Likewise.
1390         * lib/signbitd.c: Likewise.
1391         * lib/signbitf.c: Likewise.
1392         * lib/vasnprintf.c: Likewise.
1393         * tests/test-ceilf1.c: Likewise.
1394         * tests/test-ceilf2.c: Likewise.
1395         * tests/test-floorf1.c: Likewise.
1396         * tests/test-floorf2.c: Likewise.
1397         * tests/test-frexp.c: Likewise.
1398         * tests/test-round1.c: Likewise.
1399         * tests/test-round2.c: Likewise.
1400         * tests/test-roundf1.c: Likewise.
1401         * tests/test-strtod.c: Likewise.
1402         * tests/test-trunc1.c: Likewise.
1403         * tests/test-trunc2.c: Likewise.
1404         * tests/test-truncf1.c: Likewise.
1405         * tests/test-truncf2.c: Likewise.
1406         * NEWS: Mention the renamed header files.
1407
1408 2008-07-11  Jim Meyering  <meyering@redhat.com>
1409
1410         vc-list-files: make the last-resort awk code more portable
1411         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
1412         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
1413         does not support it.
1414
1415 2008-07-10  Eric Blake  <ebb9@byu.net>
1416
1417         Work with tar's bootstrap.
1418         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
1419         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
1420         an m4 comment.
1421
1422 2008-07-09  Jim Meyering  <meyering@redhat.com>
1423
1424         posix-shell.m4: fix typo that made this test malfunction
1425         * m4/posix-shell.m4: Remove capitalization in variable name.
1426
1427 2008-07-08  Bruno Haible  <bruno@clisp.org>
1428
1429         * m4/onceonly.m4: Update comments.
1430         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1431
1432 2008-07-04  Jim Meyering  <meyering@redhat.com>
1433
1434         * users.txt: Add vc-dwim.
1435         (bison, coreutils): Use the gitweb URL.
1436
1437 2008-07-03  Jim Meyering  <meyering@redhat.com>
1438
1439         * users.txt: Add libffcall.  From Sam Steingold.
1440
1441 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
1442
1443         getdate.y: do not ignore TZ with relative day, month or year offset
1444         * lib/getdate.y (get_date): Move the tz-handling block to follow the
1445         relative-date-handling, since otherwise, the latter would clobber the
1446         sole output (an updated Start value) of the tz-handling block.
1447         * tests/test-getdate.c: Tests for the fix
1448
1449 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1450
1451         Recognize 'foo_LIBRARIES += libgnu.a'.
1452         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
1453         makefile snippet has already specified an installation location,
1454         also using '+='.
1455
1456 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
1457
1458         getdate.y: factor out common actions
1459         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
1460         Use them in place of open-coded actions.
1461
1462 2008-07-01  Simon Josefsson  <simon@josefsson.org>
1463
1464         Add self-test for getdate module.
1465         * modules/getdate-tests: New file.
1466         * tests/test-getdate.c: New file.
1467
1468 2008-06-29  Bruno Haible  <bruno@clisp.org>
1469
1470         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
1471         .gitignore.
1472         Reported by Sylvain Beucler <beuc@beuc.net>.
1473
1474 2008-06-29  Bruno Haible  <bruno@clisp.org>
1475
1476         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
1477         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
1478
1479 2008-06-29  Bruno Haible  <bruno@clisp.org>
1480
1481         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
1482         EXTRA_DIST.
1483         Reported by Sylvain Beucler <beuc@beuc.net>.
1484
1485 2008-06-26  Jim Meyering  <meyering@redhat.com>
1486
1487         make several modules depend on the "open" module
1488         This provides slightly increased consistency when opening-for-write
1489         the name of a non-directory spelled with a trailing slash.
1490         * modules/chdir-safer: Likewise.
1491         * modules/chown: Likewise.
1492         * modules/clean-temp: Likewise.
1493         * modules/copy-file: Likewise.
1494         * modules/fchdir: Likewise.
1495         * modules/fcntl-safer: Likewise.
1496         * modules/pipe: Likewise.
1497         * modules/utime: Likewise.
1498         Prompted by Eric Blake and Bruno Haible.
1499
1500 2008-06-24  Andreas Schwab  <schwab@suse.de>
1501
1502         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
1503         literals can be used as initializers for global variables.
1504
1505 2008-06-23  Eric Blake  <ebb9@byu.net>
1506
1507         Make gnulib-cache.m4 easier to diff.
1508         * gnulib-tool (func_import): Allow newlines when reading cached
1509         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
1510
1511 2008-06-23  Bruno Haible  <bruno@clisp.org>
1512
1513         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
1514         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
1515         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
1516         m4/signalblocking.m4.
1517         (gl_PREREQ_SIGACTION): Don't invoke it.
1518         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
1519         gl_PREREQ_SIG_HANDLER_H.
1520         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
1521         Don't check for sigaction here.
1522
1523 2008-06-23  Bruno Haible  <bruno@clisp.org>
1524
1525         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
1526         (install_handlers): Don't set the SA_RESETHAND flag.
1527
1528 2008-06-23  Bruno Haible  <bruno@clisp.org>
1529
1530         * m4/sigaction.m4: Comment fixes.
1531         * lib/signal.in.h: Likewise.
1532
1533 2008-06-23  Eric Blake  <ebb9@byu.net>
1534
1535         Fix typo.
1536         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
1537
1538         Avoid SA_ namespace.
1539         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
1540         Reported by Ralf Wildenhues.
1541
1542         Avoid test failure due to SA_RESTORER.
1543         * tests/test-sigaction.c (SA_MASK): New macro.
1544         (main): Avoid failing due to extension flags being set.
1545         Reported by Jim Meyering.
1546
1547         Revert use of sig-handler.h in sigprocmask.c.
1548         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
1549         it requires the existence of struct sigaction.
1550         * lib/sigprocmask.c (handler_t): Restore typedef.
1551         (rpl_signal, old_handlers): Use local type.
1552
1553 2008-06-22  Bruno Haible  <bruno@clisp.org>
1554
1555         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
1556         conditionally.
1557         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1558
1559 2008-06-22  Bruno Haible  <bruno@clisp.org>
1560
1561         * doc/posix-functions/siginterrupt.texi: Move note.
1562
1563         * lib/signal.in.h (SA_RESTART): New macro.
1564         * lib/sigaction.c: Update comment.
1565
1566         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
1567
1568         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
1569         (gl_PREREQ_SIGPROCMASK): Invoke it.
1570         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
1571
1572         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
1573
1574         * lib/sigprocmask.c: Update a comment.
1575
1576 2008-06-21  Eric Blake  <ebb9@byu.net>
1577
1578         Use sigaction module rather than signal().
1579         * modules/c-stack (Depends-on): Add sigaction.
1580         * modules/fatal-signal (Depends-on): Likewise.
1581         * modules/nanosleep (Depends-on): Likewise.
1582         * modules/sigprocmask (Files): Add sig-handler.h.
1583         * modules/sigaction (Files): Likewise.
1584         * lib/sig-handler.h (get_handler): New file, suggested by Paul
1585         Eggert.
1586         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
1587         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
1588         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
1589         (init_fatal_signals): Likewise.
1590         * lib/nanosleep.c (rpl_nanosleep): Likewise.
1591         (siginterrupt): Delete fallback.
1592         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
1593         instead.
1594         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
1595         siginterrupt.
1596
1597         New module sigaction, for mingw.
1598         * modules/sigaction: New module...
1599         * modules/sigaction-tests: ...and its test.
1600         * m4/sigaction.m4: New file.
1601         * lib/sigaction.c: Likewise.
1602         * tests/test-sigaction.c: Likewise.
1603         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
1604         * modules/signal (Makefile.am): Likewise.
1605         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
1606         needed.
1607         * doc/posix-headers/signal.texi (signal.h): Mention provided
1608         types.
1609         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
1610         that sigaction is preferable.
1611         * doc/posix-functions/sigaction.texi (sigaction): Mention new
1612         module.
1613         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1614         sigaction.
1615
1616         Improve robustness of sigprocmask by overriding signal.
1617         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
1618         is in use.
1619         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
1620         (SIGKILL, SIGSTOP): Provide fallbacks.
1621         (rpl_signal): Implement.
1622         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
1623         signal can be called inside handlers.
1624
1625         Fix nanosleep module on mingw.
1626         * modules/nanosleep (Depends-on): Add sys_select.
1627         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
1628
1629         Fix licensing of sigprocmask.
1630         * modules/raise (License): Relicense as LGPL.
1631
1632 2008-06-21  Bruno Haible  <bruno@clisp.org>
1633
1634         * lib/propername.c (proper_name_utf8): Don't use the transliterated
1635         result if it contains question marks.
1636         Reported by Michael Geng <linux@michaelgeng.de>.
1637
1638 2008-06-19  Bruno Haible  <bruno@clisp.org>
1639
1640         Fix CVS-ism.
1641         * doc/gnulib.texi: Include updated-stamp.texi.
1642         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
1643         (updated-stamp.texi): New rule.
1644         (gnulib.info): Depend on it.
1645         * doc/.gitignore: Add updated-stamp.texi.
1646         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
1647
1648 2008-06-19  Bruno Haible  <bruno@clisp.org>
1649
1650         * doc/Makefile (gnulib.info): Update and simplify dependencies.
1651         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1652
1653 2008-06-19  Eric Blake  <ebb9@byu.net>
1654
1655         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
1656         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
1657         Reported by Stepan Kasal.
1658
1659 2008-06-18  Bruno Haible  <bruno@clisp.org>
1660
1661         * lib/fatal-signal.c (init_fatal_signals): Add comment.
1662         Reported by Eric Blake.
1663
1664 2008-06-18  Eric Blake  <ebb9@byu.net>
1665
1666         Work around cygwin 1.5.25 strsignal bug.
1667         * tests/test-strsignal.c: Allow for const char *.
1668         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
1669
1670 2008-06-18  Simon Josefsson  <simon@josefsson.org>
1671
1672         * users.txt: Update URL to article and add author/date
1673         information.
1674
1675 2008-06-17  Bruno Haible  <bruno@clisp.org>
1676
1677         New macro gl_DISABLE_THREADS.
1678         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
1679         if the user did not pass --enable-threads or --disable-threads option.
1680         (gl_DISABLE_THREADS): New macro.
1681         Reported by Eric Blake <ebb9@byu.net>.
1682
1683 2008-06-17  Bruno Haible  <bruno@clisp.org>
1684
1685         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
1686         when the macro ignores it.
1687         Based on a patch by Eric Blake <ebb9@byu.net>.
1688
1689 2008-06-17  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/tls (License): Change to LGPLv2+.
1692         Reported by Eric Blake.
1693
1694 2008-06-17  Eric Blake  <ebb9@byu.net>
1695
1696         Simplify c-stack prerequisites.
1697         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
1698         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
1699         no longer requires <ucontext.h> to exist.  Optimize setrlimit
1700         check.
1701         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
1702         <sys/resource.h>.
1703
1704         Move c-stack test into testsuite.
1705         * modules/c-stack-tests: New file.
1706         * lib/c-stack.c [DEBUG]: Move test program...
1707         * tests/test-c-stack.c: ...into this new file.  Skip rather than
1708         fail test if sigaltstack is lacking.
1709         * tests/test-c-stack.sh: New driver file.
1710
1711 2008-06-16  Eric Blake  <ebb9@byu.net>
1712
1713         Use raise module consistently.
1714         * modules/fatal-signal (Depends-on): Add raise.
1715         * modules/sigprocmask (Depends-on): Likewise.
1716         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
1717         * lib/sigprocmask.c (sigprocmask): Likewise.
1718         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
1719         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
1720
1721         Fix compliance bug in sigpending.
1722         * lib/sigprocmask.c (sigpending): Return pending array via
1723         parameter, not return value.
1724
1725 2008-06-14  Eric Blake  <ebb9@byu.net>
1726
1727         Improve obstack-printf test code.
1728         * tests/test-obstack-printf.c (test_function): Fix comment, and
1729         simplify usage of obstack_* in macros.  Add a test for coverage.
1730         Reported by Bruno Haible.
1731
1732 2008-06-14  Bruno Haible  <bruno@clisp.org>
1733
1734         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
1735         array size as a constant, not as a const variable.
1736         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
1737         AC_USE_SYSTEM_EXTENSIONS.
1738         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
1739         Test whether the obstack_printf function actually exists.
1740         * modules/obstack-printf (Depends-on): Add extensions.
1741         (Include): Remove obstack.h.
1742         * modules/obstack-printf-posix (Depends-on): Add extensions.
1743         (Include): Remove obstack.h.
1744
1745 2008-06-13  Eric Blake  <ebb9@byu.net>
1746
1747         Add obstack-printf and obstack-printf-posix modules.
1748         * modules/obstack-printf: New file.
1749         * modules/obstack-printf-posix: Likewise.
1750         * MODULES.html.sh (Misc): Mention them.
1751         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
1752         Likewise.
1753         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
1754         Likewise.
1755         * modules/stdio (Makefile.am): Accomodate new modules.
1756         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1757         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
1758         Declare.
1759         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
1760         functions.
1761         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
1762         (gl_REPLACE_OBSTACK_PRINTF): New macros
1763         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
1764         * tests/test-obstack-printf.c: New file.
1765         * modules/obstack-printf-tests: Likewise.
1766         * modules/obstack-printf-posix-tests: Likewise.
1767
1768 2008-06-11  Bruno Haible  <bruno@clisp.org>
1769
1770         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
1771         * lib/open.c: Include errno.h.
1772         (open): Fail when attempting to write to a file that has a trailing
1773         slash.
1774         * tests/test-open.c (main): Test against trailing slash bug.
1775         * doc/posix-functions/open.texi: Mention the trailing slash bug.
1776
1777 2008-06-10  Bruno Haible  <bruno@clisp.org>
1778
1779         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
1780         for $? to work inside the trap command, with various /bin/sh-s.
1781         * tests/test-vc-list-files-cvs.sh: Likewise.
1782
1783 2008-06-10  Bruno Haible  <bruno@clisp.org>
1784
1785         * lib/acl-internal.h: Don't include gettext.h here.
1786         * lib/set-mode-acl.c: Include gettext.h here.
1787         * lib/copy-acl.c: Likewise.
1788
1789 2008-06-10  Bruno Haible  <bruno@clisp.org>
1790
1791         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
1792         * lib/wait-process.c (wait_subprocess): Likewise.
1793         * lib/execute.h (execute): Add termsigp argument.
1794         * lib/execute.c (execute): Likewise.
1795         * lib/csharpcomp.c (compile_csharp_using_pnet,
1796         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
1797         * lib/csharpexec.c (execute_csharp_using_pnet,
1798         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
1799         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
1800         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
1801         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
1802         is_jikes_present): Update.
1803         * lib/javaexec.c (execute_java_class): Update.
1804         * lib/javaversion.c (execute_and_read_line): Update.
1805         * NEWS: Document the changes.
1806         Reported by Eric Blake.
1807
1808 2008-06-10  Eric Blake  <ebb9@byu.net>
1809
1810         Add missing include.
1811         * tests/test-strstr.c (includes): Add <signal.h>.
1812         * tests/test-strcasestr.c (includes): Likewise.
1813         * tests/test-memmem.c (includes): Likewise.
1814
1815 2008-06-10  Bruno Haible  <bruno@clisp.org>
1816
1817         * lib/wait-process.c (wait_subprocess): Add an assertion.
1818
1819 2008-06-10  Bruno Haible  <bruno@clisp.org>
1820
1821         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
1822
1823 2008-06-10  Bruno Haible  <bruno@clisp.org>
1824
1825         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
1826         using alarm().
1827         * tests/test-strcasestr.c (main): Likewise.
1828         * tests/test-strstr.c (main): Likewise.
1829
1830 2008-06-09  Bruno Haible  <bruno@clisp.org>
1831
1832         Work around the Solaris 10 ACE ACLs ABI change.
1833         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
1834         declare if ACL_NO_TRIVIAL is present.
1835         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
1836         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
1837         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
1838         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
1839         define if ACL_NO_TRIVIAL is present.
1840         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
1841         and use the current ABI.
1842         (file_has_acl): Use same #if condition as elsewhere.
1843         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
1844         in use, and use the current ABI.
1845         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
1846         Reported by Jim Meyering.
1847
1848 2008-06-09  Eric Blake  <ebb9@byu.net>
1849
1850         Work around environments that (stupidly) ignore SIGALRM.
1851         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
1852         before using alarm().
1853         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1854         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1855         Reported by Ian Beckwith <ianb@erislabs.net>.
1856
1857         Produce autobuild blurb earlier in log.
1858         * modules/autobuild (configure.ac-early): Move AB_INIT here.
1859
1860 2008-06-09  Jim Meyering  <meyering@redhat.com>
1861         and Ondřej Vašík  <ovasik@redhat.com>
1862
1863         utimens.c: correct kernel bug work-around
1864         Ondřej Vašík found that the invalid return value of 280 indicates
1865         failure, not success, and the kernel bug we're trying to work
1866         around affects not just the utimensat call, but also the fallback
1867         futimens call.
1868         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
1869         not success.
1870         [HAVE_FUTIMENS]: Use the same work-around, here.
1871
1872 2008-06-09  Jim Meyering  <meyering@redhat.com>
1873
1874         add more guards around definition of ACE_-related code
1875         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
1876         ALLOW and ACE_OWNER are also defined.
1877
1878 2008-06-08  Bruno Haible  <bruno@clisp.org>
1879
1880         * lib/acl-internal.h: Add me as co-author.
1881         * lib/file-has-acl.c: Likewise.
1882         * lib/set-mode-acl.c: Likewise.
1883         * lib/copy-acl.c: Likewise.
1884
1885 2008-06-08  Bruno Haible  <bruno@clisp.org>
1886
1887         Add support for AIX ACLs.
1888         * lib/acl-internal.h (acl_nontrivial): New declaration.
1889         * lib/file-has-acl.c (acl_nontrivial): New function.
1890         (file_has_acl): Add implementation using AIX 4 ACL API.
1891         * lib/set-mode-acl.c (qset_acl): Likewise.
1892         * lib/copy-acl.c (qcopy_acl): Likewise.
1893
1894 2008-06-08  Bruno Haible  <bruno@clisp.org>
1895
1896         Add support for HP-UX ACLs.
1897         * lib/acl-internal.h (acl_nontrivial): New declaration.
1898         * lib/file-has-acl.c (acl_nontrivial): New function.
1899         (file_has_acl): Add implementation using HP-UX 11 ACL API.
1900         * lib/set-mode-acl.c (qset_acl): Likewise.
1901         * lib/copy-acl.c (qcopy_acl): Likewise.
1902
1903 2008-06-08  Bruno Haible  <bruno@clisp.org>
1904
1905         Add support for Cygwin ACLs.
1906         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
1907         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
1908         the chmod_or_fchmod call.
1909         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
1910
1911 2008-06-08  Bruno Haible  <bruno@clisp.org>
1912
1913         Fix bug with setuid modes in Solaris 10+ code.
1914         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
1915         succeeded, when the mode contains some special bits.
1916
1917 2008-06-08  Bruno Haible  <bruno@clisp.org>
1918
1919         Add support for Solaris 7..10 ACLs.
1920         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
1921         declarations.
1922         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
1923         functions.
1924         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
1925         * lib/set-mode-acl.c (qset_acl): Likewise.
1926         * lib/copy-acl.c (qcopy_acl): Likewise.
1927
1928 2008-06-08  Bruno Haible  <bruno@clisp.org>
1929
1930         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
1931         declaration.
1932         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
1933         (acl_access_nontrivial): Remove MacOS X case.
1934         (file_has_acl): Use acl_extended_nontrivial.
1935         * lib/copy-acl.c (qcopy_acl): Likewise.
1936
1937 2008-06-08  Bruno Haible  <bruno@clisp.org>
1938
1939         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
1940
1941 2008-06-08  Jim Meyering  <meyering@redhat.com>
1942
1943         * modules/acl (Maintainer): Add Bruno Haible.
1944
1945 2008-06-07  Bruno Haible  <bruno@clisp.org>
1946
1947         Improve support for Tru64 ACLs.
1948         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
1949         ACL on OSF/1.
1950
1951 2008-06-07  Bruno Haible  <bruno@clisp.org>
1952
1953         Add support for MacOS X ACLs.
1954         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
1955         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
1956         * lib/set-mode-acl.c (qset_acl): Likewise.
1957         * lib/copy-acl.c (qcopy_acl): Likewise.
1958
1959 2008-06-07  Bruno Haible  <bruno@clisp.org>
1960
1961         Fix memory leak introduced on 2008-05-22.
1962         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
1963         use.
1964
1965 2008-06-07  Bruno Haible  <bruno@clisp.org>
1966
1967         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
1968         to construct an empty ACL.
1969
1970 2008-06-07  Bruno Haible  <bruno@clisp.org>
1971
1972         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
1973         precisely.
1974         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
1975
1976 2008-06-07  Bruno Haible  <bruno@clisp.org>
1977
1978         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
1979         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
1980
1981 2008-06-07  Bruno Haible  <bruno@clisp.org>
1982
1983         * doc/posix-functions/_setjmp.texi: Explain the use of this function
1984         regardless of POSIX.
1985         * doc/posix-functions/_longjmp.texi: Likewise.
1986         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
1987         SystemV platform in this case.
1988
1989 2008-06-06  Eric Blake  <ebb9@byu.net>
1990
1991         Document abort() bugs.
1992         * doc/posix-functions/abort.texi (abort): Mention anomalies.
1993
1994         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
1995         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
1996         sigsetjmp.
1997         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
1998         siglongjmp, but only as a macro.
1999         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
2000         is obsolete.
2001         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
2002
2003         Tweak documentation to cover cygwin argz bugs.
2004         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
2005         argz bug fix; no code change needed since no cygwin releases
2006         occurred between the last fix and the bug being tested.
2007         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
2008         module and recently fixed cygwin bugs.
2009         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
2010         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
2011         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
2012         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
2013         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
2014         Likewise.
2015         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
2016         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
2017         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
2018         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
2019         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
2020         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
2021         Likewise.
2022
2023         Avoid gcc warning on cygwin.
2024         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
2025         !ACL_NO_TRIVIAL]: Avoid unused variable.
2026
2027 2008-06-05  Eric Blake  <ebb9@byu.net>
2028
2029         Be tolerant of UNKNOWN version in gnulib-tool test dir.
2030         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
2031         git-version-gen fails to come up with a version.
2032         Reported by Simon Josefsson.
2033
2034 2008-06-05  Jim Meyering  <meyering@redhat.com>
2035             Paul Eggert  <eggert@cs.ucla.edu>
2036
2037         utimens.c: work around a probable Linux kernel bug
2038         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
2039         appears to be a kernel bug that causes utimensat to return 280
2040         instead of 0, indicating success.
2041
2042 2008-06-04  Bruno Haible  <bruno@clisp.org>
2043
2044         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
2045         2008-06-01 commit.
2046
2047 2008-06-04  Bruno Haible  <bruno@clisp.org>
2048
2049         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
2050         * lib/file-has-acl.c (acl_access_nontrivial): New function.
2051         (file_has_acl): Use it. Save errno afterwards.
2052         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
2053
2054 2008-06-03  Bruno Haible  <bruno@clisp.org>
2055
2056         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
2057         draft code. Simplify #ifs.
2058         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
2059         Put Solaris code after POSIX-draft code. Fix comments regarding
2060         Solaris 10, HP-UX. Mention Cygwin.
2061         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
2062
2063 2008-06-03  Eric Blake  <ebb9@byu.net>
2064
2065         Provide fallback for older kernels.
2066         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
2067         Provide runtime fallback if kernel lacks support.
2068         Reported by Mike Frysinger.
2069
2070 2008-06-02  Bruno Haible  <bruno@clisp.org>
2071
2072         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
2073         it exists.
2074
2075 2008-06-02  Bruno Haible  <bruno@clisp.org>
2076
2077         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
2078         * lib/copy-acl.c (qcopy_acl): Update comment.
2079
2080 2008-06-02  Bruno Haible  <bruno@clisp.org>
2081
2082         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
2083         like ACL APIs.
2084
2085 2008-06-02  Bruno Haible  <bruno@clisp.org>
2086
2087         * tests/test-file-has-acl.sh: Use different code for Cygwin.
2088         * tests/test-set-mode-acl.sh: Likewise.
2089         * tests/test-copy-acl.sh: Likewise.
2090         * tests/test-copy-file.sh: Likewise.
2091
2092 2008-06-02  Bruno Haible  <bruno@clisp.org>
2093
2094         * tests/test-file-has-acl.sh: Remove unused code.
2095
2096 2008-06-01  Bruno Haible  <bruno@clisp.org>
2097
2098         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
2099         (copy_acl): Just a wrapper around qcopy_acl that emits the error
2100         messages.
2101         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
2102
2103 2008-06-01  Bruno Haible  <bruno@clisp.org>
2104
2105         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
2106         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
2107         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
2108         APIs.
2109         * modules/acl-tests (configure.ac): Remove tests now contained in
2110         m4/acl.m4.
2111
2112 2008-06-02  Jim Meyering  <meyering@redhat.com>
2113
2114         announce-gen: use a better key-server host name
2115         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
2116         it may be more consistently reliable.  Suggested by Werner Koch
2117         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
2118
2119 2008-06-01  Bruno Haible  <bruno@clisp.org>
2120
2121         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
2122         Reported by Voroskoi Andras <voroskoi@gmail.com>.
2123
2124 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
2125
2126         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
2127
2128 2008-06-01  Bruno Haible  <bruno@clisp.org>
2129
2130         New ACL tests.
2131         * tests/test-file-has-acl.sh: New file.
2132         * tests/test-file-has-acl.c: New file.
2133         * tests/test-set-mode-acl.sh: New file.
2134         * tests/test-set-mode-acl.c: New file.
2135         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
2136         * tests/test-copy-acl.c: New file.
2137         * modules/acl-tests: New file, based on modules/copy-file-tests.
2138         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
2139         (Depends-on): Add acl-tests.
2140         (configure.ac): Remove checks.
2141         (Makefile.am): Don't create test-sameacls program here any more.
2142
2143 2008-06-01  Bruno Haible  <bruno@clisp.org>
2144
2145         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
2146         * tests/test-sameacls.c: Include progname.h.
2147         (main): Invoke set_program_name. Portability fixes for MacOS X,
2148         Solaris, HP-UX.
2149
2150 2008-06-01  Bruno Haible  <bruno@clisp.org>
2151
2152         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
2153         function.
2154         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
2155
2156 2008-06-01  Bruno Haible  <bruno@clisp.org>
2157
2158         * modules/rpmatch (Depends-on): Add strdup.
2159
2160 2008-06-01  Bruno Haible  <bruno@clisp.org>
2161
2162         * lib/pipe.c: Include unistd-safer.h.
2163         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
2164         * modules/pipe (Depends-on): Add unistd-safer.
2165
2166 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2167
2168         * modules/autobuild (configure.ac): Call AB_INIT.
2169
2170 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2171
2172         * tests/test-getaddrinfo.c: Don't print debug messages by default.
2173         Suggested by Bruno Haible <bruno@clisp.org>.
2174
2175 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2176
2177         * tests/test-base64.c: Cast size_t to unsigned long when invoking
2178         printf.  Use %lu instead of %d.  Reported by Bruno Haible
2179         <bruno@clisp.org>.
2180
2181 2008-05-29  Eric Blake  <ebb9@byu.net>
2182
2183         Prefer new POSIX 200x interfaces over futimesat.
2184         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
2185         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
2186         when available.
2187         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
2188
2189 2008-05-28  Bruno Haible  <bruno@clisp.org>
2190
2191         * modules/stpcpy (License): Change to LGPLv2+.
2192         Requested by David Lutterkort <dlutter@redhat.com>.
2193
2194 2008-05-27  Bruno Haible  <bruno@clisp.org>
2195
2196         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
2197         current mingw.
2198         Reported by Jose E. Marchesi <jemarch@gnu.org>.
2199
2200 2008-05-27  Bruno Haible  <bruno@clisp.org>
2201
2202         * modules/iconv_open (Link): New section, from module 'iconv'.
2203         * modules/striconv (Link): Likewise.
2204         * modules/striconveh (Link): Likewise.
2205         * modules/xstriconv (Link): Likewise.
2206         * modules/unicodeio (Link): Likewise.
2207         * modules/propername (Link): Likewise.
2208         Reported by Jim Meyering.
2209
2210 2008-05-26  Jim Meyering  <meyering@redhat.com>
2211
2212         sha256: do not artificially restrict buffer length to be < 2^32
2213         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
2214         uint32_t to size_t.
2215         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
2216         to match.
2217
2218         avoid unaligned access errors, e.g., on sparc
2219         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
2220         direct access through a possibly-unaligned uint64* pointer.
2221         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
2222         direct access through a possibly-unaligned uint32* pointer.
2223         Prompted by this patch from Tom "spot" Callaway:
2224         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
2225
2226         sha512.c: fix typo in comment
2227         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
2228
2229 2008-05-25  Bruno Haible  <bruno@clisp.org>
2230
2231         * lib/set-mode-acl.c: Renamed from lib/acl.c.
2232         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
2233         (Makefile.am): Update lib_SOURCES.
2234
2235 2008-05-25  Bruno Haible  <bruno@clisp.org>
2236
2237         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
2238
2239 2008-05-25  Jim Meyering  <meyering@redhat.com>
2240
2241         useless-if-before-free: freed expr may have white-space differences
2242         * build-aux/useless-if-before-free: Recognize cases in which the
2243         freed expression differs from the tested one in embedded white
2244         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
2245         $1 was used, so we can't make any regexp shy.  Improved tests now
2246         detect this.
2247
2248         useless-if-before-free: accept white space in the expression.
2249         * build-aux/useless-if-before-free: For now, any white space
2250         in the expression must be identical in the free argument.
2251
2252         useless-if-before-free: efficiency tweak
2253         * build-aux/useless-if-before-free: Make the expression-matching
2254         regexp "shy".
2255         Make the *outer* regexp shy, not the expr-matching one.
2256
2257         update code-in-comment to accept cast of free arg
2258         * build-aux/useless-if-before-free: Update regexp.
2259
2260 2008-05-25  Bruno Haible  <bruno@clisp.org>
2261
2262         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
2263         * modules/copy-file-tests (Files, Makefile.am): Update.
2264         * tests/test-copy-file.c (func_test_copy): Update.
2265
2266 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
2267
2268         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
2269
2270 2008-05-23  Bruno Haible  <bruno@clisp.org>
2271
2272         Improve support for ACLs on OSF/1.
2273         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
2274         Remove fallback for unknown flavors of ACLs.
2275
2276 2008-05-22  Bruno Haible  <bruno@clisp.org>
2277
2278         Add support for ACLs on OSF/1.
2279         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
2280         replacements.
2281         (acl_free_text): New macro fallback.
2282         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
2283         acl_free.
2284         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
2285         acl_free_text function. Require AC_C_INLINE.
2286
2287 2008-05-22  Bruno Haible  <bruno@clisp.org>
2288
2289         Make copy_acl work on MacOS X 10.5.
2290         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
2291         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
2292         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
2293         If MODE_INSIDE_ACL, don't assume that every system has the same text
2294         representation for ACLs as FreeBSD.
2295         * lib/copy-acl.c (copy_acl): Add support for platforms with
2296         !MODE_INSIDE_ACL.
2297         * lib/file-has-acl.c (file_has_acl): Likewise.
2298         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
2299         FreeBSD, MacOS X, or IRIX, respectively.
2300
2301 2008-05-22  Bruno Haible  <bruno@clisp.org>
2302
2303         * lib/acl.h: Don't include <sys/acl.h>.
2304         (GETACLCNT): Move fallback to lib/acl-internal.h.
2305         * lib/acl-internal.h: Include <sys/acl.h> here.
2306         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
2307
2308 2008-05-22  Bruno Haible  <bruno@clisp.org>
2309
2310         Split off copy_acl function to separate file.
2311         * lib/copy-acl.c: New file, extracted from lib/acl.c.
2312         * lib/acl.c (copy_acl): Moved function to separate file.
2313         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
2314         * modules/acl (Files): Add lib/copy-acl.c.
2315         (Makefiles.am): Augment lib_SOURCES.
2316
2317 2008-05-22  Bruno Haible  <bruno@clisp.org>
2318
2319         * modules/copy-file-tests: New file.
2320         * tests/test-copy-file.sh: New file.
2321         * tests/test-copy-file.c: New file.
2322         * tests/test-copy-file-sameacls.c: New file.
2323
2324 2008-05-22  Eric Blake  <ebb9@byu.net>
2325
2326         Avoid gcc warning.
2327         * tests/test-memcmp.c (main): Pass NULL indirectly.
2328
2329 2008-05-21  Bruno Haible  <bruno@clisp.org>
2330
2331         Add reference doc about ACLs.
2332         * doc/acl-resources.txt: New file.
2333         * doc/acl-cygwin.txt: New file.
2334
2335 2008-05-21  Bruno Haible  <bruno@clisp.org>
2336
2337         Avoid one more warning from gcc.
2338         * lib/vasnprintf.c (IF_LINT): Update comments.
2339         (VASNPRINTF): Use it also for the 'prefix' array initializer.
2340
2341 2008-05-21  Jim Meyering  <meyering@redhat.com>
2342
2343         avoid a warning from gcc
2344         * lib/vasnprintf.c (IF_LINT): Define.
2345         (scale10_round_decimal_long_double):
2346         Use it to avoid a "may be used uninitialized" warning.
2347         (scale10_round_decimal_double): Likewise.
2348
2349 2008-05-21  Simon Josefsson  <simon@josefsson.org>
2350
2351         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
2352         declared.
2353
2354 2008-05-20  Bruno Haible  <bruno@clisp.org>
2355
2356         * tests/test-memcmp.c (main): Test also the sign of the result. Test
2357         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
2358
2359 2008-05-20  Simon Josefsson  <simon@josefsson.org>
2360
2361         * modules/memcmp-tests: New file.
2362         * tests/test-memcmp.c: New file.
2363
2364 2008-05-19  Bruno Haible  <bruno@clisp.org>
2365
2366         * modules/propername (Notice, configure.ac): Put quoted "..." into
2367         --keyword option.
2368         * lib/propername.h: Update comments accordingly.
2369         Reported by Eric Blake.
2370
2371 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
2372
2373         * modules/getpass-gnu (Depends-on): Add fseeko.
2374
2375 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2376
2377         * modules/base64-tests: New file.
2378
2379 2008-05-19  Bo Borgerson <gigabo@gmail.com>
2380
2381         * lib/base64.c (base64_decode_ctx): If a decode context structure
2382         was passed in use it to ignore newlines.  If a context structure
2383         was _not_ passed in, continue to treat newlines as garbage (this
2384         is the historical behavior).  Formerly base64_decode.
2385         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2386         takes a decode context structure.
2387         * lib/base64.h (base64_decode): Macro for four-argument calls.
2388         (base64_decode_alloc): Likewise.
2389         * lib/base64.c (base64_decode_ctx): If a decode context structure
2390         was passed in use it to ignore newlines.  If a context structure
2391         was _not_ passed in, continue to treat newlines as garbage (this
2392         is the historical behavior).  Formerly base64_decode.
2393         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2394         takes a decode context structure.
2395         * lib/base64.h (base64_decode): Macro for four-argument calls.
2396         (base64_decode_alloc): Likewise.
2397
2398 2008-05-19  Jim Meyering  <meyering@redhat.com>
2399
2400         avoid a warning from gcc
2401         * lib/trim.c (IF_LINT): Define.
2402         (trim2): Use it to avoid a "may be used uninitialized" warning.
2403
2404         Fix doc typo.
2405         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
2406
2407 2008-05-19  Bruno Haible  <bruno@clisp.org>
2408
2409         * doc/glibc-functions/getpass.texi: Document limits of other
2410         implementations.
2411
2412 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2413             Bruno Haible <bruno@clisp.org>
2414
2415         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
2416
2417 2008-05-18  Bruno Haible  <bruno@clisp.org>
2418
2419         * modules/propername: New file, from GNU gettext.
2420         * lib/propername.h: New file, from GNU gettext.
2421         * lib/propername.c: New file, from GNU gettext.
2422         * MODULES.html.sh (Internationalization functions): Add propername.
2423
2424 2008-05-16  Jim Meyering  <meyering@redhat.com>
2425             Bruno Haible  <bruno@clisp.org>
2426
2427         Avoid some warnings from "gcc -Wshadow".
2428         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
2429
2430 2008-05-15  Eric Blake  <ebb9@byu.net>
2431
2432         Extend previous patch to cygwin 1.7.0.
2433         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
2434         fast implementation in cygwin >= 1.7.0.
2435         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2436         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2437
2438 2008-05-15  Bruno Haible  <bruno@clisp.org>
2439
2440         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
2441         implementation in glibc >= 2.9.
2442         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2443         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2444
2445 2008-05-15  Bruno Haible  <bruno@clisp.org>
2446
2447         * MODULES.html.sh (Internationalization functions): Remove linebreak.
2448         (Unicode string functions): Add unilbrk/*.
2449         Reported by Karl Berry.
2450
2451 2008-05-15  Eric Blake  <ebb9@byu.net>
2452
2453         Fix violation of <stdbool.h> replacement in regex.
2454         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
2455         * lib/regexec.c (re_search_internal): Likewise.
2456         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
2457
2458 2008-05-15  Jim Meyering  <meyering@redhat.com>
2459
2460         avoid distracting test output when git or cvs is not found
2461         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
2462         * tests/test-vc-list-files-git.sh: Likewise.
2463
2464 2008-05-15  Eric Blake  <ebb9@byu.net>
2465
2466         Glibc finally accepted the memmem speedup code, bugzilla #5514.
2467         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
2468         glibc version.
2469         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
2470         * doc/posix-functions/strstr.texi (strstr): Likewise.
2471         * lib/str-two-way.h (MAX): Sychronize with glibc.
2472
2473 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
2474
2475         * lib/regcomp.c (optimize_utf8): Add a note on why we test
2476         opr.ctx_type.
2477         (calc_first): Initialize constraint field.
2478         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2479         Fix grammar.
2480         (duplicate_node): Merge constraint field for all node types.
2481         (calc_eclosure_iter): Look at constraint field for all node types.
2482         * lib/regex_internal.c (create_cd_newstate): Don't look at
2483         opr.ctx_type.
2484
2485 2008-05-14  Bruno Haible  <bruno@clisp.org>
2486
2487         Help GCC to do better code generation.
2488         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
2489         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
2490         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
2491         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
2492         Declare with attribute 'malloc' if supported.
2493
2494 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
2495
2496         use "echo STR|wc -c" rather than unportable "expr length STR"
2497         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
2498         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
2499
2500 2008-05-14  Jim Meyering  <meyering@redhat.com>
2501
2502         use dd ibs=$n count=1 ... rather than less-portable head -c$n
2503         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
2504         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
2505         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
2506         via Collin Lasse.
2507
2508 2008-05-14  Eric Blake  <ebb9@byu.net>
2509
2510         Avoid quadratic growth in gl_LIBSOURCES.
2511         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
2512         Suggested by Bruno Haible.
2513
2514         Test xmemdup0.
2515         * modules/xmemdup0-tests: New file.
2516         * tests/test-xmemdup0.c: Likewise.
2517
2518 2008-05-13  Eric Blake  <ebb9@byu.net>
2519
2520         Split xmemdup0 into its own module.
2521         * modules/xmemdup0: New file.
2522         * lib/xmemdup0.h: Likewise.
2523         * lib/xmemdup0.c: Likewise.
2524         * MODULES.html.sh (Memory management functions): Add xmemdup0.
2525         * lib/xalloc.h (xmemdup0): Remove.
2526         * lib/xmalloc.c (xmemdup0): Likewise.
2527
2528 2008-05-13  Eric Blake  <ebb9@byu.net>
2529             Bruno Haible  <bruno@clisp.org>
2530
2531         Reduce number of forks required during autoconf.
2532         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
2533         and gl_LIBSOURCES_DIR.
2534         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
2535         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
2536         m4_syscmd per file.
2537         <m4_foreach_w>: Move...
2538         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
2539
2540 2008-05-13  Eric Blake  <ebb9@byu.net>
2541
2542         * gnulib-tool: Fix various comment typos.
2543
2544 2008-05-12  Bruno Haible  <bruno@clisp.org>
2545
2546         Tailor the linebreaking algorithm.
2547         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
2548
2549 2008-05-12  Bruno Haible  <bruno@clisp.org>
2550
2551         Update to Unicode 5.0.0.
2552         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
2553         LBP_JV, LBP_JT. Redistribute values.
2554         (unilbrk_table): Change size.
2555         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
2556         Unicode TR#14 rev. 22.
2557         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
2558         LBP_JV, LBP_JT. Redistribute values.
2559         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
2560         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
2561         Update.
2562         * lib/unilbrk/lbrkprop1.h: Regenerated.
2563         * lib/unilbrk/lbrkprop2.h: Regenerated.
2564         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
2565         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
2566         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
2567         Likewise.
2568         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
2569         Likewise.
2570         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
2571         result.
2572         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
2573         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
2574         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
2575         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
2576         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
2577         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
2578
2579 2008-05-11  Bruno Haible  <bruno@clisp.org>
2580
2581         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
2582
2583 2008-05-11  Bruno Haible  <bruno@clisp.org>
2584
2585         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
2586         * modules/unilbrk/gen-lbrk: New file.
2587
2588 2008-05-11  Bruno Haible  <bruno@clisp.org>
2589
2590         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
2591         * m4/sha512.m4 (gl_SHA512): Likewise.
2592
2593 2008-05-11  Jim Meyering  <meyering@redhat.com>
2594
2595         New modules: crypto/sha256, crypto/sha512 (from coreutils)
2596         * modules/crypto/sha256: New file.
2597         * modules/crypto/sha512: Likewise.
2598         * lib/sha256.c: Likewise.
2599         * lib/sha256.h: Likewise.
2600         * lib/sha512.c: Likewise.
2601         * lib/sha512.h: Likewise.
2602         * lib/u64.h: Likewise.
2603         * m4/sha256.m4: Likewise.
2604         * m4/sha512.m4: Likewise.
2605         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
2606
2607 2008-05-10  Bruno Haible  <bruno@clisp.org>
2608
2609         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
2610         (Input/Output <stdio.h>): Add xprintf.
2611         (Signal handling <signal.h>): Add strsignal.
2612         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
2613         (Core language properties): Add func.
2614         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
2615         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
2616         strings.
2617         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
2618         (Input/output): New section.
2619         (File system functions): Add openat-die, stat-macros.
2620         (Networking functions): Add sockets.
2621         (Unicode string functions): Add unictype/*.
2622         (Support for building libraries and executables): Add gperf.
2623         (Support for building documentation): Add agpl-3.0.
2624         (Misc): Add nocrash.
2625
2626 2008-05-10  Bruno Haible  <bruno@clisp.org>
2627
2628         * modules/unictype/gen-ctype: New file.
2629
2630 2008-05-10  Jim Meyering  <meyering@redhat.com>
2631
2632         Make chdir-safer.c more efficient on a system with no symlinks.
2633         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
2634         also if ELOOP is zero.  Suggested by Bruno Haible.
2635
2636         Make chdir-safer.c slightly safer.
2637         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
2638         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
2639
2640         Avoid compile failure on systems without ELOOP (like mingw).
2641         * lib/chdir-safer.c (ELOOP): Define if not already defined.
2642         Reported by Bruno Haible.
2643
2644 2008-05-10  Bruno Haible  <bruno@clisp.org>
2645
2646         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
2647         (is_utf8_encoding): Use a case-insensitive comparison.
2648         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
2649         streq.
2650
2651 2008-05-10  Bruno Haible  <bruno@clisp.org>
2652
2653         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
2654         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
2655         * lib/unilbrk/ulc-common.h (iconv_string_length,
2656         iconv_string_keeping_offsets): Remove declarations.
2657         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
2658         Don't include <iconv.h>, streq.h, xsize.h.
2659         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
2660         conversion.
2661         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
2662         <iconv.h>, streq.h, xsize.h.
2663         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
2664         conversion.
2665         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
2666         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
2667         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
2668         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
2669
2670 2008-05-10  Bruno Haible  <bruno@clisp.org>
2671
2672         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
2673         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
2674
2675         * modules/unilbrk/u32-width-linebreaks-tests: New file.
2676         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
2677
2678         * modules/unilbrk/u16-width-linebreaks-tests: New file.
2679         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
2680
2681         * modules/unilbrk/u8-width-linebreaks-tests: New file.
2682         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
2683
2684         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
2685         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
2686
2687         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
2688         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
2689
2690         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
2691         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
2692
2693         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
2694         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
2695
2696 2008-05-10  Bruno Haible  <bruno@clisp.org>
2697
2698         Split up 'linebreak' module.
2699         * lib/unilbrk.h: New file, based on lib/linebreak.h.
2700         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
2701         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
2702         modifications.
2703         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
2704         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
2705         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
2706         lib/linebreak.c.
2707         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
2708         lib/linebreak.c.
2709         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
2710         lib/linebreak.c.
2711         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
2712         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
2713         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
2714         lib/linebreak.c.
2715         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
2716         lib/linebreak.c.
2717         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
2718         lib/linebreak.c.
2719         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
2720         lib/linebreak.c.
2721         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
2722         lib/linebreak.c.
2723         * modules/unilbrk/base: New file.
2724         * modules/unilbrk/tables: New file.
2725         * modules/unilbrk/u8-possible-linebreaks: New file.
2726         * modules/unilbrk/u16-possible-linebreaks: New file.
2727         * modules/unilbrk/u32-possible-linebreaks: New file.
2728         * modules/unilbrk/ulc-common: New file.
2729         * modules/unilbrk/ulc-possible-linebreaks: New file.
2730         * modules/unilbrk/u8-width-linebreaks: New file.
2731         * modules/unilbrk/u16-width-linebreaks: New file.
2732         * modules/unilbrk/u32-width-linebreaks: New file.
2733         * modules/unilbrk/ulc-width-linebreaks: New file.
2734         * lib/linebreak.h: Remove file.
2735         * lib/linebreak.c: Remove file.
2736         * m4/linebreak.m4: Remove file.
2737         * modules/linebreak: Remove file.
2738         * NEWS: Mention the changes.
2739
2740 2008-05-09  Eric Blake  <ebb9@byu.net>
2741
2742         Add xmemdup0.
2743         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
2744         implementation.
2745         * lib/xmalloc.c (xmemdup0): New C implementation.
2746
2747 2008-05-08  Bruno Haible  <bruno@clisp.org>
2748
2749         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
2750
2751 2008-05-07  Eric Blake  <ebb9@byu.net>
2752
2753         Support cross-compilation of <wctype.h>.
2754         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
2755         AC_CACHE_CHECK.
2756
2757 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
2758
2759         * build-aux/vc-list-files: Add support for bzr.
2760
2761 2008-05-03  Jim Meyering  <meyering@redhat.com>
2762
2763         avoid failed assertion with tight malloc
2764         * tests/test-getndelim2.c: Correct an off-by-one assertion.
2765
2766 2008-05-03  Simon Josefsson  <simon@josefsson.org>
2767
2768         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
2769         are needed from arpa/inet.h.
2770         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
2771         Reported by Bruno Haible.
2772
2773 2008-05-02  Jim Meyering  <meyering@redhat.com>
2774
2775         avoid compilation error on FreeBSD 6
2776         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
2777
2778 2008-05-01  Jim Meyering  <meyering@redhat.com>
2779
2780         useless-if-before-free: correct --help's exit status description
2781         * build-aux/useless-if-before-free (usage): Like grep, exit 0
2782         for one or more matches, etc.  Reported by Bruno Haible.
2783
2784         vc-list-files: make the stand-alone gnulib test work
2785         * modules/vc-list-files-tests (configure.ac):
2786         Define and AC_SUBST abs_aux_dir.
2787         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
2788         $(abs_top_srcdir) to each script and having each of them
2789         duplicate the work of setting PATH, set PATH here, using
2790         the new variable, abs_aux_dir instead.
2791         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
2792         * tests/test-vc-list-files-git.sh: Likewise.
2793         Reported by Bruno Haible.
2794
2795 2008-05-01  Bruno Haible  <bruno@clisp.org>
2796
2797         * lib/getndelim2.c (getndelim2): Fix newsize computation during
2798         reallocation. Rename 'done' to 'found_delimiter'.
2799
2800 2008-05-01  Jim Meyering  <meyering@redhat.com>
2801
2802         vc-list-files: accommodate /bin/sh like the one from Solaris 10
2803         * build-aux/vc-list-files: Use `...`, not $(...).
2804
2805 2008-04-30  Jim Meyering  <meyering@redhat.com>
2806
2807         add tests for vc-list-files
2808         * modules/vc-list-files-tests: New module.
2809         * tests/test-vc-list-files-cvs.sh: New file.
2810         * tests/test-vc-list-files-git.sh: New file.
2811
2812         avoid a warning from gcc
2813         * lib/getndelim2.c (IF_LINT): Define.
2814         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
2815
2816         vc-list-files: work properly with build-aux/cvsu, too
2817         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
2818         to all cvs-based clauses.
2819
2820         vc-list-files: work properly in the CVS+awk case, too
2821         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
2822
2823         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
2824         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
2825         take more than one file argument, so .  Add quotes, just in case $dir
2826         ever contains a shell meta-character.  Prompted by Soren Hansen in
2827         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
2828
2829 2008-04-29  Eric Blake  <ebb9@byu.net>
2830
2831         Optimize getndelim2 to use block operations when possible.
2832         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
2833         freadseek, and memchr2.
2834         * lib/getndelim2.c (getndelim2): Use them for block reads.
2835
2836 2008-04-29  Bruno Haible  <bruno@clisp.org>
2837
2838         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
2839         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2840         * modules/inet_ntop (Depends-on): Add extensions.
2841         * modules/inet_pton (Depends-on): Likewise.
2842         Reported by Simon Josefsson.
2843
2844 2008-04-29  Jim Meyering  <meyering@redhat.com>
2845
2846         When the is more than one match in a block, match all of them.
2847         * build-aux/useless-if-before-free: Iterate through each block
2848         until there are no more matches.
2849
2850         Fix broken useless-if-before-free script.
2851         * build-aux/useless-if-before-free: Fix typo: missing "?" after
2852         the expression to match cast of argument to free-like function.
2853
2854 2008-04-29  Eric Blake  <ebb9@byu.net>
2855
2856         Use new header.
2857         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
2858
2859 2008-04-29  Jim Meyering  <meyering@redhat.com>
2860
2861         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
2862         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
2863         by gnulib to exist and to declare e.g., inet_ntop.
2864         Don't include "inet_ntop.h", now removed.
2865
2866         * m4/arpa_inet_h.m4: Remove trailing blanks.
2867
2868 2008-04-29  Eric Blake  <ebb9@byu.net>
2869
2870         Silence valgrind on safe reads beyond potential array bounds.
2871         * lib/rawmemchr.valgrind: New file.
2872         * lib/strchrnul.valgrind: Likewise.
2873         * modules/rawmemchr (Files): Distribute new file.
2874         * modules/strchrnul (Files): Likewise.
2875         Suggested by Bruno Haible.
2876
2877 2008-04-29  Bruno Haible  <bruno@clisp.org>
2878
2879         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
2880         (inet_ntop, inet_pton): Change portability warning's wording.
2881         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
2882         Invoke gl_CHECK_NEXT_HEADERS.
2883         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
2884         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
2885         set ARPA_INET_H.
2886         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2887         * modules/arpa_inet (Description): No longer only for systems that
2888         lack it.
2889         (Depends-on): Add include_next.
2890         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
2891         HAVE_ARPA_INET_H.
2892
2893 2008-04-29  Jim Meyering  <meyering@redhat.com>
2894
2895         * modules/mkdir (License): Re-license as LGPLv2+.
2896
2897 2008-04-29  Bruno Haible  <bruno@clisp.org>
2898
2899         * modules/rawmemchr (Maintainer): Set to Eric.
2900         * modules/strchrnul (Maintainer): Likewise.
2901
2902 2008-04-29  Simon Josefsson  <simon@josefsson.org>
2903
2904         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
2905         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
2906
2907         * modules/arpa_inet (arpa/inet.h): Use them.
2908
2909 2008-04-28  Eric Blake  <ebb9@byu.net>
2910
2911         Test getndelim2.
2912         * modules/getndelim2-tests: New file.
2913         * tests/test-getndelim2.c: Likewise.
2914         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
2915         stream.
2916         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
2917
2918         * MODULES.html.sh: Document new module.
2919
2920 2008-04-20  Bruno Haible  <bruno@clisp.org>
2921
2922         * lib/c-stack.c (die): Use raise.
2923         * modules/c-stack (Depends-on): Add raise.
2924
2925 2008-04-28  Bruno Haible  <bruno@clisp.org>
2926
2927         Expect rpmatch to be declared.
2928         * lib/yesno.c (rpmatch): Remove declaration.
2929
2930         Declare rpmatch.
2931         * lib/stdlib.in.h (rpmatch): New declaration.
2932         * lib/rpmatch.c: Include <stdlib.h> first.
2933         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
2934         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
2935         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
2936         HAVE_RPMATCH.
2937         * modules/rpmatch (Depends-on): Add stdlib, extensions.
2938         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2939         (Include): Set to <stdlib.h>.
2940         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
2941         HAVE_RPMATCH.
2942         * NEWS: Document the change.
2943
2944 2008-04-28  Bruno Haible  <bruno@clisp.org>
2945
2946         Change rpmatch to use nl_langinfo when appropriate.
2947         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
2948         (N_): New macro.
2949         (localized_pattern): New function/macro.
2950         (try): Remove match, nomatch arguments. Copy the pattern into safe
2951         memory before caching it.
2952         (rpmatch): Use localized_pattern. Add translator comments.
2953         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
2954         Suggested by Eric Blake.
2955         * modules/rpmatch (Depends-on): Add stdbool.
2956
2957 2008-04-28  Eric Blake  <ebb9@byu.net>
2958
2959         Add rawmemchr module, matching glibc.
2960         * modules/string (Makefile.am): New indicator.
2961         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
2962         * lib/string.in.h (rawmemchr): Declare when appropriate.
2963         * modules/rawmemchr: New file.
2964         * m4/rawmemchr.m4: Likewise.
2965         * lib/rawmemchr.c: Likewise.
2966         * modules/rawmemchr-tests: Likewise.
2967         * tests/test-rawmemchr.c: Likewise.
2968         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
2969         module.
2970         * modules/strchrnul (Depends-on): Add rawmemchr.
2971         * lib/strchrnul.c (strchrnul): Optimize a corner case.
2972
2973         Whitespace cleanup.
2974         * tests/test-strchrnul.c: Reindent.
2975         * lib/strchrnul.c: Likewise.
2976
2977         Optimize and test strchrnul.
2978         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
2979         * modules/strchrnul-tests: New file.
2980         * tests/test-strchrnul.c: Likewise.
2981
2982         Remove intprops dependency.
2983         * modules/memchr (Depends-on): Remove intprops.
2984         * modules/memrchr (Depends-on): Likewise.
2985         * modules/memchr2 (Depends-on): Likewise.
2986         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
2987         * lib/memrchr.c (__memrchr): Likewise.
2988         * lib/memrchr2.c (memchr2): Likewise.
2989         Reported by Simon Josefsson.
2990
2991 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2992
2993         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
2994         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2995
2996 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2997
2998         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
2999
3000         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
3001
3002         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
3003
3004         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
3005         declarations.
3006         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
3007
3008         * m4/inet_pton.m4: Don't check for header files.
3009
3010         * m4/inet_ntop.m4: Don't check for header files.
3011
3012 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3013
3014         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
3015         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
3016         trigger for cygwin).
3017         Reported by Bruno Haible  <bruno@clisp.org>.
3018
3019 2008-04-28  Bruno Haible  <bruno@clisp.org>
3020
3021         * doc/posix-functions/strdup.texi: Mention mingw problem.
3022
3023 2008-04-27  Bruno Haible  <bruno@clisp.org>
3024
3025         * modules/stat-time-tests (Depends-on): Add sleep.
3026         * tests/test-stat-time.c (force_unlink): New function.
3027         (cleanup): Use it.
3028         (test_mtime): Remove the ctime related tests.
3029         (test_ctime): New function, containing the ctime related tests.
3030         (main): Call test_ctime, except on native Windows platforms.
3031
3032 2008-04-27  Bruno Haible  <bruno@clisp.org>
3033
3034         * lib/rpmatch.c (rpmatch): Add some comments.
3035         Reported by James Youngman <jay@gnu.org>.
3036
3037 2008-04-27  Bruno Haible  <bruno@clisp.org>
3038
3039         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
3040         quiet NaNs.
3041
3042 2008-04-27  Bruno Haible  <bruno@clisp.org>
3043
3044         Make test-yesno.sh work on mingw.
3045         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
3046         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
3047         (main): Set stdin to binary mode.
3048         * modules/yesno-tests (Depends-on): Add binary-io.
3049
3050 2008-04-27  Bruno Haible  <bruno@clisp.org>
3051
3052         Fix 'isfinite' on x86, x86_64, ia64 platforms.
3053         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
3054         argument that lie outside the IEEE 854 domain.
3055         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
3056         (gl_ISFINITE): Use it.
3057         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
3058
3059 2008-04-27  Bruno Haible  <bruno@clisp.org>
3060
3061         Allow local renaming in config.h.
3062         * lib/memrchr.c (memrchr): Don't undefine outside libc.
3063
3064 2008-04-27  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/memchr.c (__memchr): Change type of 'i'.
3067         * lib/memchr2.c (memchr2): Likewise.
3068
3069 2008-04-26  Eric Blake  <ebb9@byu.net>
3070         and Bruno Haible  <bruno@clisp.org>
3071
3072         Optimize and test memrchr.
3073         * modules/memrchr (Depends-on): Add intprops.
3074         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
3075         * modules/memrchr-tests: New file.
3076         * tests/test-memrchr.c: New file.
3077
3078 2008-04-26  Bruno Haible  <bruno@clisp.org>
3079
3080         Add tentative support for DragonFly BSD.
3081         * lib/stdio-impl.h: Add macros for DragonFly BSD.
3082         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
3083         fp.
3084         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3085         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
3086         * lib/fpurge.c (fpurge): Likewise.
3087         * lib/freadable.c (freaadable): Likewise.
3088         * lib/freadahead.c (freadahead): Likewise.
3089         * lib/freading.c (freading): Likewise.
3090         * lib/freadptr.c (freadptr): Likewise.
3091         * lib/freadseek.c (freadptrinc): Likewise.
3092         * lib/fseeko.c (fseeko): Likewise.
3093         * lib/fseterr.c (fseterr): Likewise.
3094         * lib/fwritable.c (fwritable): Likewise.
3095         * lib/fwriting.c (fwriting): Likewise.
3096
3097 2008-04-26  Bruno Haible  <bruno@clisp.org>
3098
3099         * lib/stdio-impl.h: New file.
3100         * lib/fbufmode.c: Include stdio-impl.h.
3101         (fbufmode): Use fp_, remove redundant #defines.
3102         * lib/fflush.c: Include stdio-impl.h.
3103         (clear_ungetc_buffer): Remove redundant #defines.
3104         * lib/fpurge.c: Include stdio-impl.h.
3105         (fpurge): Remove redundant #defines.
3106         * lib/freadable.c: Include stdio-impl.h.
3107         (freadable): Remove redundant #defines.
3108         * lib/freadahead.c: Include stdio-impl.h.
3109         (freadahead): Remove redundant #defines.
3110         * lib/freading.c: Include stdio-impl.h.
3111         (freading): Remove redundant #defines.
3112         * lib/freadptr.c: Include stdio-impl.h.
3113         (freadptr): Remove redundant #defines.
3114         * lib/freadseek.c: Include stdio-impl.h.
3115         (freadptrinc): Remove redundant #defines.
3116         * lib/fseeko.c: Include stdio-impl.h.
3117         (rpl_fseeko): Remove redundant #defines.
3118         * lib/fseterr.c: Include stdio-impl.h.
3119         (fseterr): Remove redundant #defines.
3120         * lib/fwritable.c: Include stdio-impl.h.
3121         (fwritable: Remove redundant #defines.
3122         * lib/fwriting.c: Include stdio-impl.h.
3123         (fwriting): Remove redundant #defines.
3124         * modules/fbufmode (Files): Add lib/stdio-impl.h.
3125         * modules/fflush (Files): Likewise.
3126         * modules/fpurge (Files): Likewise.
3127         * modules/freadable (Files): Likewise.
3128         * modules/freadahead (Files): Likewise.
3129         * modules/freading (Files): Likewise.
3130         * modules/freadptr (Files): Likewise.
3131         * modules/freadseek (Files): Likewise.
3132         * modules/fseeko (Files): Likewise.
3133         * modules/fseterr (Files): Likewise.
3134         * modules/fwritable (Files): Likewise.
3135         * modules/fwriting (Files): Likewise.
3136
3137 2008-04-26  Bruno Haible  <bruno@clisp.org>
3138
3139         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3140         restore_seek_optimization, update_fpos_cache): New functions, extracted
3141         from rpl_fflush.
3142         (rpl_fflush): Use them.
3143         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
3144         (gl_REPLACE_FFLUSH): Use it.
3145
3146 2008-04-26  Bruno Haible  <bruno@clisp.org>
3147
3148         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
3149         on Solaris.
3150         * tests/test-xstrtoimax.sh: Likewise.
3151         * tests/test-xstrtoumax.sh: Likewise.
3152         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3153
3154 2008-04-26  Bruno Haible  <bruno@clisp.org>
3155
3156         * modules/memchr-tests: New file.
3157         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
3158
3159 2008-04-26  Eric Blake  <ebb9@byu.net>
3160             Bruno Haible  <bruno@clisp.org>
3161
3162         * lib/memchr.c: Include intprops.h.
3163         (__memchr): Optimize parallel detection of matching bytes. Rename local
3164         variables. Add explanatory comments.
3165
3166 2008-04-26  Bruno Haible  <bruno@clisp.org>
3167
3168         Fix module 'memchr', broken since 2000-10-28.
3169         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
3170
3171 2008-04-26  Bruno Haible  <bruno@clisp.org>
3172
3173         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
3174         comments.
3175
3176 2008-04-25  Eric Blake  <ebb9@byu.net>
3177
3178         Use native fstatat on cygwin 1.7.0.
3179         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
3180         first.
3181
3182 2008-04-23  Eric Blake  <ebb9@byu.net>
3183
3184         Improve memchr2 performance.
3185         * lib/memchr2.c (memchr2): Further optimize parallel detection of
3186         NUL bytes.
3187         * modules/memchr2 (Depends-on): Use intprops.h.
3188
3189 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3190
3191         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
3192         an inline function instead of a CPP macro.  Patch by Ben Pfaff
3193         <blp@cs.stanford.edu>.
3194
3195 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3196
3197         * lib/arpa_inet.in.h: New file.
3198
3199         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
3200         (Makefile.am): Sed in substitute header file.
3201
3202         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
3203         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
3204
3205         * modules/inet_ntop (configure.ac): Use
3206         gl_ARPA_INET_MODULE_INDICATOR.
3207
3208         * modules/inet_pton (configure.ac): Use
3209         gl_ARPA_INET_MODULE_INDICATOR.
3210
3211 2008-04-22  Jim Meyering  <meyering@redhat.com>
3212
3213         * modules/verify (License): Re-license as LGPLv2+.
3214
3215 2008-04-22  Simon Josefsson  <simon@josefsson.org>
3216
3217         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
3218         parameter to void* as per POSIX standard (MinGW uses char*).
3219
3220 2008-04-21  Bruno Haible  <bruno@clisp.org>
3221
3222         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3223         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3224         Define to replacements if REPLACE_ISWCNTRL is 1.
3225         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
3226         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
3227         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
3228         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
3229         what it fixes.
3230         * doc/posix-functions/iswalpha.texi: Likewise.
3231         * doc/posix-functions/iswblank.texi: Likewise.
3232         * doc/posix-functions/iswcntrl.texi: Likewise.
3233         * doc/posix-functions/iswdigit.texi: Likewise.
3234         * doc/posix-functions/iswgraph.texi: Likewise.
3235         * doc/posix-functions/iswlower.texi: Likewise.
3236         * doc/posix-functions/iswprint.texi: Likewise.
3237         * doc/posix-functions/iswpunct.texi: Likewise.
3238         * doc/posix-functions/iswspace.texi: Likewise.
3239         * doc/posix-functions/iswupper.texi: Likewise.
3240         * doc/posix-functions/iswxdigit.texi: Likewise.
3241         Reported by Alain Guibert.
3242
3243 2008-04-21  Bruno Haible  <bruno@clisp.org>
3244
3245         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
3246         Patch by Alain Guibert.
3247
3248 2008-04-21  Bruno Haible  <bruno@clisp.org>
3249
3250         Fix test failures on mingw.
3251         * tests/test-xstrtol.c (print_no_progname): New function.
3252         (main): Install it in error_print_progname hook.
3253         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
3254         * tests/test-xstrtoimax.sh: Likewise.
3255         * tests/test-xstrtoumax.sh: Likewise.
3256
3257 2008-04-21  Bruno Haible  <bruno@clisp.org>
3258
3259         Fix test failure on mingw.
3260         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
3261
3262 2008-04-21  Bruno Haible  <bruno@clisp.org>
3263
3264         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
3265         Actually assign a value.
3266
3267 2008-04-20  Bruno Haible  <bruno@clisp.org>
3268
3269         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
3270         take 2.
3271         * lib/canonicalize.c (canonicalize_file_name): Elide if the
3272         'canonicalize-lgpl' module is also used.
3273         * lib/canonicalize-lgpl.c: Undo last change.
3274         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
3275
3276 2008-04-20  Bruno Haible  <bruno@clisp.org>
3277
3278         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
3279         config.h. Provide _mkdir based fallback for mingw.
3280         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
3281         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
3282         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
3283         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
3284         rather than defining mkdir in config.h.
3285         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
3286         (gl_SYS_STAT_H_DEFAULTS): New macro.
3287         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
3288         HAVE_IO_H any more.
3289         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
3290         HAVE_DECL_MKDIR and HAVE_IO_H.
3291
3292 2008-04-20  Bruno Haible  <bruno@clisp.org>
3293
3294         * lib/isapipe.c: Port to native Windows platforms.
3295
3296 2008-04-20  Bruno Haible  <bruno@clisp.org>
3297
3298         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
3299
3300 2008-04-21  Eric Blake  <ebb9@byu.net>
3301
3302         Work around preprocessors that don't handle UINTMAX_MAX.
3303         * lib/memchr2.c (memchr2): Avoid embedded #if.
3304         Reported by Alain Guibert, fix suggested by Bruno Haible.
3305
3306 2008-04-21  Simon Josefsson  <simon@josefsson.org>
3307
3308         * doc/posix-functions/strftime.texi (strftime): Explain better
3309         Windows incompatibility.  Suggested by Micah Cowan
3310         <micah@cowan.name>.
3311
3312 2008-04-20  Bruno Haible  <bruno@clisp.org>
3313
3314         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
3315         unistr/u8-mblen.
3316
3317 2008-04-20  Bruno Haible  <bruno@clisp.org>
3318
3319         Fix test failure on platforms with non-GNU iconv.
3320         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
3321         (U_TO_U8): Use it, rather than u16_to_u8.
3322         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
3323         units at the end of the input string.
3324         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
3325
3326 2008-04-20  Bruno Haible  <bruno@clisp.org>
3327
3328         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
3329         when the resulting length is 0.
3330         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
3331
3332 2008-04-20  Bruno Haible  <bruno@clisp.org>
3333
3334         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
3335         works.
3336         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
3337
3338 2008-04-20  Bruno Haible  <bruno@clisp.org>
3339
3340         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
3341         * modules/tsearch-tests (configure.ac): Test for initstate function.
3342
3343 2008-04-20  Bruno Haible  <bruno@clisp.org>
3344
3345         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
3346         for nlink_t if missing.
3347         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
3348
3349 2008-04-19  Bruno Haible  <bruno@clisp.org>
3350
3351         Work around snprintf bug on Linux libc5.
3352         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
3353         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3354         gl_SNPRINTF_SIZE1.
3355         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3356         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
3357         that test failed.
3358         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
3359         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
3360         * modules/snprintf (Files): Add m4/printf.m4.
3361         * modules/vsnprintf (Files): Likewise.
3362         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
3363         * doc/posix-functions/vsnprintf.texi: Likewise.
3364
3365 2008-04-19  Bruno Haible  <bruno@clisp.org>
3366
3367         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
3368         from 0.0058 to less than 10^-7.
3369
3370 2008-04-19  Bruno Haible  <bruno@clisp.org>
3371
3372         Fix rounding when a precision is given.
3373         * lib/vasnprintf.c (is_borderline): New function.
3374         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
3375         9...9x.
3376         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
3377         %e, %g.
3378         * tests/test-vasprintf-posix.c (test_function): Likewise.
3379         * tests/test-snprintf-posix.h (test_function): Likewise.
3380         * tests/test-sprintf-posix.h (test_function): Likewise.
3381         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
3382         * tests/test-printf-posix.h (test_function): Likewise.
3383         * tests/test-printf-posix.output: Update.
3384         Reported by John Darrington <john@darrington.wattle.id.au> via
3385         Ben Pfaff <blp@cs.stanford.edu>.
3386
3387 2008-04-18  Simon Josefsson  <simon@josefsson.org>
3388
3389         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
3390         Suggested by Bruno Haible <bruno@clisp.org>.
3391
3392 2008-04-17  Bruno Haible  <bruno@clisp.org>
3393
3394         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
3395         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
3396         implementation.
3397         Patch by Bruce Merry <bmerry@gmail.com>.
3398
3399 2008-04-17  Simon Josefsson  <simon@josefsson.org>
3400
3401         * doc/posix-functions/strftime.texi (strftime): Mention that %e
3402         doesn't work under Windows.
3403
3404 2008-04-16  Bruno Haible  <bruno@clisp.org>
3405
3406         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
3407         New macros.
3408         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
3409         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
3410         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
3411         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
3412         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
3413         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
3414         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
3415         macros.
3416         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
3417         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
3418         Northern Sotho, Uighur.
3419
3420 2008-04-16  Bruno Haible  <bruno@clisp.org>
3421
3422         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
3423         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
3424         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
3425         Reported by Daniel Bergström <daniel@octocode.com>.
3426
3427 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
3428             Bruno Haible  <bruno@clisp.org>
3429
3430         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
3431         function.
3432         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
3433         New functions, mostly extracted from gl_locale_name_default.
3434         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
3435
3436 2008-04-16  Eric Blake  <ebb9@byu.net>
3437
3438         Adjust strtod detection to catch glibc 2.7 bug.
3439         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
3440         Reported by John Gatewood Ham.
3441
3442 2008-04-16  Bruno Haible  <bruno@clisp.org>
3443
3444         Add tentative support for Linux libc5.
3445         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
3446         * lib/fpurge.c (fpurge): Likewise.
3447         * lib/freadable.c (freadable): Likewise.
3448         * lib/freadahead.c (freadahead): Likewise.
3449         * lib/freading.c (freading): Likewise.
3450         * lib/freadptr.c (freadptr): Likewise.
3451         * lib/freadseek.c (freadptrinc): Likewise.
3452         * lib/fseeko.c (rpl_fseeko): Likewise.
3453         * lib/fseterr.c (fseterr): Likewise.
3454         * lib/fwritable.c (fwritable): Likewise.
3455         * lib/fwriting.c (fwriting): Likewise.
3456         Reported by Alain Guibert <alguibert+bts@free.fr>.
3457
3458 2008-04-15  Bruno Haible  <bruno@clisp.org>
3459
3460         * modules/mathl (configure.ac): Define module indicator.
3461
3462 2008-04-15  Bruno Haible  <bruno@clisp.org>
3463
3464         * lib/logl.c (logl): Remove unused variables.
3465
3466 2008-04-15  Bruno Haible  <bruno@clisp.org>
3467
3468         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
3469         fails.
3470
3471 2008-04-15  Bruno Haible  <bruno@clisp.org>
3472
3473         * lib/trim.c (trim2): Fix argument of isspace() macro.
3474
3475 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
3476
3477         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
3478         to 0.
3479         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
3480
3481 2008-04-14  Bruno Haible  <bruno@clisp.org>
3482
3483         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
3484         AC_LANG_PROGRAM argument.
3485         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
3486         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
3487         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
3488         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3489         * m4/math_h.m4 (gl_MATH_H): Likewise.
3490         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
3491         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3492         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3493         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
3494         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
3495         * m4/regex.m4 (gl_REGEX): Likewise.
3496         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
3497         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
3498         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3499         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
3500         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3501         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3502         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3503         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3504
3505 2008-04-14  Jim Meyering  <meyering@redhat.com>
3506
3507         test-strtod: fix typos: s/abs/fabs/
3508         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
3509
3510 2008-04-13  Bruno Haible  <bruno@clisp.org>
3511
3512         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
3513         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
3514         module is also used and while not building the reloc-wrapper.
3515
3516 2008-04-13  Bruno Haible  <bruno@clisp.org>
3517
3518         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
3519
3520 2008-04-13  Bruno Haible  <bruno@clisp.org>
3521
3522         Fix AIX compilation failure introduced on 2008-04-02.
3523         * tests/test-frexp.c (exp): Undefine before redefining.
3524         * tests/test-frexpl.c (exp): Likewise.
3525
3526 2008-04-13  Bruno Haible  <bruno@clisp.org>
3527
3528         Work around a HP-UX stdio bug.
3529         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
3530         * tests/test-ftello.c (main): Likewise.
3531         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
3532         * doc/posix-functions/ftello.texi: Likewise.
3533
3534 2008-04-13  Bruno Haible  <bruno@clisp.org>
3535
3536         Make test-signbit pass on HP-UX/hppa.
3537         * tests/test-signbit.c (minus_zerol): New variable.
3538         (test_signbitl): Use it.
3539
3540 2008-04-13  Bruno Haible  <bruno@clisp.org>
3541
3542         Make truncl work on OSF/1 4.0.
3543         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
3544         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
3545         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
3546         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
3547         HAVE_DECL_TRUNCL.
3548         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
3549         HAVE_DECL_TRUNCL.
3550         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
3551
3552 2008-04-13  Bruno Haible  <bruno@clisp.org>
3553
3554         * lib/unictype.h: Remove trailing comma from enumeration definitions.
3555
3556 2008-04-13  Bruno Haible  <bruno@clisp.org>
3557
3558         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
3559         expression, so as to avoid HP-UX 11 cc compiler bug.
3560
3561 2008-04-13  Bruno Haible  <bruno@clisp.org>
3562
3563         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
3564
3565 2008-04-13  Bruno Haible  <bruno@clisp.org>
3566
3567         * lib/git-merge-changelog.c: Remove empty declaration outside of
3568         functions.
3569
3570 2008-04-13  Bruno Haible  <bruno@clisp.org>
3571
3572         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
3573
3574 2008-04-13  Bruno Haible  <bruno@clisp.org>
3575
3576         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
3577         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
3578         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
3579         also if it exists but lacks definitions of the SHUT_* macros.
3580         * modules/sys_socket (Description): Update.
3581         Reported by Elbert Pol <e.pol@chello.nl>.
3582
3583 2008-04-13  Bruno Haible  <bruno@clisp.org>
3584
3585         * lib/localcharset.c (OS2): Don't redefine if already defined.
3586         Reported by Elbert Pol <e.pol@chello.nl>.
3587
3588 2008-04-13  Bruno Haible  <bruno@clisp.org>
3589
3590         * lib/binary-io.h [__EMX__]: Include <io.h>.
3591         Reported by Elbert Pol <e.pol@chello.nl>.
3592
3593 2008-04-12  Bruno Haible  <bruno@clisp.org>
3594
3595         * lib/fpucw.h: Enable the definitions also for x86_64.
3596         Needed for NetBSD/x86_64.
3597         Reported by Thomas Klausner <tk@giga.or.at>.
3598
3599 2008-04-12  Bruno Haible  <bruno@clisp.org>
3600
3601         * tests/test-strtod.c: Include isnand.h.
3602         (main): Use isnand instead of isnan.
3603         Reported by Jim Meyering.
3604
3605 2008-04-12  Bruno Haible  <bruno@clisp.org>
3606
3607         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
3608         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3609
3610 2008-04-12  Jim Meyering  <meyering@redhat.com>
3611
3612         * m4/math_h.m4 (gl_MATH_H): Fix typos.
3613
3614 2008-04-12  Bruno Haible  <bruno@clisp.org>
3615
3616         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
3617         Reported by Elbert Pol <e.pol@chello.nl>.
3618
3619 2008-04-12  Eric Blake  <ebb9@byu.net>
3620
3621         Work around Solaris 10 math.h bug.
3622         * m4/math_h.m4 (gl_MATH_H): Check for bug.
3623         (gl_MATH_H_DEFAULTS): Set up default.
3624         * modules/math (Makefile.am): Replace new indicators.
3625         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
3626         * tests/test-math.c (main): Test this.
3627         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
3628         * doc/posix-headers/math.texi (math.h): Mention bug.
3629         Reported by Nelson H. F. Beebe and Jim Meyering.
3630
3631 2008-04-11  Bruno Haible  <bruno@clisp.org>
3632
3633         Adapt to future versions of Apple GCC.
3634         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
3635         Reported by Peter O'Gorman <peter@pogma.com>.
3636
3637 2008-04-11  Bruno Haible  <bruno@clisp.org>
3638
3639         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
3640
3641 2008-04-11  Bruno Haible  <bruno@clisp.org>
3642
3643         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
3644
3645         * modules/getaddrinfo-tests (Makefile.am): Define
3646         test_getaddrinfo_LDADD.
3647
3648 2008-04-11  Bruno Haible  <bruno@clisp.org>
3649
3650         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
3651         (init): Fix syntax error.
3652         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
3653         is declared.
3654
3655 2008-04-11  Bruno Haible  <bruno@clisp.org>
3656
3657         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
3658         * modules/glob (Depends-on): Add stdbool.
3659
3660 2008-04-11  Bruno Haible  <bruno@clisp.org>
3661
3662         * lib/trim.c: Include <string.h>.
3663
3664 2008-04-11  Eric Blake  <ebb9@byu.net>
3665
3666         Avoid compile failure on OS/2.
3667         * lib/regex_internal.h (internal_function): Disable optimization
3668         on OS/2 (__EMX__), where it caused compiler error.
3669         Reported by Elbert Pol.
3670
3671 2008-04-11  Bruno Haible  <bruno@clisp.org>
3672
3673         Flush the standard error stream before aborting. Needed on mingw.
3674         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
3675         * tests/test-array_list.c (ASSERT): Likewise.
3676         * tests/test-array_oset.c (ASSERT): Likewise.
3677         * tests/test-avltree_list.c (ASSERT): Likewise.
3678         * tests/test-avltree_oset.c (ASSERT): Likewise.
3679         * tests/test-avltreehash_list.c (ASSERT): Likewise.
3680         * tests/test-binary-io.c (ASSERT): Likewise.
3681         * tests/test-byteswap.c (ASSERT): Likewise.
3682         * tests/test-c-ctype.c (ASSERT): Likewise.
3683         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
3684         * tests/test-c-strcasestr.c (ASSERT): Likewise.
3685         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
3686         * tests/test-c-strstr.c (ASSERT): Likewise.
3687         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
3688         * tests/test-canonicalize.c (ASSERT): Likewise.
3689         * tests/test-carray_list.c (ASSERT): Likewise.
3690         * tests/test-ceilf1.c (ASSERT): Likewise.
3691         * tests/test-ceilf2.c (ASSERT): Likewise.
3692         * tests/test-ceill.c (ASSERT): Likewise.
3693         * tests/test-count-one-bits.c (ASSERT): Likewise.
3694         * tests/test-fbufmode.c (ASSERT): Likewise.
3695         * tests/test-fflush2.c (ASSERT): Likewise.
3696         * tests/test-floorf1.c (ASSERT): Likewise.
3697         * tests/test-floorf2.c (ASSERT): Likewise.
3698         * tests/test-floorl.c (ASSERT): Likewise.
3699         * tests/test-fopen.c (ASSERT): Likewise.
3700         * tests/test-fpending.c (ASSERT): Likewise.
3701         * tests/test-fprintf-posix.c (ASSERT): Likewise.
3702         * tests/test-fpurge.c (ASSERT): Likewise.
3703         * tests/test-freadable.c (ASSERT): Likewise.
3704         * tests/test-freadahead.c (ASSERT): Likewise.
3705         * tests/test-freading.c (ASSERT): Likewise.
3706         * tests/test-freadptr.c (ASSERT): Likewise.
3707         * tests/test-freadptr2.c (ASSERT): Likewise.
3708         * tests/test-freadseek.c (ASSERT): Likewise.
3709         * tests/test-freopen.c (ASSERT): Likewise.
3710         * tests/test-frexp.c (ASSERT): Likewise.
3711         * tests/test-frexpl.c (ASSERT): Likewise.
3712         * tests/test-fseek.c (ASSERT): Likewise.
3713         * tests/test-fseeko.c (ASSERT): Likewise.
3714         * tests/test-fstrcmp.c (ASSERT): Likewise.
3715         * tests/test-ftell.c (ASSERT): Likewise.
3716         * tests/test-ftello.c (ASSERT): Likewise.
3717         * tests/test-func.c (ASSERT): Likewise.
3718         * tests/test-fwritable.c (ASSERT): Likewise.
3719         * tests/test-fwriting.c (ASSERT): Likewise.
3720         * tests/test-getdelim.c (ASSERT): Likewise.
3721         * tests/test-getline.c (ASSERT): Likewise.
3722         * tests/test-i-ring.c (ASSERT): Likewise.
3723         * tests/test-iconv-utf.c (ASSERT): Likewise.
3724         * tests/test-iconv.c (ASSERT): Likewise.
3725         * tests/test-isfinite.c (ASSERT): Likewise.
3726         * tests/test-isnand.c (ASSERT): Likewise.
3727         * tests/test-isnanf.c (ASSERT): Likewise.
3728         * tests/test-isnanl.h (ASSERT): Likewise.
3729         * tests/test-ldexpl.c (ASSERT): Likewise.
3730         * tests/test-linked_list.c (ASSERT): Likewise.
3731         * tests/test-linkedhash_list.c (ASSERT): Likewise.
3732         * tests/test-localename.c (ASSERT): Likewise.
3733         * tests/test-lseek.c (ASSERT): Likewise.
3734         * tests/test-mbscasecmp.c (ASSERT): Likewise.
3735         * tests/test-mbscasestr1.c (ASSERT): Likewise.
3736         * tests/test-mbscasestr2.c (ASSERT): Likewise.
3737         * tests/test-mbscasestr3.c (ASSERT): Likewise.
3738         * tests/test-mbscasestr4.c (ASSERT): Likewise.
3739         * tests/test-mbschr.c (ASSERT): Likewise.
3740         * tests/test-mbscspn.c (ASSERT): Likewise.
3741         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
3742         * tests/test-mbspbrk.c (ASSERT): Likewise.
3743         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
3744         * tests/test-mbsrchr.c (ASSERT): Likewise.
3745         * tests/test-mbsspn.c (ASSERT): Likewise.
3746         * tests/test-mbsstr1.c (ASSERT): Likewise.
3747         * tests/test-mbsstr2.c (ASSERT): Likewise.
3748         * tests/test-mbsstr3.c (ASSERT): Likewise.
3749         * tests/test-memchr2.c (ASSERT): Likewise.
3750         * tests/test-memmem.c (ASSERT): Likewise.
3751         * tests/test-open.c (ASSERT): Likewise.
3752         * tests/test-printf-frexp.c (ASSERT): Likewise.
3753         * tests/test-printf-frexpl.c (ASSERT): Likewise.
3754         * tests/test-printf-posix.c (ASSERT): Likewise.
3755         * tests/test-quotearg.c (ASSERT): Likewise.
3756         * tests/test-rbtree_list.c (ASSERT): Likewise.
3757         * tests/test-rbtree_oset.c (ASSERT): Likewise.
3758         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
3759         * tests/test-round1.c (ASSERT): Likewise.
3760         * tests/test-roundf1.c (ASSERT): Likewise.
3761         * tests/test-roundl.c (ASSERT): Likewise.
3762         * tests/test-signbit.c (ASSERT): Likewise.
3763         * tests/test-sleep.c (ASSERT): Likewise.
3764         * tests/test-snprintf-posix.c (ASSERT): Likewise.
3765         * tests/test-snprintf.c (ASSERT): Likewise.
3766         * tests/test-sprintf-posix.c (ASSERT): Likewise.
3767         * tests/test-stat-time.c (ASSERT): Likewise.
3768         * tests/test-strcasestr.c (ASSERT): Likewise.
3769         * tests/test-strerror.c (ASSERT): Likewise.
3770         * tests/test-striconv.c (ASSERT): Likewise.
3771         * tests/test-striconveh.c (ASSERT): Likewise.
3772         * tests/test-striconveha.c (ASSERT): Likewise.
3773         * tests/test-strsignal.c (ASSERT): Likewise.
3774         * tests/test-strstr.c (ASSERT): Likewise.
3775         * tests/test-strtod.c (ASSERT): Likewise.
3776         * tests/test-trunc1.c (ASSERT): Likewise.
3777         * tests/test-trunc2.c (ASSERT): Likewise.
3778         * tests/test-truncf1.c (ASSERT): Likewise.
3779         * tests/test-truncf2.c (ASSERT): Likewise.
3780         * tests/test-truncl.c (ASSERT): Likewise.
3781         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
3782         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
3783         * tests/test-vasnprintf.c (ASSERT): Likewise.
3784         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
3785         * tests/test-vasprintf.c (ASSERT): Likewise.
3786         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
3787         * tests/test-vprintf-posix.c (ASSERT): Likewise.
3788         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
3789         * tests/test-vsnprintf.c (ASSERT): Likewise.
3790         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
3791         * tests/test-wcwidth.c (ASSERT): Likewise.
3792         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
3793         * tests/test-xprintf-posix.c (ASSERT): Likewise.
3794         * tests/test-xvasprintf.c (ASSERT): Likewise.
3795         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
3796         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
3797         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
3798         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
3799         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
3800         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
3801         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
3802         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
3803         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
3804         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
3805         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
3806         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
3807         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
3808         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
3809         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
3810         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
3811         * tests/unictype/test-block_list.c (ASSERT): Likewise.
3812         * tests/unictype/test-block_of.c (ASSERT): Likewise.
3813         * tests/unictype/test-block_test.c (ASSERT): Likewise.
3814         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
3815         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
3816         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
3817         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
3818         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
3819         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
3820         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
3821         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
3822         * tests/unictype/test-combining.c (ASSERT): Likewise.
3823         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
3824         * tests/unictype/test-digit.c (ASSERT): Likewise.
3825         * tests/unictype/test-mirror.c (ASSERT): Likewise.
3826         * tests/unictype/test-numeric.c (ASSERT): Likewise.
3827         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
3828         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
3829         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
3830         * tests/unictype/test-scripts.c (ASSERT): Likewise.
3831         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
3832         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
3833         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
3834         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
3835         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
3836         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
3837         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
3838         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
3839         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
3840         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
3841         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
3842         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
3843         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
3844         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
3845         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
3846         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
3847         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
3848         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
3849         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
3850         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
3851         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
3852         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
3853         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
3854         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
3855         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
3856         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
3857         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
3858         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
3859         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
3860         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
3861         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
3862         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
3863         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
3864         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
3865         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
3866         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
3867         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
3868         Reported by Eric Blake.
3869
3870 2008-04-11  Bruno Haible  <bruno@clisp.org>
3871
3872         * lib/wchar.in.h: Tweak comment.
3873
3874 2008-04-11  Bruno Haible  <bruno@clisp.org>
3875
3876         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
3877         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
3878         gl_COMMON.
3879         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
3880
3881 2008-04-11  Bruno Haible  <bruno@clisp.org>
3882
3883         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
3884
3885 2008-04-11  Simon Josefsson  <simon@josefsson.org>
3886
3887         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
3888         of attempting to use non-existing /dev/*random.  Based on patch
3889         from Adam Strzelecki <ono@java.pl> in
3890         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
3891
3892 2008-04-08  Bruno Haible  <bruno@clisp.org>
3893
3894         Add tentative support for emx+gcc.
3895         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
3896         * lib/fpurge.c (fpurge): Likewise.
3897         * lib/freadable.c (freadable): Likewise.
3898         * lib/freadahead.c (freadahead): Likewise.
3899         * lib/freading.c (freading): Likewise.
3900         * lib/freadptr.c (freadptr): Likewise.
3901         * lib/freadseek.c (freadptrinc): Likewise.
3902         * lib/fseeko.c (rpl_fseeko): Likewise.
3903         * lib/fseterr.c (fseterr): Likewise.
3904         * lib/fwritable.c (fwritable): Likewise.
3905         * lib/fwriting.c (fwriting): Likewise.
3906         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
3907
3908 2008-04-09  Eric Blake  <ebb9@byu.net>
3909
3910         Avoid some autoconf warnings.
3911         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
3912         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
3913         * m4/afs.m4 (gl_AFS): Likewise.
3914         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
3915         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
3916         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3917         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
3918         (gl_INTEGER_TYPE_SUFFIX): Likewise.
3919         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
3920         (AC_CHECK_DECLS_ONCE): Likewise.
3921         Rename file...
3922         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
3923         gnulib-tool requires autoconf 2.59 or better.
3924         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
3925
3926 2008-04-08  Eric Blake  <ebb9@byu.net>
3927
3928         Use 'git describe --match' if present (added in git 1.5.5).
3929         * build-aux/git-version-gen: Limit result to tags that match 'v*'
3930         if possible.
3931
3932 2008-04-08  Bruno Haible  <bruno@clisp.org>
3933
3934         Add tentative support for OpenServer.
3935         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
3936         _ptr, _cnt.
3937         * lib/fpurge.c (fpurge): Likewise.
3938         * lib/freadable.c (freadable): Likewise.
3939         * lib/freadahead.c (freadahead): Likewise.
3940         * lib/freading.c (freading): Likewise.
3941         * lib/freadptr.c (freadptr): Likewise.
3942         * lib/freadseek.c (freadptrinc): Likewise.
3943         * lib/fseeko.c (rpl_fseeko): Likewise.
3944         * lib/fseterr.c (fseterr): Likewise.
3945         * lib/fwritable.c (fwritable): Likewise.
3946         * lib/fwriting.c (fwriting): Likewise.
3947         Reported by Roger Cornelius <rac@tenzing.org> and
3948         Brian K. White <brian@aljex.com>.
3949
3950 2008-04-06  Jim Meyering  <meyering@redhat.com>
3951
3952         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
3953
3954 2008-04-06  Bruno Haible  <bruno@clisp.org>
3955
3956         Avoid possible error with non-ASCII bytes in UTF-8 locales.
3957         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
3958         * tests/test-printf-posix.sh: Likewise.
3959         * tests/test-vfprintf-posix.sh: Likewise.
3960         * tests/test-vprintf-posix.sh: Likewise.
3961         * tests/test-xprintf-posix.sh: Likewise.
3962
3963 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3964
3965         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
3966         hide error from 'ls', needed on OS/2.
3967         Report by Elbert Pol <elbert.pol@gmail.com>.
3968
3969 2008-04-04  Eric Blake  <ebb9@byu.net>
3970
3971         Make test-fseeko.c failures meaningful.
3972         * tests/test-fseeko.c: Print line number on failure.
3973         * tests/test-fseek.c: Likewise.
3974         Reported by Nelson H. F. Beebe.
3975
3976         Improve strtod bug detection check.
3977         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
3978         required for Solaris 10.
3979         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
3980
3981 2008-04-04  Bruno Haible  <bruno@clisp.org>
3982
3983         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
3984         by m4/setenv.m4.
3985
3986 2008-04-03  Eric Blake  <ebb9@byu.net>
3987
3988         Ensure sane .version contents.
3989         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
3990         version string.
3991         * build-aux/git-version-gen: Improve documentation.
3992
3993         Make GNU make output nicer.
3994         * top/GNUmakefile [!_have-Makefile]: Add dependency on
3995         MAKECMDGOALS to enforce message for all command line targets.  Set
3996         srcdir for use in maint.mk.
3997
3998         Another maintainer tweak.
3999         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
4000         a target that regenerates version.
4001
4002 2008-04-03  Jim Meyering  <meyering@redhat.com>
4003
4004         vc-list-files: don't cause coreutils "make po-check" failure
4005         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
4006
4007 2008-04-03  Eric Blake  <ebb9@byu.net>
4008
4009         Allow VPATH usage of vc-list-files.
4010         * build-aux/vc-list-files (scriptversion): Add timestamp.
4011         (options): Add --help, --version, -C.
4012         (CVS): Support installed cvsu.
4013
4014 2008-04-02  Bruno Haible  <bruno@clisp.org>
4015
4016         Avoid some "statement with no effect" warnings from gcc.
4017         * tests/test-wctype.c (main): Explicitly ignore unused values.
4018         Reported by Jim Meyering.
4019
4020 2008-04-02  Jim Meyering  <meyering@redhat.com>
4021
4022         Avoid some warnings from "gcc -Wshadow".
4023         * tests/test-frexp.c (exp): Define to a different identifier.
4024         * tests/test-frexpl.c (exp): Likewise.
4025
4026 2008-04-03  Jim Meyering  <meyering@redhat.com>
4027
4028         bootstrap: remove dangling *.[ch] symlinks from lib
4029         * build-aux/bootstrap [dangling symlink removal]: Move find's
4030         -depth option to precede all others, to avoid a warning.
4031         Remove *.[ch] files too, and from "$source_base" (usually lib/).
4032
4033 2008-04-02  Bruno Haible  <bruno@clisp.org>
4034
4035         Avoid some warnings from "gcc -Wshadow".
4036         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
4037         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
4038         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
4039         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
4040         Reported by Jim Meyering.
4041
4042 2008-04-01  Bruno Haible  <bruno@clisp.org>
4043
4044         Fix test to work on IRIX 6.5 with cc.
4045         * tests/test-math.c (numeric_equal): New function.
4046         (main): Use it.
4047
4048 2008-04-01  Bruno Haible  <bruno@clisp.org>
4049
4050         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
4051
4052 2008-04-01  Bruno Haible  <bruno@clisp.org>
4053
4054         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
4055         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4056         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
4057         (Depends-on): Remove math.
4058
4059         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
4060         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4061         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
4062         (Depends-on): Remove math.
4063
4064         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
4065         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4066         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
4067         (Depends-on): Remove math.
4068         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
4069         (Depends-on): Remove math.
4070
4071         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
4072         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4073         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
4074         (Depends-on): Remove math.
4075         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
4076         (Depends-on): Remove math.
4077
4078         * tests/test-round1.c: Include nan.h.
4079         (main): Use NaNd instead of NAN.
4080         * modules/round-tests (Files): Add tests/nan.h.
4081
4082         * tests/test-trunc1.c: Include nan.h.
4083         (main): Use NaNd instead of NAN.
4084         * modules/trunc-tests (Files): Add tests/nan.h.
4085
4086         * tests/test-roundf1.c: Include nan.h.
4087         (main): Use NaNf instead of NAN.
4088         * modules/roundf-tests (Files): Add tests/nan.h.
4089
4090         * tests/test-truncf1.c: Include nan.h.
4091         (main): Use NaNf instead of NAN.
4092         * modules/truncf-tests (Files): Add tests/nan.h.
4093
4094         * tests/test-ceilf1.c: Include nan.h.
4095         (main): Use NaNf instead of NAN.
4096         * modules/ceilf-tests (Files): Add tests/nan.h.
4097
4098         * tests/test-floorf1.c: Include nan.h.
4099         (main): Use NaNf instead of NAN.
4100         * modules/floorf-tests (Files): Add tests/nan.h.
4101
4102         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
4103         (main): Use NaNf instead of NAN.
4104         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
4105
4106         * tests/test-isnand.c: Include nan.h instead of <math.h>.
4107         (main): Use NaNd instead of NAN.
4108         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
4109
4110         * tests/test-frexp.c: Include nan.h.
4111         (main): Use NaNd instead of NAN.
4112         * modules/frexp-tests (Files): Add tests/nan.h.
4113
4114         * lib/isnan.c: Don't include <math.h>.
4115         (FUNC): Don't use NAN macro.
4116         * modules/isnand-nolibm (Depends-on): Remove math.
4117         * modules/isnanf-nolibm (Depends-on): Remove math.
4118         * modules/isnanl (Depends-on): Remove math.
4119         * modules/isnanl-nolibm (Depends-on): Remove math.
4120
4121         * tests/nan.h: New file.
4122
4123 2008-04-01  Eric Blake  <ebb9@byu.net>
4124
4125         Fix typos.
4126         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
4127         values to be the right type.
4128
4129         For now, cater to gnulib strtod inaccuracies.
4130         * tests/test-strtod.c (main): Allow 1-ulp error on expected
4131         fractional results.  While not as nice from a QoI perspective, it
4132         is a quicker patch than correctly implementing decimal to binary
4133         rounding.
4134
4135 2008-03-31  Eric Blake  <ebb9@byu.net>
4136
4137         Guarantee a definition of NAN.
4138         * lib/math.in.h (NAN): Define if missing.
4139         * tests/test-math.c (main): Test it.
4140         * doc/posix-headers/math.texi (math.h): Document this.
4141         * lib/isnan.c (rpl_isnand): Use it.
4142         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
4143         * tests/test-floorf1.c (NaN): Likewise.
4144         * tests/test-frexp.c (NaN): Likewise.
4145         * tests/test-isnand.c (NaN): Likewise.
4146         * tests/test-isnanf.c (NaN): Likewise.
4147         * tests/test-round1.c (NaN): Likewise.
4148         * tests/test-roundf1.c (NaN): Likewise.
4149         * tests/test-snprintf-posix.h (NaN): Likewise.
4150         * tests/test-sprintf-posix.h (NaN): Likewise.
4151         * tests/test-trunc1.c (NaN): Likewise.
4152         * tests/test-truncf1.c (NaN): Likewise.
4153         * tests/test-vasnprintf-posix.c (NaN): Likewise.
4154         * tests/test-vasprintf-posix.c (NaN): Likewise.
4155         * modules/isnand-nolibm (Depends-on): Add math.
4156         * modules/isnanf-nolibm (Depends-on): Likewise.
4157         * modules/isnanl (Depends-on): Likewise.
4158         * modules/isnanl-nolibm (Depends-on): Likewise.
4159         * modules/snprintf-posix-tests (Depends-on): Likewise.
4160         * modules/sprintf-posix-tests (Depends-on): Likewise.
4161         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
4162         * modules/vsprintf-posix-tests (Depends-on): Likewise.
4163         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
4164         * modules/vasprintf-posix-tests (Depends-on): Likewise.
4165
4166 2008-03-31  Bruno Haible  <bruno@clisp.org>
4167
4168         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
4169         * doc/posix-functions/strtod.texi: Likewise.
4170
4171 2008-03-31  Bruno Haible  <bruno@clisp.org>
4172
4173         * tests/test-strtod.c (main): Don't use C99 syntax.
4174
4175 2008-03-31  Bruno Haible  <bruno@clisp.org>
4176
4177         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
4178         Reported by Eric Blake.
4179
4180 2008-03-31  Jim Meyering  <meyering@redhat.com>
4181
4182         Don't compare actual signbit return values.
4183         * tests/test-strtod.c (main): Rather, compare only their
4184         zero/non-zero nature.
4185
4186 2008-03-31  Eric Blake  <ebb9@byu.net>
4187
4188         More strtod documentation.
4189         * doc/posix-functions/strtod.texi (strtod): Interpret more test
4190         failures as distinct bugs.
4191
4192 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4193
4194         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
4195         Problem reported by Erik Benada in
4196         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
4197
4198 2008-03-30  Bruno Haible  <bruno@clisp.org>
4199
4200         * tests/test-strtod.c: Add comments about which assertion fails on which
4201         platform.
4202         * doc/posix-functions/strtod.texi: Add info about many more platforms.
4203
4204 2008-03-30  Eric Blake  <ebb9@byu.net>
4205
4206         Test signbit behavior on zeros.
4207         * tests/test-signbit.c (test_signbitf): Add tests for zero.
4208         (test_signbitd, test_signbitl): Likewise.
4209
4210         More strtod touchups.
4211         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
4212         sign of negative underflow, for now.  Use .5, not .1.
4213         * doc/posix-functions/strtod.texi (strtod): Mention these
4214         limitations.
4215         Reported by Jim Meyering.
4216
4217 2008-03-30  Bruno Haible  <bruno@clisp.org>
4218
4219         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
4220         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
4221
4222 2008-03-30  Bruno Haible  <bruno@clisp.org>
4223
4224         Avoid failure when attempting to return empty iconv results on some
4225         platforms.
4226         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
4227         allocation, don't report ENOMEM when the resulting string is empty.
4228
4229 2008-03-30  Bruno Haible  <bruno@clisp.org>
4230
4231         Fix buffer overrun.
4232         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
4233         Don't consider the width for tmp_length. Check count against tmp_length
4234         before doing the padding. Ensure enough allocation during padding.
4235
4236 2008-03-30  Eric Blake  <ebb9@byu.net>
4237
4238         strtod touchups.
4239         * lib/strtod.c (strtod): Avoid compiler warnings.
4240         Reported by Jim Meyering.
4241
4242 2008-03-30  Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
4245         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
4246         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
4247         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
4248         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
4249         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
4250         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
4251         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
4252
4253         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
4254         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
4255         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
4256         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
4257         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
4258         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
4259         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
4260         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
4261
4262         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
4263         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
4264         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
4265         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
4266         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
4267         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
4268         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
4269         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
4270
4271         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
4272         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
4273
4274         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
4275         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
4276
4277         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
4278         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
4279
4280         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
4281         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
4282         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
4283
4284         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
4285         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
4286         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
4287
4288         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
4289         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
4290         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
4291
4292         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
4293         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
4294         * modules/vasprintf (Depends-on): Add EOVERFLOW.
4295
4296         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
4297         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
4298         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
4299         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
4300         (Depends-on): Add EOVERFLOW.
4301         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
4302         (Depends-on): Add EOVERFLOW.
4303         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4304         (Depends-on): Add EOVERFLOW.
4305         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4306         (Depends-on): Add EOVERFLOW.
4307         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4308         (Depends-on): Add EOVERFLOW.
4309         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4310         (Depends-on): Add EOVERFLOW.
4311         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4312         (Depends-on): Add EOVERFLOW.
4313         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4314         (Depends-on): Add EOVERFLOW.
4315
4316         * lib/sprintf.c (EOVERFLOW): Remove fallback.
4317         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
4318         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
4319
4320         * lib/snprintf.c (EOVERFLOW): Remove fallback.
4321         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
4322         * modules/snprintf (Depends-on): Add EOVERFLOW.
4323
4324         * lib/poll.c (EOVERFLOW): Remove fallback.
4325         * modules/poll (Depends-on): Add EOVERFLOW.
4326
4327         * lib/getugroups.c (EOVERFLOW): Remove fallback.
4328         * modules/getugroups (Depends-on): Add EOVERFLOW.
4329
4330         * lib/getdelim.c (EOVERFLOW): Remove fallback.
4331         * modules/getdelim (Depends-on): Add EOVERFLOW.
4332
4333         * lib/ftell.c (EOVERFLOW): Remove fallback.
4334         * modules/ftell (Depends-on): Add EOVERFLOW.
4335
4336         * lib/fprintf.c (EOVERFLOW): Remove fallback.
4337         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
4338         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
4339
4340         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
4341
4342         * modules/EOVERFLOW-tests: New file.
4343         * tests/test-EOVERFLOW.c: New file.
4344
4345         * modules/EOVERFLOW: New file.
4346         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
4347
4348 2008-03-30  Bruno Haible  <bruno@clisp.org>
4349
4350         Fix bug introduced on 2007-06-10.
4351         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
4352         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
4353
4354 2008-03-30  Bruno Haible  <bruno@clisp.org>
4355
4356         Improve freadseek's efficiency after ungetc.
4357         * lib/freadseek.c: Include freadahead.h.
4358         (freadptrinc): New function, extracted from freadseek.
4359         (freadseek): Use it in a loop. Use freadahead to determine the number
4360         of loop iterations.
4361         * modules/freadseek (Depends-on): Add freadahead.
4362         (configure.ac): Require AC_C_INLINE.
4363
4364 2008-03-30  Bruno Haible  <bruno@clisp.org>
4365
4366         * lib/freadseek.c (freadseek): Don't ignore the return value of
4367         freadptr.
4368
4369 2008-03-29  Eric Blake  <ebb9@byu.net>
4370
4371         Add hex float support.
4372         * modules/strtod (Depends-on): Add c-ctype.
4373         (Link): Mention POW_LIB.
4374         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
4375         whitespace between 'e' and exponent.
4376         * tests/test-strtod.c (main): Enable hex float tests.
4377         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
4378         now provides.
4379
4380         Document various strtod bugs, with some fixes.
4381         * doc/posix-functions/strtod.texi (strtod): Document bugs with
4382         "-0x", "inf", "nan", and hex constants.
4383         * doc/posix-functions/atof.texi (atof): Likewise.
4384         * modules/stdlib (Makefile.am): Support strtod.
4385         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
4386         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
4387         detect additional strtod bugs.
4388         * lib/stdlib.in.h (rpl_strtod): Add declarations.
4389         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
4390         bool where appropriate.  Parse 'inf' and 'nan'.
4391         * tests/test-strtod.c: New file.
4392         * modules/strtod (Depends-on): Add stdbool, stdlib.
4393         (configure.ac): Turn on module indicator.
4394         * modules/strtod-tests: New module.
4395
4396 2008-03-29  Eric Blake  <ebb9@byu.net>
4397
4398         Fix ftell on mingw.
4399         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
4400         * modules/ftell-tests (Depends-on): Add binary-io.
4401         * modules/ftello-tests (Depends-on): Likewise.
4402         * tests/test-ftell.c (main): Enhance test to cover behavior after
4403         ungetc.  Enforce binary mode.
4404         * tests/test-ftello.c (main): Likewise.
4405
4406         Pass test-freadseek on cygwin.
4407         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
4408         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
4409         ungetc buffer.
4410
4411         * tests/test-fflush2.c (main): Fix typo.
4412
4413 2008-03-29  Bruno Haible  <bruno@clisp.org>
4414
4415         * tests/test-fflush2.c (main): Temporarily disable the contents of
4416         this test.
4417         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
4418         Reported by Eric Blake.
4419
4420 2008-03-28  Simon Josefsson  <simon@josefsson.org>
4421
4422         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
4423         (GC_SHA224_DIGEST_SIZE): Add.
4424
4425         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
4426         (gc_hash_digest_length): Likewise.
4427         (gc_hash_buffer): Likewise.
4428
4429 2008-03-25  Bruno Haible  <bruno@clisp.org>
4430
4431         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
4432         detail which gettext release to use.
4433         Reported by Simon Josefsson.
4434
4435 2008-03-26  Jim Meyering  <meyering@redhat.com>
4436
4437         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
4438         * modules/gnumakefile (clean-GNUmakefile): Also, use
4439         test ... && ... || : syntax rather than if-then ... fi.
4440
4441         gnumakefile: Don't double-quote-expand $(VPATH) value.
4442         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
4443
4444 2008-03-24  Eric Blake  <ebb9@byu.net>
4445
4446         Alter GNUmakefile to install into top directory.
4447         * modules/maintainer-makefile: Split, and add dependency...
4448         * modules/gnumakefile: to this new module.
4449         * build-aux/GNUmakefile: Move...
4450         * top/GNUmakefile: ...here.
4451         * build-aux/maint.mk: Move...
4452         * top/maint.mk: ...here.
4453         * MODULES.html.sh (Support for maintaining...): Document new
4454         module.
4455
4456 2008-03-23  Bruno Haible  <bruno@clisp.org>
4457
4458         * gnulib-tool: New options --vc-files, --no-vc-files.
4459         (func_usage): Document them.
4460         (vc_files): New variable.
4461         (func_import): Consider vc_files.
4462         (func_create_testdir): Set vc_files to empty.
4463         Suggested by Jim Meyering and Karl Berry.
4464
4465 2008-03-23  Bruno Haible  <bruno@clisp.org>
4466
4467         Fix regex compilation error on HP-UX 11.
4468         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
4469         * modules/regex (Files): Add m4/mbstate_t.m4.
4470         Reported by Ton Voon <ton.voon@altinity.com>.
4471
4472 2008-03-23  Bruno Haible  <bruno@clisp.org>
4473
4474         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
4475
4476 2008-03-23  Eric Blake  <ebb9@byu.net>
4477             Bruno Haible  <bruno@clisp.org>
4478
4479         Install files from top/ in the destination directory.
4480         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
4481         augmentation also for the files from top/.
4482         (func_import, func_create_testdir): Rewrite file names:
4483         top/filename -> filename.
4484
4485 2008-03-23  Bruno Haible  <bruno@clisp.org>
4486
4487         Tweak "gnulib --version" output.
4488         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
4489
4490 2008-03-23  Bruno Haible  <bruno@clisp.org>
4491
4492         Tweak "gnulib --version" output.
4493         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
4494         rather than contents of ChangeLog, when possible.
4495
4496 2008-03-21  Eric Blake  <ebb9@byu.net>
4497
4498         More --version tweaks.
4499         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
4500         date of last ChangeLog entry.
4501
4502 2008-03-21  Jim Meyering  <meyering@redhat.com>
4503
4504         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
4505
4506 2008-03-20  Eric Blake  <ebb9@byu.net>
4507
4508         VPATH fix.
4509         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
4510
4511 2008-03-20  Simon Josefsson  <simon@josefsson.org>
4512
4513         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
4514         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
4515
4516 2008-03-20  Eric Blake  <ebb9@byu.net>
4517
4518         Sync GNUmakefile with coreutils.
4519         * build-aux/GNUmakefile (have-Makefile): Rename...
4520         (_have-Makefile): ...to this, for namespace consideration.
4521         (GNUmakefile.cfg): Include, if present.
4522         (_autoreconf): Define a default.
4523         (_is-dist-target): New rule for rebuilds to pick up intra-release
4524         version.
4525         (maint-cfg.mk): Rename...
4526         (cfg.mk): ...to this.
4527
4528 2008-03-18  Jim Meyering  <meyering@redhat.com>
4529
4530         New script and module: mktempd
4531         * MODULES.html.sh (maint+release support): Add mktempd.
4532         * build-aux/mktempd: New file.
4533         * modules/mktempd: New file.
4534
4535 2008-03-15  Jim Meyering  <meyering@redhat.com>
4536
4537         Undo last change.
4538         * lib/sha1.c, lib/md5.c: 63 != ~63.
4539         Reported by Andreas Schwab.
4540
4541         sha1.c, md5.c: Hoist a redundant expression.
4542         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
4543         "ctx->buflen" only once, before calling *_process_block.
4544         * lib/md5.c (md5_process_bytes): Likewise.
4545
4546 2008-03-14  Eric Blake  <ebb9@byu.net>
4547
4548         Bump copyright year in files generated by gnulib-tool.
4549         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
4550         gnulib-tool, rather than hard-coding it.
4551
4552         Fix 'gnulib-tool --version' output to work with git.
4553         * gnulib-tool (func_gnulib_dir): New function, extracted from...
4554         (startup): ...here.
4555         (func_version): Use it to invoke git-version-gen, rather than
4556         relying on CVS keyword expansion.  Modernize wording.
4557         (cvsdatestamp, last_checkin_date, version): Kill unused
4558         variables.
4559
4560 2008-03-12  Jim Meyering  <meyering@redhat.com>
4561
4562         Recognize optional cast of the argument to free.
4563         * build-aux/useless-if-before-free: Update regexps.
4564
4565         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
4566
4567 2008-03-11  Bruno Haible  <bruno@clisp.org>
4568
4569         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
4570         by a single package.
4571         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
4572         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
4573         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
4574         Reported by Sam Steingold <sds@gnu.org>.
4575
4576 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4577
4578         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
4579         repositories.
4580
4581 2008-03-11  Bruno Haible  <bruno@clisp.org>
4582
4583         Avoid conflicts between local macro definitions.
4584         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4585         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
4586
4587 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
4588             Bruno Haible  <bruno@clisp.org>
4589
4590         Make va_copy work with some version of xlc on AIX 5.1.
4591         * lib/stdarg.in.h: New file.
4592         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
4593         On AIX, use a <stdarg.h> file substitute.
4594         * modules/stdarg (Files): Add lib/stdarg.in.h.
4595         (Depends-on): Add include_next.
4596         (Makefile.am): Build a stdarg.h substitute if requested.
4597         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
4598
4599 2008-03-10  Bruno Haible  <bruno@clisp.org>
4600
4601         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
4602         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4603         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
4604
4605 2008-03-10  Bruno Haible  <bruno@clisp.org>
4606
4607         * modules/stdlib (Depends-on): Add include_next, remove
4608         absolute-header.
4609
4610 2008-03-09  Bruno Haible  <bruno@clisp.org>
4611
4612         * lib/freadahead.h (freadahead): Document more precisely.
4613         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
4614         the sum of both buffer sizes.
4615         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
4616         * NEWS: Document the change.
4617
4618 2008-03-09  Bruno Haible  <bruno@clisp.org>
4619
4620         Extend freadptr to return also the buffer size.
4621         * lib/freadptr.h (freadptr): Add sizep argument.
4622         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
4623         (freadptr): Add sizep argument. Determine buffer size like freadahead
4624         does.
4625         * tests/test-freadptr.c: Don't include freadahead.h.
4626         (main): Adapt for new calling convention of freadptr.
4627         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
4628         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
4629         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
4630         tests/test-freadptr2.sh.
4631         (Depends): Remove freadahead.
4632         (TESTS): Add test-freadptr2.sh.
4633         (check_PROGRAMS): Add test-freadptr2.
4634
4635 2008-03-09  Bruno Haible  <bruno@clisp.org>
4636
4637         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
4638         Report and solution by Simon Josefsson.
4639
4640 2008-03-06  Bruno Haible  <bruno@clisp.org>
4641
4642         Make fflush after ungetc work on BSD platforms.
4643         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
4644         * tests/test-fflush2.c: New file.
4645         * tests/test-fflush2.sh: New file.
4646         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
4647         tests/test-fflush2.c.
4648         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
4649         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
4650
4651 2008-03-06  Eric Blake  <ebb9@byu.net>
4652
4653         Likewise for ftello.
4654         * modules/ftello (Dependencies): Add extensions.
4655         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
4656
4657 2008-03-06  Bruno Haible  <bruno@clisp.org>
4658
4659         * modules/fseeko (Dependencies): Add extensions.
4660         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
4661         Needed on glibc systems.
4662
4663 2008-03-06  Bruno Haible  <bruno@clisp.org>
4664
4665         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
4666         email address.
4667         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4668
4669 2008-03-06  Bruno Haible  <bruno@clisp.org>
4670
4671         * users.txt: Add libgnupdf.
4672
4673 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4674
4675         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
4676         (Header File Substitutes, Function Substitutes,
4677         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
4678         (Build robot for gnulib): Fix typo.
4679
4680 2008-03-06  Bruno Haible  <bruno@clisp.org>
4681
4682         * doc/gnulib-tool.texi (VCS Issues): Small updates.
4683         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4684
4685 2008-03-06  Bruno Haible  <bruno@clisp.org>
4686
4687         * doc/func.texi: New file, extracted from doc/gnulib.texi.
4688         * doc/gnulib.texi: Include it.
4689
4690 2008-03-06  Simon Josefsson  <simon@josefsson.org>
4691
4692         * modules/func (License): Change license to unlimited; there was
4693         no LGPL parts in the module anyway.
4694
4695 2008-03-06  Simon Josefsson  <simon@josefsson.org>
4696
4697         * modules/__func__: Renamed to modules/func.
4698         * modules/__func__-tests: Renamed to modules/func-tests.
4699         * tests/test-__func__.c: Renamed to tests/test-func.c.
4700         * m4/__func__.m4: Renamed to m4/func.m4.
4701         * doc/gnulib.texi (__func__): Section renamed to func.
4702         Suggested by Eric Blake <ebb9@byu.net>.
4703
4704 2008-03-06  Simon Josefsson  <simon@josefsson.org>
4705
4706         * doc/gnulib.texi (__func__): Use C99 terminology when talking
4707         about __func__.  Make example self-contained.  Suggested by Eric
4708         Blake <ebb9@byu.net>.
4709
4710         * tests/test-__func__.c (main): Avoid extraneous () around __func.
4711         Suggested by Eric Blake <ebb9@byu.net>.
4712
4713 2008-03-06  Simon Josefsson  <simon@josefsson.org>
4714
4715         * modules/__func__: New file.
4716         * modules/__func__-tests: New file.
4717         * tests/test-__func__.c: New file.
4718         * m4/__func__.m4: New file.
4719         * doc/gnulib.texi (__func__): Document __func__ module.
4720
4721 2008-03-05  Simon Josefsson  <simon@josefsson.org>
4722
4723         * modules/byteswap (License): Re-license as LGPLv2+.
4724
4725 2008-03-05  Simon Josefsson  <simon@josefsson.org>
4726
4727         * doc/Makefile: Add pdf target.
4728
4729 2008-03-05  Simon Josefsson  <simon@josefsson.org>
4730
4731         * modules/inline (License): Use 'unlimited', since there are only
4732         *.m4 files in this module.
4733
4734 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
4735             Bruno Haible  <bruno@clisp.org>
4736
4737         Add support for HP C 7.1 on OpenVMS 8.3.
4738         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
4739
4740 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
4741
4742         Update VMS specifics.
4743         * lib/getopt.c [VMS]: Remove include of unixlib.h.
4744
4745 2008-03-02  Jim Meyering  <meyering@redhat.com>
4746
4747         Remove the last dependency on the "free" module.
4748         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
4749         Reported by Bob Proulx.
4750
4751         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
4752
4753         Remove useless "if" tests before free.  Deprecate "free" module.
4754         * doc/posix-functions/free.texi: Mention that this
4755         module is no longer useful.
4756         * modules/free (Notice): Say this module is obsolete.
4757         * modules/readutmp (Depends-on): Remove free.
4758         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
4759         * lib/putenv.c (putenv): Likewise.
4760         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
4761         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
4762         * tests/test-c-strcasestr.c (main): Likewise.
4763         * tests/test-c-strstr.c (main): Likewise.
4764         * tests/test-mbscasestr1.c (main): Likewise.
4765         * tests/test-mbscasestr2.c (main): Likewise.
4766         * tests/test-mbsstr1.c (main): Likewise.
4767         * tests/test-mbsstr2.c (main): Likewise.
4768         * tests/test-memmem.c (main): Likewise.
4769         * tests/test-strcasestr.c (main): Likewise.
4770         * tests/test-striconv.c (main): Likewise.
4771         * tests/test-striconveh.c (main): Likewise.
4772         * tests/test-striconveha.c (main): Likewise.
4773         * tests/test-strstr.c (main): Likewise.
4774
4775         * build-aux/git-version-gen: Adjust a comment and the Usage string.
4776
4777         bootstrap: sync from coreutils again
4778         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
4779
4780 2008-03-01  Jim Meyering  <meyering@redhat.com>
4781
4782         bootstrap: sync from coreutils
4783         * build-aux/bootstrap (update_po_files): Copy a .po file into place
4784         also when the target doesn't exist.
4785
4786 2008-03-01  Eric Blake  <ebb9@byu.net>
4787
4788         Fix bugs in last patch.
4789         * lib/memchr2.c (memchr2): Fix typo.
4790         * tests/test-memchr2.c: Test previous bug, and don't use GNU
4791         extension.
4792         Reported by Bruce Korb.
4793
4794         New module 'memchr2'.
4795         * modules/memchr2: New file.
4796         * modules/memchr2-tests: Likewise.
4797         * lib/memchr2.h: Likewise.
4798         * lib/memchr2.c: Likewise, based on memchr.c.
4799         * tests/test-memchr2.c: New test.
4800         * MODULES.html.sh (String handling): Add memchr2.
4801
4802 2008-02-29  Bruno Haible  <bruno@clisp.org>
4803
4804         * modules/freadseek-tests: New file.
4805         * tests/test-freadseek.sh: New file.
4806         * tests/test-freadseek.c: New file.
4807
4808         New module 'freadseek'.
4809         * modules/freadseek: New file.
4810         * lib/freadseek.h: New file.
4811         * lib/freadseek.c: New file.
4812         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
4813
4814 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4815
4816         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
4817         wydawca.
4818
4819         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
4820         program_invocation_name and program_invocation_short_name are
4821         present.
4822
4823 2008-02-28  Bruno Haible  <bruno@clisp.org>
4824
4825         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
4826         * tests/test-freadptr.sh: Also test non-seekable stdin.
4827
4828 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
4829
4830         * build-aux/bootstrap (source_base, m4_base)
4831         (doc_base, tests_base): New variables.
4832         (gnulib_tool_options): Do not hardcode base directories, use
4833         the above variables instead.
4834
4835 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
4836
4837         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
4838
4839 2008-02-28  Bruno Haible  <bruno@clisp.org>
4840
4841         * modules/freadptr-tests: New file.
4842         * tests/test-freadptr.sh: New file.
4843         * tests/test-freadptr.c: New file.
4844
4845         New module 'freadptr'.
4846         * modules/freadptr: New file.
4847         * lib/freadptr.h: New file.
4848         * lib/freadptr.c: New file.
4849         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
4850
4851 2008-02-26  Karl Berry  <karl@freefriends.org>
4852
4853         Sync from Libtool:
4854         * libltdl/argz.c (argz_add, argz_count): New functions.
4855         * libltdl/argz.in.h: Declare them.
4856         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
4857
4858 2008-02-22  Bruno Haible  <bruno@clisp.org>
4859
4860         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
4861         is a pointer type.  Needed for HP-UX 10.
4862         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
4863         * doc/posix-functions/gmtime_r.texi: Likewise.
4864         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
4865
4866 2008-02-24  Bruno Haible  <bruno@clisp.org>
4867
4868         * modules/environ-tests: New file.
4869         * tests/test-environ.c: New file.
4870
4871         New module 'environ'.
4872         * modules/environ: New file.
4873         * lib/unistd.in.h (environ): New declaration.
4874         * m4/environ.m4: New file.
4875         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
4876         after use.
4877         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
4878         HAVE_DECL_ENVIRON.
4879         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
4880         HAVE_DECL_ENVIRON.
4881         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
4882         wrong claim that 'environ' is missing on some systems.
4883         * modules/execute (Depends-on): Add environ.
4884         * lib/execute.c (environ): Remove fallback declaration.
4885         * modules/pipe (Depends-on): Add environ.
4886         * lib/pipe.c (environ): Remove fallback declaration.
4887         * modules/setenv (Depends-on): Add environ.
4888         * lib/setenv.c (environ): Remove fallback declaration.
4889         * modules/unsetenv (Depends-on): Add environ.
4890         * lib/unsetenv.c (environ): Remove fallback declaration.
4891         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
4892         m4/environ.m4.
4893         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
4894         (gl_PREREQ_UNSETENV): Likewise.
4895
4896 2008-02-24  Bruno Haible  <bruno@clisp.org>
4897
4898         * doc/posix-functions/environ.texi: Document the MacOS X problem.
4899
4900 2008-02-20  Bob Proulx  <bob@proulx.com>
4901
4902         Enable use of older two part flavor 'git describe'.
4903         * build-aux/git-version-gen: If using the older two part flavor of
4904         git version then recreate the third part now present in the
4905         newer three part flavor of git describe.
4906
4907 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
4908
4909         * lib/fts.c (fts_build): Typo correction to comment.
4910
4911 2008-02-17  Bruno Haible  <bruno@clisp.org>
4912
4913         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
4914         generating no-op conflicts.
4915
4916 2008-02-17  Bruno Haible  <bruno@clisp.org>
4917
4918         Speed up by 10%.
4919         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
4920         result_entries, rather than an index-based loop.
4921
4922 2008-02-17  Bruno Haible  <bruno@clisp.org>
4923
4924         Speed up by 25%.
4925         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
4926         'hashcode_cached'.
4927         (entry_create): New function.
4928         (entry_hashcode): Use the cached hashcode if possible.
4929         (read_changelog_file, try_split_merged_entry): Use entry_create.
4930
4931 2008-02-17  Bruno Haible  <bruno@clisp.org>
4932
4933         Speed up from O(n^2) to O(n) for long ChangeLog files.
4934         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
4935         (read_changelog_file): Change implementation of entries_reversed list
4936         to rbtreehash.
4937         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
4938
4939 2008-02-17  Bruno Haible  <bruno@clisp.org>
4940
4941         New option --split-merged-entry.
4942         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
4943         (find_paragraph_end, try_split_merged_entry): New functions.
4944         (long_options): Add option --split-merged-entry.
4945         (usage): Document option --split-merged-entry.
4946         (main): Implement option --split-merged-entry.
4947         Reported by Eric Blake.
4948
4949 2008-02-17  Bruno Haible  <bruno@clisp.org>
4950
4951         * lib/git-merge-changelog.c: Include c-strstr.h.
4952         (main): Support the "git pull --rebase" situation.
4953         * modules/git-merge-changelog (Depends-on): Add c-strstr.
4954         Reported by Eric Blake.
4955
4956 2008-02-16  Eric Blake  <ebb9@byu.net>
4957
4958         Avoid doubling \ in common case of "c-maybe" quoting style.
4959         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
4960         eliding outer quotes.
4961         * lib/quotearg.h: Document this.
4962         * tests/test-quotearg.c (result_strings, inputs, results_g)
4963         (flag_results, locale_results): Test it by adding a new string to
4964         each test group.
4965         (compare_strings): Test new string.
4966
4967 2008-02-13  Eric Blake  <ebb9@byu.net>
4968
4969         Avoid trigraph quoting in default output.
4970         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
4971         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
4972         unless explicitly requested.
4973         * tests/test-quotearg.c (flag_results, main): Add additional tests.
4974
4975 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
4976
4977         Don't rely on signed integer overflowing to negative value.
4978         * lib/getugroups.c (getugroups): Include <limits.h>.
4979         Instead, compare against INT_MAX, and increment only if the test passes.
4980
4981 2008-02-13  Jim Meyering  <meyering@redhat.com>
4982         and Eric Blake  <ebb9@byu.net>
4983
4984         Avoid shadowing warning and compile errors on Linux.
4985         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
4986         forwarding macros on Linux.
4987         (dcgettext): Define a stub, for Linux.
4988         (results_g, main): Avoid warnings.
4989
4990 2008-02-12  Eric Blake  <ebb9@byu.net>
4991
4992         Silence warning in last patch.
4993         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
4994
4995         Quotearg part 4: add tests, fix c-maybe colon quoting.
4996         * lib/quotearg.h: Improve documentation.
4997         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
4998         escapes when adding outer quotes.  When quoting trigraphs, use
4999         valid C notation.  When quoting NUL, omit extra characters if next
5000         character is not digit.  Alter prototype.
5001         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
5002         callers.
5003         * modules/quotearg-tests: New module.
5004         * tests/test-quotearg.c: New test.
5005
5006 2008-02-07  Eric Blake  <ebb9@byu.net>
5007
5008         Quotearg part 3: add flag to control outer quote elision.
5009         * lib/quotearg.h (c_maybe_quoting_style): New style.
5010         (enum quoting_flags): Better documentation of flags.
5011         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
5012         c-maybe style.
5013         (quotearg_buffer_restyled): Handle new flag to elide outer
5014         quotes.
5015
5016         Quotearg part 2: add flag that can control NUL elision.
5017         * lib/quotearg.h (set_quoting_flags): New prototype.
5018         * lib/quotearg.c (struct quoting_options): Add flag field.
5019         (set_quoting_flags): New function.
5020         (quotearg_buffer_restyled): Add flags parameter.
5021         (quotearg_alloc_mem): Set the flag if length cannot be returned.
5022         (quotearg_n_options): Set the flag, since length cannot be
5023         returned.
5024         (quoting_options_from_style): Default flags correctly.
5025
5026         Quotearg part 1: more wrappers, restore quotearg_char state.
5027         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
5028         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
5029         (quotearg_colon_mem): New wrappers.
5030         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
5031         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
5032         functions.
5033         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
5034         (quotearg_colon_mem): New functions.
5035
5036 2008-02-11  Bruno Haible  <bruno@clisp.org>
5037
5038         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
5039         library in the current directory: it does not work with parallel make.
5040         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5041
5042 2008-02-11  Bruno Haible  <bruno@clisp.org>
5043
5044         * .gitattributes: New file.
5045
5046 2008-02-11  Jim Meyering  <meyering@redhat.com>
5047
5048         useless-if-before-free: Fix reversed exit values.
5049         * build-aux/useless-if-before-free: Use correct values
5050         for EXIT_MATCH and EXIT_NO_MATCH.
5051
5052         * build-aux/useless-if-before-free: Close stdout carefully.
5053
5054 2008-02-10  Bruno Haible  <bruno@clisp.org>
5055
5056         New module 'git-merge-changelog'.
5057         * modules/git-merge-changelog: New file.
5058         * lib/git-merge-changelog.c: New file.
5059
5060 2008-02-10  Jim Meyering  <meyering@redhat.com>
5061
5062         useless-if-before-free: New option: --list (-l).
5063
5064         useless-if-before-free: Don't exit immediately upon open failure.
5065         * build-aux/useless-if-before-free: Exit 2 for errors.
5066         Upon failure to open a file, don't exit immediately.
5067         Rather, just warn and continue with any remaining files.
5068
5069 2008-02-10  Bruno Haible  <bruno@clisp.org>
5070
5071         New abstract list operation 'node_set_value'.
5072         * lib/gl_list.h (gl_list_node_set_value): New function.
5073         (struct gl_list_implementation): New field node_set_value.
5074         * lib/gl_list.c (gl_list_node_set_value): New function.
5075         * lib/gl_array_list.c (gl_array_node_set_value): New function.
5076         (gl_array_list_implementation): Update.
5077         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
5078         (gl_carray_list_implementation): Update.
5079         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
5080         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5081         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5082         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
5083         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5084         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5085         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5086         Update.
5087         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5088         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
5089         (gl_sublist_list_implementation): Update.
5090
5091 2008-02-10  Bruno Haible  <bruno@clisp.org>
5092
5093         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
5094         Needed when ELEMENT is #defined to 'some_type *'.
5095
5096 2008-02-10  Jim Meyering  <meyering@redhat.com>
5097
5098         New script and module: useless-if-before-free
5099         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
5100         * build-aux/useless-if-before-free: New file.
5101         * modules/useless-if-before-free: New file.
5102
5103         * build-aux/gitlog-to-changelog: Use committer date, not author date.
5104
5105         xstrtol_error: Fix typo.
5106         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
5107         s/exit_failure/exit_status/.
5108
5109 2008-02-09  Jim Meyering  <meyering@redhat.com>
5110
5111         New script and module: gitlog-to-changelog
5112         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
5113         * modules/gitlog-to-changelog: New file.
5114         * build-aux/gitlog-to-changelog: New file.
5115
5116 2008-02-08  Jim Meyering  <meyering@redhat.com>
5117
5118         Avoid two "parameter unused" warnings.
5119         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
5120         Mark "st" as used.
5121
5122         Use "git COMMAND", not "git-COMMAND".
5123         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
5124         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
5125         * build-aux/git-version-gen: Use "git status", not "git-status".
5126
5127 2008-02-07  Bruno Haible  <bruno@clisp.org>
5128
5129         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
5130         Avoids a crash on Windows Vista.
5131         Reported by Adam Strzelecki <ono@java.pl> via
5132         Simon Josefsson <simon@josefsson.org>.
5133
5134 2008-02-06  Bruno Haible  <bruno@clisp.org>
5135
5136         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
5137         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
5138         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
5139         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
5140         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5141         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5142         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
5143         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
5144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5145         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5146         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5147         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5148         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5149         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5150         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5151         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
5152         left-adjust flag.
5153         * tests/test-snprintf-posix.h (test_function): Likewise.
5154         * tests/test-sprintf-posix.h (test_function): Likewise.
5155         * tests/test-vasprintf-posix.c (test_function): Likewise.
5156         * doc/posix-functions/fprintf.texi: Update.
5157         * doc/posix-functions/printf.texi: Update.
5158         * doc/posix-functions/snprintf.texi: Update.
5159         * doc/posix-functions/sprintf.texi: Update.
5160         * doc/posix-functions/vfprintf.texi: Update.
5161         * doc/posix-functions/vprintf.texi: Update.
5162         * doc/posix-functions/vsnprintf.texi: Update.
5163         * doc/posix-functions/vsprintf.texi: Update.
5164         Reported by Peter Fales <psfales@alcatel-lucent.com>.
5165
5166 2008-02-06  Bruno Haible  <bruno@clisp.org>
5167
5168         Fix bug introduced on 2008-01-26.
5169         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
5170
5171 2008-02-06  Bruno Haible  <bruno@clisp.org>
5172
5173         Fix bug introduced on 2007-06-10.
5174         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
5175         !NEED_PRINTF_FLAG_ZERO.
5176
5177 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
5178
5179         getloadavg: use libperfstat on AIX5
5180         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
5181
5182 2008-02-03  Bruno Haible  <bruno@clisp.org>
5183
5184         * lib/diffseq.h: Add comments about required #includes.
5185         Reported by Michael Biggs <gnulib@doubleplum.net>.
5186
5187 2008-02-01  Bruno Haible  <bruno@clisp.org>
5188
5189         * users.txt: Add gnuit.
5190
5191 2008-01-31  Bruno Haible  <bruno@clisp.org>
5192
5193         * lib/md4.c (set_uint32): Mark as inline.
5194         * lib/md5.c (set_uint32): Likewise.
5195         * lib/sha1.c (set_uint32): Likewise.
5196         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
5197         * m4/md5.m4 (gl_MD5): Likewise.
5198         * m4/sha1.m4 (gl_SHA1): Likewise.
5199
5200 2008-01-31  Jim Meyering  <meyering@redhat.com>
5201
5202         Use "sizeof VAR", rather than a literal "4".
5203         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
5204         * lib/md4.c (md4_read_ctx): Likewise.
5205         * lib/sha1.c (sha1_read_ctx): Likewise.
5206
5207 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5208
5209         * tests/test-sha1.c: New file, based on test-md5.c.
5210
5211         * modules/crypto/sha1-tests: New file.
5212
5213 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5214
5215         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
5216
5217 2008-01-31  Jim Meyering  <meyering@redhat.com>
5218
5219         Prefer "sizeof v" over the equivalent "4".
5220         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
5221         * lib/md5.c (set_uint32): Likewise.
5222         * lib/sha1.c (set_uint32): Likewise.
5223
5224 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5225
5226         * lib/sha1.c (set_uint32): Mark function as static.
5227
5228 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5229
5230         md2: clarify comments to say that alignment is not required.
5231         * lib/md2.h: Remove warning about alignment in comment.
5232         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
5233         never been required.
5234
5235 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5236
5237         md4: adapt alignment constraint fix from sha1.
5238         * lib/md4.c (set_uint32): New function, from sha1.c
5239         (md4_read_ctx): Use it.
5240         (md4_finish_ctx): Doc fix.
5241         * lib/md4.h: Doc fix.
5242
5243 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5244
5245         md5: adapt alignment constraint fix from sha1.
5246         * lib/md5.c (set_uint32): New function, from sha1.c
5247         (md5_read_ctx): Use it.
5248         (md5_finish_ctx): Doc fix.
5249         * lib/md5.h: Doc fix.
5250
5251 2008-01-30  Peter Palfrader  <weasel@debian.org>
5252
5253         sha1: remove the result buffer alignment constraint
5254         * lib/sha1.c (set_uint32): New function.
5255         (sha1_read_ctx): Rewrite to remove the result buffer alignment
5256         constraint.
5257         (sha1_finish_ctx): Remove comment warning about alignment constraint.
5258         * lib/sha1.h: Likewise.
5259
5260 2008-01-30  Andreas Schwab  <schwab@suse.de>
5261             Bruno Haible  <bruno@clisp.org>
5262
5263         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
5264         correct definition of LDBL_MIN_EXP.
5265
5266 2008-01-30  Karl Berry  <karl@gnu.org>
5267
5268         * config/srclist-update: try to preserve x bit on updates.
5269         * config/srclistvars.sh: update for karl.
5270
5271 2008-01-29  Jim Meyering  <meyering@redhat.com>
5272
5273         vasnprintf.c: Avoid warning about unused label
5274         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
5275         "overflow" label definition and associated code with the
5276         same cpp condition that guards the sole use of that label.
5277
5278 2008-01-26  Bruno Haible  <bruno@clisp.org>
5279
5280         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
5281         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
5282         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
5283         * lib/isnanl-nolibm.h (isnanl): Likewise.
5284         Reported by Paul Eggert <eggert@cs.ucla.edu>.
5285
5286 2008-01-26  Bruno Haible  <bruno@clisp.org>
5287
5288         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
5289         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
5290
5291 2008-01-26  Bruno Haible  <bruno@clisp.org>
5292
5293         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
5294         GCC >= 4.0 built-in.
5295         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
5296
5297 2008-01-26  Bruno Haible  <bruno@clisp.org>
5298
5299         Rename isnan, applicable to 'double' only, to isnand.
5300         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
5301         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
5302         (configure.ac): Update.
5303         (Include): Replace "isnan.h" with "isnand.h".
5304         * m4/isnand.m4: Renamed from m4/isnan.m4.
5305         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
5306         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
5307         instead of isnan.c.
5308         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
5309         instead of HAVE_ISNAN_IN_LIBC.
5310         (isnand): Renamed from isnan.
5311         * lib/isnand.c: New file.
5312         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
5313         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
5314         (Makefile.am): Update.
5315         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
5316         Include isnand.h instead of isnan.h.
5317         (main): Test isnand instead of isnan.
5318         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
5319         isnan-nolibm.
5320         * modules/frexp (Depends-on): Likewise.
5321         * modules/frexp-tests (Depends-on): Likewise.
5322         * modules/frexp-nolibm (Depends-on): Likewise.
5323         * modules/frexp-nolibm-tests (Depends-on): Likewise.
5324         * modules/isfinite (Depends-on): Likewise.
5325         * modules/round-tests (Depends-on): Likewise.
5326         * modules/signbit (Depends-on): Likewise.
5327         * modules/signbit-tests (Depends-on): Likewise.
5328         * modules/snprintf-posix (Depends-on): Likewise.
5329         * modules/sprintf-posix (Depends-on): Likewise.
5330         * modules/trunc-tests (Depends-on): Likewise.
5331         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5332         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5333         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5334         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5335         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5336         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5337         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5338         * modules/vasnprintf-posix (Depends-on): Likewise.
5339         * modules/vasprintf-posix (Depends-on): Likewise.
5340         * modules/vfprintf-posix (Depends-on): Likewise.
5341         * modules/vsnprintf-posix (Depends-on): Likewise.
5342         * modules/vsprintf-posix (Depends-on): Likewise.
5343         * lib/frexp.c: Include isnand.h instead of isnan.h.
5344         (ISNAN): Set to isnand instead of isnan.
5345         * lib/isfinite.c: Include isnand.h instead of isnan.h.
5346         (gl_isfinited): Use isnand instead of isnan.
5347         * lib/signbitd.c: Include isnand.h instead of isnan.h.
5348         (gl_signbitd): Use isnand instead of isnan.
5349         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
5350         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
5351         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
5352         (main): Use isnand instead of isnan.
5353         * tests/test-round1.c: Include isnand.h.
5354         (main): Use isnand instead of isnan.
5355         * tests/test-round2.c: Include isnand.h instead of isnan.h.
5356         (ISNAN): Set to isnand instead of isnan.
5357         * tests/test-trunc1.c: Include isnand.h.
5358         (main): Use isnand instead of isnan.
5359         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
5360         (equal): Use isnand instead of isnan.
5361         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
5362         isnand-nolibm.
5363         * NEWS: Mention the change.
5364
5365 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5366             Bruno Haible  <bruno@clisp.org>
5367
5368         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
5369         the GCC builtins for signbits are present and set
5370         REPLACE_SIGNBIT_USING_GCC if so.
5371         * lib/math.in.h (signbit): Define using GCC builtins if
5372         REPLACE_SIGNBIT_USING_GCC is set.
5373         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
5374         REPLACE_SIGNBIT_USING_GCC.
5375         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
5376
5377 2008-01-25  Jim Meyering  <meyering@redhat.com>
5378
5379         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
5380         * lib/poll.c: Include <config.h>, not "config.h".
5381         * tests/test-getaddrinfo.c: Likewise.
5382
5383 2008-01-25  Simon Josefsson  <simon@josefsson.org>
5384
5385         * modules/sockets-tests: New file.
5386
5387 2008-01-24  Simon Josefsson  <simon@josefsson.org>
5388
5389         * modules/sockets: New module, can be used to call WSA_Startup and
5390         WSA_Cleanup when needed.
5391
5392         * lib/sockets.h, lib/sockets.c: New files.
5393
5394         * m4/sockets.m4: New file.
5395
5396         * tests/test-sockets.c: New file.
5397
5398 2008-01-19  Bruno Haible  <bruno@clisp.org>
5399
5400         * doc/posix-headers: Renamed from doc/headers.
5401         * doc/posix-functions: Renamed from doc/functions.
5402         * doc/gnulib.texi: Update.
5403
5404 2008-01-19  Bruno Haible  <bruno@clisp.org>
5405
5406         * doc/glibc-functions/strcasestr.texi: Include contents of
5407         doc/functions/strcasestr.texi, fixing the list of platforms.
5408         * doc/functions/strcasestr.texi: Remove file.
5409
5410 2008-01-19  Bruno Haible  <bruno@clisp.org>
5411
5412         * doc/glibc-functions/memmem.texi: Include contents of
5413         doc/functions/memmem.texi.
5414         * doc/functions/memmem.texi: Remove file.
5415
5416 2008-01-18  Bruno Haible  <bruno@clisp.org>
5417
5418         * doc/glibc-functions/*.texi: New files.
5419         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
5420         to use the new files.
5421
5422 2008-01-17  Bruno Haible  <bruno@clisp.org>
5423
5424         * tests/test-gethostname.c (main): Fix printf statement.
5425
5426 2008-01-17  Simon Josefsson  <simon@josefsson.org>
5427
5428         * modules/gethostname-tests: New file.
5429
5430         * tests/test-gethostname.c: New file.
5431
5432 2008-01-17  Simon Josefsson  <simon@josefsson.org>
5433
5434         * lib/gethostname.c: Include string.h unconditionally, strncpy is
5435         used by the UNAME case.  Reported by Bruno Haible
5436         <bruno@clisp.org>.
5437
5438 2008-01-17  Eric Blake  <ebb9@byu.net>
5439
5440         Convert c-strcasestr to be more efficient.
5441         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
5442         (Depends-on): Add c-strcase, remove malloca, strnlen.
5443         * tests/test-c-strcasestr.c (main): Enhance test.
5444         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
5445
5446 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5447
5448         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
5449         Use it in creating po/Makevars.
5450
5451 2008-01-15  Simon Josefsson  <simon@josefsson.org>
5452
5453         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
5454         Applications that requires it should initialize libgcrypt
5455         manually.
5456
5457 2008-01-16  Simon Josefsson  <simon@josefsson.org>
5458
5459         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
5460
5461 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
5462
5463         Fix problem with getdate on mingw32 reported by Simon Josefsson
5464         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
5465         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
5466         tzname", when deciding whether to declare tzname.
5467         * lib/strftime.c (tzname): Likewise.
5468
5469 2008-01-15  Bruno Haible  <bruno@clisp.org>
5470
5471         Work around a MacOS X 10.5 bug in frexpl().
5472         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
5473         * doc/functions/frexpl.texi: Document the bug.
5474         Reported by Elias Pipping <pipping@gentoo.org>.
5475
5476 2008-01-14  Eric Blake  <ebb9@byu.net>
5477
5478         Touch up previous patch.
5479         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
5480         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
5481
5482         Convert strcasestr module to use Two-Way algorithm.
5483         * modules/strcasestr-simple: New module, based on the old
5484         strcasestr, but with Two-Way rather than KMP.
5485         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
5486         * lib/string.in.h (rpl_strcasestr): Declare.
5487         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
5488         performance.
5489         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
5490         * modules/string (Makefile.am): Support strcasestr.
5491         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
5492         * modules/strcasestr-tests (Depends-on): Check for alarm.
5493         * tests/test-strcasestr.c: Augment test.
5494         * lib/str-two-way.h: Clean up stray macro.
5495         * NEWS: Document new module.
5496         * MODULES.html.sh (string handling): Likewise.
5497         * doc/functions/strcasestr.texi: New file.
5498         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
5499         here, since it is not a POSIX function.
5500
5501 2008-01-14  Colin Watson  <cjwatson@debian.org>
5502             Bruno Haible  <bruno@clisp.org>
5503
5504         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
5505         works fine; if not, set REPLACE_STRSIGNAL.
5506         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
5507         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5508         REPLACE_STRSIGNAL.
5509         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
5510         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
5511         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
5512
5513 2008-01-14  Bruno Haible  <bruno@clisp.org>
5514
5515         * modules/strsignal (Include): Change to <string.h>.
5516
5517 2008-01-14  Colin Watson  <cjwatson@debian.org>
5518
5519         * modules/argp (Notice): Add a notice recommending to change
5520         XGETTEXT_OPTIONS.
5521         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
5522
5523 2008-01-13  Colin Watson  <cjwatson@debian.org>
5524
5525         * modules/strsignal-tests: New file.
5526         * tests/test-strsignal.c: New file.
5527
5528         * lib/strsignal.c: New file, from glibc with modifications.
5529         * lib/siglist.h: New file, from glibc with modifications.
5530         * lib/string.in.h (strsignal): New declaration.
5531         * m4/strsignal.m4: New file.
5532         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5533         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
5534         * modules/strsignal: New file.
5535         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
5536         HAVE_DECL_STRSIGNAL.
5537
5538 2008-01-13  Bruno Haible  <bruno@clisp.org>
5539
5540         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
5541         locale encoding is not ASCII. Needed for OpenBSD 4.0.
5542         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5543         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5544
5545 2008-01-13  Bruno Haible  <bruno@clisp.org>
5546
5547         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
5548         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
5549         * lib/argp.h (__attribute__): Likewise.
5550         * lib/c-stack.c (__attribute__): Likewise.
5551         * lib/error.h (__attribute__): Likewise.
5552         * lib/fts.c (__attribute__): Likewise.
5553         * lib/openat.h (__attribute__): Likewise.
5554         * lib/stdio.in.h (__attribute__): Likewise.
5555         * lib/string.in.h (__attribute__): Likewise.
5556         * lib/utimens.c (__attribute__): Likewise.
5557         * lib/vasnprintf.h (__attribute__): Likewise.
5558         * lib/xalloc.h (__attribute__): Likewise.
5559         * lib/xprintf.h (__attribute__): Likewise.
5560         * lib/xstrtol.h (__attribute__): Likewise.
5561         * lib/xvasprintf.h (__attribute__): Likewise.
5562
5563 2008-01-12  Bruno Haible  <bruno@clisp.org>
5564
5565         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
5566         * doc/glibc-headers/a.out.texi: New file.
5567         * doc/glibc-headers/aliases.texi: New file.
5568         * doc/glibc-headers/alloca.texi: New file.
5569         * doc/glibc-headers/ar.texi: New file.
5570         * doc/glibc-headers/argp.texi: New file.
5571         * doc/glibc-headers/argz.texi: New file.
5572         * doc/glibc-headers/byteswap.texi: New file.
5573         * doc/glibc-headers/crypt.texi: New file.
5574         * doc/glibc-headers/endian.texi: New file.
5575         * doc/glibc-headers/envz.texi: New file.
5576         * doc/glibc-headers/err.texi: New file.
5577         * doc/glibc-headers/error.texi: New file.
5578         * doc/glibc-headers/execinfo.texi: New file.
5579         * doc/glibc-headers/fpu_control.texi: New file.
5580         * doc/glibc-headers/fstab.texi: New file.
5581         * doc/glibc-headers/fts.texi: New file.
5582         * doc/glibc-headers/getopt.texi: New file.
5583         * doc/glibc-headers/ieee754.texi: New file.
5584         * doc/glibc-headers/ifaddrs.texi: New file.
5585         * doc/glibc-headers/libintl.texi: New file.
5586         * doc/glibc-headers/mcheck.texi: New file.
5587         * doc/glibc-headers/mntent.texi: New file.
5588         * doc/glibc-headers/obstack.texi: New file.
5589         * doc/glibc-headers/paths.texi: New file.
5590         * doc/glibc-headers/printf.texi: New file.
5591         * doc/glibc-headers/pty.texi: New file.
5592         * doc/glibc-headers/resolv.texi: New file.
5593         * doc/glibc-headers/shadow.texi: New file.
5594         * doc/glibc-headers/sysexits.texi: New file.
5595         * doc/glibc-headers/ttyent.texi: New file.
5596
5597 2008-01-12  Jim Meyering  <meyering@redhat.com>
5598
5599         announce-gen: emit Gnulib's git-based version string.
5600         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
5601         New option --gnulib-version=V, where V is expected to be
5602         the output of running git describe in the gnulib directory.
5603         (get_tool_versions): Request feedback on xdelta.  I suspect it's
5604         not useful, and plan to stop publishing an xdelta file with each
5605         coreutils release.
5606
5607         * build-aux/announce-gen: Also check for lzma-compressed files.
5608
5609 2008-01-11  Bruno Haible  <bruno@clisp.org>
5610
5611         * tests/test-memmem.c (main): Increase maximum allowed time.
5612         * tests/test-strstr.c (main): Likewise.
5613
5614 2008-01-11  Bruno Haible  <bruno@clisp.org>
5615
5616         * doc/functions/memmem.texi: Add more precisions about platforms.
5617         * doc/functions/strstr.texi: Likewise.
5618
5619 2008-01-10  Eric Blake  <ebb9@byu.net>
5620
5621         * m4/strstr.m4: Delete cruft from copy-n-paste.
5622         Reported by Bruno Haible.
5623
5624 2008-01-10  Bruno Haible  <bruno@clisp.org>
5625
5626         Make c-strstr rely on strstr.
5627         * lib/c-strstr.c: Don't include str-kmp.h.
5628         (c_strstr): Define in terms of strstr.
5629         * modules/c-strstr (Files): Remove lib/str-kmp.h.
5630         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
5631
5632 2008-01-10  Bruno Haible  <bruno@clisp.org>
5633
5634         * doc/gnulib.texi (String Functions in C Locale): New section.
5635         * doc/c-ctype.texi: New file.
5636         * doc/c-strcase.texi: New file.
5637         * doc/c-strcaseeq.texi: New file.
5638         * doc/c-strcasestr.texi: New file.
5639         * doc/c-strstr.texi: New file.
5640         * doc/c-strtod.texi: New file.
5641         * doc/c-strtold.texi: New file.
5642
5643 2008-01-10  Eric Blake  <ebb9@byu.net>
5644
5645         * lib/relocatable.h: Fix a comment.
5646
5647 2008-01-10  Eric Blake  <ebb9@byu.net>
5648
5649         Share two-way algorithm.
5650         * lib/str-two-way.h: New file, merged from...
5651         * lib/memmem.c: ...here...
5652         * lib/strstr.c: ...and here.
5653         * modules/memmem (Files): Use it.
5654         * modules/strstr (Files): Likewise.
5655
5656         Avoid quadratic strstr implementations.
5657         * lib/strstr.c: New file.
5658         * m4/strstr.m4: Likewise.
5659         * modules/strstr: Likewise.
5660         * modules/strstr-tests: Likewise.
5661         * tests/test-strstr.c: Likewise.
5662         * lib/string.in.h (rpl_strstr): Declare.
5663         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
5664         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
5665         * modules/string (Makefile.am): Likewise.
5666         * MODULES.html.sh (string handling): Mention new module.
5667         * doc/functions/strstr.texi (strstr): Document the bug.
5668
5669 2008-01-10  Bruno Haible  <bruno@clisp.org>
5670
5671         * lib/relocatable.h (relocate): State whether result is freshly
5672         allocated or not.
5673         * lib/relocatable.c (relocate): Return a freshly allocated string
5674         instead of a pointer to a privately held string.
5675         Reported by Sylvain Beucler <beuc@gnu.org>.
5676
5677 2008-01-10  Colin Watson  <cjwatson@debian.org>
5678
5679         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
5680         s/S_ISNLK/S_ISLNK/.
5681
5682 2008-01-09  Bruno Haible  <bruno@clisp.org>
5683
5684         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
5685         and other files.
5686         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
5687         if it's only a guess.
5688         * modules/memmem: Simplify by depending on memmem-simple.
5689
5690 2008-01-09  Bruno Haible  <bruno@clisp.org>
5691
5692         Work around OpenBSD 4.0 tdelete() bug.
5693         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
5694         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
5695         macros and don't redefine the enum values.
5696         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
5697         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
5698         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
5699
5700 2008-01-09  Bruno Haible  <bruno@clisp.org>
5701
5702         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
5703         (main): Don't perform the tests if setlocale did not install a UTF-8
5704         locale. Needed on OpenBSD 4.0.
5705         * modules/wcwidth-tests (Depends-on): Add localcharset.
5706
5707 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5708
5709         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
5710         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
5711         * NEWS: announce this.
5712         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
5713
5714 2008-01-09  Simon Josefsson  <simon@josefsson.org>
5715         and Eric Blake  <ebb9@byu.net>
5716
5717         Add memmem-simple module.
5718         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
5719         (gl_FUNC_MEMMEM): Separate performance from presence checks.
5720         * modules/memmem-simple: New file.
5721         * modules/memmem (Description): Tweak.
5722         * MODULES.html.sh (string handling): Mention new module.
5723         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
5724         addressed by memmem-simple.
5725         * NEWS: Document the difference.
5726
5727 2008-01-09  Eric Blake  <ebb9@byu.net>
5728
5729         Give gcc some memmem optimization hints.
5730         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
5731         (strcasestr): Declare as pure.
5732         * modules/memmem (Maintainer): Claim my implementation.
5733
5734 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5735
5736         Support AIX 6.1 and higher.
5737         * build-aux/config.libpath: Likewise.
5738         * build-aux/config.rpath: Likewise.
5739
5740 2008-01-08  Jim Meyering  <meyering@redhat.com>
5741             Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
5744         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
5745         Reported by Peter Fales in
5746         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
5747
5748 2008-01-08  Bruno Haible  <bruno@clisp.org>
5749
5750         * modules/unictype/category-of (Depends-on): Add
5751         unictype/category-none.
5752         * modules/unictype/category-and-tests (Depends-on): Add
5753         unictype/category-{L,N,Lu,Nd}.
5754         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
5755         * modules/unictype/category-or-tests (Depends-on): Add
5756         unictype/category-{L,N}.
5757         * modules/unictype/category-name-tests (Depends-on): Add
5758         unictype/category-{Z,Nl}.
5759         Reported by Simon Josefsson.
5760
5761 2008-01-08  Bruno Haible  <bruno@clisp.org>
5762
5763         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
5764         convention better.
5765         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
5766         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
5767         Reported by Peter Miller <millerp@canb.auug.org.au>.
5768
5769 2008-01-08  Eric Blake  <ebb9@byu.net>
5770
5771         Rewrite memmem to guarantee linear complexity without malloc.
5772         * lib/memmem.c (memmem): Use Two-Way rather than
5773         Knuth-Morris-Pratt, to allow O(1) space usage.
5774         (critical_factorization, two_way_short_needle)
5775         (two_way_long_needle): New functions.
5776         (knuth_morris_pratt): Delete.
5777         * modules/memmem (Depends-on): No longer need malloca or stdbool.
5778         Add stdint.
5779         * tests/test-memmem.c (main): Add tests for periodic needle and
5780         sublinear performance.
5781         * doc/functions/memmem.texi (memmem): Document other deficiencies
5782         in cygwin and older glibc.
5783
5784 2008-01-08  Bruno Haible  <bruno@clisp.org>
5785
5786         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
5787         augmentation.
5788
5789 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
5790
5791         Add a configure time option: --disable-acl.
5792         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
5793         AC_ARG_ENABLE(acl).
5794
5795 2008-01-06  Simon Josefsson  <simon@josefsson.org>
5796
5797         * tests/test-localename.c: Don't include obsolete "setenv.h".
5798
5799         * modules/localename-tests (Depends-on): Need unsetenv.
5800
5801 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5802
5803         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
5804
5805 2008-01-06  Colin Watson  <cjwatson@debian.org>
5806
5807         * users.txt: Add man-db.
5808
5809 2008-01-07  Bruno Haible  <bruno@clisp.org>
5810
5811         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
5812         previous section name.
5813
5814 2008-01-07  Bruno Haible  <bruno@clisp.org>
5815
5816         * lib/progname.c (set_program_name): Don't strip off a leading
5817         "lt-" prefix outside a .libs directory.
5818         Suggested by Paul Eggert.
5819
5820 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
5821             Bruno Haible  <bruno@clisp.org>
5822
5823         Improve memory cleanup in 'relocatable' module.
5824         * lib/relocatable.h (compute_curr_prefix): Change return type to
5825         'char *'.
5826         * lib/relocatable.c (compute_curr_prefix): Change return type to
5827         'char *'. Free curr_installdir after use.
5828         (relocate): Free curr_prefix_better after use.
5829         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
5830
5831 2008-01-01  Bruno Haible  <bruno@clisp.org>
5832
5833         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
5834         failure on older glibc systems.
5835         Reported by Peter Fales <psfales@alcatel-lucent.com>.
5836
5837 2008-01-05  Eric Blake  <ebb9@byu.net>
5838
5839         Avoid quadratic system memmem.
5840         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
5841         Reported by Ralf Wildenhues.
5842
5843         Fix memmem test for mingw.
5844         * modules/memmem-tests (configure.ac): Check for alarm.
5845         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
5846         it.
5847         * doc/functions/memmem.texi: New file.
5848         * doc/gnulib.texi (Function Substitutes): Add memmem.
5849         Reported by Bruno Haible.
5850
5851 2008-01-04  Bruno Haible  <bruno@clisp.org>
5852
5853         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
5854         Require gl_HEADER_STRINGS_H_DEFAULTS, not
5855         gl_HEADER_STRING_H_DEFAULTS.
5856
5857 2008-01-04  Eric Blake  <ebb9@byu.net>
5858
5859         Shorten duration of memmem test.
5860         * tests/test-memmem.c (main): Use alarm to declare failure if test
5861         is taking too long.
5862         Reported by Ralf Wildenhues.
5863
5864 2007-12-21  Simon Josefsson  <simon@josefsson.org>
5865
5866         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
5867         string, needed by strerror.
5868
5869 2008-01-03  Colin Watson  <cjwatson@debian.org>
5870             Bruno Haible  <bruno@clisp.org>
5871
5872         * doc/gnulib-tool.texi (Localization): New section.
5873
5874 2008-01-02  Bruno Haible  <bruno@clisp.org>
5875
5876         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
5877         variables to 'unsigned char *' type.
5878         Reported by Paul Eggert.
5879
5880 2008-01-02  Jim Meyering  <jim@meyering.net>
5881
5882         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
5883
5884 2007-12-31  Jim Meyering  <jim@meyering.net>
5885
5886         Avoid use of private FTS type name.
5887         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
5888
5889 2007-12-30  Karl Berry  <karl@gnu.org>
5890
5891         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
5892         work around defect in Texinfo and/or the standalone Info browser.
5893
5894 2007-12-30  Bruno Haible  <bruno@clisp.org>
5895
5896         Unify 5 copies of the KMP code.
5897         * lib/str-kmp.h: New file.
5898         * lib/c-strcasestr.c: Include str-kmp.h.
5899         (knuth_morris_pratt): Remove function.
5900         (c_strcasestr): Update.
5901         * lib/c-strstr.c: Include str-kmp.h.
5902         (knuth_morris_pratt): Remove function.
5903         (c_strcasestr): Update.
5904         * lib/mbscasestr.c: Include str-kmp.h.
5905         (knuth_morris_pratt_unibyte): Remove function.
5906         * lib/mbsstr.c: Include str-kmp.h.
5907         (knuth_morris_pratt_unibyte): Remove function.
5908         * lib/strcasestr.c: Include str-kmp.h.
5909         (knuth_morris_pratt): Remove function.
5910         (strcasestr): Update.
5911         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
5912         * modules/c-strstr (Files): Likewise.
5913         * modules/mbscasestr (Files): Likewise.
5914         * modules/mbsstr (Files): Likewise.
5915         * modules/strcasestr (Files): Likewise.
5916         Suggested by Paul Eggert.
5917
5918 2007-12-30  Bruno Haible  <bruno@clisp.org>
5919
5920         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
5921         defined.
5922
5923 2007-12-30  Bruno Haible  <bruno@clisp.org>
5924
5925         * lib/xmalloca.h: Include xalloc.h.
5926         (xnmalloca): New macro.
5927
5928 2007-12-30  Bruno Haible  <bruno@clisp.org>
5929
5930         * lib/malloca.h (nmalloca): New macro.
5931         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
5932         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
5933         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
5934         knuth_morris_pratt_multibyte): Likewise.
5935         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
5936         knuth_morris_pratt_multibyte): Likewise.
5937         * lib/memmem.c (knuth_morris_pratt): Likewise.
5938         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
5939
5940 2007-12-25  Bruno Haible  <bruno@clisp.org>
5941
5942         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
5943         * lib/glob.c: Don't include openat.h.
5944         (link_exists2_p): Add back the code that deals with the
5945         !GLOB_ALTDIRFUNC case.
5946         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
5947         let it do the filename concatenation.
5948         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
5949         * modules/glob (Depends-on): Remove openat.
5950
5951 2007-12-31  Bruno Haible  <bruno@clisp.org>
5952
5953         * modules/dirfd (License): Change to LGPLv2+.
5954         Approved by Jim Meyering.
5955
5956 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5957
5958         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
5959         when multiplying M by sizeof (size_t).
5960
5961 2007-12-10  Martin Lambers  <marlam@marlam.de>
5962
5963         Override getpagesize on mingw.
5964         * lib/getpagesize.c: New file.
5965         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
5966         * modules/getpagesize (Files): Add lib/getpagesize.c.
5967         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
5968         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5969         REPLACE_GETPAGESIZE.
5970         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
5971
5972 2007-12-25  Bruno Haible  <bruno@clisp.org>
5973
5974         * modules/localcharset (Notice): New field.
5975         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
5976         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
5977
5978 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5979             Bruno Haible  <bruno@clisp.org>
5980
5981         Avoid using the syntax symbol() in formatted documentation.
5982         * MODULES.html.sh (func_module): When replacing symbol() with a
5983         hyperlink, remove the parentheses. Show an error if some remain.
5984         Recognize and render the '...' syntax.
5985         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
5986         Rework. Add paragraph about GCC's inlining.
5987         * doc/alloca.texi: Likewise.
5988         * doc/error.texi: Remove parentheses from symbol reference.
5989         * doc/gnulib-intro.texi: Likewise.
5990         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
5991         * modules/fnmatch (Description): Reword to say "the ... function".
5992         * modules/full-read (Description): Likewise.
5993         * modules/full-write (Description): Likewise.
5994         * modules/safe-read (Description): Likewise.
5995         * modules/safe-write (Description): Likewise.
5996         * modules/strchrnul (Description): Likewise.
5997         * modules/trim (Description): Likewise.
5998         * modules/error (Description): Remove parentheses from symbol
5999         references.
6000         * modules/verror (Description): Likewise.
6001         Reported by Karl Berry.
6002
6003 2007-12-25  Bruno Haible  <bruno@clisp.org>
6004
6005         Fixup after 2007-10-16 commit.
6006         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
6007
6008 2007-12-24  Bruno Haible  <bruno@clisp.org>
6009
6010         Make --enable-relocatable work with DESTDIR.
6011         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
6012         to compute installdir from destprog.
6013         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
6014         also set the RELOC_DESTDIR variable.
6015         Reported by Левашев Иван <octagram@bluebottle.com>.
6016
6017 2007-12-24  Bruno Haible  <bruno@clisp.org>
6018
6019         Fix link error due to xalloc_die().
6020         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
6021         of xreadlink.
6022         * lib/relocwrapper.c: Update comments.
6023         * build-aux/install-reloc: Remove xreadlink.c from file list.
6024         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
6025         xreadlink.c.
6026         Reported by Левашев Иван <octagram@bluebottle.com>.
6027
6028 2007-12-24  Bruno Haible  <bruno@clisp.org>
6029
6030         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
6031         * lib/setenv.h: Remove file.
6032         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
6033         lib/setenv.h.
6034         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
6035         (Depends-on): Add stdlib.
6036         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
6037         gl_FUNC_UNSETENV.
6038         (Include): Replace setenv.h with <stdlib.h>.
6039         * modules/unsetenv: New file.
6040         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
6041         * lib/unsetenv.c: Include <stdlib.h> first.
6042         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
6043         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
6044         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
6045         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
6046         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
6047         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6048         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
6049         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6050         * doc/functions/unsetenv.texi: Update.
6051         * modules/xsetenv (Depends-on): Add unsetenv.
6052         * modules/getdate (Depends-on): Likewise.
6053         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
6054         * lib/xsetenv.c: Don't include setenv.h.
6055         * lib/getdate.y: Likewise.
6056         * lib/relocwrapper.c: Likewise.
6057         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
6058         (Depends-on): Add stdlib.
6059         * NEWS: Mention the changes.
6060         Reported by Левашев Иван <octagram@bluebottle.com>.
6061
6062 2007-12-23  Bruno Haible  <bruno@clisp.org>
6063
6064         * lib/memmem.c (memmem): Use lowercase variable names. Tab
6065         indentation.
6066
6067 2007-12-23  Bruno Haible  <bruno@clisp.org>
6068
6069         * lib/c-strcasestr.c: Add more comments.
6070         * lib/c-strstr.c: Likewise.
6071         * lib/mbscasestr.c: Likewise.
6072         * lib/mbsstr.c: Likewise.
6073         * lib/strcasestr.c: Likewise.
6074         * lib/memmem.c: Likewise.
6075
6076 2007-12-23  Bruno Haible  <bruno@clisp.org>
6077
6078         * tests/test-memmem.c: Include <string.h> first.
6079
6080 2007-12-22  Bruno Haible  <bruno@clisp.org>
6081
6082         * gnulib-tool (func_create_testdir): Change $auxdir while generating
6083         the contents of $testsbase.
6084         Reported by Ralf Wildenhues.
6085
6086 2007-12-22  Bruno Haible  <bruno@clisp.org>
6087
6088         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
6089         two variables local_ldadd_before, local_ldadd_last.
6090
6091 2007-12-20  Eric Blake  <ebb9@byu.net>
6092
6093         Work around circular library issue when cross-compiling.
6094         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
6095         that progname.o does not need to pull in rpl_memcmp.
6096
6097 2007-12-19  Eric Blake  <ebb9@byu.net>
6098
6099         Fix memmem to avoid O(n^2) worst-case complexity.
6100         * lib/memmem.c (knuth_morris_pratt): New function.
6101         (memmem): Use it if first few naive iterations fail.
6102         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
6103         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
6104         * modules/memchr (License): Likewise.
6105         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
6106         malloca.
6107         * tests/test-memmem.c: Rewrite, borrowing ideas from
6108         test-mbsstr1.c; the old version wouldn't even compile!
6109         * modules/memmem-tests: New file.
6110         * lib/string.in.h (rpl_memmem): Add declaration.
6111         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
6112         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
6113         REPLACE_MEMMEM.
6114
6115 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6116
6117         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
6118         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
6119         before any system include files, and undef after them all.  This
6120         should fix a problem on VMS reported by John E. Malmberg in
6121         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
6122
6123 2007-12-17  Eric Blake  <ebb9@byu.net>
6124
6125         Revert addition of verify, for BSD/OS.
6126         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
6127         can't handle large files, for the sake of obsolete platforms.
6128         * modules/fseeko (Depends-on): Remove verify.
6129         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
6130         * doc/functions/ftello.texi (ftello): Likewise.
6131         * doc/functions/fgetpos.texi (fgetpos): Likewise.
6132         Reported by Larry Jones.
6133
6134 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
6135
6136         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
6137         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
6138
6139 2007-12-17  Jim Meyering  <meyering@redhat.com>
6140
6141         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
6142         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
6143         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
6144         * modules/getcwd (Depends-on): Add openat.
6145         Reported by Petr Salinger.
6146
6147 2007-12-17  Bruno Haible  <bruno@clisp.org>
6148
6149         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
6150         avoid a segmentation fault of the configure test on x86_64 systems.
6151
6152 2007-12-15  Jim Meyering  <meyering@redhat.com>
6153
6154         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
6155
6156 2007-12-13  Eric Blake  <ebb9@byu.net>
6157
6158         Another fseek test.
6159         * tests/test-fseek.c (main): Also test ungetc handling.
6160         * tests/test-fseeko.c (main): Likewise.
6161         * modules/fseeko (Depends-on): Add verify.
6162         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
6163         large.
6164         Reported by Larry Jones.
6165
6166         Fix fseeko on mingw.
6167         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
6168         seek.
6169
6170         Beef up fseek tests.
6171         * tests/test-fseek.c (main): Also test eof handling.
6172         * tests/test-fseeko.c (main): Likewise.
6173         Reported by Larry Jones.
6174
6175 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
6176
6177         Fix fseeko on BSD-based platforms.
6178         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
6179         successful seek.
6180
6181 2007-12-12  Eric Blake  <ebb9@byu.net>
6182
6183         Allow circular dependency of separate libtests.a
6184         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
6185         when use_libtests.
6186
6187 2007-12-11  Eric Blake  <ebb9@byu.net>
6188
6189         Fix bug with -0.0L in previous patch.
6190         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
6191         * tests/test-isnan.c (main): Also test on zeroes.
6192         * tests/test-isnanf.c (main): Likewise.
6193         * tests/test-isnanl.h (main): Likewise.
6194
6195         Detect pseudo-denormals on x86 even when cross-compiling.
6196         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
6197         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
6198         invalid bit patterns that happen to satisfy ==.
6199
6200         Avoid link failures with separate libtests.a.
6201         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
6202         last, to satisfy circular dependencies.
6203
6204 2007-12-11  Eric Blake  <ebb9@byu.net>
6205         and Bruno Haible  <bruno@clisp.org>
6206
6207         Fix OpenBSD 4.0 <float.h> handling of long double.
6208         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
6209         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
6210         * doc/headers/float.texi (float.h): Document OpenBSD bug.
6211
6212 2007-12-11  Jim Meyering  <meyering@redhat.com>
6213
6214         * users.txt: Add libvirt.
6215
6216         Support versions of autoconf prior to 2.59c.
6217         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
6218         if it is not already defined.
6219
6220 2007-12-09  Bruno Haible  <bruno@clisp.org>
6221
6222         Let 'gnulib-tool --import' collect sources needed for the tests in
6223         tests/ rather than in lib/.
6224         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
6225         argument. If true, add rules to generate libtests.a, and put libtests.a
6226         into $(LDADD). Consider source files in subdirectories and set
6227         uses_subdirs.
6228         (func_emit_initmacro_start, func_emit_initmacro_end,
6229         func_emit_initmacro_done): Pass all arguments explicitly.
6230         (func_import): Determine two module lists main_modules,
6231         testsrelated_modules. Determine use_libtests. Determine two variables
6232         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
6233         instead of just sed_transform_lib_file. Determine two variables
6234         main_files and testsrelated_files. Compute 'files' as the union of
6235         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
6236         func_add_or_update. In the generated gnulib-comp.m4, collect the
6237         object files for tests/ in different variables than those for lib/.
6238         Substitute LIBTESTS_LIBDEPS.
6239         (func_create_testdir): Combine the uses_subdirs results from
6240         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
6241
6242 2007-12-09  Bruno Haible  <bruno@clisp.org>
6243
6244         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
6245         the build-aux directory.
6246
6247 2007-12-09  Bruno Haible  <bruno@clisp.org>
6248
6249         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
6250         introduced on 2006-09-09.
6251
6252 2007-12-07  Jim Meyering  <meyering@redhat.com>
6253
6254         Let these macros work also with autoconf-2.59.
6255         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
6256         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
6257         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6258
6259 2007-12-06  Jim Meyering  <meyering@redhat.com>
6260
6261         Avoid a configure-time syntax error in gl_FUNC_ACL.
6262         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
6263         function in each branch, before testing the cache variable.
6264
6265 2007-12-04  Eric Blake  <ebb9@byu.net>
6266
6267         Make scripts executable.
6268         * build-aux/config.guess: Add execute permissions.
6269         * build-aux/config.sub: Likewise.
6270         * build-aux/gendocs.sh: Likewise.
6271
6272         Fix frexp on mingw.
6273         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
6274         cross-compiling.
6275         * doc/functions/frexp.texi (frexp): Document the bug.
6276
6277         Make cygwin fseeko check more reliable.
6278         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
6279         version numbers, rather than unrelated feature check.
6280         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
6281         * doc/functions/ftello.texi (ftello): Likewise.
6282         Reported by Bruno Haible.
6283
6284         * m4/strerror.m4: Bump version number.
6285
6286 2007-12-03  Bruno Haible  <bruno@clisp.org>
6287
6288         * doc/functions/mprotect.texi: Mention the mingw problem.
6289
6290 2007-12-03  Eric Blake  <ebb9@byu.net>
6291
6292         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
6293         REPLACE_STRERROR is initialized before this macro.
6294
6295 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6296
6297         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
6298         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
6299         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
6300         put -lsec in even for programs other than 'ls'.  This fixes a problem
6301         for gettext reported by Bruno Haible in
6302         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
6303         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
6304         Add support for Solaris 10.  This isn't efficient, but should get the
6305         job done for now.
6306
6307 2007-12-03  James Youngman  <jay@gnu.org>
6308
6309         * doc/regexprops-generic.texi: change "an close-group" to "a
6310         close-group" and "illegal" to "not allowed".
6311
6312 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6313
6314         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
6315         pr_byname.h. Needed for the rare case when the maintainer has done
6316         "make maintainer-clean" in the source directory and then attempts a
6317         build outside the source directory.
6318         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
6319         scripts_byname.h.
6320
6321 2007-12-02  Martin Lambers <marlam@marlam.de>
6322             Bruno Haible  <bruno@clisp.org>
6323
6324         * lib/getpagesize.h: Remove file.
6325         * lib/unistd.in.h: Include declaration of getpagesize here.
6326         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
6327         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
6328         HAVE_SYS_PARAM_H.
6329         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
6330         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6331         * modules/getpagesize (Files): Remove lib/getpagesize.h.
6332         (Depends-on): Add unistd.
6333         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6334         (Include): Use <unistd.h> instead of getpagesize.h.
6335         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
6336         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6337         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
6338         gl_GETPAGESIZE invocation, already handled by module dependency.
6339         * lib/pagealign_alloc.c: Don't include getpagesize.h.
6340
6341 2007-12-02  Bruno Haible  <bruno@clisp.org>
6342
6343         * modules/strings-tests: New file.
6344         * tests/test-strings.c: New file.
6345
6346         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
6347         * lib/strings.in.h: New file.
6348         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
6349         * m4/strings_h.m4: New file.
6350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
6351         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
6352         * modules/strings: New file.
6353         * modules/string (Makefile.am): Update.
6354         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
6355         Reported by Karl Berry.
6356
6357 2007-12-01  Eric Blake  <ebb9@byu.net>
6358
6359         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
6360         accomodate fix in cygwin 1.5.25.
6361
6362 2007-12-01  Jim Meyering  <meyering@redhat.com>
6363
6364         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
6365         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6366         that would inhibit utf8-optimization of a regexp containing line-
6367         or buffer-anchors, e.g., `^', `$'.
6368
6369 2007-11-30  Bruno Haible  <bruno@clisp.org>
6370
6371         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
6372         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
6373         glthread_recursive_lock_init.
6374         * lib/lock.c (glthread_recursive_lock_init)
6375         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
6376         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6377
6378 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
6379
6380         New function qset_acl, like set_acl but with syscall semantics.
6381         * lib/acl.h (qset_acl): New decl.
6382         * lib/acl.c (qset_acl): New function.
6383         (set_acl): Use new function.  Use more-consistent diagnostics.
6384
6385 2007-11-28  Jim Meyering  <meyering@redhat.com>
6386
6387         * modules/physmem (License): Change from GPL to LGPLv2+.
6388
6389 2007-11-26  Bruno Haible  <bruno@clisp.org>
6390
6391         * lib/vasnprintf.c (decode_long_double): Don't abort if the
6392         'long double' type has excess precision.
6393         Reported by Jim Meyering in
6394         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
6395
6396 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6397
6398         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
6399         Sync from <http://gnu.org/licenses>.
6400         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
6401         with license text from same location.
6402         * doc/maintain.texi, doc/standards.texi:  Sync from
6403         <http://savannah.gnu.org/projects/gnustandards>.
6404
6405 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
6406         and Jim Meyering  <meyering@redhat.com>
6407
6408         Adjust getdate' grammar to accept a slightly more regular language.
6409         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
6410         Before, the former was rejected.
6411         * lib/getdate.y (digits_to_date_time): New function, factored
6412         out of ...
6413         (number): ...here.  Just call digits_to_date_time.
6414         (hybrid): New non-terminal to handle an <unsigned number,
6415         signed relative offset> sequence consistently.
6416
6417 2007-11-18  Jim Meyering  <meyering@redhat.com>
6418
6419         Pull my changes from coreutils:
6420         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
6421         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
6422         use of $gnulib_tool_option_extras, so that it's separated from the
6423         preceding argument.
6424
6425         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
6426         * build-aux/bootstrap (cp_mark_as_generated): Create any required
6427         parent destination directories before copying a file into place.
6428
6429 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6430
6431         bootstrap: work also with 4-argument variant of AC_INIT
6432         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
6433
6434 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6435
6436         Port test-getaddrinfo to Solaris.
6437         Problem reported by Bruno Haible in
6438         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
6439         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
6440         explanation of setting 'hints'.
6441         Don't reject an implementation merely because it returns EAI_SERVICE.
6442         (EAI_SERVICE): Define to 0 if not defined.
6443
6444 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6445
6446         The license of gnu-make and posix-shell is now "GPLed build tool".
6447         * modules/gnu-make (License): Likewise.
6448         * modules/posix-shell (License): Likewise.
6449
6450         New module posix-shell, for determining a POSIX shell
6451         or perhaps something that is close enough to a POSIX shell.
6452         * m4/posix-shell.m4: New file.
6453         * modules/posix-shell: New file.
6454
6455         * MODULES.html.sh: Mention new module.
6456
6457         New module gnu-make, for determining whether we're using GNU Make.
6458         * m4/gnu-make.m4: New file.
6459         * modules/gnu-make: New file.
6460         * MODULES.html.sh: Mention new module.
6461
6462 2007-11-14  Jim Meyering  <meyering@redhat.com>
6463
6464         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
6465         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
6466         use this macro to create a function _definition_.
6467         Remove useless "#undef ARGMATCH_DIE".
6468
6469 2007-11-14  Bruno Haible  <bruno@clisp.org>
6470
6471         * lib/config.charset: Update for OpenBSD 4.1.
6472         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
6473
6474 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
6475
6476         Document 64-bit #if problems in stdint.texi.
6477         * doc/headers/stdint.texi (stdint.h): Mention problems with
6478         64-bit-#if, and how to work around them.
6479
6480         Don't insist on 'long long int' support in the preprocessor.  It
6481         breaks too many things.  For example, PRIdMAX still uses a 'long
6482         long int' format with the latest Sun compiler, even though
6483         HAVE_LONG_LONG_INT isn't defined due to that compiler's
6484         preprocessor problem.  This causes the latest coreutils to dump
6485         core on Solaris 10 sparc with the Sun C compiler.
6486         Instead, fix the 2007-10-16 problem in a different way, by evaluating
6487         the troublesome expressions at configure-time, not at #if-time.
6488         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
6489         preprocessor.
6490         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
6491         compile-time C checks, done at 'configure'-time.
6492         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
6493         * modules/inttypes (Makefile): Substitute the new symbols that
6494         gl_INTTYPES_H now generates.
6495         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
6496
6497 2007-11-12  Bruno Haible  <bruno@clisp.org>
6498
6499         Tests for Unicode character classification functions.
6500
6501         * modules/unictype/bidicategory-byname-tests: New file.
6502         * modules/unictype/bidicategory-name-tests: New file.
6503         * modules/unictype/bidicategory-of-tests: New file.
6504         * modules/unictype/bidicategory-test-tests: New file.
6505         * modules/unictype/block-list-tests: New file.
6506         * modules/unictype/block-of-tests: New file.
6507         * modules/unictype/block-test-tests: New file.
6508         * modules/unictype/category-C-tests: New file.
6509         * modules/unictype/category-Cc-tests: New file.
6510         * modules/unictype/category-Cf-tests: New file.
6511         * modules/unictype/category-Cn-tests: New file.
6512         * modules/unictype/category-Co-tests: New file.
6513         * modules/unictype/category-Cs-tests: New file.
6514         * modules/unictype/category-L-tests: New file.
6515         * modules/unictype/category-Ll-tests: New file.
6516         * modules/unictype/category-Lm-tests: New file.
6517         * modules/unictype/category-Lo-tests: New file.
6518         * modules/unictype/category-Lt-tests: New file.
6519         * modules/unictype/category-Lu-tests: New file.
6520         * modules/unictype/category-M-tests: New file.
6521         * modules/unictype/category-Mc-tests: New file.
6522         * modules/unictype/category-Me-tests: New file.
6523         * modules/unictype/category-Mn-tests: New file.
6524         * modules/unictype/category-N-tests: New file.
6525         * modules/unictype/category-Nd-tests: New file.
6526         * modules/unictype/category-Nl-tests: New file.
6527         * modules/unictype/category-No-tests: New file.
6528         * modules/unictype/category-P-tests: New file.
6529         * modules/unictype/category-Pc-tests: New file.
6530         * modules/unictype/category-Pd-tests: New file.
6531         * modules/unictype/category-Pe-tests: New file.
6532         * modules/unictype/category-Pf-tests: New file.
6533         * modules/unictype/category-Pi-tests: New file.
6534         * modules/unictype/category-Po-tests: New file.
6535         * modules/unictype/category-Ps-tests: New file.
6536         * modules/unictype/category-S-tests: New file.
6537         * modules/unictype/category-Sc-tests: New file.
6538         * modules/unictype/category-Sk-tests: New file.
6539         * modules/unictype/category-Sm-tests: New file.
6540         * modules/unictype/category-So-tests: New file.
6541         * modules/unictype/category-Z-tests: New file.
6542         * modules/unictype/category-Zl-tests: New file.
6543         * modules/unictype/category-Zp-tests: New file.
6544         * modules/unictype/category-Zs-tests: New file.
6545         * modules/unictype/category-and-not-tests: New file.
6546         * modules/unictype/category-and-tests: New file.
6547         * modules/unictype/category-byname-tests: New file.
6548         * modules/unictype/category-name-tests: New file.
6549         * modules/unictype/category-none-tests: New file.
6550         * modules/unictype/category-of-tests: New file.
6551         * modules/unictype/category-or-tests: New file.
6552         * modules/unictype/category-test-withtable-tests: New file.
6553         * modules/unictype/combining-class-tests: New file.
6554         * modules/unictype/ctype-alnum-tests: New file.
6555         * modules/unictype/ctype-alpha-tests: New file.
6556         * modules/unictype/ctype-blank-tests: New file.
6557         * modules/unictype/ctype-cntrl-tests: New file.
6558         * modules/unictype/ctype-digit-tests: New file.
6559         * modules/unictype/ctype-graph-tests: New file.
6560         * modules/unictype/ctype-lower-tests: New file.
6561         * modules/unictype/ctype-print-tests: New file.
6562         * modules/unictype/ctype-punct-tests: New file.
6563         * modules/unictype/ctype-space-tests: New file.
6564         * modules/unictype/ctype-upper-tests: New file.
6565         * modules/unictype/ctype-xdigit-tests: New file.
6566         * modules/unictype/decimal-digit-tests: New file.
6567         * modules/unictype/digit-tests: New file.
6568         * modules/unictype/mirror-tests: New file.
6569         * modules/unictype/numeric-tests: New file.
6570         * modules/unictype/property-alphabetic-tests: New file.
6571         * modules/unictype/property-ascii-hex-digit-tests: New file.
6572         * modules/unictype/property-bidi-arabic-digit-tests: New file.
6573         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
6574         * modules/unictype/property-bidi-block-separator-tests: New file.
6575         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
6576         * modules/unictype/property-bidi-common-separator-tests: New file.
6577         * modules/unictype/property-bidi-control-tests: New file.
6578         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
6579         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
6580         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
6581         * modules/unictype/property-bidi-european-digit-tests: New file.
6582         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
6583         * modules/unictype/property-bidi-left-to-right-tests: New file.
6584         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
6585         * modules/unictype/property-bidi-other-neutral-tests: New file.
6586         * modules/unictype/property-bidi-pdf-tests: New file.
6587         * modules/unictype/property-bidi-segment-separator-tests: New file.
6588         * modules/unictype/property-bidi-whitespace-tests: New file.
6589         * modules/unictype/property-byname-tests: New file.
6590         * modules/unictype/property-combining-tests: New file.
6591         * modules/unictype/property-composite-tests: New file.
6592         * modules/unictype/property-currency-symbol-tests: New file.
6593         * modules/unictype/property-dash-tests: New file.
6594         * modules/unictype/property-decimal-digit-tests: New file.
6595         * modules/unictype/property-default-ignorable-code-point-tests: New file.
6596         * modules/unictype/property-deprecated-tests: New file.
6597         * modules/unictype/property-diacritic-tests: New file.
6598         * modules/unictype/property-extender-tests: New file.
6599         * modules/unictype/property-format-control-tests: New file.
6600         * modules/unictype/property-grapheme-base-tests: New file.
6601         * modules/unictype/property-grapheme-extend-tests: New file.
6602         * modules/unictype/property-grapheme-link-tests: New file.
6603         * modules/unictype/property-hex-digit-tests: New file.
6604         * modules/unictype/property-hyphen-tests: New file.
6605         * modules/unictype/property-id-continue-tests: New file.
6606         * modules/unictype/property-id-start-tests: New file.
6607         * modules/unictype/property-ideographic-tests: New file.
6608         * modules/unictype/property-ids-binary-operator-tests: New file.
6609         * modules/unictype/property-ids-trinary-operator-tests: New file.
6610         * modules/unictype/property-ignorable-control-tests: New file.
6611         * modules/unictype/property-iso-control-tests: New file.
6612         * modules/unictype/property-join-control-tests: New file.
6613         * modules/unictype/property-left-of-pair-tests: New file.
6614         * modules/unictype/property-line-separator-tests: New file.
6615         * modules/unictype/property-logical-order-exception-tests: New file.
6616         * modules/unictype/property-lowercase-tests: New file.
6617         * modules/unictype/property-math-tests: New file.
6618         * modules/unictype/property-non-break-tests: New file.
6619         * modules/unictype/property-not-a-character-tests: New file.
6620         * modules/unictype/property-numeric-tests: New file.
6621         * modules/unictype/property-other-alphabetic-tests: New file.
6622         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
6623         * modules/unictype/property-other-grapheme-extend-tests: New file.
6624         * modules/unictype/property-other-id-continue-tests: New file.
6625         * modules/unictype/property-other-id-start-tests: New file.
6626         * modules/unictype/property-other-lowercase-tests: New file.
6627         * modules/unictype/property-other-math-tests: New file.
6628         * modules/unictype/property-other-uppercase-tests: New file.
6629         * modules/unictype/property-paired-punctuation-tests: New file.
6630         * modules/unictype/property-paragraph-separator-tests: New file.
6631         * modules/unictype/property-pattern-syntax-tests: New file.
6632         * modules/unictype/property-pattern-white-space-tests: New file.
6633         * modules/unictype/property-private-use-tests: New file.
6634         * modules/unictype/property-punctuation-tests: New file.
6635         * modules/unictype/property-quotation-mark-tests: New file.
6636         * modules/unictype/property-radical-tests: New file.
6637         * modules/unictype/property-sentence-terminal-tests: New file.
6638         * modules/unictype/property-soft-dotted-tests: New file.
6639         * modules/unictype/property-space-tests: New file.
6640         * modules/unictype/property-terminal-punctuation-tests: New file.
6641         * modules/unictype/property-test-tests: New file.
6642         * modules/unictype/property-titlecase-tests: New file.
6643         * modules/unictype/property-unassigned-code-value-tests: New file.
6644         * modules/unictype/property-unified-ideograph-tests: New file.
6645         * modules/unictype/property-uppercase-tests: New file.
6646         * modules/unictype/property-variation-selector-tests: New file.
6647         * modules/unictype/property-white-space-tests: New file.
6648         * modules/unictype/property-xid-continue-tests: New file.
6649         * modules/unictype/property-xid-start-tests: New file.
6650         * modules/unictype/property-zero-width-tests: New file.
6651         * modules/unictype/scripts-tests: New file.
6652         * modules/unictype/syntax-c-ident-tests: New file.
6653         * modules/unictype/syntax-c-whitespace-tests: New file.
6654         * modules/unictype/syntax-java-ident-tests: New file.
6655         * modules/unictype/syntax-java-whitespace-tests: New file.
6656         * tests/unictype/test-bidi_byname.c: New file.
6657         * tests/unictype/test-bidi_name.c: New file.
6658         * tests/unictype/test-bidi_of.c: New file.
6659         * tests/unictype/test-bidi_test.c: New file.
6660         * tests/unictype/test-block_list.c: New file.
6661         * tests/unictype/test-block_of.c: New file.
6662         * tests/unictype/test-block_test.c: New file.
6663         * tests/unictype/test-categ_and.c: New file.
6664         * tests/unictype/test-categ_and_not.c: New file.
6665         * tests/unictype/test-categ_byname.c: New file.
6666         * tests/unictype/test-categ_name.c: New file.
6667         * tests/unictype/test-categ_none.c: New file.
6668         * tests/unictype/test-categ_of.c: New file.
6669         * tests/unictype/test-categ_or.c: New file.
6670         * tests/unictype/test-categ_test_withtable.c: New file.
6671         * tests/unictype/test-combining.c: New file.
6672         * tests/unictype/test-decdigit.c: New file.
6673         * tests/unictype/test-digit.c: New file.
6674         * tests/unictype/test-mirror.c: New file.
6675         * tests/unictype/test-numeric.c: New file.
6676         * tests/unictype/test-pr_byname.c: New file.
6677         * tests/unictype/test-pr_test.c: New file.
6678         * tests/unictype/test-predicate-part1.h: New file.
6679         * tests/unictype/test-predicate-part2.h: New file.
6680         * tests/unictype/test-scripts.c: New file.
6681         * tests/unictype/test-sy_c_ident.c: New file.
6682         * tests/unictype/test-sy_java_ident.c: New file.
6683
6684         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
6685         for Unicode 5.0.0.
6686         * tests/unictype/test-categ_Cc.c: Likewise.
6687         * tests/unictype/test-categ_Cf.c: Likewise.
6688         * tests/unictype/test-categ_Cn.c: Likewise.
6689         * tests/unictype/test-categ_Co.c: Likewise.
6690         * tests/unictype/test-categ_Cs.c: Likewise.
6691         * tests/unictype/test-categ_L.c: Likewise.
6692         * tests/unictype/test-categ_Ll.c: Likewise.
6693         * tests/unictype/test-categ_Lm.c: Likewise.
6694         * tests/unictype/test-categ_Lo.c: Likewise.
6695         * tests/unictype/test-categ_Lt.c: Likewise.
6696         * tests/unictype/test-categ_Lu.c: Likewise.
6697         * tests/unictype/test-categ_M.c: Likewise.
6698         * tests/unictype/test-categ_Mc.c: Likewise.
6699         * tests/unictype/test-categ_Me.c: Likewise.
6700         * tests/unictype/test-categ_Mn.c: Likewise.
6701         * tests/unictype/test-categ_N.c: Likewise.
6702         * tests/unictype/test-categ_Nd.c: Likewise.
6703         * tests/unictype/test-categ_Nl.c: Likewise.
6704         * tests/unictype/test-categ_No.c: Likewise.
6705         * tests/unictype/test-categ_P.c: Likewise.
6706         * tests/unictype/test-categ_Pc.c: Likewise.
6707         * tests/unictype/test-categ_Pd.c: Likewise.
6708         * tests/unictype/test-categ_Pe.c: Likewise.
6709         * tests/unictype/test-categ_Pf.c: Likewise.
6710         * tests/unictype/test-categ_Pi.c: Likewise.
6711         * tests/unictype/test-categ_Po.c: Likewise.
6712         * tests/unictype/test-categ_Ps.c: Likewise.
6713         * tests/unictype/test-categ_S.c: Likewise.
6714         * tests/unictype/test-categ_Sc.c: Likewise.
6715         * tests/unictype/test-categ_Sk.c: Likewise.
6716         * tests/unictype/test-categ_Sm.c: Likewise.
6717         * tests/unictype/test-categ_So.c: Likewise.
6718         * tests/unictype/test-categ_Z.c: Likewise.
6719         * tests/unictype/test-categ_Zl.c: Likewise.
6720         * tests/unictype/test-categ_Zp.c: Likewise.
6721         * tests/unictype/test-categ_Zs.c: Likewise.
6722         * tests/unictype/test-ctype_alnum.c: Likewise.
6723         * tests/unictype/test-ctype_alpha.c: Likewise.
6724         * tests/unictype/test-ctype_blank.c: Likewise.
6725         * tests/unictype/test-ctype_cntrl.c: Likewise.
6726         * tests/unictype/test-ctype_digit.c: Likewise.
6727         * tests/unictype/test-ctype_graph.c: Likewise.
6728         * tests/unictype/test-ctype_lower.c: Likewise.
6729         * tests/unictype/test-ctype_print.c: Likewise.
6730         * tests/unictype/test-ctype_punct.c: Likewise.
6731         * tests/unictype/test-ctype_space.c: Likewise.
6732         * tests/unictype/test-ctype_upper.c: Likewise.
6733         * tests/unictype/test-ctype_xdigit.c: Likewise.
6734         * tests/unictype/test-decdigit.h: Likewise.
6735         * tests/unictype/test-digit.h: Likewise.
6736         * tests/unictype/test-numeric.h: Likewise.
6737         * tests/unictype/test-pr_alphabetic.c: Likewise.
6738         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
6739         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
6740         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
6741         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
6742         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
6743         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
6744         * tests/unictype/test-pr_bidi_control.c: Likewise.
6745         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
6746         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
6747         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
6748         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
6749         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
6750         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
6751         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
6752         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
6753         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
6754         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
6755         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
6756         * tests/unictype/test-pr_combining.c: Likewise.
6757         * tests/unictype/test-pr_composite.c: Likewise.
6758         * tests/unictype/test-pr_currency_symbol.c: Likewise.
6759         * tests/unictype/test-pr_dash.c: Likewise.
6760         * tests/unictype/test-pr_decimal_digit.c: Likewise.
6761         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
6762         * tests/unictype/test-pr_deprecated.c: Likewise.
6763         * tests/unictype/test-pr_diacritic.c: Likewise.
6764         * tests/unictype/test-pr_extender.c: Likewise.
6765         * tests/unictype/test-pr_format_control.c: Likewise.
6766         * tests/unictype/test-pr_grapheme_base.c: Likewise.
6767         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
6768         * tests/unictype/test-pr_grapheme_link.c: Likewise.
6769         * tests/unictype/test-pr_hex_digit.c: Likewise.
6770         * tests/unictype/test-pr_hyphen.c: Likewise.
6771         * tests/unictype/test-pr_id_continue.c: Likewise.
6772         * tests/unictype/test-pr_id_start.c: Likewise.
6773         * tests/unictype/test-pr_ideographic.c: Likewise.
6774         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
6775         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
6776         * tests/unictype/test-pr_ignorable_control.c: Likewise.
6777         * tests/unictype/test-pr_iso_control.c: Likewise.
6778         * tests/unictype/test-pr_join_control.c: Likewise.
6779         * tests/unictype/test-pr_left_of_pair.c: Likewise.
6780         * tests/unictype/test-pr_line_separator.c: Likewise.
6781         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
6782         * tests/unictype/test-pr_lowercase.c: Likewise.
6783         * tests/unictype/test-pr_math.c: Likewise.
6784         * tests/unictype/test-pr_non_break.c: Likewise.
6785         * tests/unictype/test-pr_not_a_character.c: Likewise.
6786         * tests/unictype/test-pr_numeric.c: Likewise.
6787         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
6788         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
6789         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
6790         * tests/unictype/test-pr_other_id_continue.c: Likewise.
6791         * tests/unictype/test-pr_other_id_start.c: Likewise.
6792         * tests/unictype/test-pr_other_lowercase.c: Likewise.
6793         * tests/unictype/test-pr_other_math.c: Likewise.
6794         * tests/unictype/test-pr_other_uppercase.c: Likewise.
6795         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
6796         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
6797         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
6798         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
6799         * tests/unictype/test-pr_private_use.c: Likewise.
6800         * tests/unictype/test-pr_punctuation.c: Likewise.
6801         * tests/unictype/test-pr_quotation_mark.c: Likewise.
6802         * tests/unictype/test-pr_radical.c: Likewise.
6803         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
6804         * tests/unictype/test-pr_soft_dotted.c: Likewise.
6805         * tests/unictype/test-pr_space.c: Likewise.
6806         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
6807         * tests/unictype/test-pr_titlecase.c: Likewise.
6808         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
6809         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
6810         * tests/unictype/test-pr_uppercase.c: Likewise.
6811         * tests/unictype/test-pr_variation_selector.c: Likewise.
6812         * tests/unictype/test-pr_white_space.c: Likewise.
6813         * tests/unictype/test-pr_xid_continue.c: Likewise.
6814         * tests/unictype/test-pr_xid_start.c: Likewise.
6815         * tests/unictype/test-pr_zero_width.c: Likewise.
6816         * tests/unictype/test-sy_c_whitespace.c: Likewise.
6817         * tests/unictype/test-sy_java_whitespace.c: Likewise.
6818
6819 2007-11-12  Bruno Haible  <bruno@clisp.org>
6820
6821         Unicode character classification functions.
6822         * lib/unictype.h: New file.
6823         * modules/unictype/base: New file.
6824         * modules/unictype/category-L: New file.
6825         * modules/unictype/category-Lu: New file.
6826         * modules/unictype/category-Ll: New file.
6827         * modules/unictype/category-Lt: New file.
6828         * modules/unictype/category-Lm: New file.
6829         * modules/unictype/category-Lo: New file.
6830         * modules/unictype/category-M: New file.
6831         * modules/unictype/category-Mn: New file.
6832         * modules/unictype/category-Mc: New file.
6833         * modules/unictype/category-Me: New file.
6834         * modules/unictype/category-N: New file.
6835         * modules/unictype/category-Nd: New file.
6836         * modules/unictype/category-Nl: New file.
6837         * modules/unictype/category-No: New file.
6838         * modules/unictype/category-P: New file.
6839         * modules/unictype/category-Pc: New file.
6840         * modules/unictype/category-Pd: New file.
6841         * modules/unictype/category-Ps: New file.
6842         * modules/unictype/category-Pe: New file.
6843         * modules/unictype/category-Pi: New file.
6844         * modules/unictype/category-Pf: New file.
6845         * modules/unictype/category-Po: New file.
6846         * modules/unictype/category-S: New file.
6847         * modules/unictype/category-Sm: New file.
6848         * modules/unictype/category-Sc: New file.
6849         * modules/unictype/category-Sk: New file.
6850         * modules/unictype/category-So: New file.
6851         * modules/unictype/category-Z: New file.
6852         * modules/unictype/category-Zs: New file.
6853         * modules/unictype/category-Zl: New file.
6854         * modules/unictype/category-Zp: New file.
6855         * modules/unictype/category-C: New file.
6856         * modules/unictype/category-Cc: New file.
6857         * modules/unictype/category-Cf: New file.
6858         * modules/unictype/category-Cs: New file.
6859         * modules/unictype/category-Co: New file.
6860         * modules/unictype/category-Cn: New file.
6861         * modules/unictype/category-or: New file.
6862         * modules/unictype/category-of: New file.
6863         * modules/unictype/category-test: New file.
6864         * modules/unictype/category-test-withtable: New file.
6865         * modules/unictype/category-byname: New file.
6866         * modules/unictype/category-none: New file.
6867         * modules/unictype/category-and: New file.
6868         * modules/unictype/category-and-not: New file.
6869         * modules/unictype/category-name: New file.
6870         * modules/unictype/combining-class: New file.
6871         * modules/unictype/category-all: New file.
6872         * modules/unictype/bidicategory-all: New file.
6873         * modules/unictype/bidicategory-byname: New file.
6874         * modules/unictype/bidicategory-name: New file.
6875         * modules/unictype/bidicategory-of: New file.
6876         * modules/unictype/bidicategory-test: New file.
6877         * modules/unictype/decimal-digit: New file.
6878         * modules/unictype/digit: New file.
6879         * modules/unictype/numeric: New file.
6880         * modules/unictype/mirror: New file.
6881         * modules/unictype/property-white-space: New file.
6882         * modules/unictype/property-alphabetic: New file.
6883         * modules/unictype/property-other-alphabetic: New file.
6884         * modules/unictype/property-not-a-character: New file.
6885         * modules/unictype/property-default-ignorable-code-point: New file.
6886         * modules/unictype/property-other-default-ignorable-code-point: New
6887         file.
6888         * modules/unictype/property-deprecated: New file.
6889         * modules/unictype/property-logical-order-exception: New file.
6890         * modules/unictype/property-variation-selector: New file.
6891         * modules/unictype/property-private-use: New file.
6892         * modules/unictype/property-unassigned-code-value: New file.
6893         * modules/unictype/property-uppercase: New file.
6894         * modules/unictype/property-other-uppercase: New file.
6895         * modules/unictype/property-lowercase: New file.
6896         * modules/unictype/property-other-lowercase: New file.
6897         * modules/unictype/property-titlecase: New file.
6898         * modules/unictype/property-soft-dotted: New file.
6899         * modules/unictype/property-id-start: New file.
6900         * modules/unictype/property-other-id-start: New file.
6901         * modules/unictype/property-id-continue: New file.
6902         * modules/unictype/property-other-id-continue: New file.
6903         * modules/unictype/property-xid-start: New file.
6904         * modules/unictype/property-xid-continue: New file.
6905         * modules/unictype/property-pattern-white-space: New file.
6906         * modules/unictype/property-pattern-syntax: New file.
6907         * modules/unictype/property-join-control: New file.
6908         * modules/unictype/property-grapheme-base: New file.
6909         * modules/unictype/property-grapheme-extend: New file.
6910         * modules/unictype/property-other-grapheme-extend: New file.
6911         * modules/unictype/property-grapheme-link: New file.
6912         * modules/unictype/property-bidi-control: New file.
6913         * modules/unictype/property-bidi-left-to-right: New file.
6914         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
6915         * modules/unictype/property-bidi-arabic-right-to-left: New file.
6916         * modules/unictype/property-bidi-european-digit: New file.
6917         * modules/unictype/property-bidi-eur-num-separator: New file.
6918         * modules/unictype/property-bidi-eur-num-terminator: New file.
6919         * modules/unictype/property-bidi-arabic-digit: New file.
6920         * modules/unictype/property-bidi-common-separator: New file.
6921         * modules/unictype/property-bidi-block-separator: New file.
6922         * modules/unictype/property-bidi-segment-separator: New file.
6923         * modules/unictype/property-bidi-whitespace: New file.
6924         * modules/unictype/property-bidi-non-spacing-mark: New file.
6925         * modules/unictype/property-bidi-boundary-neutral: New file.
6926         * modules/unictype/property-bidi-pdf: New file.
6927         * modules/unictype/property-bidi-embedding-or-override: New file.
6928         * modules/unictype/property-bidi-other-neutral: New file.
6929         * modules/unictype/property-hex-digit: New file.
6930         * modules/unictype/property-ascii-hex-digit: New file.
6931         * modules/unictype/property-ideographic: New file.
6932         * modules/unictype/property-unified-ideograph: New file.
6933         * modules/unictype/property-radical: New file.
6934         * modules/unictype/property-ids-binary-operator: New file.
6935         * modules/unictype/property-ids-trinary-operator: New file.
6936         * modules/unictype/property-zero-width: New file.
6937         * modules/unictype/property-space: New file.
6938         * modules/unictype/property-non-break: New file.
6939         * modules/unictype/property-iso-control: New file.
6940         * modules/unictype/property-format-control: New file.
6941         * modules/unictype/property-dash: New file.
6942         * modules/unictype/property-hyphen: New file.
6943         * modules/unictype/property-punctuation: New file.
6944         * modules/unictype/property-line-separator: New file.
6945         * modules/unictype/property-paragraph-separator: New file.
6946         * modules/unictype/property-quotation-mark: New file.
6947         * modules/unictype/property-sentence-terminal: New file.
6948         * modules/unictype/property-terminal-punctuation: New file.
6949         * modules/unictype/property-currency-symbol: New file.
6950         * modules/unictype/property-math: New file.
6951         * modules/unictype/property-other-math: New file.
6952         * modules/unictype/property-paired-punctuation: New file.
6953         * modules/unictype/property-left-of-pair: New file.
6954         * modules/unictype/property-combining: New file.
6955         * modules/unictype/property-composite: New file.
6956         * modules/unictype/property-decimal-digit: New file.
6957         * modules/unictype/property-numeric: New file.
6958         * modules/unictype/property-diacritic: New file.
6959         * modules/unictype/property-extender: New file.
6960         * modules/unictype/property-ignorable-control: New file.
6961         * modules/unictype/property-test: New file.
6962         * modules/unictype/property-byname: New file.
6963         * modules/unictype/property-all: New file.
6964         * modules/unictype/scripts: New file.
6965         * modules/unictype/scripts-all: New file.
6966         * modules/unictype/block-of: New file.
6967         * modules/unictype/block-test: New file.
6968         * modules/unictype/block-list: New file.
6969         * modules/unictype/block-all: New file.
6970         * modules/unictype/syntax-c-whitespace: New file.
6971         * modules/unictype/syntax-java-whitespace: New file.
6972         * modules/unictype/syntax-c-ident: New file.
6973         * modules/unictype/syntax-java-ident: New file.
6974         * modules/unictype/ctype-alnum: New file.
6975         * modules/unictype/ctype-alpha: New file.
6976         * modules/unictype/ctype-cntrl: New file.
6977         * modules/unictype/ctype-digit: New file.
6978         * modules/unictype/ctype-graph: New file.
6979         * modules/unictype/ctype-lower: New file.
6980         * modules/unictype/ctype-print: New file.
6981         * modules/unictype/ctype-punct: New file.
6982         * modules/unictype/ctype-space: New file.
6983         * modules/unictype/ctype-upper: New file.
6984         * modules/unictype/ctype-xdigit: New file.
6985         * modules/unictype/ctype-blank: New file.
6986         * lib/unictype/bidi_byname.c: New file.
6987         * lib/unictype/bidi_name.c: New file.
6988         * lib/unictype/bidi_of.c: New file.
6989         * lib/unictype/bidi_test.c: New file.
6990         * lib/unictype/bitmap.h: New file.
6991         * lib/unictype/block_test.c: New file.
6992         * lib/unictype/blocks.c: New file.
6993         * lib/unictype/categ_C.c: New file.
6994         * lib/unictype/categ_Cc.c: New file.
6995         * lib/unictype/categ_Cf.c: New file.
6996         * lib/unictype/categ_Cn.c: New file.
6997         * lib/unictype/categ_Co.c: New file.
6998         * lib/unictype/categ_Cs.c: New file.
6999         * lib/unictype/categ_L.c: New file.
7000         * lib/unictype/categ_Ll.c: New file.
7001         * lib/unictype/categ_Lm.c: New file.
7002         * lib/unictype/categ_Lo.c: New file.
7003         * lib/unictype/categ_Lt.c: New file.
7004         * lib/unictype/categ_Lu.c: New file.
7005         * lib/unictype/categ_M.c: New file.
7006         * lib/unictype/categ_Mc.c: New file.
7007         * lib/unictype/categ_Me.c: New file.
7008         * lib/unictype/categ_Mn.c: New file.
7009         * lib/unictype/categ_N.c: New file.
7010         * lib/unictype/categ_Nd.c: New file.
7011         * lib/unictype/categ_Nl.c: New file.
7012         * lib/unictype/categ_No.c: New file.
7013         * lib/unictype/categ_P.c: New file.
7014         * lib/unictype/categ_Pc.c: New file.
7015         * lib/unictype/categ_Pd.c: New file.
7016         * lib/unictype/categ_Pe.c: New file.
7017         * lib/unictype/categ_Pf.c: New file.
7018         * lib/unictype/categ_Pi.c: New file.
7019         * lib/unictype/categ_Po.c: New file.
7020         * lib/unictype/categ_Ps.c: New file.
7021         * lib/unictype/categ_S.c: New file.
7022         * lib/unictype/categ_Sc.c: New file.
7023         * lib/unictype/categ_Sk.c: New file.
7024         * lib/unictype/categ_Sm.c: New file.
7025         * lib/unictype/categ_So.c: New file.
7026         * lib/unictype/categ_Z.c: New file.
7027         * lib/unictype/categ_Zl.c: New file.
7028         * lib/unictype/categ_Zp.c: New file.
7029         * lib/unictype/categ_Zs.c: New file.
7030         * lib/unictype/categ_and.c: New file.
7031         * lib/unictype/categ_and_not.c: New file.
7032         * lib/unictype/categ_byname.c: New file.
7033         * lib/unictype/categ_name.c: New file.
7034         * lib/unictype/categ_none.c: New file.
7035         * lib/unictype/categ_of.c: New file.
7036         * lib/unictype/categ_or.c: New file.
7037         * lib/unictype/categ_test.c: New file.
7038         * lib/unictype/combining.c: New file.
7039         * lib/unictype/ctype_alnum.c: New file.
7040         * lib/unictype/ctype_alpha.c: New file.
7041         * lib/unictype/ctype_blank.c: New file.
7042         * lib/unictype/ctype_cntrl.c: New file.
7043         * lib/unictype/ctype_digit.c: New file.
7044         * lib/unictype/ctype_graph.c: New file.
7045         * lib/unictype/ctype_lower.c: New file.
7046         * lib/unictype/ctype_print.c: New file.
7047         * lib/unictype/ctype_punct.c: New file.
7048         * lib/unictype/ctype_space.c: New file.
7049         * lib/unictype/ctype_upper.c: New file.
7050         * lib/unictype/ctype_xdigit.c: New file.
7051         * lib/unictype/decdigit.c: New file.
7052         * lib/unictype/digit.c: New file.
7053         * lib/unictype/identsyntaxmap.h: New file.
7054         * lib/unictype/mirror.c: New file.
7055         * lib/unictype/numeric.c: New file.
7056         * lib/unictype/pr_alphabetic.c: New file.
7057         * lib/unictype/pr_ascii_hex_digit.c: New file.
7058         * lib/unictype/pr_bidi_arabic_digit.c: New file.
7059         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
7060         * lib/unictype/pr_bidi_block_separator.c: New file.
7061         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
7062         * lib/unictype/pr_bidi_common_separator.c: New file.
7063         * lib/unictype/pr_bidi_control.c: New file.
7064         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
7065         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
7066         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
7067         * lib/unictype/pr_bidi_european_digit.c: New file.
7068         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
7069         * lib/unictype/pr_bidi_left_to_right.c: New file.
7070         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
7071         * lib/unictype/pr_bidi_other_neutral.c: New file.
7072         * lib/unictype/pr_bidi_pdf.c: New file.
7073         * lib/unictype/pr_bidi_segment_separator.c: New file.
7074         * lib/unictype/pr_bidi_whitespace.c: New file.
7075         * lib/unictype/pr_byname.c: New file.
7076         * lib/unictype/pr_byname.gperf: New file.
7077         * lib/unictype/pr_combining.c: New file.
7078         * lib/unictype/pr_composite.c: New file.
7079         * lib/unictype/pr_currency_symbol.c: New file.
7080         * lib/unictype/pr_dash.c: New file.
7081         * lib/unictype/pr_decimal_digit.c: New file.
7082         * lib/unictype/pr_default_ignorable_code_point.c: New file.
7083         * lib/unictype/pr_deprecated.c: New file.
7084         * lib/unictype/pr_diacritic.c: New file.
7085         * lib/unictype/pr_extender.c: New file.
7086         * lib/unictype/pr_format_control.c: New file.
7087         * lib/unictype/pr_grapheme_base.c: New file.
7088         * lib/unictype/pr_grapheme_extend.c: New file.
7089         * lib/unictype/pr_grapheme_link.c: New file.
7090         * lib/unictype/pr_hex_digit.c: New file.
7091         * lib/unictype/pr_hyphen.c: New file.
7092         * lib/unictype/pr_id_continue.c: New file.
7093         * lib/unictype/pr_id_start.c: New file.
7094         * lib/unictype/pr_ideographic.c: New file.
7095         * lib/unictype/pr_ids_binary_operator.c: New file.
7096         * lib/unictype/pr_ids_trinary_operator.c: New file.
7097         * lib/unictype/pr_ignorable_control.c: New file.
7098         * lib/unictype/pr_iso_control.c: New file.
7099         * lib/unictype/pr_join_control.c: New file.
7100         * lib/unictype/pr_left_of_pair.c: New file.
7101         * lib/unictype/pr_line_separator.c: New file.
7102         * lib/unictype/pr_logical_order_exception.c: New file.
7103         * lib/unictype/pr_lowercase.c: New file.
7104         * lib/unictype/pr_math.c: New file.
7105         * lib/unictype/pr_non_break.c: New file.
7106         * lib/unictype/pr_not_a_character.c: New file.
7107         * lib/unictype/pr_numeric.c: New file.
7108         * lib/unictype/pr_other_alphabetic.c: New file.
7109         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
7110         * lib/unictype/pr_other_grapheme_extend.c: New file.
7111         * lib/unictype/pr_other_id_continue.c: New file.
7112         * lib/unictype/pr_other_id_start.c: New file.
7113         * lib/unictype/pr_other_lowercase.c: New file.
7114         * lib/unictype/pr_other_math.c: New file.
7115         * lib/unictype/pr_other_uppercase.c: New file.
7116         * lib/unictype/pr_paired_punctuation.c: New file.
7117         * lib/unictype/pr_paragraph_separator.c: New file.
7118         * lib/unictype/pr_pattern_syntax.c: New file.
7119         * lib/unictype/pr_pattern_white_space.c: New file.
7120         * lib/unictype/pr_private_use.c: New file.
7121         * lib/unictype/pr_punctuation.c: New file.
7122         * lib/unictype/pr_quotation_mark.c: New file.
7123         * lib/unictype/pr_radical.c: New file.
7124         * lib/unictype/pr_sentence_terminal.c: New file.
7125         * lib/unictype/pr_soft_dotted.c: New file.
7126         * lib/unictype/pr_space.c: New file.
7127         * lib/unictype/pr_terminal_punctuation.c: New file.
7128         * lib/unictype/pr_test.c: New file.
7129         * lib/unictype/pr_titlecase.c: New file.
7130         * lib/unictype/pr_unassigned_code_value.c: New file.
7131         * lib/unictype/pr_unified_ideograph.c: New file.
7132         * lib/unictype/pr_uppercase.c: New file.
7133         * lib/unictype/pr_variation_selector.c: New file.
7134         * lib/unictype/pr_white_space.c: New file.
7135         * lib/unictype/pr_xid_continue.c: New file.
7136         * lib/unictype/pr_xid_start.c: New file.
7137         * lib/unictype/pr_zero_width.c: New file.
7138         * lib/unictype/scripts.c: New file.
7139         * lib/unictype/sy_c_ident.c: New file.
7140         * lib/unictype/sy_c_whitespace.c: New file.
7141         * lib/unictype/sy_java_ident.c: New file.
7142         * lib/unictype/sy_java_whitespace.c: New file.
7143
7144         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
7145         Unicode 5.0.0.
7146         * lib/unictype/blocks.h: Likewise.
7147         * lib/unictype/categ_C.h: Likewise.
7148         * lib/unictype/categ_Cc.h: Likewise.
7149         * lib/unictype/categ_Cf.h: Likewise.
7150         * lib/unictype/categ_Cn.h: Likewise.
7151         * lib/unictype/categ_Co.h: Likewise.
7152         * lib/unictype/categ_Cs.h: Likewise.
7153         * lib/unictype/categ_L.h: Likewise.
7154         * lib/unictype/categ_Ll.h: Likewise.
7155         * lib/unictype/categ_Lm.h: Likewise.
7156         * lib/unictype/categ_Lo.h: Likewise.
7157         * lib/unictype/categ_Lt.h: Likewise.
7158         * lib/unictype/categ_Lu.h: Likewise.
7159         * lib/unictype/categ_M.h: Likewise.
7160         * lib/unictype/categ_Mc.h: Likewise.
7161         * lib/unictype/categ_Me.h: Likewise.
7162         * lib/unictype/categ_Mn.h: Likewise.
7163         * lib/unictype/categ_N.h: Likewise.
7164         * lib/unictype/categ_Nd.h: Likewise.
7165         * lib/unictype/categ_Nl.h: Likewise.
7166         * lib/unictype/categ_No.h: Likewise.
7167         * lib/unictype/categ_P.h: Likewise.
7168         * lib/unictype/categ_Pc.h: Likewise.
7169         * lib/unictype/categ_Pd.h: Likewise.
7170         * lib/unictype/categ_Pe.h: Likewise.
7171         * lib/unictype/categ_Pf.h: Likewise.
7172         * lib/unictype/categ_Pi.h: Likewise.
7173         * lib/unictype/categ_Po.h: Likewise.
7174         * lib/unictype/categ_Ps.h: Likewise.
7175         * lib/unictype/categ_S.h: Likewise.
7176         * lib/unictype/categ_Sc.h: Likewise.
7177         * lib/unictype/categ_Sk.h: Likewise.
7178         * lib/unictype/categ_Sm.h: Likewise.
7179         * lib/unictype/categ_So.h: Likewise.
7180         * lib/unictype/categ_Z.h: Likewise.
7181         * lib/unictype/categ_Zl.h: Likewise.
7182         * lib/unictype/categ_Zp.h: Likewise.
7183         * lib/unictype/categ_Zs.h: Likewise.
7184         * lib/unictype/categ_of.h: Likewise.
7185         * lib/unictype/combining.h: Likewise.
7186         * lib/unictype/ctype_alnum.h: Likewise.
7187         * lib/unictype/ctype_alpha.h: Likewise.
7188         * lib/unictype/ctype_blank.h: Likewise.
7189         * lib/unictype/ctype_cntrl.h: Likewise.
7190         * lib/unictype/ctype_digit.h: Likewise.
7191         * lib/unictype/ctype_graph.h: Likewise.
7192         * lib/unictype/ctype_lower.h: Likewise.
7193         * lib/unictype/ctype_print.h: Likewise.
7194         * lib/unictype/ctype_punct.h: Likewise.
7195         * lib/unictype/ctype_space.h: Likewise.
7196         * lib/unictype/ctype_upper.h: Likewise.
7197         * lib/unictype/ctype_xdigit.h: Likewise.
7198         * lib/unictype/decdigit.h: Likewise.
7199         * lib/unictype/digit.h: Likewise.
7200         * lib/unictype/mirror.h: Likewise.
7201         * lib/unictype/numeric.h: Likewise.
7202         * lib/unictype/pr_alphabetic.h: Likewise.
7203         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
7204         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
7205         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
7206         * lib/unictype/pr_bidi_block_separator.h: Likewise.
7207         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
7208         * lib/unictype/pr_bidi_common_separator.h: Likewise.
7209         * lib/unictype/pr_bidi_control.h: Likewise.
7210         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
7211         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
7212         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
7213         * lib/unictype/pr_bidi_european_digit.h: Likewise.
7214         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
7215         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
7216         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
7217         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
7218         * lib/unictype/pr_bidi_pdf.h: Likewise.
7219         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
7220         * lib/unictype/pr_bidi_whitespace.h: Likewise.
7221         * lib/unictype/pr_combining.h: Likewise.
7222         * lib/unictype/pr_composite.h: Likewise.
7223         * lib/unictype/pr_currency_symbol.h: Likewise.
7224         * lib/unictype/pr_dash.h: Likewise.
7225         * lib/unictype/pr_decimal_digit.h: Likewise.
7226         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
7227         * lib/unictype/pr_deprecated.h: Likewise.
7228         * lib/unictype/pr_diacritic.h: Likewise.
7229         * lib/unictype/pr_extender.h: Likewise.
7230         * lib/unictype/pr_format_control.h: Likewise.
7231         * lib/unictype/pr_grapheme_base.h: Likewise.
7232         * lib/unictype/pr_grapheme_extend.h: Likewise.
7233         * lib/unictype/pr_grapheme_link.h: Likewise.
7234         * lib/unictype/pr_hex_digit.h: Likewise.
7235         * lib/unictype/pr_hyphen.h: Likewise.
7236         * lib/unictype/pr_id_continue.h: Likewise.
7237         * lib/unictype/pr_id_start.h: Likewise.
7238         * lib/unictype/pr_ideographic.h: Likewise.
7239         * lib/unictype/pr_ids_binary_operator.h: Likewise.
7240         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
7241         * lib/unictype/pr_ignorable_control.h: Likewise.
7242         * lib/unictype/pr_iso_control.h: Likewise.
7243         * lib/unictype/pr_join_control.h: Likewise.
7244         * lib/unictype/pr_left_of_pair.h: Likewise.
7245         * lib/unictype/pr_line_separator.h: Likewise.
7246         * lib/unictype/pr_logical_order_exception.h: Likewise.
7247         * lib/unictype/pr_lowercase.h: Likewise.
7248         * lib/unictype/pr_math.h: Likewise.
7249         * lib/unictype/pr_non_break.h: Likewise.
7250         * lib/unictype/pr_not_a_character.h: Likewise.
7251         * lib/unictype/pr_numeric.h: Likewise.
7252         * lib/unictype/pr_other_alphabetic.h: Likewise.
7253         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
7254         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
7255         * lib/unictype/pr_other_id_continue.h: Likewise.
7256         * lib/unictype/pr_other_id_start.h: Likewise.
7257         * lib/unictype/pr_other_lowercase.h: Likewise.
7258         * lib/unictype/pr_other_math.h: Likewise.
7259         * lib/unictype/pr_other_uppercase.h: Likewise.
7260         * lib/unictype/pr_paired_punctuation.h: Likewise.
7261         * lib/unictype/pr_paragraph_separator.h: Likewise.
7262         * lib/unictype/pr_pattern_syntax.h: Likewise.
7263         * lib/unictype/pr_pattern_white_space.h: Likewise.
7264         * lib/unictype/pr_private_use.h: Likewise.
7265         * lib/unictype/pr_punctuation.h: Likewise.
7266         * lib/unictype/pr_quotation_mark.h: Likewise.
7267         * lib/unictype/pr_radical.h: Likewise.
7268         * lib/unictype/pr_sentence_terminal.h: Likewise.
7269         * lib/unictype/pr_soft_dotted.h: Likewise.
7270         * lib/unictype/pr_space.h: Likewise.
7271         * lib/unictype/pr_terminal_punctuation.h: Likewise.
7272         * lib/unictype/pr_titlecase.h: Likewise.
7273         * lib/unictype/pr_unassigned_code_value.h: Likewise.
7274         * lib/unictype/pr_unified_ideograph.h: Likewise.
7275         * lib/unictype/pr_uppercase.h: Likewise.
7276         * lib/unictype/pr_variation_selector.h: Likewise.
7277         * lib/unictype/pr_white_space.h: Likewise.
7278         * lib/unictype/pr_xid_continue.h: Likewise.
7279         * lib/unictype/pr_xid_start.h: Likewise.
7280         * lib/unictype/pr_zero_width.h: Likewise.
7281         * lib/unictype/scripts.h: Likewise.
7282         * lib/unictype/scripts_byname.gperf: Likewise.
7283         * lib/unictype/sy_c_ident.h: Likewise.
7284         * lib/unictype/sy_c_whitespace.h: Likewise.
7285         * lib/unictype/sy_java_ident.h: Likewise.
7286         * lib/unictype/sy_java_whitespace.h: Likewise.
7287
7288         * lib/unictype/Makefile: New file.
7289         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
7290         glibc.
7291         * lib/unictype/3level.h: New file, copied from glibc.
7292         * lib/unictype/3levelbit.h: New file.
7293
7294 2007-11-11  Bruno Haible  <bruno@clisp.org>
7295
7296         * modules/gperf: New file.
7297         * modules/iconv_open (Depends-on): Add it.
7298         (Makefile.am): Remove the GPERF definition.
7299
7300 2007-11-11  Bruno Haible  <bruno@clisp.org>
7301
7302         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
7303         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
7304
7305 2007-11-11  Bruno Haible  <bruno@clisp.org>
7306
7307         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
7308         (usage): Remove function.
7309
7310 2007-11-11  Bruno Haible  <bruno@clisp.org>
7311
7312         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
7313         gl_FUNC_CEILF_LIBS.
7314         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
7315         gl_FUNC_CEIL_LIBS.
7316         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
7317         gl_FUNC_CEILL_LIBS.
7318         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
7319         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
7320         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
7321
7322 2007-11-11  Bruno Haible  <bruno@clisp.org>
7323
7324         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
7325         roundf were declared but do not exist on functions.
7326         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
7327         roundl were declared but do not exist on functions.
7328         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
7329         HAVE_FLOORL_AND_CEILL, respectively.
7330         Needed for Sun C on Solaris 10.
7331
7332 2007-11-11  Bruno Haible  <bruno@clisp.org>
7333
7334         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
7335         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
7336         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
7337         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
7338         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
7339         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
7340         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
7341         HAVE_DECL_ROUNDF.
7342         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
7343         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
7344         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
7345         of HAVE_DECL_ROUND*.
7346         * modules/math (Makefile.am): Update.
7347
7348 2007-11-10  Bruno Haible  <bruno@clisp.org>
7349
7350         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
7351         ptrdiff_t as m4/intl.m4.
7352
7353 2007-11-10  Jim Meyering  <meyering@redhat.com>
7354
7355         Avoid link failure for the argmatch test.
7356         * tests/test-argmatch.c (usage): Define function to avoid a link
7357         failure: argmatch_die requires a usage function.
7358
7359 2007-11-09  Bruno Haible  <bruno@clisp.org>
7360
7361         * doc/functions/snprintf.texi: Mention BeOS deficiency.
7362         * doc/functions/vsnprintf.texi: Likewise.
7363         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
7364         with a size argument < 2.
7365
7366 2007-11-09  Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
7369         buffer. Fixes an inefficiency introduced on 2007-11-03.
7370
7371 2007-11-09  Bruno Haible  <bruno@clisp.org>
7372
7373         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
7374         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
7375
7376 2007-11-08  Jim Meyering  <meyering@redhat.com>
7377
7378         Change cache variable name prefix "jm_" to "gl_" everywhere.
7379         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
7380         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
7381         * m4/uptime.m4: s/gl_/jm_/
7382
7383 2007-11-07  Bruno Haible  <bruno@clisp.org>
7384
7385         Update to GNU gettext 0.17.
7386         * m4/intl.m4: Update to GNU gettext 0.17.
7387         * m4/po.m4: Likewise.
7388         * modules/gettext (Files): Remove m4/ulonglong.m4.
7389         (configure.ac): Require gettext infrastructure from version 0.17.
7390
7391 2007-11-06  Bruno Haible  <bruno@clisp.org>
7392
7393         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
7394         symbolic values are not defined in a public header.
7395         * lib/freadable.c (freadable) [QNX]: Likewise.
7396         * lib/freadahead.c (freadahead) [QNX]: Likewise.
7397         * lib/freading.c (freading) [QNX]: Likewise.
7398         * lib/fseterr.c (fseterr) [QNX]: Likewise.
7399         * lib/fwritable.c (fwritable) [QNX]: Likewise.
7400         * lib/fwriting.c (fwriting) [QNX]: Likewise.
7401         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
7402         Reported by Alain Magloire.
7403
7404         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
7405
7406 2007-11-05  Bruno Haible  <bruno@clisp.org>
7407
7408         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
7409         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
7410         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
7411         Reported by Eric Blake.
7412
7413 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7414             Bruno Haible  <bruno@clisp.org>
7415
7416         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
7417         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
7418         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
7419         (malloc): Undefine also before including <stdlib.h>.
7420         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
7421         Needed on OSF/1 4.0.
7422
7423 2007-11-05  Jim Meyering  <meyering@redhat.com>
7424
7425         git-version-gen: sync from coreutils.
7426         * build-aux/git-version-gen: Add comments.
7427         Change the first '-' to '.' in the snapshot version string,
7428         e.g., 6.9-377-08144 -> 6.9.377-08144
7429         Remove first parameter.
7430         Don't declare a version "-dirty" merely because a time
7431         stamp has changed.
7432
7433 2007-11-04  Bruno Haible  <bruno@clisp.org>
7434
7435         * lib/lock.h: Protect all macro definitions containing an 'if'
7436         statement through a "do { ... } while (0)".
7437         * lib/tls.h: Likewise.
7438
7439 2007-11-04  Bruno Haible  <bruno@clisp.org>
7440
7441         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
7442
7443 2007-11-04  Bruno Haible  <bruno@clisp.org>
7444
7445         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
7446         * modules/fprintf-posix (Depends-on): Add nocrash.
7447         * modules/snprintf-posix (Depends-on): Likewise.
7448         * modules/sprintf-posix (Depends-on): Likewise.
7449         * modules/vasnprintf-posix (Depends-on): Likewise.
7450         * modules/vasprintf-posix (Depends-on): Likewise.
7451         * modules/vfprintf-posix (Depends-on): Likewise.
7452         * modules/vsnprintf-posix (Depends-on): Likewise.
7453         * modules/vsprintf-posix (Depends-on): Likewise.
7454         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7455         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7456         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7457         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7458         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7459         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7460         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7461
7462 2007-11-04  Bruno Haible  <bruno@clisp.org>
7463
7464         * modules/nocrash: New file.
7465         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
7466         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
7467
7468 2007-11-04  Bruno Haible  <bruno@clisp.org>
7469
7470         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
7471         precision handling.
7472         * tests/test-vasprintf-posix.c (test_function): Likewise.
7473         * tests/test-snprintf-posix.h (test_function): Likewise.
7474         * tests/test-sprintf-posix.h (test_function): Likewise.
7475
7476         Fix *printf behaviour for large precisions on mingw and BeOS.
7477         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
7478         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
7479         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
7480         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7481         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7482         gl_PRINTF_PRECISION and test its result. Invoke
7483         gl_PREREQ_VASNPRINTF_PRECISION.
7484         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7485         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7486         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7487         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7488         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7489         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7490         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7491         * doc/functions/fprintf.texi: Update.
7492         * doc/functions/printf.texi: Update.
7493         * doc/functions/snprintf.texi: Update.
7494         * doc/functions/sprintf.texi: Update.
7495         * doc/functions/vfprintf.texi: Update.
7496         * doc/functions/vprintf.texi: Update.
7497         * doc/functions/vsnprintf.texi: Update.
7498         * doc/functions/vsprintf.texi: Update.
7499
7500 2007-11-04  Bruno Haible  <bruno@clisp.org>
7501
7502         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
7503
7504 2007-11-04  Bruno Haible  <bruno@clisp.org>
7505
7506         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
7507         Reported by Sylvain Beucler <beuc@gnu.org>.
7508
7509 2007-11-03  Bruno Haible  <bruno@clisp.org>
7510
7511         * tests/test-fprintf-posix2.sh: New file.
7512         * tests/test-fprintf-posix2.c: New file.
7513         * modules/fprintf-posix-tests (Files): Add them.
7514         (TESTS): Add test-fprintf-posix2.sh.
7515         (configure.ac): Check for getrlimit and setrlimit.
7516         (check_PROGRAMS): Add test-fprintf-posix2.
7517
7518         * tests/test-printf-posix2.sh: New file.
7519         * tests/test-printf-posix2.c: New file.
7520         * modules/printf-posix-tests (Files): Add them.
7521         (TESTS): Add test-printf-posix2.sh.
7522         (configure.ac): Check for getrlimit and setrlimit.
7523         (check_PROGRAMS): Add test-printf-posix2.
7524
7525         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
7526         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
7527         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
7528         (decode_double): New function, copied from decode_long_double.
7529         (scale10_round_decimal_decoded): New function, extracted from
7530         scale10_round_decimal_long_double.
7531         (scale10_round_decimal_long_double): Use it.
7532         (scale10_round_decimal_double): New function.
7533         (floorlog10): New function.
7534         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
7535         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
7536         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7537         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7538         gl_PRINTF_ENOMEM and test its result. Invoke
7539         gl_PREREQ_VASNPRINTF_ENOMEM.
7540         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7541         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7542         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7543         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7544         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7545         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7546         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7547         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
7548         * modules/snprintf-posix (Depends-on): Likewise.
7549         * modules/sprintf-posix (Depends-on): Likewise.
7550         * modules/vasnprintf-posix (Depends-on): Likewise.
7551         * modules/vasprintf-posix (Depends-on): Likewise.
7552         * modules/vfprintf-posix (Depends-on): Likewise.
7553         * modules/vsnprintf-posix (Depends-on): Likewise.
7554         * modules/vsprintf-posix (Depends-on): Likewise.
7555         * doc/functions/fprintf.texi: Update.
7556         * doc/functions/printf.texi: Update.
7557         * doc/functions/snprintf.texi: Update.
7558         * doc/functions/sprintf.texi: Update.
7559         * doc/functions/vfprintf.texi: Update.
7560         * doc/functions/vprintf.texi: Update.
7561         * doc/functions/vsnprintf.texi: Update.
7562         * doc/functions/vsprintf.texi: Update.
7563
7564 2007-11-03  Bruno Haible  <bruno@clisp.org>
7565
7566         * modules/frexp-nolibm-tests: New file.
7567
7568         * modules/frexp-nolibm: New file.
7569         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
7570
7571 2007-11-03  Bruno Haible  <bruno@clisp.org>
7572
7573         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
7574         value is C99 compliant.
7575         Needed for OSF/1 5.1.
7576
7577 2007-11-03  Bruno Haible  <bruno@clisp.org>
7578
7579         Fix out-of-memory handling of vasnprintf.
7580         * lib/printf-parse.c: Include <errno.h>.
7581         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
7582         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
7583         is already set.
7584
7585 2007-11-02  Eric Blake  <ebb9@byu.net>
7586
7587         Fix tests on cygwin.
7588         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
7589
7590 2007-11-01  Bruno Haible  <bruno@clisp.org>
7591
7592         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
7593         warning.
7594         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
7595         needed for POSIX compatibility.
7596
7597 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
7598
7599         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
7600         for compatibility with GNU.
7601
7602 2007-11-01  Bruno Haible  <bruno@clisp.org>
7603
7604         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
7605         (putenv): Renamed from rpl_putenv. Change argument type from
7606         'const char *' to 'char *'.
7607         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
7608         of defining putenv in config.h, just set REPLACE_PUTENV.
7609         * modules/putenv (Depends-on): Add stdlib.
7610         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7611         (Include): Use <stdlib.h>.
7612         * lib/stdlib.in.h (putenv): New declaration.
7613         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
7614         REPLACE_PUTENV.
7615         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
7616         REPLACE_PUTENV.
7617         Needed for MacOS X 10.5.0.
7618         Reported by Peter O'Gorman <peter@pogma.com>.
7619
7620 2007-11-01  Jim Meyering  <meyering@redhat.com>
7621
7622         Treat an empty date string exactly like "0".
7623         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
7624         if the remaining date string (to be parsed) is empty, use "0".
7625         Reported by Mischa Molhoek and discussed in this thread:
7626         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
7627
7628 2007-10-31  Bruno Haible  <bruno@clisp.org>
7629
7630         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
7631         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
7632         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
7633         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
7634         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
7635         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
7636
7637 2007-10-31  Bruno Haible  <bruno@clisp.org>
7638
7639         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
7640         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
7641         (AC_TYPE_LONG_LONG_INT): Use it.
7642         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
7643         it as well.
7644         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
7645         to m4/longlong.m4.
7646         * modules/stdint (Files): Remove m4/ulonglong.m4.
7647         * modules/strtoull (Files): Use m4/longlong.m4 instead of
7648         m4/ulonglong.m4.
7649         * modules/strtoumax (Files): Likewise.
7650
7651 2007-10-30  Bruno Haible  <bruno@clisp.org>
7652
7653         * modules/xvasprintf-posix: New file.
7654         Suggested by Eric Blake.
7655
7656 2007-10-30  Bruno Haible  <bruno@clisp.org>
7657
7658         * modules/xprintf-posix-tests: New file.
7659         * tests/test-xprintf-posix.sh: New file.
7660         * tests/test-xprintf-posix.c: New file.
7661         * tests/test-xfprintf-posix.c: New file.
7662
7663         * modules/xprintf-posix: New file.
7664
7665 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7666
7667         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
7668         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
7669         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
7670
7671 2007-10-29  Bruno Haible  <bruno@clisp.org>
7672
7673         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
7674         contain the special marker '_cv_'.
7675         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
7676         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
7677         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
7678         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
7679         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
7680         Reported by Ralf Wildenhues.
7681
7682 2007-10-29  Bruno Haible  <bruno@clisp.org>
7683
7684         * gnulib-tool (func_import): When --lgpl is not specified, set
7685         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
7686         GPLv3.
7687         Reported by Simon Josefsson.
7688
7689 2007-10-28  Bruno Haible  <bruno@clisp.org>
7690
7691         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
7692         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
7693         HAVE_DECL_ISFINITE.
7694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
7695         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
7696         HAVE_DECL_ISFINITE.
7697
7698 2007-10-28  Bruno Haible  <bruno@clisp.org>
7699
7700         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
7701         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
7702
7703 2007-10-28  Bruno Haible  <bruno@clisp.org>
7704
7705         Fix link errors with Sun C 5.0 on Solaris 10.
7706         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
7707         function is declared but not present in the compiler's libm.
7708         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
7709         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
7710         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
7711         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
7712         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
7713         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
7714         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
7715         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
7716         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
7717         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
7718         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
7719         HAVE_DECL_FLOORL.
7720
7721 2007-10-28  Bruno Haible  <bruno@clisp.org>
7722
7723         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
7724         gl_FUNC_FLOORL. Cache the result.
7725         (gl_FUNC_FLOORL): Use it.
7726         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
7727         gl_FUNC_CEILL. Cache the result.
7728         (gl_FUNC_CEILL): Use it.
7729
7730         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
7731         gl_FUNC_FLOOR. Cache the result.
7732         (gl_FUNC_FLOOR): Use it.
7733         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
7734         gl_FUNC_CEIL. Cache the result.
7735         (gl_FUNC_CEIL): Use it.
7736
7737         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
7738         gl_FUNC_FLOORF. Cache the result.
7739         (gl_FUNC_FLOORF): Use it.
7740         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
7741         gl_FUNC_CEILF. Cache the result.
7742         (gl_FUNC_CEILF): Use it.
7743
7744 2007-10-28  Bruno Haible  <bruno@clisp.org>
7745
7746         * gnulib-tool: Allow specifying the LGPL version number through
7747         --lgpl=2 or --lgpl=3.
7748         (func_usage): Document --lgpl with argument.
7749         Handle --lgpl=... arguments.
7750         (func_import): Recognize also gl_LGPL calls with an argument. When
7751         --lgpl=2 is used and the module's license is just LGPL, report an
7752         error. Set sed_transform_lib_file according to the lgpl variable. In
7753         the generated files, use --lgpl or gl_LGPL invocations with argument,
7754         if necessary.
7755         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
7756         an LGPv2+ license.
7757         * doc/gnulib-tool.texi (Modified imports): Update explanation of
7758         gl_LGPL macro.
7759
7760 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7761             Bruno Haible  <bruno@clisp.org>
7762
7763         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
7764         (u16_uctomb_aux): Likewise.
7765         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
7766         !HAVE_INLINE.
7767         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
7768
7769 2007-10-28  Bruno Haible  <bruno@clisp.org>
7770
7771         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
7772         Invoke AM_GETTEXT_OPTION if it exists.
7773         * modules/vasprintf: Likewise.
7774         * modules/verror: Likewise.
7775         * modules/xprintf: Likewise.
7776         * modules/xvasprintf: Likewise.
7777
7778 2007-10-27  Ben Pfaff  <blp@gnu.org>
7779
7780         * lib/math.in.h: Define isfinite macro and prototypes for
7781         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
7782         implementations.
7783         * m4/math_h.m4: New substitutions for isfinite module.
7784         * lib/isfinite.c: New file.
7785         * m4/isfinite.m4: New file.
7786         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
7787         * modules/isfinite: New file.
7788         * modules/isfinite-tests: New file.
7789         * tests/tests-isfinite.c: New file.
7790         * doc/functions/isfinite.texi: Mention isfinite module.
7791         * MODULES.html.sh: Mention new module.
7792
7793 2007-10-27  Ben Pfaff  <blp@gnu.org>
7794
7795         Ralf Wildenhues reported that Tru64 4.0D declares the round
7796         functions but does not have definitions.
7797         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
7798         cannot be found in any library, set the output variable to
7799         "missing" instead of "".
7800         * m4/round.m4: Also use our substitute if we cannot find round in
7801         any library, even if it is declared.
7802         * m4/roundf.m4: Likewise for roundf.
7803         * m4/roundl.m4: Likewise for roundl.
7804         * lib/math.in.h: Undefine roundf, round, roundl before defining
7805         their replacements, to allow for hypothetical systems where these
7806         may be defined as macros but not available in libraries.
7807
7808 2007-10-27  Bruno Haible  <bruno@clisp.org>
7809
7810         * doc/gnulib.texi: Invoke @firstparagraphindent.
7811         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
7812         changes in gnulib.
7813         (Source changes): New section.
7814
7815 2007-10-26  Bruno Haible  <bruno@clisp.org>
7816
7817         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
7818         borrowed from autoconf.
7819
7820 2007-10-26  Bruno Haible  <bruno@clisp.org>
7821
7822         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
7823         strerror returned the empty string. Needed on HP-UX 11.00.
7824
7825 2007-10-24  Micah Cowan  <micah@cowan.name>
7826
7827         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
7828         * build-aux/bootstrap: Remove support for now-unnecessary option,
7829         --cvs-user, and envvars CVS_USER, CVS_RSH.
7830
7831 2007-10-24  Jim Meyering  <meyering@redhat.com>
7832
7833         Avoid diagnostics from sha1sum when there is no cached checksum.
7834         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
7835         if the po.s1 file hasn't been created yet.
7836
7837         * build-aux/bootstrap: Sync from coreutils:
7838         2007-10-24  Jim Meyering  <meyering@redhat.com>
7839         Get gnulib from the git repository, not from an obsolete cvs one.
7840         * build-aux/bootstrap: Suggestion from Micah Cowan.
7841         2007-10-04  Jim Meyering  <jim@meyering.net>
7842         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
7843         (update_po_files): Work also when there are no .po files in po/.
7844
7845 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7846
7847         * README: Append ".git" to git and cg examples.
7848         Problem reported by Benoit Sigoure.
7849
7850 2007-10-23  Micah Cowan  <micah@cowan.name>
7851
7852         * users.txt: Add wget.
7853
7854 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7855
7856         Fix linking of some unistdio tests on FreeBSD.
7857         * modules/unistdio/u16-vsnprintf-tests
7858         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
7859         * modules/unistdio/u16-vsprintf-tests
7860         (test_u16_vsnprintf1_LDADD): Likewise.
7861         * modules/unistdio/u32-vsnprintf-tests
7862         (test_u32_vsnprintf1_LDADD): Likewise.
7863         * modules/unistdio/u32-vsprintf-tests
7864         (test_u32_vsprintf1_LDADD): Likewise.
7865         * modules/unistdio/u8-vsnprintf-tests
7866         (test_u8_vsnprintf1_LDADD): Likewise.
7867         * modules/unistdio/u8-vsprintf-tests
7868         (test_u8_vsprintf1_LDADD): Likewise.
7869         * modules/unistdio/ulc-vsnprintf-tests
7870         (test_ulc_vsnprintf1_LDADD): Likewise.
7871         * modules/unistdio/ulc-vsprintf-tests
7872         (test_ulc_vsprintf1_LDADD): Likewise.
7873
7874         Fix linking of some uniconv tests on FreeBSD.
7875         * modules/uniconv/u16-conv-from-enc-tests
7876         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
7877         * modules/uniconv/u16-conv-to-enc-tests
7878         (test_u16_conv_to_enc_LDADD): Likewise.
7879         * modules/uniconv/u16-strconv-from-enc-tests
7880         (test_u16_strconv_from_enc_LDADD): Likewise.
7881         * modules/uniconv/u16-strconv-to-enc-tests
7882         (test_u16_strconv_to_enc_LDADD): Likewise.
7883         * modules/uniconv/u32-conv-from-enc-tests
7884         (test_u32_conv_from_enc_LDADD): Likewise.
7885         * modules/uniconv/u32-conv-to-enc-tests
7886         (test_u32_conv_to_enc_LDADD): Likewise.
7887         * modules/uniconv/u32-strconv-from-enc-tests
7888         (test_u32_strconv_from_enc_LDADD): Likewise.
7889         * modules/uniconv/u32-strconv-to-enc-tests
7890         (test_u32_strconv_to_enc_LDADD): Likewise.
7891         * modules/uniconv/u8-conv-from-enc-tests
7892         (test_u8_conv_from_enc_LDADD): Likewise.
7893         * modules/uniconv/u8-conv-to-enc-tests
7894         (test_u8_conv_to_enc_LDADD): Likewise.
7895         * modules/uniconv/u8-strconv-from-enc-tests
7896         (test_u8_strconv_from_enc_LDADD): Likewise.
7897         * modules/uniconv/u8-strconv-to-enc-tests
7898         (test_u8_strconv_to_enc_LDADD): Likewise.
7899
7900 2007-10-22  Bruno Haible  <bruno@clisp.org>
7901
7902         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
7903         size.
7904
7905 2007-10-22  Eric Blake  <ebb9@byu.net>
7906
7907         Tweak x*printf documentation.
7908         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
7909         variable name and comments.
7910         Suggested by Bruno Haible.
7911
7912 2007-10-22  Bruno Haible  <bruno@clisp.org>
7913
7914         * lib/acl.c (copy_acl): Fix file name in comment.
7915
7916 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         Fix Tru64 problem with stdbool.h.
7919         * lib/stdbool.in.h (false, true):
7920         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
7921         Don't declare as an enum in this situation; it runs afoul of Tru64.
7922         Problem reported by Steven M. Schweda in
7923         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
7924
7925 2007-10-22  Eric Blake  <ebb9@byu.net>
7926
7927         Also wrap vf?printf.
7928         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
7929         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
7930         (xvprintf, xvfprintf): New functions.
7931
7932 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7933
7934         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
7935         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
7936
7937         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
7938         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
7939
7940 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7941
7942         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
7943         by Bruno Haible.
7944
7945 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7946
7947         * lib/getloadavg.c
7948         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
7949         Undef `sys' after including sys/table.h, for Tru64 4.0D.
7950
7951         * tests/test-i-ring.c: Work for C89.
7952
7953 2007-10-22  Bruno Haible  <bruno@clisp.org>
7954
7955         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
7956         -1u, in preprocessor expression, so that we don't test for the bug
7957         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
7958         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
7959
7960 2007-10-22  Eric Blake  <ebb9@byu.net>
7961
7962         * tests/test-yesno.sh: Silence stderr during test.
7963
7964 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7965
7966         * modules/crypto/gc-camellia: New file.
7967
7968         * m4/gc-camellia.m4: New file.
7969
7970         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
7971
7972         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
7973
7974 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7975
7976         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
7977         --help to stdout.  Reported by sms@antinode.org (Steven
7978         M. Schweda).
7979
7980 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7981
7982         * users.txt: Fix link to libksba.
7983
7984 2007-10-21  Ben Pfaff  <blp@gnu.org>
7985
7986         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
7987         round.c roundf implementation that depends on floorf and ceilf to
7988         be tested unconditionally.
7989
7990 2007-10-21  Ben Pfaff  <blp@gnu.org>
7991
7992         * m4/check-libm-func.m4: Removed.
7993         * m4/check-math-lib.m4: New file.
7994         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
7995         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
7996         definition and lack of AC_LIBOBJ([roundf]).
7997         * m4/roundl.m4: Ditto, and similarly for roundl.
7998         * modules/round: Reference new m4 file.
7999         * modules/roundf: Ditto.
8000         * modules/roundl: Ditto.
8001         * tests/test-round2.c (main): Use ROUND instead of round.
8002         Bug report from Bruno Haible.
8003
8004 2007-10-21  Bruno Haible  <bruno@clisp.org>
8005
8006         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
8007         context.
8008
8009 2007-10-21  Bruno Haible  <bruno@clisp.org>
8010
8011         * tests/test-wcwidth.c (main): Allow negative result for some control
8012         characters.
8013
8014         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
8015         Needed on OSF/1 5.1.
8016
8017 2007-10-21  Bruno Haible  <bruno@clisp.org>
8018
8019         * tests/test-floorf1.c: Include isnanf.h.
8020         (main): Use isnanf() instead of isnan().
8021         * tests/test-ceilf1.c: Include isnanf.h.
8022         (main): Use isnanf() instead of isnan().
8023         * tests/test-truncf1.c: Include isnanf.h.
8024         (main): Use isnanf() instead of isnan().
8025         * tests/test-roundf1.c: Include isnanf.h.
8026         (main): Use isnanf() instead of isnan().
8027
8028 2007-10-21  Eric Blake  <ebb9@byu.net>
8029
8030         * users.txt: Update URL for m4.
8031
8032 2007-10-21  Bruno Haible  <bruno@clisp.org>
8033
8034         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
8035
8036 2007-10-21  Bruno Haible  <bruno@clisp.org>
8037
8038         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
8039         Git's management files if the CVS files are not present.
8040
8041 2007-10-20  Bruno Haible  <bruno@clisp.org>
8042
8043         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
8044         gcc-3.4.x.
8045
8046 2007-10-20  Ben Pfaff  <blp@gnu.org>
8047
8048         * lib/math.in.h: Declare round, roundf, roundl if we are providing
8049         implementations.
8050         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
8051         * lib/round.c: New file.
8052         * lib/roundf.c: New file.
8053         * lib/roundl.c: New file.
8054         * m4/round.m4: New file.
8055         * m4/roundf.m4: New file.
8056         * m4/roundl.m4: New file.
8057         * m4/check-libm-func-m4: New file.
8058         * modules/math: Replace round, roundf, roundl related @VARS@ in
8059         math.in.h.
8060         * modules/round: New file.
8061         * modules/round-tests: New file.
8062         * modules/roundf: New file.
8063         * modules/roundf-tests: New file.
8064         * modules/roundl: New file.
8065         * modules/roundl-tests: New file.
8066         * tests/test-round1.c: New file.
8067         * tests/test-round2.c: New file.
8068         * tests/test-roundf1.c: New file.
8069         * tests/test-roundf2.c: New file.
8070         * tests/test-roundl.c: New file.
8071         * doc/functions/round.texi: Mention round module.
8072         * doc/functions/roundf.texi: Mention roundf module.
8073         * doc/functions/roundl.texi: Mention roundl module.
8074         * MODULES.html.sh: Mention new modules.
8075         Thanks to Bruno Haible for suggestions.
8076
8077 2007-10-20  Jim Meyering  <meyering@redhat.com>
8078
8079         * lib/xprintf.c: Include <config.h> unconditionally.
8080
8081         Change xprintf's license to GPL.
8082         * modules/xprintf (License): s/LGPL/GPL/, since this module
8083         depends on modules (exit and exitfail) which are GPL.
8084         Suggestion from Bruno Haible.
8085
8086         xprintf fixes.
8087         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
8088         Use a clearer diagnostic.
8089         Patch from Bruno Haible.
8090
8091 2007-10-20  Bruno Haible  <bruno@clisp.org>
8092
8093         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
8094         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
8095         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8096
8097 2007-10-20  Bruno Haible  <bruno@clisp.org>
8098
8099         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
8100         precision in the comparison result > x - 1 or similar.
8101         * tests/test-ceilf2.c (correct_result_p): Likewise.
8102         * tests/test-truncf2.c (correct_result_p): Likewise.
8103         * tests/test-trunc2.c (correct_result_p): Likewise.
8104         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8105
8106 2007-10-20  Bruno Haible  <bruno@clisp.org>
8107
8108         * modules/ceil: New file.
8109         * m4/ceil.m4: New file.
8110         * doc/functions/ceil.texi: Mention the 'ceil' module.
8111
8112 2007-10-20  Bruno Haible  <bruno@clisp.org>
8113
8114         * modules/floor: New file.
8115         * m4/floor.m4: New file.
8116         * doc/functions/floor.texi: Mention the 'floor' module.
8117
8118 2007-10-20  Bruno Haible  <bruno@clisp.org>
8119
8120         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
8121         of %a.
8122         * modules/floorf-tests (Depends-on): Likewise.
8123         * modules/truncf-tests (Depends-on): Likewise.
8124         * modules/trunc-tests (Depends-on): Likewise.
8125         Reported by Ben Pfaff.
8126
8127 2007-10-19  Jim Meyering  <meyering@redhat.com>
8128
8129         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
8130         Don't bother testing specific errno values.  Just test ferror.
8131
8132         New module: xprintf
8133         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
8134
8135 2007-10-19  Bruno Haible  <bruno@clisp.org>
8136
8137         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
8138         syntax.
8139         * modules/javaexec (Makefile.am): Likewise.
8140         * modules/relocatable-prog (Makefile.am): Likewise.
8141         Suggested by Jim Meyering.
8142
8143 2007-10-18  Bruno Haible  <bruno@clisp.org>
8144
8145         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
8146         Reported by Jim Meyering.
8147
8148 2007-10-18  Eric Blake  <ebb9@byu.net>
8149
8150         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
8151
8152 2007-10-18  Bruno Haible  <bruno@clisp.org>
8153
8154         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
8155         the format string into writable memory. Needed in Fortify conditions.
8156
8157 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
8158             Bruno Haible  <bruno@clisp.org>
8159
8160         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
8161         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
8162         * modules/trim (Depends-on): Add mbchar.
8163         (configure.ac): Add gl_FUNC_MBRTOWC.
8164         (Makefile.am): Augment lib_SOURCES.
8165
8166 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8167
8168         Modify glob.c to use fstatat and dirfd, to simplify it.
8169         Suggested by Eric Blake.
8170         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
8171         Don't include <stdbool.h>; not used.
8172         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
8173         (link_exists_p): Simplify implementation, since we can now assume
8174         dirfd and fstatat.
8175         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
8176
8177 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8178
8179         * gnulib-tool (func_get_dependencies): Fix sed script to
8180         match only tests.
8181
8182 2007-10-17  Bruno Haible  <bruno@clisp.org>
8183
8184         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
8185         allow locale names without encoding suffix.
8186         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8187         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8188
8189 2007-10-16  Bruno Haible  <bruno@clisp.org>
8190
8191         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
8192         * lib/getgroups.c (getgroups): Likewise.
8193         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
8194
8195 2007-10-16  Bruno Haible  <bruno@clisp.org>
8196
8197         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
8198         * modules/malloc-posix (License): Likewise.
8199         * modules/realloc-posix (License): Likewise.
8200         * modules/calloc-posix (License): Likewise.
8201         * modules/intprops (License): Change from GPL to LGPL, with
8202         Paul Eggert's approval.
8203
8204 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8205
8206         Merge glibc changes into lib/glob.c.
8207
8208         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
8209         2007-10-15 04:59:03 UTC.  Here are the changes:
8210
8211         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8212
8213         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
8214
8215         * lib/glob.c: Add some branch prediction throughout.
8216
8217         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8218
8219         [BZ #5103]
8220         * lib/glob.c (glob): Recognize patterns starting \/.
8221
8222         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8223
8224         [BZ #3996]
8225         * lib/glob.c (attribute_hidden): Define if not defined.
8226         (glob): Unescape dirname, filename or username when needed and not
8227         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8228         is NULL.  Handle unescaped [ in pattern without closing ].
8229         Don't pass GLOB_CHECK down to recursive glob for directories.
8230         (__glob_pattern_type): New function.
8231         (__glob_pattern_p): Implement using __glob_pattern_type.
8232         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8233         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8234         Remove unreachable code.
8235
8236         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8237
8238         * lib/glob.c (glob_in_dir): Add some comments and asserts to
8239         explain why there are no leaks.
8240
8241         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8242
8243         [BZ #3253]
8244         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8245         time, rather allocate increasingly bigger arrays of pointers, if
8246         possible with alloca, if too large with malloc.
8247
8248 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8249
8250         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
8251         Problem reported by H.Merijn Brand in
8252         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
8253         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
8254         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8255
8256 2007-10-15  Bruno Haible  <bruno@clisp.org>
8257
8258         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
8259         with explicit rpl_ prefix.
8260         * lib/fopen.c (fopen): Likewise.
8261         * lib/freopen.c (freopen): Likewise.
8262         * lib/iconv.c (iconv): Likewise.
8263         * lib/iconv_close.c (iconv_close): Likewise.
8264
8265 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8266
8267         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
8268
8269 2007-10-15  Bruno Haible  <bruno@clisp.org>
8270
8271         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
8272         <stddef.h> instead of <stdlib.h> since we only need NULL.
8273         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8274
8275 2007-10-15  Bruno Haible  <bruno@clisp.org>
8276
8277         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
8278         Replace paragraph talking about LIBOBJS.
8279         Reported by Colin Watson <cjwatson@debian.org>.
8280
8281 2007-10-15  Bruno Haible  <bruno@clisp.org>
8282
8283         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
8284         <stdlib.h> before using NULL.
8285
8286 2007-10-15  Simon Josefsson  <simon@josefsson.org>
8287
8288         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
8289         Reported by Albert Chin <china@thewrittenword.com>.
8290
8291 2007-10-14  Bruno Haible  <bruno@clisp.org>
8292
8293         * modules/iconv_open-utf-tests: New file.
8294         * tests/test-iconv-utf.c: New file.
8295
8296         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
8297         * modules/iconv_open-utf: New file.
8298         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
8299         (iconv, iconv_close): New declarations.
8300         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
8301         be defined.
8302         (iconv_open): Add special handling of conversion between UTF-8 and
8303         UTF-{16,32}{BE,LE}.
8304         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
8305         * lib/iconv_close.c: New file.
8306         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
8307         gl_FUNC_ICONV_OPEN.
8308         (gl_FUNC_ICONV_OPEN): Use it.
8309         (gl_FUNC_ICONV_OPEN_UTF): New macro.
8310         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
8311         and REPLACE_ICONV_UTF.
8312         * modules/iconv_open (Depends-on): Add c-strcase.
8313         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
8314         ICONV_CONST.
8315         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
8316
8317 2007-10-13  Albert Chin  <china@thewrittenword.com>
8318             Bruno Haible  <bruno@clisp.org>
8319
8320         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
8321         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
8322
8323 2007-10-13  Bruno Haible  <bruno@clisp.org>
8324
8325         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
8326         defined, use the ISO C99 inline semantics.
8327         * lib/argp.h (ARGP_EI): Likewise.
8328
8329 2007-10-13  Bruno Haible  <bruno@clisp.org>
8330
8331         Handle 'inline' change in gcc 4.3.0.
8332         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
8333         argp_fmtstream_write, argp_fmtstream_set_lmargin,
8334         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
8335         argp_fmtstream_point): Disable 'extern' declaration if the function
8336         definition is going to be provided inline.
8337         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
8338         semantics, not the ISO C99 inline semantics.
8339         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
8340         'extern' declaration if the function definition is going to be provided
8341         inline.
8342         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
8343         the GNU C inline semantics, not the ISO C99 inline semantics. With
8344         GCC 4.2, avoid a warning.
8345
8346 2007-10-13  Bruno Haible  <bruno@clisp.org>
8347
8348         * lib/freading.h (freading): Enable the use of __freading for
8349         glibc >= 2.7.
8350         * lib/freading.c (freading): Likewise.
8351
8352 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8353
8354         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
8355         "warning: C99 inline functions are not supported; using GNU89".
8356
8357 2007-10-12  Bruno Haible  <bruno@clisp.org>
8358
8359         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
8360         of 2.
8361         * tests/test-ceilf2.c: New file.
8362         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
8363
8364         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
8365         * modules/ceilf-tests: Update.
8366
8367 2007-10-12  Bruno Haible  <bruno@clisp.org>
8368
8369         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
8370         of 2.
8371         * tests/test-floorf2.c: New file.
8372         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
8373
8374         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
8375         * modules/floorf-tests: Update.
8376
8377 2007-10-12  Bruno Haible  <bruno@clisp.org>
8378
8379         * tests/test-trunc2.c: New file.
8380         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
8381
8382         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
8383         * modules/trunc-tests: Update.
8384
8385 2007-10-12  Bruno Haible  <bruno@clisp.org>
8386
8387         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
8388         of 2.
8389         * tests/test-truncf2.c: New file.
8390         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
8391
8392         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
8393         * modules/truncf-tests: Update.
8394
8395 2007-10-11  Eric Blake  <ebb9@byu.net>
8396
8397         Don't claim strerror is broken on Interix.
8398         * doc/functions/strerror.texi (strerror): Known broken systems are
8399         now Solaris 8, and not Interix.
8400         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
8401         Interix on cross-compile.
8402         Reported by Martin Koeppe in
8403         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
8404
8405 2007-10-11  Bruno Haible  <bruno@clisp.org>
8406
8407         * modules/i-ring-tests: New file.
8408         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
8409         instead of assert.
8410
8411 2007-10-11  Bruno Haible  <bruno@clisp.org>
8412
8413         * modules/filenamecat-tests: New file.
8414         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
8415         * lib/filenamecat.c: Remove test code.
8416
8417 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8418
8419         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
8420
8421         * lib/strerror.c: Include <string.h> always, to test interface,
8422         and to remove the need for the dummy.
8423         Include intprops.h to compute width instead of doing it ourselves
8424         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
8425         (strerror): Define it to return NULL if there's no system strerror.
8426         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
8427         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
8428         ancient pre-strerror Unix systems well any more.  Saying "unknown
8429         system error" is enough.
8430         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
8431         simpler strerror.c implementation.
8432         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
8433         Simplify the tests to reflect the simpler strerror implementation.
8434         * modules/strerror (Depends-on): Add intprops.
8435
8436 2007-10-09  Eric Blake  <ebb9@byu.net>
8437
8438         Silence test-fpending.
8439         * modules/fpending-tests (Files): Add wrapper script.
8440         * tests/test-fpending.sh: New file.
8441
8442 2007-10-09  Bruno Haible  <bruno@clisp.org>
8443
8444         * MODULES.html.sh (func_module): Don't create a hyperlink for
8445         function names like 'printf_frexp'.
8446         (Misc): Add crc, memxor.
8447         (Characteristics of floating types): New section.
8448         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
8449         isnanf-nolibm, signbit, trunc, truncf, truncl.
8450         (Enhancements for ISO C 99 functions): New subsection Input/output.
8451         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
8452         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
8453         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
8454         (Compatibility checks for POSIX:2001 functions): Add clock-time.
8455         (Enhancements for POSIX:2001 functions): Add chdir-long.
8456         (File system functions): Add areadlink, chdir-safer, read-file.
8457         Remove cycle-check.
8458         (File system as inode set): New section.
8459         (Date and time): Add gethrxtime.
8460         (Multithreading): Add openmp.
8461         (Internationalization functions): Add localename.
8462         (Unicode string functions): Add unistr/u*-mbsnlen.
8463         (Support for maintaining and releasing projects): Add git-version-gen.
8464         (Lone files): Remove directories.
8465
8466 2007-10-08  Ben Pfaff  <blp@gnu.org>
8467
8468         * lib/xmalloca.h: Fix typo in comment.
8469
8470 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8471
8472         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
8473         when avoiding problems with integer overflow.  Use a portable test
8474         instead.
8475
8476 2007-10-08  Simon Josefsson  <simon@josefsson.org>
8477
8478         * modules/dummy (License): Change to LGPLv2+.
8479         * modules/float (License): Likewise
8480         * modules/realloc (License): Likewise
8481         * modules/stdlib (License): Likewise
8482
8483 2007-10-07  Bruno Haible  <bruno@clisp.org>
8484
8485         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
8486         * floor.c (TWO_MANT_DIG): Likewise.
8487         * ceil.c (TWO_MANT_DIG): Likewise.
8488         Reported by Ben Pfaff.
8489
8490 2007-10-07  Bruno Haible  <bruno@clisp.org>
8491
8492         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
8493         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
8494         * lib/frexp.c (FUNC): Likewise.
8495         * lib/printf-frexp.h (printf_frexp): Likewise.
8496         * lib/printf-frexpl.h (printf_frexpl): Likewise.
8497         * lib/printf-frexp.c (FUNC): Likewise.
8498         Suggested by Jim Meyering.
8499
8500 2007-10-07  Jim Meyering  <meyering@redhat.com>
8501
8502         Make xnanosleep's integer overflow test more robust.
8503         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
8504         so that gcc-4.3.0 doesn't optimize away this test for overflow.
8505
8506 2007-10-07  Bruno Haible  <bruno@clisp.org>
8507
8508         * NEWS: Mention the license change.
8509
8510         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
8511         abbreviations in the modules files.
8512
8513         Change copyright notice from GPLv2+ to GPLv3+.
8514         * README: Change copyright notice.
8515         * MODULES.html.sh: Likewise.
8516         * build-aux/bootstrap.conf: Likewise.
8517         * build-aux/config.libpath: Likewise.
8518         * build-aux/csharpcomp.sh.in: Likewise.
8519         * build-aux/csharpexec.sh.in: Likewise.
8520         * build-aux/install-reloc: Likewise.
8521         * build-aux/javacomp.sh.in: Likewise.
8522         * build-aux/javaexec.sh.in: Likewise.
8523         * build-aux/ldd.sh.in: Likewise.
8524         * build-aux/reloc-ldflags: Likewise.
8525         * build-aux/relocatable.sh.in: Likewise.
8526         * build-aux/x-to-1.in: Likewise.
8527         * check-module: Likewise.
8528         * config/srclistvars.sh: Likewise.
8529         * gnulib-tool: Likewise.
8530         * lib/acl-internal.h: Likewise.
8531         * lib/acl.c: Likewise.
8532         * lib/acl.h: Likewise.
8533         * lib/acl_entries.c: Likewise.
8534         * lib/areadlink-with-size.c: Likewise.
8535         * lib/areadlink.c: Likewise.
8536         * lib/areadlink.h: Likewise.
8537         * lib/argmatch.c: Likewise.
8538         * lib/argmatch.h: Likewise.
8539         * lib/argp-ba.c: Likewise.
8540         * lib/argp-eexst.c: Likewise.
8541         * lib/argp-fmtstream.c: Likewise.
8542         * lib/argp-fmtstream.h: Likewise.
8543         * lib/argp-fs-xinl.c: Likewise.
8544         * lib/argp-help.c: Likewise.
8545         * lib/argp-namefrob.h: Likewise.
8546         * lib/argp-parse.c: Likewise.
8547         * lib/argp-pin.c: Likewise.
8548         * lib/argp-pv.c: Likewise.
8549         * lib/argp-pvh.c: Likewise.
8550         * lib/argp-xinl.c: Likewise.
8551         * lib/argp.h: Likewise.
8552         * lib/at-func.c: Likewise.
8553         * lib/atanl.c: Likewise.
8554         * lib/backupfile.c: Likewise.
8555         * lib/backupfile.h: Likewise.
8556         * lib/basename.c: Likewise.
8557         * lib/binary-io.h: Likewise.
8558         * lib/byteswap.in.h: Likewise.
8559         * lib/c-stack.c: Likewise.
8560         * lib/c-stack.h: Likewise.
8561         * lib/c-strcasestr.c: Likewise.
8562         * lib/c-strcasestr.h: Likewise.
8563         * lib/c-strstr.c: Likewise.
8564         * lib/c-strstr.h: Likewise.
8565         * lib/c-strtod.c: Likewise.
8566         * lib/calloc.c: Likewise.
8567         * lib/canon-host.c: Likewise.
8568         * lib/canon-host.h: Likewise.
8569         * lib/canonicalize-lgpl.c: Likewise.
8570         * lib/canonicalize.c: Likewise.
8571         * lib/canonicalize.h: Likewise.
8572         * lib/ceil.c: Likewise.
8573         * lib/ceilf.c: Likewise.
8574         * lib/ceill.c: Likewise.
8575         * lib/chdir-long.c: Likewise.
8576         * lib/chdir-long.h: Likewise.
8577         * lib/chdir-safer.c: Likewise.
8578         * lib/chdir-safer.h: Likewise.
8579         * lib/chown.c: Likewise.
8580         * lib/classpath.c: Likewise.
8581         * lib/classpath.h: Likewise.
8582         * lib/clean-temp.c: Likewise.
8583         * lib/clean-temp.h: Likewise.
8584         * lib/cloexec.c: Likewise.
8585         * lib/close-stream.c: Likewise.
8586         * lib/closein.c: Likewise.
8587         * lib/closein.h: Likewise.
8588         * lib/closeout.c: Likewise.
8589         * lib/closeout.h: Likewise.
8590         * lib/concat-filename.c: Likewise.
8591         * lib/copy-file.c: Likewise.
8592         * lib/copy-file.h: Likewise.
8593         * lib/count-one-bits.h: Likewise.
8594         * lib/crc.c: Likewise.
8595         * lib/crc.h: Likewise.
8596         * lib/creat-safer.c: Likewise.
8597         * lib/csharpcomp.c: Likewise.
8598         * lib/csharpcomp.h: Likewise.
8599         * lib/csharpexec.c: Likewise.
8600         * lib/csharpexec.h: Likewise.
8601         * lib/cycle-check.c: Likewise.
8602         * lib/cycle-check.h: Likewise.
8603         * lib/diacrit.c: Likewise.
8604         * lib/diacrit.h: Likewise.
8605         * lib/diffseq.h: Likewise.
8606         * lib/dirchownmod.c: Likewise.
8607         * lib/dirent.in.h: Likewise.
8608         * lib/dirfd.c: Likewise.
8609         * lib/dirfd.h: Likewise.
8610         * lib/dirname.c: Likewise.
8611         * lib/dirname.h: Likewise.
8612         * lib/dummy.c: Likewise.
8613         * lib/dup-safer.c: Likewise.
8614         * lib/dup2.c: Likewise.
8615         * lib/eealloc.h: Likewise.
8616         * lib/error.c: Likewise.
8617         * lib/error.h: Likewise.
8618         * lib/euidaccess.c: Likewise.
8619         * lib/exclude.c: Likewise.
8620         * lib/exclude.h: Likewise.
8621         * lib/execute.c: Likewise.
8622         * lib/execute.h: Likewise.
8623         * lib/exitfail.c: Likewise.
8624         * lib/exitfail.h: Likewise.
8625         * lib/expl.c: Likewise.
8626         * lib/fatal-signal.c: Likewise.
8627         * lib/fatal-signal.h: Likewise.
8628         * lib/fbufmode.c: Likewise.
8629         * lib/fbufmode.h: Likewise.
8630         * lib/fchdir.c: Likewise.
8631         * lib/fchmodat.c: Likewise.
8632         * lib/fchownat.c: Likewise.
8633         * lib/fcntl--.h: Likewise.
8634         * lib/fcntl-safer.h: Likewise.
8635         * lib/fcntl.in.h: Likewise.
8636         * lib/fd-safer.c: Likewise.
8637         * lib/fflush.c: Likewise.
8638         * lib/file-has-acl.c: Likewise.
8639         * lib/file-set.c: Likewise.
8640         * lib/file-type.c: Likewise.
8641         * lib/file-type.h: Likewise.
8642         * lib/fileblocks.c: Likewise.
8643         * lib/filemode.c: Likewise.
8644         * lib/filemode.h: Likewise.
8645         * lib/filename.h: Likewise.
8646         * lib/filenamecat.c: Likewise.
8647         * lib/filenamecat.h: Likewise.
8648         * lib/findprog.c: Likewise.
8649         * lib/findprog.h: Likewise.
8650         * lib/float.in.h: Likewise.
8651         * lib/floor.c: Likewise.
8652         * lib/floorf.c: Likewise.
8653         * lib/floorl.c: Likewise.
8654         * lib/fopen-safer.c: Likewise.
8655         * lib/fopen.c: Likewise.
8656         * lib/fpending.c: Likewise.
8657         * lib/fpending.h: Likewise.
8658         * lib/fprintf.c: Likewise.
8659         * lib/fprintftime.h: Likewise.
8660         * lib/fpucw.h: Likewise.
8661         * lib/fpurge.c: Likewise.
8662         * lib/fpurge.h: Likewise.
8663         * lib/freadable.c: Likewise.
8664         * lib/freadable.h: Likewise.
8665         * lib/freadahead.c: Likewise.
8666         * lib/freadahead.h: Likewise.
8667         * lib/freading.c: Likewise.
8668         * lib/freading.h: Likewise.
8669         * lib/free.c: Likewise.
8670         * lib/freopen.c: Likewise.
8671         * lib/frexp.c: Likewise.
8672         * lib/frexpl.c: Likewise.
8673         * lib/fseek.c: Likewise.
8674         * lib/fseterr.c: Likewise.
8675         * lib/fseterr.h: Likewise.
8676         * lib/fstatat.c: Likewise.
8677         * lib/fstrcmp.c: Likewise.
8678         * lib/fstrcmp.h: Likewise.
8679         * lib/fsusage.c: Likewise.
8680         * lib/fsusage.h: Likewise.
8681         * lib/ftell.c: Likewise.
8682         * lib/ftello.c: Likewise.
8683         * lib/fts-cycle.c: Likewise.
8684         * lib/fts.c: Likewise.
8685         * lib/fts_.h: Likewise.
8686         * lib/full-read.c: Likewise.
8687         * lib/full-read.h: Likewise.
8688         * lib/full-write.c: Likewise.
8689         * lib/full-write.h: Likewise.
8690         * lib/fwritable.c: Likewise.
8691         * lib/fwritable.h: Likewise.
8692         * lib/fwriteerror.c: Likewise.
8693         * lib/fwriteerror.h: Likewise.
8694         * lib/fwriting.c: Likewise.
8695         * lib/fwriting.h: Likewise.
8696         * lib/gcd.c: Likewise.
8697         * lib/gcd.h: Likewise.
8698         * lib/getcwd.c: Likewise.
8699         * lib/getdate.h: Likewise.
8700         * lib/getdate.y: Likewise.
8701         * lib/getdomainname.c: Likewise.
8702         * lib/getdomainname.h: Likewise.
8703         * lib/getgroups.c: Likewise.
8704         * lib/gethostname.c: Likewise.
8705         * lib/gethrxtime.c: Likewise.
8706         * lib/gethrxtime.h: Likewise.
8707         * lib/getloadavg.c: Likewise.
8708         * lib/getndelim2.c: Likewise.
8709         * lib/getndelim2.h: Likewise.
8710         * lib/getnline.c: Likewise.
8711         * lib/getnline.h: Likewise.
8712         * lib/getopt.c: Likewise.
8713         * lib/getopt.in.h: Likewise.
8714         * lib/getopt1.c: Likewise.
8715         * lib/getopt_int.h: Likewise.
8716         * lib/getpagesize.h: Likewise.
8717         * lib/getsubopt.c: Likewise.
8718         * lib/gettime.c: Likewise.
8719         * lib/getugroups.c: Likewise.
8720         * lib/getugroups.h: Likewise.
8721         * lib/getusershell.c: Likewise.
8722         * lib/gl_anyavltree_list1.h: Likewise.
8723         * lib/gl_anyavltree_list2.h: Likewise.
8724         * lib/gl_anyhash_list1.h: Likewise.
8725         * lib/gl_anyhash_list2.h: Likewise.
8726         * lib/gl_anylinked_list1.h: Likewise.
8727         * lib/gl_anylinked_list2.h: Likewise.
8728         * lib/gl_anyrbtree_list1.h: Likewise.
8729         * lib/gl_anyrbtree_list2.h: Likewise.
8730         * lib/gl_anytree_list1.h: Likewise.
8731         * lib/gl_anytree_list2.h: Likewise.
8732         * lib/gl_anytree_oset.h: Likewise.
8733         * lib/gl_anytreehash_list1.h: Likewise.
8734         * lib/gl_anytreehash_list2.h: Likewise.
8735         * lib/gl_array_list.c: Likewise.
8736         * lib/gl_array_list.h: Likewise.
8737         * lib/gl_array_oset.c: Likewise.
8738         * lib/gl_array_oset.h: Likewise.
8739         * lib/gl_avltree_list.c: Likewise.
8740         * lib/gl_avltree_list.h: Likewise.
8741         * lib/gl_avltree_oset.c: Likewise.
8742         * lib/gl_avltree_oset.h: Likewise.
8743         * lib/gl_avltreehash_list.c: Likewise.
8744         * lib/gl_avltreehash_list.h: Likewise.
8745         * lib/gl_carray_list.c: Likewise.
8746         * lib/gl_carray_list.h: Likewise.
8747         * lib/gl_linked_list.c: Likewise.
8748         * lib/gl_linked_list.h: Likewise.
8749         * lib/gl_linkedhash_list.c: Likewise.
8750         * lib/gl_linkedhash_list.h: Likewise.
8751         * lib/gl_list.c: Likewise.
8752         * lib/gl_list.h: Likewise.
8753         * lib/gl_oset.c: Likewise.
8754         * lib/gl_oset.h: Likewise.
8755         * lib/gl_rbtree_list.c: Likewise.
8756         * lib/gl_rbtree_list.h: Likewise.
8757         * lib/gl_rbtree_oset.c: Likewise.
8758         * lib/gl_rbtree_oset.h: Likewise.
8759         * lib/gl_rbtreehash_list.c: Likewise.
8760         * lib/gl_rbtreehash_list.h: Likewise.
8761         * lib/gl_sublist.c: Likewise.
8762         * lib/gl_sublist.h: Likewise.
8763         * lib/group-member.c: Likewise.
8764         * lib/group-member.h: Likewise.
8765         * lib/hard-locale.c: Likewise.
8766         * lib/hard-locale.h: Likewise.
8767         * lib/hash-pjw.c: Likewise.
8768         * lib/hash-pjw.h: Likewise.
8769         * lib/hash-triple.c: Likewise.
8770         * lib/hash.c: Likewise.
8771         * lib/hash.h: Likewise.
8772         * lib/human.c: Likewise.
8773         * lib/human.h: Likewise.
8774         * lib/i-ring.c: Likewise.
8775         * lib/i-ring.h: Likewise.
8776         * lib/idcache.c: Likewise.
8777         * lib/imaxabs.c: Likewise.
8778         * lib/imaxdiv.c: Likewise.
8779         * lib/inet_pton.c: Likewise.
8780         * lib/inet_pton.h: Likewise.
8781         * lib/intprops.h: Likewise.
8782         * lib/inttostr.c: Likewise.
8783         * lib/inttostr.h: Likewise.
8784         * lib/inttypes.in.h: Likewise.
8785         * lib/isapipe.c: Likewise.
8786         * lib/isdir.c: Likewise.
8787         * lib/isnan.c: Likewise.
8788         * lib/isnan.h: Likewise.
8789         * lib/isnanf.c: Likewise.
8790         * lib/isnanf.h: Likewise.
8791         * lib/isnanl-nolibm.h: Likewise.
8792         * lib/isnanl.c: Likewise.
8793         * lib/isnanl.h: Likewise.
8794         * lib/javacomp.c: Likewise.
8795         * lib/javacomp.h: Likewise.
8796         * lib/javaexec.c: Likewise.
8797         * lib/javaexec.h: Likewise.
8798         * lib/javaversion.c: Likewise.
8799         * lib/javaversion.h: Likewise.
8800         * lib/javaversion.java: Likewise.
8801         * lib/lbrkprop.h: Likewise.
8802         * lib/lchmod.h: Likewise.
8803         * lib/lchown.c: Likewise.
8804         * lib/ldexpl.c: Likewise.
8805         * lib/linebreak.c: Likewise.
8806         * lib/linebreak.h: Likewise.
8807         * lib/linebuffer.c: Likewise.
8808         * lib/linebuffer.h: Likewise.
8809         * lib/locale.in.h: Likewise.
8810         * lib/logl.c: Likewise.
8811         * lib/long-options.c: Likewise.
8812         * lib/long-options.h: Likewise.
8813         * lib/lstat.c: Likewise.
8814         * lib/lstat.h: Likewise.
8815         * lib/math.in.h: Likewise.
8816         * lib/mbchar.c: Likewise.
8817         * lib/mbchar.h: Likewise.
8818         * lib/mbfile.h: Likewise.
8819         * lib/mbiter.h: Likewise.
8820         * lib/mbscasecmp.c: Likewise.
8821         * lib/mbscasestr.c: Likewise.
8822         * lib/mbschr.c: Likewise.
8823         * lib/mbscspn.c: Likewise.
8824         * lib/mbslen.c: Likewise.
8825         * lib/mbsncasecmp.c: Likewise.
8826         * lib/mbsnlen.c: Likewise.
8827         * lib/mbspbrk.c: Likewise.
8828         * lib/mbspcasecmp.c: Likewise.
8829         * lib/mbsrchr.c: Likewise.
8830         * lib/mbssep.c: Likewise.
8831         * lib/mbsspn.c: Likewise.
8832         * lib/mbsstr.c: Likewise.
8833         * lib/mbstok_r.c: Likewise.
8834         * lib/mbswidth.c: Likewise.
8835         * lib/mbswidth.h: Likewise.
8836         * lib/mbuiter.h: Likewise.
8837         * lib/memcasecmp.c: Likewise.
8838         * lib/memcasecmp.h: Likewise.
8839         * lib/memchr.c: Likewise.
8840         * lib/memcmp.c: Likewise.
8841         * lib/memcoll.c: Likewise.
8842         * lib/memcoll.h: Likewise.
8843         * lib/memcpy.c: Likewise.
8844         * lib/memrchr.c: Likewise.
8845         * lib/mkancesdirs.c: Likewise.
8846         * lib/mkdir-p.c: Likewise.
8847         * lib/mkdir-p.h: Likewise.
8848         * lib/mkdir.c: Likewise.
8849         * lib/mkdirat.c: Likewise.
8850         * lib/mkdtemp.c: Likewise.
8851         * lib/mkstemp-safer.c: Likewise.
8852         * lib/mkstemp.c: Likewise.
8853         * lib/modechange.c: Likewise.
8854         * lib/modechange.h: Likewise.
8855         * lib/mountlist.c: Likewise.
8856         * lib/mountlist.h: Likewise.
8857         * lib/mpsort.c: Likewise.
8858         * lib/nanosleep.c: Likewise.
8859         * lib/obstack.c: Likewise.
8860         * lib/obstack.h: Likewise.
8861         * lib/open-safer.c: Likewise.
8862         * lib/open.c: Likewise.
8863         * lib/openat-die.c: Likewise.
8864         * lib/openat-priv.h: Likewise.
8865         * lib/openat-proc.c: Likewise.
8866         * lib/openat.c: Likewise.
8867         * lib/openat.h: Likewise.
8868         * lib/pagealign_alloc.c: Likewise.
8869         * lib/pagealign_alloc.h: Likewise.
8870         * lib/physmem.c: Likewise.
8871         * lib/physmem.h: Likewise.
8872         * lib/pipe-safer.c: Likewise.
8873         * lib/pipe.c: Likewise.
8874         * lib/pipe.h: Likewise.
8875         * lib/posixtm.c: Likewise.
8876         * lib/posixtm.h: Likewise.
8877         * lib/posixver.c: Likewise.
8878         * lib/printf-frexp.c: Likewise.
8879         * lib/printf-frexp.h: Likewise.
8880         * lib/printf-frexpl.c: Likewise.
8881         * lib/printf-frexpl.h: Likewise.
8882         * lib/printf.c: Likewise.
8883         * lib/progname.c: Likewise.
8884         * lib/progname.h: Likewise.
8885         * lib/progreloc.c: Likewise.
8886         * lib/putenv.c: Likewise.
8887         * lib/quote.c: Likewise.
8888         * lib/quote.h: Likewise.
8889         * lib/quotearg.c: Likewise.
8890         * lib/quotearg.h: Likewise.
8891         * lib/raise.c: Likewise.
8892         * lib/readline.c: Likewise.
8893         * lib/readline.h: Likewise.
8894         * lib/readlink.c: Likewise.
8895         * lib/readtokens.c: Likewise.
8896         * lib/readtokens.h: Likewise.
8897         * lib/readtokens0.c: Likewise.
8898         * lib/readtokens0.h: Likewise.
8899         * lib/readutmp.c: Likewise.
8900         * lib/readutmp.h: Likewise.
8901         * lib/realloc.c: Likewise.
8902         * lib/relocwrapper.c: Likewise.
8903         * lib/rename-dest-slash.c: Likewise.
8904         * lib/rename.c: Likewise.
8905         * lib/rmdir.c: Likewise.
8906         * lib/rpmatch.c: Likewise.
8907         * lib/safe-read.c: Likewise.
8908         * lib/safe-read.h: Likewise.
8909         * lib/safe-write.c: Likewise.
8910         * lib/safe-write.h: Likewise.
8911         * lib/same-inode.h: Likewise.
8912         * lib/same.c: Likewise.
8913         * lib/same.h: Likewise.
8914         * lib/save-cwd.c: Likewise.
8915         * lib/save-cwd.h: Likewise.
8916         * lib/savedir.c: Likewise.
8917         * lib/savedir.h: Likewise.
8918         * lib/savewd.c: Likewise.
8919         * lib/savewd.h: Likewise.
8920         * lib/search.in.h: Likewise.
8921         * lib/setenv.c: Likewise.
8922         * lib/setenv.h: Likewise.
8923         * lib/settime.c: Likewise.
8924         * lib/sh-quote.c: Likewise.
8925         * lib/sh-quote.h: Likewise.
8926         * lib/sig2str.c: Likewise.
8927         * lib/sig2str.h: Likewise.
8928         * lib/signal.in.h: Likewise.
8929         * lib/signbitd.c: Likewise.
8930         * lib/signbitf.c: Likewise.
8931         * lib/signbitl.c: Likewise.
8932         * lib/sigprocmask.c: Likewise.
8933         * lib/sincosl.c: Likewise.
8934         * lib/sleep.c: Likewise.
8935         * lib/sprintf.c: Likewise.
8936         * lib/sqrtl.c: Likewise.
8937         * lib/stat-time.h: Likewise.
8938         * lib/stdio--.h: Likewise.
8939         * lib/stdio-safer.h: Likewise.
8940         * lib/stdlib--.h: Likewise.
8941         * lib/stdlib-safer.h: Likewise.
8942         * lib/stdlib.in.h: Likewise.
8943         * lib/stpcpy.c: Likewise.
8944         * lib/stpncpy.c: Likewise.
8945         * lib/strchrnul.c: Likewise.
8946         * lib/strcspn.c: Likewise.
8947         * lib/strerror.c: Likewise.
8948         * lib/strftime.c: Likewise.
8949         * lib/strftime.h: Likewise.
8950         * lib/striconveh.c: Likewise.
8951         * lib/striconveh.h: Likewise.
8952         * lib/striconveha.c: Likewise.
8953         * lib/striconveha.h: Likewise.
8954         * lib/stripslash.c: Likewise.
8955         * lib/strnlen1.c: Likewise.
8956         * lib/strnlen1.h: Likewise.
8957         * lib/strtod.c: Likewise.
8958         * lib/strtoimax.c: Likewise.
8959         * lib/strtok_r.c: Likewise.
8960         * lib/strtol.c: Likewise.
8961         * lib/strtoll.c: Likewise.
8962         * lib/strtoul.c: Likewise.
8963         * lib/strtoull.c: Likewise.
8964         * lib/sysexits.in.h: Likewise.
8965         * lib/tempname.c: Likewise.
8966         * lib/tempname.h: Likewise.
8967         * lib/timespec.h: Likewise.
8968         * lib/tls.c: Likewise.
8969         * lib/tls.h: Likewise.
8970         * lib/tmpdir.c: Likewise.
8971         * lib/tmpdir.h: Likewise.
8972         * lib/tmpfile-safer.c: Likewise.
8973         * lib/tmpfile.c: Likewise.
8974         * lib/trigl.c: Likewise.
8975         * lib/trigl.h: Likewise.
8976         * lib/trim.c: Likewise.
8977         * lib/trim.h: Likewise.
8978         * lib/trunc.c: Likewise.
8979         * lib/truncf.c: Likewise.
8980         * lib/truncl.c: Likewise.
8981         * lib/tsearch.c: Likewise.
8982         * lib/unicodeio.c: Likewise.
8983         * lib/unicodeio.h: Likewise.
8984         * lib/unistd--.h: Likewise.
8985         * lib/unistd-safer.h: Likewise.
8986         * lib/unistdio/ulc-fprintf.c: Likewise.
8987         * lib/unistdio/ulc-vfprintf.c: Likewise.
8988         * lib/unlinkdir.c: Likewise.
8989         * lib/unlinkdir.h: Likewise.
8990         * lib/unlocked-io.h: Likewise.
8991         * lib/unsetenv.c: Likewise.
8992         * lib/userspec.c: Likewise.
8993         * lib/utime.c: Likewise.
8994         * lib/utimecmp.c: Likewise.
8995         * lib/utimecmp.h: Likewise.
8996         * lib/utimens.c: Likewise.
8997         * lib/verify.h: Likewise.
8998         * lib/verror.c: Likewise.
8999         * lib/verror.h: Likewise.
9000         * lib/version-etc-fsf.c: Likewise.
9001         * lib/version-etc.c: Likewise.
9002         * lib/version-etc.h: Likewise.
9003         * lib/vfprintf.c: Likewise.
9004         * lib/vprintf.c: Likewise.
9005         * lib/vsprintf.c: Likewise.
9006         * lib/w32spawn.h: Likewise.
9007         * lib/wait-process.c: Likewise.
9008         * lib/wait-process.h: Likewise.
9009         * lib/wcwidth.c: Likewise.
9010         * lib/write-any-file.c: Likewise.
9011         * lib/xalloc-die.c: Likewise.
9012         * lib/xalloc.h: Likewise.
9013         * lib/xasprintf.c: Likewise.
9014         * lib/xgetcwd.c: Likewise.
9015         * lib/xgetcwd.h: Likewise.
9016         * lib/xgetdomainname.c: Likewise.
9017         * lib/xgetdomainname.h: Likewise.
9018         * lib/xgethostname.c: Likewise.
9019         * lib/xmalloc.c: Likewise.
9020         * lib/xmalloca.c: Likewise.
9021         * lib/xmalloca.h: Likewise.
9022         * lib/xmemcoll.c: Likewise.
9023         * lib/xnanosleep.c: Likewise.
9024         * lib/xreadlink.c: Likewise.
9025         * lib/xreadlink.h: Likewise.
9026         * lib/xsetenv.c: Likewise.
9027         * lib/xsetenv.h: Likewise.
9028         * lib/xstriconv.c: Likewise.
9029         * lib/xstriconv.h: Likewise.
9030         * lib/xstrndup.c: Likewise.
9031         * lib/xstrndup.h: Likewise.
9032         * lib/xstrtod.c: Likewise.
9033         * lib/xstrtod.h: Likewise.
9034         * lib/xstrtol-error.c: Likewise.
9035         * lib/xstrtol.c: Likewise.
9036         * lib/xstrtol.h: Likewise.
9037         * lib/xtime.h: Likewise.
9038         * lib/xvasprintf.c: Likewise.
9039         * lib/xvasprintf.h: Likewise.
9040         * lib/yesno.c: Likewise.
9041         * lib/yesno.h: Likewise.
9042         * posix-modules: Likewise.
9043         * tests/test-alloca-opt.c: Likewise.
9044         * tests/test-arcfour.c: Likewise.
9045         * tests/test-arctwo.c: Likewise.
9046         * tests/test-argmatch.c: Likewise.
9047         * tests/test-argp-2.sh: Likewise.
9048         * tests/test-argp.c: Likewise.
9049         * tests/test-arpa_inet.c: Likewise.
9050         * tests/test-array_list.c: Likewise.
9051         * tests/test-array_oset.c: Likewise.
9052         * tests/test-atexit.c: Likewise.
9053         * tests/test-avltree_list.c: Likewise.
9054         * tests/test-avltree_oset.c: Likewise.
9055         * tests/test-avltreehash_list.c: Likewise.
9056         * tests/test-base64.c: Likewise.
9057         * tests/test-binary-io.c: Likewise.
9058         * tests/test-byteswap.c: Likewise.
9059         * tests/test-c-ctype.c: Likewise.
9060         * tests/test-c-strcasecmp.c: Likewise.
9061         * tests/test-c-strcasestr.c: Likewise.
9062         * tests/test-c-strncasecmp.c: Likewise.
9063         * tests/test-c-strstr.c: Likewise.
9064         * tests/test-canonicalize-lgpl.c: Likewise.
9065         * tests/test-canonicalize.c: Likewise.
9066         * tests/test-carray_list.c: Likewise.
9067         * tests/test-ceilf.c: Likewise.
9068         * tests/test-ceill.c: Likewise.
9069         * tests/test-count-one-bits.c: Likewise.
9070         * tests/test-crc.c: Likewise.
9071         * tests/test-dirname.c: Likewise.
9072         * tests/test-fbufmode.c: Likewise.
9073         * tests/test-fcntl.c: Likewise.
9074         * tests/test-fflush.c: Likewise.
9075         * tests/test-floorf.c: Likewise.
9076         * tests/test-floorl.c: Likewise.
9077         * tests/test-fopen.c: Likewise.
9078         * tests/test-fprintf-posix.c: Likewise.
9079         * tests/test-fprintf-posix.h: Likewise.
9080         * tests/test-fpurge.c: Likewise.
9081         * tests/test-freadable.c: Likewise.
9082         * tests/test-freadahead.c: Likewise.
9083         * tests/test-freading.c: Likewise.
9084         * tests/test-freopen.c: Likewise.
9085         * tests/test-frexp.c: Likewise.
9086         * tests/test-frexpl.c: Likewise.
9087         * tests/test-fseek.c: Likewise.
9088         * tests/test-fseeko.c: Likewise.
9089         * tests/test-fseterr.c: Likewise.
9090         * tests/test-fstrcmp.c: Likewise.
9091         * tests/test-ftell.c: Likewise.
9092         * tests/test-ftello.c: Likewise.
9093         * tests/test-fwritable.c: Likewise.
9094         * tests/test-fwriting.c: Likewise.
9095         * tests/test-getaddrinfo.c: Likewise.
9096         * tests/test-getpass.c: Likewise.
9097         * tests/test-gettimeofday.c: Likewise.
9098         * tests/test-hmac-md5.c: Likewise.
9099         * tests/test-hmac-sha1.c: Likewise.
9100         * tests/test-iconv.c: Likewise.
9101         * tests/test-iconvme.c: Likewise.
9102         * tests/test-inttypes.c: Likewise.
9103         * tests/test-isnan.c: Likewise.
9104         * tests/test-isnanf.c: Likewise.
9105         * tests/test-isnanl-nolibm.c: Likewise.
9106         * tests/test-isnanl.c: Likewise.
9107         * tests/test-isnanl.h: Likewise.
9108         * tests/test-ldexpl.c: Likewise.
9109         * tests/test-linked_list.c: Likewise.
9110         * tests/test-linkedhash_list.c: Likewise.
9111         * tests/test-locale.c: Likewise.
9112         * tests/test-localename.c: Likewise.
9113         * tests/test-lock.c: Likewise.
9114         * tests/test-lseek.c: Likewise.
9115         * tests/test-malloca.c: Likewise.
9116         * tests/test-math.c: Likewise.
9117         * tests/test-mbscasecmp.c: Likewise.
9118         * tests/test-mbscasestr1.c: Likewise.
9119         * tests/test-mbscasestr2.c: Likewise.
9120         * tests/test-mbscasestr3.c: Likewise.
9121         * tests/test-mbscasestr4.c: Likewise.
9122         * tests/test-mbschr.c: Likewise.
9123         * tests/test-mbscspn.c: Likewise.
9124         * tests/test-mbsncasecmp.c: Likewise.
9125         * tests/test-mbspbrk.c: Likewise.
9126         * tests/test-mbspcasecmp.c: Likewise.
9127         * tests/test-mbsrchr.c: Likewise.
9128         * tests/test-mbsspn.c: Likewise.
9129         * tests/test-mbsstr1.c: Likewise.
9130         * tests/test-mbsstr2.c: Likewise.
9131         * tests/test-mbsstr3.c: Likewise.
9132         * tests/test-md5.c: Likewise.
9133         * tests/test-memmem.c: Likewise.
9134         * tests/test-netinet_in.c: Likewise.
9135         * tests/test-open.c: Likewise.
9136         * tests/test-printf-frexp.c: Likewise.
9137         * tests/test-printf-frexpl.c: Likewise.
9138         * tests/test-printf-posix.c: Likewise.
9139         * tests/test-printf-posix.h: Likewise.
9140         * tests/test-rbtree_list.c: Likewise.
9141         * tests/test-rbtree_oset.c: Likewise.
9142         * tests/test-rbtreehash_list.c: Likewise.
9143         * tests/test-read-file.c: Likewise.
9144         * tests/test-rijndael.c: Likewise.
9145         * tests/test-search.c: Likewise.
9146         * tests/test-signbit.c: Likewise.
9147         * tests/test-sleep.c: Likewise.
9148         * tests/test-snprintf-posix.c: Likewise.
9149         * tests/test-snprintf-posix.h: Likewise.
9150         * tests/test-snprintf.c: Likewise.
9151         * tests/test-sprintf-posix.c: Likewise.
9152         * tests/test-sprintf-posix.h: Likewise.
9153         * tests/test-stat-time.c: Likewise.
9154         * tests/test-stdbool.c: Likewise.
9155         * tests/test-stdint.c: Likewise.
9156         * tests/test-stdio.c: Likewise.
9157         * tests/test-stdlib.c: Likewise.
9158         * tests/test-stpncpy.c: Likewise.
9159         * tests/test-strcasestr.c: Likewise.
9160         * tests/test-striconv.c: Likewise.
9161         * tests/test-striconveh.c: Likewise.
9162         * tests/test-striconveha.c: Likewise.
9163         * tests/test-string.c: Likewise.
9164         * tests/test-sys_select.c: Likewise.
9165         * tests/test-sys_socket.c: Likewise.
9166         * tests/test-sys_stat.c: Likewise.
9167         * tests/test-sys_time.c: Likewise.
9168         * tests/test-sysexits.c: Likewise.
9169         * tests/test-time.c: Likewise.
9170         * tests/test-tls.c: Likewise.
9171         * tests/test-trunc.c: Likewise.
9172         * tests/test-truncf.c: Likewise.
9173         * tests/test-truncl.c: Likewise.
9174         * tests/test-unistd.c: Likewise.
9175         * tests/test-vasnprintf-posix.c: Likewise.
9176         * tests/test-vasnprintf-posix2.c: Likewise.
9177         * tests/test-vasnprintf.c: Likewise.
9178         * tests/test-vasprintf-posix.c: Likewise.
9179         * tests/test-vasprintf.c: Likewise.
9180         * tests/test-verify.c: Likewise.
9181         * tests/test-vfprintf-posix.c: Likewise.
9182         * tests/test-vprintf-posix.c: Likewise.
9183         * tests/test-vsnprintf-posix.c: Likewise.
9184         * tests/test-vsnprintf.c: Likewise.
9185         * tests/test-vsprintf-posix.c: Likewise.
9186         * tests/test-wchar.c: Likewise.
9187         * tests/test-wctype.c: Likewise.
9188         * tests/test-wcwidth.c: Likewise.
9189         * tests/test-xstrtol.c: Likewise.
9190         * tests/test-xvasprintf.c: Likewise.
9191         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
9192         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
9193         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9194         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9195         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9196         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
9197         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9198         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9199         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9200         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
9201         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9202         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9203         * tests/uniname/test-uninames.c: Likewise.
9204         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
9205         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
9206         * tests/unistdio/test-u16-printf1.h: Likewise.
9207         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
9208         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
9209         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
9210         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
9211         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
9212         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
9213         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
9214         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
9215         * tests/unistdio/test-u32-printf1.h: Likewise.
9216         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
9217         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
9218         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
9219         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
9220         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
9221         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
9222         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
9223         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
9224         * tests/unistdio/test-u8-printf1.h: Likewise.
9225         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
9226         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
9227         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
9228         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
9229         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
9230         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
9231         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
9232         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
9233         * tests/unistdio/test-ulc-printf1.h: Likewise.
9234         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
9235         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
9236         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
9237         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
9238         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
9239         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
9240         * tests/uniwidth/test-u16-strwidth.c: Likewise.
9241         * tests/uniwidth/test-u16-width.c: Likewise.
9242         * tests/uniwidth/test-u32-strwidth.c: Likewise.
9243         * tests/uniwidth/test-u32-width.c: Likewise.
9244         * tests/uniwidth/test-u8-strwidth.c: Likewise.
9245         * tests/uniwidth/test-u8-width.c: Likewise.
9246         * tests/uniwidth/test-uc_width.c: Likewise.
9247         * config/srclist-update: Likewise.
9248         (fixlicense): Update to GPLv3+.
9249
9250         Change copyright notice from LGPLv2.1+ to LGPLv3+.
9251         * tests/test-tsearch.c: Change copyright notice.
9252
9253         Change copyright notice from LGPLv2.0+ to LGPLv3+.
9254         * lib/c-strcaseeq.h: Change copyright notice.
9255         * lib/streq.h: Likewise.
9256         * lib/uniconv.h: Likewise.
9257         * lib/uniconv/u-conv-from-enc.h: Likewise.
9258         * lib/uniconv/u-conv-to-enc.h: Likewise.
9259         * lib/uniconv/u-strconv-from-enc.h: Likewise.
9260         * lib/uniconv/u-strconv-to-enc.h: Likewise.
9261         * lib/uniconv/u16-conv-from-enc.c: Likewise.
9262         * lib/uniconv/u16-conv-to-enc.c: Likewise.
9263         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
9264         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
9265         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
9266         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
9267         * lib/uniconv/u32-conv-from-enc.c: Likewise.
9268         * lib/uniconv/u32-conv-to-enc.c: Likewise.
9269         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
9270         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
9271         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
9272         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
9273         * lib/uniconv/u8-conv-from-enc.c: Likewise.
9274         * lib/uniconv/u8-conv-to-enc.c: Likewise.
9275         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
9276         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
9277         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
9278         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
9279         * lib/uniname.h: Likewise.
9280         * lib/uniname/uniname.c: Likewise.
9281         * lib/unistdio.h: Likewise.
9282         * lib/unistdio/u-asnprintf.h: Likewise.
9283         * lib/unistdio/u-asprintf.h: Likewise.
9284         * lib/unistdio/u-printf-args.c: Likewise.
9285         * lib/unistdio/u-printf-args.h: Likewise.
9286         * lib/unistdio/u-printf-parse.h: Likewise.
9287         * lib/unistdio/u-snprintf.h: Likewise.
9288         * lib/unistdio/u-sprintf.h: Likewise.
9289         * lib/unistdio/u-vasprintf.h: Likewise.
9290         * lib/unistdio/u-vsnprintf.h: Likewise.
9291         * lib/unistdio/u-vsprintf.h: Likewise.
9292         * lib/unistdio/u16-asnprintf.c: Likewise.
9293         * lib/unistdio/u16-asprintf.c: Likewise.
9294         * lib/unistdio/u16-printf-parse.c: Likewise.
9295         * lib/unistdio/u16-snprintf.c: Likewise.
9296         * lib/unistdio/u16-sprintf.c: Likewise.
9297         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
9298         * lib/unistdio/u16-u16-asprintf.c: Likewise.
9299         * lib/unistdio/u16-u16-snprintf.c: Likewise.
9300         * lib/unistdio/u16-u16-sprintf.c: Likewise.
9301         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
9302         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
9303         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
9304         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
9305         * lib/unistdio/u16-vasnprintf.c: Likewise.
9306         * lib/unistdio/u16-vasprintf.c: Likewise.
9307         * lib/unistdio/u16-vsnprintf.c: Likewise.
9308         * lib/unistdio/u16-vsprintf.c: Likewise.
9309         * lib/unistdio/u32-asnprintf.c: Likewise.
9310         * lib/unistdio/u32-asprintf.c: Likewise.
9311         * lib/unistdio/u32-printf-parse.c: Likewise.
9312         * lib/unistdio/u32-snprintf.c: Likewise.
9313         * lib/unistdio/u32-sprintf.c: Likewise.
9314         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
9315         * lib/unistdio/u32-u32-asprintf.c: Likewise.
9316         * lib/unistdio/u32-u32-snprintf.c: Likewise.
9317         * lib/unistdio/u32-u32-sprintf.c: Likewise.
9318         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
9319         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
9320         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
9321         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
9322         * lib/unistdio/u32-vasnprintf.c: Likewise.
9323         * lib/unistdio/u32-vasprintf.c: Likewise.
9324         * lib/unistdio/u32-vsnprintf.c: Likewise.
9325         * lib/unistdio/u32-vsprintf.c: Likewise.
9326         * lib/unistdio/u8-asnprintf.c: Likewise.
9327         * lib/unistdio/u8-asprintf.c: Likewise.
9328         * lib/unistdio/u8-printf-parse.c: Likewise.
9329         * lib/unistdio/u8-snprintf.c: Likewise.
9330         * lib/unistdio/u8-sprintf.c: Likewise.
9331         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
9332         * lib/unistdio/u8-u8-asprintf.c: Likewise.
9333         * lib/unistdio/u8-u8-snprintf.c: Likewise.
9334         * lib/unistdio/u8-u8-sprintf.c: Likewise.
9335         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
9336         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
9337         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
9338         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
9339         * lib/unistdio/u8-vasnprintf.c: Likewise.
9340         * lib/unistdio/u8-vasprintf.c: Likewise.
9341         * lib/unistdio/u8-vsnprintf.c: Likewise.
9342         * lib/unistdio/u8-vsprintf.c: Likewise.
9343         * lib/unistdio/ulc-asnprintf.c: Likewise.
9344         * lib/unistdio/ulc-asprintf.c: Likewise.
9345         * lib/unistdio/ulc-printf-parse.c: Likewise.
9346         * lib/unistdio/ulc-snprintf.c: Likewise.
9347         * lib/unistdio/ulc-sprintf.c: Likewise.
9348         * lib/unistdio/ulc-vasnprintf.c: Likewise.
9349         * lib/unistdio/ulc-vasprintf.c: Likewise.
9350         * lib/unistdio/ulc-vsnprintf.c: Likewise.
9351         * lib/unistdio/ulc-vsprintf.c: Likewise.
9352         * lib/unistr.h: Likewise.
9353         * lib/unistr/u-cpy-alloc.h: Likewise.
9354         * lib/unistr/u-cpy.h: Likewise.
9355         * lib/unistr/u-endswith.h: Likewise.
9356         * lib/unistr/u-move.h: Likewise.
9357         * lib/unistr/u-set.h: Likewise.
9358         * lib/unistr/u-startswith.h: Likewise.
9359         * lib/unistr/u-stpcpy.h: Likewise.
9360         * lib/unistr/u-stpncpy.h: Likewise.
9361         * lib/unistr/u-strcat.h: Likewise.
9362         * lib/unistr/u-strcpy.h: Likewise.
9363         * lib/unistr/u-strcspn.h: Likewise.
9364         * lib/unistr/u-strdup.h: Likewise.
9365         * lib/unistr/u-strlen.h: Likewise.
9366         * lib/unistr/u-strncat.h: Likewise.
9367         * lib/unistr/u-strncpy.h: Likewise.
9368         * lib/unistr/u-strnlen.h: Likewise.
9369         * lib/unistr/u-strpbrk.h: Likewise.
9370         * lib/unistr/u-strspn.h: Likewise.
9371         * lib/unistr/u-strstr.h: Likewise.
9372         * lib/unistr/u-strtok.h: Likewise.
9373         * lib/unistr/u16-check.c: Likewise.
9374         * lib/unistr/u16-chr.c: Likewise.
9375         * lib/unistr/u16-cmp.c: Likewise.
9376         * lib/unistr/u16-cpy-alloc.c: Likewise.
9377         * lib/unistr/u16-cpy.c: Likewise.
9378         * lib/unistr/u16-endswith.c: Likewise.
9379         * lib/unistr/u16-mblen.c: Likewise.
9380         * lib/unistr/u16-mbsnlen.c: Likewise.
9381         * lib/unistr/u16-mbtouc-aux.c: Likewise.
9382         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
9383         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
9384         * lib/unistr/u16-mbtouc.c: Likewise.
9385         * lib/unistr/u16-mbtoucr.c: Likewise.
9386         * lib/unistr/u16-move.c: Likewise.
9387         * lib/unistr/u16-next.c: Likewise.
9388         * lib/unistr/u16-prev.c: Likewise.
9389         * lib/unistr/u16-set.c: Likewise.
9390         * lib/unistr/u16-startswith.c: Likewise.
9391         * lib/unistr/u16-stpcpy.c: Likewise.
9392         * lib/unistr/u16-stpncpy.c: Likewise.
9393         * lib/unistr/u16-strcat.c: Likewise.
9394         * lib/unistr/u16-strchr.c: Likewise.
9395         * lib/unistr/u16-strcmp.c: Likewise.
9396         * lib/unistr/u16-strcpy.c: Likewise.
9397         * lib/unistr/u16-strcspn.c: Likewise.
9398         * lib/unistr/u16-strdup.c: Likewise.
9399         * lib/unistr/u16-strlen.c: Likewise.
9400         * lib/unistr/u16-strmblen.c: Likewise.
9401         * lib/unistr/u16-strmbtouc.c: Likewise.
9402         * lib/unistr/u16-strncat.c: Likewise.
9403         * lib/unistr/u16-strncmp.c: Likewise.
9404         * lib/unistr/u16-strncpy.c: Likewise.
9405         * lib/unistr/u16-strnlen.c: Likewise.
9406         * lib/unistr/u16-strpbrk.c: Likewise.
9407         * lib/unistr/u16-strrchr.c: Likewise.
9408         * lib/unistr/u16-strspn.c: Likewise.
9409         * lib/unistr/u16-strstr.c: Likewise.
9410         * lib/unistr/u16-strtok.c: Likewise.
9411         * lib/unistr/u16-to-u32.c: Likewise.
9412         * lib/unistr/u16-to-u8.c: Likewise.
9413         * lib/unistr/u16-uctomb-aux.c: Likewise.
9414         * lib/unistr/u16-uctomb.c: Likewise.
9415         * lib/unistr/u32-check.c: Likewise.
9416         * lib/unistr/u32-chr.c: Likewise.
9417         * lib/unistr/u32-cmp.c: Likewise.
9418         * lib/unistr/u32-cpy-alloc.c: Likewise.
9419         * lib/unistr/u32-cpy.c: Likewise.
9420         * lib/unistr/u32-endswith.c: Likewise.
9421         * lib/unistr/u32-mblen.c: Likewise.
9422         * lib/unistr/u32-mbsnlen.c: Likewise.
9423         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
9424         * lib/unistr/u32-mbtouc.c: Likewise.
9425         * lib/unistr/u32-mbtoucr.c: Likewise.
9426         * lib/unistr/u32-move.c: Likewise.
9427         * lib/unistr/u32-next.c: Likewise.
9428         * lib/unistr/u32-prev.c: Likewise.
9429         * lib/unistr/u32-set.c: Likewise.
9430         * lib/unistr/u32-startswith.c: Likewise.
9431         * lib/unistr/u32-stpcpy.c: Likewise.
9432         * lib/unistr/u32-stpncpy.c: Likewise.
9433         * lib/unistr/u32-strcat.c: Likewise.
9434         * lib/unistr/u32-strchr.c: Likewise.
9435         * lib/unistr/u32-strcmp.c: Likewise.
9436         * lib/unistr/u32-strcpy.c: Likewise.
9437         * lib/unistr/u32-strcspn.c: Likewise.
9438         * lib/unistr/u32-strdup.c: Likewise.
9439         * lib/unistr/u32-strlen.c: Likewise.
9440         * lib/unistr/u32-strmblen.c: Likewise.
9441         * lib/unistr/u32-strmbtouc.c: Likewise.
9442         * lib/unistr/u32-strncat.c: Likewise.
9443         * lib/unistr/u32-strncmp.c: Likewise.
9444         * lib/unistr/u32-strncpy.c: Likewise.
9445         * lib/unistr/u32-strnlen.c: Likewise.
9446         * lib/unistr/u32-strpbrk.c: Likewise.
9447         * lib/unistr/u32-strrchr.c: Likewise.
9448         * lib/unistr/u32-strspn.c: Likewise.
9449         * lib/unistr/u32-strstr.c: Likewise.
9450         * lib/unistr/u32-strtok.c: Likewise.
9451         * lib/unistr/u32-to-u16.c: Likewise.
9452         * lib/unistr/u32-to-u8.c: Likewise.
9453         * lib/unistr/u32-uctomb.c: Likewise.
9454         * lib/unistr/u8-check.c: Likewise.
9455         * lib/unistr/u8-chr.c: Likewise.
9456         * lib/unistr/u8-cmp.c: Likewise.
9457         * lib/unistr/u8-cpy-alloc.c: Likewise.
9458         * lib/unistr/u8-cpy.c: Likewise.
9459         * lib/unistr/u8-endswith.c: Likewise.
9460         * lib/unistr/u8-mblen.c: Likewise.
9461         * lib/unistr/u8-mbsnlen.c: Likewise.
9462         * lib/unistr/u8-mbtouc-aux.c: Likewise.
9463         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
9464         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
9465         * lib/unistr/u8-mbtouc.c: Likewise.
9466         * lib/unistr/u8-mbtoucr.c: Likewise.
9467         * lib/unistr/u8-move.c: Likewise.
9468         * lib/unistr/u8-next.c: Likewise.
9469         * lib/unistr/u8-prev.c: Likewise.
9470         * lib/unistr/u8-set.c: Likewise.
9471         * lib/unistr/u8-startswith.c: Likewise.
9472         * lib/unistr/u8-stpcpy.c: Likewise.
9473         * lib/unistr/u8-stpncpy.c: Likewise.
9474         * lib/unistr/u8-strcat.c: Likewise.
9475         * lib/unistr/u8-strchr.c: Likewise.
9476         * lib/unistr/u8-strcmp.c: Likewise.
9477         * lib/unistr/u8-strcpy.c: Likewise.
9478         * lib/unistr/u8-strcspn.c: Likewise.
9479         * lib/unistr/u8-strdup.c: Likewise.
9480         * lib/unistr/u8-strlen.c: Likewise.
9481         * lib/unistr/u8-strmblen.c: Likewise.
9482         * lib/unistr/u8-strmbtouc.c: Likewise.
9483         * lib/unistr/u8-strncat.c: Likewise.
9484         * lib/unistr/u8-strncmp.c: Likewise.
9485         * lib/unistr/u8-strncpy.c: Likewise.
9486         * lib/unistr/u8-strnlen.c: Likewise.
9487         * lib/unistr/u8-strpbrk.c: Likewise.
9488         * lib/unistr/u8-strrchr.c: Likewise.
9489         * lib/unistr/u8-strspn.c: Likewise.
9490         * lib/unistr/u8-strstr.c: Likewise.
9491         * lib/unistr/u8-strtok.c: Likewise.
9492         * lib/unistr/u8-to-u16.c: Likewise.
9493         * lib/unistr/u8-to-u32.c: Likewise.
9494         * lib/unistr/u8-uctomb-aux.c: Likewise.
9495         * lib/unistr/u8-uctomb.c: Likewise.
9496         * lib/unitypes.h: Likewise.
9497         * lib/uniwidth.h: Likewise.
9498         * lib/uniwidth/cjk.h: Likewise.
9499         * lib/uniwidth/u16-strwidth.c: Likewise.
9500         * lib/uniwidth/u16-width.c: Likewise.
9501         * lib/uniwidth/u32-strwidth.c: Likewise.
9502         * lib/uniwidth/u32-width.c: Likewise.
9503         * lib/uniwidth/u8-strwidth.c: Likewise.
9504         * lib/uniwidth/u8-width.c: Likewise.
9505         * lib/uniwidth/width.c: Likewise.
9506
9507 2007-10-07  Bruno Haible  <bruno@clisp.org>
9508
9509         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
9510         The file is still under LGPL (see modules/inttypes).
9511
9512 2007-10-06  Bruno Haible  <bruno@clisp.org>
9513
9514         * modules/trunc (Dependencies): Add 'extensions'.
9515         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
9516         Reported by Ben Pfaff <blp@gnu.org>.
9517
9518 2007-10-06  Bruno Haible  <bruno@clisp.org>
9519
9520         * modules/freopen-tests: New file.
9521         * tests/test-freopen.c: New file.
9522
9523         * modules/fopen-tests: New file.
9524         * tests/test-fopen.c: New file.
9525
9526         * modules/fopen: New file.
9527         * lib/fopen.c: New file.
9528         * m4/fopen.m4: New file.
9529         * modules/freopen: New file.
9530         * lib/freopen.c: New file.
9531         * m4/freopen.m4: New file.
9532         * lib/stdio.in.h (fopen, freopen): New declarations.
9533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
9534         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
9535         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
9536         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
9537         * doc/functions/fopen.texi: Mention the 'fopen' module.
9538         * doc/functions/freopen.texi: Mention the 'freopen' module.
9539
9540 2007-10-06  Bruno Haible  <bruno@clisp.org>
9541
9542         * modules/open-tests: New file.
9543         * tests/test-open.c: New file.
9544
9545         * modules/open: New file.
9546         * lib/open.c: New file.
9547         * m4/open.m4: New file.
9548         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
9549         lib/open.c does.
9550         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
9551         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
9552         macros.
9553         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
9554         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
9555         REPLACE_OPEN.
9556         * doc/functions/open.texi: Mention the 'open' module.
9557
9558 2007-10-04  Bruno Haible  <bruno@clisp.org>
9559
9560         * modules/ceill-tests: New file.
9561         * tests/test-ceill.c: New file.
9562
9563         * modules/ceill: New file.
9564         * lib/ceill.c: Replace entire file.
9565         * m4/ceill.m4: New file.
9566         * lib/math.in.h (ceill): Replace declaration.
9567         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
9568         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
9569         * doc/functions/ceill.texi: Mention the 'ceill' module.
9570         * modules/mathl (Files): Remove lib/ceill.c.
9571         (Depends-on): Add ceill.
9572
9573 2007-10-04  Bruno Haible  <bruno@clisp.org>
9574
9575         * modules/ceilf-tests: New file.
9576         * tests/test-ceilf.c: New file.
9577
9578         * modules/ceilf: New file.
9579         * lib/ceil.c: New file.
9580         * lib/ceilf.c: New file.
9581         * m4/ceilf.m4: New file.
9582         * lib/math.in.h (ceilf): New declaration.
9583         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
9584         HAVE_DECL_CEILF.
9585         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
9586         HAVE_DECL_CEILF.
9587         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
9588
9589 2007-10-04  Bruno Haible  <bruno@clisp.org>
9590
9591         * modules/floorl-tests: New file.
9592         * tests/test-floorl.c: New file.
9593
9594         * modules/floorl: New file.
9595         * lib/floorl.c: Replace entire file.
9596         * m4/floorl.m4: New file.
9597         * lib/math.in.h (floorl): Replace declaration.
9598         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
9599         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
9600         * doc/functions/floorl.texi: Mention the 'floorl' module.
9601         * modules/mathl (Files): Remove lib/floorl.c.
9602         (Depends-on): Add floorl.
9603
9604 2007-10-04  Bruno Haible  <bruno@clisp.org>
9605
9606         * modules/floorf-tests: New file.
9607         * tests/test-floorf.c: New file.
9608
9609         * modules/floorf: New file.
9610         * lib/floor.c: New file.
9611         * lib/floorf.c: New file.
9612         * m4/floorf.m4: New file.
9613         * lib/math.in.h (floorf): New declaration.
9614         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
9615         HAVE_DECL_FLOORF.
9616         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
9617         HAVE_DECL_FLOORF.
9618         * doc/functions/floorf.texi: Mention the 'floorf' module.
9619
9620 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
9621             Bruno Haible  <bruno@clisp.org>
9622
9623         Advertise for the Git server instead of the CVS server.
9624         * doc/gnulib-intro.texi (Steady Development): Mention the Git
9625         repository instead of the CVS one.
9626         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
9627         about all VCS systems generically.
9628         * doc/gnulib.texi (Introduction): Capitalize `Git'.
9629
9630 2007-10-04  Bruno Haible  <bruno@clisp.org>
9631
9632         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
9633         means.
9634         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
9635
9636 2007-10-04  Bruno Haible  <bruno@clisp.org>
9637
9638         * modules/truncl-tests: New file.
9639         * tests/test-truncl.c: New file.
9640
9641         * modules/truncl: New file.
9642         * lib/truncl.c: New file.
9643         * m4/truncl.m4: New file.
9644         * lib/math.in.h (truncl): New declaration.
9645         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
9646         HAVE_DECL_TRUNCL.
9647         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
9648         HAVE_DECL_TRUNCL.
9649         * doc/functions/truncl.texi: Mention the 'truncl' module.
9650
9651 2007-10-04  Bruno Haible  <bruno@clisp.org>
9652
9653         * modules/truncf-tests: New file.
9654         * tests/test-truncf.c: New file.
9655
9656         * modules/truncf: New file.
9657         * lib/trunc.c: Make paramerizable through USE_* macros.
9658         * lib/truncf.c: New file.
9659         * m4/truncf.m4: New file.
9660         * lib/math.in.h (truncf): New declaration.
9661         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
9662         HAVE_DECL_TRUNCF.
9663         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
9664         HAVE_DECL_TRUNCF.
9665         * doc/functions/truncf.texi: Mention the 'truncf' module.
9666
9667 2007-10-03  Bruno Haible  <bruno@clisp.org>
9668
9669         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
9670         augmentation also for tests modules.
9671         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
9672         * modules/atexit-tests (Makefile.am): Likewise.
9673         * modules/binary-io-tests (Makefile.am): Likewise.
9674         * modules/c-strcase-tests (Makefile.am): Likewise.
9675         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
9676         * modules/canonicalize-tests (Makefile.am): Likewise.
9677         * modules/closein-tests (Makefile.am): Likewise.
9678         * modules/fprintf-posix-tests (Makefile.am): Likewise.
9679         * modules/freadahead-tests (Makefile.am): Likewise.
9680         * modules/fseek-tests (Makefile.am): Likewise.
9681         * modules/fseeko-tests (Makefile.am): Likewise.
9682         * modules/ftell-tests (Makefile.am): Likewise.
9683         * modules/ftello-tests (Makefile.am): Likewise.
9684         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
9685         * modules/isnanl-tests (Makefile.am): Likewise.
9686         * modules/lseek-tests (Makefile.am): Likewise.
9687         * modules/mbscasecmp-tests (Makefile.am): Likewise.
9688         * modules/mbscasestr-tests (Makefile.am): Likewise.
9689         * modules/mbschr-tests (Makefile.am): Likewise.
9690         * modules/mbscspn-tests (Makefile.am): Likewise.
9691         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
9692         * modules/mbspbrk-tests (Makefile.am): Likewise.
9693         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
9694         * modules/mbsrchr-tests (Makefile.am): Likewise.
9695         * modules/mbsspn-tests (Makefile.am): Likewise.
9696         * modules/mbsstr-tests (Makefile.am): Likewise.
9697         * modules/printf-posix-tests (Makefile.am): Likewise.
9698         * modules/snprintf-posix-tests (Makefile.am): Likewise.
9699         * modules/sprintf-posix-tests (Makefile.am): Likewise.
9700         * modules/tsearch-tests (Makefile.am): Likewise.
9701         * modules/uniname/uniname-tests (Makefile.am): Likewise.
9702         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
9703         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
9704         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
9705         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
9706         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
9707         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
9708         * modules/vprintf-posix-tests (Makefile.am): Likewise.
9709         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
9710         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
9711         * modules/xstrtoimax-tests (Makefile.am): Likewise.
9712         * modules/xstrtol-tests (Makefile.am): Likewise.
9713         * modules/xstrtoumax-tests (Makefile.am): Likewise.
9714         * modules/yesno-tests (Makefile.am): Likewise.
9715
9716 2007-10-03  Bruno Haible  <bruno@clisp.org>
9717
9718         * modules/trunc-tests: New file.
9719         * tests/test-trunc.c: New file.
9720
9721         * modules/trunc: New file.
9722         * lib/trunc.c: New file.
9723         * m4/trunc.m4: New file.
9724         * lib/math.in.h (trunc): New declaration.
9725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
9726         HAVE_DECL_TRUNC.
9727         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
9728         HAVE_DECL_TRUNC.
9729         * doc/functions/trunc.texi: Mention the 'trunc' module.
9730
9731 2007-10-03  Bruno Haible  <bruno@clisp.org>
9732
9733         * tests/test-fpending.c: New file, mostly copied
9734         from coreutils/lib/t-fpending.c.
9735         * modules/fpending-tests: New file.
9736
9737 2007-10-03  Bruno Haible  <bruno@clisp.org>
9738
9739         Port the stdio extensions to QNX (untested).
9740         * lib/fseterr.c (fseterr): Add support for QNX.
9741         * lib/fbufmode.c (fbufmode): Likewise.
9742         * lib/freadable.c (freadable): Likewise.
9743         * lib/fwritable.c (fwritable): Likewise.
9744         * lib/freading.c (freading): Likewise.
9745         * lib/fwriting.c (fwriting): Likewise.
9746         * lib/freadahead.c (freadahed): Likewise.
9747         * lib/fpurge.c (fpurge): Likewise.
9748         * lib/fseeko.c (rpl_fseeko): Likewise.
9749
9750 2007-10-03  Bruno Haible  <bruno@clisp.org>
9751             Jim Meyering  <jim@meyering.net>
9752             Eric Blake  <ebb9@byu.net>
9753
9754         * doc/relocatable.texi: Use @command instead of @program.
9755
9756 2007-10-02  Jim Meyering  <jim@meyering.net>
9757
9758         Perform one more "_.h" -> ".in.h" substitution.
9759         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
9760         instead of unistd_.h here, too.
9761
9762 2007-10-01  Bruno Haible  <bruno@clisp.org>
9763
9764         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
9765         Needed for the alloca-opt module.
9766
9767 2007-09-30  Bruno Haible  <bruno@clisp.org>
9768
9769         * lib/alloca.in.h: Renamed from lib/alloca_.h.
9770         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
9771         alloca_.h.
9772         * lib/argz.in.h: Renamed from lib/argz_.h.
9773         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
9774         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
9775         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
9776         byteswap_.h.
9777         * lib/dirent.in.h: Renamed from lib/dirent_.h.
9778         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
9779         dirent_.h.
9780         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
9781         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
9782         fcntl_.h.
9783         * lib/float.in.h: Renamed from lib/float_.h.
9784         * modules/float (Files, Makefile.am): Use float.in.h instead of
9785         float_.h.
9786         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
9787         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
9788         fnmatch_.h.
9789         * lib/getopt.in.h: Renamed from lib/getopt_.h.
9790         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
9791         getopt_.h.
9792         * lib/glob.in.h: Renamed from lib/glob_.h.
9793         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
9794         * lib/iconv.in.h: Renamed from lib/iconv_.h.
9795         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
9796         iconv_.h.
9797         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
9798         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
9799         inttypes_.h.
9800         * lib/locale.in.h: Renamed from lib/locale_.h.
9801         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
9802         locale_.h.
9803         * lib/math.in.h: Renamed from lib/math_.h.
9804         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
9805         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
9806         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
9807         of netinet_in_.h. Add dependency.
9808         * lib/poll.in.h: Renamed from lib/poll_.h.
9809         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
9810         * lib/search.in.h: Renamed from lib/search_.h.
9811         * modules/search (Files, Makefile.am): Use search.in.h instead of
9812         search_.h.
9813         * lib/signal.in.h: Renamed from lib/signal_.h.
9814         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
9815         _signal.h.
9816         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
9817         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
9818         stdbool_.h.
9819         * lib/stdint.in.h: Renamed from lib/stdint_.h.
9820         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
9821         stdint_.h.
9822         * lib/stdio.in.h: Renamed from lib/stdio_.h.
9823         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
9824         stdio_.h.
9825         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
9826         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
9827         stdlib_.h.
9828         * lib/string.in.h: Renamed from lib/string_.h.
9829         * modules/string (Files, Makefile.am): Use string.in.h instead of
9830         string_.h.
9831         * doc/gnulib-tool.texi (Initial import): Update.
9832         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
9833         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
9834         of sys_select_.h. Add dependency.
9835         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
9836         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
9837         of sys_socket_.h.
9838         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
9839         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
9840         sys_stat_.h.
9841         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
9842         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
9843         sys_time_.h.
9844         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
9845         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
9846         sysexits_.h.
9847         * lib/time.in.h: Renamed from lib/time_.h.
9848         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
9849         * lib/unistd.in.h: Renamed from lib/unistd_.h.
9850         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
9851         unistd_.h.
9852         * lib/wchar.in.h: Renamed from lib/wchar_.h.
9853         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
9854         wchar_.h.
9855         * lib/wctype.in.h: Renamed from lib/wctype_.h.
9856         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
9857         wctype_.h.
9858         * build-aux/bootstrap (slurp): Update.
9859         * lib/.cppi-disable: Update.
9860
9861 2007-09-30  Bruno Haible  <bruno@clisp.org>
9862
9863         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
9864         Needed on BeOS.
9865
9866 2007-09-30  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
9869
9870 2007-09-29  Bruno Haible  <bruno@clisp.org>
9871
9872         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
9873
9874 2007-09-29  Bruno Haible  <bruno@clisp.org>
9875
9876         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
9877         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
9878         * build-aux/install-reloc: Compile also areadlink.c.
9879         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
9880
9881 2007-09-29  Bruno Haible  <bruno@clisp.org>
9882
9883         * gnulib-tool (func_emit_initmacro_done): Indentation.
9884
9885 2007-09-29  Bruno Haible  <bruno@clisp.org>
9886
9887         * README: Add CVS checkout update instructions.
9888         Info from Bob Proulx <bob@proulx.com>.
9889
9890 2007-09-28  Eric Blake  <ebb9@byu.net>
9891
9892         Provide move-if-change.
9893         * build-aux/move-if-change: New file, based on best practice
9894         rather than any canonical upstream location.
9895
9896 2007-09-28  Jim Meyering  <jim@meyering.net>
9897
9898         Fix canonicalize loop-detection corner case.
9899         Do not attempt to stat the symlink values stored via seen_triple.
9900         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
9901         on linux-2.6.18, (but not 2.6.22).
9902         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
9903         triple_compare.  The former compares dev,ino,filename, while the latter
9904         would actually stat dirname(filename) when dev and ino were equal.
9905         * lib/hash-triple.c: Install <string.h>.
9906         (STREQ): Define.
9907         (triple_compare_ino_str): New function.
9908         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
9909
9910 2007-09-28  Eric Blake  <ebb9@byu.net>
9911
9912         Enforce that AC_REPLACE_FUNCS files exist.
9913         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
9914         override check for typos.
9915
9916         Fix test-closein on Solaris 10.
9917         * tests/test-closein.c (main): Don't assume stdin can be inherited
9918         closed on all systems.
9919         * tests/test-closein.sh: Likewise.
9920         Reported by Piotr Tarnowski.
9921
9922 2007-09-28  Jim Meyering  <jim@meyering.net>
9923
9924         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
9925
9926 2007-09-27  Jim Meyering  <jim@meyering.net>
9927
9928         canonicalize: Avoid a false-positive cycle failure.
9929         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
9930         Sort.  Remove cycle-check.
9931         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
9932         not cycle-check.h.
9933         (seen_triple): New function.
9934         (canonicalize_filename_mode): Use it instead of cycle-check.
9935         * tests/test-canonicalize.c: Add a test for this bug.
9936         * tests/test-canonicalize.sh: Set up and run the test.
9937
9938         New module, file-set, from coreutils.
9939         * modules/file-set: Define it.
9940         * lib/file-set.c, lib/file-set.h: Implement.
9941
9942         New module, hash-triple, from coreutils.
9943         * modules/hash-triple: Define it.
9944         * lib/hash-triple.c, lib/hash-triple.h: Implement.
9945
9946 2007-09-25  Eric Blake  <ebb9@byu.net>
9947
9948         Fix strerror on Interix.
9949         * lib/string_.h (strerror): Declare replacement.
9950         * doc/functions/strerror.texi (strerror): Document the Interix
9951         shortcoming.
9952         * modules/string (Makefile.am): Support new hooks.
9953         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
9954         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
9955         gl_FUNC_STRERROR_SEPARATE.
9956         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
9957         * lib/strerror.c (rpl_strerror): Provide replacement.
9958         * modules/strerror (Depends-on): Add string.
9959         (configure.ac): Detect use of module.
9960         * tests/test-strerror.c: New file.
9961         * modules/strerror-tests: New test module.
9962         * modules/argp (Depends-on): Add strerror.
9963         * modules/error (Depends-on): Likewise.
9964         Reported by Martin Koeppe.
9965
9966 2007-09-24  Bruno Haible  <bruno@clisp.org>
9967
9968         * README: Update git instructions.
9969
9970 2007-09-24  Eric Blake  <ebb9@byu.net>
9971
9972         Revert fpending breakage from 2007-09-08.
9973         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
9974         __fpending.c.
9975
9976 2007-09-24  Jim Meyering  <jim@meyering.net>
9977
9978         filenamecat.c: Add a test.
9979         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
9980         showing how the function works when DIR is the empty string.
9981
9982 2007-09-21  Simon Josefsson  <simon@josefsson.org>
9983
9984         * tests/test-canonicalize.sh: Turn on executable bit.
9985
9986 2007-09-19  Eric Blake  <ebb9@byu.net>
9987
9988         * README: Update CVS instructions.
9989
9990 2007-09-18  Bruno Haible  <bruno@clisp.org>
9991
9992         * modules/areadlink: New file.
9993         * lib/areadlink.h (areadlink): New declaration.
9994         * lib/areadlink.c: New file, based on lib/xreadlink.c.
9995
9996 2007-09-17  Jim Meyering  <jim@meyering.net>
9997
9998         * lib/savewd.c (ESTALE) [!defined]: Define.
9999         Reported to be required on Interix by Martin Koeppe.
10000
10001 2007-09-17  Bruno Haible  <bruno@clisp.org>
10002
10003         * gnulib-tool (func_version): Use $version.
10004
10005 2007-09-16  Bruno Haible  <bruno@clisp.org>
10006
10007         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
10008         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
10009         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
10010         Reported by Greg Schafer <gschafer@zip.com.au>.
10011
10012 2007-09-15  Bruno Haible  <bruno@clisp.org>
10013
10014         * gnulib-tool (sed): Try a little harder to make bash understand the
10015         alias.
10016         Reported by Bruce Korb <bruce.korb@gmail.com>.
10017
10018 2007-09-13  Eric Blake  <ebb9@byu.net>
10019
10020         * ChangeLog: Remove conflict markers.
10021
10022 2007-09-13  Simon Josefsson  <simon@josefsson.org>
10023
10024         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
10025         Reported by Bruno Haible <bruno@clisp.org>.
10026
10027 2007-09-12  Bruno Haible  <bruno@clisp.org>
10028
10029         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
10030         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
10031         is not defined.
10032
10033 2007-09-12  Eric Blake  <ebb9@byu.net>
10034
10035         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
10036         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
10037         Autoconf definition.
10038         * modules/euidaccess (Depends-on): Add extensions, for
10039         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
10040         * modules/fnmatch (Depends-on): Likewise.
10041         * modules/getaddrinfo (Depends-on): Likewise.
10042         * modules/getdelim (Depends-on): Likewise.
10043         * modules/getline (Depends-on): Likewise.
10044         * modules/getsubopt (Depends-on): Likewise.
10045         * modules/gettext (Depends-on): Likewise.
10046         * modules/group-member (Depends-on): Likewise.
10047         * modules/mbchar (Depends-on): Likewise.
10048         * modules/memmem (Depends-on): Likewise.
10049         * modules/mempcpy (Depends-on): Likewise.
10050         * modules/memrchr (Depends-on): Likewise.
10051         * modules/pagealign_alloc (Depends-on): Likewise.
10052         * modules/readutmp (Depends-on): Likewise.
10053         * modules/stpcpy (Depends-on): Likewise.
10054         * modules/stpncpy (Depends-on): Likewise.
10055         * modules/strchrnul (Depends-on): Likewise.
10056         * modules/strndup (Depends-on): Likewise.
10057         * modules/strsep (Depends-on): Likewise.
10058         * modules/strverscmp (Depends-on): Likewise.
10059         * modules/vasprintf (Depends-on): Likewise.
10060         * modules/wcwidth (Depends-on): Likewise.
10061         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
10062         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
10063         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
10064         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
10065         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10066         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10067         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
10068         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10069         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
10070         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
10071         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10072         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
10073         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
10074         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
10075         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
10076         * m4/readutmp.m4 (gl_READUTMP): Likewise.
10077         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10078         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
10079         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10080         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
10081         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10082         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
10083         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
10084         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
10085         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
10086         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10087         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
10088         so that lock.m4 can be used in gettext without extensions module.
10089
10090 2007-09-11  Bruno Haible  <bruno@clisp.org>
10091
10092         * m4/isc-posix.m4: Remove file.
10093         Suggested by Eric Blake.
10094
10095 2007-09-11  Eric Blake  <ebb9@byu.net>
10096
10097         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
10098
10099 2007-09-10  Bruno Haible  <bruno@clisp.org>
10100
10101         * posix-modules: Fix typo in error message.
10102         Reported by Matt <mkraai@beckman.com>.
10103
10104 2007-09-09  Bruno Haible  <bruno@clisp.org>
10105
10106         * doc/functions/getdelim.texi: Update list of platforms lacking the
10107         function.
10108         * doc/functions/getline.texi: Likewise.
10109
10110 2007-09-09  Jim Meyering  <jim@meyering.net>
10111
10112         * lib/hash.c (hash_initialize): Detect calloc failure.
10113         Reported by Bruno Haible.
10114
10115 2007-09-09  Bruno Haible  <bruno@clisp.org>
10116
10117         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
10118         malloc or realloc fails.
10119
10120 2007-09-09  Bruno Haible  <bruno@clisp.org>
10121
10122         * modules/getcwd (Depends-on): Add malloc-posix.
10123         * modules/glob (Depends-on): Likewise.
10124         * modules/putenv (Depends-on): Likewise.
10125         * modules/strdup (Depends-on): Likewise.
10126         * modules/getdelim (Depends-on): Add realloc-posix.
10127         * modules/read-file (Depends-on): Likewise.
10128
10129 2007-09-09  Bruno Haible  <bruno@clisp.org>
10130
10131         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
10132         (gl_FUNC_MALLOC_POSIX): Require it.
10133         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
10134         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
10135         * modules/realloc (Files): Add m4/malloc.m4.
10136         * modules/calloc (Files): Likewise.
10137
10138 2007-09-09  Bruno Haible  <bruno@clisp.org>
10139
10140         * modules/malloc-posix: New file.
10141         * modules/malloc (Depends-on): Add malloc-posix.
10142         * lib/malloc.c: Include errno.h.
10143         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
10144         and a POSIX-compatible malloc into a single function. Set ENOMEM
10145         when returning NULL.
10146         * m4/malloc.m4: New file.
10147         * doc/functions/malloc.texi: Mention the malloc-posix module.
10148         * lib/stdlib_.h (malloc): New declaration.
10149         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10150         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
10151         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
10152         and HAVE_MALLOC_POSIX.
10153
10154 2007-09-09  Bruno Haible  <bruno@clisp.org>
10155
10156         * modules/realloc-posix: New file.
10157         * modules/realloc (Depends-on): Add realloc-posix.
10158         * lib/realloc.c: Include errno.h.
10159         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
10160         and a POSIX-compatible realloc into a single function. Set ENOMEM
10161         when returning NULL.
10162         * m4/realloc.m4: New file.
10163         * doc/functions/realloc.texi: Mention the realloc-posix module.
10164         * lib/stdlib_.h (realloc): New declaration.
10165         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10166         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
10167         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
10168         and HAVE_REALLOC_POSIX.
10169
10170 2007-09-09  Bruno Haible  <bruno@clisp.org>
10171
10172         * modules/calloc-posix: New file.
10173         * modules/calloc (Depends-on): Add calloc-posix.
10174         * lib/calloc.c: Include errno.h.
10175         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
10176         and a POSIX-compatible calloc into a single function. Set ENOMEM
10177         when returning NULL.
10178         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
10179         * doc/functions/calloc.texi: Mention the calloc-posix module.
10180         * lib/stdlib_.h (calloc): New declaration.
10181         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10182         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
10183         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
10184         and HAVE_CALLOC_POSIX.
10185
10186 2007-09-09  Bruno Haible  <bruno@clisp.org>
10187
10188         Allow for modules to show an arbitrary notice.
10189         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
10190         * gnulib-tool: New option --extract-notice.
10191         (func_usage): Document it.
10192         (sed_extract_prog): Update.
10193         (func_get_notice): New function.
10194         (func_modules_notice): New function.
10195         (func_import, func_create_testdir): Invoke it.
10196         Suggested by Jim Meyering.
10197
10198 2007-09-09  Bruno Haible  <bruno@clisp.org>
10199
10200         * gnulib-tool: New options --verbose, --quiet.
10201         (func_usage): Document them.
10202         (verbose): New variable.
10203         (func_execute_command): New function.
10204         (func_import): Don't show the module list and the file list if
10205         $verbose < 0.
10206         (func_create_testdir): Likewise. Use func_execute_command.
10207         (func_create_megatestdir): Use func_execute_command.
10208
10209 2007-09-08  Bruno Haible  <bruno@clisp.org>
10210
10211         * gnulib-tool (func_import): Prefer rsync over wget when available,
10212         for fetching the PO files.
10213
10214 2007-09-08  Bruno Haible  <bruno@clisp.org>
10215
10216         * posix-modules: New file. Portions copied from gnulib-tool.
10217         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
10218
10219 2007-09-08  Jim Meyering  <jim@meyering.net>
10220
10221         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
10222         * lib/fpending.h: Rename from __fpending.h.
10223         * lib/fpending.c: Rename from __fpending.c.
10224         Include "fpending.h", not "__fpending.h".
10225         * lib/__fpending.h, lib/__fpending.c: Remove files.
10226         * modules/fpending (Files): Reflect new file names.
10227         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
10228
10229 2007-09-08  Bruno Haible  <bruno@clisp.org>
10230
10231         * m4/inttypes-h.m4: Remove stub file.
10232
10233 2007-09-07  Simon Josefsson  <simon@josefsson.org>
10234
10235         * doc/headers/stdint.texi: Discuss #include_next issue.
10236
10237 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * build-aux/bootstrap: Remove obsolete comment about wget --help.
10240
10241 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10242
10243         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
10244         in variable name.
10245
10246 2007-09-03  Jim Meyering  <jim@meyering.net>
10247
10248         New module: git-version-gen.
10249         * modules/git-version-gen: New file.
10250
10251         Import changes from coreutils for bootstrap script.
10252
10253         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
10254
10255         bootstrap: uses rsync to download the .po files
10256         * build-aux/bootstrap (po_download_command_format): New global.
10257         (download_po_files): Use rsync.
10258         (update_po_files): Don't remove .po files after download,
10259         so future rsync runs can take advantage of the copies.
10260
10261         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
10262
10263         Solve the unnecessary-.po-file-regeneration problem once and for all.
10264         * build-aux/bootstrap (download_po_files): New function, renamed from
10265         get_translations.  Now, downloads, but doesn't update LINGUAS.
10266         (update_po_files): New function.
10267
10268         bootstrap: Ignore more.
10269         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
10270         uniwidth to e.g., lib/.gitignore.
10271         (slurp): Handle the sys_stat_.h -> sys mapping, too.
10272
10273         * build-aux/bootstrap: New setting: vc_ignore.
10274         (insert_sorted_if_absent): Create $file if absent.
10275         Adapt to new, possibly empty, list: $vc_ignore.
10276
10277         bootstrap: generate more ignorable names
10278         * build-aux/bootstrap (slurp): When generating ignorable names,
10279         also map .sin to .sed, .gperf to .c, and .y to .c.
10280
10281 2007-09-03  Jim Meyering  <jim@meyering.net>
10282
10283         * build-aux/git-version-gen: New file, from coreutils.  For details, see
10284         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
10285
10286 2007-09-02  Bruno Haible  <bruno@clisp.org>
10287
10288         Fix mis-recognition of 'mcs' on QNX 6.
10289         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
10290         output contains the string "Mono".
10291         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
10292         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
10293
10294 2007-09-01  Bruno Haible  <bruno@clisp.org>
10295
10296         Fix collision between uniwidth/* and linebreak modules.
10297         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
10298         u32_width): Remove declarations.
10299         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
10300         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
10301         streq3, streq2, streq1, streq0): Remove functions.
10302         (STREQ): Remove macro.
10303         (is_cjk_encoding): Remove function.
10304         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
10305         (uc_width, u8_width, u16_width, u32_width): Remove functions.
10306         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
10307         * NEWS: Document the change.
10308
10309 2007-09-01  Bruno Haible  <bruno@clisp.org>
10310
10311         * lib/streq.h: Add double-inclusion guard.
10312
10313 2007-09-01  Karl Berry  <karl@gnu.org>
10314
10315         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
10316
10317 2007-08-28  Jim Meyering  <jim@meyering.net>
10318
10319         Rename mreadlink_with_size to areadlink_with_size.
10320         * NEWS: Document the change.
10321         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
10322         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
10323         * lib/mreadlink.h: Rename this to...
10324         * lib/areadlink.h: ...this.
10325         * modules/mreadlink-with-size: Rename this to...
10326         * modules/areadlink-with-size: ...this.
10327         * lib/canonicalize.c: Reflect the renaming.
10328         * modules/canonicalize: Likewise.
10329
10330 2007-08-26  Bruno Haible  <bruno@clisp.org>
10331
10332         * gnulib-tool (func_import): When deciding which files to remove,
10333         consider also dangling symbolic links.
10334         Reported by Eric Blake.
10335
10336 2007-08-26  Bruno Haible  <bruno@clisp.org>
10337
10338         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
10339
10340 2007-08-23  Simon Josefsson  <simon@josefsson.org>
10341
10342         * lib/readline.c: Don't include getline.h, the prototype is now
10343         found in stdio.h.
10344
10345 2007-08-23  Jim Meyering  <jim@meyering.net>
10346
10347         Getdelim touchup.
10348         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
10349         around the funlockfile call, since funlockfile never sets errno.
10350         Don't set errno upon failed realloc.
10351
10352 2007-08-22  Eric Blake  <ebb9@byu.net>
10353
10354         Getline touchups.
10355         * lib/getdelim.c (getdelim): Revert regression that required *n to
10356         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
10357         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
10358         getdelim, rather than whether implementation is missing.
10359         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
10360         * lib/stdio_.h (getline): Also declare if replacement is
10361         required.
10362         * doc/functions/getdelim.texi: New file.
10363         * doc/functions/getline.texi: Likewise.
10364         * doc/gnulib.texi (Function Substitutes): Add new files.
10365         Reported by Bruno Haible.
10366
10367 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
10368
10369         * users.txt: Add Guile.
10370
10371 2007-08-22  Eric Blake  <ebb9@byu.net>
10372
10373         * tests/test-getdelim.c (main): Use remove, not unlink.
10374         * tests/test-getline.c (main): Likewise.
10375
10376         Move getline and getdelim into stdio.h, per POSIX 200x.
10377         * modules/getline (Files): Remove getline.h.
10378         (Depends-on): Add stdio.
10379         (configure.ac): Add module indicator.
10380         * modules/getdelim (Files): Remove getdelim.h.
10381         (Depends-on): Add stdio.
10382         (configure.ac): Add module indicator.
10383         * modules/stdio (Makefile.am): Work with new indicators.
10384         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10385         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
10386         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10387         * lib/getdelim.h: Delete.
10388         * lib/getline.h: Delete.
10389         * lib/stdio_.h (getdelim, getline): Declare.
10390         * modules/getdelim-tests: New module.
10391         * modules/getline-tests: Likewise.
10392         * tests/test-getdelim.c: New file.
10393         * tests/test-getline.c: Likewise.
10394         * NEWS: Document the change.
10395         * lib/getline.c: Update choice of header.
10396         * lib/csharpcomp.c: Likewise.
10397         * lib/getpass.c: Likewise.
10398         * lib/javacomp.c: Likewise.
10399         * lib/javaversion.c: Likewise.
10400         * lib/yesno.c: Likewise.
10401         * lib/getdelim.c: Likewise.
10402         (getdelim): Set errno on failure, and avoid memory leak.
10403
10404 2007-08-19  Bruno Haible  <bruno@clisp.org>
10405
10406         * modules/closein (Depends-on): Add freadahead.
10407         * lib/closein.c: Include freadahead.h.
10408         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
10409         is zero.
10410
10411 2007-08-19  Bruno Haible  <bruno@clisp.org>
10412
10413         * modules/freadahead-tests: New file.
10414         * tests/test-freadahead.sh: New file.
10415         * tests/test-freadahead.c: New file.
10416
10417         * modules/freadahead: New file.
10418         * lib/freadahead.h: New file.
10419         * lib/freadahead.c: New file.
10420         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
10421         fbufmode, fpurge, freadable, fwritable.
10422
10423 2007-08-19  Eric Blake  <ebb9@byu.net>
10424
10425         Test yesno in combination with closein.
10426         * lib/yesno.c (yesno): Document use of stdin.
10427         * modules/yesno-tests (Files): New module.
10428         * tests/test-yesno.c (main): New file.
10429         * tests/test-yesno.sh: Likewise.
10430
10431 2007-08-19  Bruno Haible  <bruno@clisp.org>
10432
10433         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
10434         * lib/fseeko.c (rpl_fseeko): Likewise.
10435         * lib/fseterr.c (fseterr): Likewise.
10436
10437 2007-08-19  Bruno Haible  <bruno@clisp.org>
10438
10439         * tests/test-lseek.c (main): Disable a test for BeOS.
10440         * doc/functions/lseek.texi: Document the BeOS bug.
10441
10442 2007-08-19  Bruno Haible  <bruno@clisp.org>
10443             Eric Blake  <ebb9@byu.net>
10444
10445         * lib/lseek.c: Include <sys/stat.h>.
10446         (rpl_lseek): Add workaround code also for Unix platforms.
10447         Needed for BeOS.
10448         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
10449         * doc/functions/lseek.texi: Document BeOS definiency.
10450
10451 2007-08-18  Bruno Haible  <bruno@clisp.org>
10452
10453         * modules/fstrcmp-tests: New file.
10454         * tests/test-fstrcmp.c: New file.
10455
10456 2007-08-18  Bruno Haible  <bruno@clisp.org>
10457
10458         * modules/fstrcmp: New file, from GNU gettext with modifications.
10459         * lib/fstrcmp.h: New file, from GNU gettext.
10460         * lib/fstrcmp.c: New file, from GNU gettext.
10461         * MODULES.html.sh (String handling): Add fstrcmp.
10462
10463 2007-08-18  Bruno Haible  <bruno@clisp.org>
10464
10465         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
10466         'bool'.
10467         (diag, compareseq): Remove const from the ctxt argument.
10468         (USE_HEURISTIC): Undefine at the end.
10469
10470 2007-08-18  Jim Meyering  <jim@meyering.net>
10471
10472         New file: lib/idcache.h
10473         * NEWS: Mention the addition.
10474         * modules/idcache (Files): Add lib/idcache.h
10475         * lib/idcache.c: Include "idcache.h".
10476         Don't include <sys/types.h>.
10477         Add a FIXME comment.
10478         Move file-scoped "static" declarations to the top.
10479         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
10480
10481 2007-08-17  Bruno Haible  <bruno@clisp.org>
10482         and Paul Eggert  <eggert@cs.ucla.edu>
10483
10484         * MODULES.html.sh: Add diffseq.
10485         * modules/diffseq: New file.
10486         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
10487         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
10488
10489 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10490
10491         Import changes from coreutils for bootstrap script.
10492
10493         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
10494
10495         * build-aux/bootstrap (slurp): Work even in environments where
10496         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
10497         current code does not slurp files whose names start with ".", and
10498         this looks like it might be a troublesome area.
10499
10500         2007-07-11  Jim Meyering  <jim@meyering.net>
10501
10502         If there's a GPL vN copyright comment, require that N == 3.
10503
10504         2007-07-08  Jim Meyering  <jim@meyering.net>
10505
10506         Run the coreutils-specific code only if tests/Makefile.am.in exists.
10507         * build-aux/bootstrap (mam_template): Move definition out of loop.
10508
10509         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
10510
10511         * build-aux/bootstrap (symlink_to_dir): Rename function from
10512         symlink_to_gnulib.  Add a directory parameter.  Update all
10513         callers.
10514         (cp_mark_as_generated): Also check for -- and link to -- files in
10515         gl/.
10516
10517         2007-07-08  Jim Meyering  <jim@meyering.net>
10518
10519         Adapt to deeper hierarchy in gnulib.
10520         * build-aux/bootstrap (symlink_to_dir): If the destination
10521         directory doesn't exist, create it. This is required at least for
10522         "lib/uniwidth/cjk.h".
10523
10524         2007-05-15  Jim Meyering  <jim@meyering.net>
10525
10526         * build-aux/bootstrap: Now that generated Makefile.am files
10527         are no longer under version control, they must be created at
10528         bootstrap time.
10529
10530 2007-08-14  Ben Pfaff  <blp@gnu.org>
10531
10532         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
10533
10534 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10535
10536         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
10537         given the changes below.
10538         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
10539         even on hosts that have padding bits beyond the supported 64.
10540
10541 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10542
10543         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
10544         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
10545         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
10546         depends on it.
10547         (xstrtol_error): Remove.
10548         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
10549         but with a different signature.
10550         (ATTRIBUTE_NORETURN, __attribute__): New macros.
10551         * lib/xstrtol-error.c: Include exitfail.h.
10552         (xstrtol_fatal): New function, with a different signature from the
10553         old xstrtol_error, so that the caller need not worry about passing
10554         in an exit status, or about storage management of the option argument.
10555         (xstrtol_error): Now a static function.  Redo signature to
10556         implement xstrtol_fatal.  Output the correct number of hyphens in
10557         front of the option so that the caller need not worry about
10558         storage management.
10559         (N_): New macro.
10560         (_): Remove; not used now.
10561         * modules/xstrtol: Depend on getopt.
10562         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
10563         of old STRTOL_FATAL_ERROR macro.
10564         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
10565         of test program.
10566         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
10567         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
10568
10569 2007-08-08  Eric Blake  <ebb9@byu.net>
10570
10571         * lib/xstrtol-error.c: Add missing include.
10572
10573         Move xstrtol messages into gnulib domain, when --pobase is used.
10574         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
10575         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
10576         * modules/xstrtol (Files): Distribute new file.
10577         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
10578         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
10579         * tests/test-xstrtol.c: ...into new file.
10580         * tests/test-xstrtoul.c: Also test xstrtoul.
10581         * tests/test-xstrtoimax.c: Also test xstrtoimax.
10582         * tests/test-xstrtoumax.c: Also test xstrtoumax.
10583         * tests/test-xstrtol.sh: Drive the tests.
10584         * tests/test-xstrtoimax.sh: Likewise.
10585         * tests/test-xstrtoumax.sh: Likewise.
10586         * modules/xstrtol-tests: New module.
10587         * modules/xstrtoimax-tests: Likewise.
10588         * modules/xstrtoumax-tests: Likewise.
10589
10590 2007-08-08  Jim Meyering  <jim@meyering.net>
10591
10592         New function: mfile_name_concat.
10593         * lib/filenamecat.c (mfile_name_concat): New function, just like
10594         file_name_concat, but return NULL upon failure rather than exiting
10595         with a diagnostic.
10596         * lib/filenamecat.h: Declare it.
10597
10598 2007-08-07  Bruno Haible  <bruno@clisp.org>
10599
10600         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
10601         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
10602         warning from gcc.
10603         Reported by Eric Blake.
10604
10605 2007-08-07  Simon Josefsson  <simon@josefsson.org>
10606
10607         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
10608         * modules/crypto/arcfour (License): Likewise.
10609         * modules/crypto/des-tests (License): Likewise.
10610         * modules/crypto/gc-arctwo-tests (License): Likewise.
10611         * modules/crypto/gc-des-tests (License): Likewise.
10612         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
10613         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
10614         * modules/crypto/gc-md2-tests (License): Likewise.
10615         * modules/crypto/gc-md4-tests (License): Likewise.
10616         * modules/crypto/gc-md5-tests (License): Likewise.
10617         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
10618         * modules/crypto/gc-rijndael-tests (License): Likewise.
10619         * modules/crypto/gc-sha1-tests (License): Likewise.
10620         * modules/crypto/gc-tests (License): Likewise.
10621         * modules/crypto/hmac-md5 (License): Likewise.
10622         * modules/crypto/hmac-sha1 (License): Likewise.
10623         * modules/crypto/md2-tests (License): Likewise.
10624         * modules/crypto/md4-tests (License): Likewise.
10625         * modules/crypto/md5 (License): Likewise.
10626         * modules/crypto/rijndael (License): Likewise.
10627         * modules/crypto/sha1 (License): Likewise.
10628         * modules/memxor (License): Likewise.
10629
10630 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
10631         and Bruno Haible  <bruno@clisp.org>
10632
10633         * NEWS: Describe interface changes to human, xstrtol.
10634         * lib/human.h: Include <xstrtol.h>.
10635         (human_options): Return enum strtol_error, not int.  Remove
10636         bool arg; take int * instead.
10637         * lib/human.c: Don't include "gettext.h".
10638         (_): Remove; no longer used.
10639         Don't include <xstrtol.h>, since human.h does it.
10640         (human_options): Adjust to abovementioned interface changes.
10641         Do not report error to stderr; that's now the caller's
10642         responsibility.
10643         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
10644         interface change.
10645         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
10646         Str, Argument_type_string.  All uses changed.  Put " argument"
10647         in diagnostics to make them clearer.  Change wording of suffix
10648         message for clarity.
10649         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
10650         Argument_type_string.
10651         (STRTOL_FATAL_WARN): Remove; no longer used.
10652         * modules/human (Depends-on): Remove gettext-h.
10653
10654 2007-08-06  Simon Josefsson  <simon@josefsson.org>
10655
10656         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
10657
10658 2007-07-31  Bruno Haible  <bruno@clisp.org>
10659
10660         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
10661         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
10662         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
10663
10664 2007-07-31  Bruno Haible  <bruno@clisp.org>
10665
10666         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
10667         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
10668
10669 2007-07-30  Bruno Haible  <bruno@clisp.org>
10670
10671         * modules/base64 (License): Use the synonymous term "LGPLv2+".
10672         * modules/c-ctype (License): Likewise.
10673         * modules/c-strcase (License): Likewise.
10674         * modules/check-version (License): Likewise.
10675         * modules/iconv (License): Likewise.
10676         * modules/iconv_open (License): Likewise.
10677         * modules/read-file (License): Likewise.
10678         * modules/striconv (License): Likewise.
10679         * modules/strverscmp (License): Likewise.
10680         * modules/vasprintf (License): Likewise.
10681         * modules/crypto/des (License): Likewise.
10682         * modules/crypto/gc (License): Likewise.
10683         * modules/crypto/gc-arcfour (License): Likewise.
10684         * modules/crypto/gc-arctwo (License): Likewise.
10685         * modules/crypto/gc-des (License): Likewise.
10686         * modules/crypto/gc-hmac-md5 (License): Likewise.
10687         * modules/crypto/gc-hmac-sha1 (License): Likewise.
10688         * modules/crypto/gc-md2 (License): Likewise.
10689         * modules/crypto/gc-md4 (License): Likewise.
10690         * modules/crypto/gc-md5 (License): Likewise.
10691         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
10692         * modules/crypto/gc-random (License): Likewise.
10693         * modules/crypto/gc-rijndael (License): Likewise.
10694         * modules/crypto/gc-sha1 (License): Likewise.
10695         * modules/crypto/md2 (License): Likewise.
10696         * modules/crypto/md4 (License): Likewise.
10697
10698 2007-07-30  Jim Meyering  <jim@meyering.net>
10699
10700         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
10701         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
10702         it has valid stat data.  This bug would cause du not to count the
10703         sizes of inaccessible directories.
10704         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
10705         in <http://bugzilla.redhat.com/250077>.
10706
10707 2007-07-25  Peter O'Gorman  <peter@pogma.com>
10708             Bruno Haible  <bruno@clisp.org>
10709
10710         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
10711         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
10712         #include_next, gives a diagnostic about it, but reports no error in
10713         the exit code.
10714         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
10715
10716 2007-07-24  Ben Pfaff  <blp@gnu.org>
10717
10718         Improve name: "count-one-bits" is better than "popcount".
10719         * MODULES.html.sh: Update name.
10720         * lib/popcount.h: Renamed lib/count-one-bits.h.
10721         (popcount): Renamed count_one_bits.
10722         (popcountl): Renamed count_one_bits_l.
10723         (popcountll): Renamed count_one_bits_ll.
10724         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
10725         * modules/popcount: Renamed module/count-one-bits.
10726         * modules/popcount-tests: Renamed module/count-one-bits-tests.
10727         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
10728
10729 2007-07-23  Ben Pfaff  <blp@gnu.org>
10730
10731         * lib/popcount.h (popcount32): Reduce size of constants, to allow
10732         better code generation, and add U to large constants to avoid
10733         warnings, in non-GCC case.
10734         Suggested by Bruno Haible.
10735
10736 2007-07-23  Ben Pfaff  <blp@gnu.org>
10737
10738         * lib/popcount.h: Use verify_true instead of if...abort.
10739         * modules/popcount: Depend on verify module.
10740         Suggested by Jim Meyering.
10741
10742 2007-07-23  Bruno Haible  <bruno@clisp.org>
10743
10744         * gnulib-tool (func_import): Create a .cvsignore file also when the
10745         directory is not yet in CVS but the toplevel directory is. When
10746         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
10747         Reported by Karl Berry.
10748
10749 2007-07-22  Ben Pfaff  <blp@gnu.org>
10750
10751         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
10752         case.
10753         Suggested by Eric Blake.
10754
10755 2007-07-22  Ben Pfaff  <blp@gnu.org>
10756
10757         New module: popcount.
10758         * MODULES.html.sh: Add popcount.
10759         * modules/popcount: New file.
10760         * modules/popcount-tests: New file.
10761         * tests/test-popcount.c: New file.
10762         * lib/popcount.h: New file.
10763         * m4/popcount.m4: New file.
10764
10765 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10766
10767         * build-aux/announce-gen: Update to GPLv3.
10768
10769         * build-aux/config.guess: Update from config.
10770
10771 2007-07-21  Bruno Haible  <bruno@clisp.org>
10772
10773         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
10774         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
10775
10776 2007-07-20  Jim Meyering  <jim@meyering.net>
10777
10778         * check-module: Diagnose a self-dependency.
10779
10780 2007-07-19  Bruno Haible  <bruno@clisp.org>
10781
10782         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
10783         empty.
10784         Reported by Eric Blake.
10785
10786 2007-07-18  Bruno Haible  <bruno@clisp.org>
10787
10788         * gnulib-tool: New options --po-base, --po-domain.
10789         (func_usage): Document them.
10790         (pobase, po_domain): New variables.
10791         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
10792         DEFAULT_TEXT_DOMAIN.
10793         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
10794         (func_import): Consider pobase and po_domain. Create a po/ directory.
10795         (func_create_testdir): Set pobase and po_domain to empty.
10796         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
10797         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
10798
10799 2007-07-18  Bruno Haible  <bruno@clisp.org>
10800
10801         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10802         EXTRA_DIST augmentation for files in build-aux/.
10803
10804 2007-07-16  Bruno Haible  <bruno@clisp.org>
10805
10806         * modules/lseek (License): Use the synonymous term "LGPLv2+".
10807         * modules/getdelim (License): Likewise.
10808
10809 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10810
10811         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
10812         * modules/d-type (License): Likewise.
10813         * modules/extensions (License): Likewise.
10814         * modules/fnmatch (License): Likewise.
10815         * modules/fseeko (License): Likewise.
10816         * modules/getaddrinfo (License): Likewise.
10817         * modules/getline (License): Likewise.
10818         * modules/getlogin_r (License): Likewise.
10819         * modules/getpass (License): Likewise.
10820         * modules/gettimeofday (License): Likewise.
10821         * modules/glob (License): Likewise.
10822         * modules/inet_ntop (License): Likewise.
10823         * modules/malloc (License): Likewise.
10824         * modules/malloca (License): Likewise.
10825         * modules/memmem (License): Likewise.
10826         * modules/mempcpy (License): Likewise.
10827         * modules/memset (License): Likewise.
10828         * modules/minmax (License): Likewise.
10829         * modules/mktime (License): Likewise.
10830         * modules/netinet_in (License): Likewise.
10831         * modules/pathmax (License): Likewise.
10832         * modules/poll (License): Likewise.
10833         * modules/regex (License): Likewise.
10834         * modules/snprintf (License): Likewise.
10835         * modules/stdbool (License): Likewise.
10836         * modules/stdint (License): Likewise.
10837         * modules/stdio (License): Likewise.
10838         * modules/strcase (License): Likewise.
10839         * modules/strcasestr (License): Likewise.
10840         * modules/strdup (License): Likewise.
10841         * modules/string (License): Likewise.
10842         * modules/strndup (License): Likewise.
10843         * modules/strnlen (License): Likewise.
10844         * modules/strpbrk (License): Likewise.
10845         * modules/strptime (License): Likewise.
10846         * modules/strsep (License): Likewise.
10847         * modules/sys_select (License): Likewise.
10848         * modules/sys_socket (License): Likewise.
10849         * modules/sys_stat (License): Likewise.
10850         * modules/sys_time (License): Likewise.
10851         * modules/time (License): Likewise.
10852         * modules/time_r (License): Likewise.
10853         * modules/timegm (License): Likewise.
10854         * modules/unistd (License): Likewise.
10855         * modules/vsnprintf (License): Likewise.
10856         * modules/wctype (License): Likewise.
10857
10858 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10859
10860         * modules/argz (License): LGPLv2+.
10861
10862 2007-07-15  Karl Berry  <karl@gnu.org>
10863
10864         * doc/gnulib.texi: revise node structure per new fdl.texi.
10865
10866 2007-07-14  Bruno Haible  <bruno@clisp.org>
10867
10868         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
10869         the output file.
10870         * lib/uniname/uninames.h: Regenerated.
10871
10872 2007-07-14  Karl Berry  <karl@gnu.org>
10873
10874         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
10875         omitting sectioning and index commands.
10876
10877 2007-07-13  Bruno Haible  <bruno@clisp.org>
10878
10879         New gnulib-tool option --more-symlinks.
10880         * gnulib-tool (func_usage): Document --more-symlinks.
10881         (do_copyrights): New variable.
10882         Recognize option --more-symlinks.
10883         (func_import): Don't add a copyright notice transform to
10884         sed_transform_lib_file if do_copyrights is empty.
10885
10886 2007-07-13  Bruno Haible  <bruno@clisp.org>
10887
10888         * lib/vasnprintf.c (decimal_point_char): Define also if
10889         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
10890         && !NEED_PRINTF_DIRECTIVE_A.
10891         Reported by Clemens Koller <clemens.koller@anagramm.de> via
10892         Gary V. Vaughan <gary@gnu.org>.
10893
10894 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
10895
10896         * lib/inttypes_.h: Undo previous change, since it was fixed
10897         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
10898
10899 2007-07-13  Bruno Haible  <bruno@clisp.org>
10900
10901         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
10902         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
10903
10904 2007-07-13  Jim Meyering  <jim@meyering.net>
10905
10906         df: Don't fail for Tru64's "file-on-file mount".
10907         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
10908         so we fall through and use statfs instead.  Details here:
10909         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
10910         Reported by Albert Chin.
10911
10912 2007-07-13  Bruno Haible  <bruno@clisp.org>
10913
10914         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
10915         * modules/configmake (License): Likewise.
10916         * modules/gettext (License): Likewise.
10917         * modules/gettext-h (License): Likewise.
10918         * modules/include_next (License): Likewise.
10919         * modules/link-warning (License): Likewise.
10920         * modules/localcharset (License): Likewise.
10921         * modules/localename (License): Likewise.
10922         * modules/lock (License): Likewise.
10923         * modules/relocatable-lib-lgpl (License): Likewise.
10924         * modules/size_max (License): Likewise.
10925         * modules/vasnprintf (License): Likewise.
10926         * modules/wchar (License): Likewise.
10927         * modules/xsize (License): Likewise.
10928
10929 2007-07-13  Bruno Haible  <bruno@clisp.org>
10930
10931         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
10932         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
10933
10934 2007-07-12  Bruno Haible  <bruno@clisp.org>
10935
10936         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
10937         in the modules files.
10938
10939 2007-07-11  Karl Berry  <karl@gnu.org>
10940
10941         * MODULES.html.sh (func_module): use
10942          sed -e '\|^'"${includefile}"'$|d'
10943          instead of /.../d, to avoid errors on $includefile's containing /.
10944
10945 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10946
10947         * gnulib-tool (func_import): Avoid duplication of --avoid
10948         statements
10949         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
10950         names to `_' in variable names.
10951
10952 2007-07-10  Eric Blake  <ebb9@byu.net>
10953
10954         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
10955         * NEWS: Document this change.
10956
10957 2007-07-08  Bruno Haible  <bruno@clisp.org>
10958
10959         Update to Unicode 5.0.
10960         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
10961         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
10962         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
10963         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
10964         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
10965         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
10966         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
10967         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
10968         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
10969         U+10A3F, U+1D242..U+1D244.
10970         (nonspacing_table_ind): Update.
10971         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
10972         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
10973
10974 2007-07-08  Bruno Haible  <bruno@clisp.org>
10975
10976         Update to Unicode 5.0.
10977         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
10978         code transform. Extend the name index field of unicode_name_to_code and
10979         unicode_code_to_name from 16 to 24 bits.
10980         * lib/uniname/uniname.c (unicode_character_name,
10981         unicode_name_character): Add the range 0x12xxx to the code transform.
10982         * lib/uniname/uninames.h: Regenerated.
10983         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
10984
10985 2007-07-07  Bruno Haible  <bruno@clisp.org>
10986
10987         * modules/wcwidth-tests: New file.
10988         * tests/test-wcwidth.c: New file.
10989
10990         Work around MacOS X wcwidth() bug.
10991         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
10992         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
10993         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
10994         original wcwidth in non-UTF-8 locales.
10995         * modules/wcwidth (Depends-on): Add localcharset, streq,
10996         uniwidth/width.
10997         * doc/functions/wcwidth.texi: Update.
10998
10999 2007-07-07  Bruno Haible  <bruno@clisp.org>
11000
11001         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
11002         (wcwidth): New declaration.
11003         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
11004         macros.
11005         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
11006         here. Prepare for creating <wchar.h> unconditionally.
11007         * modules/wchar (Depends-on): Add link-warning.
11008         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
11009         REPLACE_WCWIDTH, and GL_LINK_WARNING.
11010         * lib/wcwidth.h: Remove file.
11011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
11012         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
11013         * modules/wcwidth (Files): Remove lib/wcwidth.h.
11014         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
11015         (Include): Replace wcwidth.h with <wchar.h>.
11016         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
11017         * lib/mbchar.h: Don't include wcwidth.h.
11018         * lib/mbswidth.c: Likewise.
11019         * NEWS: Mention the change.
11020
11021 2007-07-07  Bruno Haible  <bruno@clisp.org>
11022
11023         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
11024         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
11025         definition with an external declaration.
11026         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
11027         defined as a function. Remove AC_C_INLINE requirement.
11028         * modules/wcwidth (Files): Add lib/wcwidth.c.
11029         (Makefile.am): Remove redundant statement.
11030
11031 2007-07-07  Bruno Haible  <bruno@clisp.org>
11032
11033         * MODULES.html.sh (Unicode string functions): Add the new modules.
11034
11035         * tests/uniwidth/test-u32-strwidth.c: New file.
11036         * modules/uniwidth/u32-strwidth-tests: New file.
11037
11038         * lib/uniwidth/u32-strwidth.c: New file.
11039         * modules/uniwidth/u32-strwidth: New file.
11040
11041         * tests/uniwidth/test-u16-strwidth.c: New file.
11042         * modules/uniwidth/u16-strwidth-tests: New file.
11043
11044         * lib/uniwidth/u16-strwidth.c: New file.
11045         * modules/uniwidth/u16-strwidth: New file.
11046
11047         * tests/uniwidth/test-u8-strwidth.c: New file.
11048         * modules/uniwidth/u8-strwidth-tests: New file.
11049
11050         * lib/uniwidth/u8-strwidth.c: New file.
11051         * modules/uniwidth/u8-strwidth: New file.
11052
11053         * tests/uniwidth/test-u32-width.c: New file.
11054         * modules/uniwidth/u32-width-tests: New file.
11055
11056         * lib/uniwidth/u32-width.c: New file.
11057         * modules/uniwidth/u32-width: New file.
11058
11059         * tests/uniwidth/test-u16-width.c: New file.
11060         * modules/uniwidth/u16-width-tests: New file.
11061
11062         * lib/uniwidth/u16-width.c: New file.
11063         * modules/uniwidth/u16-width: New file.
11064
11065         * tests/uniwidth/test-u8-width.c: New file.
11066         * modules/uniwidth/u8-width-tests: New file.
11067
11068         * lib/uniwidth/u8-width.c: New file.
11069         * modules/uniwidth/u8-width: New file.
11070
11071         * tests/uniwidth/test-uc_width.c: New file.
11072         * modules/uniwidth/width-tests: New file.
11073
11074         * lib/uniwidth/width.c: New file, from GNU libiconv.
11075         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
11076         * modules/uniwidth/width: New file.
11077
11078         * lib/uniwidth.h: New file, from GNU libiconv.
11079         * modules/uniwidth/base: New file.
11080
11081 2007-07-07  Bruno Haible  <bruno@clisp.org>
11082
11083         * lib/uniname.h: New file, from GNU gettext.
11084         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
11085         * lib/uniname/uninames.h: New file, from GNU gettext.
11086         * lib/uniname/uniname.c: New file, from GNU gettext.
11087         * tests/uniname/test-uninames.sh: New file.
11088         * tests/uniname/test-uninames.c: New file, from GNU gettext.
11089         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
11090         * modules/uniname/base: New file.
11091         * modules/uniname/uniname: New file.
11092         * modules/uniname/uniname-tests: New file.
11093         * MODULES.html.sh (Unicode string functions): Add the new modules.
11094
11095 2007-07-06  Bruno Haible  <bruno@clisp.org>
11096
11097         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
11098
11099 2007-07-06  Bruno Haible  <bruno@clisp.org>
11100
11101         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
11102         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
11103         includes <cygwin/sys_time.h> which includes <sys/select.h> which
11104         include <sys/time.h>.
11105         Reported by Eric Blake.
11106
11107 2007-07-06  Eric Blake  <ebb9@byu.net>
11108
11109         Fix testing canonicalize on cygwin.
11110         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11111         Revert patch from 2007-06-19.
11112         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
11113         canonicalize module is also in use.
11114         * tests/test-canonicalize.c: New file.
11115         * tests/test-canonicalize.sh: Likewise.
11116         * modules/canonicalize-tests: Likewise.
11117
11118 2007-07-06  Jim Meyering  <jim@meyering.net>
11119
11120         * lib/getugroups.c (getugroups): Detect getgrent failure.
11121         Adjust comment to reflect reality: this function may return -1.
11122
11123 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
11124
11125         * build-aux/bootstrap (TP_URL,get_translations): Update to use
11126         the new TP address.
11127         (usage): Fix typo
11128         (gnulib_mk): New variable.
11129
11130 2007-07-05  Jim Meyering  <jim@meyering.net>
11131
11132         Don't let endgrent clobber errno, no matter how improbable.
11133         * lib/getugroups.c (getugroups): Save and restore errno around
11134         endgrent call.
11135
11136         Close the group DB even when failing with 2^31 or more members.
11137         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
11138
11139 2007-07-04  Jim Meyering  <jim@meyering.net>
11140
11141         * lib/getugroups.h: New file.
11142         * lib/getugroups.c: Include "getugroups.h".
11143         Remove uses of "register" keyword.
11144         Move local variable, "cp", down into scope where used.
11145         Give "username" parameter the "const" attribute.
11146         * modules/getugroups (Files): Add lib/getugroups.h
11147
11148 2007-07-04  Karl Berry  <karl@gnu.org>
11149
11150         * MODULES.html.sh (func_all_modules): Complete rename of
11151         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
11152
11153 2007-07-02  Bruno Haible  <bruno@clisp.org>
11154
11155         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
11156         mode, when inttypes.h comes from gnulib.
11157         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11158
11159 2007-07-02  Simon Josefsson  <simon@josefsson.org>
11160
11161         * NEWS: Mention lgpl module name change.
11162
11163         * modules/lgpl-2.1: Renamed from lgpl.
11164
11165         * NEWS: Mention gpl module name change.
11166
11167         * modules/gpl-3.0: New file, based on gpl-2.0.
11168
11169         * modules/gpl-2.0: Renamed from gpl.
11170
11171         * modules/gpl: Fix filename, doc/gpl.texi is now found at
11172         doc/gpl-2.0.texi.
11173
11174 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11175
11176         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
11177         #define __STDC_LIMIT_MACROS temporarily while including
11178         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
11179         Problem reported by Joel E. Denny in
11180         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
11181
11182 2007-07-01  Bruno Haible  <bruno@clisp.org>
11183
11184         * lib/unistdio.h: New file.
11185         * lib/unistdio/u-asnprintf.h: New file.
11186         * lib/unistdio/u-asprintf.h: New file.
11187         * lib/unistdio/u-printf-args.c: New file.
11188         * lib/unistdio/u-printf-args.h: New file.
11189         * lib/unistdio/u-printf-parse.h: New file.
11190         * lib/unistdio/u-snprintf.h: New file.
11191         * lib/unistdio/u-sprintf.h: New file.
11192         * lib/unistdio/u-vasprintf.h: New file.
11193         * lib/unistdio/u-vsnprintf.h: New file.
11194         * lib/unistdio/u-vsprintf.h: New file.
11195         * lib/unistdio/ulc-asnprintf.c: New file.
11196         * lib/unistdio/ulc-asprintf.c: New file.
11197         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
11198         * lib/unistdio/ulc-printf-parse.c: New file.
11199         * lib/unistdio/ulc-snprintf.c: New file.
11200         * lib/unistdio/ulc-sprintf.c: New file.
11201         * lib/unistdio/ulc-vasnprintf.c: New file.
11202         * lib/unistdio/ulc-vasprintf.c: New file.
11203         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
11204         * lib/unistdio/ulc-vsnprintf.c: New file.
11205         * lib/unistdio/ulc-vsprintf.c: New file.
11206         * lib/unistdio/u8-asnprintf.c: New file.
11207         * lib/unistdio/u8-asprintf.c: New file.
11208         * lib/unistdio/u8-printf-parse.c: New file.
11209         * lib/unistdio/u8-snprintf.c: New file.
11210         * lib/unistdio/u8-sprintf.c: New file.
11211         * lib/unistdio/u8-vasnprintf.c: New file.
11212         * lib/unistdio/u8-vasprintf.c: New file.
11213         * lib/unistdio/u8-vsnprintf.c: New file.
11214         * lib/unistdio/u8-vsprintf.c: New file.
11215         * lib/unistdio/u8-u8-asnprintf.c: New file.
11216         * lib/unistdio/u8-u8-asprintf.c: New file.
11217         * lib/unistdio/u8-u8-snprintf.c: New file.
11218         * lib/unistdio/u8-u8-sprintf.c: New file.
11219         * lib/unistdio/u8-u8-vasnprintf.c: New file.
11220         * lib/unistdio/u8-u8-vasprintf.c: New file.
11221         * lib/unistdio/u8-u8-vsnprintf.c: New file.
11222         * lib/unistdio/u8-u8-vsprintf.c: New file.
11223         * lib/unistdio/u16-asnprintf.c: New file.
11224         * lib/unistdio/u16-asprintf.c: New file.
11225         * lib/unistdio/u16-printf-parse.c: New file.
11226         * lib/unistdio/u16-snprintf.c: New file.
11227         * lib/unistdio/u16-sprintf.c: New file.
11228         * lib/unistdio/u16-vasnprintf.c: New file.
11229         * lib/unistdio/u16-vasprintf.c: New file.
11230         * lib/unistdio/u16-vsnprintf.c: New file.
11231         * lib/unistdio/u16-vsprintf.c: New file.
11232         * lib/unistdio/u16-u16-asnprintf.c: New file.
11233         * lib/unistdio/u16-u16-asprintf.c: New file.
11234         * lib/unistdio/u16-u16-snprintf.c: New file.
11235         * lib/unistdio/u16-u16-sprintf.c: New file.
11236         * lib/unistdio/u16-u16-vasnprintf.c: New file.
11237         * lib/unistdio/u16-u16-vasprintf.c: New file.
11238         * lib/unistdio/u16-u16-vsnprintf.c: New file.
11239         * lib/unistdio/u16-u16-vsprintf.c: New file.
11240         * lib/unistdio/u32-asnprintf.c: New file.
11241         * lib/unistdio/u32-asprintf.c: New file.
11242         * lib/unistdio/u32-printf-parse.c: New file.
11243         * lib/unistdio/u32-snprintf.c: New file.
11244         * lib/unistdio/u32-sprintf.c: New file.
11245         * lib/unistdio/u32-vasnprintf.c: New file.
11246         * lib/unistdio/u32-vasprintf.c: New file.
11247         * lib/unistdio/u32-vsnprintf.c: New file.
11248         * lib/unistdio/u32-vsprintf.c: New file.
11249         * lib/unistdio/u32-u32-asnprintf.c: New file.
11250         * lib/unistdio/u32-u32-asprintf.c: New file.
11251         * lib/unistdio/u32-u32-snprintf.c: New file.
11252         * lib/unistdio/u32-u32-sprintf.c: New file.
11253         * lib/unistdio/u32-u32-vasnprintf.c: New file.
11254         * lib/unistdio/u32-u32-vasprintf.c: New file.
11255         * lib/unistdio/u32-u32-vsnprintf.c: New file.
11256         * lib/unistdio/u32-u32-vsprintf.c: New file.
11257         * tests/unistdio/test-ulc-asnprintf1.c: New file.
11258         * tests/unistdio/test-ulc-asnprintf1.h: New file.
11259         * tests/unistdio/test-ulc-printf1.h: New file.
11260         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
11261         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
11262         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
11263         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
11264         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
11265         * tests/unistdio/test-ulc-vasprintf1.c: New file.
11266         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
11267         * tests/unistdio/test-ulc-vsprintf1.c: New file.
11268         * tests/unistdio/test-u8-asnprintf1.c: New file.
11269         * tests/unistdio/test-u8-asnprintf1.h: New file.
11270         * tests/unistdio/test-u8-printf1.h: New file.
11271         * tests/unistdio/test-u8-vasnprintf1.c: New file.
11272         * tests/unistdio/test-u8-vasnprintf2.c: New file.
11273         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
11274         * tests/unistdio/test-u8-vasnprintf3.c: New file.
11275         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
11276         * tests/unistdio/test-u8-vasprintf1.c: New file.
11277         * tests/unistdio/test-u8-vsnprintf1.c: New file.
11278         * tests/unistdio/test-u8-vsprintf1.c: New file.
11279         * tests/unistdio/test-u16-asnprintf1.c: New file.
11280         * tests/unistdio/test-u16-asnprintf1.h: New file.
11281         * tests/unistdio/test-u16-printf1.h: New file.
11282         * tests/unistdio/test-u16-vasnprintf1.c: New file.
11283         * tests/unistdio/test-u16-vasnprintf2.c: New file.
11284         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
11285         * tests/unistdio/test-u16-vasnprintf3.c: New file.
11286         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
11287         * tests/unistdio/test-u16-vasprintf1.c: New file.
11288         * tests/unistdio/test-u16-vsnprintf1.c: New file.
11289         * tests/unistdio/test-u16-vsprintf1.c: New file.
11290         * tests/unistdio/test-u32-asnprintf1.c: New file.
11291         * tests/unistdio/test-u32-asnprintf1.h: New file.
11292         * tests/unistdio/test-u32-printf1.h: New file.
11293         * tests/unistdio/test-u32-vasnprintf1.c: New file.
11294         * tests/unistdio/test-u32-vasnprintf2.c: New file.
11295         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
11296         * tests/unistdio/test-u32-vasnprintf3.c: New file.
11297         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
11298         * tests/unistdio/test-u32-vasprintf1.c: New file.
11299         * tests/unistdio/test-u32-vsnprintf1.c: New file.
11300         * tests/unistdio/test-u32-vsprintf1.c: New file.
11301         * modules/unistdio/base: New file.
11302         * modules/unistdio/u-printf-args: New file.
11303         * modules/unistdio/ulc-asnprintf: New file.
11304         * modules/unistdio/ulc-asprintf: New file.
11305         * modules/unistdio/ulc-fprintf: New file.
11306         * modules/unistdio/ulc-printf-parse: New file.
11307         * modules/unistdio/ulc-snprintf: New file.
11308         * modules/unistdio/ulc-sprintf: New file.
11309         * modules/unistdio/ulc-vasnprintf: New file.
11310         * modules/unistdio/ulc-vasprintf: New file.
11311         * modules/unistdio/ulc-vfprintf: New file.
11312         * modules/unistdio/ulc-vsnprintf: New file.
11313         * modules/unistdio/ulc-vsprintf: New file.
11314         * modules/unistdio/u8-asnprintf: New file.
11315         * modules/unistdio/u8-asprintf: New file.
11316         * modules/unistdio/u8-printf-parse: New file.
11317         * modules/unistdio/u8-snprintf: New file.
11318         * modules/unistdio/u8-sprintf: New file.
11319         * modules/unistdio/u8-vasnprintf: New file.
11320         * modules/unistdio/u8-vasprintf: New file.
11321         * modules/unistdio/u8-vsnprintf: New file.
11322         * modules/unistdio/u8-vsprintf: New file.
11323         * modules/unistdio/u8-u8-asnprintf: New file.
11324         * modules/unistdio/u8-u8-asprintf: New file.
11325         * modules/unistdio/u8-u8-snprintf: New file.
11326         * modules/unistdio/u8-u8-sprintf: New file.
11327         * modules/unistdio/u8-u8-vasnprintf: New file.
11328         * modules/unistdio/u8-u8-vasprintf: New file.
11329         * modules/unistdio/u8-u8-vsnprintf: New file.
11330         * modules/unistdio/u8-u8-vsprintf: New file.
11331         * modules/unistdio/u16-asnprintf: New file.
11332         * modules/unistdio/u16-asprintf: New file.
11333         * modules/unistdio/u16-printf-parse: New file.
11334         * modules/unistdio/u16-snprintf: New file.
11335         * modules/unistdio/u16-sprintf: New file.
11336         * modules/unistdio/u16-vasnprintf: New file.
11337         * modules/unistdio/u16-vasprintf: New file.
11338         * modules/unistdio/u16-vsnprintf: New file.
11339         * modules/unistdio/u16-vsprintf: New file.
11340         * modules/unistdio/u16-u16-asnprintf: New file.
11341         * modules/unistdio/u16-u16-asprintf: New file.
11342         * modules/unistdio/u16-u16-snprintf: New file.
11343         * modules/unistdio/u16-u16-sprintf: New file.
11344         * modules/unistdio/u16-u16-vasnprintf: New file.
11345         * modules/unistdio/u16-u16-vasprintf: New file.
11346         * modules/unistdio/u16-u16-vsnprintf: New file.
11347         * modules/unistdio/u16-u16-vsprintf: New file.
11348         * modules/unistdio/u32-asnprintf: New file.
11349         * modules/unistdio/u32-asprintf: New file.
11350         * modules/unistdio/u32-printf-parse: New file.
11351         * modules/unistdio/u32-snprintf: New file.
11352         * modules/unistdio/u32-sprintf: New file.
11353         * modules/unistdio/u32-vasnprintf: New file.
11354         * modules/unistdio/u32-vasprintf: New file.
11355         * modules/unistdio/u32-vsnprintf: New file.
11356         * modules/unistdio/u32-vsprintf: New file.
11357         * modules/unistdio/u32-u32-asnprintf: New file.
11358         * modules/unistdio/u32-u32-asprintf: New file.
11359         * modules/unistdio/u32-u32-snprintf: New file.
11360         * modules/unistdio/u32-u32-sprintf: New file.
11361         * modules/unistdio/u32-u32-vasnprintf: New file.
11362         * modules/unistdio/u32-u32-vasprintf: New file.
11363         * modules/unistdio/u32-u32-vsnprintf: New file.
11364         * modules/unistdio/u32-u32-vsprintf: New file.
11365         * modules/unistdio/ulc-asnprintf-tests: New file.
11366         * modules/unistdio/ulc-vasnprintf-tests: New file.
11367         * modules/unistdio/ulc-vasprintf-tests: New file.
11368         * modules/unistdio/ulc-vsnprintf-tests: New file.
11369         * modules/unistdio/ulc-vsprintf-tests: New file.
11370         * modules/unistdio/u8-asnprintf-tests: New file.
11371         * modules/unistdio/u8-vasnprintf-tests: New file.
11372         * modules/unistdio/u8-vasprintf-tests: New file.
11373         * modules/unistdio/u8-vsnprintf-tests: New file.
11374         * modules/unistdio/u8-vsprintf-tests: New file.
11375         * modules/unistdio/u16-asnprintf-tests: New file.
11376         * modules/unistdio/u16-vasnprintf-tests: New file.
11377         * modules/unistdio/u16-vasprintf-tests: New file.
11378         * modules/unistdio/u16-vsnprintf-tests: New file.
11379         * modules/unistdio/u16-vsprintf-tests: New file.
11380         * modules/unistdio/u32-asnprintf-tests: New file.
11381         * modules/unistdio/u32-vasnprintf-tests: New file.
11382         * modules/unistdio/u32-vasprintf-tests: New file.
11383         * modules/unistdio/u32-vsnprintf-tests: New file.
11384         * modules/unistdio/u32-vsprintf-tests: New file.
11385         * MODULES.html.sh (Unicode string functions): Add the new modules.
11386
11387 2007-07-01  Bruno Haible  <bruno@clisp.org>
11388
11389         * lib/sprintf.c (sprintf): Limit the available length estimation,
11390         to avoid address wraparound.
11391         * lib/vsprintf.c (vsprintf): Likewise.
11392         * modules/sprintf-posix (Dependencies): Add stdint.
11393         * modules/vsprintf-posix (Dependencies): Likewise.
11394
11395 2007-07-01  Bruno Haible  <bruno@clisp.org>
11396
11397         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
11398         Windows PATH as well. Conservative double-quoting. Comments.
11399
11400 2007-07-01  Bruno Haible  <bruno@clisp.org>
11401             Eric Blake  <ebb9@byu.net>
11402             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11403
11404         * gnulib-tool (self_abspathname): Fix algorithm to cope with
11405         empty components in $PATH, denoting '.'.
11406
11407 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11408
11409         * gnulib-tool: Fix indentation.
11410         (func_create_megatestdir): Likewise.
11411         Report by Bruno Haible.
11412
11413 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11414
11415         Sync from Automake.
11416         * build-aux/gnupload: Fix shell portability issues with for loops.
11417         Report by Karl Berry.
11418
11419 2007-06-29  Simon Josefsson  <simon@josefsson.org>
11420
11421         * build-aux/maint.mk (POURL): Use translationproject.org.
11422
11423 2007-06-27  Simon Josefsson  <simon@josefsson.org>
11424             Bruno Haible  <bruno@clisp.org>
11425
11426         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
11427         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
11428         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
11429         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
11430         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
11431
11432 2007-06-27  Bruno Haible  <bruno@clisp.org>
11433
11434         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
11435         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
11436
11437 2007-06-26  Karl Berry  <karl@gnu.org>
11438
11439         * MODULES.html.sh: remove xreadlink-with-size.
11440
11441 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11442
11443         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
11444         method that I hope also handles the double-include problem noted
11445         by Bruno Haible in
11446         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
11447
11448 2007-06-23  Bruno Haible  <bruno@clisp.org>
11449
11450         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11451         Don't let the 'mostlyclean' target fail if the last subdirectory could
11452         not be removed.
11453         Reported by Karl Berry.
11454
11455 2007-06-23  Bruno Haible  <bruno@clisp.org>
11456
11457         * gnulib-tool (echo): Add a speedier workaround for ksh.
11458         * tests/test-echo.sh: Likewise.
11459
11460 2007-06-23  Bruno Haible  <bruno@clisp.org>
11461
11462         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
11463         * tests/test-echo.sh: Likewise.
11464
11465 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11466
11467         * gnulib-tool (IFS): Initialize early, so we don't set it to
11468         empty later.
11469         (self_abspathname): Rewrite algorithm to set it, reindent.
11470         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
11471         (func_create_megatestdir): Merge some sed scripts.
11472
11473 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11474
11475         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
11476         exposed by Sun Studio 11 cc on Solaris 8.
11477
11478 2007-06-22  Bruno Haible  <bruno@clisp.org>
11479
11480         * gnulib-tool (echo): Ensure the echo primitive does not interpret
11481         backslashes.
11482         * tests/test-echo.sh: New file.
11483
11484 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11485
11486         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
11487         simplify `sed_replace_build_aux' scripts, they are portable but
11488         echoing them with `echo' is not.
11489         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
11490
11491 2007-06-21  Karl Berry  <karl@gnu.org>
11492
11493         * config/srclist.txt: guess we can't handle the licenses via
11494         srclist at the moment.
11495
11496 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11497
11498         * MODULES.html.sh: Add include_next.
11499         * modules/include_next: New file.
11500
11501 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11502
11503         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
11504         INCLUDE_NEXT.
11505         (gl_CHECK_NEXT_HEADERS): New macro.
11506         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
11507         the obsolescent gl_ABSOLUTE_HEADER.
11508         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
11509         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
11510         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
11511         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
11512         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
11513         * m4/math_h.m4 (gl_MATH_H): Likewise.
11514         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
11515         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
11516         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
11517         * m4/stdint.m4 (gl_STDINT_H): Likewise.
11518         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
11519         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
11520         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
11521         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
11522         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
11523         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
11524         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
11525         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11526         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
11527         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
11528         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11529         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11530         * m4/inttypes.m4 (gl_INTTYPES_H): Define
11531         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
11532         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
11533         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
11534         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
11535         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
11536         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
11537         * lib/float_.h: Likewise.
11538         * lib/inttypes_.h: Likewise.
11539         * lib/math_.h: Likewise.
11540         * lib/search_.h: Likewise.
11541         * lib/signal_.h: Likewise.
11542         * lib/stdint_.h: Likewise.
11543         * lib/stdio_.h: Likewise.
11544         * lib/stdlib_.h: Likewise.
11545         * lib/string_.h: Likewise.
11546         * lib/sys_stat_.h: Likewise.
11547         * lib/sys_time_.h: Likewise.
11548         * lib/time_.h: Likewise.
11549         * lib/unistd_.h: Likewise.
11550         * lib/wchar_.h: Likewise.
11551         * lib/wctype_.h: Likewise.
11552         * lib/dirent_.h: Likewise.
11553         * lib/iconv_.h: Likewise.
11554         * lib/locale_.h: Likewise.
11555         * lib/netinet_in_.h: Likewise.
11556         * lib/sys_select_.h: Likewise.
11557         * lib/sys_socket_.h: Likewise.
11558         * lib/sysexits_.h: Likewise.
11559         * modules/fcntl (Depends-on): Depend on include_next, not
11560         absolute_header.
11561         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
11562         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
11563         * modules/fchdir: Likewise.
11564         * modules/float: Likewise.
11565         * modules/iconv_open: Likewise.
11566         * modules/inttypes: Likewise.
11567         * modules/locale: Likewise.
11568         * modules/math: Likewise.
11569         * modules/netinet_in: Likewise.
11570         * modules/search: Likewise.
11571         * modules/signal: Likewise.
11572         * modules/stdint: Likewise.
11573         * modules/stdio: Likewise.
11574         * modules/stdlib: Likewise.
11575         * modules/string: Likewise.
11576         * modules/sys_select: Likewise.
11577         * modules/sys_socket: Likewise.
11578         * modules/sys_stat: Likewise.
11579         * modules/sys_time: Likewise.
11580         * modules/sysexits: Likewise.
11581         * modules/time: Likewise.
11582         * modules/unistd: Likewise.
11583         * modules/wchar: Likewise.
11584         * modules/wctype: Likewise.
11585         * modules/sys_stat: Change maintainer to "all".
11586         * modules/unistd: Likewise.
11587
11588 2007-06-20  Karl Berry  <karl@gnu.org>
11589
11590         * config/srclist.txt: track www changes in license files.
11591
11592 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
11593
11594         * build-aux/bootstrap: Remove stray dot.
11595         Make sure build_aux settings are honored when linking
11596         gnulib_extra_files.
11597
11598 2007-06-19  Eric Blake  <ebb9@byu.net>
11599
11600         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11601         Allow compilation on cygwin.
11602
11603 2007-06-19  Jim Meyering  <jim@meyering.net>
11604
11605         xreadlink-with-size: Remove module.  No longer used.
11606         Ex-callers now use xreadlink or mreadlink-with-size.
11607         * modules/xreadlink-with-size: Remove module.
11608         * lib/xreadlink-with-size.c: Remove file.
11609         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
11610         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
11611         just before the function definition *is* accurate.
11612
11613         Eliminate one way canonicalize_filename_mode could exit.
11614         * lib/canonicalize.c (canonicalize_filename_mode):
11615         Use mreadlink_with_size, not xreadlink_with_size.
11616
11617 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
11618
11619         Detect porting problems to FreeBSD/arm, which has time_t wider than
11620         long int.  Original problem reported for GNU diff by Xin Li in
11621         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
11622         * modules/getdate (Depends-on): Add intprops, verify.
11623         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
11624         is an integer type no wider than long int.
11625
11626 2007-06-18  Jim Meyering  <jim@meyering.net>
11627
11628         New module: mreadlink-with-size.
11629         * MODULES.html.sh: Add mreadlink-with-size.
11630         * modules/mreadlink-with-size: New module
11631         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
11632         not xreadlink-with-size.
11633         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
11634
11635 2007-06-16  Bruno Haible  <bruno@clisp.org>
11636
11637         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
11638         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
11639         Reported by Gary V. Vaughan <gary@gnu.org>.
11640
11641 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
11642
11643         Revamp lchown so that it lives in unistd.h where it belongs.
11644         * lib/lchown.h: Remove.
11645         * lib/dirchownmod.c: Don't include lib/lchown.h.
11646         * lib/fchownat.c: Likewise.
11647         * lib/openat.c: Likewise.
11648         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
11649         does not follow symlinks.
11650         (EOPNOTSUPP): Define if not defined.
11651         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
11652         is defined to 0.
11653         (lchown): New decl.
11654         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
11655         Do not check for lchown decl.
11656         Set REPLACE_LCHOWN.
11657         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
11658         REPLACE_LCHOWN.
11659         * modules/chown: Make it clear it follows symlinks.
11660         * modules/lchown: Make it clear it doesn't follow symlinks.
11661         (Files): Remove lib/lchown.h
11662         (Depends-on): Add unistd.
11663         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
11664         (Include): Include <unistd.h>, not "lchown.h".
11665         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
11666         REPLACE_LCHOWN.
11667
11668 2007-06-15  Jim Meyering  <jim@meyering.net>
11669
11670         Change license (GPL to LGPL) of fsusage and dependents.
11671         * modules/fsusage (License): Change to LGPL.
11672         * modules/full-read (License): Likewise.
11673         * modules/full-write (License): Likewise.
11674         * modules/safe-read (License): Likewise.
11675         * modules/safe-write (License): Likewise.
11676
11677 2007-06-14  Ben Pfaff  <blp@gnu.org>
11678
11679         Missing part of allocsa -> malloca transition.
11680         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
11681         gl_MALLOCA.
11682
11683 2007-06-12  Bruno Haible  <bruno@clisp.org>
11684
11685         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
11686         to ia64, x86_64, i386.
11687         Reported by Eric Blake.
11688
11689 2007-06-12  Bruno Haible  <bruno@clisp.org>
11690
11691         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
11692         cross-compiling to x86_64.
11693
11694 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
11695
11696         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
11697         glitch reported by Ralf Wildenhues in
11698         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
11699
11700         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
11701         Vin Shelton.
11702
11703 2007-06-11  Bruno Haible  <bruno@clisp.org>
11704
11705         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
11706         replacement string.
11707         Reported by Eric Blake.
11708
11709 2007-06-10  Bruno Haible  <bruno@clisp.org>
11710
11711         Prepare vasnprintf code for use with Unicode strings.
11712         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
11713         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
11714         TYPE_U32_STRING.
11715         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
11716         a_u32_string variants.
11717         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
11718         * lib/printf-args.c: Don't include config.h and the specification
11719         header if PRINTF_FETCHARGS is already defined.
11720         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
11721         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
11722         TYPE_U16_STRING, TYPE_U32_STRING.
11723         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
11724         u16_directive, u16_directives, u32_directive, u32_directives): New
11725         types.
11726         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
11727         New declarations.
11728         * lib/printf-parse.c: Don't include config.h and the specification
11729         header if PRINTF_PARSE is already defined. Eliminate the set of
11730         parameters for WIDE_CHAR_VERSION; the user of this file must provide
11731         them now. Include c-ctype.h.
11732         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
11733         directive and CHAR_T_ONLY_ASCII.
11734         * lib/vasnprintf.c: Don't include config.h and the specification header
11735         if VASNPRINTF is already defined.
11736         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
11737         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
11738         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
11739         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
11740         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
11741         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
11742         code accordingly.
11743         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
11744         pad_ourselves also in this case, with the 'c' and 's' directives, and
11745         with a different notion of "width".
11746         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
11747
11748 2007-06-10  Bruno Haible  <bruno@clisp.org>
11749
11750         * modules/unistr/u32-mbsnlen: New file.
11751         * lib/unistr/u32-mbsnlen.c: New file.
11752
11753         * modules/unistr/u16-mbsnlen: New file.
11754         * lib/unistr/u16-mbsnlen.c: New file.
11755
11756         * modules/unistr/u8-mbsnlen: New file.
11757         * lib/unistr/u8-mbsnlen.c: New file.
11758
11759         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
11760         declarations.
11761
11762 2007-06-10  Bruno Haible  <bruno@clisp.org>
11763
11764         * lib/string_.h (mbsnlen): New declaration.
11765         * lib/mbsnlen.c: New file.
11766         * m4/mbsnlen.m4: New file.
11767         * modules/mbsnlen: New file.
11768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
11769         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
11770         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
11771
11772 2007-06-10  Bruno Haible  <bruno@clisp.org>
11773
11774         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
11775
11776 2007-06-10  Bruno Haible  <bruno@clisp.org>
11777
11778         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
11779         * lib/mbuiter.h: Likewise.
11780
11781 2007-06-10  Bruno Haible  <bruno@clisp.org>
11782
11783         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
11784         declaration.
11785
11786 2007-06-10  Karl Berry  <karl@gnu.org>
11787
11788         * config/srclist.txt: remove gettext entries, Bruno prefers
11789         to update individually.
11790
11791 2007-06-10  Bruno Haible  <bruno@clisp.org>
11792
11793         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
11794         'maxlen'. Ensure only length + width bytes are allocated, not
11795         length + 1 + width.
11796
11797 2007-06-09  Bruno Haible  <bruno@clisp.org>
11798
11799         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
11800         (CHAR_T): Remove macro.
11801         (VASNPRINTF): Update.
11802
11803 2007-06-09  Bruno Haible  <bruno@clisp.org>
11804
11805         * MODULES.html.sh (Unicode string functions): Add the new modules.
11806
11807         * modules/uniconv/u32-conv-to-enc: New file.
11808         * lib/uniconv/u32-conv-to-enc.c: New file.
11809         * modules/uniconv/u32-conv-to-enc-tests: New file.
11810         * tests/uniconv/test-u32-conv-to-enc.c: New file.
11811
11812         * modules/uniconv/u16-conv-to-enc: New file.
11813         * lib/uniconv/u16-conv-to-enc.c: New file.
11814         * lib/uniconv/u-conv-to-enc.h: New file.
11815         * modules/uniconv/u16-conv-to-enc-tests: New file.
11816         * tests/uniconv/test-u16-conv-to-enc.c: New file.
11817
11818         * modules/uniconv/u8-conv-to-enc: New file.
11819         * lib/uniconv/u8-conv-to-enc.c: New file.
11820         * modules/uniconv/u8-conv-to-enc-tests: New file.
11821         * tests/uniconv/test-u8-conv-to-enc.c: New file.
11822
11823         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
11824         u32_conv_to_encoding): New declarations.
11825
11826 2007-06-09  Bruno Haible  <bruno@clisp.org>
11827
11828         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
11829
11830 2007-06-09  Bruno Haible  <bruno@clisp.org>
11831
11832         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
11833         * modules/malloca: Renamed from modules/allocsa, updated.
11834         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
11835         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
11836         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
11837         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
11838         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
11839         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
11840         * modules/xmalloca: Renamed from modules/xallocsa, updated.
11841         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
11842         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
11843         * modules/c-strcasestr (Depends-on): Update.
11844         * lib/c-strcasestr.c: Update.
11845         * modules/c-strstr (Depends-on): Update.
11846         * lib/c-strstr.c: Update.
11847         * modules/canonicalize-lgpl (Depends-on): Update.
11848         * lib/canonicalize-lgpl.c: Update.
11849         * modules/clean-temp (Depends-on): Update.
11850         * lib/clean-temp.c: Update.
11851         * modules/csharpcomp (Depends-on): Update.
11852         * lib/csharpcomp.c: Update.
11853         * modules/csharpexec (Depends-on): Update.
11854         * lib/csharpexec.c: Update.
11855         * modules/javacomp (Depends-on): Update.
11856         * lib/javacomp.c: Update.
11857         * modules/javaexec (Depends-on): Update.
11858         * lib/javaexec.c: Update.
11859         * modules/mbscasestr (Depends-on): Update.
11860         * lib/mbscasestr.c: Update.
11861         * modules/mbsstr (Depends-on): Update.
11862         * lib/mbsstr.c: Update.
11863         * modules/setenv (Depends-on): Update.
11864         * lib/setenv.c: Update.
11865         * modules/strcasestr (Depends-on): Update.
11866         * lib/strcasestr.c: Update.
11867         * modules/striconveha (Depends-on): Update.
11868         * lib/striconveha.c: Update.
11869         * modules/relocatable-prog-wrapper (Files): Update.
11870         * lib/relocwrapper.c: Update.
11871         * build-aux/install-reloc: Update.
11872         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
11873
11874 2007-06-08  Bruno Haible  <bruno@clisp.org>
11875
11876         Port to uClibc.
11877         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
11878         * lib/fpurge.c (fpurge): Likewise.
11879         * lib/freading.c (freading): Likewise.
11880         * lib/fseeko.c (rpl_fseeko): Likewise.
11881         * lib/fseterr.c (fseterr): Likewise.
11882         * lib/fwriting.c (fwriting): Likewise.
11883         * tests/test-fflush.c (main): Avoid a failure on uClibc.
11884
11885 2007-06-08  Bruno Haible  <bruno@clisp.org>
11886
11887         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
11888         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
11889         * modules/gettext (Files): Add m4/intlmacosx.m4.
11890
11891 2007-06-07  Bruno Haible  <bruno@clisp.org>
11892
11893         * modules/localename-tests: New file.
11894         * tests/test-localename.c: New file.
11895
11896         New module 'localename'.
11897         * lib/localename.h: New file.
11898         * lib/localename.c: New file, from GNU gettext.
11899         * m4/localename.m4: New file.
11900         * modules/localename: New file.
11901
11902 2007-06-07  Bruno Haible  <bruno@clisp.org>
11903
11904         Work around the lack of <wchar.h> on some builds of uClibc.
11905         * doc/headers/wchar.texi: Update.
11906         * lib/wchar_.h: Include <wchar.h> only if it exists.
11907         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
11908         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
11909         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
11910         doesn't exist.
11911         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
11912         * modules/mbfile (Depends-on): Add wchar.
11913         * modules/mbiter (Depends-on): Likewise.
11914         * modules/mbuiter (Depends-on): Likewise.
11915         Reported by Simon Josefsson.
11916
11917 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
11918
11919         Work around problem reported by Steven M. Schweda in
11920         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
11921         Tru64 5.1B with the Compaq compiler environment installed declares
11922         an 'isblank' function but does not define it in the C library.
11923         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
11924         * lib/regex_internal.h (isblank): Likewise.
11925         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
11926         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11927
11928 2007-06-05  Bruno Haible  <bruno@clisp.org>
11929
11930         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
11931         ia64.
11932         * modules/printf-safe: New file.
11933         * modules/fprintf-posix (Depends-on): Add printf-safe.
11934         * modules/printf-posix (Depends-on): Likewise.
11935         * modules/snprintf-posix (Depends-on): Likewise.
11936         * modules/sprintf-posix (Depends-on): Likewise.
11937         * modules/vasnprintf-posix (Depends-on): Likewise.
11938         * modules/vasprintf-posix (Depends-on): Likewise.
11939         * modules/vfprintf-posix (Depends-on): Likewise.
11940         * modules/vprintf-posix (Depends-on): Likewise.
11941         * modules/vsnprintf-posix (Depends-on): Likewise.
11942         * modules/vsprintf-posix (Depends-on): Likewise.
11943         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
11944         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
11945         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
11946         "no" on i386, x86_64, ia64.
11947         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
11948         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11949         on i386, x86_64, ia64.
11950         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
11951         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11952         on i386, x86_64, ia64.
11953         * tests/test-vasnprintf-posix.c: Include float.h.
11954         (LDBL80_WORDS): New macro.
11955         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11956         on i386, x86_64, ia64.
11957         * tests/test-vasprintf-posix.c: Include float.h.
11958         (LDBL80_WORDS): New macro.
11959         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11960         on i386, x86_64, ia64.
11961         * tests/test-snprintf-posix.c: Include float.h.
11962         * tests/test-sprintf-posix.c: Likewise.
11963         * tests/test-vsnprintf-posix.c: Likewise.
11964         * tests/test-vsprintf-posix.c: Likewise.
11965
11966 2007-06-05  Bruno Haible  <bruno@clisp.org>
11967
11968         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
11969         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
11970         non-IEEE numbers on i386, x86_64, ia64.
11971         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
11972         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
11973         * tests/test-isnanl.h: Include float.h.
11974         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
11975
11976 2007-06-05  Bruno Haible  <bruno@clisp.org>
11977
11978         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
11979         also the %a / %A. Handle the %a / %A code before this extra handling.
11980
11981 2007-06-05  Bruno Haible  <bruno@clisp.org>
11982
11983         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
11984         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
11985
11986 2007-06-05  Bruno Haible  <bruno@clisp.org>
11987
11988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
11989         typo in variable name.
11990
11991 2007-06-05  Eric Blake  <ebb9@byu.net>
11992
11993         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
11994         Reported by Simon Josefsson.
11995
11996 2007-06-04  Bruno Haible  <bruno@clisp.org>
11997
11998         Avoid test failures on some PowerPC platforms.
11999         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
12000         Define differently for PowerPC.
12001         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
12002         Reported by Gary V. Vaughan <gary@gnu.org>.
12003
12004 2007-06-02  Bruno Haible  <bruno@clisp.org>
12005
12006         Fix test-stdint failure on FreeBSD/ia64.
12007         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
12008         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
12009         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
12010         * doc/headers/stdint.texi: Update.
12011
12012 2007-06-01  Bruno Haible  <bruno@clisp.org>
12013
12014         * tests/test-binary-io.c (main): Pass a third argument to open().
12015         Reported by Gary V. Vaughan <gary@gnu.org>.
12016
12017 2007-06-01  Bruno Haible  <bruno@clisp.org>
12018
12019         * doc/functions/frexpl.texi: Update for mingw.
12020
12021 2007-06-01  Bruno Haible  <bruno@clisp.org>
12022
12023         * tests/test-lseek.c (main): Disable test of errno for invalid third
12024         argument.
12025         * doc/functions/lseek.texi: Update.
12026         Reported by Gary V. Vaughan <gary@gnu.org>.
12027
12028 2007-05-28  Bruno Haible  <bruno@clisp.org>
12029
12030         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
12031
12032 2007-05-31  Eric Blake  <ebb9@byu.net>
12033
12034         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
12035         cross compiling.
12036
12037 2007-05-30  Eric Blake  <ebb9@byu.net>
12038         and Bruno Haible  <bruno@clisp.org>
12039
12040         Work around mingw test failures exposed by m4-1.4.9b.
12041         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
12042         * tests/test-unistd.c: Disable uid_t and git_t tests for the
12043         moment.
12044
12045 2007-05-30  Bruno Haible  <bruno@clisp.org>
12046
12047         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
12048         assuming that they are closed. Needed on HP-UX 11.
12049
12050 2007-05-29  Bruno Haible  <bruno@clisp.org>
12051
12052         Fix a problem with #include_next.
12053         * lib/dirent_.h: Split the double-inclusion guard.
12054         * lib/fcntl_.h: Likewise.
12055         * lib/float_.h: Likewise.
12056         * lib/iconv_.h: Likewise.
12057         * lib/inttypes_.h: Likewise.
12058         * lib/locale_.h: Likewise.
12059         * lib/math_.h: Likewise.
12060         * lib/netinet_in_.h: Likewise.
12061         * lib/search_.h: Likewise.
12062         * lib/signal_.h: Likewise.
12063         * lib/stdint_.h: Likewise.
12064         * lib/stdio_.h: Likewise.
12065         * lib/stdlib_.h: Likewise.
12066         * lib/string_.h: Likewise.
12067         * lib/sys_select_.h: Likewise.
12068         * lib/sys_socket_.h: Likewise.
12069         * lib/sys_stat_.h: Likewise.
12070         * lib/sys_time_.h: Likewise.
12071         * lib/sysexits_.h: Likewise.
12072         * lib/time_.h: Likewise.
12073         * lib/unistd_.h: Likewise.
12074         * lib/wchar_.h: Likewise.
12075         * lib/wctype_.h: Likewise.
12076
12077 2007-05-29  Bruno Haible  <bruno@clisp.org>
12078
12079         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
12080         for the moment.
12081
12082 2007-05-29  Bruno Haible  <bruno@clisp.org>
12083
12084         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
12085         invocation.
12086         Reported by Eric Blake.
12087
12088 2007-05-29  Bruno Haible  <bruno@clisp.org>
12089
12090         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
12091         compiling case.
12092
12093 2007-05-29  Eric Blake  <ebb9@byu.net>
12094             Bruno Haible  <bruno@clisp.org>
12095
12096         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
12097         cross compiles.
12098
12099 2007-05-28  Eric Blake  <ebb9@byu.net>
12100
12101         * modules/closein-tests (test_closein_LDADD): Support test on
12102         cygwin with libtool.
12103
12104 2007-05-28  Bruno Haible  <bruno@clisp.org>
12105
12106         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
12107         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12108         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12109         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12110         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12111         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12112         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12113         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12114         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12115
12116 2007-05-28  Eric Blake  <ebb9@byu.net>
12117
12118         Unconditionally include <config.h> in unit tests.
12119         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
12120         * tests/test-allocsa.c, tests/test-arcfour.c,
12121         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
12122         tests/test-array_list.c, tests/test-array_oset.c,
12123         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
12124         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
12125         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
12126         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
12127         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
12128         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
12129         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
12130         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
12131         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
12132         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
12133         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
12134         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
12135         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
12136         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
12137         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
12138         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
12139         test-md5.c, test-memmem.c, test-printf-posix.c,
12140         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
12141         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
12142         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
12143         test-strcasestr.c, test-striconv.c, test-striconveh.c,
12144         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
12145         test-vasnprintf-posix2.c, test-vasnprintf.c,
12146         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
12147         test-vfprintf-posix.c, test-vprintf-posix.c,
12148         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
12149         test-xvasprintf.c: Likewise.
12150
12151 2007-05-28  Bruno Haible  <bruno@clisp.org>
12152
12153         * gnulib-tool (func_import): Remember the --with-tests command-line
12154         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
12155         Reported by Eric Blake.
12156
12157 2007-05-28  Bruno Haible  <bruno@clisp.org>
12158
12159         * modules/ftell-tests: New file.
12160         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
12161         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
12162
12163         * lib/ftell.c: New file.
12164         * modules/ftell: New file.
12165         * m4/ftell.m4: New file.
12166         * doc/functions/ftell.texi: Update.
12167         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
12168         REPLACE_FTELL.
12169         * lib/stdio_.h (rpl_ftell): New declaration.
12170         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
12171         REPLACE_FTELL.
12172
12173 2007-05-28  Eric Blake  <ebb9@byu.net>
12174
12175         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
12176
12177 2007-05-28  Bruno Haible  <bruno@clisp.org>
12178
12179         * modules/fseek-tests: New file.
12180         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
12181         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
12182
12183         * lib/fseek.c: New file.
12184         * modules/fseek: New file.
12185         * m4/fseek.m4: New file.
12186         * doc/functions/fseek.texi: Update.
12187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
12188         REPLACE_FSEEK.
12189         * lib/stdio_.h (rpl_fseek): New declaration.
12190         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
12191         REPLACE_FSEEK.
12192
12193 2007-05-28  Bruno Haible  <bruno@clisp.org>
12194
12195         * lib/stdio_.h (fflush): More comments.
12196
12197 2007-05-28  Bruno Haible  <bruno@clisp.org>
12198
12199         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
12200         runtime test.
12201
12202 2007-05-28  Eric Blake  <ebb9@byu.net>
12203
12204         Improve lseek module.
12205         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
12206         * lib/unistd_.h (lseek): Scale back link warning message.
12207         * tests/test-lseek.c: Beef up test.
12208         * tests/test-lseek.sh: Exercise more facets of lseek.
12209         Reported by Bruno Haible.
12210
12211 2007-05-28  Bruno Haible  <bruno@clisp.org>
12212
12213         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
12214         to define.
12215
12216 2007-05-27  Bruno Haible  <bruno@clisp.org>
12217
12218         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
12219
12220 2007-05-27  Bruno Haible  <bruno@clisp.org>
12221
12222         * modules/openmp: New file.
12223         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
12224         Noah Misch.
12225
12226 2007-05-26  Bruno Haible  <bruno@clisp.org>
12227
12228         * modules/chdir-long (Depends-on): Add fchdir.
12229         * modules/chdir-safer (Depends-on): Likewise.
12230         * modules/fts (Depends-on): Likewise.
12231         * modules/fts-lgpl (Depends-on): Likewise.
12232         * modules/openat (Depends-on): Likewise.
12233         * modules/savewd (Depends-on): Likewise.
12234
12235 2007-05-24  Eric Blake  <ebb9@byu.net>
12236
12237         Fix lseek on mingw.
12238         * modules/lseek: New module.
12239         * m4/lseek.m4: New file.
12240         * lib/lseek.c: New file.
12241         * modules/lseek-tests: New file.
12242         * tests/test-lseek.c: New file.
12243         * tests/test-lseek.sh: New file.
12244         * MODULES.html.sh: Document lseek module.
12245         * modules/fflush (Depends-on): Add lseek, fseeko.
12246         * modules/fseeko (Depends-on): Likewise.
12247         * modules/ftello (Depends-on): Likewise.
12248         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
12249         broken.
12250         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
12251         broken.
12252         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
12253         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
12254         * lib/ftello.c (rpl_ftello): Likewise.
12255         * tests/test-fseeko.c (main): Test this.
12256         * tests/test-fseeko.sh: Likewise.
12257         * tests/test-ftello.c (main): Likewise.
12258         * tests/test-ftello.sh: Likewise.
12259         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
12260         implies replacing fseek.
12261         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
12262         HAVE_FTELLO.
12263         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
12264         * modules/unistd (Makefile.am): Likewise.
12265         * lib/unistd_.h (lseek): Declare a replacement.
12266         * doc/functions/lseek.texi (lseek): Document this fix.
12267         * doc/functions/fseek.texi (fseek): Likewise.
12268         * doc/functions/ftell.texi (ftell): Likewise.
12269
12270 2007-05-24  Bruno Haible  <bruno@clisp.org>
12271
12272         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
12273         in the printed representation of a NaN.
12274         * tests/test-vasprintf-posix.c (test_function): Likewise.
12275         * tests/test-snprintf-posix.h (test_function): Likewise.
12276         * tests/test-sprintf-posix.h (test_function): Likewise.
12277         Reported by Eric Blake.
12278
12279 2007-05-23  Eric Blake  <ebb9@byu.net>
12280
12281         Fix fseeko/ftello on cygwin 1.5.24.
12282         * doc/functions/fseeko.texi (fseeko): Document the fix.
12283         * doc/functions/ftello.texi (ftello): Document the fix.
12284         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
12285         * doc/functions/stdout.text (stdout): New file.
12286         * doc/functions/stderr.text (stderr): New file.
12287         * doc/gnulib.texi (Function Substitutes): Use new files.
12288         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
12289         prior to 1.7.0.
12290         * tests/test-ftello.c (main): Likewise for ftello.
12291         * tests/test-fseeko.sh: New file.
12292         * tests/test-ftello.sh: New file.
12293         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
12294         with seekable stdin.
12295         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
12296         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
12297         (gl_REPLACE_FSEEKO): New macro.
12298         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
12299         * modules/fseeko (Files): Distribute fseeko.c.
12300         * modules/ftello (Files): Distribute ftello.c.
12301         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
12302         mode.
12303         * lib/ftello.c (rpl_ftello): New file.
12304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
12305         fseeko, ftello.
12306         (gl_STDIN_LARGE_OFFSET): New macro.
12307         * modules/stdio (Makefile.am): Perform the replacement.
12308         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
12309
12310 2007-05-23  Bruno Haible  <bruno@clisp.org>
12311
12312         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
12313         GNULIB_POSIXCHECK is defined.
12314
12315 2007-05-21  Bruno Haible  <bruno@clisp.org>
12316
12317         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
12318         Check also the output for NaN arguments. When cross-compiling, guess
12319         no on IRIX.
12320         * lib/vasnprintf.c: Update comments.
12321         * tests/test-vasnprintf-posix.c (strisnan): New function.
12322         (test_function): Use it.
12323         * tests/test-vasprintf-posix.c (strisnan): New function.
12324         (test_function): Use it.
12325         * tests/test-snprintf-posix.h (strisnan): New function.
12326         (test_function): Use it.
12327         * tests/test-sprintf-posix.h (strisnan): New function.
12328         (test_function): Use it.
12329         Reported by Eric Blake.
12330
12331 2007-05-20  Bruno Haible  <bruno@clisp.org>
12332
12333         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
12334         numbers that fails on BeOS.
12335         * doc/functions/frexpl.texi: Update.
12336
12337 2007-05-20  Jim Meyering  <jim@meyering.net>
12338
12339         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
12340         forced upon us by glibc-2.6.
12341
12342 2007-05-20  Bruno Haible  <bruno@clisp.org>
12343
12344         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
12345         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
12346         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
12347         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
12348         NEED_PRINTF_INFINITE.
12349         (is_infinitel): New function.
12350         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
12351         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
12352         gl_PREREQ_VASNPRINTF_INFINITE.
12353         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
12354         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12355         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
12356         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
12357         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
12358         gl_PREREQ_VASNPRINTF_INFINITE.
12359         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12360         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12361         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12362         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12363         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12364         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12365         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12366         * doc/functions/fprintf.texi: Update.
12367         * doc/functions/printf.texi: Update.
12368         * doc/functions/snprintf.texi: Update.
12369         * doc/functions/sprintf.texi: Update.
12370         * doc/functions/vfprintf.texi: Update.
12371         * doc/functions/vprintf.texi: Update.
12372         * doc/functions/vsnprintf.texi: Update.
12373         * doc/functions/vsprintf.texi: Update.
12374
12375 2007-05-20  Bruno Haible  <bruno@clisp.org>
12376
12377         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
12378         was not found in libc.
12379         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
12380
12381 2007-05-20  Bruno Haible  <bruno@clisp.org>
12382
12383         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12384         printed as "-nan" instead of "nan".
12385         * tests/test-vasprintf-posix.c (test_function): Likewise.
12386         * tests/test-snprintf-posix.h (test_function): Likewise.
12387         * tests/test-sprintf-posix.h (test_function): Likewise.
12388         Needed for HP-UX 11.
12389
12390 2007-05-20  Jim Meyering  <jim@meyering.net>
12391
12392         Fix buggy test for the fchownat-deref bug.
12393         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
12394         symlink required for the run-test.  Without it, this test would
12395         always declare that fchownat doesn't work, and client code would
12396         unnecessarily use the replacement function with fixed libc.
12397         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
12398         Reported by Greg Schafer.
12399
12400 2007-05-19  Bruno Haible  <bruno@clisp.org>
12401
12402         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
12403         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
12404         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
12405         Needed for IRIX 6.5 and Solaris 2.5.1.
12406
12407 2007-05-19  Bruno Haible  <bruno@clisp.org>
12408
12409         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
12410         (test_function): Skip tests involving -0.0 on platforms where
12411         -0.0 = 0.0.
12412         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
12413         (test_function): Skip tests involving -0.0 on platforms where
12414         -0.0 = 0.0.
12415         * tests/test-snprintf-posix.h (have_minus_zero): New function.
12416         (test_function): Skip tests involving -0.0 on platforms where
12417         -0.0 = 0.0.
12418         * tests/test-sprintf-posix.h (have_minus_zero): New function.
12419         (test_function): Skip tests involving -0.0 on platforms where
12420         -0.0 = 0.0.
12421         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
12422         tests.
12423         * tests/test-printf-posix.h (test_function): Likewise.
12424         * tests/test-printf-posix.output: Remove all -0.0 related results.
12425         Needed for IRIX 6.5.
12426
12427 2007-05-19  Bruno Haible  <bruno@clisp.org>
12428
12429         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12430         printed as "nan0x7fffffff" instead of "nan".
12431         * tests/test-vasprintf-posix.c (test_function): Likewise.
12432         * tests/test-snprintf-posix.h (test_function): Likewise.
12433         * tests/test-sprintf-posix.h (test_function): Likewise.
12434         * tests/test-fprintf-posix.h (NaN): Remove macro.
12435         (test_function): Remove all NaN related tests.
12436         * tests/test-printf-posix.h (NaN): Remove macro.
12437         (test_function): Remove all NaN related tests.
12438         * tests/test-printf-posix.output: Remove all NaN related results.
12439         Needed for IRIX 6.5.
12440
12441 2007-05-19  Bruno Haible  <bruno@clisp.org>
12442
12443         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
12444         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
12445
12446 2007-05-19  Bruno Haible  <bruno@clisp.org>
12447
12448         * lib/float_.h: New file.
12449         * m4/float_h.m4: New file.
12450         * modules/float: New file.
12451         * modules/isnanl (Dependencies): Add float.
12452         * modules/isnanl-nolibm (Dependencies): Likewise.
12453         * modules/mathl (Dependencies): Likewise.
12454         * modules/printf-frexpl (Dependencies): Likewise.
12455         * modules/signbit (Dependencies): Likewise.
12456         * modules/vasnprintf (Dependencies): Likewise.
12457         * doc/headers/float.texi: Update.
12458
12459 2007-05-19  Jim Meyering  <jim@meyering.net>
12460
12461         * lib/utimens.c (gl_futimens): Rename from futimens,
12462         now that glibc-2.6 declares futimens.
12463         * lib/utimens.h: Likewise.
12464
12465 2007-05-19  Bruno Haible  <bruno@clisp.org>
12466
12467         Avoid test failures on mingw.
12468         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
12469         * tests/test-printf-posix.sh: Likewise.
12470         * tests/test-vfprintf-posix.sh: Likewise.
12471         * tests/test-vprintf-posix.sh: Likewise.
12472
12473 2007-05-19  Bruno Haible  <bruno@clisp.org>
12474
12475         Fix *printf result for NaN, Inf, -0.0 on mingw.
12476         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
12477         * lib/vasnprintf.c: Include math.h and isnan.h.
12478         (is_infinite_or_zero): New function.
12479         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
12480         values in the %f, %F, %e, %E, %g, %G directives.
12481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
12482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12483         gl_PRINTF_INFINITE and test its result. Invoke
12484         gl_PREREQ_VASNPRINTF_INFINITE.
12485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12486         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12487         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12488         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12489         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12490         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12491         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12492         * doc/functions/fprintf.texi: Update.
12493         * doc/functions/printf.texi: Update.
12494         * doc/functions/snprintf.texi: Update.
12495         * doc/functions/sprintf.texi: Update.
12496         * doc/functions/vfprintf.texi: Update.
12497         * doc/functions/vprintf.texi: Update.
12498         * doc/functions/vsnprintf.texi: Update.
12499         * doc/functions/vsprintf.texi: Update.
12500
12501 2007-05-19  Bruno Haible  <bruno@clisp.org>
12502
12503         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
12504         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
12505         Instead of multiplying with 10^k, set extra_zeroes to k.
12506         (scale10_round_long_double): Remove function.
12507
12508 2007-05-18  Bruno Haible  <bruno@clisp.org>
12509
12510         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
12511         introduced on 2007-05-06.
12512
12513 2007-05-18  Bruno Haible  <bruno@clisp.org>
12514
12515         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
12516         %g directives.
12517         * tests/test-vasprintf-posix.c (test_function): Likewise.
12518         * tests/test-snprintf-posix.h (test_function): Likewise.
12519         * tests/test-sprintf-posix.h (test_function): Likewise.
12520
12521 2007-05-18  Bruno Haible  <bruno@clisp.org>
12522
12523         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
12524         (strmatch): New function.
12525         (test_function): Test the %f directive on numbers of various exponents.
12526         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
12527         (strmatch): New function.
12528         (test_function): Test the %f directive on numbers of various exponents.
12529         * tests/test-snprintf-posix.h (strmatch): New function.
12530         (test_function): Test the %f directive on numbers of various exponents.
12531         * tests/test-sprintf-posix.h (strmatch): New function.
12532         (test_function): Test the %f directive on numbers of various exponents.
12533         * tests/test-snprintf-posix.c (SIZEOF): New macro.
12534         * tests/test-sprintf-posix.c (SIZEOF): New macro.
12535         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
12536         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
12537
12538 2007-05-18  Bruno Haible  <bruno@clisp.org>
12539
12540         Add support for 'long double' number output.
12541         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
12542         * lib/vasnprintf.c: Include math.h and float+.h.
12543         (mp_limb_t): New type.
12544         (GMP_LIMB_BITS): New macro.
12545         (mp_twolimb_t): New type.
12546         (GMP_TWOLIMB_BITS): New macro.
12547         (mpn_t): New type.
12548         (multiply, divide, convert_to_decimal, decode_long_double,
12549         scale10_round_long_double, scale10_round_decimal_long_double,
12550         floorlog10l): New functions.
12551         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
12552         for the %f, %F, %e, %E, %g, %G directives.
12553         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
12554         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12555         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
12556         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
12557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12558         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12560         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12562         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12563         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12564         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
12565         * modules/snprintf-posix (Depends-on): Likewise.
12566         * modules/sprintf-posix (Depends-on): Likewise.
12567         * modules/vasnprintf-posix (Depends-on): Likewise.
12568         * modules/vasprintf-posix (Depends-on): Likewise.
12569         * modules/vfprintf-posix (Depends-on): Likewise.
12570         * modules/vsnprintf-posix (Depends-on): Likewise.
12571         * modules/vsprintf-posix (Depends-on): Likewise.
12572         * modules/vasnprintf (Files): Add lib/float+.h.
12573         * doc/functions/fprintf.texi: Update.
12574         * doc/functions/printf.texi: Update.
12575         * doc/functions/snprintf.texi: Update.
12576         * doc/functions/sprintf.texi: Update.
12577         * doc/functions/vfprintf.texi: Update.
12578         * doc/functions/vprintf.texi: Update.
12579         * doc/functions/vsnprintf.texi: Update.
12580         * doc/functions/vsprintf.texi: Update.
12581
12582 2007-05-18  Bruno Haible  <bruno@clisp.org>
12583
12584         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
12585
12586 2007-05-18  Bruno Haible  <bruno@clisp.org>
12587
12588         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
12589         for printing 64-bit integers. Needed for mingw.
12590
12591 2007-05-18  Bruno Haible  <bruno@clisp.org>
12592
12593         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12594         gl_FUNC_FREXPL_WORKS.
12595         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
12596
12597 2007-05-18  Bruno Haible  <bruno@clisp.org>
12598
12599         * modules/frexpl-nolibm-tests: New file.
12600
12601         * modules/frexpl-nolibm: New file.
12602         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
12603
12604 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12605
12606         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
12607         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
12608         GCC 4.2, which otherwise issues a lot of warnings.
12609         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
12610         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
12611         Likewise.
12612         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
12613         * modules/iconv_open (iconv.h): Likewise.
12614         * modules/locale (locale.h): Likewise.
12615         * modules/netinet_in (netinet/in.h): Likewise.
12616         * modules/sys_select (sys_select.h): Likewise.
12617         * modules/sys_socket (sys/socket.h): Likewise.
12618         * modules/sys_stat (sys/stat.h): Likewise.
12619         * modules/sysexits (sysexits.h): Likewise.
12620         * modules/unistd (unistd.h): Likewise.
12621
12622 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12623
12624         * modules/closein-tests (Makefile.am): Distribute
12625         `test-closein.sh'.
12626
12627 2007-05-17  Bruno Haible  <bruno@clisp.org>
12628
12629         * tests/test-printf-posix.output: Renamed from
12630         tests/test-fprintf-posix.out.
12631         * modules/fprintf-posix-tests: Update.
12632         * modules/printf-posix-tests: Update.
12633         * modules/vfprintf-posix-tests: Update.
12634         * modules/vprintf-posix-tests: Update.
12635         * tests/test-fprintf-posix.sh: Update.
12636         * tests/test-printf-posix.sh: Update.
12637         * tests/test-vfprintf-posix.sh: Update.
12638         * tests/test-vprintf-posix.sh: Update.
12639         Reported by Ralf Wildenhues.
12640
12641 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12642
12643         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
12644         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
12645         GCC 4.2, which otherwise issues a lot of warnings.
12646         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
12647         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
12648         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
12649         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
12650         it should no longer be needed.
12651         * lib/string_.h: Likewise.
12652         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
12653         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
12654         * modules/inttypes (inttypes.h): Likewise.
12655         * modules/math (math.h): Likewise.
12656         * modules/search (search.h): Likewise.
12657         * modules/signal (signal.h): Likewise.
12658         * modules/stdint (stdint.h): Likewise.
12659         * modules/stdio (stdio.h): Likewise.
12660         * modules/stdlib (stdlib.h): Likewise.
12661         * modules/string (string.h): Likewise.
12662         * modules/sys_time (sys/time.h): Likewise.
12663         * modules/time (time.h): Likewise.
12664         * modules/wchar (wchar.h): Likewise.
12665         * modules/wctype (wtype.h): Likewise.
12666
12667 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
12668
12669         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
12670
12671 2007-05-13  Bruno Haible  <bruno@clisp.org>
12672
12673         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
12674         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12675         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
12676         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12677         (gl_PREREQ_STRTOK_R): Don't require it here.
12678
12679 2007-05-13  Bruno Haible  <bruno@clisp.org>
12680
12681         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
12682         when used in C++ mode.
12683
12684 2007-05-12  Bruno Haible  <bruno@clisp.org>
12685
12686         * lib/linebuffer.h: Tweak doc.
12687         * lib/linebuffer.c: Likewise.
12688
12689 2007-05-12  James Youngman  <jay@gnu.org>
12690
12691         * lib/linebuffer.c (readlinebuffer_delim): New function,
12692         like readlinebuffer, but use a caller-specified delimiter.
12693         (readlinebuffer): Just call readlinebuffer_delim with '\n'
12694         as the delimiter.
12695         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
12696
12697 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12698
12699         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
12700         * modules/openat (Files): Remove openat-die.c.
12701         (Depends-on): Add openat-die.
12702         * modules/openat-die: New module.
12703
12704 2007-05-06  Bruno Haible  <bruno@clisp.org>
12705
12706         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
12707         Update with info about Cygwin.
12708         * doc/functions/fprintf.texi: Update.
12709         * doc/functions/printf.texi: Update.
12710         * doc/functions/snprintf.texi: Update.
12711         * doc/functions/sprintf.texi: Update.
12712         * doc/functions/vfprintf.texi: Update.
12713         * doc/functions/vprintf.texi: Update.
12714         * doc/functions/vsnprintf.texi: Update.
12715         * doc/functions/vsprintf.texi: Update.
12716         Reported by Eric Blake.
12717
12718 2007-05-06  Bruno Haible  <bruno@clisp.org>
12719
12720         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
12721         padding ourselves for the floating-point directives.
12722         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
12723         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
12724         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12725         gl_PRINTF_FLAG_ZERO and test its result. Invoke
12726         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
12727         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12728         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
12729         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12730         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12731         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12732         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12733         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12734         * tests/test-snprintf-posix.h (test_function): Also check the width
12735         and some flags in the %f directive.
12736         * tests/test-sprintf-posix.h (test_function): Likewise.
12737         * tests/test-vasnprintf-posix.c (test_function): Likewise.
12738         * tests/test-vasprintf-posix.c (test_function): Likewise.
12739         * doc/functions/fprintf.texi: Update.
12740         * doc/functions/printf.texi: Update.
12741         * doc/functions/snprintf.texi: Update.
12742         * doc/functions/sprintf.texi: Update.
12743         * doc/functions/vfprintf.texi: Update.
12744         * doc/functions/vprintf.texi: Update.
12745         * doc/functions/vsnprintf.texi: Update.
12746         * doc/functions/vsprintf.texi: Update.
12747
12748 2007-05-06  Bruno Haible  <bruno@clisp.org>
12749
12750         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
12751         pass the ' flag character to sprintf or snprintf.
12752         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
12753         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
12754         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12755         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
12756         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
12757         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12758         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
12759         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12760         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12761         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12762         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12763         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12764         * tests/test-snprintf-posix.h (test_function): Also check the grouping
12765         flag.
12766         * tests/test-sprintf-posix.h (test_function): Likewise.
12767         * tests/test-vasnprintf-posix.c (test_function): Likewise.
12768         * tests/test-vasprintf-posix.c (test_function): Likewise.
12769         * doc/functions/fprintf.texi: Update.
12770         * doc/functions/printf.texi: Update.
12771         * doc/functions/snprintf.texi: Update.
12772         * doc/functions/sprintf.texi: Update.
12773         * doc/functions/vfprintf.texi: Update.
12774         * doc/functions/vprintf.texi: Update.
12775         * doc/functions/vsnprintf.texi: Update.
12776         * doc/functions/vsprintf.texi: Update.
12777
12778 2007-05-01  Bruno Haible  <bruno@clisp.org>
12779
12780         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
12781
12782 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
12783
12784         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
12785         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
12786
12787 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12788
12789         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
12790         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
12791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
12792
12793 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
12794
12795         * lib/argp-help.c (struct hol_entry): New member `ord'.
12796         (HOL_ENTRY_PTRCMP): Use ord for comparison
12797         (hol_sort): Initialize ord.
12798
12799 2007-05-01  Bruno Haible  <bruno@clisp.org>
12800
12801         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
12802         Reported by Eric Blake.
12803         * doc/gnulib.texi (Function Substitutes): Update.
12804
12805 2007-05-01  Bruno Haible  <bruno@clisp.org>
12806
12807         * doc/functions.texi: Remove file, now redundant through
12808         doc/functions/*.texi.
12809
12810 2007-05-01  Bruno Haible  <bruno@clisp.org>
12811
12812         * modules/argp (Depends-on): Add sleep.
12813
12814 2007-05-01  Bruno Haible  <bruno@clisp.org>
12815
12816         * modules/sleep-tests: New file.
12817         * tests/test-sleep.c: New file.
12818
12819         * modules/sleep: New file.
12820         * lib/sleep.c: New file.
12821         * m4/sleep.m4: New file.
12822         * lib/unistd_.h (sleep): New declaration.
12823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
12824         HAVE_SLEEP.
12825         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
12826         * doc/functions/sleep.texi: Document the sleep module.
12827
12828 2007-05-01  Bruno Haible  <bruno@clisp.org>
12829
12830         * lib/sigprocmask.h: Remove file.
12831         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
12832         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
12833         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
12834         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
12835         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
12836         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
12837         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
12838         HAVE_SIGSET_T as a shell variable.
12839         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
12840         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
12841         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
12842         (Depends-on): Add signal. Remove verify.
12843         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
12844         (Include): Mention <signal.h> instead of sigprocmask.h.
12845         * NEWS: Mention the change.
12846         * lib/fatal-signal.c: Don't include sigprocmask.h.
12847
12848 2007-05-01  Bruno Haible  <bruno@clisp.org>
12849
12850         * modules/signal: New file.
12851         * lib/signal_.h: New file.
12852         * m4/signal_h.m4: New file.
12853
12854 2007-05-01  Bruno Haible  <bruno@clisp.org>
12855
12856         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
12857         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
12858         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
12859         HAVE_WCTYPE_CTMP_BUG into wctype.h.
12860
12861 2007-05-01  Bruno Haible  <bruno@clisp.org>
12862
12863         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
12864         configure time.
12865         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
12866         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
12867         * modules/sys_stat (Makefile.am): Substitute their values into
12868         sys/stat.h.
12869
12870 2007-05-01  Bruno Haible  <bruno@clisp.org>
12871
12872         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
12873         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
12874         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
12875
12876 2007-05-01  Bruno Haible  <bruno@clisp.org>
12877
12878         * doc/header/assert.texi: Undo last change: don't mention the gnulib
12879         'assert' module here.
12880
12881 2007-05-01  Bruno Haible  <bruno@clisp.org>
12882
12883         * doc/functions/*.texi: New files.
12884         * doc/functions/google-ranking.txt: New file.
12885         * doc/gnulib.texi (Function Substitutes): New chapter.
12886         (ctime, inet_ntoa): Remove sections.
12887         * doc/ctime.texi: Remove file.
12888         * doc/inet_ntoa.texi: Remove file.
12889         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
12890         dependencies.
12891         (%.info): New rule, specifying a --reference-limit.
12892
12893 2007-05-01  Bruno Haible  <bruno@clisp.org>
12894
12895         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
12896
12897 2007-05-01  Bruno Haible  <bruno@clisp.org>
12898
12899         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
12900         the portability of 'mkdir' to mingw systems.
12901
12902 2007-05-01  Bruno Haible  <bruno@clisp.org>
12903
12904         * doc/headers/google-ranking.txt: New file.
12905
12906 2007-04-30  Eric Blake  <ebb9@byu.net>
12907
12908         Prefer fseeko to fseek.
12909         * modules/getpass (Depends-on): Add fseeko.
12910         * lib/getpass.c (getpass): Use fseeko, not fseek.
12911
12912 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
12913
12914         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
12915         assumes the sorting is stable, while most qsort implementations
12916         are not.  Use argument addresses to ensure they never compare as
12917         equal.
12918
12919         * tests/test-argp-2.sh (usage-indent test): Fix output
12920         (func_compare): Restore diff options
12921         * tests/test-argp.c: Restore #include "progname.h"
12922
12923 2007-04-29  Bruno Haible  <bruno@clisp.org>
12924
12925         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
12926         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12927         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
12928         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12929         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
12930         (configure.ac): Define CHECK_SNPRINTF_POSIX.
12931         (TESTS, check_PROGRAMS): Add test-snprintf.
12932         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
12933         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
12934         (TESTS, check_PROGRAMS): Add test-vsnprintf.
12935         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
12936         assertions that fail on HP-UX, OSF/1, or IRIX.
12937         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
12938
12939 2007-04-29  Bruno Haible  <bruno@clisp.org>
12940
12941         * MODULES.html.sh (posix_functions): Remove 'contents'.
12942
12943 2007-04-29  Karl Berry  <karl@gnu.org>
12944
12945         * config/srclist.txt (gendocs_template_min): new entry.
12946
12947 2007-04-29  Bruno Haible  <bruno@clisp.org>
12948
12949         Work around fpurge bug on BSD systems.
12950         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
12951         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
12952         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
12953         fpurge to rpl_fpurge if the system already has this function.
12954         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
12955         the case where the system already has this function. Correct invariants
12956         on BSD systems.
12957         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
12958         BSD systems.
12959
12960 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
12961
12962         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
12963         proposed by Sven Verdoolaege.
12964
12965         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
12966         options.
12967         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
12968         (usage and help tests): Update
12969
12970 2007-04-29  Bruno Haible  <bruno@clisp.org>
12971
12972         * tests/test-fflush.c (main): Use a file of size 17, not 10.
12973         Print more information in case of failure. Disable a test on BeOS.
12974
12975 2007-04-29  Bruno Haible  <bruno@clisp.org>
12976
12977         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
12978         This helps debugging on systems on which no gdb is available.
12979
12980 2007-04-29  Bruno Haible  <bruno@clisp.org>
12981
12982         * lib/freading.h: Improve comments.
12983         * lib/fwriting.h: Likewise.
12984         * tests/test-freading.c (main): Don't check freading immediately after
12985         repositioning. Needed for glibc.
12986
12987 2007-04-29  Bruno Haible  <bruno@clisp.org>
12988
12989         * lib/freading.c (freading): Trivial simplification.
12990
12991 2007-04-28  Bruno Haible  <bruno@clisp.org>
12992
12993         * tests/test-fwriting.c (main): Also test the interaction between
12994         fflush and fwriting.
12995         * modules/fwriting-tests (Depends-on): Add fflush.
12996
12997         * tests/test-freading.c (main): Also test the interaction between
12998         fflush and freading.
12999         * modules/freading-tests (Depends-on): Add fflush.
13000
13001 2007-04-28  Bruno Haible  <bruno@clisp.org>
13002
13003         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
13004         fseeko and ftello.
13005         Suggested by Eric Blake.
13006
13007 2007-04-28  Jim Meyering  <jim@meyering.net>
13008
13009         Avoid false-negative in gl_STDINT_H's C99 conformance test.
13010         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
13011         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
13012
13013 2007-04-27  Eric Blake  <ebb9@byu.net>
13014
13015         * doc/headers/assert.texi (assert.h): Document assert module use.
13016
13017 2007-04-27  Bruno Haible  <bruno@clisp.org>
13018
13019         * doc/headers/*.texi: New files.
13020         * doc/gnulib.texi (Header File Substitutes): New chapter.
13021         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
13022         dependencies.
13023         (standards.info ,standards.html, standards.dvi): Update dependencies.
13024         (mostlyclean, clean): New targets.
13025
13026 2007-04-27  Bruno Haible  <bruno@clisp.org>
13027
13028         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
13029         * modules/sysexits (Files, Makefile.am): Update.
13030
13031         * lib/sys_socket_.h: Renamed from lib/socket_.h.
13032         * modules/sys_socket (Files, Makefile.am): Update.
13033
13034         * lib/sys_stat_.h: Renamed from lib/stat_.h.
13035         * modules/sys_stat (Files, Makefile.am): Update.
13036
13037 2007-04-27  Eric Blake  <ebb9@byu.net>
13038
13039         * lib/freading.h: Improve comments.
13040         * lib/fwriting.h: Likewise.
13041         * lib/fflush.c: Likewise.
13042
13043         Fix closein for mingw.
13044         * modules/closein-tests: Add tests for closein.
13045         * tests/test-closein.c: New file.
13046         * tests/test-closein.sh: Likewise.
13047         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
13048         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
13049
13050 2007-04-27  Bruno Haible  <bruno@clisp.org>
13051
13052         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
13053         version is < 6.
13054         * lib/math_.h [__DECC]: Likewise.
13055         * lib/stdio_.h [__DECC]: Likewise.
13056         * lib/stdlib_.h [__DECC]: Likewise.
13057         * lib/string_.h [__DECC]: Likewise.
13058         * lib/time_.h [__DECC]: Likewise.
13059         * lib/wchar_.h [__DECC]: Likewise.
13060         * lib/wctype_.h [__DECC]: Likewise.
13061
13062 2007-04-27  Bruno Haible  <bruno@clisp.org>
13063
13064         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
13065
13066 2007-04-27  Bruno Haible  <bruno@clisp.org>
13067
13068         * lib/fflush.c: Add comments.
13069         * modules/fpurge-tests (Depends-on): Add fflush.
13070         * modules/freadable-tests (Depends-on): Likewise.
13071         * modules/fwritable-tests (Depends-on): Likewise.
13072
13073 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
13074
13075         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
13076         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
13077         Report by Bruno Haible <bruno@clisp.org>.
13078
13079 2007-04-26  Eric Blake  <ebb9@byu.net>
13080
13081         Fix fflush on mingw.
13082         * modules/fflush (Depends-on): Add freading.
13083         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
13084         but unread data.
13085
13086 2007-04-26  Eric Blake  <ebb9@byu.net>
13087         and Bruno Haible  <bruno@clisp.org>
13088
13089         Implement freading and fwriting.
13090         * lib/freading.c: New file.
13091         * lib/freading.h: Likewise.
13092         * m4/freading.m4: Likewise.
13093         * modules/freading: Likewise.
13094         * modules/freading-tests: Likewise.
13095         * tests/test-freading.c: Likewise.
13096         * lib/fwriting.c: New file.
13097         * lib/fwriting.h: Likewise.
13098         * m4/fwriting.m4: Likewise.
13099         * modules/fwriting: Likewise.
13100         * modules/fwriting-tests: Likewise.
13101         * tests/test-fwriting.c: Likewise.
13102         * MODULES.html.sh (File stream based Input/Output): Mention them.
13103
13104 2007-04-26  Bruno Haible  <bruno@clisp.org>
13105
13106         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
13107         'long' when we assume it.
13108         Suggested by Eric Blake.
13109
13110 2007-04-26  Bruno Haible  <bruno@clisp.org>
13111
13112         Ensure fseeko, ftello are declared on glibc systems.
13113         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
13114         * modules/fseeko (configure.ac-early): Likewise.
13115         * modules/ftello (configure.ac-early): Likewise.
13116         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
13117         AC_FUNC_FSEEKO for this.
13118         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
13119         (gl_CHECK_FSEEKO): Remove macro.
13120
13121 2007-04-26  Bruno Haible  <bruno@clisp.org>
13122
13123         * tests/test-fflush.c (main): Also check the ftell result after
13124         fflush and fseek/fseeko.
13125         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
13126         file descriptor position cache in the stream.
13127         * lib/fseeko.c (rpl_fseeko): Likewise.
13128
13129 2007-04-26  Bruno Haible  <bruno@clisp.org>
13130
13131         * modules/fflush-tests (Depends-on): Add fseeko.
13132
13133 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
13134             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13135
13136         * lib/argz_.h: ensure error_t definition is obtained in same
13137         mechanism system argz.h would have.
13138         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
13139         argz facilities are known bad.  Err on the side of caution if
13140         cross-compiling.
13141
13142 2007-04-25  Eric Blake  <ebb9@byu.net>
13143
13144         * lib/fpurge.c (includes): Use stdlib.h for free.
13145         * tests/test-fflush.c (main): Also test fflush-fseeko.
13146
13147 2007-04-25  Bruno Haible  <bruno@clisp.org>
13148
13149         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
13150         * lib/fseeko.c: New file.
13151         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
13152         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
13153         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
13154         gl_FUNC_FSEEKO.
13155         (gl_FUNC_FSEEKO): Invoke it.
13156         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
13157         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
13158         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
13159
13160 2007-04-25  Bruno Haible  <bruno@clisp.org>
13161
13162         * modules/fflush (Depends-on): Add ftello.
13163
13164 2007-04-25  Bruno Haible  <bruno@clisp.org>
13165
13166         * modules/ftello-tests: New file.
13167         * tests/test-ftello.c: New file.
13168
13169         * modules/ftello: New file.
13170         * m4/ftello.m4: New file.
13171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
13172         HAVE_FTELLO.
13173         * lib/stdio_.h (ftello): New declaration.
13174         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
13175         HAVE_FTELLO.
13176
13177 2007-04-25  Bruno Haible  <bruno@clisp.org>
13178
13179         * modules/fseeko-tests: New file.
13180         * tests/test-fseeko.c: New file.
13181
13182         * modules/fseeko: New file.
13183         * m4/fseeko.m4: New file.
13184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
13185         HAVE_FSEEKO.
13186         * lib/stdio_.h (fseeko): New declaration.
13187         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
13188         HAVE_FSEEKO.
13189
13190 2007-04-25  Bruno Haible  <bruno@clisp.org>
13191
13192         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
13193
13194 2007-04-25  Bruno Haible  <bruno@clisp.org>
13195
13196         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
13197         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
13198         * tests/test-unistd.c: Likewise.
13199         * tests/test-fcntl.c: Likewise.
13200
13201 2007-04-23  Eric Blake  <ebb9@byu.net>
13202
13203         * lib/fflush.c: Fix missing include.
13204         Reported by Bruno Haible.
13205
13206 2007-04-23  Bruno Haible  <bruno@clisp.org>
13207
13208         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
13209         Reported by Eric Blake.
13210
13211 2007-04-23  Bruno Haible  <bruno@clisp.org>
13212
13213         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
13214
13215 2007-04-23  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
13218
13219 2007-04-23  Bruno Haible  <bruno@clisp.org>
13220
13221         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
13222         Needed on HP-UX 11.
13223
13224 2007-04-16  Eric Blake  <ebb9@byu.net>
13225
13226         Make fflush rely on fpurge.
13227         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
13228         open coding all variants.
13229         * modules/fflush (Depends-on): Add fpurge and unistd.
13230         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
13231         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
13232
13233         Fix --with-tests compilation on cygwin.
13234         * modules/argmatch-tests (Makefile.am): List gnulib library first
13235         in LDADD.
13236         * modules/argp-tests (Makefile.am): Likewise.
13237         * modules/array-list-tests (Makefile.am): Likewise.
13238         * modules/array-oset-tests (Makefile.am): Likewise.
13239         * modules/avltree-list-tests (Makefile.am): Likewise.
13240         * modules/avltree-oset-tests (Makefile.am): Likewise.
13241         * modules/avltreehash-list-tests (Makefile.am): Likewise.
13242         * modules/carray-list-tests (Makefile.am): Likewise.
13243         * modules/dirname-tests (Makefile.am): Likewise.
13244         * modules/frexp-tests (Makefile.am): Likewise.
13245         * modules/isnanl-tests (Makefile.am): Likewise.
13246         * modules/linked-list-tests (Makefile.am): Likewise.
13247         * modules/linkedhash-list-tests (Makefile.am): Likewise.
13248         * modules/lock-tests (Makefile.am): Likewise.
13249         * modules/rbtree-list-tests (Makefile.am): Likewise.
13250         * modules/rbtree-oset-tests (Makefile.am): Likewise.
13251         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
13252         * modules/tls-tests (Makefile.am): Likewise.
13253         * modules/tsearch-tests (Makefile.am): Likewise.
13254         * modules/xvasprintf-tests (Makefile.am): Likewise.
13255
13256         Fix fpurge for cygwin.
13257         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
13258         value.
13259         * modules/fpurge-tests (Depends-on): Clean up trash.
13260
13261 2007-04-16  Simon Josefsson  <simon@josefsson.org>
13262
13263         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
13264
13265         * m4/autobuild.m4: Re-indent.
13266
13267 2007-04-13  Bruno Haible  <bruno@clisp.org>
13268
13269         * modules/fpurge-tests: New file.
13270         * tests/test-fpurge.c: New file.
13271
13272         * modules/fpurge: New file.
13273         * lib/fpurge.h: New file.
13274         * lib/fpurge.c: New file.
13275         * m4/fpurge.m4: New file.
13276
13277 2007-04-13  Bruno Haible  <bruno@clisp.org>
13278
13279         * modules/fbufmode-tests: New file.
13280         * tests/test-fbufmode.c: New file.
13281
13282         * modules/fbufmode: New file.
13283         * lib/fbufmode.h: New file.
13284         * lib/fbufmode.c: New file.
13285         * m4/fbufmode.m4: New file.
13286
13287 2007-04-13  Bruno Haible  <bruno@clisp.org>
13288
13289         * modules/fwritable-tests: New file.
13290         * tests/test-fwritable.c: New file.
13291
13292         * modules/fwritable: New file.
13293         * lib/fwritable.h: New file.
13294         * lib/fwritable.c: New file.
13295         * m4/fwritable.m4: New file.
13296
13297 2007-04-13  Bruno Haible  <bruno@clisp.org>
13298
13299         * modules/freadable-tests: New file.
13300         * tests/test-freadable.c: New file.
13301
13302         * modules/freadable: New file.
13303         * lib/freadable.h: New file.
13304         * lib/freadable.c: New file.
13305         * m4/freadable.m4: New file.
13306
13307 2007-04-13  Bruno Haible  <bruno@clisp.org>
13308
13309         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
13310         MOSTLYCLEANFILES.
13311
13312 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13313
13314         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
13315         gzip bootstrap.conf to avoid dragging in i18n machinery.
13316         (gnulib_tool_option): Use it.
13317
13318 2007-04-13  Bruno Haible  <bruno@clisp.org>
13319
13320         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
13321         %F directives.
13322         * tests/test-vasprintf-posix.c (test_function): Likewise.
13323         * tests/test-snprintf-posix.h (test_function): Likewise.
13324         * tests/test-sprintf-posix.h (test_function): Likewise.
13325         * tests/test-fprintf-posix.h (test_function): Likewise.
13326         * tests/test-printf-posix.h (test_function): Likewise.
13327         * tests/test-fprintf-posix.out: Likewise.
13328
13329 2007-04-13  Bruno Haible  <bruno@clisp.org>
13330
13331         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
13332         * modules/tls-tests (configure.ac): Likewise.
13333         Reported by Arto C. Nirkko <anirkko@insel.ch>.
13334
13335 2007-04-13  Bruno Haible  <bruno@clisp.org>
13336
13337         * lib/tls.c (glthread_tls_get): Fix return type.
13338         Patch by Arto C. Nirkko <anirkko@insel.ch>.
13339
13340 2007-04-12  Eric Blake  <ebb9@byu.net>
13341
13342         * modules/gettime (Depends-on): Remove gettime.
13343         Reported by Dmitry V. Levin.
13344
13345 2007-04-12  Bruno Haible  <bruno@clisp.org>
13346
13347         * modules/fflush (Include): Mention <stdio.h>.
13348         * modules/strtoimax (Include): Mention <inttypes.h>.
13349         * modules/strtoumax (Include): Likewise.
13350
13351 2007-04-12  Eric Blake  <ebb9@byu.net>
13352
13353         * .cvsignore: New file.
13354         * .gitignore: Likewise.
13355
13356 2007-04-12  Bruno Haible  <bruno@clisp.org>
13357
13358         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
13359         not before, since $(LDADD) often contains libgnu.a.
13360         * modules/striconv-tests (test_striconv_LDADD): Likewise.
13361         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
13362         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
13363         Needed on Cygwin.
13364
13365 2007-04-12  Eric Blake  <ebb9@byu.net>
13366
13367         Work around glibc's failure to flush stdin on fclose.
13368         * lib/closein.c (close_stdin): Flush stdin before closing.
13369
13370         Work around glibc's failure to reset seekable stdin on exit.
13371         * modules/closein: New module.
13372         * lib/closein.c: New file.
13373         * lib/closein.h: Likewise.
13374         * m4/closein.m4: Likewise.
13375         * MODULES.html.sh (File stream based Input/Output): Document it.
13376
13377 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13378
13379         * gnulib-tool: Rename generated 'autobuild' script to
13380         'do-autobuild' in --create-megatestdir output.
13381
13382         * doc/gnulib.texi (Build robot for gnulib): Fix.
13383
13384 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13385
13386         * modules/sysexits (Depends-on): Add absolute-header.
13387
13388 2007-04-12  Eric Blake  <ebb9@byu.net>
13389
13390         No need to preserve errno on success.
13391         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
13392         Reported by Bruno Haible.
13393
13394 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13395
13396         * MODULES.html.sh (Support for maintaining and releasing
13397         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
13398
13399 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13400
13401         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
13402
13403 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13404
13405         * modules/autobuild: New module.
13406
13407         * m4/autobuild.m4: New file.
13408
13409 2007-04-11  Bruno Haible  <bruno@clisp.org>
13410
13411         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
13412         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
13413         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
13414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
13415         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13416         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13417         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13418         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13419         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13420         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13421         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
13422         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13423         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13424         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
13425         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13426         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13427         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
13428         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13429         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13430         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
13431         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13432         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13433         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
13434         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13435         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13436         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
13437         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13438         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13439         Reported by Eric Blake.
13440
13441 2007-04-11  Bruno Haible  <bruno@clisp.org>
13442
13443         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
13444
13445 2007-04-10  Bruno Haible  <bruno@clisp.org>
13446
13447         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
13448         for NaN and Infinity. Needed on FreeBSD 6.1.
13449         * tests/test-vasnprintf-posix.c (test_function): Undo last change
13450         regarding results for "%010a" of Infinity and NaN.
13451         * tests/test-vasprintf-posix.c (test_function): Likewise.
13452         * tests/test-snprintf-posix.h (test_function): Likewise.
13453         * tests/test-sprintf-posix.h (test_function): Likewise.
13454         * tests/test-fprintf-posix.h (test_function): Likewise.
13455         * tests/test-printf-posix.h (test_function): Likewise.
13456         * tests/test-fprintf-posix.out: Likewise.
13457
13458 2007-04-10  Bruno Haible  <bruno@clisp.org>
13459
13460         * modules/locale-tests: New file.
13461         * tests/test-locale.c: New file.
13462
13463         * modules/locale: New file.
13464         * lib/locale_.h: New file.
13465         * m4/locale_h.m4: New file.
13466
13467 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
13468             Bruno Haible  <bruno@clisp.org>
13469
13470         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
13471         be determined, test for availability of the copysignf, copysign,
13472         copysignl functions.
13473         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
13474         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
13475         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
13476
13477 2007-04-09  Eric Blake  <ebb9@byu.net>
13478
13479         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
13480         * modules/stdio (Makefile.am): Support fflush.
13481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13482         * modules/fflush: New file.
13483         * lib/fflush.c: Likewise.
13484         * m4/fflush.m4: Likewise.
13485         * modules/fflush-tests: New test.
13486         * tests/test-fflush.c: Likewise.
13487         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
13488
13489 2007-04-06  Bruno Haible  <bruno@clisp.org>
13490
13491         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
13492         (VASNPRINTF): Use signbit for faster determination whether to print a
13493         minus sign.
13494         * modules/vasnprintf (Files): Remove lib/float+.h.
13495         * modules/fprintf-posix (Depends-on): Add signbit.
13496         * modules/snprintf-posix (Depends-on): Likewise.
13497         * modules/sprintf-posix (Depends-on): Likewise.
13498         * modules/vasnprintf-posix (Depends-on): Likewise.
13499         * modules/vasprintf-posix (Depends-on): Likewise.
13500         * modules/vfprintf-posix (Depends-on): Likewise.
13501         * modules/vsnprintf-posix (Depends-on): Likewise.
13502         * modules/vsprintf-posix (Depends-on): Likewise.
13503
13504 2007-04-06  Bruno Haible  <bruno@clisp.org>
13505
13506         * tests/test-frexp.c (main): Test also the sign bit of zero results.
13507         * tests/test-frexpl.c (main): Likewise.
13508         * tests/test-ldexpl.c (main): Likewise.
13509         * modules/frexp-tests (Depends-on): Add signbit.
13510         * modules/frexpl-tests (Depdends-on): Likewise.
13511         * modules/ldexpl-tests (Depdends-on): Likewise.
13512
13513 2007-04-06  Bruno Haible  <bruno@clisp.org>
13514
13515         * modules/signbit-tests: New file.
13516         * tests/test-signbit.c: New file.
13517
13518         * modules/signbit: New file.
13519         * lib/signbitf.c: New file.
13520         * lib/signbitd.c: New file.
13521         * lib/signbitl.c: New file.
13522         * m4/signbit.m4: New file.
13523         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
13524         (signbit): New macro.
13525         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
13526         REPLACE_SIGNBIT.
13527         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
13528         REPLACE_FREXPL into math.h.
13529
13530 2007-04-06  Bruno Haible  <bruno@clisp.org>
13531
13532         * modules/isnanf-nolibm-tests: New file.
13533         * tests/test-isnanf.c: New file.
13534
13535         * modules/isnanf-nolibm: New file.
13536         * lib/isnanf.h: New file.
13537         * lib/isnanf.c: New file.
13538         * lib/isnan.c: Consider the USE_FLOAT macro.
13539         * m4/isnanf.m4: New file.
13540
13541 2007-04-06  Bruno Haible  <bruno@clisp.org>
13542
13543         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
13544         (Link): New section.
13545
13546         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
13547
13548 2007-04-06  Bruno Haible  <bruno@clisp.org>
13549
13550         Assume the 'long double' type.
13551         * m4/longdouble.m4: Remove file.
13552         * config/srclist.txt: Don't mention longdouble.m4.
13553         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
13554         * lib/float+.h: Likewise.
13555         * lib/frexp.c: Likewise.
13556         * lib/printf-args.h: Likewise.
13557         * lib/printf-args.c: Likewise.
13558         * lib/printf-frexp.c: Likewise.
13559         * lib/printf-parse.c: Likewise.
13560         * lib/vasnprintf.c: Likewise.
13561         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
13562         * m4/intl.m4: Likewise.
13563         * m4/isnanl.m4: Likewise.
13564         * m4/printf.m4: Likewise.
13565         * m4/printf-frexpl.m4: Likewise.
13566         * m4/vasnprintf.m4: Likewise.
13567         * modules/allocsa (Files): Remove m4/longdouble.m4.
13568         * modules/gettext (Files): Likewise.
13569         * modules/relocatable-prog-wrapper (Files): Likewise.
13570         * modules/vasnprintf (Files): Likewise.
13571         * modules/isnanl (Files): Likewise.
13572         (Include): Simplify.
13573         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
13574         (Include): Simplify.
13575         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
13576         (Include): Simplify.
13577         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
13578         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13579         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
13580         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13581         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
13582         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13583         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
13584         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13585         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
13586         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13587         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
13588         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13589         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
13590         * tests/test-isnanl.c: Likewise.
13591         * tests/test-snprintf-posix.h: Likewise.
13592         * tests/test-sprintf-posix.h: Likewise.
13593         * tests/test-vasnprintf-posix.c: Likewise.
13594         * tests/test-vasnprintf-posix2.c: Likewise.
13595         * tests/test-vasprintf-posix.c: Likewise.
13596
13597 2007-04-06  Bruno Haible  <bruno@clisp.org>
13598
13599         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
13600         * lib/math_.h [__DECC]: Include the overridden include file through
13601         #include_next, outside the double-inclusion guard.
13602         * lib/stdio_.h [__DECC]: Likewise.
13603         * lib/stdlib_.h [__DECC]: Likewise.
13604         * lib/string_.h [__DECC]: Likewise.
13605         * lib/time_.h [__DECC]: Likewise.
13606         * lib/wchar_.h [__DECC]: Likewise.
13607         * lib/wctype_.h [__DECC]: Likewise.
13608         * lib/inttypes_.h [__DECC]: Likewise.
13609         Reported by Albert Chin <china@thewrittenword.com> in
13610         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
13611
13612 2007-04-04  Eric Blake  <ebb9@byu.net>
13613
13614         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
13615         1.5.x.
13616
13617 2007-04-04  Bruno Haible  <bruno@clisp.org>
13618
13619         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
13620         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
13621
13622 2007-04-04  Bruno Haible  <bruno@clisp.org>
13623
13624         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
13625         results for "%010a" of Infinity and NaN.
13626         * tests/test-vasprintf-posix.c (test_function): Likewise.
13627         * tests/test-snprintf-posix.h (test_function): Likewise.
13628         * tests/test-sprintf-posix.h (test_function): Likewise.
13629         * tests/test-fprintf-posix.h (test_function): Remove these tests.
13630         * tests/test-printf-posix.h (test_function): Likewise.
13631         * tests/test-fprintf-posix.out: Update.
13632         Needed for FreeBSD 6.1.
13633
13634 2007-04-04  Bruno Haible  <bruno@clisp.org>
13635
13636         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
13637         directly used by the gnulib modules nor by gnulib-tool.
13638
13639 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13640
13641         * DEPENDENCIES: Give overall description of version dependency
13642         desirability.  Use more-typical names for apps.
13643         Add shell, coreutils, diffutils, grep, tar, gzip.
13644
13645 2007-04-04  Simon Josefsson  <simon@josefsson.org>
13646
13647         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
13648
13649 2007-04-04  Karl Berry  <karl@gnu.org>
13650
13651         * MODULES.html.sh (func_module): missing '.
13652
13653 2007-04-03  Bruno Haible  <bruno@clisp.org>
13654
13655         * modules/argmatch-tests (Makefile.am): New variable
13656         test_argmatch_LDADD.
13657         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
13658         * modules/array-list-tests (Makefile.am): New variable
13659         test_array_list_LDADD.
13660         * modules/array-oset-tests (Makefile.am): New variable
13661         test_array_oset_LDADD.
13662         * modules/avltree-list-tests (Makefile.am): New variable
13663         test_avltree_list_LDADD.
13664         * modules/avltree-oset-tests (Makefile.am): New variable
13665         test_avltree_oset_LDADD.
13666         * modules/avltreehash-list-tests (Makefile.am): New variable
13667         test_avltreehash_list_LDADD.
13668         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
13669         test_canonicalize_lgpl_LDADD.
13670         * modules/carray-list-tests (Makefile.am): New variable
13671         test_carray_list_LDADD.
13672         * modules/dirname-tests (Makefile.am): New variable
13673         test_dirname_LDADD.
13674         * modules/linked-list-tests (Makefile.am): New variable
13675         test_linked_list_LDADD.
13676         * modules/linkedhash-list-tests (Makefile.am): New variable
13677         test_linkedhash_list_LDADD.
13678         * modules/rbtree-list-tests (Makefile.am): New variable
13679         test_rbtree_list_LDADD.
13680         * modules/rbtree-oset-tests (Makefile.am): New variable
13681         test_rbtree_oset_LDADD.
13682         * modules/rbtreehash-list-tests (Makefile.am): New variable
13683         test_rbtreehash_list_LDADD.
13684         * modules/xvasprintf-tests (Makefile.am): New variable
13685         test_xvasprintf_LDADD.
13686         Reported by Eric Blake.
13687
13688 2007-04-03  Eric Blake  <ebb9@byu.net>
13689
13690         * DEPENDENCIES: Weaken m4 requirements.
13691
13692 2007-04-03  Bruno Haible  <bruno@clisp.org>
13693
13694         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
13695         * modules/isnanl-tests (configure.ac): Likewise.
13696
13697 2007-04-03  Ben Pfaff  <blp@gnu.org>
13698
13699         * modules/iconv_open: Add $(srcdir)/ to source directory
13700         references in Makefile fragments that call gperf, to fix VPATH
13701         builds.
13702
13703 2007-04-03  Bruno Haible  <bruno@clisp.org>
13704
13705         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
13706         * lib/ldexpl.c: Undo last change.
13707
13708 2007-04-03  Bruno Haible  <bruno@clisp.org>
13709
13710         * modules/printf-frexpl (Depends-on): Undo last change.
13711         (Files): Add m4/ldexpl.m4.
13712
13713 2007-04-03  Bruno Haible  <bruno@clisp.org>
13714
13715         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
13716         * modules/isnanl (Link): New section.
13717
13718         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
13719         * modules/frexp (Link): New section.
13720
13721         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
13722         * modules/frexpl (Link): New section.
13723
13724         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
13725         * modules/ldexpl (Link): New section.
13726
13727 2007-04-03  Bruno Haible  <bruno@clisp.org>
13728
13729         * modules/TEMPLATE-EXTENDED: New file.
13730         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
13731
13732 2007-04-03  Bruno Haible  <bruno@clisp.org>
13733
13734         * DEPENDENCIES: New file.
13735         Suggested by Simon Josefsson.
13736
13737 2007-04-03  Bruno Haible  <bruno@clisp.org>
13738
13739         * doc/gnulib.texi: Escape @.
13740
13741 2007-04-03  James Youngman  <jay@gnu.org>
13742         and Paul Eggert  <eggert@cs.ucla.edu>
13743
13744         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
13745         birthtime on all systems that have birthtime, not just those which
13746         use st_birthtimensec rather than st_birthtim.  Putting zero in
13747         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
13748         that the birth time is not available for files on an NFS mount.
13749
13750 2007-04-03  Simon Josefsson  <simon@josefsson.org>
13751
13752         * modules/memxor: Move back from crypto/, suggested by Bruno.
13753         * modules/crypto/hmac-sha1: Fix memxor dependency.
13754
13755         * modules/crypto/gc: Moved from ../.
13756
13757 2007-04-02  Eric Blake  <ebb9@byu.net>
13758
13759         * lib/ldexpl.c (includes): Avoid libm.
13760
13761         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
13762
13763 2007-04-02  Bruno Haible  <bruno@clisp.org>
13764
13765         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
13766         on IRIX.
13767
13768 2007-04-02  Bruno Haible  <bruno@clisp.org>
13769
13770         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
13771         x86 or x86_64 platforms running MacOS X.
13772         Reported by Ryan Schmidt <@ryandesign.com>.
13773
13774 2007-04-02  Bruno Haible  <bruno@clisp.org>
13775
13776         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
13777         i386.
13778
13779 2007-04-01  Simon Josefsson  <simon@josefsson.org>
13780
13781         * modules/crypto/arcfour: Moved from ../.
13782         * modules/crypto/arcfour-tests: Moved from ../.
13783         * modules/crypto/arctwo: Moved from ../.
13784         * modules/crypto/arctwo-tests: Moved from ../.
13785         * modules/crypto/des: Moved from ../.
13786         * modules/crypto/des-tests: Moved from ../.
13787         * modules/crypto/gc-arcfour: Moved from ../.
13788         * modules/crypto/gc-arcfour-tests: Moved from ../.
13789         * modules/crypto/gc-arctwo: Moved from ../.
13790         * modules/crypto/gc-arctwo-tests: Moved from ../.
13791         * modules/crypto/gc-des: Moved from ../.
13792         * modules/crypto/gc-des-tests: Moved from ../.
13793         * modules/crypto/gc-hmac-md5: Moved from ../.
13794         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
13795         * modules/crypto/gc-hmac-sha1: Moved from ../.
13796         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
13797         * modules/crypto/gc-md2: Moved from ../.
13798         * modules/crypto/gc-md2-tests: Moved from ../.
13799         * modules/crypto/gc-md4: Moved from ../.
13800         * modules/crypto/gc-md4-tests: Moved from ../.
13801         * modules/crypto/gc-md5: Moved from ../.
13802         * modules/crypto/gc-md5-tests: Moved from ../.
13803         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
13804         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
13805         * modules/crypto/gc-random: Moved from ../.
13806         * modules/crypto/gc-rijndael: Moved from ../.
13807         * modules/crypto/gc-rijndael-tests: Moved from ../.
13808         * modules/crypto/gc-sha1: Moved from ../.
13809         * modules/crypto/gc-sha1-tests: Moved from ../.
13810         * modules/crypto/gc-tests: Moved from ../.
13811         * modules/crypto/hmac-md5: Moved from ../.
13812         * modules/crypto/hmac-md5-tests: Moved from ../.
13813         * modules/crypto/hmac-sha1: Moved from ../.
13814         * modules/crypto/hmac-sha1-tests: Moved from ../.
13815         * modules/crypto/md2: Moved from ../.
13816         * modules/crypto/md2-tests: Moved from ../.
13817         * modules/crypto/md4: Moved from ../.
13818         * modules/crypto/md4-tests: Moved from ../.
13819         * modules/crypto/md5: Moved from ../.
13820         * modules/crypto/md5-tests: Moved from ../.
13821         * modules/crypto/memxor: Moved from ../.
13822         * modules/crypto/rijndael: Moved from ../.
13823         * modules/crypto/rijndael-tests: Moved from ../.
13824         * modules/crypto/sha1: Moved from ../.
13825
13826 2007-03-30  James Youngman  <jay@gnu.org>
13827
13828         * tests/test-stat-time.c (prepare_test): use chmod() rather than
13829         rename() to change the ctime of a file (because ctime is unaffected
13830         by rename on jfs2 on AIX 5.1).
13831         (main): Start by doing cleanup, in case a previous run failed leaving
13832         test files behind.
13833
13834 2007-03-31  Bruno Haible  <bruno@clisp.org>
13835
13836         Support old proprietary implementations of iconv.
13837         * modules/iconv_open: New file.
13838         * lib/iconv_.h: New file.
13839         * m4/iconv_h.m4: New file.
13840         * lib/iconv_open.c: New file.
13841         * lib/iconv_open-aix.gperf: New file.
13842         * lib/iconv_open-hpux.gperf: New file.
13843         * lib/iconv_open-irix.gperf: New file.
13844         * lib/iconv_open-osf.gperf: New file.
13845         * m4/iconv_open.m4: New file.
13846         * modules/linebreak (Depends-on): Add iconv_open.
13847         * modules/striconv (Depends-on): Likewise.
13848         * modules/striconveh (Depends-on): Likewise.
13849         * modules/unicodeio (Depends-on): Likewise.
13850         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
13851         (iconv_t)(-1).
13852         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
13853         conversion if cd is (iconv_t)(-1).
13854         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
13855         is not possible.
13856
13857 2007-03-31  Bruno Haible  <bruno@clisp.org>
13858
13859         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
13860         work on Solaris either. Protect also second use of "autodetect_jp".
13861
13862 2007-03-31  Bruno Haible  <bruno@clisp.org>
13863
13864         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
13865         the function is not present.
13866
13867 2007-03-31  Bruno Haible  <bruno@clisp.org>
13868
13869         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
13870         the function is not present.
13871
13872 2007-03-31  Bruno Haible  <bruno@clisp.org>
13873
13874         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
13875         a bug in HP-UX iconv_open().
13876
13877 2007-03-31  Bruno Haible  <bruno@clisp.org>
13878
13879         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
13880         (Mathematics <math.h>): New section, add fpieee.
13881         (Input/output <stdio.h>): Add fseterr.
13882         (Mathematics <math.h>): New section, add printf-frexp.
13883         (Container data structures): Add sublist.
13884         (Core language properties): Add fpucw, inline.
13885         (Functions for greatest-width integer types <inttypes.h>): Add
13886         imaxabs, imaxdiv, inttypes.
13887         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
13888         isnanl-nolibm, ldexp.
13889         (Mathematics <math.h>): New section, add printf-frexpl.
13890         (Support for systems lacking POSIX:2001): Add fprintf-posix,
13891         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
13892         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
13893         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
13894         (Unicode string functions): Add unistr/u*-mbtoucr.
13895         (Java): Add javacomp-script, javaexec-script.
13896         (C#): Add csharpcomp-script, csharpexec-script.
13897         (Support for building libraries and executables): Add havelib,
13898         relocatable-*.
13899         (Support for maintaining and releasing projects): Renamed from
13900         'Support for maintaining and release projects'. Add announce-gen.
13901
13902 2007-03-31  Bruno Haible  <bruno@clisp.org>
13903
13904         * README: Talk primarily about git.
13905         (git and CVS): Renamed from CVS.
13906         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
13907         gnulib is available through git.
13908         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
13909
13910 2007-03-30  Bruno Haible  <bruno@clisp.org>
13911
13912         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
13913         * lib/poll_.h: Likewise.
13914         * lib/stat_.h: Likewise.
13915         * lib/sys_time_.h: Likewise.
13916         * lib/sysexit_.h: Likewise.
13917         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
13918         * lib/stdbool_.h: Likewise.
13919         * lib/byteswap_.h: Add double-inclusion guard.
13920
13921 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
13922
13923         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
13924
13925 2007-03-30  Karl Berry  <karl@gnu.org>
13926
13927         * config/srclist-update: double space after USA in the license
13928         substitution, since that's how it's usually (?) written.
13929
13930 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
13933         reported by Bruno Haible.
13934
13935 2007-03-29  Bruno Haible  <bruno@clisp.org>
13936
13937         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
13938         a bug in AIX iconv().
13939
13940 2007-03-29  Bruno Haible  <bruno@clisp.org>
13941
13942         * modules/ldexpl-tests: New file.
13943         * tests/test-ldexpl.c: New file.
13944
13945 2007-03-29  Bruno Haible  <bruno@clisp.org>
13946
13947         * lib/ldexpl.c: Include fpucw.h.
13948         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
13949         multiplication.
13950         * modules/ldexpl (Depends-on): Add fpucw.
13951
13952 2007-03-29  Bruno Haible  <bruno@clisp.org>
13953
13954         * modules/ldexpl: New file.
13955         * m4/ldexpl.m4: New file.
13956         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
13957         set.
13958         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
13959         REPLACE_LDEXPL.
13960         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
13961         REPLACE_LDEXPL.
13962         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13963         gl_FUNC_LDEXPL_WORKS.
13964         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
13965         * modules/mathl (Files): Remove lib/ldexpl.c.
13966         (Depends-on): Add ldexpl.
13967
13968 2007-03-29  Bruno Haible  <bruno@clisp.org>
13969
13970         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
13971
13972 2007-03-29  Bruno Haible  <bruno@clisp.org>
13973
13974         * tests/test-striconveh.c (main): Don't assume that a direct conversion
13975         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
13976         and possibly also HP-UX.
13977         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
13978         work on AIX, IRIX, HP-UX, OSF/1.
13979         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
13980         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
13981         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
13982         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
13983         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
13984         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
13985
13986 2007-03-29  Bruno Haible  <bruno@clisp.org>
13987
13988         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
13989
13990 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
13991
13992         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
13993         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
13994
13995 2007-03-29  Eric Blake  <ebb9@byu.net>
13996
13997         * lib/acl-internal.h: Remove redundant include.
13998         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
13999         Cygwin when a file is locked.
14000
14001 2007-03-29  Bruno Haible  <bruno@clisp.org>
14002
14003         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
14004         file.
14005         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
14006
14007 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14008
14009         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
14010         try to remove a parent directory if the child couldn't be removed
14011         (except for the first rmdir, which could fail because the child
14012         doesn't exist).  Problem reported by Jeff Blaine in
14013         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
14014
14015 2007-03-28  Bruno Haible  <bruno@clisp.org>
14016
14017         * lib/striconveh.c (utf8conv_carefully): New function.
14018         (mem_cd_iconveh_internal): Invoke it.
14019
14020 2007-03-28  Bruno Haible  <bruno@clisp.org>
14021
14022         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
14023         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
14024         input.
14025         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
14026         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
14027         unistr/u8-uctomb.
14028
14029 2007-03-28  Bruno Haible  <bruno@clisp.org>
14030
14031         * modules/unistr/u8-mbtoucr: New file.
14032         * lib/unistr/u8-mbtoucr.c: New file.
14033         * modules/unistr/u16-mbtoucr: New file.
14034         * lib/unistr/u16-mbtoucr.c: New file.
14035         * modules/unistr/u16-mbtoucr: New file.
14036         * lib/unistr/u16-mbtoucr.c: New file.
14037         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
14038
14039 2007-03-27  Simon Josefsson  <simon@josefsson.org>
14040             Bruno Haible  <bruno@clisp.org>
14041
14042         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
14043         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
14044         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
14045
14046         * m4/stdio_h.m4: Add stubs for vasprintf too.
14047
14048         * modules/stdio: Support vasprintf in sed command.
14049
14050         * modules/vasprintf: Depend on stdio for prototypes.  Remove
14051         vasprintf.h.  Add stdio module indicator.
14052
14053         * lib/stdio_.h: Declare asprintf and vasprintf, based on
14054         vasprintf.h.
14055
14056         * lib/vasprintf.h: File removed.
14057
14058         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
14059         * lib/vasprintf.c: Ditto.
14060         * lib/xvasprintf.c: Ditto.
14061         * tests/test-vasprintf-posix.c: Ditto.
14062         * tests/test-vasprintf.c: Ditto.
14063
14064 2007-03-27  Bruno Haible  <bruno@clisp.org>
14065
14066         Make vasnprintf multithread-safe.
14067         * lib/vasnprintf.c (decimal_point_char): New function.
14068         (VASNPRINTF): Use it.
14069         Suggested by Simon Josefsson.
14070
14071 2007-03-27  Eric Blake  <ebb9@byu.net>
14072
14073         Support sub-second birthtime on cygwin.
14074         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
14075         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
14076         (get_stat_birthtime): Also work with st_birthtim.
14077
14078 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
14079
14080         * lib/stat-time.h (USE_BIRTHTIME): Remove.
14081         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
14082         (get_stat_birthtime_ns): Do not try to use "spare" fields.
14083         (get_stat_birthtime_ns): Simplify compile-time tests.
14084         (get_stat_birthtime): Change the API to look like
14085         get_stat_mtime etc., except return a negative tv_nsec on error.
14086         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
14087         Don't check for "spare" fields.
14088         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
14089         or for struct stat.st_birthtime, as these tests aren't used.
14090         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
14091
14092 2007-03-27  Bruno Haible  <bruno@clisp.org>
14093
14094         * lib/stat-time.h: Include <sys/stat.h>.
14095
14096 2007-03-27  James Youngman  <jay@gnu.org>
14097
14098         * lib/stat-time.h (get_stat_birthtime): New function for
14099           retrieving st_birthtime as provided by UFS2 (hence *BSD).
14100         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
14101           and its variants.
14102         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
14103         * modules/stat-time-test: New file.
14104         * tests/test-stat-time.c: New test, devised by Bruno Haible.
14105
14106 2007-03-26  Bruno Haible  <bruno@clisp.org>
14107
14108         Better support of signalling NaNs.
14109         * lib/atanl.c: Include isnanl.h.
14110         (atanl): Perform test for NaN at the beginning of the function and
14111         through a call to isnanl.
14112         * lib/cosl.c: Include isnanl.h.
14113         (cosl): Perform test for NaN at the beginning of the function and
14114         through a call to isnanl.
14115         * lib/ldexpl.c: Include isnanl.h.
14116         (ldexpl): Perform test for NaN through a call to isnanl.
14117         * lib/logl.c: Include isnanl.h.
14118         (logl): Perform test for NaN at the beginning of the function and
14119         through a call to isnanl.
14120         * lib/sinl.c: Include isnanl.h.
14121         (sinl): Perform test for NaN at the beginning of the function and
14122         through a call to isnanl.
14123         * lib/sqrtl.c: Include isnanl.h.
14124         (sqrtl): Perform test for NaN at the beginning of the function and
14125         through a call to isnanl.
14126         * lib/tanl.c: Include isnanl.h.
14127         (tanl): Perform test for NaN at the beginning of the function and
14128         through a call to isnanl.
14129         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
14130         * modules/mathl (Depends-on): Add isnanl.
14131
14132 2007-03-26  Eric Blake  <ebb9@byu.net>
14133
14134         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
14135         regression in logic sense of previous patch.
14136
14137 2007-03-26  Bruno Haible  <bruno@clisp.org>
14138
14139         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
14140         unportable shell command "if ! ...".
14141         Reported by Ralf Wildenhues.
14142
14143 2007-03-25  Bruno Haible  <bruno@clisp.org>
14144
14145         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
14146         <sysexits.h> file, and only add EX_CONFIG.
14147         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
14148         absolute file name and whether it is sufficient. Substitute also
14149         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
14150         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
14151         ABSOLUTE_SYSEXITS_H into sysexits.h.
14152
14153 2007-03-25  Bruno Haible  <bruno@clisp.org>
14154
14155         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
14156         hints is NULL.
14157
14158 2007-03-25  Bruno Haible  <bruno@clisp.org>
14159
14160         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
14161         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
14162
14163 2007-03-25  Bruno Haible  <bruno@clisp.org>
14164
14165         * lib/vasnprintf.c: Include langinfo.h.
14166         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
14167         multithread-safe.
14168         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
14169         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
14170         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14171         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14172         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14173         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14174         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14175         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
14176         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14177         Reported by Simon Josefsson.
14178
14179 2007-03-25  Bruno Haible  <bruno@clisp.org>
14180
14181         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
14182         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
14183         * modules/vasnprintf (Depends-on): Add stdint.
14184
14185 2007-03-25  Bruno Haible  <bruno@clisp.org>
14186
14187         * modules/fpieee: New file.
14188         * m4/fpieee.m4: New file.
14189         * modules/isnan-nolibm (Depends-on): Add fpieee.
14190         * modules/isnanl-nolibm (Depends-on): Add fpieee.
14191         * modules/isnanl (Depends-on): Add fpieee.
14192
14193 2007-03-25  Bruno Haible  <bruno@clisp.org>
14194
14195         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
14196
14197 2007-03-25  Bruno Haible  <bruno@clisp.org>
14198
14199         Avoid test failures on IRIX 6.5.
14200         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
14201         (main): Use it.
14202         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
14203         macros.
14204         (main): Use them.
14205
14206 2007-03-25  Bruno Haible  <bruno@clisp.org>
14207
14208         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
14209         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
14210         exists but doesn't work.
14211         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
14212         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
14213         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
14214         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
14215
14216 2007-03-25  Bruno Haible  <bruno@clisp.org>
14217
14218         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
14219         returns inf. Needed on IRIX 6.5.
14220
14221 2007-03-25  Bruno Haible  <bruno@clisp.org>
14222
14223         * tests/test-frexpl.c: Include isnanl-nolibm.h.
14224         (main): Use isnanl instead of x != x idiom.
14225         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
14226
14227         * tests/test-frexp.c: Include isnan.h.
14228         (main): Use isnan instead of x != x idiom.
14229         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
14230
14231 2007-03-25  Bruno Haible  <bruno@clisp.org>
14232
14233         * tests/test-frexp.c (NaN): New function/macro.
14234         (main): Use it instead of 0.0 / 0.0.
14235         * tests/test-isnan.c (NaN): New function/macro.
14236         (main): Use it instead of 0.0 / 0.0.
14237         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
14238         (test_function): Use it instead of 0.0 / 0.0.
14239         * tests/test-vasprintf-posix.c (NaN): New function/macro.
14240         (test_function): Use it instead of 0.0 / 0.0.
14241         * tests/test-snprintf-posix.h (NaN): New function/macro.
14242         (test_function): Use it instead of 0.0 / 0.0.
14243         * tests/test-sprintf-posix.h (NaN): New function/macro.
14244         (test_function): Use it instead of 0.0 / 0.0.
14245         * tests/test-fprintf-posix.h (NaN): New function/macro.
14246         (test_function): Use it instead of 0.0 / 0.0.
14247         * tests/test-printf-posix.h (NaN): New function/macro.
14248         (test_function): Use it instead of 0.0 / 0.0.
14249
14250         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
14251
14252 2007-03-25  Bruno Haible  <bruno@clisp.org>
14253
14254         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
14255
14256 2007-03-25  Bruno Haible  <bruno@clisp.org>
14257
14258         * lib/regexec.c (merge_state_with_log): Make static.
14259
14260 2007-03-25  Bruno Haible  <bruno@clisp.org>
14261
14262         * lib/trigl.c (kernel_rem_pio2): Make static.
14263
14264 2007-03-25  Bruno Haible  <bruno@clisp.org>
14265
14266         * lib/sincosl.c (sincosl_table): Make static.
14267
14268 2007-03-25  Bruno Haible  <bruno@clisp.org>
14269
14270         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
14271         if the compiler does not support C99.
14272
14273 2007-03-25  Bruno Haible  <bruno@clisp.org>
14274
14275         * modules/time (Makefile.am): Ensure all rule action lines start with a
14276         tab.
14277
14278 2007-03-24  Bruno Haible  <bruno@clisp.org>
14279
14280         * modules/tsearch-tests: New file.
14281         * tests/test-tsearch.sh: New file.
14282         * tests/test-tsearch.c: New file, mostly copied from glibc.
14283
14284         * modules/search-tests: New file.
14285         * tests/test-search.c: New file.
14286
14287         * modules/search: New file.
14288         * lib/search_.h: New file, incorporating lib/tsearch.h.
14289         * m4/search_h.m4: New file.
14290         * lib/tsearch.h: Remove file.
14291         * lib/tsearch.c: Include search.h instead of tsearch.h.
14292         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
14293         HAVE_TSEARCH.
14294         * modules/tsearch (Files): Remove lib/tsearch.h.
14295         (Depends-on): Add search.
14296         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
14297         (Include): Change tsearch.h into search.h.
14298
14299 2007-03-24  Bruno Haible  <bruno@clisp.org>
14300
14301         * modules/fpucw: New file.
14302         * lib/fpucw.h: New file.
14303         * lib/frexp.c: Include fpucw.h.
14304         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14305         (FUNC): Use them.
14306         * lib/printf-frexp.c: Include fpucw.h.
14307         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14308         (FUNC): Use them.
14309         * lib/vasnprintf.c: Include fpucw.h.
14310         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
14311         'long double' calculations.
14312         * tests/test-frexpl.c: Include fpucw.h.
14313         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14314         * tests/test-printf-frexpl.c: Include fpucw.h.
14315         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14316         * modules/frexpl (Depends-on): Add fpucw.
14317         * modules/printf-frexpl (Depends-on): Likewise.
14318         * modules/fprintf-posix (Depends-on): Likewise.
14319         * modules/snprintf-posix (Depends-on): Likewise.
14320         * modules/sprintf-posix (Depends-on): Likewise.
14321         * modules/vasnprintf-posix (Depends-on): Likewise.
14322         * modules/vasprintf-posix (Depends-on): Likewise.
14323         * modules/vfprintf-posix (Depends-on): Likewise.
14324         * modules/vsnprintf-posix (Depends-on): Likewise.
14325         * modules/vsprintf-posix (Depends-on): Likewise.
14326         * modules/frexpl-tests (Depends-on): Likewise.
14327         * modules/printf-frexpl-tests (Depends-on): Likewise.
14328
14329 2007-03-24  Bruno Haible  <bruno@clisp.org>
14330
14331         * lib/float+.h: New file.
14332         * lib/isnan.c: Include float+.h.
14333         (SIZE): New macro.
14334         (FUNC): Compare only SIZE bytes of the value.
14335         * lib/vasnprintf.c: Include float+.h.
14336         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
14337         SIZEOF_LDBL or SIZEOF_DBL bytes.
14338         * modules/isnan-nolibm (Files): Add lib/float+.h.
14339         * modules/isnanl-nolibm (Files): Add lib/float+.h.
14340         * modules/isnanl (Files): Add lib/float+.h.
14341         * modules/vasnprintf (Files): Add lib/float+.h.
14342
14343 2007-03-24  Bruno Haible  <bruno@clisp.org>
14344
14345         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
14346         include isnanl-nolibm.h.
14347
14348 2007-03-24  Bruno Haible  <bruno@clisp.org>
14349
14350         * tests/test-read-file.c (main): Don't produce spurious output for
14351         expected situations. Make the test fail if it encountered unexpected
14352         results.
14353
14354 2007-03-24  Bruno Haible  <bruno@clisp.org>
14355
14356         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
14357         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
14358
14359 2007-03-24  Bruno Haible  <bruno@clisp.org>
14360
14361         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
14362
14363 2007-03-24  Bruno Haible  <bruno@clisp.org>
14364
14365         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
14366         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
14367
14368         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
14369         * modules/utf8-ucs4: Turn into a symbolic link to module
14370         unistr/u8-mbtouc.
14371
14372         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
14373         utf8-ucs4-unsafe.
14374         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
14375         unistr/u8-mbtouc-unsafe.
14376
14377         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
14378         * modules/utf16-ucs4: Turn into a symbolic link to module
14379         unistr/u16-mbtouc.
14380
14381         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
14382         utf16-ucs4-unsafe.
14383         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
14384         unistr/u16-mbtouc-unsafe.
14385
14386         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
14387         * modules/ucs4-utf8: Turn into a symbolic link to module
14388         unistr/u8-ubtomb.
14389
14390         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
14391         * modules/ucs4-utf16: Turn into a symbolic link to module
14392         unistr/u16-ubtomb.
14393
14394 2007-03-24  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
14397         Enable the function only if HAVE_INLINE.
14398         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
14399         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
14400         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
14401         Enable the function only if HAVE_INLINE.
14402         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
14403         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
14404         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
14405         Enable the function only if HAVE_INLINE.
14406         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
14407         Enable the function only if HAVE_INLINE.
14408         * modules/utf8-ucs4: Update.
14409         * modules/utf8-ucs4-unsafe: Update.
14410         * modules/utf16-ucs4: Update.
14411         * modules/utf16-ucs4-unsafe: Update.
14412         * modules/ucs4-utf8: Update.
14413         * modules/ucs4-utf16: Update.
14414
14415 2007-03-24  Bruno Haible  <bruno@clisp.org>
14416
14417         * lib/utf8-ucs4.h: Remove file.
14418         * lib/utf8-ucs4-unsafe.h: Remove file.
14419         * lib/utf16-ucs4.h: Remove file.
14420         * lib/utf16-ucs4-unsafe.h: Remove file.
14421         * lib/ucs4-utf8.h: Remove file.
14422         * lib/ucs4-utf16.h: Remove file.
14423         * lib/unistr.h: Include their previous contents.
14424         * m4/utf-ucs4.m4: Remove file.
14425         * m4/ucs4-utf.m4: Remove file.
14426         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
14427         (Depends-on): Add unistr/base.
14428         (configure.ac): Remove gl_UTF_UCS4.
14429         (Makefile.am): Update.
14430         (Include): Change to unistr.h.
14431         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
14432         (Depends-on): Add unistr/base.
14433         (configure.ac): Remove gl_UTF_UCS4.
14434         (Makefile.am): Update.
14435         (Include): Change to unistr.h.
14436         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
14437         (Depends-on): Add unistr/base.
14438         (configure.ac): Remove gl_UTF_UCS4.
14439         (Makefile.am): Update.
14440         (Include): Change to unistr.h.
14441         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
14442         (Depends-on): Add unistr/base.
14443         (configure.ac): Remove gl_UTF_UCS4.
14444         (Makefile.am): Update.
14445         (Include): Change to unistr.h.
14446         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
14447         (Depends-on): Add unistr/base.
14448         (configure.ac): Remove gl_UCS4_UTF.
14449         (Makefile.am): Update.
14450         (Include): Change to unistr.h.
14451         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
14452         (Depends-on): Add unistr/base.
14453         (configure.ac): Remove gl_UCS4_UTF.
14454         (Makefile.am): Update.
14455         (Include): Change to unistr.h.
14456         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
14457         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
14458         utf8-ucs4-unsafe.h.
14459         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
14460         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
14461         utf16-ucs4-unsafe.h.
14462         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
14463         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
14464         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
14465         * lib/unistr/u8-strchr.c: Likewise.
14466         * lib/unistr/u8-strrchr.c: Likewise.
14467         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
14468         * lib/unistr/u16-strchr.c: Likewise.
14469         * lib/unistr/u16-strrchr.c: Likewise.
14470         * lib/striconveh.c: Update.
14471         * lib/linebreak.c: Update.
14472
14473 2007-03-24  Bruno Haible  <bruno@clisp.org>
14474
14475         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
14476         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
14477
14478 2007-03-22  Bruno Haible  <bruno@clisp.org>
14479
14480         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
14481
14482 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14483
14484         * MODULES.html.sh (File system functions): New module write-any-file.
14485         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
14486         * m4/write-any-file.m4: New files.
14487
14488 2007-03-23  Eric Blake  <ebb9@byu.net>
14489
14490         * gnulib-tool: Rearrange space-tab sequences, since some editors
14491         like to eat them.
14492
14493 2007-03-23  Eric Blake  <ebb9@byu.net>
14494
14495         * lib/version-etc.c (version_etc_va): Update license wording to
14496         be more concise.  Recommended by Richard Stallman.
14497
14498 2007-03-22  Bruno Haible  <bruno@clisp.org>
14499
14500         * lib/poll.c (MSG_PEEK): New fallback definition.
14501
14502 2007-03-22  Bruno Haible  <bruno@clisp.org>
14503
14504         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
14505         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
14506         (main): Update.
14507         Fixes a compilation error on BeOS.
14508
14509 2007-03-22  Bruno Haible  <bruno@clisp.org>
14510
14511         * modules/frexpl-tests: New file.
14512         * tests/test-frexpl.c: New file.
14513
14514         * modules/frexpl: New file.
14515         * m4/frexpl.m4: New file.
14516         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
14517         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
14518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
14519         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
14520         (Depends-on): Add frexpl. Remove isnanl-nolibm.
14521         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
14522
14523 2007-03-22  Bruno Haible  <bruno@clisp.org>
14524
14525         * lib/frexpl.c: Share code with lib/frexp.c.
14526         * modules/mathl (Files): Add lib/frexp.c.
14527         (Depends-on): Add isnanl-nolibm.
14528
14529 2007-03-22  Bruno Haible  <bruno@clisp.org>
14530
14531         * modules/printf-frexp (Files): Add m4/frexp.m4.
14532         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
14533         only if the found frexp function actually works.
14534
14535 2007-03-22  Bruno Haible  <bruno@clisp.org>
14536
14537         * lib/frexp.c: Remove older implementation that uses divisions.
14538
14539 2007-03-21  Bruno Haible  <bruno@clisp.org>
14540
14541         * modules/frexp-tests: New file.
14542         * tests/test-frexp.c: New file.
14543
14544         * modules/frexp: New file.
14545         * lib/frexp.c: New file.
14546         * m4/frexp.m4: New file.
14547         * lib/math_.h (frexp): New declaration.
14548         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
14549         REPLACE_FREXP.
14550         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
14551
14552 2007-03-21  Bruno Haible  <bruno@clisp.org>
14553
14554         * modules/isnanl-tests: New file.
14555         * tests/test-isnanl.c: New file.
14556
14557         * modules/isnanl: New file.
14558         * lib/isnanl.h: New file.
14559         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
14560         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
14561         gl_FUNC_ISNANL_WORKS.
14562         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
14563         New macros.
14564
14565 2007-03-21  Bruno Haible  <bruno@clisp.org>
14566
14567         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
14568         lib/isnanl.h.
14569         (Include): Update.
14570         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
14571         * lib/vasnprintf.c: Update.
14572         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
14573         tests/test-isnanl.h, remove tests/test-isnanl.c.
14574         (Makefile.am): Update.
14575         * tests/test-isnanl-nolibm.c: New file.
14576         * tests/test-isnanl.h: New file.
14577         * tests/test-isnanl.c: Remove file.
14578
14579 2007-03-21  Jim Meyering  <jim@meyering.net>
14580
14581         When trying to open ".", treat ESTALE like EACCES.
14582         * lib/savewd.c (savewd_save): Resort to forking not just upon
14583         failure with EACCES, but also when errno is ESTALE.
14584
14585 2007-03-20  Bruno Haible  <bruno@clisp.org>
14586
14587         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
14588         Needed on AIX 5.1. Reported by Matthew Woehlke.
14589
14590 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14591
14592         Suggestions by Bruno Haible:
14593         * lib/acl-internal.h: Include "gettext.h" rather than rolling
14594         our own.
14595         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
14596         * modules/acl (Depends-on): Add gettext.
14597
14598 2007-03-19  Bruno Haible  <bruno@clisp.org>
14599
14600         * modules/iconvme: Remove file.
14601         * lib/iconvme.h: Remove file.
14602         * lib/iconvme.c: Remove file.
14603         * m4/iconvme.m4: Remove file.
14604
14605 2007-03-19  Bruno Haible  <bruno@clisp.org>
14606
14607         * doc/relocatable-maint.texi: Break long shell script line.
14608         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
14609
14610 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14611
14612         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
14613         handle file_has_acl.
14614         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
14615         * lib/acl.c: Move header inclusions and related macro defns into
14616         lib/acl-internal.h.
14617         (S_ISLNK): Remove defn, since that's now done for us.
14618         (file_has_acl): Move to lib/file-has-acl.c.
14619         Call acl_trivial if available.  This is the crucial part of the fix.
14620         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
14621         shared within the library.  Rewrite a bit, partly to make it compatible
14622         with the GNU coding style.
14623         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
14624         Remove unnecessary double-quotes.
14625         Don't test for acl_to_text; the build will catch that.
14626         Replace acl_entries if it doesn't exist and it is needed.
14627         Check for -lsec and acl_trivial (as used on Solaris 10).
14628         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
14629         lib/file-has-acl.c.
14630         (Depends-on): Add sys_stat, for S_ISLNK.
14631
14632 2007-03-19  Ben Pfaff  <blp@gnu.org>
14633
14634         * doc/gnulib.texi: Fix typos.
14635         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
14636
14637 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
14640         If size is zero here, buf must be zero.
14641
14642 2007-03-19  Simon Josefsson  <simon@josefsson.org>
14643
14644         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
14645         <bruno@clisp.org>.
14646
14647 2007-03-18  Bruno Haible  <bruno@clisp.org>
14648
14649         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
14650         Suggested by Eric Blake.
14651
14652 2007-03-18  Ben Pfaff  <blp@gnu.org>
14653
14654         * doc/relocatable.texi: Recommend using as prefix a directory
14655         that does not exist and will never be created.  Based on
14656         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
14657         and others.
14658
14659 2007-03-17  Bruno Haible  <bruno@clisp.org>
14660
14661         * lib/fchownat.c: Include lchown.h.
14662
14663 2007-03-17  Bruno Haible  <bruno@clisp.org>
14664
14665         Fix endless loop when the given allocated size was > INT_MAX.
14666         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
14667         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
14668         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
14669         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
14670         * lib/sprintf.c (sprintf): Likewise.
14671
14672 2007-03-17  Bruno Haible  <bruno@clisp.org>
14673
14674         * tests/test-argp-2.sh (func_compare): Output a context diff.
14675
14676 2007-03-17  Bruno Haible  <bruno@clisp.org>
14677
14678         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
14679         locale's decimal-point character.
14680
14681 2007-03-17  Bruno Haible  <bruno@clisp.org>
14682
14683         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
14684         before comparing it. Needed because on some platforms (e.g. x86) a
14685         'long double' occupies less bytes than sizeof (long double).
14686
14687 2007-03-17  Bruno Haible  <bruno@clisp.org>
14688
14689         * tests/test-crc.c (main): Make printf statements 64-bit clean.
14690         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
14691         * tests/test-getaddrinfo.c (simple): Likewise.
14692         * tests/test-read-file.c (main): Likewise.
14693
14694 2007-03-17  Bruno Haible  <bruno@clisp.org>
14695
14696         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
14697
14698 2007-03-17  Bruno Haible  <bruno@clisp.org>
14699
14700         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
14701         unused variable.
14702
14703 2007-03-17  Bruno Haible  <bruno@clisp.org>
14704
14705         * tests/test-c-strcasecmp.c: Include c-strcase.h.
14706         * tests/test-c-strncasecmp.c: Likewise.
14707
14708 2007-03-17  Bruno Haible  <bruno@clisp.org>
14709
14710         * modules/stdlib (Depends-on): Add unistd.
14711         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
14712         Needed for MacOS X 10.3.
14713
14714 2007-03-17  Bruno Haible  <bruno@clisp.org>
14715
14716         * lib/unistr/u-strdup.h: Include <stdlib.h>.
14717
14718 2007-03-17  Bruno Haible  <bruno@clisp.org>
14719
14720         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
14721
14722 2007-03-17  Bruno Haible  <bruno@clisp.org>
14723
14724         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
14725         to reflect files copied from gnulib (with or without modifications).
14726         Suggested by Jim Meyering.
14727
14728 2007-03-17  Eric Blake  <ebb9@byu.net>
14729
14730         * NEWS: Document stdlib change from 2007-02-18.
14731
14732 2007-03-17  Jim Meyering  <jim@meyering.net>
14733
14734         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
14735         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
14736         someone uses a name containing shell meta-characters.
14737         Reported by Alfred M. Szmidt.
14738
14739         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
14740
14741 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
14742
14743         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
14744         and copy gettext configuration files only if configure.ac contains
14745         a use of AM_GNU_GETTEXT_VERSION.
14746
14747 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
14748
14749         * build-aux/bootstrap (gnulib_name): New variable.
14750         (gnulib_tool_options): Use it.
14751
14752 2007-03-13  Simon Josefsson  <simon@josefsson.org>
14753
14754         * tests/test-des.c: Use new namespace.
14755
14756 2007-03-15  Bruno Haible  <bruno@clisp.org>
14757
14758         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
14759         Reported by James Youngman <jay@gnu.org>.
14760
14761 2007-03-15  Bruno Haible  <bruno@clisp.org>
14762
14763         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
14764         declared prototype. Needed with cc on OSF/1 5.1.
14765
14766 2007-03-15  Bruno Haible  <bruno@clisp.org>
14767
14768         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
14769         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
14770         (struct gl_list_implementation): Add dispose_fn argument to the
14771         'create_empty', 'create' methods.
14772         (struct gl_list_impl_base): Add field 'dispose_fn'.
14773         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
14774         argument.
14775         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
14776         dispose_fn argument.
14777         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
14778         dispose_fn on the dropped values.
14779         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
14780         dispose_fn argument.
14781         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
14782         dropped values.
14783         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
14784         (gl_tree_remove_node): Call dispose_fn on the dropped value.
14785         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
14786         (gl_tree_remove_node): Call dispose_fn on the dropped value.
14787         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
14788         argument.
14789         (gl_tree_list_free): Call dispose_fn on the dropped values.
14790         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
14791         the dropped values.
14792         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
14793         Add dispose_fn argument.
14794         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
14795         Call dispose_fn on the dropped values.
14796         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
14797         Add dispose_fn argument.
14798         (gl_sublist_create): Initialize the 'dispose_fn' field.
14799         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
14800         * tests/test-array_list.c (main): Update.
14801         * tests/test-carray_list.c (main): Update.
14802         * tests/test-avltree_list.c (main): Update.
14803         * tests/test-rbtree_list.c (main): Update.
14804         * tests/test-avltreehash_list.c (main): Update.
14805         * tests/test-rbtreehash_list.c (main): Update.
14806         * tests/test-linked_list.c (main): Update.
14807         * tests/test-linkedhash_list.c (main): Update.
14808         * tests/test-array_oset.c (main): Update.
14809
14810 2007-03-15  Bruno Haible  <bruno@clisp.org>
14811
14812         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
14813         (gl_oset_create_empty): Add dispose_fn argument.
14814         (struct gl_oset_implementation): Add dispose_fn argument to
14815         'create_empty' method.
14816         (struct gl_oset_impl_base): Add dispose_fn field.
14817         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
14818         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
14819         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
14820         values.
14821         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
14822         (gl_tree_oset_free): Call dispose_fn on the dropped values.
14823         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
14824         dropped value.
14825         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
14826         dropped value.
14827         * tests/test-array_oset.c (main): Update.
14828         * tests/test-avltree_oset.c (main): Update.
14829         * tests/test-rbtree_oset.c (main): Update.
14830         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
14831
14832 2007-03-13  Bruno Haible  <bruno@clisp.org>
14833
14834         * tests/test-stdbool.c (i): Update after last patch.
14835
14836 2007-03-12  Bruno Haible  <bruno@clisp.org>
14837
14838         * lib/quotearg.c: Include <wctype.h> early, before the definition of
14839         the iswprint macro. Needed on Solaris 2.5.1.
14840
14841 2007-03-12  Bruno Haible  <bruno@clisp.org>
14842
14843         * tests/test-printf-frexp.c (main): Declare x as volatile.
14844
14845 2007-03-12  Simon Josefsson  <simon@josefsson.org>
14846
14847         * doc/gnulib.texi (Build robot for gnulib): New section.
14848
14849 2007-03-12  Jim Meyering  <jim@meyering.net>
14850
14851         * build-aux/bootstrap: New file.
14852         * build-aux/bootstrap.conf: New file, from coreutils.
14853
14854 2007-03-11  Bruno Haible  <bruno@clisp.org>
14855
14856         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
14857
14858 2007-03-12  Simon Josefsson  <simon@josefsson.org>
14859
14860         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
14861         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
14862         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
14863
14864 2007-03-11  Bruno Haible  <bruno@clisp.org>
14865
14866         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
14867         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
14868
14869 2007-03-11  Bruno Haible  <bruno@clisp.org>
14870
14871         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
14872         formula. Needed for SunPRO C 5.0.
14873
14874 2007-03-11  Bruno Haible  <bruno@clisp.org>
14875
14876         * modules/long-options (Depends-on): Add getopt.
14877
14878 2007-03-11  Bruno Haible  <bruno@clisp.org>
14879
14880         * modules/modechange (Depends-on): Add stdbool.
14881
14882 2007-03-11  Bruno Haible  <bruno@clisp.org>
14883
14884         * modules/i-ring (Depends-on): Add stdbool.
14885
14886 2007-03-11  Bruno Haible  <bruno@clisp.org>
14887
14888         * modules/gc-des (Depends-on): Add stdbool.
14889
14890 2007-03-11  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
14893
14894 2007-03-11  Bruno Haible  <bruno@clisp.org>
14895
14896         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
14897
14898 2007-03-11  Bruno Haible  <bruno@clisp.org>
14899
14900         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
14901
14902 2007-03-11  Bruno Haible  <bruno@clisp.org>
14903
14904         * lib/vasnprintf.c (sprintf): Undefine.
14905
14906 2007-03-11  Bruno Haible  <bruno@clisp.org>
14907
14908         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
14909         initializers in SunPRO C and Compaq C compilers.
14910
14911 2007-03-11  Bruno Haible  <bruno@clisp.org>
14912
14913         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
14914         decrementing code ANSI C compliant.
14915
14916 2007-03-11  Bruno Haible  <bruno@clisp.org>
14917
14918         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
14919         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
14920
14921 2007-03-11  Bruno Haible  <bruno@clisp.org>
14922
14923         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
14924         <stdbool.h> substitute doesn't pass.
14925
14926 2007-03-11  Bruno Haible  <bruno@clisp.org>
14927
14928         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
14929
14930 2007-03-11  Bruno Haible  <bruno@clisp.org>
14931
14932         * gnulib-tool (func_create_megatestdir): Create also an autobuild
14933         script, for submission to autobuild.josefsson.org.
14934
14935 2007-03-10  Bruno Haible  <bruno@clisp.org>
14936
14937         * modules/canonicalize-lgpl-tests: New file.
14938         * tests/test-canonicalize-lgpl.sh: New file.
14939         * tests/test-canonicalize-lgpl.c: New file.
14940
14941         * modules/c-strcase-tests: New file.
14942         * tests/test-c-strcase.sh: New file.
14943         * tests/test-c-strcasecmp.c: New file.
14944         * tests/test-c-strncasecmp.c: New file.
14945
14946         * modules/atexit-tests: New file.
14947         * tests/test-atexit.sh: New file.
14948         * tests/test-atexit.c: New file.
14949
14950 2007-03-10  Bruno Haible  <bruno@clisp.org>
14951
14952         * tests/test-binary-io.sh: Use temporary filenames that are not so
14953         likely to clash with those of other tests (in a parallel make).
14954         * tests/test-binary-io.c: Likewise.
14955
14956 2007-03-10  Bruno Haible  <bruno@clisp.org>
14957
14958         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
14959         fallback; use #error instead.
14960         Suggested by Simon Josefsson.
14961
14962 2007-03-10  Bruno Haible  <bruno@clisp.org>
14963
14964         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
14965         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
14966         first and the last.
14967
14968 2007-03-10  Bruno Haible  <bruno@clisp.org>
14969
14970         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
14971
14972 2007-03-10  Bruno Haible  <bruno@clisp.org>
14973
14974         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
14975         "make distcheck".
14976         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
14977         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
14978         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
14979
14980 2007-03-10  Bruno Haible  <bruno@clisp.org>
14981
14982         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
14983         variable.
14984         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
14985         variable.
14986
14987 2007-03-09  Eric Blake  <ebb9@byu.net>
14988         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
14989
14990         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
14991         types are not being provided by gnulib.
14992         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
14993         types are supported.
14994
14995 2007-03-10  Bruno Haible  <bruno@clisp.org>
14996
14997         * lib/stdio_.h (__attribute__): New macro.
14998         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
14999         vsprintf): Specify __attribute__ __format__ for GCC.
15000         Suggested by Eric Blake.
15001
15002 2007-03-09  Bruno Haible  <bruno@clisp.org>
15003
15004         * modules/printf-posix-tests: New file.
15005         * tests/test-printf-posix.sh: New file.
15006         * tests/test-printf-posix.c: New file.
15007
15008         * modules/printf-posix: New file.
15009         * lib/printf.c: New file.
15010         * m4/printf-posix-rpl.m4: New file.
15011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
15012         REPLACE_PRINTF.
15013         * lib/stdio_.h (printf): New declaration.
15014         (format, __format__, ____printf____, ____scanf____, ____strftime____,
15015         ____strfmon____): New macros.
15016         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
15017         REPLACE_PRINTF.
15018
15019 2007-03-09  Bruno Haible  <bruno@clisp.org>
15020
15021         * tests/test-vasnprintf-posix2.sh: New file.
15022         * tests/test-vasnprintf-posix2.c: New file.
15023         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
15024         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
15025         (Makefile.am): Activate test-vasnprintf-posix2.sh.
15026
15027         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
15028         a locale dependent decimal point, rather than always '.'.
15029
15030 2007-03-09  Eric Blake  <ebb9@byu.net>
15031
15032         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
15033         spite of platforms like Tandem/NSK that define it to -1.
15034
15035 2007-03-08  Bruno Haible  <bruno@clisp.org>
15036
15037         * modules/vprintf-posix-tests: New file.
15038         * tests/test-vprintf-posix.sh: New file.
15039         * tests/test-vprintf-posix.c: New file.
15040         * tests/test-printf-posix.h: New file.
15041
15042         * modules/vprintf-posix: New file.
15043         * lib/vprintf.c: New file.
15044         * m4/vprintf-posix.m4: New file.
15045         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
15046         REPLACE_VPRINTF.
15047         * lib/stdio_.h (vprintf): New declaration.
15048         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
15049         REPLACE_VPRINTF.
15050
15051 2007-03-08  Bruno Haible  <bruno@clisp.org>
15052
15053         * modules/fprintf-posix-tests: New file.
15054         * tests/test-fprintf-posix.sh: New file.
15055         * tests/test-fprintf-posix.c: New file.
15056
15057         * modules/fprintf-posix: New file.
15058         * lib/fprintf.c: New file.
15059         * m4/fprintf-posix.m4: New file.
15060         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
15061         REPLACE_FPRINTF.
15062         * lib/stdio_.h (fprintf): New declaration.
15063         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
15064         REPLACE_FPRINTF.
15065
15066 2007-03-08  Bruno Haible  <bruno@clisp.org>
15067
15068         * modules/vfprintf-posix-tests: New file.
15069         * tests/test-vfprintf-posix.sh: New file.
15070         * tests/test-vfprintf-posix.c: New file.
15071         * tests/test-fprintf-posix.h: New file.
15072         * tests/test-fprintf-posix.out: New file.
15073
15074         * modules/vfprintf-posix: New file.
15075         * lib/vfprintf.c: New file.
15076         * m4/vfprintf-posix.m4: New file.
15077         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
15078         REPLACE_VFPRINTF.
15079         * lib/stdio_.h (vfprintf): New declaration.
15080         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
15081         REPLACE_VFPRINTF.
15082
15083 2007-03-08  Bruno Haible  <bruno@clisp.org>
15084
15085         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
15086
15087 2007-03-08  Bruno Haible  <bruno@clisp.org>
15088
15089         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
15090         instead of 'expr' invocations.
15091         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15092         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15093         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15094         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15095         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15096         Suggested by Paul Eggert.
15097
15098 2007-03-08  Bruno Haible  <bruno@clisp.org>
15099
15100         * modules/fseterr-tests: New file.
15101         * tests/test-fseterr.c: New file.
15102
15103         * modules/fseterr: New file.
15104         * lib/fseterr.h: New file.
15105         * lib/fseterr.c: New file.
15106
15107 2007-03-08  Bruno Haible  <bruno@clisp.org>
15108
15109         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
15110         * lib/getopt_.h: Likewise.
15111         * lib/mbswidth.h: Likewise.
15112         * lib/setenv.h: Likewise.
15113         * lib/vasnprintf.h: Likewise.
15114         * lib/vasprintf.h: Likewise.
15115         * lib/verror.h: Likewise.
15116         * lib/xsetenv.h: Likewise.
15117         * lib/xvasprintf.h: Likewise.
15118
15119 2007-03-08  Jim Meyering  <jim@meyering.net>
15120
15121         * users.txt: Add parted.
15122
15123         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
15124
15125 2007-03-07  Bruno Haible  <bruno@clisp.org>
15126
15127         * m4/printf.m4: Make the shell script snippets copy&pastable.
15128
15129 2007-03-02  Bruno Haible  <bruno@clisp.org>
15130
15131         * lib/netinet_in_.h: New file.
15132         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
15133         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
15134         * modules/netinet_in (Files): Add lib/netinet_in_.h.
15135         (Depends-on): Add absolute-header.
15136         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
15137         into netinet/in.h.
15138
15139 2007-03-03  Bruno Haible  <bruno@clisp.org>
15140
15141         * lib/sys_select_.h: New file.
15142         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
15143         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
15144         * modules/sys_select (Files): Add lib/sys_select_.h.
15145         (Depends-on): Add absolute-header.
15146         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
15147         into sys/select.h.
15148
15149 2007-03-02  Bruno Haible  <bruno@clisp.org>
15150
15151         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
15152         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
15153         values.
15154         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
15155         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
15156         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
15157         * modules/sys_socket (Depends-on): Add absolute-header.
15158         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
15159         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
15160         (Include): Remove requirement of inclusion of <sys/types.h>.
15161
15162 2007-03-02  Bruno Haible  <bruno@clisp.org>
15163
15164         * lib/byteswap_.h (bswap_32): Fix formula.
15165
15166 2007-03-06  Bruno Haible  <bruno@clisp.org>
15167
15168         * modules/sprintf-posix-tests: New file.
15169         * tests/test-sprintf-posix.c: New file.
15170
15171         * modules/sprintf-posix: New file.
15172         * lib/sprintf.c: New file.
15173         * m4/sprintf-posix.m4: New file.
15174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
15175         REPLACE_SPRINTF.
15176         * lib/stdio_.h (sprintf): New declaration.
15177         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
15178         REPLACE_SPRINTF.
15179
15180 2007-03-06  Bruno Haible  <bruno@clisp.org>
15181
15182         * modules/vsprintf-posix-tests: New file.
15183         * tests/test-vsprintf-posix.c: New file.
15184         * tests/test-sprintf-posix.h: New file.
15185
15186         * modules/vsprintf-posix: New file.
15187         * lib/vsprintf.c: New file.
15188         * m4/vsprintf-posix.m4: New file.
15189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
15190         REPLACE_VSPRINTF.
15191         * lib/stdio_.h (vsprintf): New declaration.
15192         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
15193         REPLACE_VSPRINTF.
15194
15195 2007-03-06  Bruno Haible  <bruno@clisp.org>
15196
15197         * modules/vsnprintf (Depend-on): Remove minmax.
15198
15199 2007-03-06  Bruno Haible  <bruno@clisp.org>
15200
15201         * modules/snprintf-posix-tests: New file.
15202         * tests/test-snprintf-posix.c: New file.
15203
15204         * modules/snprintf-posix: New file.
15205         * m4/snprintf-posix.m4: New file.
15206         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
15207         gl_FUNC_SNPRINTF.
15208         (gl_FUNC_SNPRINTF): Invoke it.
15209         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
15210         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
15211         is set.
15212         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
15213
15214 2007-03-06  Bruno Haible  <bruno@clisp.org>
15215
15216         * modules/vsnprintf-posix-tests: New file.
15217         * tests/test-vsnprintf-posix.c: New file.
15218         * tests/test-snprintf-posix.h: New file.
15219
15220         * modules/vsnprintf-posix: New file.
15221         * m4/vsnprintf-posix.m4: New file.
15222         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
15223         gl_FUNC_VSNPRINTF.
15224         (gl_FUNC_VSNPRINTF): Invoke it.
15225         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
15226         * lib/stdio_.h (vsnprintf): Define as a replacement if
15227         REPLACE_VSNPRINTF is set.
15228         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
15229
15230 2007-03-06  Bruno Haible  <bruno@clisp.org>
15231
15232         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
15233         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
15234
15235 2007-03-06  Bruno Haible  <bruno@clisp.org>
15236
15237         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
15238         (asinl): Declare also if HAVE_DECL_ASINL is set.
15239         (atanl): Declare also if HAVE_DECL_ATANL is set.
15240         (ceill): Declare also if HAVE_DECL_CEILL is set.
15241         (cosl): Declare also if HAVE_DECL_COSL is set.
15242         (expl): Declare also if HAVE_DECL_EXPL is set.
15243         (floorl): Declare also if HAVE_DECL_FLOORL is set.
15244         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
15245         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
15246         (logl): Declare also if HAVE_DECL_LOGL is set.
15247         (sinl): Declare also if HAVE_DECL_SINL is set.
15248         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
15249         (tanl): Declare also if HAVE_DECL_TANL is set.
15250         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
15251         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
15252         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
15253         declaration of frexpl, ldexpl.
15254         * modules/printf-frexpl (Depends-on): Add math.
15255         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
15256
15257 2007-03-05  Bruno Haible  <bruno@clisp.org>
15258
15259         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
15260         frexpl and ldexpl are declared.
15261         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
15262
15263 2007-03-05  Bruno Haible  <bruno@clisp.org>
15264
15265         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
15266         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
15267
15268 2007-03-05  Bruno Haible  <bruno@clisp.org>
15269
15270         * lib/stdio_.h: Include <stddef.h>.
15271
15272 2007-03-05  Bruno Haible  <bruno@clisp.org>
15273
15274         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
15275
15276 2007-03-05  Bruno Haible  <bruno@clisp.org>
15277
15278         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
15279         NetBSD 4, from Ralf Wildenhues.
15280
15281 2007-03-04  Bruno Haible  <bruno@clisp.org>
15282
15283         * lib/vasprintf.h: Update #if logic for the case when the functions
15284         exist but are overridden.
15285
15286 2007-03-04  Bruno Haible  <bruno@clisp.org>
15287
15288         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
15289         implementations: glibc-2.4 and MacOS X 10.3.
15290         * tests/test-vasnprintf-posix.c (test_function): Test also the case
15291         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
15292         * tests/test-vasprintf-posix.c (test_function): Likewise.
15293
15294 2007-03-04  Bruno Haible  <bruno@clisp.org>
15295
15296         * modules/vasprintf-posix-tests: New file.
15297         * tests/test-vasprintf-posix.c: New file.
15298
15299         * modules/vasprintf-posix: New file.
15300         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
15301         defined.
15302         * m4/vasprintf-posix.m4: New file.
15303         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
15304         gl_FUNC_VASPRINTF.
15305         (gl_FUNC_VASPRINTF): Invoke it.
15306         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
15307         here.
15308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
15309
15310 2007-03-04  Bruno Haible  <bruno@clisp.org>
15311
15312         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
15313         REPLACE_GETTIMEOFDAY.
15314         * modules/sys_time (Makefile.am): Likewise.
15315         * m4/sys_time_h.m4: Likewise.
15316         * m4/gettimeofday.m4: Likewise.
15317
15318 2007-03-04  Bruno Haible  <bruno@clisp.org>
15319
15320         * modules/vasnprintf-posix-tests: New file.
15321         * tests/test-vasnprintf-posix.c: New file.
15322
15323         * modules/vasnprintf-posix: New file.
15324         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
15325         printf-frexpl.h.
15326         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
15327         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
15328         REPLACE_VASNPRINTF is defined.
15329         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
15330         gl_FUNC_VASNPRINTF.
15331         (gl_FUNC_VASNPRINTF): Invoke it.
15332         * m4/vasnprintf-posix.m4: New file.
15333         * m4/printf.m4: New file.
15334
15335 2007-03-04  Bruno Haible  <bruno@clisp.org>
15336
15337         Compile progreloc.c only if --enable-relocatable is specified.
15338         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
15339         if --enable-relocatable was specified.
15340         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
15341         lib_SOURCES.
15342
15343 2007-03-04  Jim Meyering  <jim@meyering.net>
15344
15345         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
15346         Use it consistently, rather than enumerating errno constants.
15347
15348 2007-03-04  Bruno Haible  <bruno@clisp.org>
15349
15350         * modules/xvasprintf-tests: New file.
15351         * tests/test-xvasprintf.c: New file.
15352
15353         * modules/vasprintf-tests: New file.
15354         * tests/test-vasprintf.c: New file.
15355
15356         * modules/vasnprintf-tests: New file.
15357         * tests/test-vasnprintf.c: New file.
15358
15359         * modules/vsnprintf-tests: New file.
15360         * tests/test-vsnprintf.c: New file.
15361
15362         * modules/snprintf-tests: New file.
15363         * tests/test-snprintf.c: New file.
15364
15365 2007-03-04  Bruno Haible  <bruno@clisp.org>
15366
15367         Compile relocatable.c only if --enable-relocatable is specified.
15368         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
15369         gl_RELOCATABLE_LIBRARY.
15370         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
15371         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
15372         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
15373         gl_RELOCATABLE_LIBRARY.
15374         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
15375         (Makefile.am): Remove lib_SOURCES.
15376         * modules/relocatable-lib-lgpl (configure.ac): Invoke
15377         gl_RELOCATABLE_LIBRARY.
15378         (Makefile.am): Remove lib_SOURCES.
15379         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
15380         always.
15381         * modules/relocatable-prog-wrapper (configure.ac): Invoke
15382         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
15383
15384 2007-03-04  Bruno Haible  <bruno@clisp.org>
15385
15386         * modules/argmatch-tests: New file.
15387         * tests/test-argmatch.c: New file.
15388
15389         * tests/test-allocsa.c (main): Halve the number of loop runs.
15390
15391         * modules/alloca-opt-tests: New file.
15392         * tests/test-alloca-opt.c: New file.
15393
15394 2007-03-04  Jim Meyering  <jim@meyering.net>
15395
15396         Work around difference between Linux ACLs and Solaris 10 ZFS.
15397         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
15398         for EINVAL.
15399
15400 2007-03-03  Bruno Haible  <bruno@clisp.org>
15401
15402         * modules/relocatable-prog (Depends-on): Add back progreloc's
15403         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
15404
15405 2007-03-03  Bruno Haible  <bruno@clisp.org>
15406
15407         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
15408         * modules/relocatable-lib: New file.
15409
15410 2007-03-03  Bruno Haible  <bruno@clisp.org>
15411
15412         * modules/relocatable-prog: Renamed from modules/relocatable.
15413         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
15414
15415 2007-03-03  Bruno Haible  <bruno@clisp.org>
15416
15417         * modules/relocatable-script (Files): Add doc/relocatable.texi,
15418         m4/relocatable-lib.m4.
15419         (Depends-on): Remove 'relocatable'.
15420         (configure.ac): Add gl_RELOCATABLE_NOP.
15421
15422 2007-03-03  Bruno Haible  <bruno@clisp.org>
15423
15424         * modules/relocatable-prog-wrapper: New file.
15425         * modules/relocatable (Depends-on): Add it. Remove all other
15426         dependencies except progname.
15427         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
15428
15429         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
15430         (gl_FUNC_STRERROR): Nop.
15431         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
15432
15433         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
15434         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
15435
15436         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
15437         (gl_FUNC_READLINK): Update.
15438
15439         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
15440
15441 2007-03-03  Bruno Haible  <bruno@clisp.org>
15442
15443         * lib/xreadlink.c: Include <unistd.h> unconditionally.
15444         * modules/xreadlink (Depends-on): Add unistd.
15445         * modules/xreadlink-with-size (Depends-on): Likewise.
15446
15447 2007-03-03  Bruno Haible  <bruno@clisp.org>
15448
15449         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
15450         extracted from gt_FUNC_SETENV.
15451         (gt_FUNC_SETENV): Remove macro.
15452         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
15453         remove gt_FUNC_SETENV.
15454
15455 2007-03-03  Bruno Haible  <bruno@clisp.org>
15456
15457         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
15458         ENABLE_RELOCATABLE here.
15459         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
15460
15461 2007-03-03  Bruno Haible  <bruno@clisp.org>
15462
15463         * modules/rbtreehash-list-tests (Depends-on): Add progname.
15464         * tests/test-rbtreehash_list.c: Include progname.h.
15465         (main): Call set_program_name.
15466
15467         * modules/rbtree-oset-tests (Depends-on): Add progname.
15468         * tests/test-rbtree_oset.c: Include progname.h.
15469         (main): Call set_program_name.
15470
15471         * modules/rbtree-list-tests (Depends-on): Add progname.
15472         * tests/test-rbtree_list.c: Include progname.h.
15473         (main): Call set_program_name.
15474
15475         * modules/linked-list-tests (Depends-on): Add progname.
15476         * tests/test-linked_list.c: Include progname.h.
15477         (main): Call set_program_name.
15478
15479 2007-03-03  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
15482         All uses of __restrict changed to _Restrict_.
15483         * lib/glob_.h (__restrict): Remove macro.
15484
15485 2007-03-02  Bruno Haible  <bruno@clisp.org>
15486
15487         * modules/gettext (configure.ac): Require gettext infrastructure
15488         from version 0.16.1.
15489
15490 2007-03-02  Bruno Haible  <bruno@clisp.org>
15491
15492         * modules/linkedhash-list-tests (Depends-on): Add progname.
15493         * tests/test-linkedhash_list.c: Include progname.h.
15494         (main): Call set_program_name.
15495
15496         * modules/carray-list-tests (Depends-on): Add progname.
15497         * tests/test-carray_list.c: Include progname.h.
15498         (main): Call set_program_name.
15499
15500         * modules/avltreehash-list-tests (Depends-on): Add progname.
15501         * tests/test-avltreehash_list.c: Include progname.h.
15502         (main): Call set_program_name.
15503
15504         * modules/avltree-oset-tests (Depends-on): Add progname.
15505         * tests/test-avltree_oset.c: Include progname.h.
15506         (main): Call set_program_name.
15507
15508         * modules/avltree-list-tests (Depends-on): Add progname.
15509         * tests/test-avltree_list.c: Include progname.h.
15510         (main): Call set_program_name.
15511
15512         * modules/array-oset-tests (Depends-on): Add progname.
15513         * tests/test-array_oset.c: Include progname.h.
15514         (main): Call set_program_name.
15515
15516         * modules/array-list-tests (Depends-on): Add progname.
15517         * tests/test-array_list.c: Include progname.h.
15518         (main): Call set_program_name.
15519
15520         * modules/argp-tests (Depends-on): Add progname.
15521         * tests/test-argp.c: Include argp.h first. Include progname.h.
15522         (main): Call set_program_name.
15523
15524 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * doc/gnulib-tool.texi (Initial import): Reword description of
15527         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
15528         limited effect even if defined after the first system include.
15529
15530 2007-03-01  Bruno Haible  <bruno@clisp.org>
15531
15532         * build-aux/config.libpath: Update to libtool-1.5.22.
15533         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15534
15535 2007-03-01  Bruno Haible  <bruno@clisp.org>
15536
15537         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
15538         foo_CFLAGS.
15539         Reported by Ralf Wildenhues.
15540
15541 2007-03-01  Bruno Haible  <bruno@clisp.org>
15542
15543         * build-aux/install-reloc: Remove object files left over by some
15544         compilers.
15545         Reported by Ralf Wildenhues.
15546
15547 2007-03-01  Bruno Haible  <bruno@clisp.org>
15548
15549         * build-aux/install-reloc: Break long lines.
15550
15551 2007-03-01  Bruno Haible  <bruno@clisp.org>
15552
15553         * doc/relocatable.texi: Document that it may not work on OpenBSD.
15554         Reported by Ralf Wildenhues.
15555
15556 2007-03-01  Bruno Haible  <bruno@clisp.org>
15557
15558         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
15559         include ordering constraints.
15560
15561 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15562
15563         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
15564         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
15565         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
15566         as another example.
15567         * lib/time_.h: Fix misspelling.
15568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15569         Require gl_HEADER_TIME_H_DEFAULTS.
15570         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
15571         * m4/time_r.m4 (gl_TIME_R): Likewise.
15572         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
15573
15574 2007-03-01  Bruno Haible  <bruno@clisp.org>
15575
15576         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
15577         * m4/utimens.m4 (gl_UTIMENS): Likewise.
15578
15579 2007-03-01  Jim Meyering  <jim@meyering.net>
15580
15581         * modules/xreadlink (Maintainer): Add my name.
15582         * modules/xreadlink-with-size (Depends-on): Alphabetize.
15583
15584 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
15585             Bruno Haible  <bruno@clisp.org>
15586
15587         * build-aux/install-reloc: Compile also c-ctype.c.
15588         * build-aux/relocatable.sh.in: New file.
15589         * doc/relocatable.texi: New file.
15590         * doc/relocatable-maint.texi: New file.
15591         * doc/gnulib.texi: Include relocatable-maint.texi.
15592         * lib/progreloc.c: Include unistd.h unconditionally.
15593         * lib/relocwrapper.c: Include unistd.h unconditionally.
15594         Include c-ctype.h.
15595         (add_dotbin): Use c_tolower.
15596         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
15597         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
15598         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
15599         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
15600         to m4/relocatable-lib.m4.
15601         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
15602         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
15603         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
15604         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
15605         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
15606         * modules/relocatable: New file.
15607         * modules/relocatable-lib: New file.
15608         * modules/relocatable-script: New file.
15609
15610 2007-02-28  Bruno Haible  <bruno@clisp.org>
15611
15612         Import --enable-relocatable infrastructure.
15613         * build-aux/config.libpath: New file, from GNU gettext.
15614         * build-aux/install-reloc: New file, from GNU gettext.
15615         * build-aux/reloc-ldflags: New file, from GNU gettext.
15616         * lib/relocatable.h: New file, from GNU gettext.
15617         * lib/relocatable.c: New file, from GNU gettext.
15618         * lib/relocwrapper.c: New file, from GNU gettext.
15619         * m4/relocatable.m4: New file, from GNU gettext.
15620
15621 2007-02-28  Bruno Haible  <bruno@clisp.org>
15622
15623         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
15624
15625         * modules/xreadlink: New file, from GNU gettext with modifications.
15626         * lib/xreadlink.c: New file, from GNU gettext.
15627         * lib/xreadlink.h: Add comments.
15628         (xreadlink): New declaration.
15629
15630         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
15631         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
15632         lib/xreadlink-with-size.c.
15633         (configure.ac): Remove gl_XREADLINK invocation.
15634         (Makefile.am): Augment lib_SOURCES.
15635         * m4/xreadlink.m4: Remove file.
15636         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
15637         (xreadlink_with_size): Renamed from xreadink.
15638         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
15639         * modules/canonicalize (Depends-on): Replace xreadlink with
15640         xreadlink-with-size.
15641         * lib/canonicalize.c (canonicalize_filename_mode): Update.
15642
15643 2007-02-25  Jim Meyering  <jim@meyering.net>
15644
15645         * build-aux/announce-gen: When complaining about excess arguments,
15646         list them.
15647
15648 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * README: Document signed integer overflow situation more
15651         accurately.
15652
15653 2007-02-25  Bruno Haible  <bruno@clisp.org>
15654
15655         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
15656         'a' or 'A' conversion.
15657
15658 2007-02-25  Bruno Haible  <bruno@clisp.org>
15659
15660         * modules/filename: Renamed from modules/pathname.
15661         (Files): Replace lib/pathname.h with lib/filename.h. Replace
15662         lib/concatpath.c with lib/concat-filename.c.
15663         (Makefile.am): Update.
15664         (Include): Replace pathname.h with filename.h.
15665         * lib/filename.h: Renamed from lib/pathname.h.
15666         (concatenated_filename): Renamed from concatenated_pathname.
15667         * lib/concat-filename.c: Renamed from lib/concatpath.c.
15668         (concatenated_filename): Renamed from concatenated_pathname.
15669         * lib/findprog.c: Include filename.h instead of pathname.h.
15670         (find_in_path): Update.
15671         * lib/javacomp.c: Include filename.h instead of pathname.h.
15672         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
15673         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
15674         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
15675         is_oldgcj_14_13_usable, is_javac_usable): Update.
15676         * lib/javaexec.c: Include filename.h instead of pathname.h.
15677         (execute_java_class): Update.
15678         * modules/findprog: Update.
15679         * modules/javacomp: Update.
15680         * modules/javaexec: Update.
15681         * MODULES.html.sh (File system functions): Add 'filename', remove
15682         'pathname'.
15683
15684 2007-02-25  Bruno Haible  <bruno@clisp.org>
15685
15686         * modules/printf-frexpl-tests: New file.
15687         * tests/test-printf-frexpl.c: New file.
15688
15689         * modules/printf-frexpl: New file.
15690         * lib/printf-frexpl.h: New file.
15691         * lib/printf-frexpl.c: New file.
15692         * m4/printf-frexpl.m4: New file.
15693
15694 2007-02-25  Bruno Haible  <bruno@clisp.org>
15695
15696         * modules/printf-frexp-tests: New file.
15697         * tests/test-printf-frexp.c: New file.
15698
15699         * modules/printf-frexp: New file.
15700         * lib/printf-frexp.h: New file.
15701         * lib/printf-frexp.c: New file.
15702         * m4/printf-frexp.m4: New file.
15703
15704 2007-02-25  Bruno Haible  <bruno@clisp.org>
15705
15706         Assume automake >= 1.10 for the tests.
15707         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
15708         * modules/arctwo-tests: Likewise.
15709         * modules/argp-tests: Likewise.
15710         * modules/avltree-list-tests: Likewise.
15711         * modules/avltree-oset-tests: Likewise.
15712         * modules/avltreehash-list-tests: Likewise.
15713         * modules/carray-list-tests: Likewise.
15714         * modules/crc-tests: Likewise.
15715         * modules/des-tests: Likewise.
15716         * modules/gc-arcfour-tests: Likewise.
15717         * modules/gc-arctwo-tests: Likewise.
15718         * modules/gc-des-tests: Likewise.
15719         * modules/gc-hmac-md5-tests: Likewise.
15720         * modules/gc-hmac-sha1-tests: Likewise.
15721         * modules/gc-md2-tests: Likewise.
15722         * modules/gc-md4-tests: Likewise.
15723         * modules/gc-md5-tests: Likewise.
15724         * modules/gc-pbkdf2-sha1-tests: Likewise.
15725         * modules/gc-rijndael-tests: Likewise.
15726         * modules/gc-sha1-tests: Likewise.
15727         * modules/gc-tests: Likewise.
15728         * modules/getaddrinfo-tests: Likewise.
15729         * modules/hmac-md5-tests: Likewise.
15730         * modules/hmac-sha1-tests: Likewise.
15731         * modules/linked-list-tests: Likewise.
15732         * modules/linkedhash-list-tests: Likewise.
15733         * modules/lock-tests: Likewise.
15734         * modules/md2-tests: Likewise.
15735         * modules/md4-tests: Likewise.
15736         * modules/md5-tests: Likewise.
15737         * modules/rbtree-list-tests: Likewise.
15738         * modules/rbtree-oset-tests: Likewise.
15739         * modules/rbtreehash-list-tests: Likewise.
15740         * modules/read-file-tests: Likewise.
15741         * modules/rijndael-tests: Likewise.
15742         * modules/stdint-tests: Likewise.
15743         * modules/tls-tests: Likewise.
15744
15745 2007-02-24  Bruno Haible  <bruno@clisp.org>
15746
15747         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
15748         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
15749         function; instead check whether isnan with a double argument links.
15750         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
15751         function; instead check whether isnan with a 'long double' argument
15752         links.
15753         Reported by Eric Blake <ebb9@byu.net>.
15754
15755 2007-02-24  Bruno Haible  <bruno@clisp.org>
15756
15757         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
15758         defined.
15759         * lib/isnanl.c: Remove all code. Just include isnan.c.
15760         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
15761
15762 2007-02-25  Jim Meyering  <jim@meyering.net>
15763
15764         Avoid conflicting types for 'unsetenv' on FreeBSD.
15765         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
15766         conflicting with FreeBSD's (5.0 and 6.1) function declaration
15767         in stdlib.h.
15768
15769 2007-02-24  Bruno Haible  <bruno@clisp.org>
15770
15771         * modules/isnanl-nolibm-tests: New file.
15772         * tests/test-isnanl.c: New file.
15773
15774         * modules/isnanl-nolibm: New file.
15775         * lib/isnanl.h: New file.
15776         * lib/isnanl.c: New file.
15777         * m4/isnanl.m4: New file.
15778
15779 2007-02-24  Bruno Haible  <bruno@clisp.org>
15780
15781         * modules/isnan-nolibm-tests: New file.
15782         * tests/test-isnan.c: New file.
15783
15784         * modules/isnan-nolibm: New file.
15785         * lib/isnan.h: New file.
15786         * lib/isnan.c: New file.
15787         * m4/isnan.m4: New file.
15788
15789 2007-02-24  Bruno Haible  <bruno@clisp.org>
15790
15791         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
15792         assume that an exponent fits in 20 bits.
15793
15794 2007-02-24  Jim Meyering  <jim@meyering.net>
15795
15796         * m4/regex.m4: Update the description of the configure-time option,
15797         --without-included-regex, to state accurately what the defaults are,
15798         and perhaps to give people an idea why using this option is risky.
15799
15800 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15801
15802         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
15803         loops on small arguments.  This attempts to avoid the problem
15804         Bruno Haible reported for AIX 4.3.2 in
15805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
15806
15807 2007-02-23  Bruno Haible  <bruno@clisp.org>
15808
15809         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
15810         Needed for help2man.
15811
15812 2007-02-23  Karl Berry  <karl@gnu.org>
15813
15814         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
15815         exists, foo.h should be cvs-ignored, not committed.
15816
15817 2007-02-23  Eric Blake  <ebb9@byu.net>
15818
15819         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
15820         * lib/stat-time.h (includes): Likewise.
15821         * lib/utimecmp.c (includes): Likewise.
15822         * lib/utimens.h (includes): Likewise.
15823         * lib/getdate.y (includes): Also include "timespec.h" for use
15824         internal to the module.
15825         * modules/utimens (Depends-on): Revert yesterday's patch.
15826         * modules/nanosleep (Depends-on): Add missing dependency.
15827
15828 2007-02-22  Bruno Haible  <bruno@clisp.org>
15829
15830         * lib/glob.c: Don't include getlogin_r.h.
15831
15832 2007-02-22  Jim Meyering  <jim@meyering.net>
15833
15834         * modules/utimens (Depends-on): Add timespec, required for
15835         utimens.h's inclusion of timespec.h.
15836
15837 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
15838
15839         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
15840         long unreadable paths in GNU/Linux.  Problem reported by Andreas
15841         Schwab in
15842         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
15843         I'll try to think of a better way to fix the Solaris problem.
15844
15845         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
15846         like glibc; on Solaris 10, it fails with errno == EINVAL.
15847         POSIX says the behavior is unspecified if the first argument is NULL,
15848         so play it safe and never pass NULL to the system getcwd.
15849
15850 2007-02-21  Jim Meyering  <jim@meyering.net>
15851
15852         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
15853         of gettimeofday.  It would conflict with the one now always
15854         provided via sys_time_.h.  Reported by Matthew Woehlke, as
15855         an IRIX 6.5 build failure.
15856
15857 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15858
15859         Minor fixups to port to Solaris 10 with Sun C 5.8.
15860         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
15861         * modules/getcwd (Depends-on): Add dirfd.
15862         * lib/putenv.c (putenv): #undef it.
15863         (rpl_putenv): New decl.
15864         (malloc, free): Include <stdlib.h> rather than prototyping separately.
15865
15866 2007-02-20  Bruno Haible  <bruno@clisp.org>
15867
15868         * modules/stdio-tests: New file.
15869         * tests/test-stdio.c: New file.
15870
15871         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
15872         (Depends-on): Add stdio.
15873         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
15874         (Include): Use <stdio.h> instead of vsnprintf.h.
15875         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
15876         HAVE_DECL_VSNPRINTF.
15877         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
15878
15879         * modules/snprintf (Files): Remove lib/snprintf.h.
15880         (Depends-on): Add stdio.
15881         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
15882         (Include): Use <stdio.h> instead of snprintf.h.
15883         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
15884         HAVE_DECL_SNPRINTF.
15885         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
15886         * lib/getaddrinfo.c: Likewise.
15887
15888         * modules/stdio: New file.
15889         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
15890         * lib/snprintf.h: Remove file.
15891         * lib/vsnprintf.h: Remove file.
15892         * lib/.cppi-disable: Remove snprintf.h.
15893         * m4/stdio_h.m4: New file.
15894         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
15895
15896 2007-02-20  Jim Meyering  <jim@meyering.net>
15897
15898         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
15899         used by e.g., mingw.  From Bruno Haible.
15900
15901 2007-02-19  Bruno Haible  <bruno@clisp.org>
15902
15903         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
15904         warnings.
15905         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15906
15907 2007-02-19  Bruno Haible  <bruno@clisp.org>
15908
15909         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
15910         from mingw users.
15911
15912 2007-02-19  Bruno Haible  <bruno@clisp.org>
15913
15914         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
15915         warnings.
15916         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
15917
15918 2007-02-19  Jim Meyering  <jim@meyering.net>
15919
15920         Don't use FD after a successful "fdopendir (fd)".
15921         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
15922         Reset it by calling dirfd on the just-obtained DIR*.
15923
15924         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
15925         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
15926
15927 2007-02-18  Bruno Haible  <bruno@clisp.org>
15928
15929         * lib/readlink.c: Include <unistd.h>.
15930         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
15931         HAVE_READLINK.
15932         * modules/readlink (Depends-on): Add unistd.
15933         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15934         (Include): Add <unistd.h>.
15935
15936         * lib/getlogin_r.h: Remove file.
15937         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
15938         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
15939         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
15940         HAVE_DECL_GETLOGIN_R.
15941         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
15942         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15943         (Include): Use <unistd.h> instead of getlogin_r.h.
15944
15945         * lib/getcwd.h: Remove file.
15946         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
15947         * lib/xgetcwd.c: Likewise.
15948         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
15949         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
15950         * modules/getcwd (Files): Remove lib/getcwd.h.
15951         (Depends-on): Add unistd.
15952         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15953         (Include): Use <unistd.h> instad of getcwd.h.
15954
15955         * lib/ftruncate.c: Include <unistd.h> first.
15956         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
15957         Set HAVE_FTRUNCATE.
15958         * modules/ftruncate (Depends-on): Add unistd.
15959         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15960
15961         * lib/fchdir.c: Include <unistd.h> first.
15962         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
15963         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
15964         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
15965         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15966         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
15967
15968         * lib/dup2.c: Include <unistd.h> first.
15969         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
15970         HAVE_DUP2.
15971         * modules/dup2 (Depends-on): Add unistd.
15972         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15973
15974         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
15975         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
15976         REPLACE_CHOWN. Don't define chown as a macro here.
15977         * modules/chown (Depends-on): Add unistd.
15978         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15979
15980         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
15981         Add definition for GL_LINK_WARNING.
15982         (chown, dup2): New declarations.
15983         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
15984         link warning.
15985         (ftruncate): New declaration.
15986         (getcwd): New declaration, taken from old getcwd.h.
15987         (getlogin_r): New declaration, taken from old getlogin_r.h.
15988         (readlink): New declaration.
15989         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
15990         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
15991         (gl_PREREQ_UNISTD): Remove macro.
15992         (gl_UNISTD_MODULE_INDICATOR): New macro.
15993         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
15994         many new variables. Don't set UNISTD_H.
15995         * modules/unistd (Description): Change.
15996         (Depends-on): Add link-warning.
15997         (configure.ac): Update.
15998         (Makefile.am): Create unistd.h always. Substitute many new variables
15999         into it.
16000
16001 2007-02-18  Bruno Haible  <bruno@clisp.org>
16002
16003         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
16004         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
16005         HAVE_GETSUBOPT.
16006         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
16007         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
16008         * lib/getsubopt.h: Remove file.
16009         * modules/getsubopt (Files): Remove lib/getsubopt.h.
16010         (Depends-on): Add stdlib.
16011         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16012         (Includes): Use <stdlib.h> instead of getsubopt.h.
16013         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
16014         Set HAVE_GETSUBOPT.
16015         * lib/getsubopt.c: Don't include getsubopt.h.
16016
16017 2007-02-18  Bruno Haible  <bruno@clisp.org>
16018
16019         * modules/fchdir (Depends-on): Add dup2.
16020
16021 2007-02-18  Bruno Haible  <bruno@clisp.org>
16022
16023         * lib/stdlib_.h: Handle glibc's special invocation convention
16024         specially.
16025
16026 2007-02-18  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/stdlib-tests: New file.
16029         * tests/test-stdlib.c: New file.
16030
16031         * modules/mkstemp (Files): Remove lib/mkstemp.h.
16032         (Depends-on): Add stdlib.
16033         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16034         (Includes): Use <stdlib.h> instead of mkstemp.h.
16035         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16036         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
16037         * lib/mkstemp.c: Don't include mkstemp.h.
16038         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
16039         * lib/stdlib--.h: Don't include mkstemp.h.
16040
16041         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
16042         (Depends-on): Add stdlib.
16043         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16044         (Includes): Use <stdlib.h> instead of mkdtemp.h.
16045         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16046         HAVE_MKDTEMP.
16047         * lib/mkdtemp.c: Don't include mkdtemp.h.
16048         * lib/clean-temp.c: Don't include mkdtemp.h.
16049
16050         * modules/exit (Files): Remove lib/exit.h.
16051         (Depends-on): Add stdlib.
16052         (Makefile.am): Remove lib_SOURCES.
16053         (Include): Use <stdlib.h> instead of exit.h.
16054         * lib/argmatch.c: Don't include exit.h.
16055         * lib/execute.c: Likewise.
16056         * lib/pagealign_alloc.c: Likewise.
16057         * lib/pipe.c: Likewise.
16058         * lib/wait-process.c: Likewise.
16059         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
16060         * lib/exitfail.c: Likewise.
16061         * lib/savewd.c: Likewise.
16062         * lib/xsetenv.c: Likewise.
16063
16064         * modules/stdlib: New file.
16065         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
16066         and extra comments about mkstemp().
16067         * lib/exit.h: Remove file.
16068         * lib/mkdtemp.h: Remove file.
16069         * lib/mkstemp.h: Remove file.
16070         * m4/stdlib_h.m4: New file.
16071         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
16072
16073 2007-02-18  Bruno Haible  <bruno@clisp.org>
16074
16075         * modules/math-tests: New file.
16076         * tests/test-math.c: New file.
16077
16078         * modules/math: New file.
16079         * modules/mathl (Files): Remove lib/mathl.h.
16080         (Depends-on): Add math.
16081         (Makefile.am): Don't mention mathl.h.
16082         (Include): Use <math.h> instead of mathl.h.
16083         * lib/math_.h: New file.
16084         * lib/mathl.h: Remove file.
16085         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
16086         mathl.h.
16087         * lib/asinl.c: Likewise.
16088         * lib/atanl.c: Likewise.
16089         * lib/ceill.c: Likewise.
16090         * lib/cosl.c: Likewise.
16091         * lib/expl.c: Likewise.
16092         * lib/floorl.c: Likewise.
16093         * lib/frexpl.c: Likewise.
16094         * lib/ldexpl.c: Likewise.
16095         * lib/logl.c: Likewise.
16096         * lib/sincosl.c: Likewise.
16097         * lib/sinl.c: Likewise.
16098         * lib/sqrtl.c: Likewise.
16099         * lib/tanl.c: Likewise.
16100         * lib/trigl.c: Likewise.
16101         * m4/math_h.m4: New file.
16102         * MODULES.html.sh (Mathematics): Add math.
16103
16104 2007-02-17  Bruno Haible  <bruno@clisp.org>
16105
16106         * modules/wctype-tests: New file.
16107         * tests/test-wctype.c: New file.
16108
16109         * modules/wchar-tests: New file.
16110         * tests/test-wchar.c: New file.
16111
16112         * modules/unistd-tests: New file.
16113         * tests/test-unistd.c: New file.
16114
16115         * modules/time-tests: New file.
16116         * tests/test-time.c: New file.
16117
16118         * modules/sysexits-tests: New file.
16119         * tests/test-sysexits.c: New file.
16120
16121         * modules/sys_time-tests: New file.
16122         * tests/test-sys_time.c: New file.
16123
16124         * modules/sys_stat-tests: New file.
16125         * tests/test-sys_stat.c: New file.
16126
16127         * modules/sys_socket-tests: New file.
16128         * tests/test-sys_socket.c: New file.
16129
16130         * modules/sys_select-tests: New file.
16131         * tests/test-sys_select.c: New file.
16132
16133         * modules/string-tests: New file.
16134         * tests/test-string.c: New file.
16135
16136         * modules/stdbool-tests: New file.
16137         * tests/test-stdbool.c: New file.
16138
16139         * modules/netinet_in-tests: New file.
16140         * tests/test-netinet_in.c: New file.
16141
16142         * modules/inttypes-tests: New file.
16143         * tests/test-inttypes.c: New file.
16144
16145         * modules/fcntl-tests: New file.
16146         * tests/test-fcntl.c: New file.
16147
16148         * modules/byteswap-tests: New file.
16149         * tests/test-byteswap.c: New file.
16150
16151         * modules/arpa_inet-tests: New file.
16152         * tests/test-arpa_inet.c: New file.
16153
16154 2007-02-17  Bruno Haible  <bruno@clisp.org>
16155
16156         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
16157         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
16158         if the corresponding module is not enabled. Emit link warnings if
16159         the function is used nevertheless.
16160         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
16161         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
16162         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
16163         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
16164         * modules/inttypes (Depends-on): Add link-warning.
16165         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16166         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
16167         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
16168         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
16169         * modules/imaxdiv (configure.ac): Likewise.
16170         * modules/strtoimax (configure.ac): Likewise.
16171         * modules/strtoumax (configure.ac): Likewise.
16172
16173 2007-02-17  Bruno Haible  <bruno@clisp.org>
16174
16175         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
16176         gl_STRING_MODULE_INDICATOR_DEFAULTS.
16177         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
16178         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
16179
16180 2007-02-17  Bruno Haible  <bruno@clisp.org>
16181
16182         * modules/link-warning: New file.
16183         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
16184         * lib/string_.h (GL_LINK_WARNING): Remove definition.
16185         * modules/string (Depends-on): Add link-warning.
16186         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16187         string.h.
16188         * MODULES.html.sh (Support for building libraries and executables): Add
16189         link-warning.
16190
16191 2007-02-17  Bruno Haible  <bruno@clisp.org>
16192
16193         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
16194         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
16195         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
16196         long lines.
16197
16198 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
16199             Bruno Haible  <bruno@clisp.org>
16200
16201         * modules/tmpfile: New file.
16202         * lib/tmpfile.c: New file.
16203         * m4/tmpfile.m4: New file.
16204         * MODULES.html.sh (func_all_modules): New section "Input/output".
16205
16206 2007-02-15  Bruno Haible  <bruno@clisp.org>
16207
16208         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
16209         (supports_delete_on_close): New function.
16210         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
16211
16212 2007-02-14  Bruno Haible  <bruno@clisp.org>
16213
16214         * modules/mbspcasecmp-tests: New file.
16215         * tests/test-mbspcasecmp.sh: New file.
16216         * tests/test-mbspcasecmp.c: New file.
16217
16218         New module mbspcasecmp.
16219         * modules/mbspcasecmp: New file.
16220         * lib/mbspcasecmp.c: New file.
16221         * lib/string_.h (strncasecmp): Change warning message.
16222         (mbspcasecmp): New declaration.
16223         * m4/mbspcasecmp.m4: New file.
16224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16225         GNULIB_MBSPCASECMP.
16226         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
16227         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
16228
16229 2007-02-14  Bruno Haible  <bruno@clisp.org>
16230
16231         * modules/mbsncasecmp-tests: New file.
16232         * tests/test-mbsncasecmp.sh: New file.
16233         * tests/test-mbsncasecmp.c: New file.
16234
16235         New module mbsncasecmp.
16236         * modules/mbsncasecmp: New file.
16237         * lib/mbsncasecmp.c: New file.
16238         * lib/string_.h (mbsncasecmp): New declaration.
16239         * m4/mbsncasecmp.m4: New file.
16240         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16241         GNULIB_MBSNCASECMP.
16242         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
16243         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
16244
16245 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
16248         Verify that it doesn't overlap with our flags.
16249         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
16250         do not have the desired effect in multibyte locales; instead, use
16251         mbscasecmp.
16252         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
16253         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
16254         we don't require GNU fnmatch ourselves (if our users require it, they
16255         should do so explicitly).
16256
16257         Fix regex code so it doesn't rely on strcasecmp.
16258         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
16259         Otherwise, include gnulib's langinfo.h.
16260         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
16261         undesirable behavior in non-C locales.  Instead, rely on localecharset.
16262         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
16263         * modules/regex (FILES): Remove m4/codeset.m4.
16264         (Depends-on): Add localcharset.  Remove strcase.
16265
16266 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16267
16268         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
16269         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
16270
16271 2007-02-13  Bruno Haible  <bruno@clisp.org>
16272
16273         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
16274         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16275
16276 2007-02-12  Bruno Haible  <bruno@clisp.org>
16277
16278         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
16279         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
16280         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
16281         time warning rather than a link error.
16282
16283 2007-02-12  Bruno Haible  <bruno@clisp.org>
16284
16285         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
16286         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16287         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16288
16289 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
16292         args, not 2.
16293
16294 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         New module 'time', so that apps can include <time.h> as per
16297         POSIX and GNU instead of separate include files like time_r.h
16298         and timegm.h.  This implementation tries out a simpler approach
16299         for replacing decls in standard include files (as compared to
16300         the string module), somewhat as an experiment.
16301
16302         * config/srclist.txt: Comment out mktime.c for now.
16303         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
16304         since it doesn't apply any more.  Use generic wording instead.
16305         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
16306         'time'.
16307         * lib/time_.h, m4/time_h.m4, modules/time: New files.
16308         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
16309         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
16310         Don't include <sys/types.h>; no longer needed since we assume C89.
16311         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
16312         * lib/strftime.c: Likewise.
16313         * lib/time_r.c: Likewise.
16314         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
16315         * lib/nanosleep.c: Include <time.h> first, to check interface.
16316         * lib/strptime.c: Likewise.
16317         * lib/time_r.c: Likewise.
16318         * lib/timegm.c: Likewise.
16319         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
16320         needed.
16321         * lib/timegm.c: Don't include timegm.h; no longer needed.
16322         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
16323         time.h now handles any problems in that area.
16324         (struct timespec, nanosleep): Remove; time.h now arranges for these.
16325         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
16326         that time.h defines struct timespec.
16327         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
16328         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
16329         handles that.
16330         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
16331         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
16332         needed.  Set REPLACE_LOCALTIME.
16333         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
16334         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
16335         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
16336         nanosleep; time_h.m4 now does that.  Don't require
16337         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
16338         module handles this now.
16339         * modules/getdate (Depends-on): Remove timespec.  Add time.
16340         * modules/nanosleep (Depends-on): Likewise.
16341         * modules/stat-time (Depends-on): Likewise.
16342         * modules/nanosleep (Include): Include time.h, not timespec.h.
16343         * modules/strptime (Files): Remove lib/strptime.h.
16344         (Depends-on): Add extensions, time.
16345         (Include): Include time.h, not strptime.h.
16346         * modules/time_r (Files): Remove lib/time_r.h.
16347         (Depends-on): Add time.
16348         (Include): Include time.h, not time_r.h.
16349         * modules/timegm: Likewise.
16350         * modules/timespec (Description): Now does timespec-related decls
16351         of our own, instead of struct timespec itself.
16352         (Depends-on): Add time; remove extensions.
16353         (Maintainer): Add self.
16354         * modules/utimecmp (Depends-on): Add time; remove timespec.
16355         * modules/utimens (Depends-on): Likewise.
16356         * modules/xnanosleep (Depends-on): Likewise.
16357
16358 2007-02-11  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/c-strstr.c: Include allocsa.h.
16361         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16362         * lib/c-strcasestr.c: Include allocsa.h.
16363         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16364         * lib/strcasestr.c: Include allocsa.h.
16365         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16366         * lib/mbsstr.c: Include allocsa.h.
16367         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16368         allocsa/freesa instead of malloc/free.
16369         * lib/mbscasestr.c: Include allocsa.h.
16370         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16371         allocsa/freesa instead of malloc/free.
16372         * modules/c-strstr (Depends-on): Add allocsa.
16373         * modules/c-strcasestr (Depends-on): Likewise.
16374         * modules/strcasestr (Depends-on): Likewise.
16375         * modules/mbsstr (Depends-on): Likewise.
16376         * modules/mbscasestr (Depends-on): Likewise.
16377
16378 2007-02-11  Bruno Haible  <bruno@clisp.org>
16379
16380         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
16381
16382         * modules/mbsspn-tests: New file.
16383         * tests/test-mbsspn.sh: New file.
16384         * tests/test-mbsspn.c: New file.
16385
16386 2007-02-11  Bruno Haible  <bruno@clisp.org>
16387
16388         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
16389
16390         * modules/mbspbrk-tests: New file.
16391         * tests/test-mbspbrk.sh: New file.
16392         * tests/test-mbspbrk.c: New file.
16393
16394 2007-02-11  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
16397         unneeded cast.
16398
16399         * modules/mbscspn-tests: New file.
16400         * tests/test-mbscspn.sh: New file.
16401         * tests/test-mbscspn.c: New file.
16402
16403 2007-02-11  Bruno Haible  <bruno@clisp.org>
16404
16405         * modules/mbscasecmp-tests: New file.
16406         * tests/test-mbscasecmp.sh: New file.
16407         * tests/test-mbscasecmp.c: New file.
16408
16409 2007-02-11  Bruno Haible  <bruno@clisp.org>
16410
16411         Ensure O(n) worst-case complexity of mbscasestr.
16412         * lib/mbscasestr.c: Include stdbool.h.
16413         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
16414         functions.
16415         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
16416         the bookkeeping indicates that it's worth it.
16417         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
16418
16419         * modules/mbscasestr-tests: New file.
16420         * tests/test-mbscasestr1.c: New file.
16421         * tests/test-mbscasestr2.sh: New file.
16422         * tests/test-mbscasestr2.c: New file.
16423         * tests/test-mbscasestr3.sh: New file.
16424         * tests/test-mbscasestr3.c: New file.
16425         * tests/test-mbscasestr4.sh: New file.
16426         * tests/test-mbscasestr4.c: New file.
16427         * m4/locale-tr.m4: New file.
16428
16429 2007-02-11  Bruno Haible  <bruno@clisp.org>
16430
16431         Ensure O(n) worst-case complexity of mbsstr.
16432         * lib/mbsstr.c: Include stdbool.h.
16433         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
16434         functions.
16435         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
16436         bookkeeping indicates that it's worth it.
16437         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
16438
16439         * modules/mbsstr-tests: New file.
16440         * tests/test-mbsstr1.c: New file.
16441         * tests/test-mbsstr2.sh: New file.
16442         * tests/test-mbsstr2.c: New file.
16443         * tests/test-mbsstr3.sh: New file.
16444         * tests/test-mbsstr3.c: New file.
16445         * m4/locale-fr.m4: New file.
16446
16447 2007-02-11  Bruno Haible  <bruno@clisp.org>
16448
16449         * lib/mbsrchr.c (mbsrchr): Fix bug.
16450
16451         * modules/mbsrchr-tests: New file.
16452         * tests/test-mbsrchr.sh: New file.
16453         * tests/test-mbsrchr.c: New file.
16454
16455 2007-02-11  Bruno Haible  <bruno@clisp.org>
16456
16457         * lib/mbschr.c (mbschr): Fix bug.
16458
16459         * modules/mbschr-tests: New file.
16460         * tests/test-mbschr.sh: New file.
16461         * tests/test-mbschr.c: New file.
16462         * m4/locale-zh.m4: New file.
16463
16464 2007-02-11  Bruno Haible  <bruno@clisp.org>
16465
16466         Support for copying multibyte string iterators.
16467         * lib/mbiter.h: Include <string.h>.
16468         (mbiter_multi_copy): New function.
16469         (mbi_copy): New macro.
16470         * lib/mbuiter.h: Include <string.h>.
16471         (mbuiter_multi_copy): New function.
16472         (mbui_copy): New macro.
16473
16474 2007-02-11  Bruno Haible  <bruno@clisp.org>
16475
16476         New module mbslen.
16477         * modules/mbslen: New file.
16478         * lib/mbslen.c: New file.
16479         * lib/string_.h (mbslen): New declaration.
16480         * m4/mbslen.m4: New file.
16481         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16482         GNULIB_MBSLEN.
16483         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
16484         * MODULES.html.sh (Internationalization functions): Add mbslen.
16485
16486 2007-02-11  Bruno Haible  <bruno@clisp.org>
16487
16488         Ensure O(n) worst-case complexity of strcasestr substitute.
16489         * lib/strcasestr.c: Include stdbool.h.
16490         (knuth_morris_pratt): New function.
16491         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
16492         bookkeeping indicates that it's worth it.
16493         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
16494
16495         * modules/strcasestr-tests: New file.
16496         * tests/test-strcasestr.c: New file.
16497
16498 2007-02-11  Bruno Haible  <bruno@clisp.org>
16499
16500         Ensure O(n) worst-case complexity of c_strcasestr.
16501         * lib/c-strcasestr.c: Include stdbool.h, string.h.
16502         (knuth_morris_pratt): New function.
16503         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
16504         the bookkeeping indicates that it's worth it.
16505         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
16506
16507         * modules/c-strcasestr-tests: New file.
16508         * tests/test-c-strcasestr.c: New file.
16509
16510 2007-02-11  Bruno Haible  <bruno@clisp.org>
16511
16512         Ensure O(n) worst-case complexity of c_strstr.
16513         * lib/c-strstr.c: Include stdbool.h, string.h.
16514         (knuth_morris_pratt): New function.
16515         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
16516         bookkeeping indicates that it's worth it.
16517         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
16518
16519         * lib/c-strstr.c: Complete rewrite for maintainability.
16520
16521         * modules/c-strstr-tests: New file.
16522         * tests/test-c-strstr.c: New file.
16523
16524 2007-02-11  Bruno Haible  <bruno@clisp.org>
16525
16526         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
16527         5.2.1 and earlier, whereby \055 was treated just like the range
16528         delimiter '-'.
16529         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16530
16531 2007-02-08  Bruno Haible  <bruno@clisp.org>
16532
16533         * modules/regex (Depends-on): Add stdbool.
16534         Reported by Dalibor Topic <robilad@kaffe.org>.
16535
16536 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
16539         Prefer returning from main to exiting from it.
16540         Remove unnecessary parens after sizeof.
16541
16542 2007-02-05  Bruno Haible  <bruno@clisp.org>
16543
16544         New module mbssep.
16545         * modules/mbssep: New file.
16546         * lib/mbssep.c: New file.
16547         * lib/string_.h (strsep): Add a conditional link warning.
16548         (mbssep): New declaration.
16549         * m4/mbssep.m4: New file.
16550         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16551         GNULIB_MBSSEP.
16552         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
16553         * MODULES.html.sh (Internationalization functions): Add mbssep.
16554
16555 2007-02-05  Bruno Haible  <bruno@clisp.org>
16556
16557         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
16558         Optimize search in case of 1 delimiter.
16559
16560 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
16561
16562         * lib/acl.h: Include sys/types.h before sys/acl.h.
16563
16564 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
16565
16566         Merge upstream fix for glibc bugzilla #3957:
16567
16568         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
16569
16570         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
16571         bit for RE_HAT_LISTS_NOT_NEWLINE.
16572         (build_charclass_op): Remove bogus comment.
16573
16574 2007-02-05  Simon Josefsson  <simon@josefsson.org>
16575
16576         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
16577
16578 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
16581         * lib/memmem.c [!defined _LIBC]: Include config.h.
16582
16583 2007-02-04  Bruno Haible  <bruno@clisp.org>
16584
16585         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
16586         warning message.
16587
16588 2007-02-04  Bruno Haible  <bruno@clisp.org>
16589
16590         New module mbstok_r.
16591         * modules/mbstok_r: New file.
16592         * lib/mbstok_r.c: New file.
16593         * lib/string_.h (strtok_r): Change argument names to match the
16594         comments. Add a conditional link warning.
16595         (mbstok_r): New declaration.
16596         * m4/mbstok_r.m4: New file.
16597         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16598         GNULIB_MBSTOK_R.
16599         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
16600         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
16601
16602 2007-02-04  Bruno Haible  <bruno@clisp.org>
16603
16604         New module mbsspn.
16605         * modules/mbsspn: New file.
16606         * lib/mbsspn.c: New file.
16607         * lib/string_.h (strspn): Add a conditional link warning.
16608         (mbsspn): New declaration.
16609         * m4/mbsspn.m4: New file.
16610         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16611         GNULIB_MBSSPN.
16612         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
16613         * MODULES.html.sh (Internationalization functions): Add mbsspn.
16614
16615 2007-02-04  Bruno Haible  <bruno@clisp.org>
16616
16617         New module mbspbrk.
16618         * modules/mbspbrk: New file.
16619         * lib/mbspbrk.c: New file.
16620         * lib/string_.h (strpbrk): Add a conditional link warning.
16621         (mbspbrk): New declaration.
16622         * m4/mbspbrk.m4: New file.
16623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16624         GNULIB_MBSPBRK.
16625         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
16626         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
16627
16628 2007-02-04  Bruno Haible  <bruno@clisp.org>
16629
16630         New module mbscspn.
16631         * modules/mbscspn: New file.
16632         * lib/mbscspn.c: New file.
16633         * lib/string_.h (strcspn): Add a conditional link warning.
16634         (mbscspn): New declaration.
16635         * m4/mbscspn.m4: New file.
16636         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16637         GNULIB_MBSCSPN.
16638         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
16639         * MODULES.html.sh (Internationalization functions): Add mbscspn.
16640
16641 2007-02-04  Bruno Haible  <bruno@clisp.org>
16642
16643         New module mbscasestr, reduced goal of strcasestr.
16644         * modules/mbscasestr: New file.
16645         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
16646         (mbscasestr): Renamed from strcasestr.
16647         * lib/strcasestr.c: Don't include mbuiter.h.
16648         (strcasestr): Remove support for multibyte locales.
16649         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
16650         Change the conditional link warning.
16651         (mbscasestr): New declaration.
16652         * m4/mbscasestr.m4: New file.
16653         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
16654         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
16655         REPLACE_STRCASESTR.
16656         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
16657         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16658         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
16659         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
16660         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
16661         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
16662         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
16663         (Depends-on): Remove mbuiter.
16664         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
16665
16666 2007-02-04  Bruno Haible  <bruno@clisp.org>
16667
16668         Simplify handling of strncasecmp.
16669         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
16670         the conditional link warning.
16671         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16672         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
16673         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
16674         * modules/strcase (configure.ac): Don't invoke
16675         gl_STRING_MODULE_INDICATOR.
16676         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
16677
16678 2007-02-04  Bruno Haible  <bruno@clisp.org>
16679
16680         New module mbscasecmp, reduced goal of strcasecmp.
16681         * modules/mbscasecmp: New file.
16682         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
16683         (mbscasecmp): Renamed from strcasecmp.
16684         * lib/strcasecmp.c: Don't include mbuiter.h.
16685         (strcasecmp): Remove support for multibyte locales.
16686         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
16687         Change the conditional link warning.
16688         (mbscasecmp): New declaration.
16689         * m4/mbscasecmp.m4: New file.
16690         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
16691         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
16692         REPLACE_STRCASECMP.
16693         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
16694         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16695         GNULIB_MBSCASECMP.
16696         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
16697         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
16698         * modules/strcase (Files): Remove m4/mbrtowc.m4.
16699         (Depends-on): Remove mbuiter.
16700         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
16701
16702 2007-02-04  Bruno Haible  <bruno@clisp.org>
16703
16704         New module mbsstr. Remove module strstr.
16705         * modules/mbsstr: New file.
16706         * modules/strstr: Remove file.
16707         * lib/mbsstr.c: Renamed from lib/strstr.c.
16708         (mbsstr): Renamed from strstr.
16709         * lib/string_.h (strstr): Remove declaration. Change the conditional
16710         link warning.
16711         (mbsstr): New declaration.
16712         * m4/mbsstr.m4: New file.
16713         * m4/strstr.m4: Remove file.
16714         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
16715         REPLACE_STRSTR.
16716         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
16717         Don't initialize GNULIB_STRSTR.
16718         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
16719         substitute GNULIB_STRSTR and REPLACE_STRSTR.
16720         * MODULES.html.sh (Internationalization functions): Add mbsstr.
16721         (Support for systems lacking ANSI C 89): Remove strstr.
16722
16723 2007-02-04  Bruno Haible  <bruno@clisp.org>
16724
16725         New module mbsrchr.
16726         * modules/mbsrchr: New file.
16727         * lib/mbsrchr.c: New file.
16728         * lib/string_.h (strrchr): Add a conditional link warning.
16729         (mbsrchr): New declaration.
16730         * m4/mbsrchr.m4: New file.
16731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16732         GNULIB_MBSRCHR.
16733         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
16734         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
16735
16736 2007-02-04  Bruno Haible  <bruno@clisp.org>
16737
16738         New module mbschr.
16739         * modules/mbschr: New file.
16740         * lib/mbschr.c: New file.
16741         * lib/string_.h (strchr): Add a conditional link warning.
16742         (mbschr): New declaration.
16743         * m4/mbschr.m4: New file.
16744         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16745         GNULIB_MBSCHR.
16746         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
16747         * MODULES.html.sh (Internationalization functions): Add mbschr.
16748
16749 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
16750
16751         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
16752
16753         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
16754
16755 2007-02-04  Bruno Haible  <bruno@clisp.org>
16756
16757         New module description section 'configure.ac-early'.
16758         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
16759         (func_get_autoconf_early_snippet): New function.
16760         (func_import, func_create_testdir): Use it. Remove special cases for
16761         modules 'extensions' and 'lock'.
16762         * modules/extensions (configure.ac-early): Require
16763         gl_USE_SYSTEM_EXTENSIONS.
16764         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
16765
16766 2007-02-04  Bruno Haible  <bruno@clisp.org>
16767
16768         Make use of gcj-4.3's -fsource and -ftarget option.
16769         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
16770         and if so try the options -fsource and -ftarget.
16771         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
16772         source_version, ftarget_option, target_version arguments.
16773         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
16774         (is_envjavac_oldgcj_14_14_usable): Renamed from
16775         is_envjavac_gcj_14_14_usable.
16776         (is_envjavac_oldgcj_14_13_usable): Renamed from
16777         is_envjavac_gcj_14_13_usable.
16778         (is_gcj_present): Update.
16779         (is_gcj_43, is_gcj43_usable): New functions.
16780         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
16781         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
16782         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
16783         try the options -fsource and -ftarget.
16784
16785 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
16788         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
16789         larger value.
16790
16791 2007-02-03  Jim Meyering  <jim@meyering.net>
16792
16793         Give tools a better chance to allocate space for very large buffers.
16794         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
16795
16796         Make pwd and readlink work also when run with an unreadable parent dir
16797         on systems with openat support.
16798         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
16799         provided getcwd function, even when we have openat support.
16800         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
16801
16802 2007-02-02  Bruno Haible  <bruno@clisp.org>
16803
16804         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
16805         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
16806         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
16807         portability problems if one of these functions is only used on specific
16808         platforms.
16809         Reported by Paul Eggert.
16810
16811 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
16814         is causing more trouble than it's curing.
16815         * lib/regex_internal.h (__mempcpy): Remove.
16816         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
16817         (and make the code a tad smaller to boot).
16818         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
16819
16820 2007-02-02  Jim Meyering  <jim@meyering.net>
16821
16822         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
16823         section, not in the Makefile.am: one.
16824
16825 2007-02-02  Eric Blake  <ebb9@byu.net>
16826
16827         * lib/strchrnul.c: Always include config.h first.
16828
16829         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
16830         gnulib strstr is not necessary here.
16831
16832 2007-02-02  Simon Josefsson  <simon@josefsson.org>
16833
16834         * m4/socklen.m4: Fix typo.
16835
16836 2007-02-02  Eric Blake  <ebb9@byu.net>
16837
16838         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
16839         * modules/netinet_in (Makefile.am): Likewise.
16840
16841 2007-02-01  Bruno Haible  <bruno@clisp.org>
16842
16843         * lib/string_.h (GL_LINK_WARNING): New macro.
16844         (strcasecmp, strstr, strcasestr): If provided by the system,
16845         conditionally define as a macro that leads to a warning instead of to
16846         an error.
16847         (strncasecmp): Conditionally define as a macro that leads to a warning.
16848
16849 2007-02-01  Karl Berry  <karl@gnu.org>
16850
16851         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
16852
16853 2007-02-01  Bruno Haible  <bruno@clisp.org>
16854
16855         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
16856         renamings.
16857
16858 2007-02-01  Eric Blake  <ebb9@byu.net>
16859
16860         * modules/regex (Depends-on): Revert dependence on mempcpy.
16861         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
16862         module's definition of mempcpy.
16863         Reported by Paul Eggert.
16864
16865 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16866
16867         * lib/string_.h: If the gnulib module XYZ is not present, undefine
16868         the symbol XYZ before redefining it.  This fixes a problem with
16869         programs that don't use XYZ, when compiled on systems that define
16870         XYZ to something else.
16871
16872 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
16875         occurs when "mkdir -m foo" creates a setgid directory that is (1)
16876         writeable to group or other and (2) is intended to have a special
16877         mode bit that is set or cleared.  In such a case, the directory
16878         should be neither group- nor other-writeable until the special
16879         mode bits are right.
16880
16881 2007-01-31  Eric Blake  <ebb9@byu.net>
16882
16883         * modules/mountlist (Depends-on): Add strstr.
16884
16885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
16886         bug.
16887         * modules/string (Makefile.am): Remove redundant replacement.
16888         * modules/regex (Depends-on): Add mempcpy.
16889
16890 2007-01-31  Bruno Haible  <bruno@clisp.org>
16891
16892         New module description field 'Link'.
16893         * gnulib-tool (func_usage): Document --extract-link-directive.
16894         (sed_extract_prog): Recognize 'Link' directive.
16895         (func_get_link_directive): New function.
16896         (func_import): Show summary of link directives.
16897         Handle --extract-link-directive option.
16898         * modules/acl (Link): New section.
16899         * modules/clock-time (Link): New section.
16900         * modules/euidaccess (Link): New section.
16901         * modules/gettext (Link): New section.
16902         * modules/iconv (Link): New section.
16903         * modules/lock (Link): New section.
16904         * modules/nanosleep (Link): New section.
16905         * modules/readline (Link): New section.
16906
16907 2007-01-27  Bruno Haible  <bruno@clisp.org>
16908
16909         Enforce the use of gnulib modules for unportable <string.h> functions.
16910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
16911         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
16912         (gl_HEADER_STRING_H_BODY): Require it.
16913         * lib/string_.h: If the gnulib module XYZ is not present, redefine
16914         the symbol XYZ to one that gives a link error.
16915         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
16916         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
16917         * modules/mempcpy (configure.ac): Likewise.
16918         * modules/memrchr (configure.ac): Likewise.
16919         * modules/stpcpy (configure.ac): Likewise.
16920         * modules/stpncpy (configure.ac): Likewise.
16921         * modules/strcase (configure.ac): Likewise.
16922         * modules/strcasestr (configure.ac): Likewise.
16923         * modules/strchrnul (configure.ac): Likewise.
16924         * modules/strdup (configure.ac): Likewise.
16925         * modules/strndup (configure.ac): Likewise.
16926         * modules/strnlen (configure.ac): Likewise.
16927         * modules/strpbrk (configure.ac): Likewise.
16928         * modules/strsep (configure.ac): Likewise.
16929         * modules/strstr (configure.ac): Likewise.
16930         * modules/strtok_r (configure.ac): Likewise.
16931
16932 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
16933
16934         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
16935
16936 2007-01-30  Jim Meyering  <jim@meyering.net>
16937
16938         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
16939
16940 2007-01-29  Bruno Haible  <bruno@clisp.org>
16941
16942         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
16943         * lib/execute.c: Likewise.
16944         * lib/pipe.c: Likewise.
16945         * lib/printf-args.h: Likewise.
16946         * lib/printf-args.c: Likewise.
16947         * lib/printf-parse.c: Likewise.
16948         * lib/vasnprintf.c: Likewise.
16949
16950 2007-01-29  Eric Blake  <ebb9@byu.net>
16951
16952         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
16953         declaration.
16954
16955 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
16956
16957         * lib/strptime.h (strptime): Use 'restrict' for args where
16958         POSIX requires this.
16959         * lib/strptime.c (strptime): Likewise.
16960         Change license notice from LGPL to GPL, since gnulib-tool will
16961         change this as needed.
16962         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
16963         defined.
16964         Include "strptime.h" first, to check interface.
16965         Do not #undef _LIBC and _NL_CURRENT.
16966         Do not include <stdlib.h>; no longer needed.
16967         Include "time_r.h" and declare ptime_locale_status
16968         only if _LIBC is not defined.
16969         (__P): Remove unused macro.
16970         (match_string): Bring back glibc version, but use it only if _LIBC
16971         is defined.
16972         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
16973         Remove unnecessary assertion and abort() call.
16974         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
16975         * m4/strptime.m4: Fix serial number comment.
16976         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
16977         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
16978         (Depends-on): Add time_r.
16979
16980 2007-01-29  Bruno Haible  <bruno@clisp.org>
16981
16982         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16983         strptime.
16984         * modules/strptime (Depends-on): Add stdbool.
16985         * lib/strptime.h: Include <time.h> always. Add comments.
16986
16987 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16988
16989         * modules/strptime: New file.
16990         * lib/strptime.h: New file.
16991         * lib/strptime.c: New file.
16992         * m4/strptime.m4: New file.
16993
16994 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16995
16996         * MODULES.html.sh: New module mpsort.
16997         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
16998
16999         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
17000         a circularity problem with HP-UX ia64 reported by Bob Proulx in
17001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
17002         All uses changed.
17003         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
17004         All uses changed.
17005         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
17006         to _Restrict_.
17007         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
17008         the parameter matches the prototype.
17009
17010 2007-01-28  Jim Meyering  <jim@meyering.net>
17011
17012         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
17013         sys/time.h here, reverting that part of the previous patch:
17014         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
17015
17016 2007-01-28  Bruno Haible  <bruno@clisp.org>
17017
17018         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
17019         value of $(SYS_TIME_H).
17020         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
17021         remove it conditionally, too. [added by Jim Meyering]
17022         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
17023         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
17024         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
17025         GETTIMEOFDAY_REPLACEMENT to 1.
17026
17027 2007-01-28  Bruno Haible  <bruno@clisp.org>
17028
17029         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
17030         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
17031         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
17032         Set UNISTD_H instead of UNISTD_H2.
17033         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
17034
17035 2007-01-28  Bruno Haible  <bruno@clisp.org>
17036
17037         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
17038         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
17039
17040 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17041
17042         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
17043         (func_create_testdir): Ensure C locale for `grep' and `tr'
17044         character ranges.
17045         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
17046         ACLOCAL_AMFLAGS parsing state machine.
17047
17048 2007-01-27  Bruno Haible  <bruno@clisp.org>
17049
17050         * modules/unistr/base: Update.
17051
17052 2007-01-27  Bruno Haible  <bruno@clisp.org>
17053
17054         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
17055         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
17056         * modules/unistr/u32-mbtouc-unsafe: Renamed from
17057         modules/unistr/u32-mbtouc.
17058         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
17059         * lib/unistr.h: Update.
17060         * lib/linebreak.c: Update.
17061         * modules/unistr/u32-mbtouc: Renamed from
17062         modules/unistr/u32-mbtouc-safe.
17063         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
17064         * lib/unistr.h: Update.
17065         * lib/unistr/u32-to-u8.c: Update.
17066         * lib/unistr/u32-to-u16.c: Update.
17067
17068 2007-01-27  Bruno Haible  <bruno@clisp.org>
17069
17070         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
17071         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
17072         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
17073         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
17074         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
17075         * modules/unistr/u16-mbtouc-unsafe: Renamed from
17076         modules/unistr/u16-mbtouc.
17077         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
17078         * lib/unistr.h: Update.
17079         * lib/linebreak.c: Update.
17080         * modules/linebreak: Update.
17081         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
17082         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
17083         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
17084         * modules/unistr/u16-mbtouc: Renamed from
17085         modules/unistr/u16-mbtouc-safe.
17086         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
17087         * lib/unistr.h: Update.
17088         * lib/unistr/u16-to-u8.c: Update.
17089         * modules/unistr/u16-to-u8: Update.
17090         * lib/unistr/u16-to-u32.c: Update.
17091         * modules/unistr/u16-to-u32: Update.
17092
17093 2007-01-27  Bruno Haible  <bruno@clisp.org>
17094
17095         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
17096         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
17097         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
17098         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
17099         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
17100         * modules/unistr/u8-mbtouc-unsafe: Renamed from
17101         modules/unistr/u8-mbtouc.
17102         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
17103         * lib/unistr.h: Update.
17104         * lib/striconveh.c: Update.
17105         * modules/striconveh: Update.
17106         * lib/linebreak.c: Update.
17107         * modules/linebreak: Update.
17108         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
17109         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
17110         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
17111         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
17112         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
17113         * lib/unistr.h: Update.
17114         * lib/striconveh.c: Update.
17115         * modules/striconveh: Update.
17116         * lib/unistr/u8-to-u16.c: Update.
17117         * modules/unistr/u8-to-u16: Update.
17118         * lib/unistr/u8-to-u32.c: Update.
17119         * modules/unistr/u8-to-u32: Update.
17120
17121 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17122
17123         Sync from Libtool.
17124         * lib/argz.c: Do not include strings.h nor memory.h, include
17125         string.h unconditionally.  Patch by Simon Josefsson.
17126
17127 2007-01-27  Bruno Haible  <bruno@clisp.org>
17128
17129         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
17130         from gl_HEADER_STRING_H_BODY.
17131         (gl_HEADER_STRING_H_BODY): Require it.
17132         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
17133         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17134         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17135         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17136         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17137         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
17138         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17139         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17140         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
17141         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17142         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17143         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
17144         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17145         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17146         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17147
17148 2007-01-27  Bruno Haible  <bruno@clisp.org>
17149
17150         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
17151         check_PROGRAMS into noinst_PROGRAMS.
17152         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
17153         check_PROGRAMS in this case.
17154         (func_import): Set for_test to false.
17155         (func_create_testdir): Set for_test to true.
17156
17157 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17158             Bruno Haible  <bruno@clisp.org>
17159
17160         * modules/strcasestr (Files): Remove lib/strcasestr.h.
17161         (Depends-on): Add string.
17162         (Includes): Use <string.h> instead of strcasestr.h.
17163         * modules/string (Makefile.am): Also substitute the value of
17164         REPLACE_STRCASESTR.
17165         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
17166         assume strcasestr is declared in <string.h> not <strings.h>. Also
17167         set REPLACE_STRCASESTR.
17168         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
17169         REPLACE_STRCASESTR.
17170         * lib/strcasestr.h: Remove file.
17171         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
17172         * lib/string_.h (strcasestr): New declaration.
17173
17174 2007-01-27  Bruno Haible  <bruno@clisp.org>
17175
17176         * lib/string_.h: Use 'extern'.
17177
17178 2007-01-27  Jim Meyering  <jim@meyering.net>
17179
17180         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
17181         of set-but-not-used local, "q".
17182
17183         * lib/mempcpy.c: Include <config.h> before <string.h>.
17184         This fixes a compilation error on HP-UX, due to the system's
17185         "restrict"-using mempcpy prototype.
17186
17187 2007-01-26  Bruno Haible  <bruno@clisp.org>
17188
17189         Small optimization.
17190         * lib/javacomp.c: Include c-strstr.h.
17191          (is_envjavac_gcj): Use c_strstr instead of strstr.
17192         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
17193
17194 2007-01-26  Bruno Haible  <bruno@clisp.org>
17195
17196         * MODULES.html.sh (Unicode string functions): Add the new modules.
17197
17198         * modules/uniconv/u32-strconv-to-locale: New file.
17199         * lib/uniconv/u32-strconv-to-locale.c: New file.
17200
17201         * modules/uniconv/u16-strconv-to-locale: New file.
17202         * lib/uniconv/u16-strconv-to-locale.c: New file.
17203
17204         * modules/uniconv/u8-strconv-to-locale: New file.
17205         * lib/uniconv/u8-strconv-to-locale.c: New file.
17206
17207         * modules/uniconv/u32-strconv-from-locale: New file.
17208         * lib/uniconv/u32-strconv-from-locale.c: New file.
17209
17210         * modules/uniconv/u16-strconv-from-locale: New file.
17211         * lib/uniconv/u16-strconv-from-locale.c: New file.
17212
17213         * modules/uniconv/u8-strconv-from-locale: New file.
17214         * lib/uniconv/u8-strconv-from-locale.c: New file.
17215
17216         * modules/uniconv/u32-strconv-to-enc: New file.
17217         * lib/uniconv/u32-strconv-to-enc.c: New file.
17218         * modules/uniconv/u32-strconv-to-enc-tests: New file.
17219         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
17220
17221         * modules/uniconv/u16-strconv-to-enc: New file.
17222         * lib/uniconv/u16-strconv-to-enc.c: New file.
17223         * lib/uniconv/u-strconv-to-enc.h: New file.
17224         * modules/uniconv/u16-strconv-to-enc-tests: New file.
17225         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
17226
17227         * modules/uniconv/u8-strconv-to-enc: New file.
17228         * lib/uniconv/u8-strconv-to-enc.c: New file.
17229         * modules/uniconv/u8-strconv-to-enc-tests: New file.
17230         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
17231
17232         * modules/uniconv/u32-strconv-from-enc: New file.
17233         * lib/uniconv/u32-strconv-from-enc.c: New file.
17234         * modules/uniconv/u32-strconv-from-enc-tests: New file.
17235         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
17236
17237         * modules/uniconv/u16-strconv-from-enc: New file.
17238         * lib/uniconv/u16-strconv-from-enc.c: New file.
17239         * modules/uniconv/u16-strconv-from-enc-tests: New file.
17240         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
17241
17242         * modules/uniconv/u8-strconv-from-enc: New file.
17243         * lib/uniconv/u8-strconv-from-enc.c: New file.
17244         * lib/uniconv/u-strconv-from-enc.h: New file.
17245         * modules/uniconv/u8-strconv-from-enc-tests: New file.
17246         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
17247
17248         * modules/uniconv/u32-conv-from-enc: New file.
17249         * lib/uniconv/u32-conv-from-enc.c: New file.
17250         * modules/uniconv/u32-conv-from-enc-tests: New file.
17251         * tests/uniconv/test-u32-conv-from-enc.c: New file.
17252
17253         * modules/uniconv/u16-conv-from-enc: New file.
17254         * lib/uniconv/u16-conv-from-enc.c: New file.
17255         * lib/uniconv/u-conv-from-enc.h: New file.
17256         * modules/uniconv/u16-conv-from-enc-tests: New file.
17257         * tests/uniconv/test-u16-conv-from-enc.c: New file.
17258
17259         * modules/uniconv/u8-conv-from-enc: New file.
17260         * lib/uniconv/u8-conv-from-enc.c: New file.
17261         * modules/uniconv/u8-conv-from-enc-tests: New file.
17262         * tests/uniconv/test-u8-conv-from-enc.c: New file.
17263
17264         * modules/uniconv/base: New file.
17265         * lib/uniconv.h: New file.
17266
17267 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17268
17269         * doc/gnulib-tool.texi (Initial import): Update to match current
17270         behavior with strdup module.
17271         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
17272         * lib/memmem.h: Remove; all uses removed.  This is now done
17273         by <string.h>.
17274         * lib/mempcpy.h: Likewise.
17275         * lib/memrchr.h: Likewise.
17276         * lib/stpcpy.h: Likewise.
17277         * lib/stpncpy.h: Likewise.
17278         * lib/strcase.h: Likewise.
17279         * lib/strchrnul.h: Likewise.
17280         * lib/strdup.h: Likewise.
17281         * lib/strndup.h: Likewise.
17282         * lib/strnlen.h: Likewise.
17283         * lib/strpbrk.h: Likewise.
17284         * lib/strsep.h: Likewise.
17285         * lib/strstr.h: Likewise.
17286         * lib/strtok_r.h: Likewise.
17287         * lib/string_.h: New file.
17288         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
17289         Rely on <string.h> instead.
17290         * lib/canon-host.c: Likewise.
17291         * lib/chdir-long.c: Likewise.
17292         * lib/concatpath.c: Likewise.
17293         * lib/exclude.c: Likewise.
17294         * lib/fchdir.c: Likewise.
17295         * lib/getaddrinfo.c: Likewise.
17296         * lib/getcwd.c: Likewise.
17297         * lib/getsubopt.c: Likewise.
17298         * lib/glob.c: Likewise.
17299         * lib/hard-locale.c: Likewise.
17300         * lib/iconvme.c: Likewise.
17301         * lib/javacomp.c: Likewise.
17302         * lib/mempcpy.c: Likewise.
17303         * lib/memrchr.c: Likewise.
17304         * lib/regex_internal.h: Likewise.
17305         * lib/stpncpy.c: Likewise.
17306         * lib/strcasecmp.c: Likewise.
17307         * lib/strchrnul.c: Likewise.
17308         * lib/strdup.c: Likewise.
17309         * lib/striconv.c: Likewise.
17310         * lib/striconveh.c: Likewise.
17311         * lib/striconveha.c: Likewise.
17312         * lib/strncasecmp.c: Likewise.
17313         * lib/strndup.c: Likewise.
17314         * lib/strnlen.c: Likewise.
17315         * lib/strsep.c: Likewise.
17316         * lib/strstr.c: Likewise.
17317         * lib/strtok_r.c: Likewise.
17318         * lib/userspec.c: Likewise.
17319         * lib/w32spawn.h: Likewise.
17320         * lib/xstrndup.c: Likewise.
17321         * lib/mountlist.c (strstr): Remove decl.
17322         * m4/string_h.m4: New file.
17323         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
17324         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
17325         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
17326         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
17327         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
17328         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
17329         Set REPLACE_STRCASECMP if necessary.
17330         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
17331         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
17332         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
17333         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
17334         HAVE_DECL_STRDUP if necessary.
17335         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
17336         since gl_FUNC_STRNDUP does that now.
17337         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
17338         Check for decl here...
17339         (gl_PREREQ_STRNLEN): ... not here.
17340         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
17341         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
17342         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
17343         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
17344         necessary.
17345         * modules/string: New file.
17346         * modules/memmem (Files): Remove special-purpose include file.
17347         (Depends-on): Add string.
17348         (Include): Include <string.h>, not the removed file.
17349         * modules/mempcpy: Likewise.
17350         * modules/memrchr: Likewise.
17351         * modules/stpcpy: Likewise.
17352         * modules/stpncpy: Likewise.
17353         * modules/strcase: Likewise.
17354         * modules/strchrnul: Likewise.
17355         * modules/strdup: Likewise.
17356         * modules/strndup: Likewise.
17357         * modules/strnlen: Likewise.
17358         * modules/strpbrk: Likewise.
17359         * modules/strsep: Likewise.
17360         * modules/strstr: Likewise.
17361         * modules/strtok_r: Likewise.
17362         * tests/test-dirname.c: Don't include "strdup.h", since
17363         <string.h> now suffices.
17364         * tests/test-memmem.c: Don't include "memmem.h", since
17365         <string.h> now suffices.
17366
17367 2007-01-25  Bruno Haible  <bruno@clisp.org>
17368
17369         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
17370         *resultp is 0.
17371
17372         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
17373         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
17374         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
17375         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
17376
17377         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
17378         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
17379         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
17380         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
17381         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
17382         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
17383
17384 2007-01-24  Bruno Haible  <bruno@clisp.org>
17385
17386         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
17387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
17388         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
17389         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
17390         gl_FUNC_FTS_CORE.
17391         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
17392         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
17393         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17394         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
17395         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
17396         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
17397         gl_FUNC_FCHOWNAT.
17398         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
17399         gl_FUNC_STRFTIME.
17400         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
17401         Reported by Ralf Wildenhues.
17402
17403 2007-01-24  Bruno Haible  <bruno@clisp.org>
17404
17405         Drop AC_REQUIRE calls that are redundant with the module dependencies.
17406         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
17407         gl_GETADDRINFO.
17408         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
17409         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
17410         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
17411
17412 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
17415         Don't use 'exit'; just return from 'main'.
17416         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
17417
17418         * lib/fnmatch_.h: Readjust white space and comments to match
17419         glibc, to avoid spurious diffs.
17420
17421 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17422
17423         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
17424         2004-12-01 change by Jakub Jelinek, since this code won't compile
17425         if !LIBC.  Problem reported by Bob Proulx.
17426
17427 2007-01-23  Bruno Haible  <bruno@clisp.org>
17428
17429         * lib/striconveh.c: Include c-strcaseeq.h.
17430         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
17431         * modules/striconveh (Depends-on): Add c-strcaseeq.
17432
17433 2007-01-23  Bruno Haible  <bruno@clisp.org>
17434
17435         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
17436
17437         * modules/c-strcaseeq: New file.
17438         * lib/c-strcaseeq.h: New file.
17439
17440         * modules/streq: New file.
17441         * lib/streq.h: New file.
17442
17443 2007-01-23  Bruno Haible  <bruno@clisp.org>
17444
17445         * modules/striconveha-tests: New file.
17446         * tests/test-striconveha.c: New file.
17447
17448         * lib/striconveha.h: Include <stdbool.h>.
17449         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
17450         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
17451         (mem_iconveha_notranslit): Renamed from mem_iconveha.
17452         (mem_iconveha): New function.
17453         (str_iconveha_notranslit): Renamed from str_iconveha.
17454         (str_iconveha): New function.
17455         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
17456         c-strcase.
17457
17458 2007-01-23  Bruno Haible  <bruno@clisp.org>
17459
17460         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
17461         encodings without forgiving before trying any encoding with handler.
17462         (str_iconveha): Try all encodings without forgiving before trying any
17463         encoding with handler.
17464
17465 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17466
17467         Import the following changes from libc.
17468
17469         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17470
17471         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
17472
17473         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17474
17475         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
17476         normal_bracket label.
17477
17478         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
17479
17480         [BZ #361]
17481         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
17482         to normal_bracket after fetching the next character.
17483
17484 2007-01-22  Bruno Haible  <bruno@clisp.org>
17485
17486         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
17487         argument.
17488         * lib/striconveh.c (iconv_carefully_1): New function.
17489         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
17490         argument.
17491         (str_cd_iconveh): Update.
17492         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
17493         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
17494         * tests/test-striconveh.c (MAGIC): New macro.
17495         (new_offsets): New function.
17496         (main): Test call with and without offsets.
17497
17498 2007-01-22  Bruno Haible  <bruno@clisp.org>
17499
17500         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
17501         * modules/sys_select (Makefile.am): Likewise.
17502         * modules/sys_socket (Makefile.am): Likewise.
17503         * modules/sys_time (Makefile.am): Likewise.
17504
17505 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17506
17507         * modules/gettimeofday (License): Change from GPL to LGPL, since
17508         gettimeofday is a library function.
17509
17510 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17511
17512         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
17513
17514 2007-01-21  Bruno Haible  <bruno@clisp.org>
17515
17516         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
17517
17518 2007-01-21  Bruno Haible  <bruno@clisp.org>
17519
17520         * modules/striconveha: New file.
17521         * lib/striconveha.h: New file.
17522         * lib/striconveha.c: New file.
17523         * MODULES.html.sh (Internationalization functions): Add striconveha.
17524         * lib/striconv.c (str_iconv): Optimize the case of an empty input
17525         string.
17526         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
17527
17528 2007-01-21  Bruno Haible  <bruno@clisp.org>
17529
17530         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
17531         * lib/striconveh.c (str_iconveh): Likewise.
17532
17533 2007-01-21  Bruno Haible  <bruno@clisp.org>
17534
17535         * lib/striconveh.h (mem_iconveh): New declaration.
17536         * lib/striconveh.c (mem_iconveh): New function.
17537         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
17538
17539 2007-01-21  Bruno Haible  <bruno@clisp.org>
17540
17541         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
17542
17543         * lib/striconveh.h (mem_cd_iconveh): Change specification.
17544         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
17545         original result buffer.
17546         (str_cd_iconveh): Update.
17547         * tests/test-striconveh.c (main): Update.
17548
17549         * lib/striconv.h (mem_cd_iconv): Change specification.
17550         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
17551         result buffer.
17552         (str_cd_iconv): Update.
17553         * tests/test-striconv.c (main): Update.
17554
17555 2007-01-21  Bruno Haible  <bruno@clisp.org>
17556
17557         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
17558
17559 2007-01-20  Jim Meyering  <jim@meyering.net>
17560
17561         * lib/userspec.c (parse_with_separator): If a user or group string
17562         starts with "+", skip the corresponding name-to-ID look-up, since
17563         such a look-up must fail: user and group names may not include "+".
17564
17565 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * lib/poll.c: Include sys/time.h and time.h unconditionally,
17568         since we now assume the sys_time module.
17569         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
17570         check for sys/time.h; no longer needed.
17571         * modules/poll (Depends-on): Depend on sys_time.
17572
17573 2007-01-18  Bruno Haible  <bruno@clisp.org>
17574
17575         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
17576         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
17577
17578         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
17579         gettimeofday.
17580
17581         * tests/test-gettimeofday.c: Include <time.h>.
17582         (dummy): Remove variable.
17583
17584         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
17585         gl_HEADER_SYS_TIME_H.
17586         (gl_HEADER_SYS_TIME_H): New macro.
17587
17588         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
17589         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17590         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
17591         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
17592         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17593         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
17594         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
17595         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17596         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
17597         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
17598         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17599
17600         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
17601         last change; it caused a compilation error when cross-compiling to
17602         Cygwin.
17603
17604 2007-01-18  Jim Meyering  <jim@meyering.net>
17605
17606         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
17607         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
17608         than the race-prone "test -d sys || mkdir sys".
17609         (configure.ac): Use AC_PROG_MKDIR_P.
17610         * modules/sys_select: Likewise.
17611         * modules/sys_socket: Likewise.
17612         * modules/sys_time: Likewise.
17613
17614 2007-01-18  Eric Blake  <ebb9@byu.net>
17615
17616         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
17617         replace gettimeofday.
17618         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
17619         name, to avoid infinite recursion.
17620
17621 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
17624         module sys_time.
17625         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
17626         assume timespec.h defines struct timeval.
17627         * lib/settime.c: Likewise.
17628         * lib/utimens.c: Likewise.
17629         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
17630         since we now assume the gettimeofday module.
17631         * lib/tempname.c (__gen_tempname): Likewise.
17632         * lib/gettimeofday.h: Remove.
17633         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
17634         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
17635         Include <time.h>, for 'time()'.
17636         (localtime_buffer_addr): Also use this workaround if
17637         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
17638         to simplify the uses.  All uses changed.
17639         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
17640         that #undef is inside {}, and 'const' follows type name consistently.
17641         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
17642         (gettimeofday): Do not use the maximum possible value for
17643         tv->tv_usec, since that might break usages other than ls.c.
17644         Instead, we'll leave ls.c alone.  This undoes today's patch
17645         by Bruno.  Add a compile-time warning for 1s-clock resolution;
17646         we've never observed the problem but might as well keep the
17647         canary.
17648         * lib/nanosleep.c: Include timespec.h first, for interface check.
17649         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
17650         now assume the sys_time module.
17651         * lib/tempname.c: Likewise.
17652         * lib/timespec.h: Likewise.
17653         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
17654         needed.
17655         * lib/strftime.c: Likewise.
17656         * lib/timespec.h: Likewise.
17657         * lib/posixtm.c: Include posixtm.h first, for interface check.
17658         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
17659         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
17660         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
17661         * lib/sys_time_.h: New file.
17662         * lib/timespec.h (struct timespec): Use long int, not long.
17663         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
17664         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
17665         Remove obsolescent call to AC_HEADER_TIME.
17666         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
17667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17668         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
17669         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
17670         Likewise.
17671         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
17672         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
17673         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
17674         into the sys_time module.  Check for gettimeofday just once.
17675         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
17676         for gettimeofday signature to just check the signature.  Merely
17677         compile it, since linking doesn't test signature.  Improve test for
17678         whether gettimeofday.o is actually needed.
17679         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
17680         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
17681         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
17682         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17683         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
17684         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
17685         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
17686         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
17687         than worrying about sys/time.h.
17688         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
17689         Don't bother worrying about TIME_WITH_SYS_TIME.
17690         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
17691         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
17692         * m4/sys_time_h.m4: New file.
17693         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
17694         Don't include sys/time.h.  Return from main rather than exiting.
17695         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
17696         all uses changed.
17697         * modules/gethrxtime (Depends-on): Add sys_time.
17698         * modules/gettime (Depends-on): Likewise.
17699         * modules/gettimeofday (Depends-on): Likewise.
17700         * modules/nanosleep (Depends-on): Likewise.
17701         * modules/settime (Depends-on): Likewise.
17702         * modules/tempname (Depends-on): Likewise.
17703         * modules/utimens (Depends-on): Likewise.
17704         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
17705         (Include:) Change back to <sys/time.h>.
17706         (Maintainer:) Add self.
17707         * modules/sys_time: New file.
17708         * modules/tempname (Depends-on): Add gettimeofday.
17709         * tests/test-gettimeofday.c: Include <sys/time.h>
17710         rather than gettimeofday.h.
17711
17712 2007-01-17  Bruno Haible  <bruno@clisp.org>
17713
17714         * gnulib-tool (func_get_license): Revert last patch. Instead, let
17715         the license default to GPL.
17716         (func_create_testdir): Don't complain if a module is LGPL and its
17717         tests module depends on GPLed modules.
17718
17719 2007-01-17  Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/gettimeofday.c (gettimeofday): Add code for the case
17722         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
17723         maximum possible value for tv->tv_usec, rather than the minimum one.
17724
17725 2005-10-08  Martin Lambers  <marlam@marlam.de>
17726 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17727 2007-01-16  Bruno Haible  <bruno@clisp.org>
17728
17729         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
17730         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
17731         gl_FUNC_GETTIMEOFDAY.
17732         (Include): Add gettimeofday.h.
17733         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
17734         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
17735         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
17736         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
17737         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
17738         * lib/gettimeofday.h: New file.
17739         * lib/gettimeofday.c: Include <sys/timeb.h>.
17740         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
17741         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17742         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
17743         fall back on time().
17744
17745         * tests/test-gettimeofday.c: New file.
17746         * modules/gettimeofday-tests: New file.
17747
17748 2007-01-16  Eric Blake  <ebb9@byu.net>
17749
17750         * modules/fnmatch (Depends-on): Depend on wchar.
17751         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
17752         * m4/fnmatch.m4: Likewise.
17753         * modules/mbchar (Makefile.am): Assume <wchar.h>.
17754         * m4/mbchar.m4: Likewise.
17755         * modules/mbswidth (Depends-on): Depend on wchar.
17756         * lib/mbswidth.c: Assume <wchar.h>.
17757         * m4/mbswidth.m4: Likewise.
17758         * modules/quotearg (Depends-on): Depend on wchar.
17759         * lib/quotearg.c: Assume <wchar.h>.
17760         * m4/quotearg.m4: Likewise.
17761         * modules/regex (Depends-on): Depend on wchar.
17762         * lib/regex_internal.h: Assume <wchar.h>.
17763         * m4/regex.m4: Likewise.
17764         * modules/stdint (Depends-on): Depend on wchar.
17765         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
17766         * m4/stdint.m4: Likewise.
17767         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
17768         * modules/strftime (Depends-on): Depend on wchar.
17769         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
17770         * modules/strtol (Depends-on): Depend on wchar.
17771         * lib/strtol.c: Assume <wchar.h>.
17772         * modules/wcwidth (Depends-on): Depend on wchar.
17773         * lib/wcwidth.h: Assume <wchar.h>.
17774         * m4/wcwidth.m4: Likewise.
17775
17776 2007-01-16  Bruno Haible  <bruno@clisp.org>
17777
17778         * modules/csharpexec-script: New, created from...
17779         * modules/csharpexec: ... this.
17780
17781 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
17782
17783         * modules/javaexec-script: New, created from...
17784         * modules/javaexec: ... this.
17785
17786 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17787
17788         * modules/poll (Dependencies): Add sys_select.
17789
17790 2007-01-15  Jim Meyering  <jim@meyering.net>
17791
17792         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
17793         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
17794         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
17795         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
17796
17797 2007-01-15  Bruno Haible  <bruno@clisp.org>
17798
17799         * modules/striconveh: New file.
17800         * lib/striconveh.h: New file.
17801         * lib/striconveh.c: New file.
17802         * MODULES.html.sh (Internationalization functions): Add striconveh.
17803
17804         * modules/striconveh-tests: New file.
17805         * tests/test-striconveh.c: New file.
17806
17807 2007-01-15  Bruno Haible  <bruno@clisp.org>
17808
17809         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
17810         not from GNU libiconv or GNU libc.
17811
17812 2007-01-15  Bruno Haible  <bruno@clisp.org>
17813
17814         * doc/gnulib-intro.texi (Copyright): Explain the different license
17815         terms for module descriptions, autoconf macros, tests, documentation.
17816
17817 2007-01-14  Bruno Haible  <bruno@clisp.org>
17818
17819         * modules/striconv-tests: New file.
17820         * tests/test-striconv.c: New file.
17821
17822 2007-01-14  Bruno Haible  <bruno@clisp.org>
17823
17824         * modules/iconv-tests: New file.
17825         * tests/test-iconv.c: New file.
17826
17827 2007-01-14  Bruno Haible  <bruno@clisp.org>
17828
17829         * gnulib-tool (func_get_license): For test modules, use the license of
17830         the main module.
17831
17832 2007-01-14  Bruno Haible  <bruno@clisp.org>
17833
17834         * modules/iconv (Include): Clarify that <iconv.h> can only be included
17835         if iconv is found to exist.
17836
17837 2007-01-14  Bruno Haible  <bruno@clisp.org>
17838
17839         * modules/c-ctype-tests: New file.
17840         * tests/test-c-ctype.c: New file.
17841
17842 2007-01-14  Bruno Haible  <bruno@clisp.org>
17843
17844         * modules/binary-io-tests: New file.
17845         * tests/test-binary-io.sh: New file.
17846         * tests/test-binary-io.c: New file.
17847
17848 2007-01-14  Bruno Haible  <bruno@clisp.org>
17849
17850         * modules/array-oset-tests: New file.
17851         * tests/test-array_oset.c: New file.
17852
17853 2007-01-14  Bruno Haible  <bruno@clisp.org>
17854
17855         * modules/array-list-tests: New file.
17856         * tests/test-array_list.c: New file.
17857
17858 2007-01-14  Bruno Haible  <bruno@clisp.org>
17859
17860         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
17861         and make.
17862         Reported by Simon Josefsson in
17863         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
17864
17865 2007-01-14  Bruno Haible  <bruno@clisp.org>
17866
17867         * modules/allocsa-tests: New file.
17868         * tests/test-allocsa.c: New file.
17869
17870 2007-01-14  Bruno Haible  <bruno@clisp.org>
17871
17872         * modules/fchdir (Depends-on): Add absolute-header.
17873         * modules/unistd (Depends-on): Likewise.
17874
17875 2006-12-30  Bruno Haible  <bruno@clisp.org>
17876
17877         * modules/fchdir: New file.
17878         * modules/unistd (Files): Add lib/unistd_.h.
17879         (Makefile.am): Generate unistd.h from unistd_.h.
17880         * lib/fchdir.c: New file.
17881         * lib/dirent_.h: New file.
17882         * lib/unistd_.h: New file.
17883         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
17884         * m4/fchdir.m4: New file.
17885         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
17886         (gl_HEADER_UNISTD): Invoke it.
17887         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
17888         function.
17889         * lib/backupfile.c (opendir, closedir): Undefine.
17890         * lib/chown.c (open, close): Undefine.
17891         * lib/clean-temp.c (open, close): Undefine.
17892         * lib/copy-file.c (open, close): Undefine.
17893         * lib/execute.c (open, close): Undefine.
17894         * lib/fsusage.c (open, close): Undefine.
17895         * lib/gc-gnulib.c (open, close): Undefine.
17896         * lib/getcwd.c (opendir, closedir): Undefine.
17897         * lib/glob.c (opendir, closedir): Undefine.
17898         * lib/javacomp.c (open, close): Undefine.
17899         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
17900         * lib/openat-proc.c (open, close): Undefine.
17901         * lib/pagealign_alloc.c (open, close): Undefine.
17902         * lib/pipe.c (open, close): Undefine.
17903         * lib/progreloc.c (open, close): Undefine.
17904         * lib/savedir.c (opendir, closedir): Undefine.
17905         * lib/utime.c (open, close): Undefine.
17906         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
17907
17908 2007-01-10  Bruno Haible  <bruno@clisp.org>
17909
17910         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
17911
17912 2007-01-12  Eric Blake  <ebb9@byu.net>
17913
17914         Provide a robust <wchar.h>.  Further simplifications are now
17915         possible in other modules, but not included here.
17916         * modules/wchar: New module.
17917         * m4/wchar.m4: New file.
17918         * lib/wchar_.h: Likewise.
17919         * modules/mbchar (Depends-on): Depend on wchar, as the first use
17920         of the new module.
17921         * MODULES.html.sh (Extended multibyte and wide character utilities):
17922         New section.
17923
17924 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
17927         to a reasonable default for memory allocation.
17928         (xreadlink): Don't allocate a huge buffer, to work around a buggy
17929         file system that reports garbage st_size values for symlinks.
17930         Problem reported by Liyang Hu.
17931
17932 2007-01-11  Simon Josefsson  <simon@josefsson.org>
17933
17934         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
17935         Emacs .#* auto-save files).
17936
17937 2007-01-11  Bruno Haible  <bruno@clisp.org>
17938
17939         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
17940         directory.
17941
17942 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17943
17944         Use @...@ consistently in lib/wctype_.h.
17945         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
17946         on it being set to 1 or 0.
17947         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
17948         go back to AC_SUBSTing it.
17949         * modules/wctype (Makefile.am): Undo previous change.
17950
17951 2007-01-10  Eric Blake  <ebb9@byu.net>
17952
17953         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
17954         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
17955         * modules/wctype (Makefile.am): Likewise.
17956         Reported by Chris McGuire.
17957
17958 2007-01-10  Jim Meyering  <jim@meyering.net>
17959
17960         fts.c: a small readability/maintainability improvement
17961         * lib/fts.c (fts_read): Make this code slightly more readable and
17962         maintainable by hoisting the "sp->fts_cur = p" assignments to
17963         immediately follow the statements that set P.  Derived from
17964         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
17965
17966 2007-01-10  Eric Blake  <ebb9@byu.net>
17967
17968         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
17969         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
17970         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17971         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17972         Reported by Chris McGuire.
17973
17974 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17975
17976         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
17977         in sed script.
17978
17979 2007-01-09  Bruno Haible  <bruno@clisp.org>
17980
17981         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
17982         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
17983         variables.
17984         (func_module): Use them.
17985
17986 2007-01-09  Bruno Haible  <bruno@clisp.org>
17987
17988         * modules/unistr/base: New file.
17989         * lib/unistr.h: New file.
17990
17991         * modules/unistr/u8-to-u16: New file.
17992         * lib/unistr/u8-to-u16.c: New file.
17993
17994         * modules/unistr/u8-to-u32: New file.
17995         * lib/unistr/u8-to-u32.c: New file.
17996
17997         * modules/unistr/u16-to-u8: New file.
17998         * lib/unistr/u16-to-u8.c: New file.
17999
18000         * modules/unistr/u16-to-u32: New file.
18001         * lib/unistr/u16-to-u32.c: New file.
18002
18003         * modules/unistr/u32-to-u8: New file.
18004         * lib/unistr/u32-to-u8.c: New file.
18005
18006         * modules/unistr/u32-to-u16: New file.
18007         * lib/unistr/u32-to-u16.c: New file.
18008
18009         * modules/unistr/u8-check: New file.
18010         * modules/unistr/u16-check: New file.
18011         * modules/unistr/u32-check: New file.
18012         * lib/unistr/u8-check.c: New file.
18013         * lib/unistr/u16-check.c: New file.
18014         * lib/unistr/u32-check.c: New file.
18015
18016         * modules/unistr/u8-chr: New file.
18017         * modules/unistr/u16-chr: New file.
18018         * modules/unistr/u32-chr: New file.
18019         * lib/unistr/u8-chr.c: New file.
18020         * lib/unistr/u16-chr.c: New file.
18021         * lib/unistr/u32-chr.c: New file.
18022
18023         * modules/unistr/u8-cmp: New file.
18024         * modules/unistr/u16-cmp: New file.
18025         * modules/unistr/u32-cmp: New file.
18026         * lib/unistr/u8-cmp.c: New file.
18027         * lib/unistr/u16-cmp.c: New file.
18028         * lib/unistr/u32-cmp.c: New file.
18029
18030         * modules/unistr/u8-cpy: New file.
18031         * modules/unistr/u16-cpy: New file.
18032         * modules/unistr/u32-cpy: New file.
18033         * lib/unistr/u8-cpy.c: New file.
18034         * lib/unistr/u16-cpy.c: New file.
18035         * lib/unistr/u32-cpy.c: New file.
18036         * lib/unistr/u-cpy.h: New file.
18037
18038         * modules/unistr/u8-cpy-alloc: New file.
18039         * modules/unistr/u16-cpy-alloc: New file.
18040         * modules/unistr/u32-cpy-alloc: New file.
18041         * lib/unistr/u8-cpy-alloc.c: New file.
18042         * lib/unistr/u16-cpy-alloc.c: New file.
18043         * lib/unistr/u32-cpy-alloc.c: New file.
18044         * lib/unistr/u-cpy-alloc.h: New file.
18045
18046         * modules/unistr/u8-endswith: New file.
18047         * modules/unistr/u16-endswith: New file.
18048         * modules/unistr/u32-endswith: New file.
18049         * lib/unistr/u8-endswith.c: New file.
18050         * lib/unistr/u16-endswith.c: New file.
18051         * lib/unistr/u32-endswith.c: New file.
18052         * lib/unistr/u-endswith.h: New file.
18053
18054         * modules/unistr/u8-mblen: New file.
18055         * modules/unistr/u16-mblen: New file.
18056         * modules/unistr/u32-mblen: New file.
18057         * lib/unistr/u8-mblen.c: New file.
18058         * lib/unistr/u16-mblen.c: New file.
18059         * lib/unistr/u32-mblen.c: New file.
18060
18061         * modules/unistr/u8-mbtouc: New file.
18062         * modules/unistr/u16-mbtouc: New file.
18063         * modules/unistr/u32-mbtouc: New file.
18064         * lib/unistr/u8-mbtouc.c: New file.
18065         * lib/unistr/u16-mbtouc.c: New file.
18066         * lib/unistr/u32-mbtouc.c: New file.
18067
18068         * modules/unistr/u8-mbtouc-safe: New file.
18069         * modules/unistr/u16-mbtouc-safe: New file.
18070         * modules/unistr/u32-mbtouc-safe: New file.
18071         * lib/unistr/u8-mbtouc-safe.c: New file.
18072         * lib/unistr/u16-mbtouc-safe.c: New file.
18073         * lib/unistr/u32-mbtouc-safe.c: New file.
18074
18075         * modules/unistr/u8-move: New file.
18076         * modules/unistr/u16-move: New file.
18077         * modules/unistr/u32-move: New file.
18078         * lib/unistr/u8-move.c: New file.
18079         * lib/unistr/u16-move.c: New file.
18080         * lib/unistr/u32-move.c: New file.
18081         * lib/unistr/u-move.h: New file.
18082
18083         * modules/unistr/u8-next: New file.
18084         * modules/unistr/u16-next: New file.
18085         * modules/unistr/u32-next: New file.
18086         * lib/unistr/u8-next.c: New file.
18087         * lib/unistr/u16-next.c: New file.
18088         * lib/unistr/u32-next.c: New file.
18089
18090         * modules/unistr/u8-prev: New file.
18091         * modules/unistr/u16-prev: New file.
18092         * modules/unistr/u32-prev: New file.
18093         * lib/unistr/u8-prev.c: New file.
18094         * lib/unistr/u16-prev.c: New file.
18095         * lib/unistr/u32-prev.c: New file.
18096
18097         * modules/unistr/u8-set: New file.
18098         * modules/unistr/u16-set: New file.
18099         * modules/unistr/u32-set: New file.
18100         * lib/unistr/u8-set.c: New file.
18101         * lib/unistr/u16-set.c: New file.
18102         * lib/unistr/u32-set.c: New file.
18103         * lib/unistr/u-set.h: New file.
18104
18105         * modules/unistr/u8-startswith: New file.
18106         * modules/unistr/u16-startswith: New file.
18107         * modules/unistr/u32-startswith: New file.
18108         * lib/unistr/u8-startswith.c: New file.
18109         * lib/unistr/u16-startswith.c: New file.
18110         * lib/unistr/u32-startswith.c: New file.
18111         * lib/unistr/u-startswith.h: New file.
18112
18113         * modules/unistr/u8-stpcpy: New file.
18114         * modules/unistr/u16-stpcpy: New file.
18115         * modules/unistr/u32-stpcpy: New file.
18116         * lib/unistr/u8-stpcpy.c: New file.
18117         * lib/unistr/u16-stpcpy.c: New file.
18118         * lib/unistr/u32-stpcpy.c: New file.
18119         * lib/unistr/u-stpcpy.h: New file.
18120
18121         * modules/unistr/u8-stpncpy: New file.
18122         * modules/unistr/u16-stpncpy: New file.
18123         * modules/unistr/u32-stpncpy: New file.
18124         * lib/unistr/u8-stpncpy.c: New file.
18125         * lib/unistr/u16-stpncpy.c: New file.
18126         * lib/unistr/u32-stpncpy.c: New file.
18127         * lib/unistr/u-stpncpy.h: New file.
18128
18129         * modules/unistr/u8-strcat: New file.
18130         * modules/unistr/u16-strcat: New file.
18131         * modules/unistr/u32-strcat: New file.
18132         * lib/unistr/u8-strcat.c: New file.
18133         * lib/unistr/u16-strcat.c: New file.
18134         * lib/unistr/u32-strcat.c: New file.
18135         * lib/unistr/u-strcat.h: New file.
18136
18137         * modules/unistr/u8-strchr: New file.
18138         * modules/unistr/u16-strchr: New file.
18139         * modules/unistr/u32-strchr: New file.
18140         * lib/unistr/u8-strchr.c: New file.
18141         * lib/unistr/u16-strchr.c: New file.
18142         * lib/unistr/u32-strchr.c: New file.
18143
18144         * modules/unistr/u8-strcmp: New file.
18145         * modules/unistr/u16-strcmp: New file.
18146         * modules/unistr/u32-strcmp: New file.
18147         * lib/unistr/u8-strcmp.c: New file.
18148         * lib/unistr/u16-strcmp.c: New file.
18149         * lib/unistr/u32-strcmp.c: New file.
18150
18151         * modules/unistr/u8-strcpy: New file.
18152         * modules/unistr/u16-strcpy: New file.
18153         * modules/unistr/u32-strcpy: New file.
18154         * lib/unistr/u8-strcpy.c: New file.
18155         * lib/unistr/u16-strcpy.c: New file.
18156         * lib/unistr/u32-strcpy.c: New file.
18157         * lib/unistr/u-strcpy.h: New file.
18158
18159         * modules/unistr/u8-strcspn: New file.
18160         * modules/unistr/u16-strcspn: New file.
18161         * modules/unistr/u32-strcspn: New file.
18162         * lib/unistr/u8-strcspn.c: New file.
18163         * lib/unistr/u16-strcspn.c: New file.
18164         * lib/unistr/u32-strcspn.c: New file.
18165         * lib/unistr/u-strcspn.h: New file.
18166
18167         * modules/unistr/u8-strdup: New file.
18168         * modules/unistr/u16-strdup: New file.
18169         * modules/unistr/u32-strdup: New file.
18170         * lib/unistr/u8-strdup.c: New file.
18171         * lib/unistr/u16-strdup.c: New file.
18172         * lib/unistr/u32-strdup.c: New file.
18173         * lib/unistr/u-strdup.h: New file.
18174
18175         * modules/unistr/u8-strlen: New file.
18176         * modules/unistr/u16-strlen: New file.
18177         * modules/unistr/u32-strlen: New file.
18178         * lib/unistr/u8-strlen.c: New file.
18179         * lib/unistr/u16-strlen.c: New file.
18180         * lib/unistr/u32-strlen.c: New file.
18181         * lib/unistr/u-strlen.h: New file.
18182
18183         * modules/unistr/u8-strmblen: New file.
18184         * modules/unistr/u16-strmblen: New file.
18185         * modules/unistr/u32-strmblen: New file.
18186         * lib/unistr/u8-strmblen.c: New file.
18187         * lib/unistr/u16-strmblen.c: New file.
18188         * lib/unistr/u32-strmblen.c: New file.
18189
18190         * modules/unistr/u8-strmbtouc: New file.
18191         * modules/unistr/u16-strmbtouc: New file.
18192         * modules/unistr/u32-strmbtouc: New file.
18193         * lib/unistr/u8-strmbtouc.c: New file.
18194         * lib/unistr/u16-strmbtouc.c: New file.
18195         * lib/unistr/u32-strmbtouc.c: New file.
18196
18197         * modules/unistr/u8-strncat: New file.
18198         * modules/unistr/u16-strncat: New file.
18199         * modules/unistr/u32-strncat: New file.
18200         * lib/unistr/u8-strncat.c: New file.
18201         * lib/unistr/u16-strncat.c: New file.
18202         * lib/unistr/u32-strncat.c: New file.
18203         * lib/unistr/u-strncat.h: New file.
18204
18205         * modules/unistr/u8-strncmp: New file.
18206         * modules/unistr/u16-strncmp: New file.
18207         * modules/unistr/u32-strncmp: New file.
18208         * lib/unistr/u8-strncmp.c: New file.
18209         * lib/unistr/u16-strncmp.c: New file.
18210         * lib/unistr/u32-strncmp.c: New file.
18211
18212         * modules/unistr/u8-strncpy: New file.
18213         * modules/unistr/u16-strncpy: New file.
18214         * modules/unistr/u32-strncpy: New file.
18215         * lib/unistr/u8-strncpy.c: New file.
18216         * lib/unistr/u16-strncpy.c: New file.
18217         * lib/unistr/u32-strncpy.c: New file.
18218         * lib/unistr/u-strncpy.h: New file.
18219
18220         * modules/unistr/u8-strnlen: New file.
18221         * modules/unistr/u16-strnlen: New file.
18222         * modules/unistr/u32-strnlen: New file.
18223         * lib/unistr/u8-strnlen.c: New file.
18224         * lib/unistr/u16-strnlen.c: New file.
18225         * lib/unistr/u32-strnlen.c: New file.
18226         * lib/unistr/u-strnlen.h: New file.
18227
18228         * modules/unistr/u8-strpbrk: New file.
18229         * modules/unistr/u16-strpbrk: New file.
18230         * modules/unistr/u32-strpbrk: New file.
18231         * lib/unistr/u8-strpbrk.c: New file.
18232         * lib/unistr/u16-strpbrk.c: New file.
18233         * lib/unistr/u32-strpbrk.c: New file.
18234         * lib/unistr/u-strpbrk.h: New file.
18235
18236         * modules/unistr/u8-strrchr: New file.
18237         * modules/unistr/u16-strrchr: New file.
18238         * modules/unistr/u32-strrchr: New file.
18239         * lib/unistr/u8-strrchr.c: New file.
18240         * lib/unistr/u16-strrchr.c: New file.
18241         * lib/unistr/u32-strrchr.c: New file.
18242
18243         * modules/unistr/u8-strspn: New file.
18244         * modules/unistr/u16-strspn: New file.
18245         * modules/unistr/u32-strspn: New file.
18246         * lib/unistr/u8-strspn.c: New file.
18247         * lib/unistr/u16-strspn.c: New file.
18248         * lib/unistr/u32-strspn.c: New file.
18249         * lib/unistr/u-strspn.h: New file.
18250
18251         * modules/unistr/u8-strstr: New file.
18252         * modules/unistr/u16-strstr: New file.
18253         * modules/unistr/u32-strstr: New file.
18254         * lib/unistr/u8-strstr.c: New file.
18255         * lib/unistr/u16-strstr.c: New file.
18256         * lib/unistr/u32-strstr.c: New file.
18257         * lib/unistr/u-strstr.h: New file.
18258
18259         * modules/unistr/u8-strtok: New file.
18260         * modules/unistr/u16-strtok: New file.
18261         * modules/unistr/u32-strtok: New file.
18262         * lib/unistr/u8-strtok.c: New file.
18263         * lib/unistr/u16-strtok.c: New file.
18264         * lib/unistr/u32-strtok.c: New file.
18265         * lib/unistr/u-strtok.h: New file.
18266
18267         * modules/unistr/u8-uctomb: New file.
18268         * modules/unistr/u16-uctomb: New file.
18269         * modules/unistr/u32-uctomb: New file.
18270         * lib/unistr/u8-uctomb.c: New file.
18271         * lib/unistr/u16-uctomb.c: New file.
18272         * lib/unistr/u32-uctomb.c: New file.
18273
18274         * MODULES.html.sh (Unicode string functions): Add the new modules.
18275
18276 2007-01-08  Bruno Haible  <bruno@clisp.org>
18277
18278         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
18279         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
18280         subdirectories.
18281
18282 2007-01-08  Karl Berry  <karl@gnu.org>
18283
18284         * doc/error.texi: mention that main() fns must set program_name
18285         when progname is used.
18286
18287 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
18288
18289         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
18290         WCTYPE_H is empty, for the benefit of builds from non-distclean
18291         directories.  Problem reported by Eric Blake in
18292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
18293
18294 2007-01-08  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
18297         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
18298         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
18299         PROVIDE_CANONICALIZE_FILENAME_MODE.
18300         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
18301
18302 2007-01-08  Bruno Haible  <bruno@clisp.org>
18303
18304         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
18305         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
18306         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
18307         * lib/fts.c: Likewise.
18308         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
18309
18310 2006-12-25  Bruno Haible  <bruno@clisp.org>
18311
18312         * modules/utf8-ucs4-safe: New file.
18313         * lib/utf8-ucs4-safe.h: New file.
18314         * lib/unistr/utf8-ucs4-safe.c: New file.
18315
18316         * modules/utf16-ucs4-safe: New file.
18317         * lib/utf16-ucs4-safe.h: New file.
18318         * lib/unistr/utf16-ucs4-safe.c: New file.
18319
18320         * MODULES.html.sh (Unicode string functions): Add the new modules.
18321
18322 2007-01-08  Bruno Haible  <bruno@clisp.org>
18323
18324         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
18325         (Depends-on): Add unitypes.
18326         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18327         (u8_mbtouc_aux): Move out to separate file.
18328         (u8_mbtouc): Use ucs4_t, uint8_t types.
18329         * lib/unistr/utf8-ucs4.c: New file.
18330
18331         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
18332         (Depends-on): Add unitypes.
18333         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18334         (u16_mbtouc_aux): Move out to separate file.
18335         (u16_mbtouc): Use ucs4_t, uint16_t types.
18336         * lib/unistr/utf16-ucs4.c: New file.
18337
18338         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
18339         (Depends-on): Add unitypes.
18340         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
18341         (u8_uctomb_aux): Move out to separate file.
18342         (u8_uctomb): Use ucs4_t, uint8_t types.
18343         * lib/unistr/ucs4-utf8.c: New file.
18344
18345         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
18346         (Depends-on): Add unitypes.
18347         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
18348         (u16_uctomb_aux): Move out to separate file.
18349         (u16_uctomb): Use ucs4_t, uint16_t types.
18350         * lib/unistr/ucs4-utf16.c: New file.
18351
18352 2006-12-25  Bruno Haible  <bruno@clisp.org>
18353
18354         * modules/unitypes: New file.
18355         * lib/unitypes.h: New file.
18356         * MODULES.html.sh (func_all_modules): New section "Unicode string
18357         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
18358         this section. Add unitypes.
18359
18360 2007-01-08  Bruno Haible  <bruno@clisp.org>
18361
18362         Avoid variable names that conflict with those from libtool.
18363         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
18364         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
18365         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
18366         library_names_spec to acl_library_names_spec, hardcode_* to
18367         acl_hardcode_*.
18368         Reported by Ralf Wildenhues.
18369
18370 2007-01-08  Bruno Haible  <bruno@clisp.org>
18371
18372         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
18373         definition.
18374         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
18375         definition.
18376         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
18377         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
18378         definition.
18379         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
18380         definition.
18381         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
18382         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
18383         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
18384         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
18385         definition.
18386         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
18387         definition.
18388         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
18389         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
18390         GC_USE_<algorithm>.
18391         * lib/gc-libgcrypt.c: Likewise.
18392         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
18393         * modules/gc-arctwo (configure.ac): Likewise.
18394         * modules/gc-des (configure.ac): Likewise.
18395         * modules/gc-hmac-md5 (configure.ac): Likewise.
18396         * modules/gc-hmac-sha1 (configure.ac): Likewise.
18397         * modules/gc-md2 (configure.ac): Likewise.
18398         * modules/gc-md4 (configure.ac): Likewise.
18399         * modules/gc-md5 (configure.ac): Likewise.
18400         * modules/gc-random (configure.ac): Likewise.
18401         * modules/gc-rijndael (configure.ac): Likewise.
18402         * modules/gc-sha1 (configure.ac): Likewise.
18403
18404 2007-01-08  Bruno Haible  <bruno@clisp.org>
18405
18406         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
18407         macro definition.
18408         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
18409         definition.
18410         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
18411         definition.
18412         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
18413         * modules/fcntl-safer (configure.ac): Likewise.
18414         * modules/fopen-safer (configure.ac): Likewise.
18415         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
18416         GNULIB_FWRITEERROR macro definition.
18417
18418 2007-01-08  Bruno Haible  <bruno@clisp.org>
18419
18420         * m4/gnulib-common.m4: New file.
18421         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
18422         (func_get_filelist): Add m4/gnulib-common.m4.
18423
18424 2007-01-08  Bruno Haible  <bruno@clisp.org>
18425
18426         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
18427         command.
18428
18429 2007-01-08  Jim Meyering  <jim@meyering.net>
18430
18431         Use a more robust test for a "can't happen" condition.
18432         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
18433         narrowed the st_size value.  Presuming the "can't happen" condition
18434         is true, that narrowing could conceivably convert an invalid st_size
18435         value into a valid one.  Instead, use a change based on Matthew
18436         Woehlke's original patch.
18437
18438         Slight readability improvement: use an assert-like macro
18439         in place of literal "abort ()" uses.
18440         * lib/fts.c (fts_assert): Define.
18441         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
18442         Use this macro instead of a bare 'abort'.
18443
18444 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
18445
18446         Don't worry about using IRIX 5.3's wctype.h broken definitions;
18447         simply work around them.
18448         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
18449         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
18450         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
18451         declaring.
18452         Don't bother to define as macros, since the standard doesn't require it.
18453         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
18454         longer worry about IRIX 5.3.
18455         (HAVE_WCTYPE_CTMP_BUG): Remove.
18456
18457 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18458
18459         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
18460         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
18461         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18462         Problems reported by Georg Schwarz for IRIX 5.3.
18463
18464         * gnulib-tool (autoconf_minversion): Take the maximum version number
18465         found, not the minimum.  Problem reported by James Youngman.
18466
18467 2007-01-03  Karl Berry  <karl@gnu.org>
18468
18469         * doc/error.texi: new file, explaining interaction with progname.
18470         * doc/gnulib.texi: include it.  Update copyright.
18471
18472 2007-01-03  Simon Josefsson  <simon@josefsson.org>
18473
18474         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
18475         AC_CANONICAL_HOST, to improve autobuild outputs.
18476
18477 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
18478             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
18479
18480         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
18481         sockets, server sockets, and other file descriptors.  Count errors
18482         to compute the return value.  Reorder the code a bit to be easier
18483         to follow.  Don't set event bits that were not requested (except
18484         POLLERR and POLLHUP).
18485
18486 2007-01-01  Bruno Haible  <bruno@clisp.org>
18487
18488         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
18489
18490 2007-01-03  Jim Meyering  <jim@meyering.net>
18491
18492         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
18493
18494 2007-01-02  Bruno Haible  <bruno@clisp.org>
18495
18496         * modules/settime (Include): Require timespec.h.
18497         * modules/nanosleep (Include): Likewise.
18498
18499 2007-01-01  Bruno Haible  <bruno@clisp.org>
18500
18501         * gnulib-tool (func_emit_copyright_notice): Bump year.
18502         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
18503
18504 2007-01-01  Bruno Haible  <bruno@clisp.org>
18505
18506         Improve support for OpenBSD.
18507         * build-aux/config.rpath (libname_spec): Export.
18508         (library_names_spec): New variable. Export.
18509         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
18510         library_names_spec from the config.rpath output. Locate shared library
18511         through the name pattern in library_names_spec.
18512
18513 2007-01-01  Eric Blake  <ebb9@byu.net>
18514
18515         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
18516
18517 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
18518
18519         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
18520         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
18521         assume the C locale, and avoid an "eval" that could cause trouble.
18522         Problem with SORT reported by Bob Proulx.
18523
18524         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
18525         Define.  Trivial patch from Henning Nielsen Lund, originally
18526         sent to bug-grep@gnu.org today.
18527
18528 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
18529
18530         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
18531         struct stat.  Problem reported by Henning Nielsen Lund.
18532         * lib/acl.c: Include acl.h first, to check interface.  Don't
18533         bother to include sys/types.h and sys/stat.h again.
18534
18535 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         Import the following change from libc; problem reported by
18538         Sven Verdoolaege.
18539
18540         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
18541
18542         [BZ #1373]
18543         * lib/argp.h: Remove __NTH for __argp_usage inline function.
18544
18545 2006-12-28  Jim Meyering  <jim@meyering.net>
18546
18547         * build-aux/announce-gen: Do not assume that the package
18548         builds any of tar.gz, tar.bz2, and .xdelta files.
18549         Suggestion from Simon Josefsson.
18550
18551 2006-12-28  Simon Josefsson  <simon@josefsson.org>
18552
18553         * modules/announce-gen: New file.
18554
18555 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
18556
18557         * lib/mbchar.h: Just include <wctype.h>; the wctype module
18558         handles its gotchas now.
18559         * lib/mbswidth.c: Likewise.
18560         * lib/wcwidth.h: Likewise.
18561         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
18562         and iswcntrl; the wctype module does this stuff now.
18563         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18564         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
18565         * modules/mbchar (Depends-on): Add wctype.
18566         * modules/mbswidth (Depends-on): Likewise.
18567         * modules/wcwidth (Depends-on): Likewise.
18568
18569 2006-12-27  Eric Blake  <ebb9@byu.net>
18570
18571         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
18572         module uses more than what <wctype.h> is required to provide.
18573
18574 2006-12-26  Eric Blake  <ebb9@byu.net>
18575
18576         * gnulib-tool (sed_extract_prog): Avoid space-tab.
18577
18578 2006-12-26  Eric Blake  <ebb9@byu.net>
18579
18580         * modules/absolute-header: New module.
18581         * modules/fcntl (Depends-on): Depend on it.
18582         * modules/inttypes (Depends-on): Likewise.
18583         * modules/stdint (Depends-on): Likewise.
18584         * modules/sys_stat (Depends-on): Likewise.
18585         * modules/wctype (Depends-on): Likewise.
18586         * MODULES.html.sh (Support for building libraries and
18587         executables): Document it.
18588
18589 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
18590
18591         * gnulib-tool (SED): Remove, undoing previous change.
18592         The problem was that it broke coreutils on Solaris, because
18593         "sed --posix" leaked into a makefile.
18594         (sed): New alias, if 'alias' and GNU sed.
18595
18596 2006-12-24  Jim Meyering  <jim@meyering.net>
18597
18598         Work around an fchownat bug in glibc-2.4:
18599         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
18600         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
18601         in spite of the -P option.
18602         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
18603         New macros.
18604         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
18605         * modules/openat (Files): Add lib/fchownat.c.
18606         * lib/openat.c (fchownat): Don't define here.  Move to...
18607         * lib/fchownat.c: ...this new file.
18608
18609 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18610
18611         Fix bug reported by Bruno Haible in
18612         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
18613         where quotearg.c didn't compile on Mac OS X 10.2 because it
18614         lacks <wchar.h> and wint_t.
18615         * lib/wctype_.h (__wctype_wint_t): New type.
18616         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
18617         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
18618         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
18619         Arg is now of type __wctype_wint_t, not wint_t.
18620         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
18621         substitute HAVE_WINT_T.
18622         * modules/wctype (Files): Add m4/wint_t.m4.
18623         (wctype.h): Substitute HAVE_WINT_T.
18624
18625 2006-12-23  Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
18628
18629 2006-12-23  Bruno Haible  <bruno@clisp.org>
18630
18631         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
18632         S_ISLNK.
18633         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
18634         mingw.
18635
18636 2006-12-22  Bruno Haible  <bruno@clisp.org>
18637
18638         * lib/copy-file.c: Include acl.h.
18639         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
18640         Close the file descriptors only after being done with copy_acl.
18641         * modules/copy-file (Depends-on): Add acl.
18642
18643 2006-12-22  Bruno Haible  <bruno@clisp.org>
18644
18645         * gnulib-tool (SED): New variable.
18646         Use $SED instead of sed everywhere.
18647
18648 2006-12-22  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/no-c++: New file.
18651         * m4/no-c++.m4: New file.
18652         * MODULES.html.sh (Support for building libraries and executables):
18653         Add no-c++.
18654
18655 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
18656
18657         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
18658         Include <limits.h>, and use its INT_MAX to rewrite the
18659         j loop so that it does not overflow 'int'.  Problem reported by
18660         Ralf Wildenhues in
18661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
18662         Play it safe by shifting left by 1 rather than multiplying by 2,
18663         as GCC is less likely to optimize this away when the value
18664         is signed (when it assumes overflow leads to undefined behavior).
18665         Also, don't assume time_t uses two's complement.
18666
18667 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * MODULES.html.sh: New module wctype.
18670         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
18671         * lib/fnmatch.c: Don't bother to include <wchar.h> before
18672         <wctype.h>, since the new wctype module should fix this.
18673         * lib/quotearg.c: Include <wctype.h> unconditionally, since
18674         the wctype module should arrange for it.
18675         * lib/regex_internal.h: Likewise.
18676         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
18677         since the wctype module should handle this now.
18678         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
18679         * modules/fnmatch (Depends-on): Add wctype.
18680         * modules/quotearg (Depends-on): Likewise.
18681         * modules/regex (Depends-on): Likewise.
18682
18683 2006-12-19  Bruno Haible  <bruno@clisp.org>
18684
18685         * lib/strdup.h [C++]: Wrap definitions in extern "C".
18686         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
18687
18688 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18689
18690         * modules/savewd (Depends-on): Fix dependency on fcntl.
18691
18692 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
18693
18694         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
18695         conforms to C99, rather than relying on the user's environment
18696         setting of STDINT_H.
18697
18698 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
18699         and Eric Blake  <ebb9@byu.net>
18700
18701         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
18702         This is more consistent with the other defines here.
18703         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
18704         Port to z/OS.  Problem reported by Paul Gilmartin.
18705         Change local vars to use gl_ prefix rather than ac_.
18706         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
18707         with other defines.
18708         * modules/double-slash-root: New module.
18709         * modules/dirname (Files): Remove m4/double-slash-root.m4.
18710         (Depends-on): Add double-slash-root.
18711         * MODULES.html.sh (File system functions): Mention new module.
18712
18713 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
18714
18715         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
18716         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
18717         This is for the benefit of gzip, which doesn't do i18n.
18718
18719 2006-12-12  Jim Meyering  <jim@meyering.net>
18720
18721         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
18722         Reported by Andreas Schwab <schwab@suse.de>.
18723
18724 2006-12-12  Bruno Haible  <bruno@clisp.org>
18725
18726         Merge these changes.
18727         2006-09-05  Bruno Haible  <bruno@clisp.org>
18728         * lib/iconvme.c (iconv_string): No need to save and restore errno when
18729         iconv_alloc succeeded.
18730         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
18731         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
18732         test for " && dest " at the end - dest is always != NULL there. Call
18733         iconv with 4xNULL arguments initially, to reset the state. Call iconv
18734         with 2xNULL arguments, also to flush the state storage. Handle the
18735         IRIX iconv behaviour. Realloc the final result, to throw away unused
18736         memory.
18737
18738 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
18739
18740         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
18741         and fchmodat unconditionally, since glibc 2.4 has them.
18742         Problem reported by Arkadiusz Miskiewicz.
18743
18744 2006-12-10  Bruno Haible  <bruno@clisp.org>
18745
18746         * gnulib-tool (func_import): Show the include files only for those
18747         modules that are copied and specified.
18748         Reported by Karl Berry.
18749
18750 2006-12-08  Jim Meyering  <jim@meyering.net>
18751
18752         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
18753         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
18754
18755         * build-aux/announce-gen: Add two new options, both optional:
18756         --bootstrap-tools=TOOL_LIST
18757               a comma-separated list of tools, e.g.,
18758               autoconf,automake,bison,gnulib
18759         --gnulib-snapshot-date=DATE
18760               if gnulib is in the bootstrap tool list,
18761               then report this as the snapshot date.
18762               If not specified, use the current date/time.
18763               If you specify a date here, be sure it's UTC.
18764
18765 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18766
18767         * tests/test-argp-2.sh: Fix test to match actual output.
18768         (func_compare): Fix sed script to be portable.
18769
18770 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
18771
18772         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
18773         workaround for this case.  It is not autoconfigured now; offhand
18774         it's hard to see how to autoconfigure it.
18775
18776 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
18777
18778         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
18779         a directory that is about to be chowned.  Such a directory's
18780         initial file permissions should permit the owner only and this
18781         should not be changed until after the chown, since the group and
18782         other bits would be incorrect if they granted permission before
18783         the chown.
18784
18785         Fix porting problem for iswctype reported by Georg Schwarz in:
18786         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
18787         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
18788         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
18789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
18790         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
18791
18792 2006-12-03  Jim Meyering  <jim@meyering.net>
18793
18794         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
18795         p->fts_statp may not yet be defined.
18796         (fts_read): Instead, set it in the caller, once p->fts_statp is
18797         sure to be defined, and corresponds to a top-level directory.
18798         This bug made du -x fail.  Here's the coreutils test case:
18799         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
18800         Reported by Mike Frysinger.
18801
18802 2006-12-01  Jim Meyering  <jim@meyering.net>
18803
18804         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
18805         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
18806         Reported by Simon Josefsson.
18807
18808 2006-11-30  Jim Meyering  <jim@meyering.net>
18809
18810         * m4/warning.m4: Use the all-permissive copyright notice
18811         recommended by RMS (rather than LGPL).
18812         * m4/vararrays.m4: Likewise.
18813         * m4/flexmember.m4: Likewise.
18814
18815 2006-11-29  Bruno Haible  <bruno@clisp.org>
18816
18817         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18818         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
18819         using +=.
18820         Reported by Simon Josefsson <simon@josefsson.org>.
18821
18822 2006-11-28  James Youngman <jay@gnu.org>
18823
18824         * README: Advise users that they might find the bug-gnulib@gnu.org
18825         and autotools-announce@gnu.org mailing lists useful.
18826
18827 2006-11-28  Bruno Haible  <bruno@clisp.org>
18828
18829         * m4/ptrdiff_max.m4: Remove file.
18830
18831 2006-11-21  Bruno Haible  <bruno@clisp.org>
18832
18833         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
18834         _AC_COMPUTE_INT.
18835         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18836         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
18837         _AC_COMPUTE_INT.
18838         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18839         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
18840         _AC_COMPUTE_INT.
18841         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18842
18843 2006-11-28  Jim Meyering  <jim@meyering.net>
18844
18845         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
18846         warning from "gcc -Wshadow" about shadowing the builtin.
18847
18848 2006-11-27  Bruno Haible  <bruno@clisp.org>
18849
18850         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
18851         _AC_COMPUTE_INT.
18852         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18853
18854 2006-11-27  Bruno Haible  <bruno@clisp.org>
18855             Paul Eggert  <eggert@cs.ucla.edu>
18856
18857         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
18858
18859 2006-11-26  Bruno Haible  <bruno@clisp.org>
18860
18861         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18862         noinst_LTLIBRARIES.
18863
18864 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18865             Bruno Haible  <bruno@clisp.org>
18866
18867         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
18868         if compiling with "gcc -ansi".
18869
18870 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18871
18872         Fix some incompatibilities with gcc -ansi -pedantic.
18873         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
18874         if compiling pedantically with GCC, unless it's C99 or later.
18875         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
18876         it mishandles gcc -ansi -pedantic as well.
18877         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
18878         if gcc -pedantic.
18879         * lib/regexec.c (check_node_accept_bytes): Don't use auto
18880         initializers for struct if -pedantic, unless it's C99 or later.
18881
18882 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
18883
18884         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
18885         Don't close an fd more than once. Identical atimes indicate
18886         success, not failure.
18887
18888 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
18889
18890         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
18891
18892 2006-11-23  Jim Meyering  <jim@meyering.net>
18893
18894         * build-aux/announce-gen: New file.  From coreutils.
18895
18896 2006-11-22  Jim Meyering  <jim@meyering.net>
18897
18898         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
18899         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
18900         (fts_read): Use a temporary to narrow the overused st_size member
18901         before using it in a switch statement.  Reported by Matthew Woehlke.
18902
18903         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
18904         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
18905
18906 2006-11-20  Bruno Haible  <bruno@clisp.org>
18907
18908         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
18909         changequote instead of pairs of brackets.
18910         Reported by Andreas Schwab <schwab@suse.de>.
18911
18912 2006-11-21  Jim Meyering  <jim@meyering.net>
18913
18914         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
18915         so as to remain compatible with older compilers.
18916         Patch from Michael Deutschmann.
18917
18918 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18919
18920         * MODULES.html.sh (File system functions): Add openat.
18921
18922         * lib/openat.h (rpl_fstatat): New macro, if
18923         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
18924         (fstatat): Define to rpl_fstatat under the same conditions,
18925         unless COMPILING_FSTATAT.
18926         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
18927         seems to have the bug.
18928         * lib/fstatat.c: New file.
18929         * modules/openat (Files): Add it.
18930
18931 2006-11-20  Bruno Haible  <bruno@clisp.org>
18932
18933         * Makefile: New file.
18934
18935 2006-11-20  Jim Meyering  <jim@meyering.net>
18936
18937         The beginnings of syntax-related checks for gnulib.
18938         * lib/Makefile: New file.
18939         * lib/t-idcache: New script.  Ensure that the two halves of
18940         idcache.c stay in sync.
18941
18942         * lib/idcache.c: Adjust comments in user- and group- portions to
18943         be more accurate, and to be consistent with one another.
18944
18945 2006-11-20  Jim Meyering  <jim@meyering.net>
18946
18947         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
18948         continue using the flexible array member (thus, this module performs
18949         half as many malloc calls), with the addition that...
18950         (getgroup, getuser): Consistently record a non-match via an empty
18951         "name" string, and map an empty string match to a NULL return value.
18952         * modules/idcache (Depends-on): Re-add flexmember.
18953
18954         * lib/idcache.c (getuser): Remove all uses of the register keyword.
18955         (getuidbyname, getgroup, getgidbyname): Likewise.
18956
18957         Use cleaner syntax: NULL rather than 0.
18958         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
18959
18960 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18961
18962         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
18963         It mishandled the case where the group was missing.
18964         Problem reported by Greg Schafer.
18965         * modules/idcache: Likewise.
18966
18967 2006-11-18  Jim Meyering  <jim@meyering.net>
18968
18969         * check-module (%exempt_header): Add exception for some
18970         conditionally-included headers.
18971
18972         * modules/i-ring (Depends-on): Add verify.
18973         (License): Change to LGPL.
18974
18975 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18976
18977         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
18978         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
18979         and inttostr.h.  Use snprintf rather than uinttostr, so that
18980         LGPLed code doesn't depend on GPLed.
18981
18982 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * modules/inline (License): Change from GPL to LGPL.
18985
18986 2006-11-17  Jim Meyering  <jim@meyering.net>
18987
18988         * modules/d-type (License): Switch to LGPL.
18989
18990 2006-11-15  Bruno Haible  <bruno@clisp.org>
18991
18992         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
18993
18994 2006-11-15  Eric Blake  <ebb9@byu.net>
18995
18996         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
18997         the module dependency.
18998
18999 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19000             Bruno Haible  <bruno@clisp.org>
19001
19002         * gnulib-tool (func_create_testdir): Add license consistency check.
19003
19004 2006-11-15  Eric Blake  <ebb9@byu.net>
19005
19006         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
19007         random "(cached)" in configure output.
19008
19009 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19010
19011         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
19012         test for conforming inttypes.h is both announced and cached.
19013
19014         * MODULES.html.sh (seen_modules, seen_files): New variables.
19015         (func_module): Rewrite to use a few less gnulib-tool and sed
19016         invocations.  Avoid a couple of quadratic algorithms for ...
19017         (missed_modules, missed_files): ... these, with ...
19018         (func_append, func_tmpdir): ... these new functions, from
19019         gnulib-tool.  Analogously, install traps for cleanup.
19020
19021         * tests/test-gc.c (main): Remove unused variables.
19022         * tests/test-read-file.c: Include stdlib.h, for 'free'.
19023
19024 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
19025
19026         * modules/inttostr (License): Change to LGPL.
19027
19028 2006-11-14  Eric Blake  <ebb9@byu.net>
19029
19030         * modules/tempname (License): Change to LGPL.
19031
19032 2006-11-14  Eric Blake  <ebb9@byu.net>
19033
19034         * doc/functions.texi (Function Portability): *printf functions on
19035         Cygwin now understand all POSIX size specifiers.
19036
19037 2006-11-14  Bruno Haible  <bruno@clisp.org>
19038
19039         * modules/c-ctype (License): Change to LGPL.
19040
19041 2006-11-12  Bruno Haible  <bruno@clisp.org>
19042
19043         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
19044         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
19045         for GNOME libraries, for which the include files are installed in
19046         subdirectories of $prefix/include.
19047
19048 2006-11-12  Bruno Haible  <bruno@clisp.org>
19049
19050         * m4/lib-link.m4: Require at least autoconf-2.54.
19051         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
19052         name to underscores for the --with option.
19053
19054 2006-11-13  Bruno Haible  <bruno@clisp.org>
19055
19056         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
19057         the tests directory.
19058         Reported by Ralf Wildenhues.
19059
19060 2006-11-13  Bruno Haible  <bruno@clisp.org>
19061
19062         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
19063         (func_emit_initmacro_end): Undo the override here.
19064         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
19065         Works around the famous automake error in coreutils.
19066
19067 2006-11-13  Eric Blake  <ebb9@byu.net>
19068
19069         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
19070         element, not its node.
19071
19072 2006-11-12  Bruno Haible  <bruno@clisp.org>
19073
19074         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
19075         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
19076
19077 2006-11-12  Bruno Haible  <bruno@clisp.org>
19078
19079         * gnulib-tool: New option --local-symlink.
19080         (func_usage): Document it.
19081         (lsymbolic): New variable.
19082         (func_import, func_create_testdir): If --symlink was not specified,
19083         test whether --local-symlink was specified and the file comes from
19084         the local_gnulib_dir.
19085
19086 2006-11-12  Bruno Haible  <bruno@clisp.org>
19087
19088         * gnulib-tool (func_ln): New function.
19089         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
19090
19091 2006-11-12  Bruno Haible  <bruno@clisp.org>
19092
19093         Finish support for source files in subdirectories.
19094         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
19095         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
19096         AUTOMAKE_OPTIONS.
19097         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
19098
19099 2006-11-12  Bruno Haible  <bruno@clisp.org>
19100
19101         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19102         EXTRA_lib_SOURCES augmentation.
19103         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
19104
19105 2006-11-12  Jim Meyering  <jim@meyering.net>
19106
19107         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
19108         file descriptors.  This also averts a failure on systems with
19109         native openat support when a traversed directory lacks "x" access.
19110         * lib/fts_.h: Include "i-ring.h"
19111         (struct FTS) [fts_fd_ring]: New member.
19112         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
19113         (FCHDIR): Add parentheses.
19114         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
19115         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
19116         When descending, rather than simply closing the previous
19117         fts_cwd_fd value, push that file descriptor onto the ring.
19118         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
19119         (fts_open): Initialize the new fd_ring member.
19120         (fts_close): Clear the ring.
19121         (fts_safe_changedir): When possible, use our new fd_ring to skip
19122         the diropen and fstat and dev/ino comparison that would normally
19123         accompany a virtual `chdir ("..")'.
19124
19125         * modules/fts (Depends-on): Add i-ring.
19126         * modules/i-ring: New module.
19127         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
19128         * m4/i-ring.m4: New file.
19129
19130 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19131
19132         * gnulib-tool (func_create_testdir): Fix replacement of
19133         `build-aux' in configure.ac.  Run autotools in gltests
19134         subdirectory.
19135         (func_create_testdir, func_create_megatestdir, test): There is
19136         no need for '--force' in most autotool invocations in a new
19137         tree.  Actually fail the whole test if any of the tools, or the
19138         configure or make stages fail.
19139
19140         Sync from Automake.
19141         * build-aux/gnupload: Revert last change.  Add pointer to upload
19142         instructions of the GNU Maintenance Instructions.
19143         Suggestion by Karl Berry.
19144
19145 2006-11-10  Jim Meyering  <jim@meyering.net>
19146
19147         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
19148
19149 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19150
19151         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
19152         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
19153         (bind_textdomain_codeset) [! ENABLE_NLS]:
19154         Evaluate all the arguments.  That way, callers get compatible behavior
19155         if the arguments have side effects.  Also, it avoids some GCC
19156         diagnostics in some cases; Joel E. Denny reported problems when Bison
19157         was configured with --enable-gcc-warnigs.
19158
19159 2006-11-10  Jim Meyering  <jim@meyering.net>
19160
19161         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
19162         relevant options in CFLAGS (like -O, -fno-inline) are taken into
19163         account.
19164
19165 2006-11-10  Jim Meyering  <jim@meyering.net>
19166
19167         * modules/inline: New file/module.
19168         * modules/xalloc (Files): Remove m4/inline.m4.
19169         (Depends-on): Add inline, instead.
19170         * modules/oset: Likewise.
19171         * modules/list: Likewise.
19172
19173 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
19176         Problem reported by Matthew Woehlke.
19177
19178 2006-11-09  Bruno Haible  <bruno@clisp.org>
19179
19180         * lib/tempname.c (gen_tempname): Remove variant that invokes
19181         __gen_tempname.
19182         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
19183         __gen_tempname.
19184
19185 2006-11-08  Bruno Haible  <bruno@clisp.org>
19186
19187         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
19188         to 'yes' instead of 'cross-compiling'.
19189
19190 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
19191
19192         * lib/quotearg.h (quotearg_free): New decl.
19193         * lib/quotearg.c (quotearg_free): New function.
19194         (slot0, nslots, slotvec0, slotvec):
19195         Now file-scope so that quotearg_free can get at them.
19196
19197 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19198
19199         Sync from Automake.
19200         * build-aux/gnupload: Add missing 'gnu' to example URL.
19201         Report by Karl Berry.
19202
19203 2006-11-08  Bruno Haible  <bruno@clisp.org>
19204
19205         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
19206         Suggested by Paul Eggert.
19207
19208 2006-11-08  Jim Meyering  <jim@meyering.net>
19209
19210         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
19211         It's already included if !_LIBC.
19212         (fts_safe_changedir): Add a comment.
19213
19214 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19215
19216         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
19217         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
19218         Matthew Woehlke.
19219
19220         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
19221         definitions up, to avoid colliding with change below.
19222         (static_inline) [HAVE_INLINE]: New macro.
19223         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
19224         Provide extern decls when !HAVE_INLINE.  Do not define unless
19225         static_inline is defined, either by us or by xmalloc.c.  Use
19226         static_inline rather than static inline.
19227         (XCALLOC): Optimize sizeof(T) = 1 case.
19228         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
19229
19230 2006-11-07  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
19233         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
19234         AC_C_INLINE.
19235         * modules/xalloc (Files): Add m4/inline.m4.
19236
19237 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19238
19239         * README: Fix typo.
19240         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
19241         (Miscellanous Notes): ...from this.
19242
19243 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19244
19245         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
19246         Mention that offsetof should be used instead of sizeof.
19247         From Bruno Haible.
19248
19249 2006-11-07  Bruno Haible  <bruno@clisp.org>
19250
19251         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
19252
19253 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19254
19255         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19256         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
19257         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19258         (gl_tree_add_before, gl_tree_add_after):
19259         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
19260         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
19261         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
19262         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
19263         (gl_linked_add_after, gl_linked_add_at): Likewise.
19264         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
19265         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19266         (gl_tree_add_before, gl_tree_add_after): Likewise.
19267         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
19268         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
19269         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
19270
19271 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19272
19273         * lib/gl_oset.h: Use C comment style, not C++ comment style.
19274
19275 2006-11-06  Bruno Haible  <bruno@clisp.org>
19276
19277         * m4/inline.m4: New file.
19278         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
19279         * modules/list (Files): Add m4/inline.m4.
19280         * modules/oset (Files): Likewise.
19281
19282 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19283
19284         * lib/idcache.c: Include <stddef.h>, for offsetof.
19285         (struct userid.name): Change from char * to a flexible array member.
19286         All uses changed.
19287         * modules/idcache (Depends-on): Add flexmember.
19288
19289         * MODULES.html.sh (Core language properties): New module flexmember.
19290         * modules/flexmember, m4/flexmember.m4: New files.
19291
19292         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
19293         inline functions that are identical with the old xnmalloc_inline,
19294         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
19295         that we can avoid some unnecessary integer multiplications and
19296         divisions in the common case where the element size is known at
19297         compile time.
19298         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
19299         needed.
19300         (xnboundedmalloc): Remove.
19301         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
19302         arguments, for consistency with rest of this header.
19303         (xcharalloc): Rewrite using XNMALLOC.
19304         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
19305         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
19306         versions have been moved to lib/xalloc.h and renamed to be the
19307         non-*_inline versions.
19308         (xmalloc, xrealloc): Implement without reference to the xnmalloc
19309         and xnrealloc functions, since those functions are now inline and
19310         now call us.
19311         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
19312         renaming described above.
19313         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
19314         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
19315         captures the dependency in AC_C_INLINE.
19316
19317         New module canonicalize-lgpl, proposed by Charles Wilson in
19318         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
19319         with a few small changes afterwards.
19320         * MODULES.html.sh (File system functions): New module
19321         canonicalize-lgpl.
19322         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
19323         and canonicalize_file_name.
19324         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
19325         * modules/canonicalize-lgpl: New files.
19326
19327 2006-11-05  Bruno Haible  <bruno@clisp.org>
19328
19329         * gnulib-tool (func_import, func_create_testdir): Create directories
19330         also for files in subdirectories of lib/.
19331
19332 2006-11-05  Bruno Haible  <bruno@clisp.org>
19333
19334         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
19335         ANSI C compliant.
19336
19337 2006-11-03  Bruno Haible  <bruno@clisp.org>
19338
19339         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19340         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
19341         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
19342         (xnboundedmalloc): New inline function.
19343         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
19344         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
19345         xmalloc.
19346         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
19347         xmalloc.
19348         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
19349         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
19350         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
19351         xmalloc.
19352         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19353         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
19354         xmalloc.
19355         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
19356         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19357         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
19358         xmalloc.
19359         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19360         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
19361         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19362         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
19363         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
19364         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
19365         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
19366
19367 2006-11-03  Bruno Haible  <bruno@clisp.org>
19368
19369         * lib/c-ctype.h [C++]: Define functions without name mangling.
19370         * lib/fwriteerror.h [C++]: Likewise.
19371         * lib/gcd.h [C++]: Likewise.
19372         * lib/linebreak.h [C++]: Likewise.
19373
19374 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19375
19376         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
19377         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
19378         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
19379         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19380         Check for functions and headers just once.
19381         Check for declaration of canonicalize_file_name.
19382         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
19383
19384 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19385
19386         * gnulib-tool (func_import): Fix typo in actioncmd.
19387
19388 2006-11-02  Bruno Haible  <bruno@clisp.org>
19389
19390         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
19391         newline sequence in the Makefile.am snippet as a space, like "make"
19392         does.
19393         Reported by Roger Persson <perrog@gmail.com>.
19394
19395 2006-11-01  Bruno Haible  <bruno@clisp.org>
19396
19397         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
19398         already declared in <string.h>.
19399         * lib/strcase.h (strncasecmp): Don't declare it if yes.
19400
19401 2006-11-01  Bruno Haible  <bruno@clisp.org>
19402
19403         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
19404         * lib/strcase.h: Include <string.h>.
19405         (strcasecmp): Define to rpl_strcasecmp here.
19406
19407 2006-11-01  Bruno Haible  <bruno@clisp.org>
19408
19409         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
19410
19411 2006-11-01  Eric Blake  <ebb9@byu.net>
19412
19413         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
19414
19415         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
19416
19417 2006-10-29  Bruno Haible  <bruno@clisp.org>
19418
19419         Make it compile in C++ mode.
19420         * lib/full-write.c (full_rw): Add a cast.
19421
19422 2006-11-01  Bruno Haible  <bruno@clisp.org>
19423
19424         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
19425         be POSIX compliant.
19426         Reported by Roger Persson <perrog@gmail.com>.
19427
19428 2006-11-01  Eric Blake  <ebb9@byu.net>
19429
19430         * lib/getopt_.h: Fix comments.
19431
19432 2006-10-31  Eric Blake  <ebb9@byu.net>
19433
19434         * modules/tmpdir (Depends-on): Add sys_stat.
19435         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
19436         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
19437         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
19438         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
19439         tempname.
19440
19441 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
19442
19443         Avoid some C++ diagnostics reported by Bruno Haible.
19444         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
19445         xmalloc.
19446         (quotearg_alloc): Use xcharalloc rather than xmalloc.
19447         (struct slotvec): Move to top level.
19448         (quotearg_n_options): Rewrite to avoid xmalloc.
19449         * lib/xalloc.h (xcharalloc): New function.
19450         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
19451         [defined __cplusplus]: Add function template that provides result
19452         type propagation.  This part of the change is from Bruno Haible.
19453
19454 2006-10-29  Bruno Haible  <bruno@clisp.org>
19455
19456         Make it compile in C++ mode.
19457         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
19458         * lib/strnlen1.c (strnlen1): Cast memchr result.
19459         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
19460         * lib/clean-temp.c (string_equals, string_hash): Add casts.
19461         (create_temp_dir): Rename local variable 'template'.
19462         (compile_csharp_using_sscli): Add cast.
19463         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
19464         * lib/findprog.c (find_in_path): Likewise.
19465         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
19466         * lib/wait-process.c (register_slave_subprocess): Likewise.
19467
19468 2006-10-22  Bruno Haible  <bruno@clisp.org>
19469
19470         * modules/tsearch: New file.
19471         * lib/tsearch.h: New file.
19472         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
19473         * m4/tsearch.m4: New file.
19474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
19475
19476 2006-10-29  Eric Blake  <ebb9@byu.net>
19477
19478         * lib/arcfour.c: Assume config.h.
19479         * lib/arctwo.c: Likewise.
19480         * lib/base64.c: Likewise.
19481         * lib/check-version.c: Likewise.
19482         * lib/crc.c: Likewise.
19483         * lib/des.c: Likewise.
19484         * lib/gc-gnulib.c: Likewise.
19485         * lib/gc-libgcrypt.c: Likewise.
19486         * lib/gc-pbkdf2-sha1.c: Likewise.
19487         * lib/getaddrinfo.c: Likewise.
19488         * lib/getdelim.c: Likewise.
19489         * lib/getline.c: Likewise.
19490         * lib/hmac-md5.c: Likewise.
19491         * lib/hmac-sha1.c: Likewise.
19492         * lib/iconvme.c: Likewise.
19493         * lib/md2.c: Likewise.
19494         * lib/md4.c: Likewise.
19495         * lib/memxor.c: Likewise.
19496         * lib/read-file.c: Likewise.
19497         * lib/readline.c: Likewise.
19498         * lib/rijndael-alg-fst.c: Likewise.
19499         * lib/rijndael-api-fst.c: Likewise.
19500         * lib/xgetdomainname.c: Likewise.
19501
19502 2006-10-28  Eric Blake  <ebb9@byu.net>
19503
19504         * lib/xstrndup.c: Assume config.h.
19505
19506 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19507
19508         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
19509         stat-macros.h is now for our own macros, whereas stat_h is for
19510         macros in the <sys/stat.h> name space.
19511         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
19512         (STAT_MACROS_H): Remove.
19513         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
19514         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
19515         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
19516         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
19517         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
19518         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
19519         Move these macros to ...
19520         * lib/stat_.h: here.  Don't include stat-macros.h.
19521         * lib/canonicalize.c: Don't include stat-macros.h.
19522         * lib/chown.c: Likewise.
19523         * lib/euidaccess.c: Likewise.
19524         * lib/file-type.c: Likewise.
19525         * lib/filemode.c: Likewise.
19526         * lib/glob.c: Likewise.
19527         * lib/isapipe.c: Likewise.
19528         * lib/lchown.c: Likewise.
19529         * lib/lstat.c: Likewise.
19530         * lib/mkdir-p.c: Likewise.
19531         * lib/rmdir.c: Likewise.
19532         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
19533         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
19534         unless mkdir isn't declared, to speed up 'configure'.
19535         Always create sys/stat.h, since it's unlikely any real sys/stat.h
19536         would define all the S_* symbols.
19537         * modules/canonicalize (Depends-on):
19538         Depend on sys_stat, not stat-macros.
19539         * modules/chown: Likewise.
19540         * modules/euidaccess: Likewise.
19541         * modules/filemode: Likewise.
19542         * modules/file-type: Likewise.
19543         * modules/glob: Likewise.
19544         * modules/isapipe: Likewise.
19545         * modules/lchown: Likewise.
19546         * modules/lstat: Likewise.
19547         * modules/mkancesdirs: Likewise.
19548         * modules/rmdir: Likewise.
19549         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
19550         * modules/modechange: Likewise.
19551         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
19552         (configure.ac): Remove gl_STAT_MACROS.
19553         * modules/sys_stat (Depends-on): Remove stat-macros.
19554
19555 2006-10-27  Bruno Haible  <bruno@clisp.org>
19556
19557         * m4/signed.m4: Remove file.
19558         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
19559         invocation.
19560         * modules/vasnprintf (Files): Remove m4/signed.m4.
19561
19562 2006-10-27  Bruno Haible  <bruno@clisp.org>
19563
19564         Update to GNU gettext 0.16.
19565         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
19566         m4/inttypes-h.m4, m4/signed.m4.
19567         * m4/gettext.m4: Update to GNU gettext 0.16.
19568         * m4/intl.m4: New file, from GNU gettext.
19569         * m4/intldir.m4: New file, from GNU gettext.
19570         * config/srclist.txt: Update
19571
19572 2006-10-27  Eric Blake  <ebb9@byu.net>
19573
19574         * MODULES.html.sh: Document tempname.
19575         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
19576         dependencies.
19577         (Files): Move lib/tempname.c...
19578         * modules/tempname: ...to this new module.
19579         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
19580         (gl_PREREQ_TEMPNAME): Move...
19581         * m4/tempname.m4: ...to this new file.
19582         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
19583         * modules/sys_stat (Depends-on): Add stat-macros.
19584         * lib/stat_.h (includes): Pick up stat macros.
19585         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
19586         if stat macros are broken.
19587         * lib/tempname.c (includes): No need to include "stat-macros.h".
19588         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
19589         (direxists, __path_search) [!_LIBC]: Don't compile these in
19590         gnulib; the tmpdir module covers that.
19591         * lib/tempname.h: New file.
19592
19593 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * COPYING: Explain how gnulib-tool converts licence headers.
19596         Almost all wording by Eric Blake.
19597
19598 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
19599
19600         * lib/mbchar.h (is_basic_table): Make read-only.
19601         * lib/mbchar.c (is_basic_table): Likewise.
19602         Reported by John Darrington.
19603
19604 2006-10-25  Bruno Haible  <bruno@clisp.org>
19605
19606         * lib/progname.h (set_program_name): Undefine before defining.
19607
19608 2006-10-25  Bruno Haible  <bruno@clisp.org>
19609
19610         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
19611         false for non-gcc C++ compilers.
19612         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
19613
19614 2006-10-24  Bruno Haible  <bruno@clisp.org>
19615
19616         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
19617         iconv implementations like Irix iconv.
19618
19619 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         * modules/vararrays: New file.
19622         * m4/vararrays.m4: New file, taken from diffutils.
19623         * MODULES.html.sh: New module vararrays.
19624
19625 2006-10-24  Karl Berry  <karl@gnu.org>
19626
19627         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
19628         Don't call GNU Unix.
19629
19630 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19631
19632         * users.txt: Add Libtool.
19633
19634         Sync from Libtool:
19635
19636         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
19639         to gnulib's policy of including config.h unconditionally.
19640
19641 2006-10-24  Bruno Haible  <bruno@clisp.org>
19642
19643         * modules/wcwidth (Files): Add m4/wint_t.m4.
19644         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
19645         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
19646
19647 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
19650         to pacify GCC with some -W flags enabled.  Problem reported by
19651         Bruno Haible.
19652
19653 2006-10-24  Jim Meyering  <jim@meyering.net>
19654
19655         * MODULES.html.sh: Remove uinttostr.  It's not a module.
19656         Reported by Karl Berry.
19657
19658 2006-10-23  Bruno Haible  <bruno@clisp.org>
19659
19660         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
19661
19662 2006-10-24  Bruno Haible  <bruno@clisp.org>
19663
19664         * lib/gl_list.h: Use C comment style, not C++ comment style.
19665
19666 2006-10-23  Eric Blake  <ebb9@byu.net>
19667
19668         * lib/getaddrinfo.c (includes): Add missing include.
19669
19670 2006-10-23  Bruno Haible  <bruno@clisp.org>
19671             Paul Eggert  <eggert@cs.ucla.edu>
19672
19673         Ability to rename obstack_free.
19674         * lib/obstack.h (__obstack_free): New macro. Declare instead of
19675         obstack_free.
19676         (obstack_free): Invoke the __obstack_free macro.
19677         * lib/obstack.c (obstack_free): Use __obstack_free macro.
19678
19679 2006-10-23  Bruno Haible  <bruno@clisp.org>
19680             Paul Eggert  <eggert@cs.ucla.edu>
19681
19682         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
19683         __argc, __argv from the declaration. (They are defined as macros on
19684         mingw.)
19685
19686 2006-10-22  Bruno Haible  <bruno@clisp.org>
19687
19688         * doc/gnulib-intro.texi: New file.
19689         * doc/gnulib.texi: Include it.
19690
19691 2006-10-21  Bruno Haible  <bruno@clisp.org>
19692
19693         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
19694         "Introduction", "Miscellanous Notes", "Particular Modules".
19695
19696 2006-10-21  Bruno Haible  <bruno@clisp.org>
19697
19698         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19699         Change mostlyclean-local rule to avoid sh syntax error from bash
19700         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
19701
19702 2006-10-23  Jim Meyering  <jim@meyering.net>
19703
19704         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
19705         in place of snprintf.
19706
19707         * modules/inttostr (Files): Add lib/uinttostr.c.
19708         * lib/uinttostr.c (inttostr): New file/function.
19709         * lib/inttostr.h (uinttostr): Declare.
19710         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
19711         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
19712         Add uinttostr.
19713         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
19714
19715 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
19716
19717         * lib/canonicalize.c (ELOOP): Define if not already defined.
19718         Problem reported by Bruno Haible in
19719         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
19720
19721 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
19722
19723         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
19724         Problem reported by Perry Smith and Ville Laurikari.
19725
19726         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
19727         uses.
19728
19729 2006-10-19  Bruno Haible  <bruno@clisp.org>
19730
19731         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
19732         for mingw.
19733
19734 2006-10-19  Bruno Haible  <bruno@clisp.org>
19735
19736         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
19737         Needed for mingw.
19738
19739 2006-10-19  Bruno Haible  <bruno@clisp.org>
19740
19741         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
19742
19743 2006-10-19  Bruno Haible  <bruno@clisp.org>
19744
19745         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
19746         it.
19747
19748 2006-10-19  Bruno Haible  <bruno@clisp.org>
19749
19750         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
19751         invocation.
19752
19753 2006-10-19  Bruno Haible  <bruno@clisp.org>
19754
19755         * gnulib-tool (func_create_testdir): Don't include ftruncate and
19756         mountlist by default.
19757
19758 2006-10-16  Bruno Haible  <bruno@clisp.org>
19759
19760         * lib/c-strstr.c: Include c-strstr.h.
19761
19762 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19763
19764         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
19765         in a slash.
19766
19767 2006-10-18  Bruno Haible  <bruno@clisp.org>
19768
19769         * lib/lock.h [C++]: Wrap definitions in extern "C".
19770
19771 2006-10-18  Bruno Haible  <bruno@clisp.org>
19772
19773         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
19774         gl_LIBOBJS list.
19775
19776 2006-10-18  Bruno Haible  <bruno@clisp.org>
19777
19778         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
19779
19780 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
19781
19782         * lib/xstrtol.h: Include gettext.h.
19783         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
19784         Problem reported by Eric Blake.
19785         * modules/xstrtol (Depends-on): Add gettext-h.
19786
19787 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
19788
19789         * lib/strftime.c (advance): New macro.
19790         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
19791         incomplete type, so you can't add 0 to it.  Problem and patch
19792         reported by Eelco Dolstra for dietlibc.
19793
19794 2006-10-18  Jim Meyering  <jim@meyering.net>
19795
19796         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
19797         type for a local, and rename it: s/up/user_proc/.
19798
19799 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
19800
19801         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
19802         READ_UTMP_USER_PROCESS.
19803         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
19804
19805 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
19808         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
19809
19810 2006-10-17  Eric Blake  <ebb9@byu.net>
19811
19812         * lib/sigprocmask.c (sigprocmask): Fix typo.
19813
19814         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
19815
19816         * modules/clean-temp (Makefile.am): Don't add to make output...
19817         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
19818         config.h.
19819
19820 2006-10-17  Bruno Haible  <bruno@clisp.org>
19821
19822         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
19823         differently if DEFAULT_TEXT_DOMAIN is set.
19824
19825 2006-10-16  Bruno Haible  <bruno@clisp.org>
19826
19827         * lib/clean-temp.c: Include fwriteerror.h.
19828
19829 2006-10-16  Bruno Haible  <bruno@clisp.org>
19830
19831         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
19832
19833 2006-10-16  Bruno Haible  <bruno@clisp.org>
19834
19835         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
19836         * lib/sigprocmask.h: Include <sys/types.h>.
19837         (sigset_t): Use the system's definition if present.
19838
19839 2006-10-17  Eric Blake  <ebb9@byu.net>
19840
19841         * lib/xvasprintf.c (includes): Assume config.h.
19842         * lib/xasprintf.c (includes): Likewise.
19843
19844 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19845
19846         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
19847         at least as wide as intmax_t.
19848
19849 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
19850
19851         (Imported from Automake.)
19852         * build-aux/gnupload: Update to version 1.1 of directive file.
19853
19854 2006-10-16  Eric Blake  <ebb9@byu.net>
19855
19856         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
19857         match Automake 1.10a.
19858
19859 2006-10-14  Bruno Haible  <bruno@clisp.org>
19860
19861         * modules/sigprocmask: New file.
19862         * lib/sigprocmask.h: New file.
19863         * lib/sigprocmask.c: New file.
19864         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
19865         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
19866         request sigprocmask.o.
19867         (gl_PREREQ_SIGPROCMASK): New macro.
19868         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
19869         (Depends-on): Add sigprocmask.
19870         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
19871         gt_SIGNALBLOCKING. Test for 'raise' only once.
19872         * lib/fatal-signal.c: Include sigprocmask.h.
19873         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
19874         unblock_fatal_signals): Define always.
19875         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19876         sigprocmask.
19877
19878 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19879
19880         Sync from Automake.
19881         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
19882         which incorrectly sets the mode of an existing destination
19883         directory.  In some cases the unpatched install-sh could do the
19884         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
19885         system.  We hope this is rare in practice, but it's clearly worth
19886         fixing.  Problem reported by Alex Unleashed in
19887         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
19888         Also, don't bother to check for -m bugs unless we're using -m;
19889         suggested by Stepan Kasal.
19890
19891 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19892
19893         Sync from Automake.
19894         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
19895         `-c' flag, so they appear at the same position as in %FASTDEP%
19896         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
19897         which ignores unknown options only after the first non-option.
19898         Bug report against M4 by Nelson H. F. Beebe.
19899
19900 2006-10-13  Jim Meyering  <jim@meyering.net>
19901
19902         Fix a bug in yesterday's change.
19903         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
19904         p->fts_statp->st_dev would be used uninitialized.
19905         Ensures that we always call fts_stat on the very first entry.
19906         Miklos Szeredi reported that find -xdev stopped working.
19907
19908 2006-10-12  Bruno Haible  <bruno@clisp.org>
19909
19910         * gnulib-tool (func_get_automake_snippet): Append an automatically
19911         computed EXTRA_DIST augmentation.
19912         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
19913         * modules/alloca-opt (Makefile.am): Likewise.
19914         * modules/allocsa (Makefile.am): Likewise.
19915         * modules/arcfour (Makefile.am): Likewise.
19916         * modules/arctwo (Makefile.am): Likewise.
19917         * modules/argmatch (Makefile.am): Likewise.
19918         * modules/argz (Makefile.am): Likewise.
19919         * modules/atexit (Makefile.am): Likewise.
19920         * modules/backupfile (Makefile.am): Likewise.
19921         * modules/byteswap (Makefile.am): Likewise.
19922         * modules/c-strtod (Makefile.am): Likewise.
19923         * modules/c-strtold (Makefile.am): Likewise.
19924         * modules/calloc (Makefile.am): Likewise.
19925         * modules/canon-host (Makefile.am): Likewise.
19926         * modules/canonicalize (Makefile.am): Likewise.
19927         * modules/chdir-long (Makefile.am): Likewise.
19928         * modules/chdir-safer (Makefile.am): Likewise.
19929         * modules/check-version (Makefile.am): Likewise.
19930         * modules/chown (Makefile.am): Likewise.
19931         * modules/cloexec (Makefile.am): Likewise.
19932         * modules/close-stream (Makefile.am): Likewise.
19933         * modules/closeout (Makefile.am): Likewise.
19934         * modules/crc (Makefile.am): Likewise.
19935         * modules/csharpexec (Makefile.am): Likewise.
19936         * modules/cycle-check (Makefile.am): Likewise.
19937         * modules/des (Makefile.am): Likewise.
19938         * modules/dev-ino (Makefile.am): Likewise.
19939         * modules/dirfd (Makefile.am): Likewise.
19940         * modules/dirname (Makefile.am): Likewise.
19941         * modules/dup2 (Makefile.am): Likewise.
19942         * modules/eealloc (Makefile.am): Likewise.
19943         * modules/error (Makefile.am): Likewise.
19944         * modules/euidaccess (Makefile.am): Likewise.
19945         * modules/exclude (Makefile.am): Likewise.
19946         * modules/exitfail (Makefile.am): Likewise.
19947         * modules/fcntl-safer (Makefile.am): Likewise.
19948         * modules/fcntl (Makefile.am): Likewise.
19949         * modules/file-type (Makefile.am): Likewise.
19950         * modules/fileblocks (Makefile.am): Likewise.
19951         * modules/filemode (Makefile.am): Likewise.
19952         * modules/filenamecat (Makefile.am): Likewise.
19953         * modules/fnmatch (Makefile.am): Likewise.
19954         * modules/fopen-safer (Makefile.am): Likewise.
19955         * modules/fpending (Makefile.am): Likewise.
19956         * modules/fprintftime (Makefile.am): Likewise.
19957         * modules/free (Makefile.am): Likewise.
19958         * modules/fsusage (Makefile.am): Likewise.
19959         * modules/ftruncate (Makefile.am): Likewise.
19960         * modules/fts (Makefile.am): Likewise.
19961         * modules/gc-arcfour (Makefile.am): Likewise.
19962         * modules/gc-des (Makefile.am): Likewise.
19963         * modules/gc-hmac-md5 (Makefile.am): Likewise.
19964         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
19965         * modules/gc-md4 (Makefile.am): Likewise.
19966         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
19967         * modules/gc-sha1 (Makefile.am): Likewise.
19968         * modules/gc (Makefile.am): Likewise.
19969         * modules/getaddrinfo (Makefile.am): Likewise.
19970         * modules/getcwd (Makefile.am): Likewise.
19971         * modules/getdelim (Makefile.am): Likewise.
19972         * modules/getdomainname (Makefile.am): Likewise.
19973         * modules/getgroups (Makefile.am): Likewise.
19974         * modules/gethostname (Makefile.am): Likewise.
19975         * modules/gethrxtime (Makefile.am): Likewise.
19976         * modules/getline (Makefile.am): Likewise.
19977         * modules/getloadavg (Makefile.am): Likewise.
19978         * modules/getlogin_r (Makefile.am): Likewise.
19979         * modules/getndelim2 (Makefile.am): Likewise.
19980         * modules/getopt (Makefile.am): Likewise.
19981         * modules/getpagesize (Makefile.am): Likewise.
19982         * modules/getpass-gnu (Makefile.am): Likewise.
19983         * modules/getpass (Makefile.am): Likewise.
19984         * modules/getsubopt (Makefile.am): Likewise.
19985         * modules/gettime (Makefile.am): Likewise.
19986         * modules/gettimeofday (Makefile.am): Likewise.
19987         * modules/getugroups (Makefile.am): Likewise.
19988         * modules/getusershell (Makefile.am): Likewise.
19989         * modules/glob (Makefile.am): Likewise.
19990         * modules/group-member (Makefile.am): Likewise.
19991         * modules/hard-locale (Makefile.am): Likewise.
19992         * modules/hash (Makefile.am): Likewise.
19993         * modules/hmac-md5 (Makefile.am): Likewise.
19994         * modules/hmac-sha1 (Makefile.am): Likewise.
19995         * modules/human (Makefile.am): Likewise.
19996         * modules/idcache (Makefile.am): Likewise.
19997         * modules/imaxabs (Makefile.am): Likewise.
19998         * modules/imaxdiv (Makefile.am): Likewise.
19999         * modules/inet_ntop (Makefile.am): Likewise.
20000         * modules/inet_pton (Makefile.am): Likewise.
20001         * modules/intprops (Makefile.am): Likewise.
20002         * modules/inttostr (Makefile.am): Likewise.
20003         * modules/inttypes (Makefile.am): Likewise.
20004         * modules/isapipe (Makefile.am): Likewise.
20005         * modules/javaversion (Makefile.am): Likewise.
20006         * modules/lchmod (Makefile.am): Likewise.
20007         * modules/lchown (Makefile.am): Likewise.
20008         * modules/localcharset (Makefile.am): Likewise.
20009         * modules/long-options (Makefile.am): Likewise.
20010         * modules/lstat (Makefile.am): Likewise.
20011         * modules/malloc (Makefile.am): Likewise.
20012         * modules/mathl (Makefile.am): Likewise.
20013         * modules/mbchar (Makefile.am): Likewise.
20014         * modules/md2 (Makefile.am): Likewise.
20015         * modules/md4 (Makefile.am): Likewise.
20016         * modules/md5 (Makefile.am): Likewise.
20017         * modules/memcasecmp (Makefile.am): Likewise.
20018         * modules/memchr (Makefile.am): Likewise.
20019         * modules/memcmp (Makefile.am): Likewise.
20020         * modules/memcoll (Makefile.am): Likewise.
20021         * modules/memcpy (Makefile.am): Likewise.
20022         * modules/memmem (Makefile.am): Likewise.
20023         * modules/memmove (Makefile.am): Likewise.
20024         * modules/mempcpy (Makefile.am): Likewise.
20025         * modules/memrchr (Makefile.am): Likewise.
20026         * modules/memset (Makefile.am): Likewise.
20027         * modules/memxor (Makefile.am): Likewise.
20028         * modules/mkancesdirs (Makefile.am): Likewise.
20029         * modules/mkdir-p (Makefile.am): Likewise.
20030         * modules/mkdir (Makefile.am): Likewise.
20031         * modules/mkdtemp (Makefile.am): Likewise.
20032         * modules/mkstemp (Makefile.am): Likewise.
20033         * modules/mktime (Makefile.am): Likewise.
20034         * modules/modechange (Makefile.am): Likewise.
20035         * modules/mountlist (Makefile.am): Likewise.
20036         * modules/nanosleep (Makefile.am): Likewise.
20037         * modules/obstack (Makefile.am): Likewise.
20038         * modules/openat (Makefile.am): Likewise.
20039         * modules/pagealign_alloc (Makefile.am): Likewise.
20040         * modules/pathmax (Makefile.am): Likewise.
20041         * modules/physmem (Makefile.am): Likewise.
20042         * modules/poll (Makefile.am): Likewise.
20043         * modules/posixtm (Makefile.am): Likewise.
20044         * modules/posixver (Makefile.am): Likewise.
20045         * modules/putenv (Makefile.am): Likewise.
20046         * modules/quote (Makefile.am): Likewise.
20047         * modules/quotearg (Makefile.am): Likewise.
20048         * modules/raise (Makefile.am): Likewise.
20049         * modules/read-file (Makefile.am): Likewise.
20050         * modules/readline (Makefile.am): Likewise.
20051         * modules/readlink (Makefile.am): Likewise.
20052         * modules/readtokens (Makefile.am): Likewise.
20053         * modules/readutmp (Makefile.am): Likewise.
20054         * modules/realloc (Makefile.am): Likewise.
20055         * modules/regex (Makefile.am): Likewise.
20056         * modules/rename-dest-slash (Makefile.am): Likewise.
20057         * modules/rename (Makefile.am): Likewise.
20058         * modules/rijndael (Makefile.am): Likewise.
20059         * modules/rmdir (Makefile.am): Likewise.
20060         * modules/rpmatch (Makefile.am): Likewise.
20061         * modules/safe-read (Makefile.am): Likewise.
20062         * modules/safe-write (Makefile.am): Likewise.
20063         * modules/same-inode (Makefile.am): Likewise.
20064         * modules/same (Makefile.am): Likewise.
20065         * modules/save-cwd (Makefile.am): Likewise.
20066         * modules/savedir (Makefile.am): Likewise.
20067         * modules/setenv (Makefile.am): Likewise.
20068         * modules/settime (Makefile.am): Likewise.
20069         * modules/sha1 (Makefile.am): Likewise.
20070         * modules/sig2str (Makefile.am): Likewise.
20071         * modules/snprintf (Makefile.am): Likewise.
20072         * modules/stat-macros (Makefile.am): Likewise.
20073         * modules/stat-time (Makefile.am): Likewise.
20074         * modules/stdbool (Makefile.am): Likewise.
20075         * modules/stdint (Makefile.am): Likewise.
20076         * modules/stdlib-safer (Makefile.am): Likewise.
20077         * modules/stpcpy (Makefile.am): Likewise.
20078         * modules/stpncpy (Makefile.am): Likewise.
20079         * modules/strcase (Makefile.am): Likewise.
20080         * modules/strcasestr (Makefile.am): Likewise.
20081         * modules/strchrnul (Makefile.am): Likewise.
20082         * modules/strcspn (Makefile.am): Likewise.
20083         * modules/strdup (Makefile.am): Likewise.
20084         * modules/strerror (Makefile.am): Likewise.
20085         * modules/strftime (Makefile.am): Likewise.
20086         * modules/strndup (Makefile.am): Likewise.
20087         * modules/strnlen (Makefile.am): Likewise.
20088         * modules/strpbrk (Makefile.am): Likewise.
20089         * modules/strsep (Makefile.am): Likewise.
20090         * modules/strstr (Makefile.am): Likewise.
20091         * modules/strtod (Makefile.am): Likewise.
20092         * modules/strtoimax (Makefile.am): Likewise.
20093         * modules/strtok_r (Makefile.am): Likewise.
20094         * modules/strtol (Makefile.am): Likewise.
20095         * modules/strtoll (Makefile.am): Likewise.
20096         * modules/strtoul (Makefile.am): Likewise.
20097         * modules/strtoull (Makefile.am): Likewise.
20098         * modules/strtoumax (Makefile.am): Likewise.
20099         * modules/strverscmp (Makefile.am): Likewise.
20100         * modules/sys_socket (Makefile.am): Likewise.
20101         * modules/sys_stat (Makefile.am): Likewise.
20102         * modules/sysexits (Makefile.am): Likewise.
20103         * modules/time_r (Makefile.am): Likewise.
20104         * modules/timegm (Makefile.am): Likewise.
20105         * modules/timespec (Makefile.am): Likewise.
20106         * modules/tmpfile-safer (Makefile.am): Likewise.
20107         * modules/trim (Makefile.am): Likewise.
20108         * modules/unistd-safer (Makefile.am): Likewise.
20109         * modules/unlinkdir (Makefile.am): Likewise.
20110         * modules/unlocked-io (Makefile.am): Likewise.
20111         * modules/userspec (Makefile.am): Likewise.
20112         * modules/utime (Makefile.am): Likewise.
20113         * modules/utimecmp (Makefile.am): Likewise.
20114         * modules/utimens (Makefile.am): Likewise.
20115         * modules/vasnprintf (Makefile.am): Likewise.
20116         * modules/vasprintf (Makefile.am): Likewise.
20117         * modules/vsnprintf (Makefile.am): Likewise.
20118         * modules/xalloc (Makefile.am): Likewise.
20119         * modules/xgetcwd (Makefile.am): Likewise.
20120         * modules/xnanosleep (Makefile.am): Likewise.
20121         * modules/xreadlink (Makefile.am): Likewise.
20122         * modules/xstrtod (Makefile.am): Likewise.
20123         * modules/xstrtol (Makefile.am): Likewise.
20124         * modules/xstrtold (Makefile.am): Likewise.
20125         * modules/yesno (Makefile.am): Likewise.
20126         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
20127
20128 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20129
20130         * modules/error (Makefile.am): Distribute files through
20131         EXTRA_DIST, not lib_SOURCES.
20132
20133 2006-10-12  Eric Blake  <ebb9@byu.net>
20134
20135         * modules/error (Makefile.am): Distribute files in /lib.
20136         * modules/obstack (Makefile.am): Likewise.
20137
20138 2006-10-12  Bruno Haible  <bruno@clisp.org>
20139
20140         * modules/acl (Makefile.am): Distribute all files in lib/ through
20141         EXTRA_DIST.
20142         * modules/arcfour (Makefile.am): Likewise.
20143         * modules/arctwo (Makefile.am): Likewise.
20144         * modules/argmatch (Makefile.am): Likewise.
20145         * modules/argz (Makefile.am): Likewise.
20146         * modules/atexit (Makefile.am): Likewise.
20147         * modules/backupfile (Makefile.am): Likewise.
20148         * modules/c-strtod (Makefile.am): Likewise.
20149         * modules/c-strtold (Makefile.am): Likewise.
20150         * modules/calloc (Makefile.am): Likewise.
20151         * modules/canon-host (Makefile.am): Likewise.
20152         * modules/canonicalize (Makefile.am): Likewise.
20153         * modules/chdir-long (Makefile.am): Likewise.
20154         * modules/chdir-safer (Makefile.am): Likewise.
20155         * modules/check-version (Makefile.am): Likewise.
20156         * modules/chown (Makefile.am): Likewise.
20157         * modules/cloexec (Makefile.am): Likewise.
20158         * modules/close-stream (Makefile.am): Likewise.
20159         * modules/closeout (Makefile.am): Likewise.
20160         * modules/crc (Makefile.am): Likewise.
20161         * modules/cycle-check (Makefile.am): Likewise.
20162         * modules/des (Makefile.am): Likewise.
20163         * modules/dirfd (Makefile.am): Likewise.
20164         * modules/dirname (Makefile.am): Likewise.
20165         * modules/dup2 (Makefile.am): Likewise.
20166         * modules/euidaccess (Makefile.am): Likewise.
20167         * modules/exclude (Makefile.am): Likewise.
20168         * modules/exitfail (Makefile.am): Likewise.
20169         * modules/fcntl-safer (Makefile.am): Likewise.
20170         * modules/file-type (Makefile.am): Likewise.
20171         * modules/fileblocks (Makefile.am): Likewise.
20172         * modules/filemode (Makefile.am): Likewise.
20173         * modules/filenamecat (Makefile.am): Likewise.
20174         * modules/fnmatch (Makefile.am): Likewise.
20175         * modules/fopen-safer (Makefile.am): Likewise.
20176         * modules/fpending (Makefile.am): Likewise.
20177         * modules/fprintftime (Makefile.am): Likewise.
20178         * modules/free (Makefile.am): Likewise.
20179         * modules/fsusage (Makefile.am): Likewise.
20180         * modules/ftruncate (Makefile.am): Likewise.
20181         * modules/fts (Makefile.am): Likewise.
20182         * modules/gc (Makefile.am): Likewise.
20183         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20184         * modules/getaddrinfo (Makefile.am): Likewise.
20185         * modules/getcwd (Makefile.am): Likewise.
20186         * modules/getdelim (Makefile.am): Likewise.
20187         * modules/getdomainname (Makefile.am): Likewise.
20188         * modules/getgroups (Makefile.am): Likewise.
20189         * modules/gethostname (Makefile.am): Likewise.
20190         * modules/gethrxtime (Makefile.am): Likewise.
20191         * modules/getline (Makefile.am): Likewise.
20192         * modules/getloadavg (Makefile.am): Likewise.
20193         * modules/getlogin_r (Makefile.am): Likewise.
20194         * modules/getopt (Makefile.am): Likewise.
20195         * modules/getpass (Makefile.am): Likewise.
20196         * modules/getpass-gnu (Makefile.am): Likewise.
20197         * modules/getsubopt (Makefile.am): Likewise.
20198         * modules/gettime (Makefile.am): Likewise.
20199         * modules/gettimeofday (Makefile.am): Likewise.
20200         * modules/getugroups (Makefile.am): Likewise.
20201         * modules/getusershell (Makefile.am): Likewise.
20202         * modules/glob (Makefile.am): Likewise.
20203         * modules/group-member (Makefile.am): Likewise.
20204         * modules/hard-locale (Makefile.am): Likewise.
20205         * modules/hash (Makefile.am): Likewise.
20206         * modules/hmac-md5 (Makefile.am): Likewise.
20207         * modules/hmac-sha1 (Makefile.am): Likewise.
20208         * modules/human (Makefile.am): Likewise.
20209         * modules/idcache (Makefile.am): Likewise.
20210         * modules/imaxabs (Makefile.am): Likewise.
20211         * modules/imaxdiv (Makefile.am): Likewise.
20212         * modules/inet_ntop (Makefile.am): Likewise.
20213         * modules/inet_pton (Makefile.am): Likewise.
20214         * modules/inttostr (Makefile.am): Likewise.
20215         * modules/isapipe (Makefile.am): Likewise.
20216         * modules/lchown (Makefile.am): Likewise.
20217         * modules/long-options (Makefile.am): Likewise.
20218         * modules/lstat (Makefile.am): Likewise.
20219         * modules/malloc (Makefile.am): Likewise.
20220         * modules/mathl (Makefile.am): Likewise.
20221         * modules/mbchar (Makefile.am): Likewise.
20222         * modules/md2 (Makefile.am): Likewise.
20223         * modules/md4 (Makefile.am): Likewise.
20224         * modules/md5 (Makefile.am): Likewise.
20225         * modules/memcasecmp (Makefile.am): Likewise.
20226         * modules/memchr (Makefile.am): Likewise.
20227         * modules/memcmp (Makefile.am): Likewise.
20228         * modules/memcoll (Makefile.am): Likewise.
20229         * modules/memcpy (Makefile.am): Likewise.
20230         * modules/memmem (Makefile.am): Likewise.
20231         * modules/memmove (Makefile.am): Likewise.
20232         * modules/mempcpy (Makefile.am): Likewise.
20233         * modules/memrchr (Makefile.am): Likewise.
20234         * modules/memset (Makefile.am): Likewise.
20235         * modules/memxor (Makefile.am): Likewise.
20236         * modules/mkancesdirs (Makefile.am): Likewise.
20237         * modules/mkdir (Makefile.am): Likewise.
20238         * modules/mkdir-p (Makefile.am): Likewise.
20239         * modules/mkdtemp (Makefile.am): Likewise.
20240         * modules/mkstemp (Makefile.am): Likewise.
20241         * modules/mktime (Makefile.am): Likewise.
20242         * modules/modechange (Makefile.am): Likewise.
20243         * modules/mountlist (Makefile.am): Likewise.
20244         * modules/nanosleep (Makefile.am): Likewise.
20245         * modules/openat (Makefile.am): Likewise.
20246         * modules/pagealign_alloc (Makefile.am): Likewise.
20247         * modules/physmem (Makefile.am): Likewise.
20248         * modules/poll (Makefile.am): Likewise.
20249         * modules/posixtm (Makefile.am): Likewise.
20250         * modules/posixver (Makefile.am): Likewise.
20251         * modules/putenv (Makefile.am): Likewise.
20252         * modules/quote (Makefile.am): Likewise.
20253         * modules/quotearg (Makefile.am): Likewise.
20254         * modules/raise (Makefile.am): Likewise.
20255         * modules/read-file (Makefile.am): Likewise.
20256         * modules/readline (Makefile.am): Likewise.
20257         * modules/readlink (Makefile.am): Likewise.
20258         * modules/readtokens (Makefile.am): Likewise.
20259         * modules/readutmp (Makefile.am): Likewise.
20260         * modules/realloc (Makefile.am): Likewise.
20261         * modules/regex (Makefile.am): Likewise.
20262         * modules/rename (Makefile.am): Likewise.
20263         * modules/rename-dest-slash (Makefile.am): Likewise.
20264         * modules/rijndael (Makefile.am): Likewise.
20265         * modules/rmdir (Makefile.am): Likewise.
20266         * modules/rpmatch (Makefile.am): Likewise.
20267         * modules/safe-read (Makefile.am): Likewise.
20268         * modules/safe-write (Makefile.am): Likewise.
20269         * modules/same (Makefile.am): Likewise.
20270         * modules/save-cwd (Makefile.am): Likewise.
20271         * modules/savedir (Makefile.am): Likewise.
20272         * modules/setenv (Makefile.am): Likewise.
20273         * modules/settime (Makefile.am): Likewise.
20274         * modules/sha1 (Makefile.am): Likewise.
20275         * modules/sig2str (Makefile.am): Likewise.
20276         * modules/snprintf (Makefile.am): Likewise.
20277         * modules/stdlib-safer (Makefile.am): Likewise.
20278         * modules/stpcpy (Makefile.am): Likewise.
20279         * modules/stpncpy (Makefile.am): Likewise.
20280         * modules/strcase (Makefile.am): Likewise.
20281         * modules/strcasestr (Makefile.am): Likewise.
20282         * modules/strchrnul (Makefile.am): Likewise.
20283         * modules/strcspn (Makefile.am): Likewise.
20284         * modules/strdup (Makefile.am): Likewise.
20285         * modules/strerror (Makefile.am): Likewise.
20286         * modules/strftime (Makefile.am): Likewise.
20287         * modules/strndup (Makefile.am): Likewise.
20288         * modules/strnlen (Makefile.am): Likewise.
20289         * modules/strpbrk (Makefile.am): Likewise.
20290         * modules/strsep (Makefile.am): Likewise.
20291         * modules/strstr (Makefile.am): Likewise.
20292         * modules/strtod (Makefile.am): Likewise.
20293         * modules/strtoimax (Makefile.am): Likewise.
20294         * modules/strtok_r (Makefile.am): Likewise.
20295         * modules/strtol (Makefile.am): Likewise.
20296         * modules/strtoll (Makefile.am): Likewise.
20297         * modules/strtoul (Makefile.am): Likewise.
20298         * modules/strtoull (Makefile.am): Likewise.
20299         * modules/strtoumax (Makefile.am): Likewise.
20300         * modules/strverscmp (Makefile.am): Likewise.
20301         * modules/time_r (Makefile.am): Likewise.
20302         * modules/timegm (Makefile.am): Likewise.
20303         * modules/tmpfile-safer (Makefile.am): Likewise.
20304         * modules/unistd-safer (Makefile.am): Likewise.
20305         * modules/unlinkdir (Makefile.am): Likewise.
20306         * modules/userspec (Makefile.am): Likewise.
20307         * modules/utime (Makefile.am): Likewise.
20308         * modules/utimecmp (Makefile.am): Likewise.
20309         * modules/utimens (Makefile.am): Likewise.
20310         * modules/vasnprintf (Makefile.am): Likewise.
20311         * modules/vasprintf (Makefile.am): Likewise.
20312         * modules/vsnprintf (Makefile.am): Likewise.
20313         * modules/xalloc (Makefile.am): Likewise.
20314         * modules/xgetcwd (Makefile.am): Likewise.
20315         * modules/xnanosleep (Makefile.am): Likewise.
20316         * modules/xreadlink (Makefile.am): Likewise.
20317         * modules/xstrtod (Makefile.am): Likewise.
20318         * modules/xstrtol (Makefile.am): Likewise.
20319         * modules/xstrtold (Makefile.am): Likewise.
20320         * modules/yesno (Makefile.am): Likewise.
20321
20322 2006-10-12  Jim Meyering  <jim@meyering.net>
20323
20324         * m4/getloadavg.m4: Revert the change below.
20325
20326         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
20327         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
20328         fail with a symlink, which is what coreutils' ./bootstrap now
20329         creates by default.
20330
20331 2006-10-12  Bruno Haible  <bruno@clisp.org>
20332
20333         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
20334         mingw.
20335         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
20336         MSVC and mingw explicitly.
20337
20338 2006-10-11  Simon Josefsson  <jas@extundo.com>
20339             Bruno Haible  <bruno@clisp.org>
20340
20341         Add support for multiple gnulib-tool invocations in the scope of a
20342         single configure.ac file.
20343         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
20344         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
20345         with the same contents as the _LIBADD variable.
20346         (func_emit_initmacro_start, func_emit_initmacro_end,
20347         func_emit_initmacro_done): New functions.
20348         (func_import, func_create_testdir): Invoke them. Allow the identifiers
20349         gl_LIBOBJS and gl_LTLIBOBJS.
20350
20351 2006-10-11  Bruno Haible  <bruno@clisp.org>
20352
20353         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
20354         (func_create_testdir): Don't create po/Makefile.am, don't invoke
20355         autoreconf. Instead, invoke autopoint explicitly but move back the
20356         *.m4 files from gnulib.
20357
20358 2006-10-11  Bruno Haible  <bruno@clisp.org>
20359
20360         * gnulib-tool (func_usage): Make module names after --create-testdir
20361         optional.
20362         (func_create_testdir): If no module was specified, use nearly all
20363         modules.
20364
20365 2006-10-12  Jim Meyering  <jim@meyering.net>
20366
20367         Big performance improvement for fts-based tools that use FTS_NOSTAT.
20368         Avoid spurious inode-mismatch problems on non-POSIX file systems.
20369         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
20370         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
20371         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
20372         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
20373         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
20374         (fts_set_stat_required): New function.
20375         (fts_open): Defer the calls to fts_stat, if possible or requested.
20376         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
20377         into fts_stat itself.
20378         (fts_read): Perform any required (deferred) fts_stat call.
20379         (fts_build): Likewise, for the directory we're about to open and read.
20380         In the readdir loop, carefully decide whether each entry will require
20381         an eventual call to fts_stat, using dirent.d_type info if available.
20382         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
20383         a command line argument into this function.  Update all callers.
20384         Map a return value of FTS_DOT to FTS_D for a command line argument.
20385         * modules/fts (Depends-on): Add d-type.  Alphabetize.
20386         Thanks to Miklos Szeredi for his tenacity and for the initial
20387         bug report about "find" failing on a FUSE-based file system.
20388
20389         * lib/fts.c (fts_open): Use consistent indentation.
20390
20391 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20392
20393         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
20394         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
20395         reported by Jim Meyering.  All uses of cache variables renamed
20396         to match Autoconf's.
20397         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
20398         the other one.
20399
20400         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
20401         Fix misspelling in diagnostic.
20402
20403 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
20406         defined.  Problem reported by Matthew Woehlke.
20407
20408         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
20409         Add support for Tandem NonStop R series.
20410         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
20411         Use new macro.
20412
20413         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
20414         (has_trailing_slash): Omit size arg; all callers changed.
20415         Omit 'inline', since it doesn't help performance and we'd
20416         need to configure it.
20417         Don't count //, ///, etc. as having a trailing slash.
20418         As a side effect, this removes a C99ism reported by Matthew Woehlke.
20419         (rpl_rename_dest_slash): On failure, use rename's errno rather
20420         than (in some cases) an incorrect or junk errno.
20421         Simplify code by removing need to compute length; this does
20422         cause it to make two passes instead of one over the file name,
20423         but it's worth it.
20424
20425         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
20426         change, since Autoconf's version may no longer be appropriate now
20427         that we are using CVS Autoconf's version.  Add support for Tandem.
20428
20429 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20430             Bruno Haible  <bruno@clisp.org>
20431
20432         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
20433         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
20434         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
20435         gl_AC_TYPE_LONG_LONG.
20436
20437         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
20438         instead of HAVE_LONG_LONG.
20439         * lib/printf-args.c (printf_fetchargs): Likewise.
20440         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
20441         * lib/vasnprintf.c (VASNPRINTF): Likewise.
20442         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
20443         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
20444         gl_AC_TYPE_LONG_LONG.
20445
20446 2006-10-11  Bruno Haible  <bruno@clisp.org>
20447
20448         * m4/longlong.m4: Add comments.
20449         * m4/ulonglong.m4: Likewise.
20450
20451 2006-10-10  Bruno Haible  <bruno@clisp.org>
20452
20453         Make it possible to #define stpcpy, strdup to aliases.
20454         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
20455         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
20456
20457 2006-10-10  Bruno Haible  <bruno@clisp.org>
20458
20459         Make it possible to #define gcd to an alias.
20460         * lib/gcd.c: Include config.h.
20461
20462 2006-10-10  Bruno Haible  <bruno@clisp.org>
20463
20464         Make it possible to #define c_isascii to an alias.
20465         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
20466         defined. Undefine the macros before defining them, to avoid gcc
20467         warnings.
20468         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
20469         define NO_C_CTYPE_MACROS early.
20470
20471 2006-10-10  Bruno Haible  <bruno@clisp.org>
20472
20473         Make it possible to #define set_program_name to an alias.
20474         * lib/progname.c: Don't undefine set_program_name; instead, undefine
20475         ENABLE_RELOCATABLE early.
20476
20477 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         Port to Tandem NSK OSS, which has 64-bit signed int but at most
20480         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
20481         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
20482         More generally, don't assume that 64-bit signed int is available
20483         if unsigned int is, and vice versa.
20484         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
20485         unsigned symbols, not on their signed counterparts.
20486         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
20487         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
20488         (UINT64_C, UINTMAX_C):
20489         Likewise.
20490         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
20491         unsigned counterparts.
20492         (Have_long_long, Unsigned): New macros.
20493         (Int): Renamed from INT.
20494         (strtoimax): Use the new macros.
20495         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
20496         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
20497         * modules/inttypes (inttypes.h): Substitute
20498         HAVE_UNSIGNED_LONG_LONG_INT.
20499         * modules/stdint (stdint.h): Likewise.
20500         (Files): Add m4/ulonglong.m4.
20501
20502 2006-10-10  Bruno Haible  <bruno@clisp.org>
20503
20504         Fix a gcc -Wshadow warning.
20505         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
20506         to 'bucket'.
20507         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
20508         gl_linked_indexof_from_to): Likewise.
20509         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
20510         Likewise.
20511         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
20512         Likewise.
20513         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
20514         Reported by Eric Blake.
20515
20516 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
20519         for NetBSD.  Problem reported by Bruno Haible.
20520
20521 2006-10-09  Jim Meyering  <jim@meyering.net>
20522
20523         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
20524         Patch from Bruno Haible.
20525
20526 2006-10-09  Jim Meyering  <jim@meyering.net>
20527
20528         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
20529         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
20530         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
20531
20532 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20533
20534         Don't include <config.h> twice; this doesn't work in some cases,
20535         e.g., when config.h has "#define intmax_t long long int" and
20536         we include <config.h>, <inttypes.h>, <config.h> in that order.
20537         Problem reported by Matthew Woehlke in:
20538         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
20539         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
20540         * lib/fts-cycle.c: Don't include config.h.
20541         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
20542         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
20543         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
20544         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
20545         inttypes.h.
20546         * lib/xstrtoumax.c: Likewise.
20547         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
20548         __strtol and the like, so that this module is more like its siblings.
20549         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
20550         Remove; no longer needed now that we assume gnulib inttypes.h.
20551
20552 2006-10-08  Bruno Haible  <bruno@clisp.org>
20553
20554         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
20555         option.
20556
20557 2006-10-07  Jim Meyering  <jim@meyering.net>
20558
20559         * modules/inttypes (inttypes.h): Revert what seems to have been
20560         an inadvertent part of today's change: use "|", not "/" in the
20561         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
20562
20563 2006-10-07  Bruno Haible  <bruno@clisp.org>
20564
20565         * modules/sublist: New file.
20566
20567 2006-10-07  Bruno Haible  <bruno@clisp.org>
20568
20569         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
20570         * modules/argz (argz.h): Likewise.
20571         * modules/arpa_inet (arpa/inet.h): Likewise.
20572         * modules/byteswap (byteswap.h): Likewise.
20573         * modules/configmake (configmake.h): Likewise.
20574         * modules/fcntl (fcntl.h): Likewise.
20575         * modules/fnmatch (fnmatch.h): Likewise.
20576         * modules/getopt (getopt.h): Likewise.
20577         * modules/glob (glob.h): Likewise.
20578         * modules/inttypes (inttypes.h): Likewise.
20579         * modules/netinet_in (netinet/in.h): Likewise.
20580         * modules/poll (poll.h): Likewise.
20581         * modules/stdbool (stdbool.h): Likewise.
20582         * modules/stdint (stdint.h): Likewise.
20583         * modules/sys_select (sys/select.h): Likewise.
20584         * modules/sys_socket (sys/socket.h): Likewise.
20585         * modules/sys_stat (sys/stat.h): Likewise.
20586         * modules/sysexits (sysexits.h): Likewise.
20587         * modules/unistd (unistd.h): Likewise.
20588         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20589         Add a "DO NOT EDIT" comment to the generated file.
20590         (func_import): Likewise for gnulib-comp.m4.
20591
20592 2006-10-07  Bruno Haible  <bruno@clisp.org>
20593
20594         * lib/gl_sublist.h: New file.
20595         * lib/gl_sublist.c: New file.
20596
20597 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20598
20599         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
20600         name (relative to the original working directory) and the file
20601         name component (relative to the temporary working directory).  All
20602         callers changed.
20603         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
20604         * lib/mkdir-p.c (make_dir_parents): Likewise.
20605         * lib/mkdir-p.h (make_dir_parents): Likewise.
20606
20607 2006-10-06  Eric Blake  <ebb9@byu.net>
20608
20609         Define several macros for use by the clean-temp module.
20610         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
20611         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
20612         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
20613
20614         * lib/clean-temp.h (close_stream_temp): New declaration.
20615         * lib/clean-temp.c (includes): Pull in headers according to what
20616         other modules are in use.
20617         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
20618
20619 2006-10-06  Bruno Haible  <bruno@clisp.org>
20620
20621         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
20622         instead of fopen, fwriteerror.
20623
20624 2006-10-06  Bruno Haible  <bruno@clisp.org>
20625
20626         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
20627         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
20628         int.
20629         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
20630         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
20631         Return an error indicator.
20632         Suggested by Eric Blake.
20633
20634 2006-10-06  Bruno Haible  <bruno@clisp.org>
20635
20636         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
20637         Reported by Eric Blake.
20638
20639 2006-10-06  Bruno Haible  <bruno@clisp.org>
20640
20641         * modules/closeout (Description): Mention stderr too.
20642
20643 2006-10-06  Bruno Haible  <bruno@clisp.org>
20644         and Paul Eggert  <eggert@cs.ucla.edu>
20645
20646         * lib/closeout.c (close_stdout): Also close stderr.
20647         * lib/closeout.h: Update comment.
20648
20649 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
20650
20651         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
20652         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
20653         * lib/dirchownmod.c: Include lchown.h.
20654         * lib/lchown.c: Don't include files that lchown.h now includes.
20655         Don't declare chown, since lchown.h now does that.
20656         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
20657         (lchown): Define to rpl_chown if lchown is declared but
20658         does not exist.  Declare using a prototype if lchown is not
20659         declared.  Add a copyright notice.
20660         * lib/mkstemp.h: Include <unistd.h>.
20661         * lib/openat.c: Include lchown.h.
20662
20663         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
20664         we now test for that separately.
20665         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
20666         rather than O_NOFOLLOW, when testing whether it's possible to
20667         avoid a race condition reliably.
20668         * lib/savewd.c (savewd_chdir): Likewise.
20669
20670         Remove macros that are no longer needed now that stdint.h is
20671         reliable.
20672         * lib/fsusage.c (UINTMAX_MAX): Remove.
20673         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
20674         * lib/utimecmp.c (SIZE_MAX): Remove.
20675
20676         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
20677
20678         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
20679         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
20680         O_NOATIME works.
20681
20682 2006-10-05  Bruno Haible  <bruno@clisp.org>
20683
20684         * lib/gl_list.h (gl_sortedlist_search_from_to,
20685         gl_sortedlist_indexof_from_to): New declarations.
20686         (gl_list_implementation): New fields sortedlist_search_from_to,
20687         sortedlist_indexof_from_to.
20688         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
20689         inline functions.
20690         * lib/gl_list.c (gl_sortedlist_search_from_to,
20691         gl_sortedlist_indexof_from_to): New functions.
20692         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
20693         function.
20694         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
20695         (gl_array_sortedlist_search_from_to): New function.
20696         (gl_array_list_implementation): Update.
20697         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
20698         function.
20699         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
20700         (gl_carray_sortedlist_search_from_to): New function.
20701         (gl_carray_list_implementation): Update.
20702         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
20703         gl_linked_sortedlist_indexof_from_to): New functions.
20704         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
20705         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
20706         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
20707         gl_tree_sortedlist_indexof_from_to): New functions.
20708         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
20709         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
20710         Update.
20711         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
20712         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
20713         Update.
20714
20715 2006-10-05  Bruno Haible  <bruno@clisp.org>
20716
20717         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
20718         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
20719         (struct gl_list_implementation): Add fields search_from_to,
20720         indexof_from_to. Remove fields search, indexof.
20721         (gl_list_search): Use the search_from_to method.
20722         (gl_list_search_from, gl_list_search_from_to): New functions.
20723         (gl_list_indexof): Use the indexof_from_to method.
20724         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
20725         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
20726         (gl_list_search_from, gl_list_search_from_to): New functions.
20727         (gl_list_indexof): Use the indexof_from_to method.
20728         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
20729         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
20730         gl_array_indexof. Add start_index, end_index arguments.
20731         (gl_array_search_from_to): Renamed from gl_array_search. Add
20732         start_index, end_index arguments.
20733         (gl_array_remove, gl_array_list_implementation): Update.
20734         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
20735         gl_carray_indexof. Add start_index, end_index arguments.
20736         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
20737         start_index, end_index arguments.
20738         (gl_carray_remove, gl_carray_list_implementation): Update.
20739         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
20740         gl_linked_search. Add start_index, end_index arguments.
20741         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
20742         start_index, end_index arguments.
20743         (gl_linked_remove): Update.
20744         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
20745         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
20746         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
20747         field to 'size_t'.
20748         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
20749         gl_tree_search. Add start_index, end_index arguments.
20750         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
20751         start_index, end_index arguments.
20752         (gl_tree_remove): Update.
20753         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
20754         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
20755         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
20756         function.
20757         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
20758         gl_tree_search. Add start_index, end_index arguments.
20759         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
20760         start_index, end_index arguments.
20761         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
20762         Update.
20763         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
20764
20765 2006-10-05  Bruno Haible  <bruno@clisp.org>
20766
20767         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
20768
20769         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
20770         fwriteerror_temp): New declarations.
20771         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
20772         (descriptors): New variable.
20773         (cleanup): First, close the descriptors.
20774         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
20775         fclose_temp, fwriteerror_temp): New functions.
20776
20777 2006-10-04  Jim Meyering  <jim@meyering.net>
20778
20779         * lib/fts.c (fts_open): Tiny comment change.
20780
20781 2006-10-04  Bruno Haible  <bruno@clisp.org>
20782
20783         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
20784         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
20785         gl_LOCK_BODY.
20786         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
20787         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
20788         gl_LOCK_EARLY_BODY.
20789         (gl_LOCK): Require gl_LOCK_BODY.
20790
20791 2006-10-04  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
20794         (gl_oset_search_atleast): New declaration.
20795         (struct gl_oset_implementation): Add field 'search_atleast'.
20796         (gl_oset_search_atleast): New inline function.
20797         * lib/gl_oset.c (gl_oset_search_atleast): New function.
20798         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
20799         (gl_array_oset_implementation): Update.
20800         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
20801         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
20802         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
20803
20804 2006-10-04  Bruno Haible  <bruno@clisp.org>
20805
20806         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
20807
20808 2006-10-03  Bruno Haible  <bruno@clisp.org>
20809
20810         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
20811         from gl_avltreehash_list_implementation.
20812
20813 2006-10-03  Bruno Haible  <bruno@clisp.org>
20814
20815         * lib/gl_oset.c (gl_oset_add): Fix return type.
20816
20817 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
20818
20819         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
20820
20821 2006-10-02  Eric Blake  <ebb9@byu.net>
20822
20823         * modules/strnlen (Depends-on): Add extensions.
20824
20825 2006-10-02  Eric Blake  <ebb9@byu.net>
20826
20827         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
20828         definition in 2.60+.
20829
20830 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
20831
20832         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
20833         checks.
20834
20835 2006-10-02  Bruno Haible  <bruno@clisp.org>
20836
20837         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
20838         to the AUTOMAKE_OPTIONS.
20839         Reported by Jim Meyering.
20840
20841 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
20842
20843         Work around bug in Solaris 10 /proc file system:
20844         /proc/self/fd/NNN/.. isn't the parent directory of
20845         the directory whose file descriptor is NNN.  This needs to
20846         be worked around at run time, not compile time, since a
20847         program might be built on Solaris 8, where things work, and
20848         run on Solaris 10.
20849         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
20850         to use the following interface instead:
20851         (OPENAT_BUFFER_SIZE): New macro.
20852         (openat_proc_name): New function.
20853         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
20854         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
20855         Likewise.
20856         * lib/openat-proc.c: New file.
20857         * modules/openat (Files): Add lib/openat-proc.c.
20858         (Depends-on): Add same-inode, stdbool.
20859         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
20860
20861 2006-09-29  Bruno Haible  <bruno@clisp.org>
20862
20863         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
20864         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
20865         argument. Set stdout_closed before testing for ferror, not after.
20866         (fwriteerror, fwriteerror_no_ebadf): New functions.
20867
20868 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20869
20870         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
20871
20872 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
20873
20874         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
20875         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
20876
20877 2006-09-28  Jim Meyering  <jim@meyering.net>
20878
20879         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
20880         Include <unistd.h>.
20881
20882 2006-09-28  Bruno Haible  <bruno@clisp.org>
20883
20884         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
20885         * modules/linkedhash-list (Depends-on): Likewise.
20886         * modules/rbtreehash-list (Depends-on): Likewise.
20887
20888 2006-09-28  Bruno Haible  <bruno@clisp.org>
20889
20890         * lib/strndup.h: Simplify the redefinition of strndup.
20891         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
20892         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
20893
20894 2006-09-28  Bruno Haible  <bruno@clisp.org>
20895
20896         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
20897         * lib/gl_linkedhash_list.c: Likewise.
20898         * lib/gl_rbtreehash_list.c: Likewise.
20899
20900 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
20903         getaddrinfo.
20904
20905         * lib/__fpending.h: Don't include <stdio_ext.h> unless
20906         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
20907         it causes <stdio_ext.h> to cause a compile-time error.
20908         Problem reported by Nelson H. F. Beebe.
20909         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
20910         of HAVE_DECL___PENDING.
20911
20912         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
20913         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
20914         declaration.
20915
20916 2006-09-27  Jim Meyering  <jim@meyering.net>
20917
20918         This file could end up with a definition for a function
20919         named __strndup, rather than rpl_strndup on a system with
20920         incomplete weak_alias support.
20921         * lib/strndup.c (strndup): Rename from __strndup.
20922         Remove #defines that used to map __strndup to strndup.
20923         Don't use K&R prototypes.
20924         Remove LIBC-related code, since this file is not sync'd with glibc.
20925         * lib/strndup.h: Revamp, accordingly.
20926         * m4/strndup.m4: Modernize.
20927
20928 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
20929
20930         * modules/savewd (Depends-on): Add 'raise'.
20931         * lib/savewd.c: Include <signal.h>, for 'raise'.
20932
20933 2006-09-26  Jim Meyering  <jim@meyering.net>
20934
20935         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
20936         when we detect Darwin 8.7.0's acl_get_file bug.
20937         Rearrange to perform the new (below) run-test while $LIBS
20938         contains any acl-related library.  Set USE_ACL at the end.
20939         (gl_ACL_GET_FILE): New function.
20940
20941 2006-09-26  Eric Blake  <ebb9@byu.net>
20942
20943         * lib/verror.c: Include <config.h> unconditionally.
20944
20945 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
20946
20947         * modules/clock-time (Maintainer): Add self.
20948         * modules/getlogin_r (Depends-on): Add extensions.
20949
20950 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20951
20952         * modules/clock-time: New module.
20953         * modules/nanosleep (Depends-on): Add clock-time.
20954         * modules/gethrxtime (Depends-on): Likewise.
20955         * modules/gettime (Depends-on): Likewise.
20956         * modules/settime (Depends-on): Likewise.
20957
20958         * modules/fts-lgpl: Depend on openat.
20959         * modules/mkancesdirs: Depend on savewd.
20960         * modules/mkdir-p: Likewise.
20961
20962 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20963
20964         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
20965
20966         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
20967         `gl_have_arbitrary_file_name_length_limit' to
20968         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
20969         actually works between configure runs.
20970
20971 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20972             Bruno Haible  <bruno@clisp.org>
20973
20974         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
20975
20976 2006-09-25  Jim Meyering  <jim@meyering.net>
20977
20978         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
20979         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
20980
20981 2006-09-25  Eric Blake  <ebb9@byu.net>
20982
20983         * gnulib-tool (func_import, func_create_testdir): Fix typos in
20984         exec's in 2006-09-18 patch when shuffling fds.
20985
20986 2006-09-25  Bruno Haible  <bruno@clisp.org>
20987
20988         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
20989         Reported by Jim Meyering.
20990
20991 2006-09-24  Jim Meyering  <jim@meyering.net>
20992
20993         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
20994         compare a pointer against a literal "0".  That caused failures with
20995         at least HP-UX's hpcc.
20996
20997 2006-09-22  Simon Josefsson  <jas@extundo.com>
20998
20999         * modules/gc-sha1:
21000         * modules/gc-md4:
21001         * modules/gc-hmac-sha1:
21002         * modules/gc-hmac-md5:
21003         * modules/gc-des:
21004         * modules/gc-arcfour: Distribute more files.
21005
21006 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21007
21008         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
21009         (gl_linked_iterator_from_to): Initialize struct completely.
21010         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
21011         (gl_tree_iterator_from_to): Likewise
21012         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
21013         * lib/gl_array_list.c [lint] (gl_array_iterator)
21014         (gl_array_iterator_from_to): Likewise.
21015         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
21016         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
21017         (gl_carray_iterator_from_to): Likewise.
21018
21019         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
21020         * lib/md4.c (md4_process_block): Remove unused variable.
21021         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
21022         parentheses for clarity.
21023
21024 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21025
21026         * modules/bison-i18n (Depends-on): Add gettext.
21027
21028 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21029
21030         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
21031         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
21032         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
21033         also add missing comma that caused broken test.
21034         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
21035         stdlib.h, for `abort'.
21036         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
21037         variables.
21038         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
21039         include unistd.h if present, for `rmdir'.
21040         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
21041         variables.
21042         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
21043         in the process include standard headers for prototypes.
21044         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
21045         gets declared on GNU/Linux.
21046         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
21047         unistd.h, for `rmdir'.
21048         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
21049
21050         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
21051         always true.
21052         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
21053
21054         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
21055
21056 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21057
21058         * gnulib-tool (func_version): Create output all at once.  This
21059         may help avoid triggering unnecessary SIGPIPEs, and at any
21060         rate it doesn't hurt.
21061
21062 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21063             Bruno Haible  <bruno@clisp.org>
21064
21065         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
21066         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21067         * m4/signed.m4 (bh_C_SIGNED): Likewise.
21068
21069         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
21070         (gl_FUNC_VASPRINTF): Invoke it.
21071
21072 2006-09-22  Bruno Haible  <bruno@clisp.org>
21073
21074         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
21075         getloadavg.c as first argument.
21076
21077 2006-09-22  Bruno Haible  <bruno@clisp.org>
21078
21079         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
21080         at the beginning of the gl_INIT macro.
21081         * modules/getloadavg (configure.ac): Pass $gl_source_base to
21082         gl_GETLOADAVG.
21083
21084 2006-09-22  Bruno Haible  <bruno@clisp.org>
21085
21086         * gnulib-tool (func_create_megatestdir): Don't include the config-h
21087         module.
21088         Suggested by Ralf Wildenhues.
21089
21090 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21091
21092         Import this patch from libc:
21093
21094         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
21095
21096         * lib/regex_internal.c (re_string_reconstruct): Handle
21097         offset < pstr->valid_raw_len && pstr->offsets_needed case.
21098         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
21099         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
21100         re_string_context_at.
21101
21102         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
21103         now requires it.
21104         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
21105         gl_REGEX now does it for us.
21106         (gl_REGEX): Add test taken from
21107         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
21108
21109         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
21110         Check that large offsets work.  Modernize Autoconf usages.
21111         Prefer "yes" to mean a good thing rather than a bad.
21112         Don't put "#define mkstemp" in config.h, as this might interfere
21113         with standard system headers that "#define mkstemp mkstemp64".
21114
21115         * modules/mkstemp (Depends-on): Add extensions, so that
21116         mkstemp is visible on some platforms.
21117         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
21118         (Include): Change to "mkstemp.h" from <stdlib.h>.
21119         (Files): Add mkstemp.h.
21120
21121         * lib/mkstemp.h: New file, since some standard headers
21122         #define mkstemp.
21123         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
21124         Include "mkstemp.h".
21125         Make the _LIBC code resemble glibc original more,
21126         e.g., use K&R style.
21127         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
21128         (mkstemp): Remove, since mkstemp.h does this for us.
21129         * lib/stdlib--.h: Include mkstemp.h.
21130
21131         Import this patch from libc:
21132
21133         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21134
21135         * lib/tempname.c (__gen_tempname): Change attempts_min
21136         into a macro.  Use preprocessor to decide how to initialize
21137         attempts [Coverity CID 67].
21138
21139 2006-09-20  Bruno Haible  <bruno@clisp.org>
21140
21141         * lib/mkdtemp.c: Import from libc.
21142         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21143                 * sysdeps/posix/tempname.c (__gen_tempname): Change
21144                 attempts_min into a macro.  Use preprocessor to decide how to
21145                 initialize attempts [Coverity CID 67].
21146         2001-11-27  Paul Eggert  <eggert@twinsun.com>
21147                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
21148                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
21149
21150 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21151
21152         * gnulib-tool (func_exit): New function, to allow to pass the
21153         exit status portably through the trap.  Use everywhere.
21154         (--help, --version): Signal a write error.
21155         (trap): catch SIGPIPE, for write errors.
21156         Exit at the end of the trap, with the correct exit status.
21157
21158 2006-09-19  Karl Berry  <karl@gnu.org>
21159
21160         * doc/gnulib.texi: note about the license texinfo files.
21161
21162 2006-09-19  Eric Blake  <ebb9@byu.net>
21163
21164         * gnulib-tool: Avoid space-tab.
21165
21166 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21167
21168         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
21169         that prevented coreutils 6.1 from building.  Problem reported
21170         by Petter Reinholdtsen.
21171
21172 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21173
21174         * gnulib-tool (avoidlist): Fix typo that broke options like
21175         --avoid=lock that are used by coreutils bootstrap.
21176
21177 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
21178
21179         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
21180         more systematically.
21181
21182 2006-09-18  Jim Meyering  <jim@meyering.net>
21183
21184         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
21185
21186 2006-09-18  Bruno Haible  <bruno@clisp.org>
21187
21188         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
21189
21190 2006-09-18  Bruno Haible  <bruno@clisp.org>
21191
21192         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
21193         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
21194         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
21195         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
21196         * m4/gettext.m4: Require autoconf >= 2.52.
21197         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
21198         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
21199         of gl_cv_header_inttypes_h.
21200
21201 2006-09-18  Bruno Haible  <bruno@clisp.org>
21202
21203         * lib/javaversion.c: Include configmake.h.
21204
21205 2006-09-18  Bruno Haible  <bruno@clisp.org>
21206
21207         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
21208         avoid that the while loops be executed in a subshell.
21209
21210 2006-09-18  Bruno Haible  <bruno@clisp.org>
21211
21212         * MODULES.html.sh (func_module): Break long lines.
21213         Suggested by Bruce Korb <bkorb@gnu.org>.
21214
21215 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21216
21217         Speed up by a factor of 1.12.
21218         * gnulib-tool (nl): New variable.
21219         (func_import): Rewrite include directive extraction to only read each
21220         directive once.
21221
21222 2006-09-17  Bruno Haible  <bruno@clisp.org>
21223
21224         * modules/javaversion (Makefile.am): Remove DEFS setting.
21225         (Depends-on): Add configmake, for PKGDATADIR definition.
21226
21227 2006-09-17  Bruno Haible  <bruno@clisp.org>
21228
21229         * gnulib-tool (func_create_testdir): Rewrite all files at once.
21230
21231 2006-09-17  Bruno Haible  <bruno@clisp.org>
21232
21233         * gnulib-tool (func_append): New function, stolen from libtool.m4.
21234         (func_modules_transitive_closure, func_modules_add_dummy,
21235         func_modules_to_filelist, func_import, func_create_testdir,
21236         func_create_megatestdir, ...): Use it wherever possible.
21237         Suggested by Ralf Wildenhues.
21238
21239 2006-09-16  Karl Berry  <karl@gnu.org>
21240
21241         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
21242         to avoid sectioning errors.
21243         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
21244         [ifinfo]: blank line after @center-ed titles.
21245         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
21246         Spell FSF address consistently with others.
21247         (These changes approved by rms.)
21248
21249 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21250
21251         Speed up by a factor of 1.61.
21252         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
21253         already checked module names again.
21254
21255 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21256
21257         Speed up by a factor of 1.13.
21258         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
21259         for new_files, and the input to func_add_or_update.
21260
21261 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21262
21263         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
21264         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
21265
21266 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         * modules/mkancesdirs (Depends-on): Add fcntl.
21269         * modules/savewd: New file.
21270         * MODULES.html.sh (File system functions): Add savewd.
21271
21272         * modules/configmake (Makefile.am): Add support for the
21273         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
21274
21275 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21276
21277         * m4/savewd.m4: New file.
21278
21279 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21280
21281         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
21282         (dirchownmod): New arg FD.  All callers changed.
21283         Use FD rather than opening the directory ourself, as opening is
21284         now the caller's responsibility.
21285         * lib/dirchownmod.h: Likewise.
21286         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
21287         hosts that require <sys/types.h> before <sys/stat.h>.  Include
21288         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
21289         (test_dir): Remove.
21290         (mkancesdirs): Return length of prefix of FILE that has already
21291         been made, or -2 if there is a child doing the work.  Redo
21292         algorithm so that it is O(N) rather than O(N**2).  Optimize away
21293         ".", and treat ".." specially since it might stray back into
21294         already-created areas.  Use a subprocess if necessary.  New arg
21295         WD; all users changed.  MAKE_DIR function should now return 1
21296         if it creates a directory that is not readable.  Return -2 if
21297         a child process is spun off.
21298         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
21299         Adjust signature to match code.
21300         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
21301         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
21302         all users changed.
21303         * lib/savewd.c, lib/savewd.h: New files.
21304
21305 2006-09-15  Jim Meyering  <jim@meyering.net>
21306
21307         * modules/rename-dest-slash: New module.
21308         * MODULES.html.sh (posix_compat): Add it here.
21309
21310         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
21311
21312 2006-09-15  Jim Meyering  <jim@meyering.net>
21313
21314         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
21315         file.
21316
21317         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
21318
21319 2006-09-15  Jim Meyering  <jim@meyering.net>
21320
21321         * lib/rename-dest-slash.c (has_trailing_slash): Use
21322         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
21323         (rpl_rename_dest_slash): Perform the cheaper trailing slash
21324         test before testing whether SRC is a directory.
21325         Suggestions from Bruno Haible.
21326
21327         Avoid a warning about an unused variable.
21328         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
21329         into the #ifdef block where it's used.
21330
21331         * lib/rename-dest-slash.c: New file.
21332
21333 2006-09-14  Bruno Haible  <bruno@clisp.org>
21334
21335         * lib/allocsa.c: Include <config.h> unconditionally.
21336         * lib/asnprintf.c: Likewise.
21337         * lib/asprintf.c: Likewise.
21338         * lib/c-strcasecmp.c: Likewise.
21339         * lib/c-strcasestr.c: Likewise.
21340         * lib/c-strncasecmp.c: Likewise.
21341         * lib/c-strstr.c: Likewise.
21342         * lib/classpath.c: Likewise.
21343         * lib/clean-temp.c: Likewise.
21344         * lib/concatpath.c: Likewise.
21345         * lib/copy-file.c: Likewise.
21346         * lib/csharpcomp.c: Likewise.
21347         * lib/csharpexec.c: Likewise.
21348         * lib/execute.c: Likewise.
21349         * lib/fatal-signal.c: Likewise.
21350         * lib/findprog.c: Likewise.
21351         * lib/fwriteerror.c: Likewise.
21352         * lib/gl_array_list.c: Likewise.
21353         * lib/gl_array_oset.c: Likewise.
21354         * lib/gl_avltree_list.c: Likewise.
21355         * lib/gl_avltree_oset.c: Likewise.
21356         * lib/gl_avltreehash_list.c: Likewise.
21357         * lib/gl_carray_list.c: Likewise.
21358         * lib/gl_linked_list.c: Likewise.
21359         * lib/gl_linkedhash_list.c: Likewise.
21360         * lib/gl_list.c: Likewise.
21361         * lib/gl_oset.c: Likewise.
21362         * lib/gl_rbtree_list.c: Likewise.
21363         * lib/gl_rbtree_oset.c: Likewise.
21364         * lib/gl_rbtreehash_list.c: Likewise.
21365         * lib/imaxabs.c: Likewise.
21366         * lib/imaxdiv.c: Likewise.
21367         * lib/javacomp.c: Likewise.
21368         * lib/javaexec.c: Likewise.
21369         * lib/javaversion.c: Likewise.
21370         * lib/linebreak.c: Likewise.
21371         * lib/localcharset.c: Likewise.
21372         * lib/lock.c: Likewise.
21373         * lib/mbchar.c: Likewise.
21374         * lib/mbswidth.c: Likewise.
21375         * lib/mkdtemp.c: Likewise.
21376         * lib/pipe.c: Likewise.
21377         * lib/printf-args.c: Likewise.
21378         * lib/printf-parse.c: Likewise.
21379         * lib/progname.c: Likewise.
21380         * lib/progreloc.c: Likewise.
21381         * lib/readlink.c: Likewise.
21382         * lib/sh-quote.c: Likewise.
21383         * lib/stpcpy.c: Likewise.
21384         * lib/stpncpy.c: Likewise.
21385         * lib/strcasecmp.c: Likewise.
21386         * lib/strcasestr.c: Likewise.
21387         * lib/strcspn.c: Likewise.
21388         * lib/striconv.c: Likewise.
21389         * lib/strncasecmp.c: Likewise.
21390         * lib/strnlen1.c: Likewise.
21391         * lib/strstr.c: Likewise.
21392         * lib/strtok_r.c: Likewise.
21393         * lib/tls.c: Likewise.
21394         * lib/tmpdir.c: Likewise.
21395         * lib/unicodeio.c: Likewise.
21396         * lib/unsetenv.c: Likewise.
21397         * lib/vasnprintf.c: Likewise.
21398         * lib/vasprintf.c: Likewise.
21399         * lib/wait-process.c: Likewise.
21400         * lib/xallocsa.c: Likewise.
21401         * lib/xsetenv.c: Likewise.
21402         * lib/xstriconv.c: Likewise.
21403
21404 2006-09-13  Simon Josefsson  <jas@extundo.com>
21405
21406         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
21407         that internally, suggested by Ralf Wildenhues
21408         <Ralf.Wildenhues@gmx.de>.
21409
21410 2006-09-13  Simon Josefsson  <jas@extundo.com>
21411
21412         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
21413         @LIBOBJS@.
21414         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21415
21416 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21417
21418         * lib/_fpending.c: Include <config.h> unconditionally, since we no
21419         longer worry about uses that don't define HAVE_CONFIG_H.
21420         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
21421         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
21422         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
21423         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
21424         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
21425         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
21426         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
21427         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
21428         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
21429         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
21430         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
21431         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
21432         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
21433         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
21434         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
21435         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
21436         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
21437         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
21438         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
21439         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
21440         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
21441         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
21442         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
21443         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
21444         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
21445         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
21446         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
21447         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
21448         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
21449         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
21450         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
21451         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
21452         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
21453         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
21454         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
21455         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
21456         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
21457         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
21458         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
21459         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
21460         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
21461         Likewise.
21462
21463 2006-09-13  Eric Blake  <ebb9@byu.net>
21464
21465         * lib/getopt.c: Fix typo in last commit.
21466
21467 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21468
21469         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
21470         dgettext.
21471
21472 2006-09-12  Jim Meyering  <jim@meyering.net>
21473
21474         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
21475         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
21476         Reported by Nelson H. F. Beebe.
21477
21478 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21479
21480         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
21481         program_invocation_name and program_invocation_short_name are
21482         initialized.
21483         * lib/argp-namefrob.h: Move declarations of program_invocation_name
21484         and program_invocation_short_name to argp.h, so they are visible
21485         to user programs.
21486         * lib/argp.h: Likewise
21487
21488 2006-09-10  Bruno Haible  <bruno@clisp.org>
21489
21490         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
21491         m4/inttypes_h.m4, m4/uintmax_t.m4.
21492
21493 2006-09-10  Bruno Haible  <bruno@clisp.org>
21494
21495         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
21496         gl_AC_TYPE_UINTMAX_T.
21497
21498 2006-09-10  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
21501
21502 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21503
21504         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
21505         convention.  Text proposed by Bruno Haible.
21506         (struct argp_option): Document the use of N_() wrappers.
21507
21508         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
21509         '\v', and translate the two parts separately, instead of feeding
21510         the whole string to gettext.  This allows to exclude
21511         '\v' from the strings visible to the translator by writing doc
21512         strings as N_("..") "\v" N_("..").
21513
21514 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
21515
21516         * config/srclist.txt: Undo latest change; the bug was fixed.
21517
21518 2006-09-09  Bruno Haible  <bruno@clisp.org>
21519
21520         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
21521         assignments if building a library without libtool.
21522         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
21523         in func_emit_lib_Makefile_am.
21524         (func_import): When building a static library libfoo.a, arrange to
21525         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
21526         (func_create_testdir): Likewise.
21527         * modules/gc (configure.ac, Makefile.am): If building statically,
21528         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
21529         * modules/iconvme (configure.ac, Makefile.am): Likewise.
21530         * modules/striconv (configure.ac, Makefile.am): Likewise.
21531         Based on a suggestion by Ralf Wildenhues.
21532
21533 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21534
21535         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21536         Check for unistd.h too, since Autoconf doesn't assume POSIX.
21537         Also:
21538
21539         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21540         Add year_2050_test to catch glibc bug 2821
21541         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
21542
21543         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21544         Prefer #ifdef to #if.
21545
21546         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
21547         Return from 'main' instead of calling 'exit'.
21548
21549 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21550
21551         * lib/mktime.c (guess_time_tm): Fix bug where mktime
21552         returned the maximum time_t value rather than (time_t) -1.
21553         Problem originally reported by William Bardwell
21554         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
21555
21556         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
21557         Moved to here ...
21558         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
21559         ... from here.
21560
21561 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21562
21563         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
21564         2821 is fixed.
21565
21566 2006-09-08  Jim Meyering  <jim@meyering.net>
21567
21568         Don't make generated files read-only.  That would bother too many
21569         people.  However, do retain the ability to work when targets are
21570         read-only: remove the destination and temporary files before writing
21571         them (when generated via sed or echo), or by using the -f option for
21572         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
21573         * modules/alloca-opt, modules/argz, modules/arpa_inet:
21574         * modules/byteswap, modules/configmake, modules/fcntl:
21575         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
21576         * modules/localcharset, modules/netinet_in, modules/poll:
21577         * modules/stdbool, modules/stdint, modules/sys_select:
21578         * modules/sys_socket, modules/sys_stat, modules/sysexits:
21579
21580 2006-09-08  Jim Meyering  <jim@meyering.net>
21581
21582         Avoid new build failure on FreeBSD 6.0.
21583         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
21584         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
21585         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
21586
21587 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21588
21589         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
21590
21591 2006-09-07  Jim Meyering  <jim@meyering.net>
21592
21593         Fix global typo in last change: use chmod u-w, not chmod u-x.
21594         Spotted by Paul Eggert and Bruce Korb.
21595         * modules/alloca-opt, modules/argz, modules/arpa_inet:
21596         * modules/byteswap, modules/configmake, modules/fcntl:
21597         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
21598         * modules/localcharset, modules/netinet_in, modules/poll:
21599         * modules/stdbool, modules/stdint, modules/sys_select:
21600         * modules/sys_socket, modules/sys_stat, modules/sysexits:
21601
21602 2006-09-06  Jim Meyering  <jim@meyering.net>
21603
21604         Make generated files be read-only.
21605         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
21606         Ensure that each generated file is now read-only.
21607         * modules/argz: Likewise.
21608         * modules/arpa_inet: Likewise.
21609         * modules/byteswap: Likewise.
21610         * modules/configmake: Likewise.
21611         * modules/fcntl: Likewise.
21612         * modules/fnmatch: Likewise.
21613         * modules/getopt: Likewise.
21614         * modules/glob: Likewise.
21615         * modules/inttypes: Likewise.
21616         * modules/netinet_in: Likewise.
21617         * modules/poll: Likewise.
21618         * modules/stdbool: Likewise.
21619         * modules/stdint: Likewise.
21620         * modules/sys_select: Likewise.
21621         * modules/sys_socket: Likewise.
21622         * modules/sys_stat: Likewise.
21623         * modules/sysexits: Likewise.
21624         * modules/localcharset: Same as above, but continue using temporary
21625         file named "t-$@" (why different?) rather than the "$@-t" used
21626         everywhere else.
21627
21628         * modules/sysexits (Makefile.am): Replace literal occurrences
21629         of "sysexit.h" more readable, and more consistent, "$@".
21630
21631 2006-09-06  Bruno Haible  <bruno@clisp.org>
21632
21633         * modules/striconv: New file.
21634         * modules/xstriconv: New file.
21635         * MODULES.html.sh (Internationalization functions): Add striconv,
21636         xstriconv.
21637
21638 2006-09-06  Bruno Haible  <bruno@clisp.org>
21639
21640         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
21641         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
21642         not using libtool correctly.
21643
21644 2006-09-06  Bruno Haible  <bruno@clisp.org>
21645
21646         * lib/striconv.h: New file.
21647         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
21648         iconvstring.c.
21649         * lib/xstriconv.h: New file.
21650         * lib/xstriconv.c: New file.
21651
21652 2006-09-06  Bruno Haible  <bruno@clisp.org>
21653
21654         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21655         lib_..._LDFLAGS.
21656
21657 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21658
21659         * lib/argz_.h: Sync from Libtool.
21660
21661         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
21662                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21663
21664         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
21665
21666 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
21667
21668         * modules/trim: New file.
21669
21670 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
21671
21672         * lib/trim.h: New file.
21673         * lib/trim.c: New file.
21674
21675 2006-09-05  Bruno Haible  <bruno@clisp.org>
21676
21677         * MODULES.html.sh (String handling): Add trim.
21678
21679 2006-09-04  Karl Berry  <karl@gnu.org>
21680
21681         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
21682         until next release.
21683
21684 2006-09-03  Bruno Haible  <bruno@clisp.org>
21685
21686         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
21687         correctly.
21688
21689 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
21690
21691         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
21692         not gl_GETLOADAVG.  Omit unneeded semicolons.
21693         Problems reported by Ralf Wildenhues in
21694         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
21695         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
21696         at the end, which is the usual gnulib style.
21697
21698         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
21699         of doing all the work ourselves.
21700         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
21701         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
21702
21703 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
21706         Problem reported by Ralf Wildenhues in
21707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
21708
21709         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
21710         HAVE_STRUCT_STATFS_F_FSTYPENAME.
21711
21712 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
21713
21714         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
21715         yesterday's patch by changing test -n to test -z.
21716
21717 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21718
21719         * modules/getloadavg (Files): Add m4/getloadavg.m4.
21720         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
21721         the former is now obsolescent.
21722
21723         * modules/chdir-long (Depends-on): Add fcntl.
21724
21725 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21726
21727         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
21728         obsolescent, and programs should use gnulib instead.
21729         * m4/getloadavg.m4: New file, with contents taken from Autoconf
21730         but with prefixes changed.
21731
21732 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
21733
21734         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
21735         or stdbool.h, because they might not exist while configuring.
21736
21737         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
21738         Don't include unistd.h or limits.h; not needed, since chdir-long.h
21739         does that for us.
21740         (O_DIRECTORY): Remove.
21741
21742 2006-08-31  Eric Blake  <ebb9@byu.net>
21743
21744         * gnulib-tool: Don't let emacs change spaces to TAB.
21745
21746 2006-08-31  Bruno Haible  <bruno@clisp.org>
21747
21748         * gnulib-tool: When calling func_import more than once, do it in a
21749         subshell.
21750         Reported by Eric Blake <ebb9@byu.net>.
21751
21752 2006-08-31  Bruno Haible  <bruno@clisp.org>
21753
21754         * gnulib-tool (nl): Remove variable.
21755         (sed_transform_lib_file): Use more robust test for config-h module.
21756         (func_import): Fix typo in 2006-08-25 patch.
21757
21758 2006-08-31  Bruno Haible  <bruno@clisp.org>
21759
21760         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
21761         specified, augment Makefile.am variables instead of assigning them.
21762
21763 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21764
21765         Work around a bug in both the Linux and SunOS 64-bit kernels:
21766         nanosleep mishandles sleeps for longer than 2**31 seconds.
21767         Problem reported by Frank v Waveren in
21768         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
21769         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
21770         Check for nanosleep bug.
21771         (LIB_NANOSLEEP): Append clock_gettime library if needed.
21772
21773 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21774
21775         Work around a bug in both the Linux and SunOS 64-bit kernels:
21776         nanosleep mishandles sleeps for longer than 2**31 seconds.
21777         Problem reported by Frank v Waveren in
21778         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
21779         * lib/nanosleep.c (BILLION): New constant.
21780         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
21781         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
21782         implementation.
21783
21784 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21785
21786         * modules/nanosleep (Depends-on): Add gettime.
21787
21788 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21789         and Simon Josefsson  <jas@extundo.com>
21790         and Oskar Liljeblad  <oskar@osk.mine.nu>
21791
21792         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
21793         * gnulib-tool (func_import): New license type 'unmodifiable license
21794         text'.
21795         * modules/fdl: Use it.  Longer description.
21796         * module/gpl, module/lgpl: New files.
21797
21798 2006-08-30  Jim Meyering  <jim@meyering.net>
21799
21800         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
21801         shadowing the parameter.
21802
21803 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21804
21805         Sync from Libtool:
21806
21807         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21808
21809         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
21810         sharing with gnulib.  Report by Eric Blake.
21811
21812 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21813
21814         * modules/isapipe: New file.
21815         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
21816
21817 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21818
21819         * modules/configmake (Makefile.am): Add a comment, and omit
21820         the CONFIGMAKE_ prefix from generated macro names.  Suggested
21821         by Bruno Haible.
21822
21823 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21824
21825         * m4/isapipe.m4: New file.
21826
21827 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21828
21829         * lib/isapipe.c, lib/isapipe.h: New files.
21830
21831 2006-08-29  Jim Meyering  <jim@meyering.net>
21832
21833         * modules/configmake (Makefile.am): Make configmake.h depend on
21834         Makefile.  Otherwise, a stale configmake.h could hang around.
21835
21836 2006-08-29  Eric Blake  <ebb9@byu.net>
21837
21838         * lib/error.c (error_at_line, print_errno_message): Match libc, after
21839         resolution of upstream bug 3044.
21840
21841 2006-08-29  Bruno Haible  <bruno@clisp.org>
21842
21843         * modules/localcharset (Depends-on): Add configmake.
21844         (Makefile.am): Remove setting of LIBDIR through DEFS.
21845
21846 2006-08-29  Bruno Haible  <bruno@clisp.org>
21847
21848         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
21849         defined.
21850
21851 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21852
21853         * modules/fcntl: New file.
21854         * modules/chdir-safer (Depends-on): Add fcntl.
21855         * modules/fts: Likewise.
21856         * modules/mkdir-p: Likewise.
21857
21858         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
21859         This undoes the most recent change, since we're now addressing the
21860         problem in a different way.
21861
21862         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
21863         into output, since the output might be called Makefile.am even
21864         if $makefile_name is something different.
21865         (func_import): Use $makefile_am rather than
21866         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
21867         empty.
21868
21869         * modules/inttypes (Files): Add m4/inttypes-h.m4.
21870
21871 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
21874         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
21875         recent change to stdint.m4, since we're now addressing the problem in a
21876         different way.
21877
21878 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21879
21880         * m4/fcntl_h.m4: New file.
21881
21882 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21883
21884         * lib/fcntl_.h: New file.
21885         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
21886         the fcntl module.
21887         * lib/dirchownmod.c: Likewise.
21888         * lib/fts.c: Likewise.
21889
21890         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
21891         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
21892         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
21893         just before including <inttypes.h>, to avoid circular inclusion.
21894
21895 2006-08-28  Jim Meyering  <jim@meyering.net>
21896
21897         * doc/visibility.texi: Actually read and correct the grammar of the
21898         sentence affected by yesterday's change.
21899
21900 2006-08-28  Eric Blake  <ebb9@byu.net>
21901
21902         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
21903         needs wrapper.
21904
21905 2006-08-28  Eric Blake  <ebb9@byu.net>
21906
21907         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
21908
21909 2006-08-28  Eric Blake  <ebb9@byu.net>
21910
21911         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
21912
21913 2006-08-28  Bruno Haible  <bruno@clisp.org>
21914
21915         * modules/c-strstr: New file, from GNU gettext.
21916         * MODULES.html.sh (String handling): Add c-strstr.
21917
21918 2006-08-28  Bruno Haible  <bruno@clisp.org>
21919
21920         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
21921         macros.
21922         Reported by Eric Blake.
21923
21924 2006-08-28  Bruno Haible  <bruno@clisp.org>
21925
21926         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
21927         (VASNPRINTF): Return a string of length > INT_MAX without failing.
21928         * lib/vasprintf.c: Include errno.h, limits.h.
21929         (EOVERFLOW): New fallback definition.
21930         (vasprintf): Test here whether the string length is > INT_MAX.
21931         * lib/vsnprintf.c: Include errno.h, limits.h.
21932         (EOVERFLOW): New fallback definition.
21933         (vsnprintf): Fix bug when generated string was too long for the buffer.
21934         Test here whether the string length is > INT_MAX.
21935
21936 2006-08-28  Bruno Haible  <bruno@clisp.org>
21937
21938         * lib/inttypes_.h (SCNX*): Remove definitions.
21939         Reported by Eric Blake.
21940
21941 2006-08-28  Bruno Haible  <bruno@clisp.org>
21942
21943         * lib/c-strstr.h: New file, from GNU gettext.
21944         * lib/c-strstr.c: New file, from GNU gettext.
21945
21946 2006-08-28  Bruno Haible  <bruno@clisp.org>
21947
21948         * gnulib-tool: Reorder some statements.
21949
21950 2006-08-28  Bruno Haible  <bruno@clisp.org>
21951
21952         * gnulib-tool: New option --makefile-name.
21953         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
21954         $makefile_name.
21955         (func_import): Write $makefile_name to the cache file, and read it from
21956         there unless explicitly specified. Use $makefile_name as file name
21957         instead of Makefile.am. Adjust the recommendations accordingly.
21958
21959 2006-08-28  Bruno Haible  <bruno@clisp.org>
21960
21961         * gnulib-tool (func_verify_module): Check against misapplying patch.
21962
21963 2006-08-28  Bruno Haible  <bruno@clisp.org>
21964
21965         * gnulib-tool (func_relativize, func_relconcat): New functions.
21966         Give an error if --local-dir is given with --update.
21967         Remove trailing slashes from $local_gnulib_dir.
21968         (func_import): Store the relativized $local_gnulib_dir in
21969         gnulib-cache.m4, and read it from there if not specified explicitly.
21970
21971 2006-08-28  Bruno Haible  <bruno@clisp.org>
21972
21973         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
21974         is the current directory. Respect also $local_gnulib_dir.
21975
21976 2006-08-28  Bruno Haible  <bruno@clisp.org>
21977             Simon Josefsson  <jas@extundo.com>
21978
21979         BeOS portability.
21980         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
21981
21982 2006-08-27  Jim Meyering  <jim@meyering.net>
21983
21984         * doc/visibility.texi: Remove duplicate word: "pointer".
21985
21986 2006-08-26  Bruno Haible  <bruno@clisp.org>
21987
21988         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
21989         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
21990         (Makefile.am): Create inttypes.h from inttypes_.h.
21991         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
21992
21993         * modules/imaxabs: New file.
21994
21995         * modules/imaxdiv: New file.
21996
21997 2006-08-26  Bruno Haible  <bruno@clisp.org>
21998
21999         * m4/inttypes.m4: New file.
22000         * m4/_inttypes_h.m4: Remove file.
22001         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
22002         PRI_MACROS_BROKEN.
22003         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
22004
22005         * m4/imaxabs.m4: New file.
22006
22007         * m4/imaxdiv.m4: New file.
22008
22009 2006-08-26  Bruno Haible  <bruno@clisp.org>
22010
22011         * lib/inttypes_.h: New file.
22012         * lib/inttypes.h: Remove file.
22013         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
22014
22015         * lib/imaxabs.c: New file.
22016
22017         * lib/imaxdiv.c: New file.
22018
22019 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22020
22021         New config-h module, so that "make" output needn't be cluttered
22022         by -DHAVE_CONFIG_H.
22023         * MODULES.html.sh (Support for building libraries and executables):
22024         Add config-h.
22025         * modules/config-h: New file.
22026         * gnulib-tool (nl, sed_transform_lib_file): New vars.
22027         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
22028         the config-h module is used.
22029
22030         New configmake module, so that "make" output needn't be cluttered
22031         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
22032         * MODULES.html.sh (Support for building libraries and executables):
22033         Add configmake.
22034         * modules/configmake: New file.
22035
22036 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22037
22038         * m4/config-h.m4: New file.
22039
22040 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22041
22042         * config/srclist.txt: Add elisp-comp.
22043
22044 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22045
22046         * MODULES.html.sh (Support for building libraries and executables):
22047         Add elisp-comp.
22048         * build-aux/elisp-comp: New file.
22049         * modules/elisp-comp: New file.
22050
22051 2006-08-24  Bruno Haible  <bruno@clisp.org>
22052
22053         * gnulib-tool (func_create_testdir): Use non-default values of
22054         sourcebase and m4base.
22055
22056 2006-08-24  Bruno Haible  <bruno@clisp.org>
22057
22058         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
22059         HTML structure.
22060
22061 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22062
22063         * modules/openat (Depends-on): Add lchown.
22064
22065 2006-08-23  Bruno Haible  <bruno@clisp.org>
22066
22067         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
22068         of gl_LOCK_EARLY instead of gl_LOCK.
22069
22070 2006-08-23  Bruno Haible  <bruno@clisp.org>
22071
22072         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
22073         on OSF/1 to no.
22074         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
22075
22076 2006-08-23  Bruno Haible  <bruno@clisp.org>
22077
22078         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
22079         as unusable.
22080
22081         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
22082         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
22083         (gl_LOCK): New macro.
22084
22085 2006-08-22  Simon Josefsson  <jas@extundo.com>
22086
22087         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
22088         to md5 module.
22089
22090 2006-08-22  Simon Josefsson  <jas@extundo.com>
22091
22092         * MODULES.html.sh: Add "Support for maintaining and release
22093         projects".
22094
22095         * build-aux/gnupload: New file, from coreutils.
22096
22097 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         Avoid the need for AC_LIBSOURCES in m4 macros.
22100         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
22101         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
22102         * modules/check-version (EXTRA_DIST): Add check-version.h.
22103         * modules/crc (EXTRA_DIST): Add crc.h.
22104         * modules/des (EXTRA_DIST): Add des.h.
22105         * modules/gc (EXTRA_DIST): Add gc.h.
22106         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
22107         * modules/getline (EXTRA_DIST): Add getline.h.
22108         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
22109         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
22110         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
22111         * modules/md2 (EXTRA_DIST): Add md2.h.
22112         * modules/md4 (EXTRA_DIST): Add md4.h.
22113         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
22114         * modules/read-file (EXTRA_DIST): Add read-file.h.
22115         * modules/readline (EXTRA_DIST): Add readline.h.
22116         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
22117         rijndael-api-fst.h.
22118
22119 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22120
22121         * m4/rijndael.m4 (gl_ARCFOUR):
22122         * m4/arctwo.m4 (gl_ARCTWO):
22123         * m4/check-version.m4 (gl_CHECK_VERSION):
22124         * m4/crc.m4 (gl_CRC):
22125         * m4/des.m4 (gl_DES):
22126         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
22127         * m4/gc.m4 (gl_GC):
22128         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
22129         * m4/getline.m4 (gl_FUNC_GETLINE):
22130         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
22131         * m4/hmac-md5.m4 (gl_HMAC_MD5):
22132         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
22133         * m4/md2.m4 (gl_MD2):
22134         * m4/md4.m4 (gl_MD4):
22135         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
22136         * m4/read-file.m4 (gl_FUNC_READ_FILE):
22137         * m4/readline.m4 (gl_FUNC_READLINE):
22138         * m4/rijndael.m4 (gl_RIJNDAEL):
22139         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22140         to get the necessary .h files and whatnot.
22141
22142 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22143
22144         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
22145         gnulib rather than the other way around.
22146         * config/srclistvars.sh (COREUTILS): Remove.
22147
22148 2006-08-22  Jim Meyering  <jim@meyering.net>
22149
22150         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
22151
22152         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
22153
22154 2006-08-22  Eric Blake  <ebb9@byu.net>
22155
22156         * modules/regexprops-generic: New file.
22157         * MODULES.html.sh (Support for building documentation): List it.
22158
22159 2006-08-22  Eric Blake  <ebb9@byu.net>
22160
22161         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
22162         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
22163         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
22164         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
22165
22166 2006-08-22  Bruno Haible  <bruno@clisp.org>
22167
22168         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
22169         and lib_LTLIBRARIES like the other lib_* variables.
22170
22171 2006-08-22  Bruno Haible  <bruno@clisp.org>
22172
22173         * build-aux/x-to-1.in: New file, from GNU gettext.
22174
22175 2006-08-22  Bruno Haible  <bruno@clisp.org>
22176
22177         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
22178         <utmpx.h> exists.
22179
22180 2006-08-22  Bruno Haible  <bruno@clisp.org>
22181
22182         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
22183         <utmpx.h> exists.
22184
22185 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22186
22187         BeOS portability.
22188         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
22189         exist.
22190         Problem reported by Bruno Haible.
22191
22192 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         Avoid the need for AC_LIBSOURCES in m4 macros.
22195         * modules/acl (EXTRA_DIST): Add acl.h.
22196         * modules/argmatch (Files): Add m4/argmatch.m4.
22197         (configure.ac): Add gl_ARGMATCH.
22198         (EXTRA_DIST): Renamed from lib_SOURCES, for
22199         consistency with the other modules.  Remove argmatch.c.
22200         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
22201         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
22202         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
22203         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
22204         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
22205         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
22206         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
22207         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
22208         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
22209         * modules/closeout (EXTRA_DIST): Add closeout.h.
22210         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
22211         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
22212         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
22213         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
22214         dirname.h; remove basename.c and stripslash.c.
22215         * modules/exclude (EXTRA_DIST): Add exclude.h.
22216         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
22217         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
22218         * modules/file-type (EXTRA_DIST): Add file-type.h.
22219         * modules/filemode (EXTRA_DIST): Add filemode.h.
22220         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
22221         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22222         * modules/fpending (EXTRA_DIST): Add __fpending.h.
22223         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
22224         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
22225         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
22226         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
22227         * modules/getdate (EXTRA_DIST): Add getdate.c.
22228         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
22229         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
22230         * modules/getpass (EXTRA_DIST): Add getpass.h.
22231         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
22232         * modules/group-member (EXTRA_DIST): Add group-member.h.
22233         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
22234         * modules/hash (EXTRA_DIST): Add hash.h.
22235         * modules/human (EXTRA_DIST): Add human.h.
22236         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
22237         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
22238         * modules/lchown (EXTRA_DIST): Add lchown.h.
22239         * modules/long-options (EXTRA_DIST): Add long-options.h.
22240         * modules/lstat (EXTRA_DIST): Add lstat.h.
22241         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
22242         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
22243         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
22244         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
22245         * modules/memxor (EXTRA_DIST): Add memxor.h.
22246         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
22247         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
22248         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
22249         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
22250         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
22251         * modules/physmem (EXTRA_DIST): Add physmem.h.
22252         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
22253         * modules/posixver (EXTRA_DIST): Add posixver.h.
22254         * modules/quote (EXTRA_DIST): Add quote.h.
22255         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
22256         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
22257         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
22258         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
22259         regex_internal.h regexec.c.
22260         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
22261         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
22262         * modules/same (EXTRA_DIST): Add same.h.
22263         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
22264         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
22265         * modules/savedir (EXTRA_DIST): Add savedir.h.
22266         * modules/sha1 (EXTRA_DIST): Add sha1.h.
22267         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
22268         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
22269         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
22270         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
22271         * modules/strdup (EXTRA_DIST): Add strdup.h.
22272         * modules/strftime (EXTRA_DIST): Add strftime.h.
22273         * modules/strndup (EXTRA_DIST): Add strndup.h.
22274         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
22275         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
22276         * modules/time_r (EXTRA_DIST): Add time_r.h.
22277         * modules/timespec (EXTRA_DIST): Add timespec.h.
22278         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22279         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
22280         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
22281         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
22282         * modules/userspec (EXTRA_DIST): Add userspec.h.
22283         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
22284         * modules/utimens (EXTRA_DIST): Add utimens.h.
22285         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
22286         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
22287         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
22288         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
22289         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
22290         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
22291         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
22292         * modules/yesno (EXTRA_DIST): Add yesno.h.
22293
22294 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22295
22296         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
22297
22298         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
22299         * m4/dev-ino.m4, same-inode.m4: Remove.
22300
22301         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
22302         * m4/acl.m4 (AC_FUNC_ACL):
22303         * m4/backupfile.m4 (gl_BACKUPFILE):
22304         * m4/c-strtod.m4 (gl_C99_STRTOLD):
22305         * m4/canon-host.m4 (gl_CANON_HOST):
22306         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22307         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
22308         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
22309         * m4/cloexec.m4 (gl_CLOEXEC):
22310         * m4/close-stream.m4 (gl_CLOSE_STREAM):
22311         * m4/closeout.m4 (gl_CLOSEOUT):
22312         * m4/dirfd.m4 (gl_FUNC_DIRFD):
22313         * m4/dirname.m4 (gl_DIRNAME):
22314         * m4/exclude.m4 (gl_EXCLUDE):
22315         * m4/exitfail.m4 (gl_EXITFAIL):
22316         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
22317         * m4/file-type.m4 (gl_FILE_TYPE):
22318         * m4/filemode.m4 (gl_FILEMODE):
22319         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
22320         * m4/fpending.m4 (gl_FUNC_FPENDING):
22321         * m4/fprintftime.m4 (gl_FPRINTFTIME):
22322         * m4/fts.m4 (gl_FUNC_FTS):
22323         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
22324         * m4/getdate.m4 (gl_GETDATE):
22325         * m4/gethrxtime.m4 (gl_GETHRXTIME):
22326         * m4/getpagesize.m4 (gl_GETPAGESIZE):
22327         * m4/getpass.m4 (gl_FUNC_GETPASS):
22328         * m4/gettime.m4 (gl_GETTIME):
22329         * m4/getugroups.m4 (gl_GETUGROUPS):
22330         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
22331         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
22332         * m4/hard-locale.m4 (gl_HARD_LOCALE):
22333         * m4/hash.m4 (gl_HASH):
22334         * m4/idcache.m4 (gl_IDCACHE):
22335         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
22336         * m4/lchown.m4 (gl_FUNC_LCHOWN):
22337         * m4/long-options.m4 (gl_LONG_OPTIONS):
22338         * m4/lstat.m4 (gl_FUNC_LSTAT):
22339         * m4/md5.m4 (gl_MD5):
22340         * m4/memcasecmp.m4 (gl_MEMCASECMP):
22341         * m4/memcoll.m4 (gl_MEMCOLL):
22342         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
22343         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
22344         * m4/memxor.m4 (gl_MEMXOR):
22345         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
22346         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
22347         * m4/modechange.m4 (gl_MODECHANGE):
22348         * m4/mountlist.m4 (gl_MOUNTLIST):
22349         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22350         * m4/openat.m4 (gl_FUNC_OPENAT):
22351         * m4/pathmax.m4 (gl_PATHMAX):
22352         * m4/physmem.m4 (gl_PHYSMEM):
22353         * m4/posixtm.m4 (gl_POSIXTM):
22354         * m4/posixver.m4 (gl_POSIXVER):
22355         * m4/quote.m4 (gl_QUOTE):
22356         * m4/quotearg.m4 (gl_QUOTEARG):
22357         * m4/readtokens.m4 (gl_READTOKENS):
22358         * m4/readutmp.m4 (gl_READUTMP):
22359         * m4/regex.m4 (gl_REGEX):
22360         * m4/safe-read.m4 (gl_SAFE_READ):
22361         * m4/safe-write.m4 (gl_SAFE_WRITE):
22362         * m4/same.m4 (gl_SAME):
22363         * m4/save-cwd.m4 (gl_SAVE_CWD):
22364         * m4/savedir.m4 (gl_SAVEDIR):
22365         * m4/settime.m4 (gl_SETTIME):
22366         * m4/sha1.m4 (gl_SHA1):
22367         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
22368         * m4/stat-macros.m4 (gl_STAT_MACROS):
22369         * m4/stat-time.m4 (gl_STAT_TIME):
22370         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
22371         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
22372         * m4/strdup.m4 (gl_FUNC_STRDUP):
22373         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
22374         * m4/strndup.m4 (gl_FUNC_STRNDUP):
22375         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
22376         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
22377         * m4/time_r.m4 (gl_TIME_R):
22378         * m4/timespec.m4 (gl_TIMESPEC):
22379         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
22380         * m4/unlinkdir.m4 (gl_UNLINKDIR):
22381         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
22382         * m4/userspec.m4 (gl_USERSPEC):
22383         * m4/utimecmp.m4 (gl_UTIMECMP):
22384         * m4/utimens.m4 (gl_UTIMENS):
22385         * m4/xalloc.m4 (gl_XALLOC):
22386         * m4/xgetcwd.m4 (gl_XGETCWD):
22387         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
22388         * m4/xreadlink.m4 (gl_XREADLINK):
22389         * m4/xstrtod.m4 (gl_XSTRTOD):
22390         * m4/yesno.m4 (gl_YESNO):
22391         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22392         to get the necessary .h files and whatnot.
22393
22394 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
22395             Bruno Haible  <bruno@clisp.org>
22396
22397         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
22398         /bin/sh understanding of '!' conditional negation.
22399
22400 2006-08-21  Jim Meyering  <jim@meyering.net>
22401
22402         * modules/openat (Depends-on): Really alphabetize.
22403
22404         * modules/acl (Depends-on): Add error and quote.
22405
22406         * check-module (find_included_lib_files): Add at-func.c to the
22407         ok-to-include-more-than-once white list.
22408
22409         * modules/openat (Depends-on): Add lstat.  Alphabetize.
22410
22411 2006-08-21  Bruno Haible  <bruno@clisp.org>
22412
22413         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22414         Emit a pkgdata_DATA variable only if some snippets add contents to it.
22415         Reported by Martin Lambers <marlam@marlam.de>.
22416
22417 2006-08-21  Bruno Haible  <bruno@clisp.org>
22418
22419         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
22420         specify an installation location, don't emit a noinst_LIBRARIES or
22421         noinst_LTLIBRARIES assignment.
22422
22423 2006-08-21  Bruno Haible  <bruno@clisp.org>
22424
22425         BeOS portability.
22426         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
22427         BeOS has mbrtowc() but no <wctype.h>.
22428
22429 2006-08-21  Bruno Haible  <bruno@clisp.org>
22430
22431         BeOS portability.
22432         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
22433         exist.
22434
22435 2006-08-21  Bruno Haible  <bruno@clisp.org>
22436
22437         BeOS portability.
22438         * lib/mbchar.h: Include <wctype.h> only if it exists.
22439
22440 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22441
22442         Remove files that are no longer needed by their respective modules.
22443         * m4/obstack.m4: Remove.
22444         * m4/strerror_r.m4: Remove.
22445         * m4/uint32_t.m4: Remove.
22446         * m4/uintptr_t.m4: Remove.
22447         * m4/ullong_max.m4: Remove.
22448         * m4/xstrtoimax.m4: Remove.
22449         * m4/xstrtoumax.m4: Remove.
22450
22451         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
22452         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
22453         dependencies now capture this.
22454
22455         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
22456         Do not use AC_LIBSOURCES, since gnulib modules now do this.
22457         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
22458         * m4/human.m4 (gl_HUMAN): Likewise.
22459         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
22460         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
22461
22462         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
22463
22464         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
22465         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
22466         stdint.
22467         * m4/human.m4 (gl_HUMAN): Likewise.
22468         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
22469         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
22470         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
22471         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
22472         * m4/xstrtol (gl_XSTRTOL): Likewise.
22473
22474         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
22475         AC_TYPE_LONG_LONG_INT.
22476         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
22477         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
22478         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
22479         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
22480
22481         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
22482         on stdbool.
22483
22484         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
22485         (gl_PREREQ_XSTRTOUL): Remove.
22486
22487         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
22488
22489         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
22490         mode.
22491
22492 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22493
22494         Add and change modules to make it easier for coreutils to use
22495         gnulib-tool.
22496         * modules/backupfile (Files): Remove m4/d-ino.m4.
22497         (Depends-on): Add d-ino.
22498         * modules/cycle-check (Depends-on): Add stdint.
22499         (lib_SOURCES): Add cycle-check.h.
22500         * modules/d-ino: New module.
22501         * modules/d-type: New module.
22502         * modules/error (Files): Remove m4/strerror_r.m4.
22503         * modules/filemode (Files): Add m4/st_dm_mode.m4.
22504         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22505         m4/inttypes_h.m4, m4/uintmax_t.m4.
22506         (Depends-on): Add stdint.
22507         (lib_SOURCES): Add fsusage.h.
22508         * modules/getcwd (Files): Remove d-ino.m4.
22509         (Depends-on): Add d-ino.
22510         * modules/getndelim2 (Depends-on): Add stdint.
22511         * modules/glob (Files): Remove m4/d-type.m4.
22512         (Depends-on): Add d-type.
22513         * modules/host-os: New module.
22514         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
22515         m4/inttypes_h.m4, m4/uintmax_t.m4.
22516         * Depends-on: Add stdint.
22517         (lib_SOURCES): Add human.h.
22518         * modules/inttostr (Files): Remove m4/intmax_t.m4,
22519         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
22520         m4/uintmax_t.m4, m4/ulonglong.m4.
22521         (Depends-on): Add stdint.
22522         (EXTRA_DIST): Add inttostr.h.
22523         * modules/lchmod: New module.
22524         * modules/link-follow: New module.
22525         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
22526         (Depends-on): Add lchmod.
22527         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
22528         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
22529         (Depends-on): Add stdint.
22530         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
22531         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
22532         (Depends-on): Add stdint.
22533         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
22534         * modules/perl: New module.
22535         * modules/regex (Depends-on): Add stdint.
22536         * modules/rmdir-errno: New module.
22537         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
22538         m4/intmax_t.m4.
22539         (Depends-on): Add stdint.
22540         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
22541         m4/uintmax_t.m4.
22542         (Depends-on): Add stdint.
22543         * modules/unlink-busy: New module.
22544         * modules/utimecmp (Depends-on): Add stdint.
22545         * modules/uptime: New module.
22546         * modules/winsz-ioctl: New module.
22547         * modules/winsz-termios: New module.
22548         * modules/xnanosleep (Depends-on): Add nanosleep.
22549         * modules/ullong_max: Remove.
22550         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
22551         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
22552         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
22553         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
22554         (Depends-on): Add inttypes.
22555         (lib_SOURCES): Add xstrtol.h.
22556         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
22557         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
22558         * MODULES.html.sh: Move 'assert' into the assert section.
22559         Move 'dummy' into the linking section.
22560         Remove ullong_max.
22561         Add section for compatibility checks for POSIX:2001 functions,
22562         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
22563         winsz-ioctl, and winsz-termios into it.
22564         Add lchmod.
22565         Add top-level Misc section and put host-os, perl, and uptime
22566         into it.
22567
22568 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22569
22570         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
22571         now assume the stdint module.  Do not include inttypes.h.
22572         * lib/fsusage.h: Likewise.
22573         * lib/getndelim2.c: Likewise.
22574         * lib/human.h: Likewise.
22575         * lib/inttostr.h: Likewise.
22576         * lib/obstack.c: Likewise.
22577         * lib/regex_internal.h: Likewise.
22578         * lib/tempname.c: Likewise.
22579         * lib/utimecmp.c: Likewise.
22580         * lib/xstrtol.h: Likewise.
22581
22582         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
22583
22584         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
22585         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
22586         * lib/xtime.h: Likewise.
22587
22588 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22589
22590         * modules/openat (Files): Add lib/fchmodat.c.
22591         Fixes problem reported by Jay Youngman.
22592
22593 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22594
22595         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
22596         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
22597
22598 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
22599             Bruno Haible  <bruno@clisp.org>
22600
22601         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
22602         and is a script that invokes bison. Tighten the code. Add comments.
22603
22604 2006-08-18  Jim Meyering  <jim@meyering.net>
22605
22606         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
22607         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
22608         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
22609         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
22610
22611 2006-08-18  Bruno Haible  <bruno@clisp.org>
22612
22613         * modules/bison-i18n: New file.
22614         * MODULES.html.sh (Internationalization functions): Add it.
22615
22616 2006-08-18  Bruno Haible  <bruno@clisp.org>
22617
22618         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
22619         sys/statvfs.h. When getmntinfo was found, check its declaration and
22620         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
22621
22622 2006-08-18  Bruno Haible  <bruno@clisp.org>
22623
22624         * m4/bison-i18n.m4: New file, from bison.
22625
22626 2006-08-18  Bruno Haible  <bruno@clisp.org>
22627
22628         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
22629         (ME_DUMMY): Treat "kernfs" as a dummy.
22630         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
22631
22632 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22633
22634         Update from coreutils.
22635
22636         2006-08-15  Jim Meyering  <jim@meyering.net>
22637
22638         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
22639
22640         2006-01-17  Jim Meyering  <jim@meyering.net>
22641
22642         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
22643
22644         2006-01-11  Jim Meyering  <jim@meyering.net>
22645
22646         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
22647         Check for the lchmod function.
22648
22649 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22650
22651         Update from coreutils.
22652
22653         * lib/__fpending.h: Add copyright notice.
22654         * lib/fprintftime.h: Likewise.
22655         * lib/savedir.c: Use (C) in copyright notice.
22656         * lib/savedir.h: Likewise.
22657
22658         2006-08-15  Jim Meyering  <jim@meyering.net>
22659
22660         * lib/at-func.c: New file, with the logic of all emulated at-functions.
22661         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
22662         in support of the EXPECTED_ERRNO macro.
22663         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
22664         definitions.  Instead, define the appropriate symbols and include
22665         "at-func.c".
22666         * lib/mkdirat.c (mkdirat): Likewise.
22667         * lib/fchmodat.c (fchmodat): Likewise.
22668         (ENOSYS): Remove definition.
22669         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
22670         it.  Don't include "unistd--.h" -- it wasn't ever used.
22671
22672         2006-01-17  Jim Meyering  <jim@meyering.net>
22673
22674         Rewrite fts.c not to change the current working directory,
22675         by using openat, fstatat, fdopendir, etc..
22676
22677         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
22678         (HAVE_OPENAT_SUPPORT): Define.
22679         [_LIBC] (fchdir): Don't undef or define; no longer used.
22680         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
22681         Now, this `function' always succeeds, and consumes its file descriptor
22682         parameter -- so callers must not close such FDs.  Update callers.
22683         (diropen_fd, opendirat, cwd_advance_fd): New functions.
22684         (diropen): Add parameter, SP.  Adjust all callers.
22685         Implement using diropen_fd, rather than open.
22686         (fts_open): Initialize new member, fts_cwd_fd.
22687         Remove fts_rft-setting code.
22688         (fts_close): Close fts_cwd_fd, if necessary.
22689         (__opendir2): Define in terms of opendir or opendirat,
22690         depending on whether the FST_NOCHDIR flag is set.
22691         (fts_build): Since fts_safe_changedir consumes its FD, and since
22692         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
22693         and close the dup'd file descriptor upon failure.
22694         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
22695         (fts_safe_changedir): Tweak semantics to reflect that this function
22696         now calls cwd_advance_fd and hence consumes its FD argument.
22697         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
22698         [struct FTS] (fts_rft): Remove now-unused member.
22699         [struct FTS] (fts_cycle.state): Improve comment.
22700
22701         * lib/openat.c (openat_needs_fchdir): New function.
22702         * lib/openat.h (openat_needs_fchdir): Declare it.
22703
22704 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
22705
22706         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
22707         Problem and fix reported by Pádraig Brady in
22708         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
22709
22710 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22711
22712         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
22713
22714 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22715
22716         * lib/memcoll.c (memcoll): Optimize for the common case where the
22717         arguments are bytewise equal.
22718
22719 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22720
22721         * doc/regexprops-generic.texi: Add a copyright notice.
22722
22723 2006-08-15  Bruno Haible  <bruno@clisp.org>
22724
22725         * modules/tmpdir (License): Change to LGPL.
22726
22727 2006-08-15  Bruno Haible  <bruno@clisp.org>
22728
22729         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
22730         module.
22731
22732 2006-08-14  Simon Josefsson  <jas@extundo.com>
22733
22734         * config/srclist.txt: Add gnupload.
22735
22736 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         Change copyright notice from LGPL 2 to GPL 2, since that's the
22739         standard form used in the gnulib repository.
22740         * tests/test-lock.c: Likewise.
22741         * tests/test-stdint.c: Likewise.
22742         * tests/test-tls.c: Likewise.
22743
22744         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
22745         prelude-manager.  User shorter URLs for GNU projects, without '?'.
22746         Add copyright notice.
22747
22748         * check-module: Add copyright notice.  Output a copyright
22749         notice if "--version" is specified.
22750         * modules/COPYING: New file.
22751         * tests/test-getaddrinfo.c: Add copyright notice.
22752         * tests/test-verify.c: Likewise.
22753
22754 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22755
22756         Change copyright notice from LGPL 2 to GPL 2, since that's the
22757         standard form used in the gnulib repository.
22758         * lib/lock.c: LGPL -> GPL.
22759         * lib/lock.h: Likewise.
22760         * lib/strnlen1.c: Likewise.
22761         * lib/strnlen1.h: Likewise.
22762         * lib/tls.c: Likewise.
22763         * lib/tls.h: Likewise.
22764         * lib/tmpdir.c: Likewise.
22765
22766         * lib/TODO: Remove; this belongs only in coreutils.
22767
22768 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22769
22770         Add copyright notices to long-enough files that lack them, since
22771         otherwise the files aren't clearly free.  Use the same notice that
22772         getdate.texi already uses.
22773         * doc/alloca-opt.texi: Add copyright notice.
22774         * doc/alloca.texi: Likewise.
22775         * doc/ctime.texi: Likewise.
22776         * doc/functions.texi: Likewise.
22777         * doc/gcd.texi: Likewise.
22778         * doc/gnulib-tool.texi: Likewise.
22779         * doc/inet_ntoa.texi: Likewise.
22780         * doc/visibility.texi: Likewise.
22781
22782         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
22783         * doc/quote.texi: Add copyright notice.
22784
22785         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
22786         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
22787         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
22788         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
22789         is now obsolete, and give a pointer to the Sun list.
22790         Add copyright notice.
22791
22792 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22793
22794         * config/srclistvars.sh: Add copyright notice.
22795
22796 2006-08-14  Eric Blake  <ebb9@byu.net>
22797
22798         Import the following change from libc:
22799
22800         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
22801
22802         Upstream bug 2997.
22803         * lib/misc/error.c: Add space between program name and message if file
22804         name is missing.
22805
22806 2006-08-12  Karl Berry  <karl@gnu.org>
22807
22808         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
22809         remove, these originate in gnulib now.
22810
22811 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22812
22813         * doc/Makefile (standards.info standards.html standards.dvi):
22814         Also depend on make-stds.texi.
22815
22816 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22817
22818         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
22819         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
22820
22821         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
22822         in wchar_t.  Problem reported by Eric Blake.
22823
22824         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
22825         LEN is smaller than SIZE.  Suggested by Bruno Haible.
22826         Also, help the compiler to keep LEN in a register.
22827
22828 2006-08-11  Eric Blake  <ebb9@byu.net>
22829
22830         * users.txt: Sort.  Add tar.
22831
22832 2006-08-11  Bruno Haible  <bruno@clisp.org>
22833
22834         * users.txt: New file.
22835
22836 2006-08-11  Bruno Haible  <bruno@clisp.org>
22837
22838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
22839         before <wchar.h>. Needed for OSF/1 and BSD/OS.
22840
22841 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
22842
22843         * modules/snprintf (Depends-on): Remove minmax.
22844         (Maintainer): Add self and Bruno.
22845
22846 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
22847
22848         * lib/.cppi-disable: Add snprintf.h, socket_.h.
22849         * lib/snprintf.c: Include <errno.h> and <limits.h>.
22850         (EOVERFLOW): Define if the system does not.
22851         Do not include "minmax.h"; it wasn't used.
22852         (snprintf): Don't assume size_t promotes to an unsigned type.
22853         Fix bug when generated string was too long for the buffer: the
22854         buffer's contents are supposed to be the initial prefix of the
22855         output.  Don't assume vasnprintf returns EOVERFLOW if the size
22856         exceeds INT_MAX; do the check ourselves.
22857
22858         Import the following changes from libc:
22859
22860         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
22861
22862         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
22863         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
22864         set wc to the byte which couldn't be converted.
22865         (re_string_reconstruct): Don't clear valid_raw_len before calling
22866         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
22867         tip_context using re_string_context_at.
22868
22869         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
22870
22871         * lib/posix/regex.h: g++ still cannot handled [restrict].
22872
22873         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
22874
22875         * lib/posix/regex.h: Remove special handling for VMS.
22876
22877 2006-08-10  Jim Meyering  <jim@meyering.net>
22878
22879         * modules/same-inode: New module.
22880         * modules/dev-ino: New module.
22881         * modules/cycle-check: Depend on these modules, rather than simply
22882         including their .h files.
22883         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
22884         required via m4/cycle-check.m4.
22885         * modules/same: Depend on new same-inode module, rather than
22886         including same-inode.h.
22887         * modules/chdir-safer: New file.
22888
22889         * modules/chown (Depends-on): Add stat-macros.
22890
22891 2006-08-10  Jim Meyering  <jim@meyering.net>
22892
22893         * m4/cycle-check.m4: New file.
22894         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
22895         * m4/dev-ino.m4, m4/same-inode.m4: New files.
22896
22897 2006-08-10  Eric Blake  <ebb9@byu.net>
22898
22899         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
22900         in from original proposal.
22901
22902 2006-08-10  Eric Blake  <ebb9@byu.net>
22903         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22904
22905         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
22906         namespace.
22907
22908 2006-08-10  Bruno Haible  <bruno@clisp.org>
22909
22910         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
22911         as well.
22912
22913 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22914
22915         Sync from coreutils.
22916
22917         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
22918
22919         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
22920         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
22921
22922 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22923
22924         * modules/restrict: Remove; no longer needed now that we assume
22925         Autoconf 2.59 or later.
22926         * MODULES.html.sh: Remove 'restrict'.
22927         * modules/argp (Depends-on): Remove 'restrict'.
22928         * modules/base64 (Depends-on): Likewise.
22929         * modules/gc (Depends-on): Likewise.
22930         * modules/getaddrinfo (Depends-on): Likewise.
22931         * modules/glob (Depends-on): Likewise.
22932         * modules/inet_ntop (Depends-on): Likewise.
22933         * modules/inet_pton (Depends-on): Likewise.
22934         * modules/memxor (Depends-on): Likewise.
22935         * modules/regex (Depends-on): Likewise.
22936         * modules/strtok_r (Depends-on): Likewise.
22937         * modules/time_r (Depends-on): Likewise.
22938
22939 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22940
22941         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
22942         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
22943         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22944         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
22945         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
22946         * m4/memxor.m4 (gl_MEMXOR): Likewise.
22947         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
22948         gl_C_RESTRICT replaced by AC_C_RESTRICT.
22949
22950         Merge from coreutils.
22951         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
22952         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
22953         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
22954         * m4/time_r.m4 (gl_TIME_R): Likewise.
22955
22956 2006-08-09  Karl Berry  <karl@gnu.org>
22957
22958         * config/srclist.txt: no more gettext-tools, per Bruno.
22959
22960 2006-08-08  Eric Blake  <ebb9@byu.net>
22961
22962         * modules/verror: New module.
22963         * MODULES.html.sh: Document it.
22964
22965 2006-08-08  Eric Blake  <ebb9@byu.net>
22966
22967         * lib/verror.h, lib/verror.c: New files.
22968
22969 2006-08-08  Eric Blake  <ebb9@byu.net>
22970
22971         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
22972         verror_at_line output complies with GNU Coding Standards even when
22973         file is NULL.
22974
22975 2006-08-07  Bruno Haible  <bruno@clisp.org>
22976
22977         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
22978         versions of AIX.
22979         Reported by Ralf Wildenhues.
22980
22981 2006-08-07  Bruno Haible  <bruno@clisp.org>
22982
22983         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
22984         in an AC_DEFUN. Needed so that the autoconf snippets can use
22985         AC_REQUIRE.
22986
22987 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22988
22989         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22990         Initialize pkgdata_DATA.
22991         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
22992         overriding it.
22993
22994 2006-08-06  Eric Blake  <ebb9@byu.net>
22995
22996         * lib/error.h: Fold in some upstream changes from glibc.
22997         * lib/error.c: Likewise.
22998
22999 2006-08-04  Bruno Haible  <bruno@clisp.org>
23000
23001         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23002         Make the mostlyclean-local rule depend on mostlyclean-generic.
23003         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
23004
23005 2006-07-31  Bruno Haible  <bruno@clisp.org>
23006
23007         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
23008         <stdlib.h>, <string.h>.
23009
23010 2006-07-30  Bruno Haible  <bruno@clisp.org>
23011
23012         * modules/readlink (License): Change to LGPL.
23013
23014 2006-07-30  Bruno Haible  <bruno@clisp.org>
23015
23016         * modules/javaversion (Makefile.am): Distribute javaversion.java and
23017         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
23018         set PKGDATADIR to point to it.
23019
23020 2006-07-30  Bruno Haible  <bruno@clisp.org>
23021
23022         * modules/csharpexec (configure.ac): Comment out macro invocation.
23023         * modules/javaexec (configure.ac): Likewise.
23024         * modules/javacomp-script (configure.ac): Likewise.
23025
23026         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
23027
23028 2006-07-30  Bruno Haible  <bruno@clisp.org>
23029
23030         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
23031         linked-list.
23032
23033 2006-07-30  Bruno Haible  <bruno@clisp.org>
23034
23035         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
23036
23037 2006-07-30  Bruno Haible  <bruno@clisp.org>
23038
23039         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23040         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
23041         get removed.
23042
23043 2006-07-29  Bruno Haible  <bruno@clisp.org>
23044
23045         Make it possible for gnulib-tool to work with locally modified or
23046         augmented gnulib repositories.
23047         * gnulib-tool (func_usage): Document --local-dir option.
23048         (local_gnulib_dir): New variable.
23049         Handle --local-dir option.
23050         (func_lookup_file): New function.
23051         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
23052         (func_get_description, func_get_filelist, func_get_description,
23053         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
23054         func_get_automake_snippet, func_get_include_directive,
23055         func_get_license, func_get_maintainer): Use func_lookup_file.
23056         (func_import, func_create_testdir): Use func_lookup_file.
23057
23058 2006-07-29  Bruno Haible  <bruno@clisp.org>
23059
23060         * modules/setenv (Depends-on): Add unistd.
23061
23062 2006-07-29  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
23065
23066 2006-07-29  Bruno Haible  <bruno@clisp.org>
23067
23068         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
23069
23070 2006-07-29  Bruno Haible  <bruno@clisp.org>
23071
23072         * gnulib-tool (import, update): If there is no Makefile.am, look at
23073         aclocal.m4, instead of bailing out.
23074
23075 2006-07-29  Bruno Haible  <bruno@clisp.org>
23076
23077         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
23078         Categorize the options by when they are useful.
23079
23080 2006-07-29  Bruno Haible  <bruno@clisp.org>
23081
23082         * gnulib-tool (func_usage): Document option --no-libtool.
23083         Handle option --no-libtool.
23084         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
23085         for changed semantics of $libtool variable.
23086         (func_import): Likewise. If libtool is not used, show this through
23087         an option --no-libtool.
23088         (func_create_testdir): Update.
23089
23090 2006-07-29  Bruno Haible  <bruno@clisp.org>
23091
23092         * gnulib-tool (func_import): Extend error message about missing
23093         --doc-base.
23094
23095 2006-07-29  Bruno Haible  <bruno@clisp.org>
23096
23097         * gnulib-tool (func_import): Don't create the $docbase directory if
23098         there is no file to store there.
23099
23100 2006-07-29  Bruno Haible  <bruno@clisp.org>
23101
23102         * gnulib-tool (autoconf_minversion): If a --dir option is given and
23103         relevant, look for configure.ac there, not in the current directory.
23104         Also use a simple search for AC_PREREQ, not "autoconf --trace".
23105
23106 2006-07-29  Bruno Haible  <bruno@clisp.org>
23107
23108         * gnulib-tool (SORT): New variable.
23109         (func_usage): Undocument --assume-autoconf option.
23110         Remove --assume-autoconf option handling.
23111         (autoconf_minversion): Determine from the contents of configure.ac.
23112         (func_import): Remove autoconf_minversion handling.
23113         Suggested by Eric Blake.
23114
23115 2006-07-29  Bruno Haible  <bruno@clisp.org>
23116
23117         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
23118
23119 2006-07-29  Bruno Haible  <bruno@clisp.org>
23120
23121         * config/srclist.txt (*setenv.[ch]): Remove rules.
23122
23123 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23124
23125         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
23126
23127 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23128
23129         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
23130         arpa/inet.h.
23131
23132 2006-07-28  Simon Josefsson  <jas@extundo.com>
23133
23134         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
23135         * modules/inet_pton (Depends-on): Likewise.
23136
23137 2006-07-28  Simon Josefsson  <jas@extundo.com>
23138
23139         * m4/netinet_in_h.m4: New file.
23140
23141 2006-07-28  Simon Josefsson  <jas@extundo.com>
23142
23143         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
23144         #include's.
23145
23146 2006-07-28  Simon Josefsson  <jas@extundo.com>
23147
23148         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
23149         #include's.
23150
23151 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
23152
23153         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
23154         setgid on directories only if they set these bits.
23155         * lib/modechange.h: Remove obsolete comment about masks.
23156
23157 2006-07-28  Eric Blake  <ebb9@byu.net>
23158
23159         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
23160         macro expansion.
23161
23162 2006-07-28  Bruno Haible  <bruno@clisp.org>
23163
23164         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
23165
23166 2006-07-28  Bruno Haible  <bruno@clisp.org>
23167
23168         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
23169
23170 2006-07-28  Bruno Haible  <bruno@clisp.org>
23171
23172         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23173         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23174         Define fallbacks.
23175         Avoids link error on FreeBSD 4.x.
23176         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23177
23178         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
23179         encoding.
23180         * lib/mbswidth.c (iswcntrl): Likewise.
23181
23182 2006-07-27  Bruno Haible  <bruno@clisp.org>
23183
23184         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
23185         test.
23186
23187 2006-07-27  Bruno Haible  <bruno@clisp.org>
23188
23189         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
23190         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
23191         defined.
23192
23193 2006-07-26  Eric Blake  <ebb9@byu.net>
23194
23195         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
23196
23197 2006-07-26  Eric Blake  <ebb9@byu.net>
23198
23199         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
23200         like mingw that lack mkstemp.
23201         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
23202         avoid compilation warning on mingw.
23203
23204 2006-07-26  Bruno Haible  <bruno@clisp.org>
23205
23206         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
23207         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
23208         INT_FAST*_MIN, INTPTR_MIN.
23209
23210 2006-07-25  Bruno Haible  <bruno@clisp.org>
23211
23212         * modules/version-etc (Depends-on): Add stdarg.
23213
23214 2006-07-25  Bruno Haible  <bruno@clisp.org>
23215
23216         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
23217         complex commands.
23218
23219 2006-07-25  Bruno Haible  <bruno@clisp.org>
23220
23221         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
23222         defined in <stdarg.h> or config.h.
23223
23224 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23225
23226         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
23227         (gl_STDIO_SAFER): Remove.
23228
23229 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23230
23231         * MODULES.html.sh (File stream based Input/Output):
23232         Add fopen-safer, tmpfile-safer; remove stdio-safer.
23233         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
23234         * modules/fopen-safer, modules/tmpfile-safer: New files.
23235         * modules/stdio-safer: Remove.
23236
23237 2006-07-24  Bruno Haible  <bruno@clisp.org>
23238
23239         * modules/tmpdir: New file.
23240         * MODULES.html.sh (File system functions): Add it.
23241
23242 2006-07-24  Bruno Haible  <bruno@clisp.org>
23243
23244         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
23245         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
23246
23247 2006-07-24  Bruno Haible  <bruno@clisp.org>
23248
23249         * modules/clean-temp: New file.
23250
23251 2006-07-24  Bruno Haible  <bruno@clisp.org>
23252
23253         * m4/tmpdir.m4: New file, from GNU gettext.
23254
23255 2006-07-24  Bruno Haible  <bruno@clisp.org>
23256
23257         * lib/tmpdir.h: New file, from GNU gettext.
23258         * lib/tmpdir.c: New file, from GNU gettext.
23259
23260 2006-07-24  Bruno Haible  <bruno@clisp.org>
23261
23262         * lib/clean-temp.h: New file, from GNU gettext.
23263         * lib/clean-temp.c: New file, from GNU gettext.
23264
23265 2006-07-23  Eric Blake  <ebb9@byu.net>
23266
23267         * modules/stdio-safer (Files): Add tmpfile-safer.c.
23268         (Depends-on): Add binary-io.
23269
23270 2006-07-23  Eric Blake  <ebb9@byu.net>
23271
23272         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
23273
23274 2006-07-23  Eric Blake  <ebb9@byu.net>
23275
23276         * lib/tmpfile-safer.c: New file.
23277         * lib/stdio-safer.h (fopen_safer): Add prototype.
23278         * lib/stdio--.h (tmpfile): Make safer.
23279
23280 2006-07-23  Bruno Haible  <bruno@clisp.org>
23281
23282         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
23283         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
23284         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
23285         gl_linked_remove_at): Use it.
23286
23287 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23288         and Simon Josefsson <jas@extundo.com>
23289
23290         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
23291
23292         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
23293
23294 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         * modules/close-stream: New file.
23297         * modules/closeout (Description): Make it clear that it exits
23298         with a diagnostic on error.
23299         (Depends-on): Add close-stream.  Remove fpending, stdbool.
23300         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
23301
23302 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23303
23304         * m4/close-stream.m4: New file.
23305
23306 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * lib/close-stream.c, lib/close-stream.h: New files.
23309
23310 2006-07-22  Bruno Haible  <bruno@clisp.org>
23311
23312         Merge from GNU gettext 0.15.
23313
23314         2006-05-01  Bruno Haible  <bruno@clisp.org>
23315
23316                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
23317
23318         2006-07-22  Bruno Haible  <bruno@clisp.org>
23319
23320                 * modules/javaversion: New file.
23321                 * MODULES.html.sh (Java): Add javaversion.
23322
23323         2006-03-12  Bruno Haible  <bruno@clisp.org>
23324
23325                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
23326
23327         2005-12-04  Bruno Haible  <bruno@clisp.org>
23328
23329                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
23330                 (untested).
23331
23332         2006-06-21  Bruno Haible  <bruno@clisp.org>
23333
23334                 Avoid warnings from recent versions of mcs.
23335                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
23336                 -o, -L, -r any more. Use options documented since mcs-1.0
23337                 instead. Similarly for -g.
23338
23339         2005-12-04  Bruno Haible  <bruno@clisp.org>
23340
23341                 * build-aux/csharpcomp.sh.in: Suffix for resources is
23342                 .resources, not .resource.
23343
23344         2005-07-09  Bruno Haible  <bruno@clisp.org>
23345
23346                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
23347                 add a .dll suffix.
23348                 Reported by Mark Junker <mjscod@gmx.de>.
23349
23350         2006-07-22  Bruno Haible  <bruno@clisp.org>
23351
23352                 * modules/gettext: Upgrade to gettext-0.15.
23353                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
23354                 m4/visibility.m4.
23355                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
23356
23357 2006-07-22  Bruno Haible  <bruno@clisp.org>
23358
23359         Merge from GNU gettext 0.15.
23360
23361         2006-03-25  Bruno Haible  <bruno@clisp.org>
23362
23363                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
23364
23365         2006-07-21  Bruno Haible  <bruno@clisp.org>
23366
23367                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
23368                 "1.1".
23369
23370         2006-05-09  Bruno Haible  <bruno@clisp.org>
23371
23372                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
23373                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
23374                 for the conftestver execution.
23375
23376         2006-05-01  Bruno Haible  <bruno@clisp.org>
23377
23378                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
23379                 optional target-version argument. Verify that the compiler
23380                 groks source of the specified source-version, or add -source
23381                 option as necessary. Verify that the compiler produces
23382                 bytecode in the specified target-version, or add -target and
23383                 -source options as necessary. Make the result of the test
23384                 available as variable CONF_JAVAC. Also log error output in
23385                 config.log.
23386
23387         2006-03-11  Bruno Haible  <bruno@clisp.org>
23388
23389                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
23390
23391         2006-05-09  Bruno Haible  <bruno@clisp.org>
23392
23393                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
23394                 CLASSPATH_SEPARATOR to a semicolon.
23395
23396         2006-03-12  Bruno Haible  <bruno@clisp.org>
23397
23398                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
23399                 available as variable CONF_JAVA, for subsequent autoconf
23400                 tests. Also log error output in config.log.
23401
23402         2006-07-19  Bruno Haible  <bruno@clisp.org>
23403
23404                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
23405                 that getline works on glibc2 systems. Needed to avoid trouble
23406                 in relocatable.c.
23407                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
23408
23409         2005-12-04  Bruno Haible  <bruno@clisp.org>
23410
23411                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
23412                 launcher (untested).
23413
23414         2005-12-04  Bruno Haible  <bruno@clisp.org>
23415
23416                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
23417
23418         2006-07-22  Bruno Haible  <bruno@clisp.org>
23419
23420                 * gettext.m4: Update from GNU gettext-0.15.
23421                 * nls.m4: Likewise.
23422                 * po.m4: Likewise.
23423                 * inttypes-pri.m4: Likewise.
23424                 * inttypes-h.m4: Renamed from inttypes.m4.
23425                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
23426
23427 2006-07-22  Bruno Haible  <bruno@clisp.org>
23428
23429         Merge from GNU gettext 0.15.
23430
23431         2005-07-05  Bruno Haible  <bruno@clisp.org>
23432
23433                 * printf-args.c (printf_fetchargs): Work around broken
23434                 definition of wint_t on mingw.
23435
23436         2005-02-12  Bruno Haible  <bruno@clisp.org>
23437
23438                 * xallocsa.h: Add extern "C" for C++.
23439
23440         2006-05-17  Bruno Haible  <bruno@clisp.org>
23441
23442                 Cygwin portability.
23443                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
23444
23445         2006-04-30  Bruno Haible  <bruno@clisp.org>
23446
23447                 * progreloc.c: Include <mach-o/dyld.h> if available.
23448                 (find_executable): Use _NSGetExecutablePath when possible.
23449
23450         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23451
23452                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
23453                 function.
23454
23455         2005-12-29  Bruno Haible  <bruno@clisp.org>
23456
23457                 * progreloc.c (set_program_name_and_installdir): Fix
23458                 compilation error.
23459
23460         2005-12-04  Bruno Haible  <bruno@clisp.org>
23461
23462                 Cygwin portability.
23463                 * progreloc.c: Include <windows.h> also on Cygwin.
23464                 (find_executable): Add support for Cygwin.
23465                 (set_program_name_and_installdir): Handle also platforms with
23466                 nonempty EXEEXT.
23467
23468         2006-07-11  Bruno Haible  <bruno@clisp.org>
23469
23470                 * javacomp.c: Fix a comment.
23471                 Reported by Jim Meyering.
23472
23473         2006-04-30  Bruno Haible  <bruno@clisp.org>
23474
23475                 * javacomp.h (compile_java_class): Add source_version,
23476                 target_version arguments.
23477                 * javacomp.c: Rewritten to choose only a compiler that
23478                 respects the specified source_version and target_version.
23479
23480         2006-06-27  Bruno Haible  <bruno@clisp.org>
23481
23482                 Assume correct S_ISDIR macro.
23483                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
23484
23485         2006-07-22  Bruno Haible  <bruno@clisp.org>
23486
23487                 * javaversion.h: New file, from GNU gettext.
23488                 * javaversion.c: New file, from GNU gettext.
23489                 * javaversion.java: New file, from GNU gettext.
23490                 * javaversion.class: New file, from GNU gettext.
23491
23492         2006-05-17  Bruno Haible  <bruno@clisp.org>
23493
23494                 Cygwin portability.
23495                 * javaexec.c (execute_java_class): Test for jview program
23496                 also on Cygwin.
23497
23498         2006-04-09  Bruno Haible  <bruno@clisp.org>
23499
23500                 * fatal-signal.c: Don't include string.h.
23501                 (at_fatal_signal): Use a copying loop instead of memcpy.
23502
23503         2005-12-04  Bruno Haible  <bruno@clisp.org>
23504
23505                 * csharpexec.c: Add support for 'clix' launcher (untested).
23506                 (execute_csharp_using_sscli): New function.
23507                 (execute_csharp_program): Call it.
23508
23509         2006-06-21  Bruno Haible  <bruno@clisp.org>
23510
23511                 Avoid warnings from recent versions of mcs.
23512                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
23513                 -o, -L, -r any more. Use options documented since mcs-1.0
23514                 instead. Similarly for -g.
23515
23516         2005-07-09  Bruno Haible  <bruno@clisp.org>
23517
23518                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
23519                 add a .dll suffix.
23520                 Reported by Mark Junker <mjscod@gmx.de>.
23521
23522         2006-06-17  Bruno Haible  <bruno@clisp.org>
23523
23524                 * config.charset: Update for NetBSD 3.0.
23525
23526         2006-05-17  Bruno Haible  <bruno@clisp.org>
23527
23528                 Cygwin portability.
23529                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
23530
23531         2006-05-16  Bruno Haible  <bruno@clisp.org>
23532
23533                 * localcharset.c [CYGWIN]: Include <windows.h>.
23534                 (get_charset_aliases): For Cygwin, return the same CPxxx
23535                 aliases list as under WIN32.
23536                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
23537                 the environment variables. Fall back to GetACP().
23538
23539         2006-04-05  Bruno Haible  <bruno@clisp.org>
23540
23541                 * config.charset: Update Juan Manuel Guerrero's address.
23542
23543         2005-02-12  Bruno Haible  <bruno@clisp.org>
23544
23545                 * allocsa.h: Add extern "C" for C++.
23546
23547         2005-02-10  Bruno Haible  <bruno@clisp.org>
23548
23549                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
23550                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
23551
23552         2006-07-22  Bruno Haible  <bruno@clisp.org>
23553
23554                 * gettext.h: Update to GNU gettext-0.15.
23555
23556 2006-07-22  Bruno Haible  <bruno@clisp.org>
23557
23558         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
23559         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
23560         lib-prefix.m4, longdouble.m4, ssize_t.m4.
23561
23562 2006-07-21  Eric Blake  <ebb9@byu.net>
23563
23564         * modules/stdlib-safer: New file.
23565         * MODULES.html.sh (File stream based Input/Output): Add
23566         stdlib-safer.
23567
23568 2006-07-21  Eric Blake  <ebb9@byu.net>
23569
23570         * lib/stdlib-safer.h: New file from coreutils, required by
23571         stdlib--.h.
23572
23573 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
23574
23575         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
23576
23577 2006-07-20  Bruno Haible  <bruno@clisp.org>
23578
23579         * gnulib-tool: Recognize new option --assume-autoconf.
23580         (autoconf_minversion): New variable.
23581         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
23582
23583 2006-07-20  Bruno Haible  <bruno@clisp.org>
23584
23585         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
23586
23587 2006-07-19  Derek R. Price  <derek@ximbiot.com>
23588
23589         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
23590         Reindent and repaginate.
23591
23592 2006-07-19  Derek Price  <derek@ximbiot.com>
23593
23594         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
23595         Correct grammar.
23596
23597 2006-07-17  Bruno Haible  <bruno@clisp.org>
23598
23599         * modules/list: New file.
23600         * modules/array-list: New file.
23601         * modules/carray-list, modules/carray-list-tests: New files.
23602         * modules/linked-list, modules/linked-list-tests: New files.
23603         * modules/avltree-list, modules/avltree-list-tests: New files.
23604         * modules/rbtree-list, modules/rbtree-list-tests: New files.
23605         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
23606         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
23607         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
23608         * modules/oset: New file.
23609         * modules/array-oset: New file.
23610         * modules/avltree-oset, modules/avltree-oset-tests: New files.
23611         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
23612         * tests/test-carray_list.c: New file.
23613         * tests/test-linked_list.c: New file.
23614         * tests/test-avltree_list.c: New file.
23615         * tests/test-rbtree_list.c: New file.
23616         * tests/test-linkedhash_list.c: New file.
23617         * tests/test-avltreehash_list.c: New file.
23618         * tests/test-rbtreehash_list.c: New file.
23619         * tests/test-avltree_oset.c: New file.
23620         * tests/test-rbtree_oset.c: New file.
23621         * MODULES.html.sh (Container data structures): New section.
23622
23623 2006-07-17  Bruno Haible  <bruno@clisp.org>
23624
23625         * m4/gl_list.m4: New file.
23626
23627 2006-07-17  Bruno Haible  <bruno@clisp.org>
23628
23629         * lib/gl_list.h: New file.
23630         * lib/gl_list.c: New file.
23631         * lib/gl_array_list.h: New file.
23632         * lib/gl_array_list.c: New file.
23633         * lib/gl_carray_list.h: New file.
23634         * lib/gl_carray_list.c: New file.
23635         * lib/gl_linked_list.h: New file.
23636         * lib/gl_linked_list.c: New file.
23637         * lib/gl_anylinked_list1.h: New file.
23638         * lib/gl_anylinked_list2.h: New file.
23639         * lib/gl_avltree_list.h: New file.
23640         * lib/gl_avltree_list.c: New file.
23641         * lib/gl_anyavltree_list1.h: New file.
23642         * lib/gl_anyavltree_list2.h: New file.
23643         * lib/gl_rbtree_list.h: New file.
23644         * lib/gl_rbtree_list.c: New file.
23645         * lib/gl_anyrbtree_list1.h: New file.
23646         * lib/gl_anyrbtree_list2.h: New file.
23647         * lib/gl_anytree_list1.h: New file.
23648         * lib/gl_anytree_list2.h: New file.
23649         * lib/gl_linkedhash_list.h: New file.
23650         * lib/gl_linkedhash_list.c: New file.
23651         * lib/gl_anyhash_list1.h: New file.
23652         * lib/gl_anyhash_list2.h: New file.
23653         * lib/gl_avltreehash_list.h: New file.
23654         * lib/gl_avltreehash_list.c: New file.
23655         * lib/gl_rbtreehash_list.h: New file.
23656         * lib/gl_rbtreehash_list.c: New file.
23657         * lib/gl_anytreehash_list1.h: New file.
23658         * lib/gl_anytreehash_list2.h: New file.
23659
23660         * lib/gl_oset.h: New file.
23661         * lib/gl_oset.c: New file.
23662         * lib/gl_array_oset.h: New file.
23663         * lib/gl_array_oset.c: New file.
23664         * lib/gl_avltree_oset.h: New file.
23665         * lib/gl_avltree_oset.c: New file.
23666         * lib/gl_rbtree_oset.h: New file.
23667         * lib/gl_rbtree_oset.c: New file.
23668         * lib/gl_anytree_oset.h: New file.
23669
23670 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
23671
23672         * m4/mkancesdirs.m4: New file.
23673         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
23674         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
23675         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
23676         it.
23677
23678 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
23679
23680         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
23681         * lib/mkancesdirs.h: New files.
23682         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
23683         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
23684         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
23685         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
23686         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
23687         callers changed.  Revamp internals significantly, by not
23688         attempting to create directories that are temporarily more
23689         permissive than the final results.  Do not attempt to use
23690         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
23691         This removes some race conditions, fixes some bugs, and simplifies
23692         things.  Use new dirchownmod function to do owner and mode changes.
23693         * lib/mkdir-p.h: Likewise.
23694         * lib/modechange.c (octal_to_mode): New function.
23695         (struct mode_change): New member mentioned.
23696         (make_node_op_equals): New arg mentioned.  All callers changed.
23697         (mode_compile): Keep track of which mode bits the user has explicitly
23698         mentioned.
23699         (mode_adjust): New arg DIR, so that we implement the X op correctly.
23700         New arg PMODE_BITS, to keep track of which mode bits the user
23701         mentioned; it treats S_ISUID and S_ISGID speciall.
23702         All callers changed.
23703         * lib/modechange.h: Likewise.
23704
23705 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
23706
23707         * MODULES.html.sh: Add mkancestors.
23708         * modules/mkancesdirs: New module.
23709         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
23710         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
23711         The chdir-safer and afs files are now orphans; I'll remove them
23712         unless someone speaks up.
23713         Add lib/dirchownmod.c, lib/dirchownmod.h.
23714         (Depends-on): Remove alloca, chown, save-cwd, dirname.
23715         Add lchown, mkancesdirs.
23716         (Maintainer): Add self.
23717
23718 2006-07-15  Karl Berry  <karl@gnu.org>
23719
23720         * gnulib-tool: help message wording/arrangement.
23721
23722 2006-07-14  Simon Josefsson  <jas@extundo.com>
23723
23724         * doc/gnulib.texi (Libtool and Windows): New section.
23725
23726 2006-07-12  Simon Josefsson  <jas@extundo.com>
23727
23728         * modules/gendocs (License): Fix license, approved by Karl.
23729
23730 2006-07-12  Eric Blake  <ebb9@byu.net>
23731
23732         * MODULES.html.sh: Add gendocs.
23733
23734 2006-07-11  Eric Blake  <ebb9@byu.net>
23735
23736         * modules/fdl: New module, to install doc/fdl.texi.
23737         * MODULES.html.sh: Add new section for documentation modules.
23738         * gnulib-tool: Avoid space-tab.
23739         (--doc-base): New option, to manage files from doc.
23740
23741 2006-07-11  Eric Blake  <ebb9@byu.net>
23742
23743         * m4/absolute-header.m4: Fix comments to match recent change.
23744
23745 2006-07-11  Eric Blake  <ebb9@byu.net>
23746
23747         * gnulib-tool: List --doc-base before --tests-base.
23748
23749 2006-07-11  Derek R. Price  <derek@ximbiot.com>
23750
23751         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
23752
23753 2006-07-11  Bruno Haible  <bruno@clisp.org>
23754
23755         * README: Mention where to put documentation.
23756
23757 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23758
23759         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
23760
23761 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
23762
23763         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
23764         to stdint.m4.
23765
23766 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
23767
23768         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
23769         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
23770         "no/such/file/stdint.h" when there is no such file, so that
23771         the resulting C code can be parsed by dodgy compilers.
23772         Problems reported by Bob Proulx.
23773
23774 2006-07-10  Derek R. Price  <derek@ximbiot.com>
23775
23776         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
23777         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
23778         macros into the GNU _D_EXACT_NAMLEN.
23779         * lib/savedir.c:  Likewise.
23780         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
23781
23782 2006-07-10  Derek R. Price  <derek@ximbiot.com>
23783         and Paul Eggert  <eggert@cs.ucla.edu>
23784
23785         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
23786         * m4/savedir.m4:
23787         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
23788         macros into the GNU _D_EXACT_NAMLEN.
23789
23790 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23791
23792         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
23793         around the absolute name, to work around a problem with the HP-UX
23794         11.23 native C compiler, reported by Bob Proulx.
23795
23796 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23797
23798         * doc/maintain.texi, make-stds.texi: Sync from
23799         <http://savannah.gnu.org/projects/gnustandards>.
23800
23801 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23802
23803         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
23804
23805 2006-07-09  Jim Meyering  <jim@meyering.net>
23806
23807         * m4/glob.m4: Remove a doubled word in a comment.
23808
23809 2006-07-09  Jim Meyering  <jim@meyering.net>
23810
23811         * lib/argp-pv.c: Remove a doubled word in a comment.
23812         * lib/check-version.c (check_version): Likewise.
23813         * lib/javacomp.c (compile_java_class): Likewise.
23814
23815 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
23816
23817         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
23818         for the benefit of people using Autoconf 2.60.  If you want to
23819         support older Autoconf versions you can copy m4/onceonly_2_57.m4
23820         (or m4/onceonly.m4, if pre-2.57) manually.
23821
23822 2006-07-08  Jim Meyering  <jim@meyering.net>
23823
23824         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
23825         comment.
23826         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
23827         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
23828         comment.
23829
23830 2006-07-08  Jim Meyering  <jim@meyering.net>
23831
23832         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
23833
23834 2006-07-07  Simon Josefsson  <jas@extundo.com>
23835
23836         * tests/test-crc.c: Change expected crc value, the test vector
23837         were probably computed using the old broken crc.c?
23838
23839 2006-07-06  Simon Josefsson  <jas@extundo.com>
23840
23841         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
23842         now the canonical place for the M4 file).
23843
23844         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
23845         from the sys_socket dependency now.
23846
23847         * modules/inet_pton (Files): Ditto.
23848
23849         * modules/inet_ntop (Files): Ditto.
23850
23851 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23852
23853         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
23854         not gl_PREREQ_GETUSERSHELL.
23855
23856 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23857
23858         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
23859         with only one argument, for Autoconf 2.60.
23860         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
23861         expand to nothing, so add a shell command to avoid syntax error.
23862         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23863
23864 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23865
23866         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
23867
23868 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23869
23870         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
23871         no longer needed.  Check for isblank decl.
23872         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
23873         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
23874         of existence.
23875
23876 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23877
23878         * lib/getloadavg.c: Use __VMS, not VMS.
23879         * lib/getopt.c: Likewise.
23880         * lib/getpagesize.h: Likewise.
23881         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
23882         and probably does not work.
23883
23884 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23885
23886         * lib/.cppi-disable: Add wcwidth.
23887         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
23888         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
23889         (ISGRAPH): Remove.  All uses changed to isgraph.
23890         (FOLD) [!defined _LIBC]: Remove special case.
23891         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
23892         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
23893         HAVE_ISBLANK.
23894         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
23895         case.
23896
23897 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
23898
23899         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
23900         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
23901         brackets.  Other minor changes to suppress some compiler
23902         warnings.
23903
23904 2006-07-06  Derek R. Price  <derek@ximbiot.com>
23905         and Paul Eggert  <eggert@cs.ucla.edu>
23906
23907         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
23908         of invoking obsolescent AC_HEADER_DIRENT macro.
23909         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
23910         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
23911         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
23912         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
23913         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
23914         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23915         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
23916         * m4/readdir.m4: Remove; no longer needed.
23917
23918 2006-07-06  Derek R. Price  <derek@ximbiot.com>
23919         and Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
23922         Don't worry about this obsolete case any more.
23923         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
23924         directories.
23925         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
23926         worry about this obsolete case any more.
23927         * lib/fts.c: Likewise.
23928         * lib/getcwd.c: Likewise.
23929         * lib/glob.h: Likewise.
23930         * lib/savedir.c: Likewise.
23931
23932 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23933
23934         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
23935         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
23936         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
23937         needed.
23938         All uses removed.
23939         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23940         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
23941         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
23942         needed.
23943         * m4/getdate.m4 (gl_GETDATE): Likewise.
23944         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
23945         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
23946         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
23947         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23948         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
23949         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23950         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
23951         needed.
23952
23953 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23954
23955         * lib/memcasecmp.c: Include <limits.h>.
23956         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
23957         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
23958         Don't assume isdigit succeeds only on '0' through '9'.
23959
23960 2006-07-05  Eric Blake  <ebb9@byu.net>
23961
23962         * modules/getaddrinfo (Depends-on): Add snprintf.
23963
23964 2006-07-05  Eric Blake  <ebb9@byu.net>
23965
23966         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
23967         to avoid 'header present but could not be compiled' on cygwin.
23968
23969 2006-07-05  Eric Blake  <ebb9@byu.net>
23970
23971         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
23972         missing from netdb.h.
23973         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
23974
23975 2006-07-05  Derek R. Price  <derek@ximbiot.com>
23976
23977         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
23978         no longer needed.
23979         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
23980         * m4/getdate.m4 (gl_GETDATE): Likewise.
23981         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
23982         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
23983         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
23984         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23985         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23986
23987 2006-07-05  Derek R. Price  <derek@ximbiot.com>
23988
23989         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
23990         All uses of is_space replaced by isspace.
23991         * lib/exit.h: Don't talk about STDC_HEADERS.
23992         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
23993         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
23994         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
23995         replaced by isprint etc.
23996         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
23997         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
23998         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
23999         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
24000         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
24001         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24002
24003 2006-07-05  Bruno Haible  <bruno@clisp.org>
24004
24005         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
24006         the function exists, before testing against AIX.
24007         Reported by Martin Lambers <marlam@marlam.de>.
24008
24009 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24010
24011         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
24012         From Mark D. Baushke.
24013
24014 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24015
24016         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
24017         to the absolute name, not just one, to bypass Sun C 5.8's
24018         "warning: #include of /usr/include/... may be non-portable".
24019
24020 2006-07-04  Eric Blake  <ebb9@byu.net>
24021
24022         * modules/dirname-tests: New test module.
24023         * tests/test-dirname.c: New file, replacing dirname.c
24024         TEST_DIRNAME section that was recently deleted.
24025
24026 2006-07-04  Bruno Haible  <bruno@clisp.org>
24027
24028         Assume ANSI C header files and <ctype.h> functions.
24029         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
24030         (mbsnwidth): Use isprint, iscntrl instead.
24031
24032 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24033
24034         Merge from coreutils.
24035         * MODULES.html.sh: Add xstrtold.
24036         * modules/xstrtold: New file.
24037         * modules/cycle-check (Files): Add lib/same-inode.h.
24038         * modules/dirname (Files): Add m4/double-slash-root.m4.
24039         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
24040         * modules/mkdir-p (Files): Add lib/same-inode.h.
24041         * modules/same (Files): Add lib/same-inode.h.
24042
24043 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24044
24045         * m4/absolute-header.m4: Renamed from full-header-path.m4.
24046         This is to keep the terminology clean; POSIX talks about
24047         "absolute pathnames", not "full pathnames", but the GNU
24048         Coding Standards say to use "path" for something else;
24049         so use "absolute" to keep both sides happy.
24050         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
24051         Set gl_absolute_header, not gl_full_header_path.
24052         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
24053         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
24054         All uses changed.
24055
24056         Merge from coreutils.
24057
24058         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24059
24060         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
24061         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
24062         want to require the building of c-strtod.o.
24063         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
24064         needs -lm directly.
24065         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
24066
24067         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
24068
24069         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
24070         --as-needed option if available.  Problem reported by Albert Chin in
24071         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
24072         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
24073         cc merely issues a bunch of annoying warnings for --as-needed
24074         (this problem was reported by Bob Proulx).  Also, try linking with
24075         -lm to detect a bug in binutils 2.16 (this problem was reported
24076         by Ralf Wildenhues).
24077
24078         2006-06-18  Jim Meyering  <jim@meyering.net>
24079
24080         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
24081         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
24082         macro.
24083         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
24084         also check for glibc-2.4's abort-inducing bug.
24085
24086         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
24087         Low-probability clean-up should be to use rmdir to get rid of
24088         the just-created directory, not unlink.
24089
24090         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
24091         configure fail, and request a bug report to inform us about it.
24092         Add a comment that, barring reports to the contrary, in 2007 we'll
24093         assume ftruncate is universally available.
24094
24095         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24096
24097         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
24098
24099         2006-03-12  Jim Meyering  <jim@meyering.net>
24100
24101         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
24102         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
24103         * m4/same.m4 (gl_SAME): Likewise.
24104         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
24105
24106         2006-03-11  Eric Blake  <ebb9@byu.net>
24107
24108         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
24109         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
24110         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
24111         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
24112
24113 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24114
24115         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
24116         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
24117         reported by Mark D. Baushke, one in
24118         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
24119
24120         Merge from coreutils.
24121
24122         * lib/.cppi-disable: Add stdint_.h.
24123         * lib/.cvsignore: Add stdint.h.
24124
24125         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24126
24127         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
24128         both double and long double versions.
24129         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
24130         * lib/xstrtold.c: New file.
24131         * lib/xstrtod.h (xstrtold): New decl.
24132
24133         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
24134
24135         * lib/filemode.c (setst): Remove.
24136         (strmode): Rewrite to avoid setst.  This makes the code shorter,
24137         (arguably) clearer, and the generated code is a bit smaller on my
24138         Debian GNU/Linux stable x86 host.
24139
24140         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24141
24142         * lib/filemode.c: Include "filemode.h" first, to test the interface.
24143         Assume that filemode.h includes sys/types.h and sys/stat.h.
24144         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
24145         (ftypelet): Reorder to put common cases first, for efficiency.
24146         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
24147         to do 'M'.
24148         (strmode): Renamed from mode_string, and now stores 12 bytes instead
24149         of 10, for compatibility with FreeBSD.  All callers changed.
24150         (filemodestring): Now stores 12 bytes instead of 10, and sets file
24151         types that can't be deduced solely from st_mode.  First arg is now a
24152         const pointer.
24153         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
24154         (strmode): Renamed from mode_string.
24155         (filemodestring): New decl.
24156         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
24157         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
24158         needed.
24159         (S_ISPORT, S_ISWHT): New macros, if not already defined.
24160
24161         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24162
24163         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
24164         fsusage.h now does that.  Include fsusage.h first, to test interface.
24165         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
24166         at most one method (the old code could have generated decls that
24167         didn't conform to C89, not that this was ever exercised).
24168         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
24169
24170         2006-03-19  Jim Meyering  <jim@meyering.net>
24171
24172         Work even in a chroot where d_ino values for entries in "/"
24173         don't match the stat.st_ino values for the same names.
24174         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
24175         number, iterate through all entries again, using lstat instead.
24176         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
24177         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
24178
24179         * lib/getcwd.c (__getcwd): Clarify a comment.
24180         Use memcpy in place of a call to strcpy.
24181
24182         2006-03-12  Jim Meyering  <jim@meyering.net>
24183
24184         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
24185         matches that of the current directory (which we're about to chdir ".."
24186         out of), then save the dev-ino of the parent, instead.
24187
24188         * lib/same-inode.h (SAME_INODE): New file/macro.
24189         * lib/chdir-safer.c (SAME_INODE): Remove definition.
24190         Include "same-inode.h", instead.
24191         * lib/same.c: Likewise.
24192         * lib/cycle-check.h: Include "same-inode.h".
24193         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
24194         * lib/cycle-check.c (SAME_INODE): Remove definition.
24195         * lib/root-dev-ino.h: Include "same-inode.h".
24196
24197         2006-03-11  Eric Blake  <ebb9@byu.net>
24198
24199         * lib/same.c (same_name): s/base_name/last_component/
24200         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
24201         * lib/filenamecat.c (file_name_concat): Likewise.
24202
24203         2006-03-11  Eric Blake  <ebb9@byu.net>,
24204                     Paul Eggert  <eggert@cs.ucla.edu>
24205
24206         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
24207         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
24208         drive prefix.
24209         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
24210         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
24211         (last_component): New method.
24212         * lib/dirname.c (dir_len): Determine when drive letters need a
24213         subsequent slash.  Preserve // when it is special.
24214         (dir_name): Don't append dot when drive letter is absolute.
24215         [TEST_DIRNAME]: Move into a full-blown gnulib test.
24216         * lib/basename.c (base_name): New semantics - malloc the result.
24217         Preserve // when it is special.  Preserve relative files that look
24218         like drive letters.
24219         (base_len): Preserve // when it is special.
24220         (last_component): New method, similar to old base_name semantics.
24221         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
24222         base_name.  Strip redundant slashes from ///.
24223
24224 2006-07-03  Jim Meyering  <jim@meyering.net>
24225
24226         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
24227         macro is used before the first cycle_check call.
24228
24229 2006-07-03  Eric Blake  <ebb9@byu.net>
24230
24231         * modules/dirname (Depends-on): Add xstrndup.
24232
24233 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24234
24235         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
24236         test cases, so that config.log is a bit easier to follow.
24237
24238 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24239
24240         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
24241         both are 64 bits, since this seems to be the tradition, and this
24242         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
24243         we ever run into a host that prefers long long to long in this
24244         case, we'll need another configure-time test.  Problem reported by
24245         Jim Meyering.
24246
24247 2006-07-02  Eric Blake  <ebb9@byu.net>
24248
24249         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
24250
24251 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24252
24253         * modules/inttypes (Depends-on): No longer depends on stdint.
24254         * modules/stdint (Description): Say more about assumptions.
24255         Say that the fast types might differ.  Say macros are used.
24256         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
24257         (Makefile.am): Revise list of substituted symbols to match
24258         new stdint.m4.
24259         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
24260         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
24261         * tests/test-stdint.c (verify_same_types)
24262         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
24263         the code conforms to C99/C89.
24264         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
24265         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
24266
24267 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24268
24269         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
24270         but fix a bug, by requiring at least 64 bits.
24271         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
24272         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
24273         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
24274         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
24275
24276         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
24277         changes.  Make 2.59 a prerequisite.  Check and substitute for
24278         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
24279         inttypes.h.  Do not use special include files; just use the
24280         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
24281         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
24282         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
24283         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
24284         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
24285         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
24286         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
24287         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
24288         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
24289         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
24290         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
24291         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
24292         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
24293         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
24294         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
24295         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
24296         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
24297         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
24298         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
24299         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
24300         WINT_MAX.  Check for C99 conformance more strictly, by detecting
24301         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
24302         not check for things that C99 does not require, e.g., int8_t.  If
24303         a test isn't needed unless <stdint.h> isn't working, and is
24304         unlikely to be needed for any other reason, then don't do it
24305         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
24306         size_t, since we assume C89 freestanding at least.  Do not check
24307         for sig_atomic_t, wchar_t, or wint_t, since the code now does
24308         the right thing even if the types are not defined.  Instead use:
24309         (gl_STDINT_TYPE_PROPERTIES): New macro.
24310         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
24311         testing whether <sys/types.h> clashes, as Autoconf does this for
24312         us now.  All uses removed.
24313         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
24314         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
24315         (gl_CHECK_TYPE_SAME):
24316         Remove; no longer needed.
24317         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
24318         exists, since we'll return 0 anyway in that case.
24319         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
24320
24321 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24322
24323         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
24324         possible collision with system files.
24325         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
24326         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
24327         WCHAR_MIN and WCHAR_MAX in this case.
24328         (<stddef.h>): Do not include; no longer needed.
24329         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
24330         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
24331         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
24332         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
24333         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
24334         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
24335         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
24336         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
24337         !defined(__c99))]: Include in this case too, since it's harmless
24338         now.
24339         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
24340         dangerous to do so.
24341         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
24342         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
24343         (_STDINT_MIN, _STDINT_MAX): New macros.
24344         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
24345         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
24346         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
24347         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
24348         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
24349         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
24350         macros, not typedefs; this simplifies things quite a bit.
24351         Use long int for all types narrower than int64_t.
24352         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
24353         Define in terms of long long int or int64_t or long int,
24354         not int64_t or int32_t.  This saves some compile-time testing.
24355         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
24356         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
24357         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
24358         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
24359         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
24360         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
24361         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
24362         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
24363         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
24364         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
24365         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24366         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24367         undef any previous version and define our own version, for
24368         simplicity and consistency with the new macros for types.
24369         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24370         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24371         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
24372         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
24373         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
24374         @WINT_T_SUFFIX@ to keep things simple here.
24375         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
24376         Simplify by assuming typical 8/16/32/64 host, since we're
24377         already doing that elsewhere anyway.
24378         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
24379         and assume long long int is 64 bits if available.  This
24380         speeds up 'configure'.
24381
24382 2006-07-01  Eric Blake  <ebb9@byu.net>
24383
24384         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
24385         Reported by Andreas Buening.
24386
24387 2006-07-01  Eric Blake  <ebb9@byu.net>
24388
24389         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
24390
24391 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24392
24393         * lib/getaddrinfo.c: fixed typo
24394
24395 2006-06-29  Jim Meyering  <jim@meyering.net>
24396
24397         * modules/strftime (Maintainer): Add my name, since with the
24398         FPRINTFTIME changes strftime.c has forked from glibc.
24399
24400 2006-06-29  Eric Blake  <ebb9@byu.net>
24401
24402         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
24403
24404 2006-06-29  Eric Blake  <ebb9@byu.net>
24405
24406         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
24407
24408 2006-06-29  Eric Blake  <ebb9@byu.net>
24409
24410         * lib/stat_.h: New file.
24411
24412 2006-06-29  Eric Blake  <ebb9@byu.net>
24413
24414         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
24415         unused static function.
24416
24417 2006-06-29  Eric Blake  <ebb9@byu.net>
24418
24419         * doc/functions.texi (Function Portability): Document missing lstat
24420         on mingw.
24421
24422 2006-06-29  Eric Blake  <ebb9@byu.net>
24423
24424         * MODULES.html.sh: Add sys_stat.
24425         * modules/sys_stat: New module.
24426         * modules/mkstemp (Depends-on): Add sys_stat.
24427
24428 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24429
24430         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
24431
24432 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24433
24434         * m4/c-bs-a.m4: Removed.
24435
24436 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24437
24438         * lib/strftime.c: Assume strftime() exists.
24439
24440 2006-06-29  Derek Price  <derek@ximbiot.com>
24441
24442         * modules/c-bs-a: Removed - \a is C89.
24443         * MODULES.html.sh: Remove c-bs-a.
24444
24445 2006-06-29  Bruno Haible  <bruno@clisp.org>
24446
24447         * modules/wcwidth (License): Change to LGPL.
24448
24449 2006-06-28  Simon Josefsson  <jas@extundo.com>
24450
24451         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
24452         on _WIN32.
24453
24454         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
24455         getnameinfo.
24456
24457 2006-06-28  Simon Josefsson  <jas@extundo.com>
24458
24459         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
24460
24461 2006-06-28  Simon Josefsson  <jas@extundo.com>
24462
24463         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
24464         functions there.  It will succeed on Windows XP, but on Windows
24465         2000 and (presumably) earlier, it will fail, and use the internal
24466         re-implementation.
24467         (use_win32_p): New function.
24468         (getaddrinfo): Use strtoul on servname, to support numeric ports.
24469         Support AI_NUMERICSERV to disable getservbyname.
24470         (getnameinfo): New function, only supports
24471         NI_NUMERICHOST|NI_NUMERICSERV for now.
24472
24473         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
24474         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
24475         getnameinfo.
24476
24477 2006-06-28  Eric Blake  <ebb9@byu.net>
24478
24479         * modules/wcwidth: New file.
24480         * modules/mbchar (Depends-on): Add wcwidth.
24481         * modules/mbswidth (Depends-on): Add wcwidth.
24482         * MODULES.html.sh: Add wcwidth.
24483
24484 2006-06-28  Eric Blake  <ebb9@byu.net>
24485
24486         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
24487         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
24488
24489 2006-06-28  Eric Blake  <ebb9@byu.net>
24490
24491         * lib/xvasprintf.h: Fix comments.
24492
24493 2006-06-28  Eric Blake  <ebb9@byu.net>
24494
24495         * lib/mbchar.h (wcwidth): Include wcwidth.h.
24496         * lib/mbswidth.c (wcwidth): Move from here...
24497         * lib/wcwidth.h: ...to this new file.
24498
24499 2006-06-28  Derek R. Price  <derek@ximbiot.com>
24500
24501         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
24502
24503         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
24504         it's obsolete.
24505         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
24506
24507 2006-06-28  Derek R. Price  <derek@ximbiot.com>
24508
24509         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
24510         Autoconf 2.60 says this stuff was obsolete.
24511
24512 2006-06-28  Bruno Haible  <bruno@clisp.org>
24513
24514         * modules/wcwidth (Files): Add m4/wchar_t.m4.
24515
24516 2006-06-28  Bruno Haible  <bruno@clisp.org>
24517
24518         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
24519         gt_TYPE_WCHAR_T.
24520
24521 2006-06-28  Bruno Haible  <bruno@clisp.org>
24522
24523         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
24524         declaration for wcwidth.
24525         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
24526
24527 2006-06-28  Bruno Haible  <bruno@clisp.org>
24528
24529         * lib/mkdtemp.c [MINGW]: Include <io.h>.
24530         (mkdir): Define using _mkdir.
24531
24532 2006-06-28  Bruno Haible  <bruno@clisp.org>
24533
24534         * lib/getaddrinfo.h: Fix POSIX URL.
24535         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
24536         _WIN32.
24537         (use_win32_p): Make static.
24538         (getaddrinfo): Reject service name if it is empty or does not consist
24539         solely of decimal digits, or if its value is > 65535.
24540         (getnameinfo): Remove useless casts.
24541
24542 2006-06-27  Simon Josefsson  <jas@extundo.com>
24543
24544         * modules/sys_select: New file, suggested by Bruno Haible, Paul
24545         Eggert and Martin Lambers.
24546
24547 2006-06-27  Simon Josefsson  <jas@extundo.com>
24548
24549         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
24550         Eggert and Martin Lambers.
24551
24552 2006-06-27  Bruno Haible  <bruno@clisp.org>
24553
24554         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
24555         result to 0, not to empty.
24556         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
24557
24558 2006-06-27  Bruno Haible  <bruno@clisp.org>
24559
24560         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
24561
24562 2006-06-26  Simon Josefsson  <jas@extundo.com>
24563
24564         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
24565         present.
24566
24567 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
24568
24569         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
24570         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
24571         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
24572
24573 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
24574
24575         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
24576
24577 2006-06-26  Bruno Haible  <bruno@clisp.org>
24578
24579         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
24580
24581 2006-06-26  Bruno Haible  <bruno@clisp.org>
24582
24583         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
24584
24585 2006-06-26  Bruno Haible  <bruno@clisp.org>
24586
24587         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
24588         SGI C compiler in pre-C99 mode.
24589         Suggested by Mark D. Baushke and Larry Jones.
24590
24591 2006-06-26  Bruno Haible  <bruno@clisp.org>
24592
24593         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
24594         WCHAR_MAX.
24595         Reported by Mark D. Baushke and Larry Jones.
24596
24597 2006-06-26  Bruno Haible  <bruno@clisp.org>
24598
24599         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
24600         in pre-C99 mode.
24601         Suggested by Mark D. Baushke and Larry Jones.
24602
24603 2006-06-23  Simon Josefsson  <jas@extundo.com>
24604             Bruno Haible  <bruno@clisp.org>
24605
24606         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
24607         Emit mostlyclean-local rule.
24608         (func_emit_tests_Makefile_am): Likewise.
24609         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
24610
24611 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
24612
24613         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
24614
24615 2006-06-23  Bruno Haible  <bruno@clisp.org>
24616
24617         * tests/test-stdint.c: Update to match ISO C 99 Technical
24618         Corrigendum 1.
24619
24620 2006-06-23  Bruno Haible  <bruno@clisp.org>
24621
24622         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
24623
24624 2006-06-23  Bruno Haible  <bruno@clisp.org>
24625
24626         * lib/stdint_.h: Treat IRIX like OpenBSD.
24627
24628 2006-06-23  Bruno Haible  <bruno@clisp.org>
24629
24630         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
24631         ISO C 99 Technical Corrigendum 1.
24632
24633 2006-06-22  Simon Josefsson  <jas@extundo.com>
24634
24635         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
24636         MinGW.
24637
24638 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24639
24640         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
24641         needed.  Some compiler complained about some of them.  Problem reported
24642         by Larry Jones in
24643         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
24644
24645 2006-06-21  Simon Josefsson  <jas@extundo.com>
24646
24647         * tests/test-getaddrinfo.c: New file.
24648
24649         * modules/getaddrinfo-tests: New file.
24650
24651         * MODULES.html.sh: Add inet_pton.
24652
24653         * modules/inet_pton: New file.
24654
24655 2006-06-21  Simon Josefsson  <jas@extundo.com>
24656
24657         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
24658         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
24659         of using the (limited) gnulib implementation on Windows XP.
24660
24661         * m4/inet_pton.m4: New file.
24662
24663 2006-06-21  Simon Josefsson  <jas@extundo.com>
24664
24665         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
24666         variable.
24667
24668         * lib/socket_.h: Don't define WINVER.
24669
24670         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
24671         slightly modified to work in gnulib.
24672
24673 2006-06-21  Simon Josefsson  <jas@extundo.com>
24674
24675         * doc/gnulib.texi (Windows sockets): Add.
24676
24677 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
24678
24679         * lib/read-file.c (fread_file): Start with buffer allocation of
24680         0 bytes rather than 1 byte; this simplifies the code.
24681         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
24682         code to free buffer and save/restore errno.
24683         (internal_read_file): Remove unused local.
24684
24685 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
24686
24687         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
24688         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
24689         Problem reported by Denis Excoffier in
24690         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
24691
24692 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24693
24694         * modules/sys_socket, modules/socklen: Include sys/types since
24695         FreeBSD 4.x's sys/socket.h needs it.
24696
24697 2006-06-19  Simon Josefsson  <jas@extundo.com>
24698
24699         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
24700
24701 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
24702
24703         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
24704
24705 2006-06-19  Bruno Haible  <bruno@clisp.org>
24706
24707         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
24708         and FULL_PATH_INTTYPES_H in angle brackets.
24709         Reported by Mark D. Baushke <mdb@gnu.org>.
24710
24711 2006-06-17  Eric Blake  <ebb9@byu.net>
24712
24713         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
24714         errno.
24715
24716 2006-06-17  Bruno Haible  <bruno@clisp.org>
24717
24718         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
24719         <sys/inttypes.h>.
24720
24721 2006-06-17  Bruno Haible  <bruno@clisp.org>
24722
24723         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
24724         whether errno is declared. Assume <errno.h> declares errno.
24725
24726 2006-06-17  Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
24729
24730 2006-06-17  Bruno Haible  <bruno@clisp.org>
24731
24732         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
24733         problem on Solaris 2.5.1.
24734
24735 2006-06-16  Eric Blake  <ebb9@byu.net>
24736
24737         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
24738         * lib/unicodeio.c [!defined errno]: Likewise.
24739         * lib/strtol.c [!defined errno]: Likewise.
24740         * lib/strtod.c [!defined errno]: Likewise.
24741
24742 2006-06-15  Eric Blake  <ebb9@byu.net>
24743
24744         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
24745
24746 2006-06-15  Eric Blake  <ebb9@byu.net>
24747
24748         * config/srclist.txt (ssize_t.m4): Lose sync.
24749
24750 2006-06-15  Bruno Haible  <bruno@clisp.org>
24751
24752         * modules/stdint (Files): Include m4/full-header-path.m4,
24753         m4/size_max.m4, m4/wchar_t.m4.
24754         (Makefile.am): Many more substitutions.
24755         * modules/stdint-tests: New file.
24756         * tests/test-stdint.c: New file.
24757
24758 2006-06-15  Bruno Haible  <bruno@clisp.org>
24759
24760         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
24761         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
24762         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
24763         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
24764         gl_CHECK_TYPE_SAME): New macros.
24765
24766 2006-06-15  Bruno Haible  <bruno@clisp.org>
24767
24768         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
24769
24770 2006-06-15  Bruno Haible  <bruno@clisp.org>
24771
24772         * lib/stdint_.h: Rewritten to be fully auto-configured.
24773         Fixes bug on HP-UX/IA64.
24774
24775 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
24776
24777         * lib/getdate.y (__attribute__): Don't define if already defined.
24778         Problem reported by Larry Jones.
24779         * lib/utimens.c (__attribute__): Likewise.
24780
24781 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
24782
24783         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
24784         reported by Andreas Schwab.
24785
24786 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24787             Bruno Haible  <bruno@clisp.org>
24788
24789         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
24790         check for the declaration of strnlen and a run test that exposes the
24791         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
24792         rpl_strndup.
24793
24794 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24795             Bruno Haible  <bruno@clisp.org>
24796
24797         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
24798
24799 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24800
24801         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
24802         compile test, for Tru64 4.0D.
24803
24804 2006-05-28  Karl Berry  <karl@gnu.org>
24805
24806         * config/srclist.txt (printf-args.c): lose sync.
24807
24808 2006-05-26  Martin Lambers  <marlam@marlam.de>
24809
24810         * lib/getpass.c: Updates the test for the native W32 API, and adds
24811         missing includes, thus fixing compilation warnings.
24812
24813 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24814
24815         * lib/exclude.c (exclude_fnmatch): New function.
24816         (excluded_file_name): Call exclude_fnmatch.
24817         * lib/exclude.h (excluded_file_name): New prototype
24818
24819 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
24820
24821         * lib/tempname.c (small_open, large_open): New macros.
24822         (__open, __open64) [!_LIBC]: Remove.
24823         (__gen_tempname): Use small_open and large_open instead of __open
24824         and __open64.  This fixes a portability bug on HP-UX 11.11i
24825         reported by Simon Wing-Tang in
24826         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
24827
24828 2006-05-24  Bruno Haible  <bruno@clisp.org>
24829
24830         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
24831         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
24832         Reported by Thorsten Maerz <torte@netztorte.de> via
24833         Aaron Stone <aaron@serendipity.cx>.
24834
24835 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24836
24837         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
24838         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
24839         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
24840         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
24841         not really conditional on the cache.
24842         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
24843
24844 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24845
24846         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
24847         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
24848         (my_usleep): Don't mishandle maximum value.
24849
24850 2006-05-19  Jim Meyering  <jim@meyering.net>
24851
24852         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
24853
24854 2006-05-17  Bruno Haible  <bruno@clisp.org>
24855
24856         Cygwin portability.
24857         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
24858
24859 2006-05-17  Bruno Haible  <bruno@clisp.org>
24860
24861         * lib/stdint_.h: Fix recognition of Cygwin.
24862
24863 2006-05-15  Bruno Haible  <bruno@clisp.org>
24864
24865         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
24866         on libtool patch by Ralf Wildenhues.
24867
24868 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24869
24870         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
24871         test for C99 conformance; (bool) 0.5 is an integer constant
24872         expression, but (bool) -0.5 is not.  Problem reported by Fedor
24873         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
24874
24875 2006-05-11  Simon Josefsson  <jas@extundo.com>
24876
24877         * m4/xvasprintf.m4: Fix obvious typo.
24878
24879 2006-05-11  Jim Meyering  <jim@meyering.net>
24880
24881         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
24882         James Lemley.
24883
24884 2006-05-10  Simon Josefsson  <jas@extundo.com>
24885
24886         * lib/md4.c: Typo fix, update copyright years.
24887         (K1, K2): Don't use L because it turn computations into 64-bit on
24888         64-bit platforms.
24889
24890 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
24891
24892         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
24893         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
24894         unwanted sign propagation, e.g., on hosts with 64-bit int.
24895         There still are some problems with reeelly weird theoretical hosts
24896         (e.g., 33-bit int) but it's not worth worrying about now.
24897         * lib/sha1.c (rol): Likewise.
24898         (K1, K2, K3, K4): Remove unnecessary L suffix.
24899
24900 2006-05-10  Bruno Haible  <bruno@clisp.org>
24901
24902         * lib/des.c: Cast to avoid warnings.
24903
24904 2006-05-09  Bruno Haible  <bruno@clisp.org>
24905
24906         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
24907         (Depends-on): Depend also on xsize, stdarg.
24908         (configure.ac): Add gl_XVASPRINTF.
24909
24910 2006-05-09  Bruno Haible  <bruno@clisp.org>
24911
24912         * m4/xvasprintf.m4: New file.
24913
24914 2006-05-09  Bruno Haible  <bruno@clisp.org>
24915
24916         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
24917         (EOVERFLOW): Define fallback value.
24918         (xstrcat): New function.
24919         (xvasprintf): Recognize the special case of a string concatenation.
24920
24921 2006-05-08  Eric Blake  <ebb9@byu.net>
24922
24923         * gnulib-tool (func_version): Base copyright year on CVS date.
24924         (func_emit_copyright_notice): New function.
24925         (func_emit_lib_Makefile_am): Use it.
24926         (func_emit_tests_Makefile_am): Likewise.
24927         (func_import): Likewise.
24928
24929 2006-05-08  Bruno Haible  <bruno@clisp.org>
24930
24931         * modules/stdarg: New file.
24932         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
24933
24934 2006-05-08  Bruno Haible  <bruno@clisp.org>
24935
24936         * m4/stdarg.m4: New file, from GNU gettext.
24937
24938 2006-05-08  Bruno Haible  <bruno@clisp.org>
24939
24940         * config/srclist.txt (build-aux/config.rpath): different from latest
24941         release.
24942
24943 2006-05-08  Bruno Haible  <bruno@clisp.org>
24944
24945         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
24946
24947 2006-05-05  Jim Meyering  <jim@meyering.net>
24948
24949         * m4/warning.m4: New file, derived from bison's file by the same name.
24950
24951 2006-05-03  Bruno Haible  <bruno@clisp.org>
24952
24953         * lib/stdint_.h: Shorter URL.
24954         * lib/inttypes.h: Likewise.
24955
24956 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24957
24958         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
24959
24960 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24961
24962         * lib/verify.h: Document the internals better.  Most of this change
24963         was written by Bruno Haible.
24964
24965 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24966
24967         * doc/verify.texi: New file, partly based on a proposal by
24968         Bruno Haible.
24969
24970 2006-05-02  Bruno Haible  <bruno@clisp.org>
24971
24972         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
24973         test from here...
24974         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
24975
24976 2006-04-29  Bruno Haible  <bruno@clisp.org>
24977
24978         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
24979         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
24980
24981 2006-04-29  Bruno Haible  <bruno@clisp.org>
24982
24983         * gnulib-tool: Make --update option actually work.
24984
24985 2006-04-29  Bruno Haible  <bruno@clisp.org>
24986
24987         * doc/gcd.texi: New file.
24988         * doc/gnulib.texi: Include it.
24989
24990 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
24991
24992         * lib/getdate.y (get_date): When adding relative date, start with the
24993         initial time, not with the result of the first mktime call.
24994
24995 2006-04-25  Bruno Haible  <bruno@clisp.org>
24996
24997         * gnulib-tool (func_import): Output the include directives in three
24998         blocks, sorted separately.
24999         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25000
25001 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25002
25003         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
25004         to define main with arguments, for C++.  Reported by Eric Blake.
25005         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
25006         Prefer 'int main ()' to 'int main (void)', for C++.
25007         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
25008         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
25009         for 'main', for C99 and C++.
25010
25011 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25012
25013         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
25014         Don't assume that exit status -1 is valid.
25015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25016         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25017         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
25018         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
25019         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
25020         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
25021         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
25022         functions can be used without declaring them, or that you can
25023         exit with status -1.
25024         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
25025
25026 2006-04-24  Karl Berry  <karl@gnu.org>
25027
25028         * config/srclist.txt (longdouble.m4): sync lost.
25029
25030 2006-04-24  Eric Blake  <ebb9@byu.net>
25031
25032         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
25033
25034 2006-04-24  Bruno Haible  <bruno@clisp.org>
25035
25036         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
25037         poll() implementation in AIX.
25038         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25039
25040 2006-04-24  Bruno Haible  <bruno@clisp.org>
25041
25042         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
25043         assigned exactly once.
25044
25045 2006-04-23  Claudio Fontana  <claudio@gnu.org>
25046             Bruno Haible  <bruno@clisp.org>
25047
25048         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
25049         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
25050         for AM_CPPFLAGS.
25051
25052 2006-04-23  Bruno Haible  <bruno@clisp.org>
25053
25054         * modules/copy-file: Depend on unistd.
25055         * modules/execute: Likewise.
25056         * modules/fatal-signal: Likewise.
25057         * modules/findprog: Likewise.
25058         * modules/mkdtemp : Likewise.
25059         * modules/pipe: Likewise.
25060         * modules/wait-process: Likewise.
25061
25062 2006-04-23  Bruno Haible  <bruno@clisp.org>
25063
25064         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
25065         condition was already detected.
25066         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25067
25068 2006-04-23  Bruno Haible  <bruno@clisp.org>
25069
25070         * lib/copy-file.c: Include <unistd.h> unconditionally.
25071         * lib/execute.c: Likewise.
25072         * lib/fatal-signal.c: Likewise.
25073         * lib/findprog.c: Likewise.
25074         * lib/mkdtemp.c: Likewise.
25075         * lib/pipe.h: Likewise.
25076         * lib/pipe.c: Likewise.
25077         * lib/wait-process.h: Likewise.
25078
25079 2006-04-23  Bruno Haible  <bruno@clisp.org>
25080
25081         * gnulib-tool (func_usage): Fix --import description. Document
25082         --update.
25083         (func_import): Create temporary file in a temporary directory, if
25084         --dry-run is specified. Silence errors from 'grep' when there are no
25085         m4 files in $m4dir.
25086         (func_create_testdir): Silence errors from 'grep' when there are no
25087         m4 files in $m4dir.
25088         Reported by Karl Berry <karl@freefriends.org>.
25089
25090 2006-04-20  Bruno Haible  <bruno@clisp.org>
25091
25092         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
25093         one argument, so that the code will be portable to Autoconf 2.60.
25094         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
25095         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25096         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
25097
25098 2006-04-19  Derek Price  <derek@ximbiot.com>
25099             Eric Blake  <ebb9@byu.net>
25100
25101         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
25102         rather than "/full/path.h".  Update comment to match.  Shorten &
25103         generalize m4_translit call via AS_TR_CPP.
25104
25105 2006-04-19  Derek Price  <derek@ximbiot.com>
25106             Eric Blake  <ebb9@byu.net>
25107
25108         * lib/inttypes.h: Correct grammar in comment.
25109
25110 2006-04-18  Derek Price  <derek@ximbiot.com>
25111             Paul Eggert  <eggert@cs.ucla.edu>
25112
25113         * modules/inttypes: New file.
25114         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
25115
25116 2006-04-18  Derek Price  <derek@ximbiot.com>
25117             Paul Eggert  <eggert@cs.ucla.edu>
25118
25119         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
25120         New files.
25121
25122 2006-04-18  Derek Price  <derek@ximbiot.com>
25123             Paul Eggert  <eggert@cs.ucla.edu>
25124
25125         * lib/inttypes.h: New file.
25126         * lib/strtoimax.c: Assume <inttypes.h>.
25127
25128 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
25129
25130         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
25131         isn't mounted.  Problem reported by Kir Kolyshkin.
25132
25133 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25134
25135         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
25136         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
25137         Derek R. Price.
25138         * lib/regex.h (RE_DUP_MAX): Update comment to match current
25139         implementation.
25140
25141 2006-04-12  Eric Blake  <ebb9@byu.net>
25142
25143         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
25144         is now done automatically by the corresponding Autoconf macro.
25145
25146 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
25147
25148         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
25149         time_r.h.
25150
25151 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25152
25153         Merge regex changes from libc, removing some of our
25154         POSIX-conformance changes that were rejected and redoing them in a
25155         less-intrusive way.
25156
25157         * lib/regcomp.c (re_compile_internal, init_dfa):
25158         Length arg is now size_t, not Idx.  All uses changed.
25159         (peek_token): Forward decl now says internal_function.
25160         (__re_error_msgid, __re_error_msgid_idx):
25161         Now static rather than extern with attribute_hidden.
25162         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
25163         For some reason libc prefers K&R style defns for external functions.
25164         (regerror) [!defined _LIBC]: Likewise.
25165         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
25166         (seek_collating_symbol_entry, lookup_collation_sequence_value):
25167         (build_range_exp, build_collating_symbol):
25168         Use K&R-style defn.
25169         (re_compile_fastmap): Use '\0' to memset, not 0.
25170         (utf8_sb_map): Make the calculations more obvious.
25171         (init_dfa, parse_bracket_exp, build_charclass_op):
25172         Call calloc and cast result, as glibc does.
25173         (init_word_char, fetch_token, peek_token, peek_token_bracket):
25174         (build_range_exp, build_collating_symbol):
25175         Now internal functions.
25176
25177         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
25178
25179         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
25180         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
25181         Don't depend on VMS; depend on __VMS instead, for POSIX
25182         namespace cleanness.
25183         (regoff_t): Define to ssize_t, not long int.
25184
25185         Remove the REG_ macros named below.  Instead, make the old names
25186         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
25187         __USE_GNU_REGEX.
25188         (REG_BACKSLASH_ESCAPE_IN_LISTS):
25189         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
25190         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
25191         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
25192         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
25193         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
25194         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
25195         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
25196         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
25197         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
25198         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
25199         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
25200         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
25201         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
25202         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
25203         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
25204         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
25205         (REG_NREGS):
25206         Remove.  All uses replaced by the old RE_* names.
25207         (RE_BACKSLASH_ESCAPE_IN_LISTS):
25208         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
25209         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
25210         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
25211         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
25212         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
25213         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
25214         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
25215         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
25216         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
25217         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
25218         Don't bother having these macros be independent of each others'
25219         values, since they no longer exist in the POSIX name space.
25220
25221         Rename the following member names back to their old names,
25222         unless !__USE_GNU_REGEX.  All uses changed back.
25223         (buffer): Renamed from re_buffer.
25224         (allocated): Renamed from re_allocated.
25225         (used): Renamed from re_used.
25226         (syntax): Renamed from re_syntax.
25227         (fastmap): Renamed from re_fastmap.
25228         (translate): Renamed from re_translate.
25229         (can_be_null): Renamed from re_can_be_null.
25230         (regs_allocated): Renamed from re_regs_allocated.
25231         (fastmap_accurate): Renamed from re_fastmap_accurate.
25232         (no_sub): Renamed from re_no_sub.
25233         (not_bol): Renamed from re_not_bol.
25234         (not_eol): Renamed from re_not_eol.
25235         (newline_anchor): Renamed from re_newline_anchor.
25236         (num_regs): Renamed from rm_num_regs.
25237         (start): Renamed from rm_start.
25238         (end): Renamed from rm_end.
25239
25240         (free_state): Move up a bit.
25241
25242         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
25243         #define to be empty.
25244         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
25245         when that is what is intended.
25246         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
25247         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
25248         (MAX): New macro.
25249         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
25250         All uses changed back to re_malloc, etc.  It's now the caller's
25251         responsibility to check for overflow; all callers changed.
25252         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
25253         (re_x2nrealloc): Remove.
25254         (free_state): Remove decl.
25255
25256         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
25257         (re_set_registers, re_exec):
25258         Use K&R-style defn.
25259
25260         2006-01-31  Roland McGrath  <roland@redhat.com>
25261
25262         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
25263         Reported by Mike Frysinger <vapier@gentoo.org>.
25264
25265         2006-01-15  Andreas Jaeger  <aj@suse.de>
25266
25267         [BZ #1950]
25268         * lib/regex_internal.c (re_string_reconstruct): Adjust for
25269         build_wcs_upper_buffer change.
25270         (build_wcs_upper_buffer): Change return type.
25271
25272         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
25273
25274         * lib/regex_internal.h: Include <stdint.h> if available.
25275
25276         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
25277
25278         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
25279
25280         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
25281
25282         * lib/regcomp.c: Adjust for changed secondary hash function.
25283
25284         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
25285
25286         * lib/regex.h: Pretty printing.
25287         Clean up namespace a bit.
25288
25289         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
25290
25291         * lib/regexec.c (update_cur_sifted_state, check_arrival,
25292         check_arrival_add_next_nodes): Avoid using uninitialized variable.
25293
25294         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25295                     Ulrich Drepper  <drepper@redhat.com>
25296
25297         [BZ #1302]
25298         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
25299         changed.
25300         (bitset_word_t): Renamed from bitset_word.  All uses changed.
25301
25302         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
25303
25304         [BZ #281]
25305         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
25306         * lib/regcomp.c: Remove unnecessary uses of
25307         unsigned RE_TRANSLATE_TYPE.
25308         * lib/regex_internal.h: Likewise.
25309         * lib/regex_internal.c: Likewise.
25310         * lib/regexec.c: Likewise.
25311         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
25312
25313         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
25314
25315         * lib/regexec.c (find_recover_state): Remove unnecessary
25316         initialization.
25317         (transit_state_bkref): Make DFA a const pointer.
25318         (get_subexp): Likewise.
25319         (check_arrival): Likewise.
25320         (update_cur_sifted_state): Likewise.
25321         (re_search_internal): Likewise.
25322         (prune_impossible_nodes): Likewise.
25323         (acquire_init_state_context): Likewise.
25324         (proceed_next_node): Likewise.
25325         (set_regs): Likewise.
25326         (free_fail_stack_return): Likewise.
25327         (check_arrival_expand_ecl): Mark DFA parameter as const.
25328         (check_arrival_expand_ecl_sub): Likewise.
25329         (check_subexp_limits): Likewise.
25330         (sub_epsilon_src_nodes):  Likewise.
25331         (add_epsilon_src_nodes):  Likewise.
25332         (merge_state_array): Likewise.
25333         (update_regs): Likewise.
25334         (build_trtable): Likewise.
25335         (sift_states_backward): Mark MCTX parameter as const.
25336         (build_sifted_states): Likewise.
25337         (update_cur_sifted_state): Likewise.
25338         (sift_states_mkref): Likewise.
25339         (check_arrival_expand_ecl): Mark eclosure as const.
25340         (check_dst_limits_calc_pos_1): Likewise.
25341         * lib/regex_internal.h (re_match_context_t): Make dfa a const
25342         pointer.
25343
25344         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
25345
25346         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
25347         (transit_state_sb): Likewise.
25348         (transit_state_mb): Likewise.
25349         (sift_states_iter_mb): Likewise.
25350         (check_arrival_add_next_nodes): Likewise.
25351         (check_node_accept_bytes): Change first parameter to pointer-to-const.
25352         [_LIBC] (re_search_2_stub): Use mempcpy.
25353
25354         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
25355         mbrtowc for very simple UTF-8 case.
25356
25357         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
25358         a pointer-to-const.
25359         (re_acquire_state_context): Likewise.
25360         * lib/regex_internal.h: Adjust prototypes.
25361
25362         * lib/regex.c: Prevent using C++ compilers.
25363
25364         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
25365         (re_acquire_state_context): Likewise.
25366
25367 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25368
25369         * modules/regex (Depends-on): Add ssize_t.
25370
25371 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25372
25373         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
25374         translation table.
25375
25376 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25377
25378         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
25379
25380 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
25381             Bruno Haible  <bruno@clisp.org>
25382
25383         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
25384         <sys/types.h> and <inttypes.h>.
25385
25386 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25387
25388         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
25389         `__error_t_defined', so argp.h will not typedef the former.
25390
25391 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
25392
25393         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
25394         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
25395         glibc names.  Even if glibc is changed to conform to POSIX, the
25396         traditional names will be available anyway, since regex depends on
25397         the extensions module.  Also, fix a longstanding typo in the
25398         implementation of Spencer ERE test #75 from grep 2.3.  Problems
25399         reported by Emanuele Giaquinta.  Also, change sense of cached
25400         variable, so that the message makes sense.
25401
25402 2006-03-24  Simon Josefsson  <jas@extundo.com>
25403
25404         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
25405         including some doc fixes.
25406         (base64_encode_alloc): Fix +1 bug on allocation failures.
25407
25408 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25409
25410         * lib/base64.c (base64_encode): Do not read past end of array with
25411         unsanitized input on systems with CHAR_BIT > 8.
25412
25413 2006-03-24  Eric Blake  <ebb9@byu.net>
25414
25415         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
25416
25417 2006-03-22  Karl Berry  <karl@gnu.org>
25418
25419         * config/srclist.txt (*setenv.[ch]): get from coreutils.
25420         * config/srclistvars.sh (COREUTILS): new var.
25421
25422 2006-03-17  Jim Meyering  <jim@meyering.net>
25423
25424         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
25425         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
25426
25427 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
25428
25429         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
25430         no longer needs it.  Instead, check that regoff_t is as least
25431         as wide as ptrdiff_t.
25432
25433         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
25434         so that our regex.h stays compatible with the installed regex.
25435         This is helpful for installers who configure --without-included-regex.
25436         Problem reported by Emanuele Giaquinta.
25437
25438 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
25439
25440         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
25441         Typedef to long int, not to off_, as POSIX will likely change
25442         in that direction.
25443
25444 2006-03-15  Eric Blake  <ebb9@byu.net>
25445
25446         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
25447
25448 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
25449
25450         * lib/argp-help.c (validate_uparams): Fix typo
25451         * lib/argp-parse.c (argp_default_options): Consistently begin help
25452         messages with a lowercase letter.
25453
25454 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
25455
25456         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
25457         overrun buffers and shouldn't be used (much as gets shouldn't be
25458         used).
25459         * lib/time_r.c (asctime_r, ctime_r): Likewise.
25460
25461 2006-03-08  Simon Josefsson  <jas@extundo.com>
25462
25463         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
25464         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25465
25466 2006-03-08  Simon Josefsson  <jas@extundo.com>
25467
25468         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
25469         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25470
25471 2006-03-08  Simon Josefsson  <jas@extundo.com>
25472
25473         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
25474         signal that configure disabled the device.
25475
25476 2006-03-08  Simon Josefsson  <jas@extundo.com>
25477
25478         * build-aux/maint.mk: Fix refresh-po, to handle no translated
25479         languages.
25480
25481 2006-03-07  Simon Josefsson  <jas@extundo.com>
25482
25483         * modules/getopt (Depends-on): Add unistd.
25484
25485         * modules/unistd: New file.
25486
25487 2006-03-07  Simon Josefsson  <jas@extundo.com>
25488
25489         * modules/gc-random: New file.
25490
25491 2006-03-07  Simon Josefsson  <jas@extundo.com>
25492
25493         * m4/unistd_h.m4: New file.
25494
25495 2006-03-07  Simon Josefsson  <jas@extundo.com>
25496
25497         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
25498         test to be side-effect free by storing the result in the cache
25499         variable gl_cv_lib_readline, and moving the assignment of
25500         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
25501         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25502
25503 2006-03-07  Simon Josefsson  <jas@extundo.com>
25504
25505         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
25506         error on missing devices (the functions will return an error).
25507
25508         * m4/gc.m4: Move random stuff to gc-random.m4
25509
25510 2006-03-07  Simon Josefsson  <jas@extundo.com>
25511
25512         * lib/unistd_.h: New file.
25513
25514 2006-03-07  Simon Josefsson  <jas@extundo.com>
25515
25516         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
25517
25518 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25519
25520         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
25521         Problem reported by Juan Manuel Guerrero.
25522
25523 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25524
25525         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
25526         the unistd module.
25527         * lib/getlogin_r.c: Likewise.
25528         * lib/getlogin_r.h: Likewise.
25529         * lib/glob.c: Likewise.
25530         * lib/pagealign_alloc.c: Likewise.
25531         * lib/unistd_.h: Remove; no longer needed.
25532
25533 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25534
25535         * MODULES.html.sh (Support for systems lacking POSIX:2001):
25536         Add unistd.
25537         * modules/c-stack (Depends-on): Add unistd.
25538         * modules/getlogin_r: Likewise.
25539         * modules/glob: Likewise.
25540         * modules/pagealign_alloc: Likewise.
25541         * modules/unistd (Files): Remove lib/unistd_.h.
25542         (EXTRA_DIST): Remove.
25543         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
25544         need unistd_.h.
25545         (MOSTLYCLEANFILES): Remove unistd.h-t.
25546
25547 2006-03-03  Simon Josefsson  <jas@extundo.com>
25548
25549         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
25550
25551 2006-03-03  Simon Josefsson  <jas@extundo.com>
25552
25553         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
25554         libidn and bison.
25555
25556 2006-03-03  Simon Josefsson  <jas@extundo.com>
25557
25558         * build-aux/maint.mk: Add indent target.
25559
25560 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
25561
25562         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
25563         our replacement poll.h in any case, to avoid a differing
25564         declaration from a system header.  Seen on AIX.
25565
25566 2006-03-01  Simon Josefsson  <jas@extundo.com>
25567
25568         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
25569         <kasal@ucw.cz>.
25570
25571 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25572
25573         * modules/gettime (Depends-on): Add extensions module.
25574         * modules/nanosleep (Depends-on): Likewise.
25575         * modules/settime (Depends-on): Likewise.
25576
25577 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25578
25579         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
25580         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
25581         pedantically.
25582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25583         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
25584
25585         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
25586         not "==".  Reported by Ralf Wildenhues.
25587
25588 2006-03-01  Karl Berry  <karl@gnu.org>
25589
25590         * doc/Copyright/request-*: new files, synced from gnuorg.
25591
25592 2006-03-01  Karl Berry  <karl@gnu.org>
25593
25594         * config/srclist.txt (Copyright/*): new entries.
25595
25596 2006-02-28  Simon Josefsson  <jas@extundo.com>
25597
25598         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
25599
25600 2006-02-27  Simon Josefsson  <jas@extundo.com>
25601
25602         * lib/base64.h: Indent #define's.  From Jim Meyering
25603         <jim@meyering.net>.
25604
25605 2006-02-27  Jim Meyering  <jim@meyering.net>
25606
25607         Revert the change of 2006-02-24, so these files can continue
25608         to be sync'd from gettext.
25609         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
25610         of `config.h'.
25611
25612 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25613
25614         * modules/intprops: New file.
25615         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25616         Add intprops.
25617         * modules/getloadavg (Files): Remove lib/intprops.h.
25618         (Depends-on): Add intprops.
25619         * modules/human: Likewise.
25620         * modules/inttostr: Likewise.
25621         * modules/openat: Likewise.
25622         * modules/sig2str: Likewise.
25623         * modules/userspec: Likewise.
25624         * modules/utimecmp: Likewise.
25625         * modules/xnanosleep: Likewise.
25626         * modules/xstrtol: Likewise.
25627
25628 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
25629
25630         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
25631         * modules/lock-tests (TESTS): Use $(EXEEXT).
25632         * modules/tls-tests: Likewise.
25633         * modules/argp-tests: Likewise.
25634         (check_PROGRAMS): New var, replacing...
25635         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
25636
25637 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25638
25639         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
25640         `config.h'.
25641
25642 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
25643
25644         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
25645
25646 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25647
25648         Sync from coreutils.
25649         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
25650         gl_CHDIR_SAFER.
25651
25652 2006-02-22  Jim Meyering  <jim@meyering.net>
25653
25654         Sync from coreutils.
25655         * m4/chdir-safer.m4: New file.
25656
25657 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
25658
25659         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
25660         AT_FDCWD exceeds INT_MAX.
25661         * lib/openat.h (AT_FDCWD): Likewise.
25662
25663 2006-02-17  Eric Blake  <address@hidden>
25664
25665         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
25666
25667 2006-02-16  Simon Josefsson  <jas@extundo.com>
25668
25669         * modules/getaddrinfo (Depends-on): Add sys_socket.
25670
25671 2006-02-15  Simon Josefsson  <jas@extundo.com>
25672
25673         * build-aux/maint.mk: Add dsyntax-check rule.
25674
25675 2006-02-15  Eric Blake  <ebb9@byu.net>
25676
25677         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
25678         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
25679         'present but cannot compile' warnings on cygwin.
25680         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
25681         use ws2tcpip.h if sys/socket.h works.
25682         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
25683         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
25684
25685 2006-02-14  Simon Josefsson  <jas@extundo.com>
25686
25687         * modules/maintainer-makefile (Files): Rename.
25688
25689         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
25690         and (the local) Makefile.cfg to maint-cfg.mk.
25691
25692         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
25693         to the latter.
25694
25695         * modules/maintainer-makefile: New module.
25696
25697         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
25698         severaly stripped to make it possible to build it up from scratch
25699         with reliable tests.
25700
25701         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
25702         fixes to permit overriding the default actions when configure and
25703         makefile are not available.
25704
25705 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
25706
25707         Sync from coreutils.
25708         * modules/lstat (Depends-on): Don't depend on xalloc.
25709         (License): Change from GPL to LGPL, since this is now simply a
25710         replacement for a libc function.
25711
25712 2006-02-14  Jim Meyering  <jim@meyering.net>
25713
25714         Sync from coreutils.
25715
25716         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
25717         failure on deficient systems, and simplify gnulib lgpl dependencies.
25718         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
25719         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
25720
25721         * lib/xalloc-die.c: Remove unused definition of N_.
25722
25723 2006-02-14  Jim Meyering  <jim@meyering.net>
25724
25725         Sync from coreutils.
25726         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
25727         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
25728         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
25729         double-quote uses of that variable, to accommodate the rare case in
25730         which getmntent is available in none of the libraries checked.  This
25731         happens at least on FreeBSD 5.0.
25732
25733 2006-02-13  Simon Josefsson  <jas@extundo.com>
25734
25735         * gnulib-tool (Usage): Fix --import, from
25736         karl@freefriends.org (Karl Berry).
25737
25738 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
25739
25740         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
25741
25742 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
25743
25744         * lib/argp-namefrob.h: Restore changes accidentally lost during the
25745         "autoupdate" on 2005-12-12.
25746
25747 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
25748
25749         * modules/closeout (Depends-on): Remove atexit.
25750
25751 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
25752
25753         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
25754         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
25755
25756 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
25757
25758         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
25759         __EXTENSIONS__ if this causes compilation to fail.  Problem
25760         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
25761         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
25762
25763 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
25764
25765         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
25766         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
25767         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
25768         All uses changed.
25769
25770 2006-01-26  Simon Josefsson  <jas@extundo.com>
25771
25772         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
25773         prototype is visible on mingw32.
25774
25775         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
25776         for mingw32.
25777
25778         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
25779         mingw32).
25780
25781 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
25782
25783         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
25784         attempt to open for write; this always fails, at least on POSIX
25785         hosts.  This reinstates the 2006-01-09 change, which was
25786         inadvertently removed.
25787
25788 2006-01-26  Bruno Haible  <bruno@clisp.org>
25789
25790         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
25791         Reported by Paul Eggert.
25792
25793 2006-01-26  Bruno Haible  <bruno@clisp.org>
25794             Paul Eggert  <eggert@cs.ucla.edu>
25795
25796         * lib/stdbool_.h (_Bool)
25797         [(! (defined __cplusplus || defined __BEOS__)
25798           && !defined __GNUC__
25799           && !(defined __HP_cc || defined __xlc__
25800                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
25801                || defined __sgi))]:
25802         #define to signed char in these cases too; this simplifies
25803         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
25804         etc., separately) and makes it more conservative.
25805
25806 2006-01-25  Simon Josefsson  <jas@extundo.com>
25807
25808         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
25809         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
25810         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
25811
25812 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25813
25814         * lib/argp-namefrob.h: Bugfix. Remove stray #
25815
25816 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
25817
25818         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
25819         so that we test the test.
25820         Check for yet another HP-UX cc bug involving *bool |= bool.
25821
25822 2006-01-25  Karl Berry  <karl@gnu.org>
25823
25824         * config/srclist.txt (vasnprintf.c): sync lost.
25825
25826 2006-01-25  Jim Meyering  <jim@meyering.net>
25827
25828         Sync from the stable (b5) branch of coreutils:
25829
25830         * lib/fts.c (fts_children): Don't let close() clobber errno from
25831         failed fchdir().
25832
25833         * lib/fts.c (fts_stat): When following a symlink-to-directory,
25834         don't necessarily interpret stat-fails+lstat-succeeds as indicating
25835         a dangling symlink.  That can also happen at least for ELOOP.
25836         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
25837         FYI, this bug predates the inclusion of fts.c in coreutils.
25838
25839         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
25840         in their own block, so pre-c99 compilers don't object.
25841
25842         Avoid the double-free (first in fts_read, second in fts_close) that
25843         would occur when an `active' directory is made inaccessible (e.g.,
25844         via chmod a-x) during a traversal.
25845         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
25846         before returning.  Reproduce this failure by
25847         mkdir -p a/b; cd a; chmod a-x . b
25848         Reported by Stavros Passas.
25849
25850 2006-01-25  Jim Meyering  <jim@meyering.net>
25851
25852         * lib/fileblocks.c: Remove more useless parentheses.
25853         * lib/readutmp.h: Likewise.
25854
25855 2006-01-25  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
25858         warnings.
25859         Reported by Paul Eggert.
25860
25861 2006-01-25  Bruno Haible  <bruno@clisp.org>
25862
25863         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
25864         rid of a trap command. For Solaris sh.
25865         Reported by Mark D. Baushke <mdb@gnu.org>.
25866
25867 2006-01-24  Simon Josefsson  <jas@extundo.com>
25868
25869         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
25870         Bruno.
25871
25872 2006-01-24  Karl Berry  <karl@gnu.org>
25873
25874         * config/srclist.txt (argp-namefrob.h): sync lost.
25875
25876 2006-01-24  Jim Meyering  <jim@meyering.net>
25877
25878         * modules/openat (Files): Add lib/intprops.h.
25879         From Mark D. Baushke.
25880
25881 2006-01-24  Jim Meyering  <jim@meyering.net>
25882
25883         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
25884         Reported by Mark D. Baushke.
25885
25886 2006-01-24  Jim Meyering  <jim@meyering.net>
25887
25888         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
25889
25890 2006-01-24  Bruno Haible  <bruno@clisp.org>
25891
25892         * modules/strnlen (Maintainer): Change from glibc to all.
25893
25894 2006-01-24  Bruno Haible  <bruno@clisp.org>
25895
25896         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
25897         Patch by Paul Eggert.
25898
25899 2006-01-24  Bruno Haible  <bruno@clisp.org>
25900
25901         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
25902         already has it.
25903         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
25904         2005-11-26.
25905
25906         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
25907         'signed char' to avoid problems with the built-in _Bool type.
25908         Reported by Paul Eggert on 2005-11-26.
25909
25910 2006-01-24  Bruno Haible  <bruno@clisp.org>
25911
25912         * gnulib-tool (func_import): Avoid constructing complicated sed
25913         expressions inside backquote.
25914         Report and solution by Mark D. Baushke <mdb@gnu.org>.
25915
25916 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
25917
25918         These changes imported from libc.
25919         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
25920         test and two separate function calls.
25921         * lib/strndup.c (__strndup): Add libc_hidden_def.
25922
25923 2006-01-23  Simon Josefsson  <jas@extundo.com>
25924
25925         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
25926         Remove the test_*_SOURCES variable: automake infers it by default.
25927         * modules/tls-tests: Likewise.
25928
25929 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25930
25931         Work around porting bugs reported by Dieter in
25932         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
25933         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
25934         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
25935         Include "getopt.h" first, to check interface.
25936         (getenv): Declare only if defined HAVE_DECL_GETENV &&
25937         !HAVE_DECL_GETENV.
25938         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
25939         (__strndup): Revert to K&R-style function dfns, the glibc style.
25940         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
25941         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
25942         Include strnlen.h first, to get prototype properly.
25943         (strnlen): Renamed from __strnlen.
25944         Remove weak alias.
25945
25946 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25947
25948         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
25949
25950 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25951
25952         * config/srclist.txt: Adjust to reflect glibc reorganization.
25953         This affects only comments.
25954
25955 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25956
25957          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
25958          Reported by Bruce Korb <bkorb@gnu.org>.
25959
25960 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
25961
25962         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
25963         to pacify gcc -Wswitch-default.
25964
25965 2006-01-22  Bruno Haible  <bruno@clisp.org>
25966
25967         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
25968         temporary buffer for sprintf, take into account the precision also
25969         for 'd', 'i', 'u', 'o', 'x', 'X'.
25970
25971 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
25972
25973         * modules/argp-tests: New module
25974         * tests/test-argp.c: New file
25975         * tests/test-argp-2.sh: New file
25976
25977 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
25978
25979         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
25980         (__argp_base_name): Removed
25981         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
25982         typo.
25983         (__argp_base_name): Provide macro definition or extern declaration
25984         depending on the configuration
25985
25986 2006-01-20  Simon Josefsson  <jas@extundo.com>
25987
25988         * modules/inet_ntop (Depends-on): Depend on sys_socket.
25989
25990 2006-01-20  Simon Josefsson  <jas@extundo.com>
25991
25992         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
25993
25994 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25995
25996         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
25997         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
25998         Suggested by Bruno Haible.
25999
26000 2006-01-20  Karl Berry  <karl@gnu.org>
26001
26002         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
26003         until changes propagate, I guess.
26004
26005 2006-01-19  Simon Josefsson  <jas@extundo.com>
26006
26007         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
26008
26009 2006-01-19  Simon Josefsson  <jas@extundo.com>
26010
26011         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
26012
26013 2006-01-19  Simon Josefsson  <jas@extundo.com>
26014
26015         * gnulib-tool: Set check_PROGRAMS.
26016
26017         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26018         modules/des-tests, modules/gc-arcfour-tests,
26019         modules/gc-arctwo-tests, modules/gc-des-tests,
26020         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26021         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26022         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26023         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26024         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26025         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
26026         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
26027         test_*_SOURCES.
26028
26029 2006-01-18  Simon Josefsson  <jas@extundo.com>
26030
26031         * modules/socklen (Depends-on): Depend on sys_socket.
26032
26033 2006-01-18  Simon Josefsson  <jas@extundo.com>
26034
26035         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26036         modules/des-tests, modules/gc-arcfour-tests,
26037         modules/gc-arctwo-tests, modules/gc-des-tests,
26038         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26039         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26040         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26041         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26042         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26043         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
26044         $(EXEEXT) to automake TESTS variable, for mingw32.
26045
26046 2006-01-17  Simon Josefsson  <jas@extundo.com>
26047
26048         * modules/socklen (Include): Need sys/socket.h.
26049
26050 2006-01-17  Bruno Haible  <bruno@clisp.org>
26051
26052         * modules/ssize_t (Include): Add <sys/types.h>.
26053
26054 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
26055
26056         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
26057         it's not portable and it doesn't work with cross-compiles.
26058         Problem reported by Bruno Haible.  Fix missing-$ typo in
26059         'test "gl_cv_ignore_unused_libraries" ...' that prevented
26060         -zignore from being used with Sun's C compiler.
26061
26062 2006-01-12  Simon Josefsson  <jas@extundo.com>
26063
26064         * lib/base64.c: Fix warning, reported by Bruno Haible
26065         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
26066
26067 2006-01-12  Bruno Haible  <bruno@clisp.org>
26068
26069         * modules/ldd: New file.
26070         * build-aux/ldd.sh.in: New file.
26071         * MODULES.html.sh (Support for building libraries and executables): Add
26072         ldd.
26073
26074 2006-01-12  Bruno Haible  <bruno@clisp.org>
26075
26076         * m4/ldd.m4: New file.
26077
26078 2006-01-12  Bruno Haible  <bruno@clisp.org>
26079
26080         * gnulib-tool (func_import, func_create_testdir): Don't go into an
26081         endless loop while replacing $auxdir with build-aux.
26082
26083 2006-01-11  Simon Josefsson  <jas@extundo.com>
26084
26085         * lib/stdint_.h (SIZE_MAX): Add missing (.
26086
26087 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
26088
26089         Sync from coreutils.
26090         * lib/md5.c: Fix commentary typos.
26091         (alignof, UNALIGNED_P): No need for a GCC-specific version.
26092         * lib/md5.h (__attribute__): Remove; unused.
26093         * lib/sha1.c: Fix commentary to match md5 better.
26094         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
26095         so that we don't need to worry about alignment.  All uses changed.
26096         This merges the 2005-10-28 md5 change into sha1.
26097
26098 2006-01-11  Jim Meyering  <jim@meyering.net>
26099
26100         Sync from coreutils.
26101         * lib/md5.c (OP): Fix spacing.
26102
26103 2006-01-11  Bruno Haible  <bruno@clisp.org>
26104
26105         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26106         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
26107         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
26108
26109 2006-01-11  Bruno Haible  <bruno@clisp.org>
26110
26111         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26112         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
26113         the "early" section as well.
26114
26115 2006-01-11  Bruno Haible  <bruno@clisp.org>
26116
26117         Avoid "ar: no archive members specified" error on MacOS X.
26118         * gnulib-tool (func_modules_add_dummy): New function.
26119         (func_import, func_create_testdir): Invoke it.
26120
26121 2006-01-11  Bruno Haible  <bruno@clisp.org>
26122
26123         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
26124         with $auxdir in AC_CONFIG_FILES statements.
26125
26126 2006-01-11  Bruno Haible  <bruno@clisp.org>
26127
26128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26129         Initialize also noinst_HEADERS to empty.
26130
26131 2006-01-11  Bruno Haible  <bruno@clisp.org>
26132
26133         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
26134         variables.
26135         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
26136         autoreconf.
26137
26138 2006-01-11  Bruno Haible  <bruno@clisp.org>
26139
26140         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
26141         overridable by the user.
26142         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26143
26144 2006-01-10  Simon Josefsson  <jas@extundo.com>
26145
26146         * modules/sys_socket: New file.
26147
26148 2006-01-10  Simon Josefsson  <jas@extundo.com>
26149
26150         * m4/sys_socket_h.m4: New file.
26151
26152 2006-01-10  Simon Josefsson  <jas@extundo.com>
26153
26154         * lib/socket_.h: New file.
26155
26156 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26157
26158         * modules/readutmp (Maintainer): Add myself.
26159
26160 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26161
26162         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
26163         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
26164         People who are still concerned with buggy memcmp implementations
26165         can invoke gl_FUNC_MEMCMP themselves.
26166
26167 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26168
26169         * lib/regex_internal.h (BITSET_WORD_BITS):
26170         Work around a bug in 64-bit PGC (before version 6.1-2), where the
26171         preprocessor mishandles large unsigned values as if they were signed.
26172         Problem reported by Claudio Fontana in
26173         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
26174
26175 2006-01-10  Jim Meyering  <jim@meyering.net>
26176
26177         Avoid the double-free (first in fts_read, second in fts_close) that
26178         would occur when an `active' directory is made inaccessible (e.g.,
26179         via chmod a-x) during a traversal.
26180         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26181         before returning.  Reproduce this failure by
26182         mkdir -p a/b; cd a; chmod a-x . b
26183         Reported by Stavros Passas.
26184
26185         Sync from coreutils.
26186         * lib/sha1.c: Tweak grammar in a comment.
26187
26188 2006-01-10  Jim Meyering  <jim@meyering.net>
26189
26190         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
26191         Patch by Joerg Sonnenberger.
26192
26193 2006-01-10  Bruno Haible  <bruno@clisp.org>
26194
26195         * modules/readutmp: Depend on module free.
26196         * modules/strtok_r: Depend on module restrict.
26197
26198 2006-01-10  Bruno Haible  <bruno@clisp.org>
26199
26200         * modules/gettext (configure.ac): Add an invocation of
26201         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
26202
26203 2006-01-10  Bruno Haible  <bruno@clisp.org>
26204
26205         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
26206         Reported by Werner Lemberg <wl@gnu.org>.
26207
26208 2006-01-10  Bruno Haible  <bruno@clisp.org>
26209
26210         * lib/localcharset.c: Update from GNU gettext.
26211
26212 2006-01-10  Bruno Haible  <bruno@clisp.org>
26213
26214         * lib/argp.h (__const): Remove macro. Use const instead.
26215         * lib/argp-fmtstream.h (__const): Likewise.
26216         * lib/glob_.h (__const): Remove macro.
26217         * lib/glob-libc.h: Use const instead of __const.
26218
26219 2006-01-10  Bruno Haible  <bruno@clisp.org>
26220
26221         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
26222         variable.
26223         Needed to avoid an automake error regarding the 'gettext' module.
26224
26225 2006-01-09  Simon Josefsson  <jas@extundo.com>
26226
26227         * modules/inet_ntop (Depends-on): Add restrict.
26228
26229 2006-01-09  Simon Josefsson  <jas@extundo.com>
26230
26231         * modules/gc-rijndael-tests (License): Put under LGPL.
26232
26233         * modules/gc-des-tests (License): Likewise.
26234
26235         * modules/gc-arcfour-tests (License): Likewise.
26236
26237         * modules/gc-arctwo-tests (License): Likewise.
26238
26239         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
26240
26241         * modules/gc-hmac-sha1-tests (Files): Likewise.
26242
26243         * modules/gc-hmac-md5-tests (License): Likewise.
26244
26245         * modules/gc-sha1-tests (License): Likewise.
26246
26247         * modules/gc-md5-tests (License): Likewise.
26248
26249         * modules/gc-md4-tests (License): Likewise.
26250
26251         * modules/gc-md2-tests (License): Likewise.
26252
26253         * modules/gc-tests (License): Likewise.
26254
26255         * modules/des-tests (License): Likewise.
26256
26257         * modules/md4-tests (License): Likewise.
26258
26259         * modules/md2-tests (License): Likewise.
26260
26261 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26262
26263         Sync from coreutils:
26264
26265         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
26266         * modules/lib-ignore: New file.
26267         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
26268         chdir-safer.m4, lchmod.m4.
26269         * modules/openat: Add mkdirat.c, openat-priv.h.
26270
26271 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26272
26273         Sync from coreutils.
26274         * m4/lib-ignore.m4: New file.
26275         * m4/lchmod.m4: New file.
26276
26277 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26278
26279         Sync from coreutils.
26280         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
26281         for write access: POSIX says that must fail.
26282         * lib/fts.c (diropen): Likewise.
26283         * lib/save-cwd.c (save_cwd): Likewise.
26284         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
26285         well, for minor improvements on hosts that lack O_DIRECTORY.
26286         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
26287         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
26288         Fall back on chown if open failed with EACCES.
26289
26290         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
26291         Report an error at compile-time if only a 1-second nominal clock
26292         resolution is found.
26293
26294         * lib/lchmod.h: New file.
26295         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
26296         (make_dir_parents): Use lchown rather than chown, and
26297         lchmod rather than chmod.
26298
26299         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
26300         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
26301         "proc" reported by n0dalus.
26302
26303         * lib/mountlist.c: Include <limits.h>.
26304         (dev_from_mount_options)
26305         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
26306         New function.  It no longer assumes "dev=" has the System V meaning
26307         on Linux (since it doesn't).  It also parses "dev=" more carefully.
26308         (read_file_system_list)
26309         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
26310         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
26311         dev= in that case.
26312
26313         * lib/posixtm.h (PDS_PRE_2000): New macro.
26314         * lib/posixtm.c (year): Arg is now syntax_bits rather than
26315         allow_century.  All usages changed.  Reject dates outside the range
26316         1969-1999 if PDS_PRE_2000 is used.
26317
26318 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26319
26320         Sync from coreutils.
26321         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
26322         (Time of day items): Mention the possibility of leap seconds.
26323         Problem reported by Dr. David Alan Gilbert.
26324
26325 2006-01-09  Jim Meyering  <jim@meyering.net>
26326
26327         Sync from coreutils.
26328
26329         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
26330
26331         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
26332
26333         * lib/modechange.c (mode_compile): Reject an invalid mode string
26334         that starts with an octal digit.  From Andreas Gruenbacher.
26335
26336         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
26337         and dup to open_safer and dup_safer, respectively.
26338         (openat_permissive): Fix typo in comment.
26339
26340         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
26341         "gettext.h"; either no longer needed or are guaranteed by openat.h.
26342         (_): Remove; no longer needed.
26343         (openat): Renamed from rpl_openat; no need for rpl_openat
26344         since openat.h renames openat for us.
26345         Replace most of the body with a call to openat_permissive,
26346         to avoid duplicate code.
26347         Port to (probably hypothetical) environments were mode_t is
26348         wider than int.
26349         (openat_permissive): Require mode arg, so that we can check
26350         types better.  Put it just after flags.  Change cwd failure
26351         indicator from pointer-to-bool to pointer-to-errno-value.
26352         All callers changed.
26353         Invoke openat_save_fail and/or openat_restore_fail if
26354         cwd_errno is null, so that openat can call us.
26355         (openat_permissive, fdopendir, fstatat, unlinkat):
26356         Simplify errno handling to avoid some duplicate code,
26357         as it's OK to set errno on success.
26358         * lib/openat.h: Revamp code so that function macros depend on
26359         __OPENAT_PREFIX only, not also on AT_FDCWD.
26360         (openat_ro): Remove.  Caller changed to use openat_permissive.
26361         (openat_permissive): Now a macro, if not a function.
26362         (openat_restore_fail, openat_save_fail): Now always functions,
26363         since mkdirat needs them even if __OPENAT_PREFIX is defined.
26364
26365         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
26366         and openat.c.
26367         * lib/mkdirat.c: Include openat-priv.h.
26368         Remove definitions of macros defined therein.
26369         * lib/openat.c: Likewise.
26370
26371         * lib/mkdirat.c (mkdirat): New file and function.
26372         * lib/openat.h (mkdirat): Declare.
26373
26374         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
26375
26376         * lib/openat.h (openat_permissive): Declare.
26377         (openat_ro): Define.
26378
26379         * lib/openat.c (EXPECTED_ERRNO): New macro.
26380         (openat_permissive): New function -- used in remove.c rewrite.
26381         (all functions): Set errno just before returning, only if there
26382         was an actual failure.
26383         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
26384
26385         Emulate openat-family functions using Linux's procfs, if possible.
26386         Idea and some code based on Ulrich Drepper's glibc changes.
26387
26388         * lib/openat.c: (BUILD_PROC_NAME): New macro.
26389         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
26390         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
26391         before falling back on save_cwd and restore_cwd.
26392         (fdopendir, fstatat, unlinkat): Likewise.
26393
26394         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
26395         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
26396
26397         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
26398         as second argument to va_arg.  Otherwise, some versions of gcc
26399         warn that `if this code is reached, the program will abort'.
26400
26401 2006-01-09  Jim Meyering  <jim@meyering.net>
26402
26403         Sync from coreutils.
26404         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
26405         Require openat-priv.h.
26406
26407 2006-01-09  Bruno Haible  <bruno@clisp.org>
26408
26409         * modules/strnlen (Include): Use strnlen.h.
26410
26411 2006-01-09  Bruno Haible  <bruno@clisp.org>
26412
26413         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
26414
26415 2006-01-09  Bruno Haible  <bruno@clisp.org>
26416
26417         * lib/sysexit_.h (EX_OK): New macro.
26418         Suggested by Martin Lambers <marlam@marlam.de>.
26419
26420 2006-01-09  Bruno Haible  <bruno@clisp.org>
26421
26422         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
26423         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
26424
26425 2006-01-09  Bruno Haible  <bruno@clisp.org>
26426
26427         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
26428         numbers.
26429
26430 2006-01-09  Bruno Haible  <bruno@clisp.org>
26431
26432         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
26433         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
26434         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
26435         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
26436
26437 2006-01-09  Bruno Haible  <bruno@clisp.org>
26438
26439         * build-aux/javacomp.sh.in: New file, moved from lib/.
26440         * modules/javacomp-script (Files): Update.
26441         (configure.ac): Add AC_CONFIG_FILES invocation.
26442         (EXTRA_DIST): Remove variable.
26443
26444         * build-aux/javaexec.sh.in: New file, moved from lib/.
26445         * modules/javaexec (Files): Update.
26446         (configure.ac): Add AC_CONFIG_FILES invocation.
26447         (EXTRA_DIST): Remove javaexec.sh.in.
26448
26449         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
26450         * modules/csharpcomp-script (Files): Update.
26451         (configure.ac): Add AC_CONFIG_FILES invocation.
26452         (EXTRA_DIST): Remove variable.
26453
26454         * build-aux/csharpexec.sh.in: New file, moved from lib/.
26455         * modules/csharpexec (Files): Update.
26456         (configure.ac): Add AC_CONFIG_FILES invocation.
26457         (EXTRA_DIST): Remove csharpexec.sh.in.
26458
26459 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
26460
26461         Sync from coreutils.
26462
26463         Add POSIX ACL support
26464         * lib/acl.h (copy_acl, set_acl): Add declarations.
26465         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
26466         systems other than Linux.
26467         (chmod_or_fchmod): New function: use fchmod when possible,
26468         and chmod otherwise.
26469         (file_has_acl): Add a POSIX ACL implementation, with a
26470         Linux-specific subcase.
26471         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
26472         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
26473         acls are unsupported.
26474         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
26475         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
26476         are unsupported.
26477
26478 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
26479
26480         Sync from coreutils.
26481         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
26482
26483 2006-01-07  Bruno Haible  <bruno@clisp.org>
26484
26485         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
26486         gl_EARLY.
26487
26488 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26489
26490         * lib/strftime.c (tzname): Don't declare if it is already #defined.
26491         Problem reported for Mingw by Mark Junker.
26492
26493 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26494
26495         * README: Gnulib normally doesn't generate a tarball.
26496
26497 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
26498
26499         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
26500         long int, not int, for nanosecond counts, so that people who are
26501         used to POSIX struct timespec won't be surprised.  Reported by Jim
26502         Meyering.
26503
26504 2005-12-28  Bruno Haible  <bruno@clisp.org>
26505
26506         * build-aux/config.rpath: Update from GNU gettext.
26507
26508 2005-12-16  Jim Meyering  <jim@meyering.net>
26509
26510         * modules/fprintftime: New module.
26511         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
26512
26513 2005-12-16  Jim Meyering  <jim@meyering.net>
26514
26515         * m4/fprintftime.m4: New file.
26516
26517 2005-12-16  Jim Meyering  <jim@meyering.net>
26518
26519         * lib/fprintftime.c, lib/fprintftime.h: New files.
26520
26521 2005-12-15  Simon Josefsson  <jas@extundo.com>
26522
26523         * modules/socklen (configure.ac): Fix M4 macro name, to align with
26524         new m4/socklen.m4.
26525
26526 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26527
26528         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
26529         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
26530
26531 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26532
26533         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
26534         * lib/argp-help.c (fill_in_uparams): Check if the constructed
26535         struct uparams is valid. Fall back to the default values if it is
26536         not.
26537
26538 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26539
26540         * modules/argp (Files): Add argp-pin.c
26541         (Depends-on): dirname
26542         (lib_SOURCES): Add argp-pin.c
26543
26544 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26545
26546         * m4/argp.m4:  Check if program_invocation_name and
26547         program_invocation_short_name are declared and define appropriate
26548         macros if they are not.
26549
26550 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26551
26552         * lib/argp-help.c (__argp_base_name): New function
26553         (__argp_short_program_name): Rewrite using __argp_base_name
26554         * lib/argp-namefrob.h: Define program_invocation_name and
26555         program_invocation_short_name if requested
26556         (__argp_base_name): Add prototype
26557         * lib/argp-parse.c (argp_def): Use gettext wrappers
26558         (argp_default_parser): Use __argp_base_name
26559         * lib/argp-pin.c: New file. Defines program_invocation_name and
26560         program_invocation_short_name on systems that lack them.
26561
26562 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26563
26564         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
26565         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
26566         porting problem reported by Georg Schwarz in
26567         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
26568
26569 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26570
26571         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
26572         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
26573         porting problem reported by Georg Schwarz in
26574         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
26575
26576 2005-12-05  Bruno Haible  <bruno@clisp.org>
26577
26578         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
26579         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
26580         Reported by Mark Junker <mjscod@gmx.de>.
26581
26582 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
26583
26584         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
26585         Use implementation from Albert Chin, with some
26586         comments/corrections by Stepan Kasal and myself.
26587
26588 2005-12-02  Bruno Haible  <bruno@clisp.org>
26589
26590         * gnulib-tool (func_import): Accept GPLed build tool modules when
26591         --lgpl is given.
26592         * modules/csharpcomp-script: New file.
26593         * modules/csharpcomp: Depend on it.
26594         * modules/javacomp-script: New file.
26595         * modules/javacomp: Depend on it.
26596         Suggested by Simon Josefsson.
26597
26598 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
26599
26600         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
26601         statement, to work around an HP-UX 10.20 compiler bug reported by
26602         Peter O'Gorman.
26603
26604 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
26605
26606         * modules/savedir (Depends-on): Add openat.
26607
26608 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
26609
26610         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
26611         (uintmax_t) [defined uintmax_t]: Do not declare.
26612         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
26613         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
26614         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
26615         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
26616         sake of portability to weird hosts that C allows (though we don't
26617         know of any practical examples).
26618
26619         * lib/savedir.h (fdsavedir): New decl.
26620         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
26621         contains most of the former guts of savedir.
26622         (savedir): Use savedirstream.
26623         Include "openat.h".
26624
26625 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
26626
26627         * modules/obstack (Files): Add m4/ulonglong.m4.
26628         Problem reported by Davide Angelocola.
26629
26630 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
26631
26632         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
26633         coreutils no longer futzes with rounding modes.
26634
26635 2005-11-14  Jim Meyering  <jim@meyering.net>
26636
26637         * lib/mkstemp-safer.c: Include <config.h>, required for possible
26638         replacement of mkstemp.
26639
26640 2005-11-10  Simon Josefsson  <jas@extundo.com>
26641
26642         * lib/readline.c: Remove EOL.
26643
26644 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26645
26646         * modules/gethrxtime (Depends-on): Add gettime.
26647
26648 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26649
26650         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
26651         or gettimeofday; no longer needed.
26652
26653 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26654
26655         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
26656         time business.
26657         (gethrxtime) [! (HAVE_NANOUPTIME
26658         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
26659         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
26660         our own approximation.
26661
26662 2005-11-08  Eric Blake  <ebb9@byu.net>
26663
26664         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
26665
26666 2005-11-08  Eric Blake  <ebb9@byu.net>
26667
26668         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
26669
26670 2005-11-04  Bruno Haible  <bruno@clisp.org>
26671
26672         * gnulib-tool: Implement --update mode.
26673
26674 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26675
26676         Fix porting problem reported by Theodoros V. Kalamatianos.
26677         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
26678         Don't assume that futimes failing means we must fail.
26679
26680 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26681
26682         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
26683         variables to suggest the intended function of the PATH_MAX check.
26684
26685 2005-10-30  Kean Johnston  <jkj@sco.com>
26686
26687         Trivial changes to support SCO systems.
26688         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
26689         as PATH_MAX.
26690         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
26691         where __ptr is null when no I/O is pending.
26692
26693 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26694
26695         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
26696         leave errno alone.  Problem reported by Dmitry V. Levin.
26697
26698 2005-10-28  Simon Josefsson  <jas@extundo.com>
26699
26700         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
26701         Test more.
26702
26703         * tests/test-gc-md2.c, tests/test-md2.c: New files.
26704
26705         * modules/md2, modules/md2-tests: New files.
26706
26707 2005-10-28  Simon Josefsson  <jas@extundo.com>
26708
26709         * m4/inet_ntop.m4: More tests.
26710
26711         * m4/gc-md2.m4, md2.m4: New file.
26712
26713 2005-10-28  Simon Josefsson  <jas@extundo.com>
26714
26715         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
26716         "restrict" keywords, as per POSIX.  Protect the function
26717         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
26718         Don't use K&R prototypes.  Check the sprintf return values.
26719         Re-define EAFNOSUPPORT if not present.  Indent.
26720
26721         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
26722         suggested by Bruno Haible <bruno@clisp.org>.
26723
26724         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
26725
26726         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
26727
26728         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
26729         libgcrypt).
26730
26731         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
26732
26733         * lib/md2.h, lib/md2.c: New files.
26734
26735 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
26736
26737         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
26738         errno alone.  Problem reported by Frederic Jolliton.
26739
26740 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26741
26742         * modules/verify (License): Change from GPL to LGPL.  This is a
26743         tiny module and there are apparently near-equivalents that are
26744         under the BSD license.
26745
26746 2005-10-24  Simon Josefsson  <jas@extundo.com>
26747
26748         * modules/sha1: Relicense to LGPL.
26749
26750 2005-10-24  Simon Josefsson  <jas@extundo.com>
26751
26752         * lib/md4.h: Shrink buffer size, now that we changed the type.
26753
26754 2005-10-23  Simon Josefsson  <jas@extundo.com>
26755
26756         * gnulib-tool (func_import): Fix --tests-base.
26757
26758 2005-10-22  Simon Josefsson  <jas@extundo.com>
26759
26760         * modules/arcfour (Depends-on): Need stdint.
26761
26762 2005-10-22  Simon Josefsson  <jas@extundo.com>
26763
26764         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
26765         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
26766
26767 2005-10-22  Simon Josefsson  <jas@extundo.com>
26768
26769         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
26770         suggested by Bruno Haible <bruno@clisp.org>.
26771
26772 2005-10-22  Simon Josefsson  <jas@extundo.com>
26773
26774         * lib/crc.h: Include stddef.h, for size_t.
26775
26776 2005-10-22  Simon Josefsson  <jas@extundo.com>
26777
26778         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
26779         arcfour_context struct (simplify test vector testing in GNU
26780         Shishi).
26781
26782 2005-10-21  Simon Josefsson  <jas@extundo.com>
26783
26784         * modules/des, modules/des-tests: New files.
26785
26786         * modules/gc-des, modules/gc-des-tests: New files.
26787
26788         * tests/test-des.c, tests/test-gc-des.c: New file.
26789
26790 2005-10-21  Simon Josefsson  <jas@extundo.com>
26791
26792         * modules/arctwo, modules/arctwo-tests: New files.
26793
26794         * tests/test-arctwo.c: New file.
26795
26796         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
26797
26798         * tests/test-gc-arctwo.c: New file.
26799
26800 2005-10-21  Simon Josefsson  <jas@extundo.com>
26801
26802         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
26803         Bruno Haible <bruno@clisp.org>.
26804
26805         * m4/gc-des.m4: New file.
26806
26807 2005-10-21  Simon Josefsson  <jas@extundo.com>
26808
26809         * m4/arctwo.m4: New file.
26810
26811         * m4/gc-arctwo.m4: New file.
26812
26813 2005-10-21  Simon Josefsson  <jas@extundo.com>
26814
26815         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
26816         block.
26817
26818 2005-10-21  Simon Josefsson  <jas@extundo.com>
26819
26820         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
26821         <bruno@clisp.org>.
26822
26823         * lib/hmac-sha1.c (hmac_sha1): Likewise.
26824
26825         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
26826         Bruno Haible <bruno@clisp.org>.
26827
26828         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
26829         <bruno@clisp.org>.
26830
26831 2005-10-21  Simon Josefsson  <jas@extundo.com>
26832
26833         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
26834
26835 2005-10-21  Simon Josefsson  <jas@extundo.com>
26836
26837         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
26838
26839 2005-10-21  Simon Josefsson  <jas@extundo.com>
26840
26841         * lib/des.h, lib/des.c: New files.
26842
26843         * lib/gc-gnulib.c: Support DES.c
26844
26845 2005-10-21  Simon Josefsson  <jas@extundo.com>
26846
26847         * lib/arctwo.h, lib/arctwo.c: New files.
26848
26849         * lib/gc-gnulib.c: Support ARCTWO.
26850
26851 2005-10-21  Simon Josefsson  <jas@extundo.com>
26852
26853         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
26854         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26855
26856 2005-10-21  Simon Josefsson  <jas@extundo.com>
26857
26858         * gnulib-tool (func_import, func_create_testdir): Define automake
26859         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
26860         Makefile.am snippet),
26861         suggested by Bruno Haible <bruno@clisp.org>.
26862
26863         * modules/gc (Makefile.am): Use it.
26864
26865 2005-10-21  Bruno Haible  <bruno@clisp.org>
26866
26867         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
26868         patch.
26869
26870 2005-10-19  Simon Josefsson  <jas@extundo.com>
26871
26872         * tests/test-gc-rijndael.c: New file.
26873
26874         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
26875
26876 2005-10-19  Simon Josefsson  <jas@extundo.com>
26877
26878         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
26879         interface too.
26880
26881 2005-10-19  Simon Josefsson  <jas@extundo.com>
26882
26883         * tests/test-gc-arcfour.c: New file.
26884
26885         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
26886
26887 2005-10-19  Simon Josefsson  <jas@extundo.com>
26888
26889         * modules/gc-md4, modules/gc-md4-tests: New file.
26890
26891         * tests/test-gc-md4.c: New file.
26892
26893 2005-10-19  Simon Josefsson  <jas@extundo.com>
26894
26895         * m4/gc-md4.m4: New file.
26896
26897 2005-10-19  Simon Josefsson  <jas@extundo.com>
26898
26899         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
26900         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
26901         <kasal@ucw.cz>.
26902
26903 2005-10-19  Simon Josefsson  <jas@extundo.com>
26904
26905         * m4/gc-arcfour.m4: New file.
26906
26907         * m4/gc-rijndael.m4: New file.
26908
26909 2005-10-19  Simon Josefsson  <jas@extundo.com>
26910
26911         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
26912
26913 2005-10-19  Simon Josefsson  <jas@extundo.com>
26914
26915         * lib/gc-gnulib.c: Support ARCFOUR.
26916
26917 2005-10-19  Simon Josefsson  <jas@extundo.com>
26918
26919         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
26920         support.
26921
26922         * lib/gc.h: Add ECB enum type.
26923
26924         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
26925
26926 2005-10-18  Simon Josefsson  <jas@extundo.com>
26927
26928         * tests/test-md5.c: New file.
26929
26930         * modules/md5-tests: New file.
26931
26932 2005-10-18  Simon Josefsson  <jas@extundo.com>
26933
26934         * tests/test-md4.c: New file.
26935
26936         * modules/md4, modules/md4-tests: New files.
26937
26938 2005-10-18  Simon Josefsson  <jas@extundo.com>
26939
26940         * m4/md4.m4: New file.
26941
26942 2005-10-18  Simon Josefsson  <jas@extundo.com>
26943
26944         * lib/md4.h, lib/md4.c: New files, based on md5.?.
26945
26946 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
26947
26948         * gnulib-tool (func_create_testdir): Omit the second check whether
26949         BUILT_SOURCES in nonempty.
26950
26951 2005-10-17  Simon Josefsson  <jas@extundo.com>
26952
26953         * tests/test-rijndael.c: New file.
26954
26955 2005-10-17  Simon Josefsson  <jas@extundo.com>
26956
26957         * modules/sha1: Depend on stdint instead of md5.
26958
26959         * modules/md5: Depend on stdint, remove uint32_t.
26960
26961 2005-10-17  Simon Josefsson  <jas@extundo.com>
26962
26963         * modules/gc-sha1-tests: New file.
26964
26965         * tests/test-gc-sha1.c: New file.
26966
26967 2005-10-17  Simon Josefsson  <jas@extundo.com>
26968
26969         * m4/md5.m4: Remove call to uint32_t.m4.
26970
26971 2005-10-17  Simon Josefsson  <jas@extundo.com>
26972
26973         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
26974
26975         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
26976         md5.h.
26977
26978         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
26979
26980         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
26981
26982 2005-10-17  Simon Josefsson  <jas@extundo.com>
26983
26984         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
26985
26986 2005-10-17  Simon Josefsson  <jas@extundo.com>
26987
26988         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
26989
26990 2005-10-17  Simon Josefsson  <jas@extundo.com>
26991
26992         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
26993
26994         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
26995
26996 2005-10-17  Bruno Haible  <bruno@clisp.org>
26997
26998         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
26999         that it can also be used in a test.
27000
27001 2005-10-16  Bruno Haible  <bruno@clisp.org>
27002
27003         * gnulib-tool (func_emit_tests_Makefile_am): Also define
27004         TESTS_ENVIRONMENT, so that individual tests can augment it.
27005
27006         * gnulib-tool (func_create_testdir): Use an intermediate target for
27007         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
27008         macros, like $(ALLOCA_H), which cannot be passed through the command
27009         line.
27010
27011 2005-10-15  Simon Josefsson  <jas@extundo.com>
27012
27013         * modules/rijndael-tests: New file.
27014
27015         * modules/rijndael: New file.
27016
27017 2005-10-15  Simon Josefsson  <jas@extundo.com>
27018
27019         * m4/rijndael.m4: New file.
27020
27021 2005-10-15  Simon Josefsson  <jas@extundo.com>
27022
27023         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
27024
27025         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
27026
27027 2005-10-14  Simon Josefsson  <jas@extundo.com>
27028
27029         * tests/test-arcfour.c: New file.
27030
27031         * modules/arcfour, modules/arcfour-tests: New files.
27032
27033 2005-10-14  Simon Josefsson  <jas@extundo.com>
27034
27035         * m4/arcfour.m4: New file.
27036
27037 2005-10-14  Simon Josefsson  <jas@extundo.com>
27038
27039         * lib/arcfour.h, lib/arcfour.c: New files.
27040
27041 2005-10-14  Roland McGrath  <roland@redhat.com>
27042
27043         Import from libc.  [BZ #1331]
27044         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
27045         macro argument.
27046         Reported by Matej Vela <vela@debian.org>.
27047
27048 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27049
27050         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
27051         include <wchar.h>; no longer needed.
27052
27053 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27054
27055         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
27056
27057 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
27058         and  Ulrich Drepper  <drepper@redhat.com>
27059
27060         Import from libc.
27061         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
27062         instead of inline stream orientation test and two separate
27063         function calls.  Pay no attention to USE_IN_LIBIO.
27064
27065 2005-10-13  Simon Josefsson  <jas@extundo.com>
27066
27067         * modules/gc-hmac-md5-tests: New file.
27068
27069         * tests/test-gc-hmac-sha1.c: New file.
27070
27071         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
27072
27073         * modules/gc-hmac-md5-tests: New file.
27074
27075         * tests/test-gc-md5.c: New file.
27076
27077         * modules/gc-md5-tests: New file.
27078
27079 2005-10-13  Simon Josefsson  <jas@extundo.com>
27080
27081         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
27082         Move memory allocation outside of loop.
27083
27084 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
27085
27086         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
27087         intermediate directory is in a read-only file system.  Problem
27088         reported by Eric Blake.
27089
27090 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
27091
27092         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
27093
27094 2005-10-12  Simon Josefsson  <jas@extundo.com>
27095
27096         * tests/test-hmac-sha1.c: New file.
27097
27098         * modules/hmac-sha1-tests: New file.
27099
27100         * modules/hmac-sha1: New file.
27101
27102 2005-10-12  Simon Josefsson  <jas@extundo.com>
27103
27104         * modules/gc-sha1: New file.
27105
27106 2005-10-12  Simon Josefsson  <jas@extundo.com>
27107
27108         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
27109
27110         * tests/test-gc-pbkdf2-sha1.c: New file.
27111
27112 2005-10-12  Simon Josefsson  <jas@extundo.com>
27113
27114         * modules/gc-md5, modules/gc-hmac-md5: New files.
27115
27116         * modules/gc (Files): Remove md5, memxor and hmac files.
27117
27118 2005-10-12  Simon Josefsson  <jas@extundo.com>
27119
27120         * m4/gc-pbkdf2-sha1.m4: New file.
27121
27122         * m4/gc-hmac-sha1.m4: New file.
27123
27124         * m4/gc-sha1: New file.
27125
27126         * m4/hmac-sha1.m4: New file.
27127
27128 2005-10-12  Simon Josefsson  <jas@extundo.com>
27129
27130         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
27131
27132         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
27133
27134 2005-10-12  Simon Josefsson  <jas@extundo.com>
27135
27136         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
27137         suggested by Bruno Haible <bruno@clisp.org>.
27138
27139 2005-10-12  Simon Josefsson  <jas@extundo.com>
27140
27141         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
27142
27143 2005-10-12  Simon Josefsson  <jas@extundo.com>
27144
27145         * lib/gc-pbkdf2-sha1.c: New file.
27146
27147         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
27148
27149 2005-10-12  Simon Josefsson  <jas@extundo.com>
27150
27151         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
27152
27153         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
27154
27155 2005-10-12  Simon Josefsson  <jas@extundo.com>
27156
27157         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
27158         GC_USE_HMAC_MD5, respectively.
27159
27160         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
27161         (gc_md5): Fix typo.
27162
27163         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
27164
27165         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
27166
27167         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
27168
27169 2005-10-12  Bruno Haible  <bruno@clisp.org>
27170
27171         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
27172         Reported by Stepan Kasal <kasal@ucw.cz>.
27173
27174 2005-10-11  Simon Josefsson  <jas@extundo.com>
27175
27176         * tests/test-crc.c: New file.
27177
27178         * modules/crc, modules/crc-tests: New files.
27179
27180 2005-10-11  Simon Josefsson  <jas@extundo.com>
27181
27182         * m4/crc.m4: New file.
27183
27184 2005-10-11  Simon Josefsson  <jas@extundo.com>
27185
27186         * lib/gc.h: Add gc_hash and gc_hash_buffer.
27187
27188         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
27189
27190         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
27191
27192 2005-10-11  Simon Josefsson  <jas@extundo.com>
27193
27194         * lib/crc.h, lib/crc.c: New files.
27195
27196         * lib/gc.h (gc_hash_buffer): Add doc.
27197
27198 2005-10-11  Bruno Haible  <bruno@clisp.org>
27199
27200         * modules/c-strcasestr: New file.
27201         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
27202
27203 2005-10-11  Bruno Haible  <bruno@clisp.org>
27204
27205         * modules/c-strcase: New file.
27206         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
27207
27208 2005-10-11  Bruno Haible  <bruno@clisp.org>
27209
27210         * lib/strcasecmp.c: Include limits.h.
27211         (strcasecmp): Avoid integer overflow on exotic platforms.
27212         * lib/strncasecmp.c: Include limits.h.
27213         (strncasecmp): Avoid integer overflow on exotic platforms.
27214         Reported by Paul Eggert.
27215
27216 2005-10-11  Bruno Haible  <bruno@clisp.org>
27217
27218         * lib/c-strcasestr.h: New file, from GNU gettext.
27219         * lib/c-strcasestr.c: New file, from GNU gettext.
27220
27221 2005-10-11  Bruno Haible  <bruno@clisp.org>
27222
27223         * lib/c-strcase.h: New file, from GNU gettext.
27224         * lib/c-strcasecmp.c: New file, from GNU gettext.
27225         * lib/c-strncasecmp.c: New file, from GNU gettext.
27226
27227 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27228
27229         * modules/mempcpy (License): GPL -> LGPL.
27230         * modules/strchrnul (License): Likewise.
27231         * modules/sysexits (License): Likewise.
27232
27233 2005-10-08  Simon Josefsson  <jas@extundo.com>
27234
27235         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
27236
27237 2005-10-07  Simon Josefsson  <jas@extundo.com>
27238
27239         * m4/memxor.m4: Remove gl_C_RESTRICT call.
27240
27241 2005-10-06  Simon Josefsson  <jas@extundo.com>
27242
27243         * tests/test-hmac-md5.c: New file.
27244
27245         * modules/hmac-md5-tests: New file.
27246
27247         * modules/hmac-md5: New file.
27248
27249 2005-10-06  Simon Josefsson  <jas@extundo.com>
27250
27251         * m4/hmac-md5.m4: New file.
27252
27253         * m4/memxor.m4: Require gl_C_RESTRICT.
27254
27255 2005-10-06  Simon Josefsson  <jas@extundo.com>
27256
27257         * lib/memxor.c (memxor): Avoid casts and warnings.
27258
27259 2005-10-06  Simon Josefsson  <jas@extundo.com>
27260
27261         * lib/hmac-md5.c: New file.
27262
27263         * lib/hmac.h: New file.
27264
27265 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27266
27267         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
27268         promotes to int, not unsigned int, to catch the AIX 5.3
27269         compiler bug.
27270
27271 2005-10-05  Simon Josefsson  <jas@extundo.com>
27272
27273         * modules/memxor: New file.
27274
27275         * modules/iconv (Files): Move config.rpath to havelib, it is used
27276         there.
27277
27278         * modules/havelib (Files): Add config.rpath.
27279
27280 2005-10-05  Simon Josefsson  <jas@extundo.com>
27281
27282         * m4/memxor.m4: New file.
27283
27284 2005-10-05  Simon Josefsson  <jas@extundo.com>
27285
27286         * lib/memxor.c (memxor): Fix compiler error.
27287
27288         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
27289         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
27290
27291         * lib/memxor.h, lib/memxor.c: New files.
27292
27293         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
27294         we assume all systems have it, suggested by Jim Meyering
27295         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
27296         any systems lack sys/socket.h; mingw32 is known to lack it, but we
27297         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
27298         same reasons.
27299
27300 2005-10-05  Simon Josefsson  <jas@extundo.com>
27301
27302         * config/srclist.txt: Add glibc bug 1423 for md5.h.
27303
27304 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27305
27306         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
27307         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
27308         needed, since the source code now assumes these .h files.
27309
27310 2005-10-05  Derek Price  <derek@ximbiot.com>
27311
27312         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
27313
27314 2005-10-05  Bruno Haible  <bruno@clisp.org>
27315
27316         * modules/stdint (License): Change to LGPL.
27317
27318 2005-10-04  Simon Josefsson  <jas@extundo.com>
27319
27320         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
27321         D. Baushke" <mdb@gnu.org>.
27322
27323 2005-10-04  Bruno Haible  <bruno@clisp.org>
27324
27325         * lib/verify.h (verify_true): Provide alternative definition for C++.
27326
27327 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
27328
27329         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
27330         (SSIZE_MAX): New macro, if not already defined.
27331         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
27332         than 2 GiB.
27333
27334 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27335
27336         Sync from coreutils.
27337         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
27338         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
27339         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
27340         ULLONG_MAX doesn't work with 2.7.2.1.
27341
27342 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27343
27344         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
27345         From Ben Pfaff.
27346
27347         * modules/exclude (Depends-on): Depend on verify.
27348         * modules/strtoimax (Depends-on): Likewise.
27349         * modules/utimecmp (Depends-on): Likewise.
27350
27351 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27352
27353         * lib/exclude.c: Include verify.h.
27354         (verify): Remove.  All callers changed to use verify.h's version.
27355         * lib/strtoimax.c: Likewise.
27356         * lib/utimecmp.c: Likewis.e
27357
27358         Sync from coreutils.
27359         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
27360         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
27361         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
27362         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
27363         bother returning ENOSYS if settimeofday or stime fails; just let
27364         them return whatever errno they want to return.
27365         * lib/utimens.c: Include unistd.h, for dup2.
27366         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
27367         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
27368
27369 2005-10-02  Jim Meyering  <jim@meyering.net>
27370
27371         Sync from coreutils.
27372         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
27373         from glibc-2.2.5 that fails for read-only files.
27374
27375 2005-10-02  Jim Meyering  <jim@meyering.net>
27376
27377         Sync from coreutils.
27378         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
27379         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
27380         `#if HAVE_CONFIG_H'.
27381         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
27382         Remove AT_FDCWD test.
27383         Do not consume the fd unless successful.
27384         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
27385         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
27386         block, so that we don't even try to compile it if settimeofday is
27387         available.  This works around a compilation failure on OSF1 V5.1,
27388         due to stime requiring a `long int*' while tv_sec is `int'.
27389
27390 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
27391
27392         Sync from coreutils.
27393         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
27394         against `yes', rather than just testing for nonempty.
27395
27396 2005-10-01  Simon Josefsson  <jas@extundo.com>
27397
27398         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
27399         and Darwin.
27400
27401         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
27402         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
27403         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
27404         freeaddrinfo and gai_strerror are declared by the POSIX headers.
27405         Check if struct addrinfo is declared.
27406
27407 2005-10-01  Simon Josefsson  <jas@extundo.com>
27408
27409         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
27410         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
27411         AI_* and EAI_* definitions.  Protect function declarations.
27412
27413 2005-10-01  Jim Meyering  <jim@meyering.net>
27414
27415         Sync from coreutils.
27416
27417         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
27418         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
27419         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
27420         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
27421         in the inet and nsl libraries.  Required on Solaris 5.7.
27422
27423 2005-10-01  Jim Meyering  <jim@meyering.net>
27424
27425         Sync from coreutils.
27426         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
27427         in the inet and nsl libraries.  Required on Solaris 5.7.
27428
27429 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
27430
27431         * lib/getdelim.c (getdelim): Remove unused variables.
27432
27433 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
27434
27435         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
27436         so that the code works even with ancient cpp.  Portability problem
27437         with GCC 2.7.2.1 reported by Thomas M.Ott.
27438
27439 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
27440
27441         * modules/regex (Depends-on): Add strcase.
27442
27443         * modules/gethostname (Licence): Change from GPL to LGPL, since
27444         gethostname.c is a trivial implementation of a standard library
27445         function.
27446         * modules/poll (License): Change from GPL to LGPL, since it's
27447         derived from LGPL code.
27448
27449 2005-09-27  Jim Meyering  <jim@meyering.net>
27450
27451         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
27452         HAVE_CONFIG_H.
27453
27454         * lib/intprops.h (signed_type_or_expr__): Define.
27455         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
27456         for unsigned types.
27457
27458 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
27459
27460         * lib/verify.h (verify_expr): Remove, replacing with:
27461         (verify_true): New macro that returns true instead of void.
27462         (verify_type__): Remove.
27463         (verify): Use verify_true rather than verify_type__.
27464
27465 2005-09-26  Bruno Haible  <bruno@clisp.org>
27466
27467         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
27468         is necessary.
27469         (lib_SOURCES): Remove mbchar.c.
27470         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
27471         (Files): Add m4/mbrtowc.m4.
27472         * modules/mbiter: Likewise.
27473         * modules/mbuiter: Likewise.
27474
27475 2005-09-26  Bruno Haible  <bruno@clisp.org>
27476
27477         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
27478         compile mbchar.c if they are not both present.
27479         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
27480         * m4/mbiter.m4 (gl_MBITER): Likewise.
27481         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
27482         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
27483         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
27484
27485 2005-09-25  Jim Meyering  <jim@meyering.net>
27486
27487         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
27488         also uses socklen_t.
27489
27490 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
27491
27492         * lib/utimens.c (ENOSYS): Define if not already defined.
27493         (futimens): Support having a null PATH if the file descriptor
27494         is nonnegative.
27495
27496         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
27497         Remove.
27498         (__attribute): Define to empty unless GCC 3.1 or later.
27499         This works around a core dump on OpenBSD 3.4, which has GCC
27500         2.95.3, which dumps core when given __attribute__(()).  It also
27501         simplifies other tests, since we really don't want to bother with
27502         worrying about which ancient version of GCC supported what.
27503         Original problem reported by Yoann Vandoorselaere, with part of
27504         the fix suggested by Derek Price.
27505
27506 2005-09-24  Jim Meyering  <jim@meyering.net>
27507
27508         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
27509         so we can once again use a positive bitfield width of 1 -- now we
27510         don't have to explain why we were using a bitfield width of 2.
27511
27512 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
27513
27514         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
27515         and similarly for the other external symbols.  Problem reported
27516         by James Gallager.
27517
27518         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
27519         bug reported by Jim Meyering.
27520
27521         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
27522         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
27523         not needed, since socklen is a prerequisite module.
27524
27525 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
27526
27527         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
27528         Problem reported by Eric Blake.
27529         (getaddrinfo): Initialize se so that it's not garbage.
27530         Redo internal storage allocation so that it doesn't make unportable
27531         assumptions about alignment.
27532         Fix a memory leak.
27533
27534         * lib/utimens.c (futimens): Use futimesat if available.
27535         Prefer it to futimes since it doesn't have the futimes bug.
27536
27537         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
27538         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
27539         Instead, declare a function that returns a pointer to an array,
27540         and use verify_type__ to declare the size of the array.
27541         Problem and germ of a solution reported by Bruno Haible.
27542         (verify_type__): Use 2, not 1, for bitfield size, to avoid
27543         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
27544
27545 2005-09-23  Jim Meyering  <jim@meyering.net>
27546
27547         Sync from coreutils.
27548         Correct build failure (socklen_t not defined) on at least
27549         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
27550         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
27551
27552 2005-09-23  Jim Meyering  <jim@meyering.net>
27553
27554         * modules/getaddrinfo (Depends-on): Add socklen.
27555
27556 2005-09-23  Bruno Haible  <bruno@clisp.org>
27557
27558         * tests/test-verify.c: New file.
27559
27560 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27561
27562         Sync from coreutils.
27563
27564         * modules/argmatch (Depends-on): Add verify.
27565         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
27566         unistd-safer.
27567         * modules/save-cwd (Depends-on): Likewise.
27568
27569         * modules/openat (Files): Add lib/openat-die.c.
27570         (Depends-on): Remove error, exitfail.
27571         Add dirname.
27572
27573         * modules/verify: New file.
27574         * MODULES.html.sh (Diagnostics <assert.h>): New section,
27575         with "verify" module.
27576
27577 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27578
27579         Sync from coreutils.
27580
27581         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
27582         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
27583         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
27584         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
27585         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
27586         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
27587         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
27588         Don't bother checking for string.h, stdlib.h, unistd.h.
27589         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
27590         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
27591         module's job.
27592         * m4/jm-macros.m4 (gl_MACROS): Likewise.
27593         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
27594
27595         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
27596         (gl_GETDATE): Use it.
27597
27598         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
27599
27600 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27601
27602         Sync from coreutils.
27603
27604         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
27605         stat-time.h.
27606         * lib/argmatch.h: Include verify.h
27607         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
27608         (ARGMATCH_ASSERT): Remove; unused.
27609         * lib/canonicalize.c: Assume STDC_HEADERS.
27610         * lib/exclude.c: Include "strcase.h".
27611         * lib/regex_internal.h [!defined _LIBC]: Likewise.
27612         * lib/getusershell.c: Include stdio--.h rather than stdio.h
27613         and stdio-safer.h.
27614         (getusershell): Call fopen, not fopen_safer.
27615         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
27616         Do not include unistd-safer.h.
27617         (save_cwd): Don't call fd_safer; no longer needed
27618         now that we include fcntl--.h.
27619
27620         * lib/getdate.y (relative_time): New type.
27621         (RELATIVE_TIME_0): New constant.
27622         (parser_control): Use relative_time instead of doing it ourselves.
27623         (%union): Add new relative_time rel member.
27624         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
27625         Now typeless.
27626         (relunit, relunit_snumber): Now of type rel.
27627         (zone, rel, relunit, get_date): Adjust to above changes.
27628
27629         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
27630         Do not include unistd-safer.h.
27631         (getloadavg): Don't call fd_safer; no longer needed
27632         now that we include fcntl--.h.
27633
27634         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
27635         (make_dir_parents): Treat ENOSYS like EEXIST.
27636
27637         Improve quality of diagnostics on restore_cwd failure.
27638         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
27639         (make_dir_parents): Last arg is now int * (for errno), not bool *.
27640         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
27641         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
27642         each time through the loop.  Do not diagnose restore_cwd failure;
27643         that is the caller's job (and perhaps the caller does not care).
27644
27645         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
27646         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
27647         If the file already exists but is not a directory, don't bother
27648         to try to make its parents.
27649         Close potential file descriptor leak if we can't chdir("/") (!).
27650         Don't always return true if chdir($PWD) fails; return true only
27651         if the requested action was done successfully (except for the
27652         chdir($PWD)).
27653         Don't log final directory unless we actually made it.
27654         Refactor to avoid duplicate code to fix up permissions.
27655         Don't attempt to fix up parent permissions if chdir($PWD) fails.
27656
27657         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
27658         to make it a bit faster and (I hope) clearer.
27659         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
27660         Fix bug in formats like %2N.
27661
27662         * lib/verify.h: New file.
27663
27664 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27665
27666         Sync from coreutils.
27667         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
27668
27669 2005-09-22  Jim Meyering  <jim@meyering.net>
27670
27671         Sync from coreutils.
27672
27673         * m4/lstat.m4 (gl_FUNC_LSTAT):
27674         Use AC_LIBSOURCES to require lstat.c and lstat.h.
27675         Remove obsolete comment.
27676         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
27677         * m4/xstrtod.m4: Likewise.
27678
27679         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
27680
27681 2005-09-22  Jim Meyering  <jim@meyering.net>
27682
27683         Sync from coreutils.
27684
27685         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
27686
27687         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
27688         the .tm_year member, since otherwise gcc-4.0 would now warn about
27689         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
27690
27691         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
27692         order to avoid an unsuppressible warning from gcc on 64-bit systems.
27693
27694         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
27695         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
27696         when run in a time zone for which daylight savings time is in effect
27697         for the starting date.
27698
27699         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
27700         stop us from restricting permissions of just-created absolute-named
27701         directories.
27702         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
27703         to restore initial working directory.
27704         * lib/mkdir-p.c (make_dir_parents): New parameter:
27705         different_working_dir, to tell caller if/when we change the working
27706         directory and are unable to return to the initial one.
27707         * lib/mkdir-p.h (make_dir_parents): Update prototype.
27708         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
27709         `return false'.  This fixes a bug introduced on 2004-07-30.
27710
27711         * lib/openat.c (fdopendir): Be sure to close the supplied
27712         file descriptor before returning.  This makes our replacement
27713         implementation a little closer to Solaris's, where fdopendir
27714         ties the file descriptor to the returned DIR* pointer.
27715         * lib/openat.c (unlinkat): New function.
27716         * lib/openat.h (unlinkat): Add prototype.
27717         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
27718         (openat_restore_fail): Rename from openat_restore_die.
27719         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
27720
27721         Provide an alternative to exiting immediately upon save_cwd or
27722         restore_cwd failure.  Now, an application can arrange e.g.,
27723         to perform a longjump in that case.
27724         * lib/openat.c: Include dirname.h.
27725         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
27726         (rpl_openat, fdopendir, fstatat): Call openat_save_die
27727         and openat_restore_die rather than calling error directly.
27728         Don't include "error.h" or "exitfail.h"; they're no longer needed.
27729
27730         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
27731         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
27732         define.
27733
27734         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
27735         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
27736                             int utc, int nanoseconds);
27737         Background:
27738         date should not have to allocate a megabyte of virtual memory to
27739         handle a format argument like +%1048575T.  When implemented with
27740         strftime, it must allocate such a buffer, use strftime to fill it
27741         in, print it, then free it.
27742         With fprintftime, it simply prints everything and exits.
27743         With no need for memory allocation, that's one fewer way to fail.
27744         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
27745         optional field width, not before, so we accept %9:z, not %:9z.
27746         (my_strftime): Be sure to use L_('x') for literals.
27747
27748         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
27749         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
27750         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
27751         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
27752         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
27753         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
27754         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
27755         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
27756         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
27757         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
27758         * lib/xgethostname.c, lib/xreadlink.c:
27759         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
27760
27761         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
27762         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
27763         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
27764         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
27765         and don't include <sys/file.h>).
27766
27767 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
27768
27769         Sync from coreutils.
27770
27771         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
27772         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
27773         [!LDAV_DONE]: Avoid unused variable warning.
27774
27775 2005-09-21  Bruno Haible  <bruno@clisp.org>
27776
27777         * lib/unicodeio.h (unicode_to_mb): New declaration.
27778
27779 2005-09-20  Derek Price  <derek@ximbiot.com>
27780
27781         * lib/getaddrinfo.c: Don't include <netdb.h> included from
27782         getaddrinfo.h.
27783
27784 2005-09-20  Bruno Haible  <bruno@clisp.org>
27785
27786         * gnulib-tool: Remove trailing slashes from the values specified for
27787         --source-base, --m4-base, --tests-base, --aux-dir.
27788         Suggested by Simon Josefsson <jas@extundo.com>.
27789
27790 2005-09-20  Bruno Haible  <bruno@clisp.org>
27791
27792         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
27793         func_modules_to_filelist, func_import, func_create_testdir): Make all
27794         sorting results locale-independent, so that gnulib-cache.m4 doesn't
27795         change when gnulib-tool is invoked in a different locale.
27796
27797 2005-09-19  Simon Josefsson  <jas@extundo.com>
27798
27799         * m4/socklen.m4: Fix typo.
27800
27801 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27802
27803         Use a consistent style for including <config.h>.
27804         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
27805         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
27806         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
27807         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
27808         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
27809         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
27810         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
27811         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
27812         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
27813         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
27814         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
27815         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
27816         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
27817         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
27818         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
27819         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
27820         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
27821         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
27822         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
27823         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
27824         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
27825         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
27826         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
27827         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
27828         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
27829         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
27830         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
27831         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
27832         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
27833         lib/xstrtoumax.c, lib/yesno.c:
27834         Standardize inclusion of config.h.
27835         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
27836         lib/inttostr.h:  Removed inclusion of config.h from header files.
27837         * lib/inttostr.c:  Adjusted in-tree users.
27838         * lib/timespec.h: Remove superfluous warning to include config.h.
27839         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
27840         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
27841         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
27842         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
27843         config.h with HAVE_CONFIG_H.
27844
27845 2005-09-19  Jim Meyering  <jim@meyering.net>
27846
27847         * modules/pathmax (License): Change to LGPL.
27848
27849 2005-09-19  Derek Price  <derek@ximbiot.com>
27850
27851         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
27852
27853 2005-09-19  Bruno Haible  <bruno@clisp.org>
27854
27855         * gnulib-tool (import): Provide default for --tests-base.
27856
27857 2005-09-19  Bruno Haible  <bruno@clisp.org>
27858
27859         * doc/quote.texi: New file, extracted from gnulib.texi.
27860         * doc/ctime.texi: New file, extracted from gnulib.texi.
27861         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
27862         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
27863         * doc/gnulib.texi: Include them.
27864
27865 2005-09-18  Bruno Haible  <bruno@clisp.org>
27866
27867         Portability fix.
27868         * gnulib-tool (func_readlink): New function.
27869         (func_ln_if_changed): Use it.
27870
27871 2005-09-18  Bruno Haible  <bruno@clisp.org>
27872
27873         * gnulib-tool: Support --with-tests also with --import.
27874         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
27875         (func_import): Use variables $testsbase and $inctests. Emit a
27876         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
27877         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
27878         SUBDIRS += $testsdir.
27879         (func_create_testdir): Update.
27880
27881 2005-09-18  Bruno Haible  <bruno@clisp.org>
27882
27883         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
27884         instead of $dry_run.
27885         (func_cp_if_changed, func_mv_if_changed): Remove functions.
27886         (func_ln_if_changed): Don't handle dry-run here.
27887         (func_import): In dry-run mode, detect more precisely which actions
27888         would be performed, and don't use "...ing" verbs.
27889
27890 2005-09-18  Bruno Haible  <bruno@clisp.org>
27891
27892         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
27893         (func_import): Use join on two temporary files instead of three nested
27894         loops, in order to determine which files are new or old.
27895
27896 2005-09-18  Bruno Haible  <bruno@clisp.org>
27897
27898         * gnulib-tool (func_import): Comment out code that spits out the
27899         new files with --dry-run.
27900
27901 2005-09-18  Bruno Haible  <bruno@clisp.org>
27902
27903         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
27904
27905 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27906
27907         * lib/stat-time.h: New file.
27908         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
27909         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
27910         in a different way.
27911         (timespec_cmp): New function.
27912         * lib/utimecmp.c: Include stat-time.h.
27913         (SYSCALL_RESOLUTION): Depend on whether various struct stat
27914         members exist, not on the obsolescent ST_MTIM_NSEC.
27915         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
27916
27917 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27918
27919         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
27920
27921 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27922
27923         * MODULES.html.sh (File system functions): Add stat-time.
27924         * modules/stat-time: New file.
27925         * modules/timespec (Files): Remove m4/st_mtim.m4; this
27926         is now done in a different way, by the stat-time module.
27927         * modules/utimecmp (Depends-on): Add stat-time.
27928
27929 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27930
27931         * m4/st_mtim.m4: Remove.  Superseded by...
27932         * m4/stat-time.m4: New file.
27933         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
27934         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
27935
27936 2005-09-15  Derek Price  <derek@ximbiot.com>
27937
27938         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
27939
27940 2005-09-15  Derek Price  <derek@ximbiot.com>
27941
27942         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
27943         * lib/regex_internal.c: Ditto, using this...
27944         (__GNUC_PREREQ): ...new macro.
27945         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
27946         using...
27947         (__GNUC_PREREQ): ...this new macro.
27948
27949         * lib/strstr.h: Include string.h. Define strstr as a macro here.
27950
27951 2005-09-15  Derek Price  <derek@ximbiot.com>
27952             Paul Eggert  <eggert@cs.ucla.edu>
27953
27954         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
27955         changes, consolidating in...
27956         * lib/regex_internal.h: ...this file.
27957
27958 2005-09-13  Jim Meyering  <jim@meyering.net>
27959
27960         * lib/canon-host.c: Filter through gnu indent and reword comments
27961         slightly.
27962         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
27963
27964 2005-09-13  Derek Price  <derek@ximbiot.com>
27965
27966         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
27967         failure.
27968         Reported by Jim Meyering  <jim@meyering.net>.
27969
27970 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27971
27972         * lib/base64.c: Typo.
27973         (base64_encode): Put b64str in initialized data section.
27974
27975 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
27976
27977         Merge glibc and coreutils changes into gnulib, plus a few
27978         extra fixes.
27979         * lib/md5.c: Use #error rather than a string.
27980         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
27981         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
27982         (__attribute__): Define to empty for non recent-GCC.
27983         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
27984         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
27985         Renamed from their non-__ counterparts, with new macros replacing
27986         them if not _LIBC.  Add __THROW attribute.
27987         (rol): Remove.
27988         (struct md5_ctx): Align buffer if using GCC.
27989         * lib/sha1.h (struct sha1_ctx): Likewise.
27990         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
27991         The old name was backwards.
27992         (NOTSWAP): Remove; not used.
27993         (rol): New macro, moved here from md5.h.
27994         (sha1_process_block): Remove a FIXME that doesn't make sense.
27995
27996 2005-09-12  Derek Price  <derek@ximbiot.com>
27997
27998         Return usable errors from canon-host.
27999         * lib/canon-host.h: New file.
28000         * lib/canon-host.c (canon_host): Wrap...
28001         (canon_host_r): ...this new function, which now relies exclusively on
28002         getaddrinfo.
28003         (ch_strerror): New function.
28004         (last_cherror): New global.
28005         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
28006         interface.
28007         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
28008         void *.
28009         (freeaddrinfo): Free ai->ai_canonname when set.
28010
28011 2005-09-12  Derek Price  <derek@ximbiot.com>
28012
28013         Make canon-host require getaddrinfo.
28014         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
28015         AC_LIBSOURCE canon-host.h.  Call...
28016         (gl_PREREQ_CANON_HOST): ...this new function, which requires
28017         gl_GETADDRINFO.
28018         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
28019
28020 2005-09-12  Derek Price  <derek@ximbiot.com>
28021
28022         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
28023         LGPL.
28024         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
28025
28026 2005-09-12  Derek Price  <derek@ximbiot.com>
28027
28028         * lib/gai_strerror.c: Include config.h when available.  Include
28029         getaddrinfo.h before other headers to test interface.
28030         Reported by Larry Jones <lawrence.jones@ugs.com>.
28031
28032 2005-09-12  Derek Price  <derek@ximbiot.com>
28033             Paul Eggert  <eggert@cs.ucla.edu>
28034
28035         * modules/glob (Files): Add glob-libc.h.
28036
28037 2005-09-12  Derek Price  <derek@ximbiot.com>
28038             Paul Eggert  <eggert@cs.ucla.edu>
28039
28040         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
28041         glob_.h, glob-libc.h.
28042         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
28043
28044 2005-09-12  Derek Price  <derek@ximbiot.com>
28045             Paul Eggert  <eggert@cs.ucla.edu>
28046
28047         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
28048         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
28049         protecting things that should be done only in gnulib contexts.
28050         * lib/glob_.h: New file, containing only the glob things needed for
28051         gnulib.
28052         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
28053         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
28054         (glob, globfree, glob_pattern_p): Now defined simply in terms of
28055         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
28056         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
28057         and to respect the namespace rules better.
28058
28059 2005-09-08  Simon Josefsson  <jas@extundo.com>
28060
28061         * modules/socklen: New file.
28062
28063 2005-09-08  Simon Josefsson  <jas@extundo.com>
28064
28065         * m4/socklen.m4: New file.
28066
28067 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28068
28069         * modules/utimens (Files): Add m4/utimbuf.m4, since
28070         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
28071         Reported by Sergey Poznyakoff.
28072
28073 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28074
28075         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
28076         definitions, since that's the preferred style in glibc.
28077         Fix a minor spacing issue, and update copyright notice to match
28078         glibc's.
28079
28080 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28081
28082         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
28083
28084 2005-09-06  Simon Josefsson  <jas@extundo.com>
28085
28086         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
28087         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
28088
28089 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28090
28091         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
28092         warning.
28093
28094 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28095
28096         * config/srclist.txt: Add glibc bug 1302.
28097
28098 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
28099
28100         Change bitset word type from unsigned int to unsigned long int,
28101         as this has better performance on typical 64-bit hosts.
28102         Port bitset code to hosts with unusual word sizes.
28103         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
28104         (build_collating_symbol):
28105         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
28106         argument is a bitset.  This is merely a style issue, but it makes
28107         it clearer that an entire array is expected.
28108         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
28109         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
28110         Port to the case where bitset_word is not the same as unsigned int.
28111         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28112         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
28113         Likewise.
28114         * lib/regexec.c (check_dst_limits_calc_pos_1,
28115         check_subexp_matching_top):
28116         (build_trtable, group_nodes_into_DFAstates):
28117         Likewise.
28118         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
28119         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
28120         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
28121         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
28122         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
28123         * lib/regcomp.c (optimize_subexps, lower_subexp):
28124         Work even if bitset_word has holes in its bitwise representation.
28125         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
28126         * lib/regexec.c (check_dst_limits_calc_pos_1,
28127         check_subexp_matching_top):
28128         Likewise.
28129         * lib/regex_internal.c (re_string_reconstruct):
28130         Don't assume UCHAR_MAX == 255.
28131         * lib/regex_internal.h (bitset_set_all): Likewise.
28132         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
28133         All uses changed.
28134         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
28135         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
28136         All uses changed.
28137         (BITSET_WORD_MAX): New macro.
28138         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
28139         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
28140         (bitset_empty, bitset_copy):
28141         Prefer sizeof (bitset) to multiplying it out ourselves.
28142         (bitset_not_merge): Remove; unused.
28143         (bitset_contain): Return bool, not unsigned int with one bit on.
28144         All callers changed.
28145         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
28146         alignment than re_node_set; do this by defining a new internal
28147         type struct dests_alloc and using it to allocate memory.
28148
28149 2005-09-05  Bruno Haible  <bruno@clisp.org>
28150
28151         * gnulib-tool (func_import): Fix comparison in handling of symbolic
28152         links.
28153
28154 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
28155
28156         * modules/size_max (Makefile.am): Add size_max.h
28157
28158 2005-09-04  Derek Price  <derek@ximbiot.com>
28159
28160         * gnulib-tool (func_import): Fix reversed $symbolic logic.
28161
28162 2005-09-03  Simon Josefsson  <jas@extundo.com>
28163
28164         * gnulib-tool: Fix typo.
28165
28166 2005-09-03  Simon Josefsson  <jas@extundo.com>
28167
28168         * config/srclist.txt: Add glibc bug 1293.
28169
28170 2005-09-03  Derek Price  <derek@ximbiot.com>
28171
28172         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
28173         From Larry Jones <lawrence.jones@ugs.com>.
28174
28175 2005-09-02  Simon Josefsson  <jas@extundo.com>
28176
28177         * modules/socklen: New file.
28178
28179 2005-09-02  Simon Josefsson  <jas@extundo.com>
28180
28181         * modules/havelib: New module.
28182
28183         * modules/gettext, modules/iconv, modules/lock, modules/readline:
28184         Use havelib.
28185
28186 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28187
28188         Check for arithmetic overflow when calculating sizes, to prevent
28189         some buffer-overflow issues.  These patches are conservative, in the
28190         sense that when I couldn't determine whether an overflow was possible,
28191         I inserted a run-time check.
28192         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
28193         macros.
28194         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
28195         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
28196         (re_xnrealloc, re_x2nrealloc): New inline functions.
28197         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
28198         parse_bracket_exp):
28199         (build_equiv_class, build_charclass): Check for arithmetic overflow
28200         in size expression calculations.
28201         * lib/regex_internal.c (re_string_realloc_buffers):
28202         (build_wcs_upper_buffer, re_node_set_add_intersect):
28203         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
28204         (re_dfa_add_node, register_state): Likewise.
28205         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
28206         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
28207         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
28208         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
28209
28210 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28211
28212         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28213         m4/ulonglong.m4.  Problem reported by Martin Lambers.
28214
28215 2005-09-02  Bruno Haible  <bruno@clisp.org>
28216
28217         Support for lib vs. lib64 distinction on biarch platforms.
28218         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
28219         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
28220         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
28221
28222 2005-09-02  Bruno Haible  <bruno@clisp.org>
28223
28224         * gnulib-tool (import): In the other first-use case, provide defaults
28225         as well.
28226
28227 2005-09-02  Bruno Haible  <bruno@clisp.org>
28228
28229         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
28230         patches not yet found in the latest gettext release.
28231
28232 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28233
28234         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
28235         to avoid a collision with bits/local_lim.h in glibc.
28236         All uses changed.  Problem reported by Dmitry V. Levin in
28237         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
28238
28239         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
28240         bugs in int versus size_t comparisons.
28241         (re_string_context_at): Fix bug where the code assumed that
28242         Idx is signed.
28243
28244         Use bool where appropriate.
28245         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
28246         All callers changed.
28247         (calc_eclosure_iter): Likewise, for ROOT arg.
28248         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
28249         (build_charclass_op): Likewise, for NON_MATCH arg.
28250         * lib/regex_internal.c (re_string_allocate, re_string_construct):
28251         (re_string_construct_common): Likewise, for ICASE arg.
28252         * lib/regexec.c (re_search_2_stub, re_search_stub):
28253         Likewise, for RET_LEN arg.
28254         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
28255         (set_regs): Likewise, for FL_BACKTRACK arg.
28256         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
28257         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
28258         (calc_eclosure_iter, parse_bracket_exp):
28259         Use bool for internal variables that are booleans.
28260         * lib/regexec.c (re_search_internal, check_matching,
28261         proceed_next_node):
28262         (set_regs, build_sifted_states, sift_states_bkref):
28263         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
28264         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
28265         (find_collation_sequence_value):
28266         Likewise.
28267         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
28268         (re_node_set_compare):
28269         Return bool, not int. All callers changed.
28270         * lib/regexec.c (check_halt_node_context, check_dst_limits):
28271         (build_trtable, check_node_accept): Likewise.
28272         * lib/regex_internal.h: Include stdbool.h.
28273
28274         Fix bugs uncovered when converting to bool.
28275         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
28276         failure instead of charging ahead blindly.
28277         * lib/regex_internal.c (register_state): Likewise.
28278         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
28279         for freeing internal storage.
28280         (group_nodes_into_DFA_states): Use unsigned int, not int, for
28281         bitset pieces used as boolean, to avoid undefined behavior
28282         on hosts that do int overflow checking.
28283
28284 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28285
28286         * config/srclist.txt: Add glibc bugs 1285-1287.
28287
28288 2005-09-01  Jim Meyering  <jim@meyering.net>
28289
28290         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
28291         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
28292         Require gl_STAT_MACROS, too.
28293
28294 2005-09-01  Bruno Haible  <bruno@clisp.org>
28295
28296         * gnulib-tool (import): In the first-use case, provide defaults.
28297
28298 2005-09-01  Bruno Haible  <bruno@clisp.org>
28299
28300         * gnulib-tool (func_import): Remove the .tmp files.
28301
28302 2005-09-01  Bruno Haible  <bruno@clisp.org>
28303
28304         * gnulib-tool (func_import): Fix handling of symbolic links.
28305
28306 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28307
28308         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
28309         old glibc regex code mishandles strings longer than 2**31 bytes.
28310         This patch fixes this when the regex code is used in gnulib
28311         (i.e., outside glibc).
28312
28313         This patch should not affect the use of the regex code inside
28314         glibc.  No doubt this problem also needs to be handled for glibc
28315         as well, but the result will be an incompatible change to the
28316         glibc ABI, and the old ABI will have to be supported too.  That
28317         can be the the subject for another patch.
28318
28319         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
28320         governing whether the rest of this patch is active.  By default,
28321         the macro is disabled and the patch has no effect.
28322         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
28323         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
28324         (struct re_pattern_buffer, re_search, re_search_2, re_match):
28325         (re_match_2, re_set_registers): Use the new types.
28326         * lib/regex_internal.h (Idx, re_hashval_t): New types.
28327         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
28328         New macros.
28329         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
28330         (re_string_context_at, bin_tree_t, re_dfastate_t):
28331         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
28332         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
28333         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
28334         (re_string_char_size_at, re_string_wchar_at):
28335         (re_string_elem_size_at):
28336         Use the new types and macros to port to 64-bit hosts.
28337         Use unsigned types for internal values, so that the code
28338         mostly works even for arrays larger than SSIZE_MAX.
28339         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
28340         (search_duplicated_node, calc_eclosure_iter, fetch_number):
28341         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
28342         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
28343         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
28344         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
28345         (calc_inveclosure, parse_dup_op, build_range_exp):
28346         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
28347         (fetch_number, create_token_tree, mark_opt_subexp):
28348         Likewise.
28349         * lib/regex_internal.c (re_string_construct_common,
28350         create_ci_newstate):
28351         (create_cd_newstate, re_string_allocate, re_string_construct):
28352         (re_string_realloc_buffers, build_wcs_upper_buffer):
28353         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
28354         (re_string_reconstruct, re_string_peek_byte_case):
28355         (re_string_fetch_byte_case, re_string_context_at):
28356         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
28357         (re_node_set_init_copy, re_node_set_add_intersect):
28358         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28359         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28360         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
28361         (re_acquire_state, re_acquire_state_context, register_state):
28362         Likewise.
28363         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
28364         search_cur_bkref_entry):
28365         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
28366         (re_search_internal, re_search_2_stub, re_search_stub)
28367         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
28368         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
28369         (update_cur_sifted_state, check_dst_limits):
28370         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28371         (check_subexp_limits, sift_states_bkref, merge_state_array):
28372         (check_subexp_matching_top, get_subexp, get_subexp_sub):
28373         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
28374         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
28375         (expand_bkref_cache, check_node_accept_bytes):
28376         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
28377         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
28378         (acquire_init_state_context, check_halt_node_context):
28379         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
28380         (sift_states_backward, clean_state_log_if_needed):
28381         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
28382         (find_recover_state, transit_state_sb, transit_state_mb):
28383         (transit_state_bkref, build_trtable, match_ctx_clean):
28384         Likewise.
28385         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
28386         to work around an assumption that REG_MISSING is negative.
28387
28388         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
28389         (seek_collating_symbol_entry) [defined _LIBC]:
28390         (lookup_collation_sequence_value) [defined _LIBC]:
28391         (build_range_exp, build_collating_symbol) [defined _LIBC]:
28392         Use prototypes rather than old-style function definitions.
28393         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
28394         (transit_state_sb) [0]:
28395         (find_collation_sequence_value) [defined _LIBC]: Likewise.
28396
28397         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
28398         rm_eo.
28399
28400         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
28401         (optimize_subexps, lower_subexp):
28402         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
28403         since the signed shift might overflow.  Use 1u<<31 instead.
28404         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28405         Likewise.
28406         * lib/regexec.c (check_dst_limits_calc_pos_1,
28407         check_subexp_matching_top): Likewise.
28408
28409         * lib/regcomp.c (optimize_subexps, lower_subexp):
28410         Use CHAR_BIT rather than 8, for clarity.
28411         * lib/regexec.c (check_dst_limits_calc_pos_1):
28412         (check_subexp_matching_top): Likewise.
28413         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
28414         have to worry about portability issues when shifting it left.
28415         Remove no-longer-needed test for table_size > 0.
28416         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
28417         in a word, as the resulting behavior is undefined.
28418         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
28419         in one case, a <= should have been an <, and in another case the
28420         whole test was missing.
28421         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
28422         the standard name CHAR_BIT.
28423         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
28424         this is not true on one's complement and signed-magnitude hosts.
28425
28426         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
28427         next_last_offset.
28428         (struct re_dfa_t): Remove unused member states_alloc.
28429         * lib/regcomp.c (init_dfa): Don't initialize unused members.
28430
28431 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28432
28433         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
28434         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
28435         and large-file glibc and in 32-bit large-file Solaris.
28436
28437 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28438
28439         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
28440         lengths fit in regoff_t; this isn't true if regoff_t is the same
28441         width as size_t.
28442         * lib/regex.c (re_search_internal): 5th arg is LAST_START
28443         (= START + RANGE) instead of RANGE.  This avoids overflow
28444         problems when regoff_t is the same width as size_t.
28445         All callers changed.
28446         (re_search_2_stub): Check for overflow when adding the
28447         sizes of the two strings.
28448         (re_search_stub): Check for overflow when adding START
28449         to RANGE; if it occurs, substitute the extreme value.
28450
28451 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28452
28453         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
28454
28455 2005-08-31  Jim Meyering  <jim@meyering.net>
28456
28457         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
28458         a pointer-to-const.
28459         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
28460         (register_state): Likewise.
28461         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
28462         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28463         (group_nodes_into_DFAstates): Likewise.
28464
28465 2005-08-31  Jim Meyering  <jim@meyering.net>
28466
28467         * check-module: Add a FIXME comment.
28468
28469 2005-08-31  Eric Blake  <ebb9@byu.net>
28470
28471         * modules/unistd-safer (Files): Add unistd--.h.
28472         * modules/stdio-safer (Files): Add stdio--.h.
28473
28474 2005-08-31  Derek Price  <derek@ximbiot.com>
28475
28476         * lib/getdelim.c (getdelim): Return EOF on EOF.
28477         Reported by Larry Jones <lawrence.jones@ugs.com>.
28478
28479 2005-08-31  Bruno Haible  <bruno@clisp.org>
28480
28481         Avoid unnecessary diffs in the generated lib/Makefile.am.
28482         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
28483         the generated files.
28484         (func_import): Don't set cmd.
28485
28486 2005-08-31  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/strstr.c: Include <stddef.h>, for NULL.
28489         * lib/strcasestr.c: Likewise.
28490         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28491
28492 2005-08-31  Bruno Haible  <bruno@clisp.org>
28493
28494         * gnulib-tool: New option --macro-prefix.
28495         (func_import): Use macro_prefix.
28496         (import): Handle option --macro-prefix.
28497
28498 2005-08-31  Bruno Haible  <bruno@clisp.org>
28499
28500         * gnulib-tool (import): Rename most ac_* variables to cached_*.
28501         Also use new variables cached_lgpl, cached_libtool.
28502
28503 2005-08-31  Bruno Haible  <bruno@clisp.org>
28504
28505         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
28506         always instantiating them.
28507
28508 2005-08-31  Bruno Haible  <bruno@clisp.org>
28509
28510         * gnulib-tool (func_import): Read the previous cached settings
28511         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
28512         earlier added by gnulib but are now dropped. Warn when a gnulib file
28513         overwrites a non-gnulib file.
28514
28515 2005-08-31  Bruno Haible  <bruno@clisp.org>
28516
28517         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
28518         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
28519         projects that don't keep autogenerated files in CVS. Put into
28520         actioncmd only the specified modules, not the transitive closure.
28521
28522 2005-08-31  Bruno Haible  <bruno@clisp.org>
28523
28524         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
28525         Create directories that shall be filled.
28526         (import): Don't look for gl_* macros in configure.ac. Recurse across
28527         all directories containing a gnulib-cache.m4 files, if meaningful.
28528
28529 2005-08-31  Bruno Haible  <bruno@clisp.org>
28530
28531         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
28532         (import): Set seen_libtool when we see gl_LIBTOOL.
28533
28534 2005-08-31  Bruno Haible  <bruno@clisp.org>
28535
28536         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
28537         declaration macro definitions from generated gnulib.m4.
28538
28539 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
28540
28541         * lib/iconvme.h: Add prototype for iconv_alloc.
28542
28543 2005-08-29  Simon Josefsson  <jas@extundo.com>
28544
28545         * lib/iconvme.c: Fix errno.
28546
28547 2005-08-29  Bruno Haible  <bruno@clisp.org>
28548
28549         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
28550         that it works when the directory contains spaces.
28551
28552 2005-08-29  Bruno Haible  <bruno@clisp.org>
28553
28554         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
28555
28556 2005-08-29  Bruno Haible  <bruno@clisp.org>
28557
28558         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
28559         Emit more advice.
28560
28561 2005-08-29  Bruno Haible  <bruno@clisp.org>
28562         and Stepan Kasal  <kasal@ucw.cz>
28563
28564         * check-module: If more parameters are given, check each of them
28565         separately; add more exceptions, as noted by Jim Meyering.
28566         (check_module): New procedure.
28567         (%exempt_header): Now contains all exceptions.
28568
28569 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
28570
28571         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
28572
28573 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
28574
28575         * lib/iconvme.c: Split iconv_string into iconv_alloc.
28576
28577 2005-08-28  Bruno Haible  <bruno@clisp.org>
28578
28579         * m4/gnulib-tool.m4: New file.
28580
28581 2005-08-27  Jim Meyering  <jim@meyering.net>
28582
28583         * modules/unistd-safer (Files): Add pipe-safer.c.
28584         * modules/fcntl-safer (Files): Add creat-safer.c.
28585
28586 2005-08-27  Jim Meyering  <jim@meyering.net>
28587
28588         * m4/stdlib-safer.m4: New file.  From coreutils.
28589         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
28590         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
28591         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
28592         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
28593         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
28594
28595 2005-08-27  Jim Meyering  <jim@meyering.net>
28596
28597         * lib/fopen-safer.c: Merge minor changes from coreutils.
28598         * lib/dup-safer.c: Likewise.
28599         * lib/fd-safer.c: Likewise.
28600
28601         Merge from coreutils.
28602         * lib/stdio--.h: New file.
28603         * lib/stdlib--.h: New file.
28604         * lib/mkstemp-safer.c: New file.
28605
28606         GNU tar needs these.
28607         * lib/pipe-safer.c: New file.
28608         * lib/creat-safer.c: New file.
28609         * lib/fcntl--.h (creat): Define to creat_safer.
28610         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
28611         * lib/unistd--.h (pipe): Define to pipe_safer.
28612         * lib/unistd-safer.h: Declare pipe_safer.
28613
28614 2005-08-26  Simon Josefsson  <jas@extundo.com>
28615
28616         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
28617         Haible <bruno@clisp.org>.
28618
28619 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
28620
28621         * lib/regex_internal.h: Remove all references to
28622         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
28623         or better.
28624         (bitset_not, bitset_merge, bitset_not_merge):
28625         (bitset_mask, re_string_allocate, re_string_construct):
28626         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
28627         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
28628         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
28629         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
28630         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28631         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28632         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
28633         (re_acquire_state_context):
28634         Remove unnecessary forward decls.
28635         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
28636         Put __attribute at function definition,
28637         now that the function decl has been removed.
28638         * lib/regex_internal.c (re_string_peek_byte_case):
28639         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
28640         Likewise.
28641
28642 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
28643
28644         * m4/regex.m4: Add AC_PREREQ(2.50).
28645         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
28646
28647 2005-08-25  Simon Josefsson  <jas@extundo.com>
28648
28649         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
28650         __fsetlocking.
28651
28652 2005-08-25  Simon Josefsson  <jas@extundo.com>
28653
28654         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
28655         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
28656         GLIBC specific code.
28657
28658 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28659
28660         Make regex safe for g++.  This fixes one real bug (an "err"
28661         that should have been "*err").  g++ problem reported by
28662         Sam Steingold.
28663         * lib/regex_internal.h (re_calloc): New macro, consistent with
28664         re_malloc etc.  All callers of calloc changed to use re_calloc.
28665         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
28666         not int.  All callers changed.
28667         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
28668         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
28669         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
28670         (find_recover_state): Change "err" to "*err"; this fixes what
28671         appears to be a real bug.
28672         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
28673         versus int.
28674
28675 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28676
28677         * modules/regex (Depends-on): Add malloc, since the code
28678         assumes that !malloc(0) means failure.
28679
28680 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28681
28682         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
28683
28684         alloca modernization/simplification for regex.
28685         * lib/regex.c: Remove portability cruft for alloca.  This no longer
28686         needs to be at the start of the file, and can be moved into
28687         regex_internal.h and simplified.
28688         * lib/regex_internal.h: Include <alloca.h>.
28689         (__libc_use_alloca) [!defined _LIBC]: New macro.
28690         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
28691         now works outside glibc.
28692
28693 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28694
28695         * config/srclist.txt: Add glibc bugs 1241, 1245.
28696
28697 2005-08-25  Jim Meyering  <jim@meyering.net>
28698
28699         * lib/open-safer.c: Include <config.h>.
28700         Otherwise, we'd lose LARGEFILE support in any file using
28701         e.g. "fcntl--.h"
28702
28703 2005-08-25  Bruno Haible  <bruno@clisp.org>
28704
28705         * m4/minmax.m4: Require autoconf 2.52.
28706         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
28707         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
28708         alternatives of translit over the alphabet.
28709         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
28710
28711 2005-08-24  Simon Josefsson  <jas@extundo.com>
28712
28713         * tests/test-getpass.c: New file.
28714
28715 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28716
28717         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
28718         for GNU regex features.
28719
28720 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28721
28722         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
28723         * lib/regex.h (regerror): Likewise.
28724
28725         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
28726         requires this.  (The code never needed it.)
28727
28728         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
28729         All uses of recently-renamed identifiers changed to use the new,
28730         POSIX-compliant names.  The code will build and run just fine
28731         without these changes, but it's better to eat our own dog food
28732         and use the standard-conforming names.
28733
28734         * lib/regex.h: Fix a multitude of POSIX name space violations.
28735         These changes have an effect only for programs that define
28736         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
28737         do not change anything for programs compiled in the normal way.
28738         Also, there is no effect on the ABI.
28739
28740         (_REGEX_SOURCE): New macro.
28741         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
28742         defined and _GNU_SOURCE is not; this fixes a name space violation.
28743
28744         Rename the following macros to obey POSIX requirements.
28745         The old names are still visible as macros if _REGEX_SOURCE is defined.
28746         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
28747         RE_BACKSLASH_ESCAPE_IN_LISTS.
28748         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
28749         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
28750         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
28751         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
28752         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
28753         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
28754         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
28755         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
28756         (REG_INTERVALS): renamed from RE_INTERVALS.
28757         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
28758         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
28759         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
28760         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
28761         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
28762         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
28763         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
28764         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
28765         RE_UNMATCHED_RIGHT_PAREN_ORD.
28766         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
28767         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
28768         (REG_DEBUG): renamed from RE_DEBUG.
28769         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
28770         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
28771         unusual, since we can't clash with the POSIX REG_ICASE.
28772         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
28773         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
28774         (REG_NO_SUB): renamed from RE_NO_SUB.
28775         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
28776         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
28777         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
28778         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
28779         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
28780         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
28781         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
28782         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
28783         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
28784         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
28785         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
28786         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
28787         RE_SYNTAX_POSIX_MINIMAL_BASIC.
28788         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
28789         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
28790         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
28791         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
28792         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
28793         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
28794         (REG_FIXED): Renamed from REGS_FIXED.
28795         (REG_NREGS): Renamed from RE_NREGS.
28796
28797         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
28798         of other REG_* macros, since POSIX says the user is allowed to
28799         #undef these macros selectively.
28800
28801         (reg_errcode_t): Update comment stating what other tables need
28802         to be consistent.
28803
28804         Rename the following enum values to obey POSIX requirements.
28805         The old names are still visible as macros.
28806         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
28807         is not defined, since GNU is supposed to be a superset of POSIX as
28808         much as possible, and since we want reg_errcode_t to be a signed
28809         type for implementation consistency.
28810         (_REG_NOERROR): Renamed from REG_NOERROR.
28811         (_REG_NOMATCH): Renamed from REG_NOMATCH.
28812         (_REG_BADPAT): Renamed from REG_BADPAT.
28813         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
28814         (_REG_ECTYPE): Renamed from REG_ECTYPE.
28815         (_REG_EESCAPE): Renamed from REG_EESCAPE.
28816         (_REG_ESUBREG): Renamed from REG_ESUBREG.
28817         (_REG_EBRACK): Renamed from REG_EBRACK.
28818         (_REG_EPAREN): Renamed from REG_EPAREN.
28819         (_REG_EBRACE): Renamed from REG_EBRACE.
28820         (_REG_BADBR): Renamed from REG_BADBR.
28821         (_REG_ERANGE): Renamed from REG_ERANGE.
28822         (_REG_ESPACE): Renamed from REG_ESPACE.
28823         (_REG_BADRPT): Renamed from REG_BADRPT.
28824         (_REG_EEND): Renamed from REG_EEND.
28825         (_REG_ESIZE): Renamed from REG_ESIZE.
28826         (_REG_ERPAREN): Renamed from REG_ERPAREN.
28827         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
28828         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
28829         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
28830         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
28831
28832         (_REG_RE_NAME, _REG_RM_NAME): New macros.
28833         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
28834         changed.  But support the old name if the new one is not defined
28835         and if _REGEX_SOURCE.
28836
28837         Change the following member names in struct re_pattern_buffer.
28838         The old names are still supported if !_REGEX_SOURCE.
28839         The new names are always supported, regardless of _REGEX_SOURCE.
28840         (re_buffer): Renamed from buffer.
28841         (re_allocated): Renamed from allocated.
28842         (re_used): Renamed from used.
28843         (re_syntax): Renamed from syntax.
28844         (re_fastmap): Renamed from fastmap.
28845         (re_translate): Renamed from translate.
28846         (re_can_be_null): Renamed from can_be_null.
28847         (re_regs_allocated): Renamed from regs_allocated.
28848         (re_fastmap_accurate): Renamed from fastmap_accurate.
28849         (re_no_sub): Renamed from no_sub.
28850         (re_not_bol): Renamed from not_bol.
28851         (re_not_eol): Renamed from not_eol.
28852         (re_newline_anchor): Renamed from newline_anchor.
28853
28854         Change the following member names in struct re_registers.
28855         The old names are still supported if !_REGEX_SOURCE.
28856         The new names are always supported, regardless of _REGEX_SOURCE.
28857         (rm_num_regs): Renamed from num_regs.
28858         (rm_start): Renamed from start.
28859         (rm_end): Renamed from end.
28860
28861         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
28862         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
28863         Prepend __ to parameter names.
28864
28865         Undo yesterday's changes.
28866
28867 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28868
28869         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
28870         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
28871         lib/regex.c.
28872
28873 2005-08-24  Jim Meyering  <jim@meyering.net>
28874
28875         Sync from coreutils.
28876         * m4/fcntl-safer.m4: New file.
28877
28878         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
28879         and object files for this module.
28880
28881 2005-08-24  Jim Meyering  <jim@meyering.net>
28882
28883         Sync from coreutils.
28884         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
28885
28886 2005-08-24  Jim Meyering  <jim@meyering.net>
28887
28888         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
28889         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
28890
28891 2005-08-24  Jim Meyering  <jim@meyering.net>
28892
28893         * modules/fcntl-safer: New module.
28894         * modules/fts (Depends-on): Add fcntl-safer.
28895         * MODULES.html.sh (File descriptor based Input/Output):
28896         Add fcntl-safer.
28897
28898 2005-08-24  Bruno Haible  <bruno@clisp.org>
28899
28900         Support for unit test modules.
28901         * modules/README: Mention tests modules.
28902         * modules/TEMPLATE-TESTS: New file.
28903         * gnulib-tool: New options --extract-tests-module, --with-tests and
28904         --tests-base (unused for the moment).
28905         (testsbase, inctests): New variables.
28906         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
28907         (func_verify_module): Exclude TEMPLATE-TESTS.
28908         (func_verify_nontests_module, func_verify_tests_module): New functions.
28909         (func_get_dependencies): Add implicit dependency for tests modules.
28910         (func_get_tests_module): New function.
28911         (func_modules_transitive_closure): When --with-tests was specified,
28912         include the unit tests as well, unless explicitly avoided.
28913         (func_emit_lib_Makefile_am): Ignore the tests modules here.
28914         (func_emit_tests_Makefile_am): New function.
28915         (func_create_testdir): When --with-tests was specified, emit a
28916         tests/ directory.
28917         * MODULES.html.sh (Future developments): Update.
28918
28919 2005-08-24  Bruno Haible  <bruno@clisp.org>
28920
28921         * modules/tls-tests: New file.
28922         * tests/test-tls.c: New file, from GNU gettext.
28923
28924 2005-08-24  Bruno Haible  <bruno@clisp.org>
28925
28926         * modules/lock-tests: New file.
28927         * tests/test-lock.c: New file, from GNU gettext.
28928
28929 2005-08-24  Bruno Haible  <bruno@clisp.org>
28930
28931         * lib/lock.h: Add multiple inclusion guard.
28932         * lib/tls.h: Add multiple inclusion guard.
28933
28934 2005-08-24  Bruno Haible  <bruno@clisp.org>
28935
28936         * gnulib-tool: Add support for the --aux-dir option to
28937         --create-testdir, --create-megatestdir, --test, --megatest.
28938         (func_create_testdir, func_create_megatestdir): Optionally emit a
28939         AC_CONFIG_AUX_DIR directive.
28940         (create-testdir, create-megatestdir, test, megatest): Provide a
28941         default value for $auxdir.
28942
28943 2005-08-24  Bruno Haible  <bruno@clisp.org>
28944
28945         * gnulib-tool (import): Use compound statement instead of subshell
28946         where possible.
28947
28948 2005-08-24  Bruno Haible  <bruno@clisp.org>
28949
28950         * gnulib-tool (import): Change --aux-dir default to "build-aux".
28951
28952 2005-08-24  Bruno Haible  <bruno@clisp.org>
28953
28954         * gnulib-tool (func_version): Update.
28955
28956 2005-08-24  Bruno Haible  <bruno@clisp.org>
28957
28958         * gnulib-tool (func_import, func_create_testdir,
28959         func_create_megatestdir): Quote all autoconf macro arguments.
28960
28961 2005-08-24  Bruno Haible  <bruno@clisp.org>
28962
28963         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
28964         option --force, because --force causes the aclocal.m4 of each
28965         subdirectory to be newer than the corresponding config.h.in.
28966
28967 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28968
28969         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
28970         All contents moved to gl_REGEX.
28971         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
28972         assume that it does.
28973
28974 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28975
28976         * lib/regex.h (REG_NOSYS)
28977         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
28978         Define, since POSIX requires it as of 2001.
28979         (_REG_ENOSYS)
28980         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
28981         New private symbol, used to keep the enum signed in all cases.
28982         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
28983         Youngman in
28984         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
28985
28986         * lib/regex_internal.c (re_string_skip_chars, register_state):
28987         (calc_state_hash):
28988         Remove forward decls; no longer needed now that we use prototypes.
28989         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
28990         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
28991         (clean_state_log_if_needed): Likewise.
28992
28993 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28994
28995         * config/srclist.txt: Add glibc bugs 1231-1233.
28996
28997 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28998
28999         Fix problems reported by Sam Steingold in
29000         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
29001         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
29002         assumed that reg_errcode_t is a signed type, which is not
29003         necessarily true if _XOPEN_SOURCE is not defined.
29004         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
29005         since some compilers warn about it otherwise.
29006
29007 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29008
29009         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
29010         (init_word_char, create_initial_state, duplicate_node_closure):
29011         (fetch_token, peek_token_bracket, build_range_exp):
29012         (build_collating_symbol): Remove forward decls; no longer needed
29013         now that we use prototypes.
29014
29015         * lib/regcomp.c:
29016         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
29017         (re_compile_fastmap_iter, regcomp, regerror, regfree):
29018         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
29019         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
29020         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
29021         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
29022         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
29023         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
29024         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
29025         (build_range_exp, build_collating_symbol, parse_bracket_exp):
29026         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
29027         (build_charclass, build_charclass_op, fetch_number, create_tree):
29028         (create_token_tree, mark_opt_subexp, duplicate_tree):
29029         Use prototypes rather than old-style definitions.
29030
29031         * lib/regex_internal.c:
29032         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
29033         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
29034         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29035         (re_string_reconstruct, re_string_peek_byte_case):
29036         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
29037         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29038         (re_node_set_init_copy, re_node_set_add_intersect):
29039         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29040         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29041         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29042         (re_acquire_state, re_acquire_state_context, register_state):
29043         (create_ci_newstate, create_cd_newstate, free_state):
29044         Likewise.
29045         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
29046         re_search_2):
29047         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
29048         (re_search_internal, prune_impossible_nodes):
29049         (acquire_init_state_context, check_matching, static):
29050         (check_halt_node_context, check_halt_state_context, proceed_next_node):
29051         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
29052         (update_regs, sift_states_backward, build_sifted_states):
29053         (clean_state_log_if_needed, merge_state_array):
29054         (update_cur_sifted_state, add_epsilon_src_nodes):
29055         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
29056         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
29057         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
29058         (find_recover_state, check_subexp_matching_top, transit_state_mb):
29059         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
29060         (check_arrival, check_arrival_add_next_nodes):
29061         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29062         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29063         (check_node_accept_bytes, check_node_accept, extend_buffers):
29064         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
29065         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
29066         (sift_ctx_init):
29067         Likewise.
29068
29069         * lib/regex_internal.h:
29070         (re_string_allocate, re_string_construct, re_string_reconstruct):
29071         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
29072         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
29073         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
29074         (re_string_context_at, re_string_peek_byte_case):
29075         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
29076         is defined, since we now use prototypes always.
29077
29078         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
29079         C89 or better.  All uses removed.
29080
29081 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29082
29083         * config/srclist.txt: Add glibc bugs 1220-1227.
29084
29085 2005-08-20  Jim Meyering  <jim@meyering.net>
29086
29087         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
29088         of unused local, dfa.
29089
29090 2005-08-20  Bruno Haible  <bruno@clisp.org>
29091
29092         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
29093
29094 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29095
29096         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
29097         (re_node_set_insert_last, re_dfa_add_node):
29098         Rename local variables to avoid GCC shadowing warnings.
29099
29100 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29101
29102         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
29103         [defined lint]: Suppress bogus uninitialized-variable warnings.
29104
29105         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
29106         and let the caller return REG_ESPACE if out of space.  This
29107         removes an uninitialied-variable warning with GCC 4.0.1, and also
29108         avoids taking the address of a local variable.  All callers
29109         changed.
29110
29111 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29112
29113         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
29114         $LIBCSRC/posix/regexec.c.
29115         Add glibc bug 1217 for regcomp.c.
29116
29117 2005-08-19  Jim Meyering  <jim@meyering.net>
29118
29119         * lib/regexec.c (proceed_next_node): Redo local variables to
29120         avoid GCC shadowing warnings.
29121
29122 2005-08-18  Bruno Haible  <bruno@clisp.org>
29123
29124         * lib/strstr.c (strstr): Fix return value in multibyte case.
29125         * lib/strcasestr.c (strcasestr): Likewise.
29126
29127 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29128
29129         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
29130
29131 2005-08-17  Jim Meyering  <jim@meyering.net>
29132
29133         Make the %s format (seconds since the epoch) work for a negative
29134         number and when used with a zero-padded field width, e.g. %015s.
29135
29136         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
29137         label so that it precedes the code to set `digits'.  Otherwise,
29138         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
29139         print `00-22'.  Now, it prints `-0022', as it should.
29140
29141 2005-08-17  Bruno Haible  <bruno@clisp.org>
29142
29143         * modules/strstr (Files): Add m4/mbrtowc.m4.
29144         (Depends-on): Add mbuiter.
29145
29146 2005-08-17  Bruno Haible  <bruno@clisp.org>
29147
29148         * modules/strcasestr: New file.
29149         * MODULES.html.sh (String handling, based on ANSI C 89): Add
29150         strcasestr.
29151
29152 2005-08-17  Bruno Haible  <bruno@clisp.org>
29153
29154         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
29155
29156 2005-08-17  Bruno Haible  <bruno@clisp.org>
29157
29158         * modules/mbuiter: New file.
29159         * MODULES.html.sh (Extended multibyte and wide character utilities):
29160         Add mbuiter.
29161
29162 2005-08-17  Bruno Haible  <bruno@clisp.org>
29163
29164         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
29165         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
29166
29167 2005-08-17  Bruno Haible  <bruno@clisp.org>
29168
29169         * m4/strcasestr.m4: New file.
29170
29171 2005-08-17  Bruno Haible  <bruno@clisp.org>
29172
29173         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
29174         * lib/strstr.c: Completely rewritten, with multibyte locale support.
29175
29176 2005-08-17  Bruno Haible  <bruno@clisp.org>
29177
29178         * lib/strcasestr.h: New file.
29179         * lib/strcasestr.c: New file.
29180
29181 2005-08-17  Bruno Haible  <bruno@clisp.org>
29182
29183         * lib/strcasecmp.c: Use mbuiter.h.
29184
29185 2005-08-17  Bruno Haible  <bruno@clisp.org>
29186
29187         * lib/mbuiter.h: New file.
29188
29189 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29190
29191         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
29192         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
29193         and gl_GETOPT are both invoked via different paths (as happens
29194         with GNU tar CVS because it uses both argp and getopt), the former
29195         wins.
29196
29197 2005-08-16  Bruno Haible  <bruno@clisp.org>
29198
29199         * modules/tls: New file.
29200         * MODULES.html.sh (Multithreading): Add tls.
29201
29202 2005-08-16  Bruno Haible  <bruno@clisp.org>
29203
29204         * modules/strnlen1: New file.
29205         * MODULES.html.sh (String handling): Add strnlen1.
29206
29207 2005-08-16  Bruno Haible  <bruno@clisp.org>
29208
29209         * modules/strcase (Files): Add m4/mbrtowc.m4.
29210         (Depends-on): Add strnlen1, mbchar.
29211
29212 2005-08-16  Bruno Haible  <bruno@clisp.org>
29213
29214         * modules/mbiter: New file.
29215         * MODULES.html.sh (Extended multibyte and wide character utilities):
29216         Add mbiter.
29217
29218 2005-08-16  Bruno Haible  <bruno@clisp.org>
29219
29220         * modules/mbfile: New file.
29221         * MODULES.html.sh (Extended multibyte and wide character utilities):
29222         Add mbfile.
29223
29224 2005-08-16  Bruno Haible  <bruno@clisp.org>
29225
29226         * modules/mbchar: New file.
29227         * MODULES.html.sh (Extended multibyte and wide character utilities):
29228         New section.
29229
29230 2005-08-16  Bruno Haible  <bruno@clisp.org>
29231
29232         * m4/tls.m4: New file, from GNU gettext.
29233
29234 2005-08-16  Bruno Haible  <bruno@clisp.org>
29235
29236         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
29237         always.
29238         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
29239
29240 2005-08-16  Bruno Haible  <bruno@clisp.org>
29241
29242         * m4/mbiter.m4: New file.
29243
29244 2005-08-16  Bruno Haible  <bruno@clisp.org>
29245
29246         * m4/mbfile.m4: New file.
29247
29248 2005-08-16  Bruno Haible  <bruno@clisp.org>
29249
29250         * m4/mbchar.m4: New file.
29251
29252 2005-08-16  Bruno Haible  <bruno@clisp.org>
29253
29254         * lib/tls.h: New file, from GNU gettext.
29255         * lib/tls.c: New file, from GNU gettext.
29256
29257 2005-08-16  Bruno Haible  <bruno@clisp.org>
29258
29259         * lib/strnlen1.h: New file.
29260         * lib/strnlen1.c: New file.
29261
29262 2005-08-16  Bruno Haible  <bruno@clisp.org>
29263
29264         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
29265         (mbi_init): Update.
29266         (mbi_avail, mbi_advance): Let the iteration end before the terminating
29267         NUL byte, not after it.
29268
29269 2005-08-16  Bruno Haible  <bruno@clisp.org>
29270
29271         * lib/strcase.h (strcasecmp): Add note in comments.
29272         * lib/strncasecmp.c: Use code from strcasecmp.c.
29273         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
29274         (strcasecmp): Work correctly in multibyte locales.
29275
29276 2005-08-16  Bruno Haible  <bruno@clisp.org>
29277
29278         * lib/mbiter.h: New file.
29279
29280 2005-08-16  Bruno Haible  <bruno@clisp.org>
29281
29282         * lib/mbfile.h: New file.
29283
29284 2005-08-16  Bruno Haible  <bruno@clisp.org>
29285
29286         * lib/mbchar.h: New file.
29287         * lib/mbchar.c: New file.
29288
29289 2005-08-16  Bruno Haible  <bruno@clisp.org>
29290
29291         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
29292         the valid ones. Makes the comparison operations transitive:
29293         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
29294         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
29295
29296 2005-08-15  Simon Josefsson  <jas@extundo.com>
29297
29298         * modules/ssize_t (License): Change to 'unlimited'.
29299
29300         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
29301
29302 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29303
29304         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
29305         Add comments for each pending glibc patch.
29306
29307 2005-08-15  Bruno Haible  <bruno@clisp.org>
29308
29309         * lib/regex.h (__restrict_arr): Don't define to __restrict if
29310         __cplusplus is defined.
29311
29312 2005-08-14  Jim Meyering  <jim@meyering.net>
29313
29314         Sync from coreutils.
29315
29316         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
29317         Use the hash-table-based cycle-detection code not just when
29318         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
29319         Reported by James Youngman in
29320         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
29321         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
29322         FTS_TIGHT_CYCLE_CHECK.
29323         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
29324         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
29325         once again.
29326         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
29327         * lib/fts.c (fd_safer): Remove decl.
29328         Include fcntl--.h rather than unistd-safer.h
29329         (fts_safe_changedir): Don't call fd_safer; no longer needed
29330         now that we include fcntl--.h.
29331
29332 2005-08-12  Simon Josefsson  <jas@extundo.com>
29333
29334         * modules/getndelim2: Use ssize_t module.
29335         * modules/getnline: Likewise.
29336         * modules/safe-read: Likewise.
29337         * modules/xreadlink: Likewise.
29338
29339         * modules/ssize_t: New file.
29340
29341 2005-08-12  Simon Josefsson  <jas@extundo.com>
29342
29343         * m4/readline.m4: Look for termcap, curses or ncurses if required.
29344
29345 2005-08-12  Simon Josefsson  <jas@extundo.com>
29346
29347         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29348         ssize_t.
29349
29350 2005-08-12  Simon Josefsson  <jas@extundo.com>
29351
29352         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
29353         readline, getdelim and check_version.
29354         (Support for systems lacking ISO C 99: Sizes of integer types):
29355         Add size_max.
29356
29357 2005-08-12  Bruno Haible  <bruno@clisp.org>
29358
29359         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
29360
29361 2005-08-11  Simon Josefsson  <jas@extundo.com>
29362
29363         * modules/readline: New file.
29364
29365         * modules/strnlen (Files): Add strnlen.h.
29366
29367 2005-08-11  Simon Josefsson  <jas@extundo.com>
29368
29369         * m4/readline.m4: New file.
29370
29371 2005-08-11  Simon Josefsson  <jas@extundo.com>
29372
29373         * lib/readline.h, readline.c: New file.
29374
29375 2005-08-11  Simon Josefsson  <jas@extundo.com>
29376
29377         * doc/gnulib.texi (Initial import, Finishing touches): Mention
29378         gl_AVOID.
29379
29380 2005-08-11  Bruno Haible  <bruno@clisp.org>
29381
29382         * lib/strnlen.h (strnlen): Change parameter name to match comment.
29383
29384 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
29385
29386         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
29387
29388 2005-08-10  Simon Josefsson  <jas@extundo.com>
29389
29390         * tests/test-iconvme.c: New file.
29391
29392 2005-08-10  Simon Josefsson  <jas@extundo.com>
29393
29394         * m4/strnlen.m4: New file.
29395
29396         * m4/strndup.m4: Don't check for strnlen declaration, done in
29397         strnlen.m4.
29398
29399 2005-08-10  Simon Josefsson  <jas@extundo.com>
29400
29401         * lib/strndup.c: Use strnlen.h.
29402
29403         * lib/strnlen.h: New file.
29404
29405 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29406
29407         * README: Typos.
29408
29409 2005-08-02  Simon Josefsson  <jas@extundo.com>
29410
29411         * modules/readline: New file.
29412
29413 2005-08-02  Simon Josefsson  <jas@extundo.com>
29414
29415         * modules/getdelim: New file.
29416
29417         * modules/getline: Rewrite, don't use getndelim2.
29418
29419 2005-08-02  Simon Josefsson  <jas@extundo.com>
29420
29421         * m4/getline.m4: Separate out getdelim stuff into separate module.
29422
29423         * m4/getdelim.m4: New file.
29424
29425 2005-08-02  Simon Josefsson  <jas@extundo.com>
29426
29427         * lib/getline.h, getline.c: Rewrite.
29428
29429         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
29430
29431 2005-07-31  Bruno Haible  <bruno@clisp.org>
29432
29433         * lib/lock.h (gl_lock_initializer): New macro.
29434         (gl_lock_define_initialized): Use it.
29435         (gl_rwlock_initializer): New macro.
29436         (gl_rwlock_define_initialized): Use it.
29437         (gl_recursive_lock_initializer): New macro.
29438         (gl_recursive_lock_define_initialized): Use it.
29439
29440 2005-07-30  Karl Berry  <karl@gnu.org>
29441
29442         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
29443         Report from Ben Pfaff, regarding getopt.
29444
29445 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
29446
29447         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
29448         normal way.
29449         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
29450         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
29451         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
29452         (gl_GETOPT): Use the new macros.  Most of the implementation
29453         is moved to the new macros.  This is for programs like Emacs
29454         that don't want all the functionality of gl_GETOPT.
29455
29456 2005-07-26  Bruno Haible  <bruno@clisp.org>
29457
29458         * m4/lock.m4: Update from GNU gettext.
29459
29460 2005-07-26  Bruno Haible  <bruno@clisp.org>
29461
29462         * lib/lock.h: Update from GNU gettext.
29463         * lib/lock.c: Update from GNU gettext.
29464
29465 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
29466
29467         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
29468         obsolescent AC_TRY_RUN.  Include the default includes files, for
29469         'exit'.
29470
29471 2005-07-24  Bruno Haible  <bruno@clisp.org>
29472
29473         * modules/visibility: New file.
29474         * MODULES.html.sh (Misc): Add visibility.
29475
29476 2005-07-24  Bruno Haible  <bruno@clisp.org>
29477
29478         * m4/visibility.m4: New file.
29479
29480 2005-07-24  Bruno Haible  <bruno@clisp.org>
29481
29482         * doc/visibility.texi: New file.
29483
29484 2005-07-22  Bruno Haible  <bruno@clisp.org>
29485
29486         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
29487         $(ALLOCA_H), redundant through BUILT_SOURCES.
29488         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
29489         redundant through BUILT_SOURCES.
29490         * modules/byteswap (Makefile.am): Remove explicit dependency on
29491         $(BYTESWAP_H), redundant through BUILT_SOURCES.
29492         * modules/fnmatch (Makefile.am): Remove explicit dependency on
29493         $(FNMATCH_H), redundant through BUILT_SOURCES.
29494         * modules/getopt (Makefile.am): Remove explicit dependency on
29495         $(GETOPT_H), redundant through BUILT_SOURCES.
29496         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
29497         redundant through BUILT_SOURCES.
29498         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
29499         redundant through BUILT_SOURCES.
29500         * modules/stdbool (Makefile.am): Remove explicit dependency on
29501         $(STDBOOL_H), redundant through BUILT_SOURCES.
29502         * modules/stdint (Makefile.am): Remove explicit dependency on
29503         $(STDINT_H), redundant through BUILT_SOURCES.
29504         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
29505         Remove explicit dependency on $(SYSEXITS_H).
29506         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
29507
29508 2005-07-18  Simon Josefsson  <jas@extundo.com>
29509
29510         * lib/check-version.c (check_version): Accept identical versions too.
29511
29512 2005-07-18  Bruno Haible  <bruno@clisp.org>
29513
29514         * modules/lock: New file.
29515         * MODULES.html.sh (Multithreading): New section.
29516
29517 2005-07-18  Bruno Haible  <bruno@clisp.org>
29518
29519         * m4/lock.m4: New file, from GNU gettext.
29520
29521 2005-07-18  Bruno Haible  <bruno@clisp.org>
29522
29523         * lib/lock.h: New file, from GNU gettext.
29524         * lib/lock.c: New file, from GNU gettext.
29525
29526 2005-07-18  Bruno Haible  <bruno@clisp.org>
29527
29528         * lib/lock.h (gl_once_t): New type.
29529         (gl_once_define, gl_once): New macros.
29530         * lib/lock.c (fresh_once): New variable.
29531         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
29532         functions.
29533
29534 2005-07-16  Simon Josefsson  <jas@extundo.com>
29535
29536         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
29537         workaround, suggested by Bruno.
29538
29539 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
29540
29541         * modules/xalloc (Depends-on): Add xalloc-die.
29542         * modules/xvasprintf (Depends-on): Add xalloc-die.
29543
29544 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
29545
29546         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
29547         with a minor change.
29548
29549 2005-07-15  Bruno Haible  <bruno@clisp.org>
29550
29551         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
29552         When using lib/poll.c, define poll as rpl_poll.
29553
29554 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
29555
29556         * modules/argp (Depends-on): Remove unlocked-io.
29557
29558 2005-07-14  Derek Price  <derek@ximbiot.com>
29559
29560         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
29561         for glob symlink bug.
29562
29563 2005-07-14  Bruno Haible  <bruno@clisp.org>
29564
29565         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
29566         Instead, test for *_unlocked function declarations directly.
29567
29568 2005-07-11  Simon Josefsson  <jas@extundo.com>
29569
29570         * modules/size_max: New file.
29571
29572         * modules/xsize: Depend on size_max module for size_max.m4.
29573
29574 2005-07-11  Simon Josefsson  <jas@extundo.com>
29575
29576         * lib/size_max.h: New file.
29577
29578 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
29579
29580         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
29581         copyright symbol and the year.
29582         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
29583         (version_etc_va): Use parameterized copyright notice.
29584         Reword to conform to the current GNU coding standards.
29585
29586 2005-07-11  Karl Berry  <karl@gnu.org>
29587
29588         * doc/gnulib.texi (Quoting): new node.
29589         (Initial import): more info, from Patrice.
29590
29591 2005-07-11  Bruno Haible  <bruno@clisp.org>
29592
29593         * gnulib-tool (func_usage): Document option --avoid.
29594         (Command line options): Handle --avoid.
29595         (func_acceptable): New function.
29596         (func_modules_transitive_closure): Use it.
29597
29598 2005-07-11  Bruno Haible  <bruno@clisp.org>
29599
29600         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
29601         Reported by Jim Meyering.
29602
29603 2005-07-10  Bruno Haible  <bruno@clisp.org>
29604
29605         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
29606         Needed when size_t is smaller than 'unsigned int'.
29607         Reported by Paul Eggert.
29608
29609 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29610
29611         * modules/argp (Depends-on): Add unlocked-io
29612
29613 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29614
29615         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
29616         block of defines.
29617
29618 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29619
29620         * config/srclist.txt: Comment out regcomp.c, since we have a porting
29621         fix now.
29622
29623 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
29624         and Paul Eggert  <eggert@cs.ucla.edu>
29625
29626         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
29627         in wint_t, not wchar_t.  Remove now-unnecessary cast.
29628
29629 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
29630
29631         * modules/regex (Files): Add lib/regex_internal.c,
29632         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
29633         (Depends-on): Add extensions.
29634         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
29635
29636 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
29637
29638         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
29639         pathconf.
29640         * m4/same.m4 (gl_SAME): Likewise.
29641         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
29642
29643         * m4/regex.m4: Adjust to new libc regex implementation.
29644         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
29645         all the .c and .h parts of (the new) regex.
29646         Quote the m4 stuff better.
29647         Check for RE_ICASE bug of old gnulib.
29648         Check for REG_STARTEND of recent libc.
29649         Rename local variables from jm_* to gl_*.
29650         Quote operand of "test -f".
29651         Say "recent enough" version of libc, not "version 2".
29652         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
29653         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
29654         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
29655         Remove check for btowc, isascii.
29656         Require AM_LANGINFO_CODESET.
29657
29658 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
29659
29660         * lib/regex.c, regex.h: Sync from libc.
29661         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
29662         * lib/regexec.c:
29663         New files, synced from libc, except that regex_internal.h
29664         currently has a small porting fix.
29665
29666 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
29667
29668         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
29669         regex_internal.c, regexec.c.
29670         Add regex_internal.h too, but as a comment, since the libc version
29671         is currently broken in gnulib mode.
29672
29673 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29674
29675         Support programs like Emacs that use gnulib but not gettext.
29676         * MODULES.html.sh (Internationalization functions): Add gettext-h.
29677         * modules/gettext-h: New file.
29678         * modules/gettext (Files): Remove lib/gettext.h.
29679         (Depends-on): Add gettext-h.
29680         (Makefile.am): Remove lib_SOURCES.
29681         * modules/argmatch, modules/c-stack, modules/closeout:
29682         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
29683         * modules/execute, modules/file-type, modules/getaddrinfo:
29684         * modules/getopt, modules/human, modules/javacomp:
29685         * modules/javaexec, modules/mkdir-p, modules/obstack:
29686         * modules/openat, modules/pagealign_alloc, modules/pipe:
29687         * modules/quotearg, modules/regex, modules/rpmatch:
29688         * modules/unicodeio, modules/userspec, modules/version-etc:
29689         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
29690         * modules/xsetenv:
29691         Depend on gettext-h, not gettext.
29692
29693 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29694
29695         * gnulib-tool (func_import): Add support for 'public domain' license.
29696         * modules/alloca, modules/atexit, modules/memmove:
29697         Now public domain, not GPL.
29698         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
29699         * modules/realloc, modules/strerror, modules/strtod:
29700         Now LGPL, not GPL.
29701
29702 2005-07-05  Bruno Haible  <bruno@clisp.org>
29703
29704         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
29705         autoconf CVS. Needed for mingw.
29706
29707 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29708
29709         Remove the dependency of the strftime module on the tzset module.
29710         * modules/strftime (Depends-on): Remove dependency on tzset.
29711
29712 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29713
29714         Remove the dependency of the strftime module on the tzset module.
29715         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
29716         gl_FUNC_TZSET_CLOBBER.
29717
29718 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29719
29720         Remove the dependency of the strftime module on the tzset module.
29721         * lib/strftime.c (my_strftime)
29722         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
29723         Copy the input structure, to work around some of the bug with
29724         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
29725         Solaris releases, you should also use the tzset module, but we won't
29726         require it as a dependency any more since we don't want LGPLed code
29727         to depend on GPLed code.
29728
29729 2005-07-02  Jim Meyering  <jim@meyering.net>
29730
29731         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
29732         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
29733         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
29734         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
29735
29736 2005-07-02  Jim Meyering  <jim@meyering.net>
29737
29738         * lib/backupfile.c (backup_args): Change a `0' to NULL.
29739
29740 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
29741
29742         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
29743         declares only 'struct timespec;' (!).
29744
29745 2005-07-01  Jim Meyering  <jim@meyering.net>
29746
29747         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
29748         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
29749         * lib/save-cwd.c, tempname.c:
29750         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
29751         and don't include <sys/file.h>).
29752
29753 2005-06-29  Jim Meyering  <jim@meyering.net>
29754
29755         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
29756         type name.  Use the variable name instead.
29757         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
29758         Likewise.
29759
29760 2005-06-28  Simon Josefsson  <jas@extundo.com>
29761
29762         * modules/check-version (Files): Add check-version.m4.
29763
29764 2005-06-28  Simon Josefsson  <jas@extundo.com>
29765
29766         * m4/check-version.m4: New file, suggested by Jim Meyering
29767         <jim@meyering.net>.
29768
29769 2005-06-28  Simon Josefsson  <jas@extundo.com>
29770
29771         * lib/check-version.h, lib/check-version.c: New files.
29772
29773 2005-06-28  Simon Josefsson  <jas@extundo.com>
29774
29775         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
29776         collision with global variable.  Better indentation.  Don't
29777         increment buffer pointer beyond buffer end.  Based on comments
29778         from Paul Eggert <eggert@cs.ucla.edu>.
29779
29780         * lib/base64.h: Indent.
29781
29782 2005-06-28  Simon Josefsson  <jas@extundo.com>
29783
29784         * doc/gnulib.texi (Library version handling): New section.
29785
29786 2005-06-28  Jim Meyering  <jim@meyering.net>
29787
29788         * check-module (find_included_lib_files): Hard-code another
29789         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
29790         but modules/fts-lgpl (correctly) does not list those files.
29791
29792         * modules/canonicalize (Files): Add lib/pathmax.h.
29793
29794 2005-06-25  Simon Josefsson  <jas@extundo.com>
29795
29796         * modules/check-version: New file.
29797
29798 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
29799
29800         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
29801         initializer of struct addrinfo, as an indication that we don't
29802         care how many members the structure has.
29803
29804 2005-06-24  Derek Price  <derek@ximbiot.com>
29805         and Bruno Haible  <bruno@clisp.org>
29806
29807         Remove stat module & update lstat.
29808         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
29809         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29810         * m4/stat.m4: Remove this file.
29811
29812 2005-06-24  Derek Price  <derek@ximbiot.com>
29813         and Bruno Haible  <bruno@clisp.org>
29814
29815         Remove stat module & update lstat.
29816         * lib/stat.c: Remove this file...
29817         (slash_aware_lstat): ...moving this content and its support...
29818         * lib/lstat.c (rpl_lstat): ...into here.
29819         * lib/lstat.h: New file.
29820
29821 2005-06-24  Derek Price  <derek@ximbiot.com>
29822         and Bruno Haible  <bruno@clisp.org>
29823
29824         Remove stat module & update lstat.
29825         * config/srclist.txt (libc sources): Remove stat.
29826
29827 2005-06-24  Derek Price  <derek@ximbiot.com>
29828         and Bruno Haible  <bruno@clisp.org>
29829
29830         Remove stat module & update lstat.
29831         * MODULES.html.sh (stat): Remove.
29832         * MODULES.html: Regenerated.
29833         * modules/lstat (Description): Correct function name.
29834         (Files): Add "lstat.h".
29835         (Depends-on): Remove stat, add xalloc, stat-macros.
29836         * modules/stat: Remove this file.
29837         (Include): Add "lstat.h", remove <sys/stat.h>.
29838
29839 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29840
29841         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
29842         (ranged_convert): Don't save conversion in a temporary struct.
29843         This causes a warning with GCC 4.0.0, and anyway in the typical
29844         case it's not worth the extra 100 bytes or so of code.
29845         (ranged_convert, __mktime_internal): When calling a function via a
29846         pointer P, use P () rather than (*P) (), as we now assume C89 or
29847         better.
29848
29849 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29850
29851         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
29852         "who -r" failed to give output.  Problem reported by Tim Waugh.
29853
29854         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
29855         (xcalloc): Use it to avoid needless tests.
29856         Problem reported by Jim Meyering.
29857
29858 2005-06-20  Derek Price  <derek@ximbiot.com>
29859
29860         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
29861         unnecessary for Autoconfs > 2.59c.
29862
29863 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29864
29865         * lib/argp.h (__option_is_short): Check upper limit of
29866         __key. Isprint() requires its argument to have the value
29867         of an unsigned char or EOF.
29868
29869 2005-06-16  Jim Meyering  <jim@meyering.net>
29870
29871         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
29872         when either N or S is zero.
29873
29874 2005-06-16  Derek Price  <derek@ximbiot.com>
29875
29876         * m4/bison.m4: Declare YACC & YFLAGS precious.
29877
29878 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
29879
29880         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
29881         multibyte string or pattern, fall back on unibyte matching.
29882         Problem reported by James Youngman.
29883
29884 2005-06-08  Bruno Haible  <bruno@clisp.org>
29885
29886         * modules/csharpcomp: New file.
29887         * MODULES.html.sh (C#): Add csharpcomp.
29888
29889 2005-06-08  Bruno Haible  <bruno@clisp.org>
29890
29891         * m4/csharpcomp.m4: New file, from GNU gettext.
29892
29893 2005-06-08  Bruno Haible  <bruno@clisp.org>
29894
29895         * lib/csharpcomp.h: New file, from GNU gettext.
29896         * lib/csharpcomp.c: New file, from GNU gettext.
29897         * lib/csharpcomp.sh.in: New file, from GNU gettext.
29898
29899 2005-06-08  Bruno Haible  <bruno@clisp.org>
29900
29901         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
29902         warning on mingw.
29903
29904 2005-06-07  Derek Price  <derek@ximbiot.com>
29905
29906         Sync from CVS.
29907         * lib/glob_.h: Indent nested #ifdef.
29908
29909 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29910
29911         Sync from coreutils.
29912         Use "file name" when talking about file names, instead of "filename"
29913         or "path", as per the GNU coding standards.
29914         * lib/mkdir-p.c: Renamed from makepath.c.
29915         (make_dir_parents): Renamed from make_path.  All callers changed.
29916         * lib/mkdir-p.h: Likewise.  All includers changed.
29917         * lib/filenamecat.c: Renamed from path-concat.c.
29918         (file_name_concat): Renamed from path_concat.  All callers changed.
29919         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
29920         * lib/filenamecat.h: Likewise.  All includers changed.
29921         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
29922         in comments or local variable names.
29923         * lib/basename.c: Likewise.
29924         * lib/canonicalize.c, canonicalize.h: Likewise.
29925         * lib/dirname.c, dirname.h: Likewise.
29926         * lib/euidaccess.c: Likewise.
29927         * lib/exclude.c: Likewise
29928         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
29929         * lib/fsusage.c, fsuage.h: Likewise.
29930         * lib/fts.c, fts_.h: Likewise.
29931         * lib/getcwd.c: Likewise.
29932         * lib/getloadavg.c: Likewise.
29933         * lib/mkstemp.c: Likewise.
29934         * lib/mountlist.c, mountlist.h: Likewise.
29935         * lib/openat.c, openat.h: Likewise.
29936         * lib/readlink-stub.c: Likewise.
29937         * lib/readutmp.c, readutmp.h: Likewise.
29938         * lib/rename.c: Likewise.
29939         * lib/rmdir.c: Likewise.
29940         * lib/same.c: Likewise.
29941         * lib/savedir.c: Likewise.
29942         * lib/stripslash.c: Likewise.
29943         * lib/tempname.c: Likewise.
29944         * lib/xreadlink.c: Likewise.
29945         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
29946         All uses changed.
29947         * lib/exclude.h: Likewise.
29948
29949         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
29950         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29951         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
29952         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29953         * lib/pathmax.h: Include <limits.h> unconditionally, since other
29954         files have been getting away with it for years (MORE/BSD 4.3
29955         is extinct now).
29956         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
29957         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29958
29959         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
29960         Define to 256, not 255, as per modern POSIX.
29961
29962 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29963
29964         Sync from coreutils.
29965         Use "file name" when talking about file names, instead of "filename"
29966         or "path", as per the GNU coding standards.
29967         * MODULES.html.sh: mkdir-p renamed from makepath.
29968         filenamecat renamed from path-concat.
29969         * modules/filenamecat: Renamed from modules/path-concat.
29970         (Files): filenamecat.h and filenamecat.c renamed from
29971         path-concat.h and path-concat.c.
29972         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
29973         (Include): filenamecat.h, not path-concat.h.
29974         * modules/mkdir-p: Renamed from modules/makepath.
29975         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
29976         makepath.c.
29977         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
29978         (Include): mkdir-p.h, not makepath.h.
29979
29980 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29981
29982         Sync from coreutils.
29983         * m4/mkdir-p.m4: Renamed from makepath.m4.
29984         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
29985         Rename files from makepath.c to mkdir-p.c, and from
29986         makepath.h to mkdir-p.h.
29987         * m4/filenamecat.m4: Renamed from path-concat.m4.
29988         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
29989         Rename files from path-concat.c to filenamecat.c,
29990         and from path-concat.h to filenamecat.h.
29991         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
29992         "file name" in local variables or comments.
29993         * m4/rename.m4: Likewise.
29994
29995 2005-06-01  Bruno Haible  <bruno@clisp.org>
29996
29997         * modules/csharpexec: New file.
29998         * MODULES.html.sh (C#): New section.
29999
30000 2005-06-01  Bruno Haible  <bruno@clisp.org>
30001
30002         * m4/csharp.m4: New file, from GNU gettext.
30003         * m4/csharpexec.m4: New file, from GNU gettext.
30004
30005 2005-06-01  Bruno Haible  <bruno@clisp.org>
30006
30007         * lib/csharpexec.h: New file, from GNU gettext.
30008         * lib/csharpexec.c: New file, from GNU gettext.
30009         * lib/csharpexec.sh.in: New file, from GNU gettext.
30010
30011 2005-05-31  Derek Price  <derek@ximbiot.com>
30012             Paul Eggert  <eggert@cs.ucla.edu>
30013
30014         Sync from cvs.
30015         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30016
30017 2005-05-31  Derek Price  <derek@ximbiot.com>
30018             Paul Eggert  <eggert@cs.ucla.edu>
30019
30020         Sync from cvs.
30021         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30022
30023 2005-05-29  Derek Price  <derek@ximbiot.com>
30024
30025         * config/srclist.txt (glob_.h, glob.c): Add these files.
30026
30027 2005-05-29  Derek Price  <derek@ximbiot.com>
30028
30029         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
30030         * modules/glob: New file.
30031         * modules/getlogin_r: Add link to POSIX spec in description.
30032
30033 2005-05-29  Derek Price  <derek@ximbiot.com>
30034             Paul Eggert  <eggert@cs.ucla.edu>
30035
30036         * m4/glob.m4: New file.
30037
30038 2005-05-29  Derek Price  <derek@ximbiot.com>
30039             Paul Eggert  <eggert@cs.ucla.edu>
30040
30041         * lib/glob_.h, lib/glob.c: New files.
30042
30043 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30044
30045         * modules/fts (Files): Remove m4/inttypes-pri.m4.
30046         * modules/fts-lgpl (Depends-on): Remove gettext.
30047
30048 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30049
30050         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
30051         and don't require gt_INTTYPES_PRI.
30052
30053 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30054
30055         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
30056
30057         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
30058         the configuration hassle isn't worth it.
30059         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
30060         (LONGEST_MODIFIER, PRIuMAX): Remove.
30061
30062 2005-05-27  Bruno Haible  <bruno@clisp.org>
30063
30064         * lib/getlogin_r.h: Remove second include of <stddef.h>.
30065
30066 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
30067
30068         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
30069         _POSIX_PTHREAD_SEMANTICS for Solaris.
30070
30071 2005-05-25  Derek Price  <derek@ximbiot.com>
30072
30073         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
30074
30075 2005-05-25  Derek Price  <derek@ximbiot.com>
30076             Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         * modules/getlogin_r, m4/getlogin_r.m4: New files.
30079         * lib/getlogin_r.c, getlogin_r.h: New files.
30080
30081 2005-05-25  Bruno Haible  <bruno@clisp.org>
30082             Derek Price  <derek@ximbiot.com>
30083
30084         * lib/getlogin_r.h: Simplify API documentation.
30085
30086 2005-05-23  Derek Price  <derek@ximbiot.com>
30087
30088         * modules/minmax (Files): Add m4/minmax.m4.
30089         (configure.ac): Add gl_MINMAX.
30090
30091 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30092
30093         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
30094         so that unistd-safer.h (GPL'ed code) need not be included.
30095
30096 2005-05-22  Bruno Haible  <bruno@clisp.org>
30097
30098         * m4/minmax.m4: New file.
30099         Based on a patch by Derek Price <derek@ximbiot.com>.
30100
30101 2005-05-22  Bruno Haible  <bruno@clisp.org>
30102
30103         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
30104         (INT64_MIN): Fix definition.
30105         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
30106
30107         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
30108         NEED_SIGNED_INT_TYPES.
30109
30110         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
30111         HAVE_SYSTEM_INTTYPES.
30112
30113 2005-05-22  Bruno Haible  <bruno@clisp.org>
30114
30115         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
30116         Also include <sys/param.h> if it defines MIN, MAX.
30117         Based on a patch by Derek Price <derek@ximbiot.com>.
30118
30119 2005-05-21  Jim Meyering  <jim@meyering.net>
30120
30121         * modules/fts (Files): Add m4/inttypes-pri.m4.
30122         (Depends-on): Add lstat and remove gettext.  Alphabetize.
30123
30124 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30125
30126         New fts module.
30127         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
30128         (setup_dir, free_dir): New functions.
30129         (enter_dir, leave_dir): Define trivial
30130         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
30131         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
30132         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
30133         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
30134         Move to fts-cycle.c.
30135         (fts_open): Use setup_dir.
30136         (fts_close): Use free_dir.
30137         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
30138         This adds a label and some gotos, but the alternatives were messier.
30139         Check for memory allocation failure when entering a dir.
30140         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
30141         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
30142         (FTS): New member fts_cycle, that is a union that contains the
30143         old active_dir_ht and cycle_state.  All uses changed to mention
30144         fts_cycle.ht and fts_cycle.state.
30145         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
30146         fts.c, with the following changes:
30147         (setup_dir, free_dir): New functions.
30148         (enter_dir): Now returns bool.  Return true if successful, false
30149         if memory exhausted.  All callers changed.
30150         Do not bother partly cleaning up on
30151         memory allocation failure; that is free_dir's job.
30152         However, free ad if hash_insert fails, to avoid memory leak.
30153         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
30154         fts->fts_options to see which union member to use.
30155
30156 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30157
30158         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
30159         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
30160
30161 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30162
30163         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
30164
30165 2005-05-20  Jim Meyering  <jim@meyering.net>
30166
30167         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
30168         Now a macro, to pacify GCC.
30169
30170 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30171
30172         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
30173         of -1.
30174
30175 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30176
30177         * lib/chown.c (rpl_chown): Return -1 on failure.
30178
30179 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30180
30181         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
30182         Don't check for stddef.h.
30183         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
30184         don't use its results.
30185         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
30186         since we include them unconditionally.  Don't require
30187         AM_STDBOOL_H, since stdbool is a prerequisite.
30188         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
30189         since we assume C89 or better.
30190         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
30191         as we don't use their results.
30192         Don't check for fchdir, memmove, memset, strrchr, as we use
30193         them unconditionally.
30194         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
30195         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
30196
30197 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30198
30199         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
30200         Include <stddef.h> unconditionally, since we assume C89 now.
30201         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
30202         * lib/fts.c: Include fts_.h first, to check interface.
30203         Do not include intprops.h; no longer needed.
30204         Include cycle-check.h and hash.h, since fts_.h no longer does.
30205         Remove unnecessary casts of closedir to void.
30206         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
30207         decide whether to decrement nlinks.
30208         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
30209         (FTS): Use struct hash_table * instead of Hash_table, so that
30210         we no longer need to include hash.h here.
30211
30212 2005-05-18  Jim Meyering  <jim@meyering.net>
30213
30214         * modules/dirfd (License): Change to LGPL.  Most of the code
30215         is already in the public domain.
30216
30217 2005-05-18  Jim Meyering  <jim@meyering.net>
30218
30219         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
30220         Reported by Yoann Vandoorselaere.
30221
30222 2005-05-17  Jim Meyering  <jim@meyering.net>
30223
30224         * m4/fts.m4: New file, from coreutils.
30225
30226 2005-05-17  Jim Meyering  <jim@meyering.net>
30227
30228         * lib/fts.c, lib/fts_.h: New files, from coreutils.
30229
30230 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30231
30232         Sync from coreutils.
30233         * m4/unlinkdir.m4: New file.
30234
30235 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30236
30237         Sync from coreutils.
30238         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
30239         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
30240         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
30241         White space changes only.
30242         * lib/makepath.c (make_path): Port to hosts where leading "//" is
30243         special.
30244         * lib/yesno.c: Include getline.h, not ctype.h.
30245         (yesno): Don't remove leading white space; POSIX doesn't allow it.
30246         Use getline to remove arbitrary restriction on response length.
30247
30248 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30249
30250         * config/srclist-update: Spell out "Street" in FSF postal
30251         mail address; this is the style the FSF seems to prefer.
30252
30253         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
30254         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
30255         this updates FSF postal mail address.
30256
30257         Sync from coreutils.
30258         * modules/unlinkdir: New file.
30259         * modules/yesno (Depends-on): Add getline.
30260         * MODULES.html.sh (File system functions): Add unlinkdir.
30261
30262 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30263
30264         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
30265         lib/strsep.h:
30266         Change the initial comment to refer to GPL, not LGPL.
30267         gnulib-tool will change it to LGPL as needed.
30268
30269         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
30270         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
30271         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
30272         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
30273         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
30274         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
30275         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
30276         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
30277         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
30278         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
30279         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
30280         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
30281         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
30282         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
30283         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
30284         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
30285         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
30286         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
30287         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
30288         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
30289         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
30290         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
30291         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
30292         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
30293         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
30294         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
30295         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
30296         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
30297         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
30298         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
30299         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
30300         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
30301         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
30302         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
30303         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
30304         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
30305         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
30306         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
30307         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
30308         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
30309         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
30310         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
30311         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
30312         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
30313         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
30314         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
30315         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
30316         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
30317         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
30318         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
30319         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30320         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
30321         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
30322         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
30323         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
30324         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
30325         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
30326         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
30327         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
30328         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
30329         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
30330         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
30331         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
30332         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
30333         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
30334         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
30335         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
30336         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
30337         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
30338         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
30339         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
30340         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
30341         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
30342         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
30343         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
30344         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
30345         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
30346         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
30347         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
30348         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
30349         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
30350         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
30351         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
30352         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
30353         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
30354         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
30355         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
30356         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
30357         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
30358         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
30359         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
30360         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
30361         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
30362         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
30363         lib/yesno.c, lib/yesno.h:
30364         Update FSF postal mail address.
30365
30366 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30367
30368         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
30369         tests/test-memmem.c, tests/test-stpncpy.c:
30370         Update FSF postal mail address.
30371
30372 2005-05-13  Bruno Haible  <bruno@clisp.org>
30373
30374         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
30375         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
30376         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
30377         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
30378         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
30379         Add support for 64-bit integers in the MSVC compiler.
30380
30381 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30382
30383         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
30384
30385 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
30386
30387         * gnulib-tool (func_import): Sort and uniquify recommended includes.
30388
30389 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
30390
30391         * doc/getdate.texi (General date syntax): Don't say that date
30392         date --iso-8601=ns generates acceptable dates; it doesn't yet.
30393         Problem reported by Nic Ferrier.
30394
30395 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30396
30397         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
30398         specified in ai_socktype. Fix invalid ai_protocol
30399         check. ai_protocol is usually set to 0 or depending on
30400         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
30401         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
30402         ai_socktype / ai_protocol in the returned addrinfo structure.
30403
30404 2005-05-10  Simon Josefsson  <jas@extundo.com>
30405
30406         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
30407         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30408
30409 2005-05-10  Karl Berry  <karl@gnu.org>
30410
30411         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
30412         (from http://www.gnu.org/licenses).
30413         * doc/COPYING.LIB: also rename to COPYING.LESSER.
30414         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
30415         fdl.texi suffices.
30416
30417 2005-05-10  Karl Berry  <karl@gnu.org>
30418
30419         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
30420         (COPYING.DOC): remove.
30421
30422         * config/srclist-update: new FSF address.
30423
30424 2005-05-10  Derek Price  <derek@ximbiot.com>
30425
30426         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
30427         possible.
30428
30429 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30430             Bruno Haible  <bruno@clisp.org>
30431
30432         * modules/inet_ntop: New file.
30433         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30434         inet_ntop.
30435
30436 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30437             Bruno Haible  <bruno@clisp.org>
30438
30439         * m4/inet_ntop.m4: New file.
30440
30441 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30442             Bruno Haible  <bruno@clisp.org>
30443
30444         * lib/inet_ntop.h: New file.
30445         * lib/inet_ntop.c: New file, from glibc with modifications.
30446
30447 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
30448
30449         * modules/time_r (License): Change to LGPL.
30450         * modules/extensions (License): Change to LGPL.  Actually,
30451         the license is more permissive than that, but currently gnulib-tool
30452         doesn't know how to handle more-permissive licenses.
30453
30454         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
30455         Problem reported by Dave Love.
30456
30457 2005-05-08  Jim Meyering  <jim@meyering.net>
30458
30459         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
30460         blank.
30461
30462 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30463
30464         * modules/argmatch (Depends-on): Add stdbool.
30465         * modules/backupfile (Depends-on): Likewise.
30466         * modules/chdir-long (Depends-on): Likewise.
30467         * modules/closeout (Depends-on): Likewise.
30468         * modules/cycle-check (Depends-on): Likewise.
30469         * modules/dirname (Depends-on): Likewise.
30470         * modules/fnmatch (Depends-on): Likewise.
30471         * modules/fsusage (Depends-on): Likewise.
30472         * modules/fwriteerror (Depends-on): Likewise.
30473         * modules/getcwd (Depends-on): Likewise.
30474         * modules/getloadavg (Depends-on): Likewise.
30475         * modules/hard-locale (Depends-on): Likewise.
30476         * modules/makepath (Depends-on): Likewise.
30477         * modules/mountlist (Depends-on): Likewise.
30478         * modules/nanosleep (Depends-on): Likewise.
30479         * modules/posixtm (Depends-on): Likewise.
30480         * modules/quotearg (Depends-on): Likewise.
30481         * modules/readtokens (Depends-on): Likewise.
30482         * modules/readtokens0 (Depends-on): Likewise.
30483         * modules/readutmp (Depends-on): Likewise.
30484         * modules/save-cwd (Depends-on): Likewise.
30485         * modules/strftime (Depends-on): Likewise.
30486         * modules/userspec (Depends-on): Likewise.
30487         * modules/utimecmp (Depends-on): Likewise.
30488         * modules/xgetcwd (Depends-on): Likewise.
30489         * modules/xnanosleep (Depends-on): Likewise.
30490         * modules/xstrtod (Depends-on): Likewise.
30491         * modules/yesno (Depends-on): Likewise.
30492
30493 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
30494
30495         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
30496         needless checks.
30497
30498 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30499
30500         Merge from coreutils.  Among other things,
30501         add bulletproofing for cases where stdin, stdout, or stderr are closed.
30502         * lib/fd-safer.c: New file.
30503         * lib/fcntl-safer.h, open-safer.c: Remove.
30504         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
30505         * lib/dup-safer.c: Include unistd-safer.h first.
30506         Don't include errno.h.
30507         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
30508         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
30509         * lib/file-type.c: Rely on file-type.h change.
30510         * lib/getloadavg.c: Include unistd-safer.h.
30511         (getloadavg): Use safer open.
30512         * lib/getusershell.c: Include "stdio-safer.h".
30513         (getusershell): Use safer fopen.
30514         * lib/long-options.c (long_options): Use NULL rather than 0.
30515         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
30516         'free'.
30517         * lib/modechange.c: Likewise.
30518         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
30519         (MODE_DONE): New constant.
30520         (struct mode_change): Remove 'next' member.
30521         (make_node_op_equals): New function; like the old one of the
30522         same name, except it allocates an array.
30523         (mode_compile, mode_create_from_ref): Use it.
30524         (mode_compile): Allocate result as an array, not a linked list.
30525         Parse octal string ourself, so that we catch mistakes like "+0".
30526         (mode_adjust): Arg is an array, not a linked list.
30527         * lib/modechange.c: Include stat-macros.h, xalloc.h.
30528         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
30529         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
30530         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
30531         Remove.  This is now stat-macros.h's job.
30532         (talloc): Remove.  All callers replaced by xalloc, so that
30533         our invokers don't have to worry about reporting memory failures.
30534         (make_node_op_equals): Remove.
30535         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
30536         New constants.
30537         (struct mode_change): Moved here from modechange.h.
30538         (mode_append_entry): Remove.
30539         (mode_compile): Remove MASKED_OPS arg, since it encouraged
30540         apps to have incorrect behavior.  Use simpler algorithm for head
30541         and tail.  Don't futz with umask; that's now the job of mode_adjust.
30542         Detect more invalid usages rather than having somewhat-random behavior.
30543         Don't insert an "a=" action, as that leads to incorrect behavior.
30544         (mode_compile, mode_create_from_ref): Return NULL on error instead
30545         of an enum, since now there's only one way to have an error.  All
30546         callers changed.
30547         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
30548         at the correct time.  Simplify calculation of "+u" and its ilk.
30549         Don't mishandle "+X".
30550         (mode_free): Remove "register" and localize decls.
30551         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
30552         (struct mode_change): Move to modechange.c; callers don't
30553         need to see this stuff.
30554         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
30555         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
30556         (mode_change, mode_adjust): Reflect the new signatures noted above.
30557         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
30558         that might redefine system include files.
30559         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
30560         (my_usleep): Use NULL rather than (void *) 0.
30561         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
30562         Use siginterrupt to specify that system calls should be interrupted.
30563         (rpl_nanosleep): Move initialization of suspended closer to call of
30564         my_usleep.
30565         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
30566         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
30567         (desirable_utmp_entry): New function.
30568         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
30569         using x2nrealloc, to simplify logic.
30570         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
30571         size calculation.  Do not assume utmp file is a regular file.
30572         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
30573         (READ_UTMP_CHECK_PIDS): New constant.
30574         * lib/save-cwd.c: Include unistd-safer.h.
30575         (save_cwd): Use fd_safer.
30576         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
30577         [!_LIBC] Include "stat-macros.h" instead.
30578         * lib/unistd-safer.h (fd_safer): New decl.
30579
30580 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30581
30582         * modules/getloadavg (Depends-on): Add unistd-safer.
30583         * modules/getusershell (Depends-on): Add stdio-safer.
30584         * modules/lstat (Depends-on): Remove xalloc.
30585         * modules/mkstemp (Depends-on): Add stat-macros.
30586         * modules/modechange (Depends-on): Remove xstrtol.
30587         Add stat-macros, xalloc.
30588         * modules/save-cwd (Depends-on): Add unistd-safer.
30589         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
30590         * modules/unistd-safer (Files): Add lib/fd-safer.c
30591         (Makefile.am): Remove lib_SOURCES.
30592
30593         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
30594         Remove fcntl-safer; unistd-safer supersedes it.
30595
30596 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30597
30598         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
30599         AC_HEADER_STAT.
30600         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
30601         (gl_PREREQ_CHOWN): Remove.
30602         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
30603         it.  Don't require AC_HEADER_STAT.
30604         (gl_PREREQ_LSTAT): Remove.
30605         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
30606         Don't require AC_HEADER_STAT.
30607         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
30608         (gl_PREREQ_RMDIR): Remove.
30609         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
30610         mention stat-macros.h or AC_HEADER_STAT, since we'll make
30611         the stat-macros module a prerequisite.
30612         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
30613         * m4/filemode.m4 (gl_FILEMODE): Likewise.
30614         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
30615         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
30616         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
30617         variable names.
30618         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
30619         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
30620         variable prefixes.
30621         * m4/fcntl-safer.m4: Remove.
30622         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
30623         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
30624         Invoke gl_PREREQ_FD_SAFER.
30625         (gl_PREREQ_FD_SAFER): New macro.
30626         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
30627         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
30628         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
30629         Remove duplicate call to AC_LIBOBJ(readutmp).
30630         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
30631
30632         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
30633         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
30634
30635 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30636
30637         * MODULES.html.sh (Misc): Add byteswap.
30638
30639 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30640
30641         * modules/getcwd (Depends-on): Add extensions.
30642         * modules/openat (Depends-on): Likewise.
30643
30644 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30645
30646         * modules/byteswap: New file.
30647
30648 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30649
30650         * m4/byteswap.m4: New file.
30651
30652 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30653
30654         * lib/byteswap_.h: New file.
30655
30656 2005-04-25  Karl Berry  <karl@gnu.org>
30657
30658         * m4/gettext.m4: Update from GNU gettext 0.14.4.
30659
30660 2005-04-25  Albert Chin  <china@thewrittenword.com>
30661
30662         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
30663         Toolkit C bug.
30664
30665 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
30666
30667         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
30668         (func_ln_if_changed) Remove forcibly for no error message
30669         in case file does not exist.
30670
30671 2005-04-19  Simon Josefsson  <jas@extundo.com>
30672
30673         * gnulib-tool (Options): Make --symlink mean --symbolic.
30674
30675 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
30676
30677         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
30678
30679 2005-04-16  Simon Josefsson  <jas@extundo.com>
30680
30681         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
30682
30683 2005-04-15  Simon Josefsson  <jas@extundo.com>
30684
30685         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
30686
30687 2005-04-15  Simon Josefsson  <jas@extundo.com>
30688
30689         * gnulib-tool: Rename --symlink to --symbolic.
30690
30691 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
30692
30693         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
30694         symbolic links to files instead of copying/moving.  Add --aux-dir,
30695         specifying directory relative --dir where auxiliary build tools
30696         are placed.
30697
30698 2005-04-14  Bruno Haible  <bruno@clisp.org>
30699
30700         * modules/allocsa (License): Change to LGPL.
30701         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
30702
30703 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
30704
30705         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
30706         that "UTC +1 second" continues to work.  Problem reported
30707         by Dmitry V. Levin.
30708         (relunit_snumber): New rule.
30709         (relunit): Use it.
30710
30711 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
30712
30713         * lib/getdate.y (universal_time_zone_table): New constant.
30714         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
30715         universal_time_zone_table.
30716         (lookup_zone): Prefer universal_time_zone_table to
30717         local_time_zone_table, so that "GMT" time stamps are allowed in
30718         London during the summer.  Problem reported by Ian Abbott.
30719
30720 2005-04-12  Jim Meyering  <jim@meyering.net>
30721
30722         * lib/human.c (humblock): Set *options even when returning due to
30723         xstrtoumax conversion failure.  Thanks to a used-uninitialized
30724         warning from gcc-4.
30725
30726 2005-04-09  Jim Meyering  <jim@meyering.net>
30727
30728         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
30729         -Wuninitialized: initialize tm0.tm_year.
30730
30731 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
30734         count, since there's no maximum.  All uses changed.
30735         Add member dsts_seen.
30736         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
30737         not being INT_MAX.
30738         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
30739         Use pc_rels_seen to decide whther a date is absolute.
30740
30741         * lib/getdate.y (number): Don't overwrite year.
30742         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
30743         check.
30744
30745 2005-04-02  Simon Josefsson  <jas@extundo.com>
30746
30747         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
30748         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
30749
30750 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
30751
30752         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
30753         where no absolute path name can be longer than PATH_MAX.
30754
30755 2005-03-27  Jim Meyering  <jim@meyering.net>
30756
30757         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
30758
30759 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
30760
30761         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
30762         "one's complement" -> "ones' complement" in comment, as per Knuth.
30763         "value of type" -> "type or expression" in comment.
30764         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
30765
30766 2005-03-26  Jim Meyering  <jim@meyering.net>
30767
30768         Comment nits.
30769         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
30770         Correct typos: s/or/of/.
30771
30772 2005-03-26  Jim Meyering  <jim@meyering.net>
30773
30774         * modules/check-include-files: Move to ../ and rename to...
30775         * check-module: ...this.
30776
30777 2005-03-25  Jim Meyering  <jim@meyering.net>
30778
30779         * modules/xvasprintf (Files): Add xalloc.h.
30780
30781 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
30782
30783         * modules/gettext (Files): config/config.rpath ->
30784         build-aux/config.rpath
30785         * modules/iconv (Files): Likewise.
30786         Problem reported by Oskar Liljeblad.
30787
30788 2005-03-23  Jim Meyering  <jim@meyering.net>
30789
30790         * modules/check-include-files: New script to check for
30791         missing dependencies, multiple includes, etc.
30792
30793         * modules/c-strtold (Depends-on): Add xalloc.
30794         * modules/c-strtod (Depends-on): Add xalloc.
30795         * modules/hash (Depends-on): Add xalloc.
30796         (Files): Remove lib/xalloc.h.
30797
30798         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
30799         * modules/userspec (Files): Add lib/inttostr.h.
30800
30801 2005-03-23  Jim Meyering  <jim@meyering.net>
30802
30803         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
30804
30805 2005-03-22  Jim Meyering  <jim@meyering.net>
30806
30807         * modules/stat-macros: New module.
30808         * modules/canonicalize, modules/euidaccess, modules/file-type,
30809         * modules/filemode, modules/lchown, modules/makepath,
30810         * modules/rmdir, modules/stat: Depend on new stat-macros module
30811         rather than listing lib/stat-macros.h manually.
30812         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
30813
30814 2005-03-22  Jim Meyering  <jim@meyering.net>
30815
30816         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
30817
30818 2005-03-22  Bruno Haible  <bruno@clisp.org>
30819
30820         * config/srclist.txt: Replace target directory 'config' with
30821         'build-aux'.
30822         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
30823         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
30824         ../build-aux/.
30825
30826 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
30827
30828         * modules/chdir-long (Depends-on): Add mempcpy.
30829
30830         * modules/acl, modules/backupfile, modules/c-strtod,
30831         modules/c-strtold, modules/canon-host, modules/canonicalize,
30832         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
30833         modules/exclude, modules/exitfail, modules/file-type,
30834         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
30835         modules/getdate, modules/getline, modules/getpagesize,
30836         modules/getpass, modules/getugroups, modules/group-member,
30837         modules/hard-locale, modules/hash, modules/human, modules/idcache,
30838         modules/inttostr, modules/long-options, modules/makepath,
30839         modules/md5, modules/memcasecmp, modules/memcoll,
30840         modules/modechange, modules/mountlist, modules/path-concat,
30841         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
30842         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
30843         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
30844         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
30845         modules/strftime, modules/strndup, modules/strverscmp,
30846         modules/timespec, modules/unlocked-io, modules/userspec,
30847         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
30848         modules/yesno:
30849         Remove lib_SOURCES line from Makefile.am section, as this is now
30850         done automatically by the corresponding Autoconf macro.
30851
30852 2005-03-21  Jim Meyering  <jim@meyering.net>
30853
30854         Changes imported from coreutils.
30855
30856         * lib/cycle-check.c: Don't include xalloc.h.
30857
30858         * lib/path-concat.c: Don't include assert.h.
30859         (path_concat): Remove assertion that would have triggered
30860         for ABASE starting with more than one slash.
30861         Reported by Andreas Schwab.
30862
30863         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
30864         properly when ABASE is an absolute file name.
30865         Correct the description of this function.
30866         Include <assert.h>.
30867         Add an assertion and a test driver.
30868         This fixes a bug introduced on 2004-07-02.
30869         Andreas Schwab reported the resulting failure of cp --parents:
30870         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
30871
30872 2005-03-21  Jim Meyering  <jim@meyering.net>
30873
30874         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
30875         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
30876
30877 2005-03-21  Jim Meyering  <jim@meyering.net>
30878         and  Paul Eggert  <eggert@cs.ucla.edu>
30879
30880         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
30881         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
30882         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
30883         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
30884         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
30885         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
30886         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
30887         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
30888         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
30889         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
30890         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
30891         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
30892         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
30893         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
30894         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
30895         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
30896         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
30897         for these modules.
30898
30899 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
30900
30901         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
30902         (which shouldn't happen), generate nothing instead of returning 0
30903         immediately, so that nstrftime (NULL, ...) doesn't return 0.
30904
30905 2005-03-16  Bruno Haible  <bruno@clisp.org>
30906
30907         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
30908         HAVE_LONGLONG_64BIT.
30909
30910 2005-03-16  Bruno Haible  <bruno@clisp.org>
30911
30912         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
30913         HAVE_LONGLONG_64BIT.
30914
30915 2005-03-16  Bruno Haible  <bruno@clisp.org>
30916
30917         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
30918         HAVE_LONGLONG_64BIT.
30919
30920 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
30921
30922         * lib/strftime.c (my_strftime): Prepend space to format so that we can
30923         reliably distinguish strftime failure from empty output on POSIX
30924         hosts.
30925
30926 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
30927
30928         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
30929         (iconv_string): Don't guess a size-zero buffer, as that might cause
30930         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
30931         result would be 'too large', where 'too large' is (heuristically)
30932         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
30933         overflow concerns.  This will prevent some unwanted malloc failures
30934         when the inputs are very large.
30935
30936 2005-03-15  Karl Berry  <karl@gnu.org>
30937
30938         * config/srclist.txt (config.rpath): from gettext.
30939         * config/config.rpath: update.
30940
30941 2005-03-15  Bruno Haible  <bruno@clisp.org>
30942
30943         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
30944         to 'negate'.
30945
30946         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
30947         variable.
30948
30949         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
30950         results.
30951
30952 2005-03-14  Simon Josefsson  <jas@extundo.com>
30953
30954         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
30955         <fx@gnu.org>.
30956
30957 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
30958
30959         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
30960         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
30961         intprops.h.
30962         * lib/strtol.c: Likewise.
30963
30964 2005-03-14  Jim Meyering  <jim@meyering.net>
30965
30966         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
30967         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
30968         to be nonzero so that we (and caller) can detect the difference
30969         between a valid zero-length expansion and an error return, even
30970         when the underlying strftime fails before writing anything into
30971         that location.
30972
30973 2005-03-14  Bruno Haible  <bruno@clisp.org>
30974
30975         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
30976         Update from GNU gettext 0.14.3.
30977
30978 2005-03-10  Jim Meyering  <jim@meyering.net>
30979
30980         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
30981
30982 2005-03-10  Jim Meyering  <jim@meyering.net>
30983
30984         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
30985         so that this module works on systems without fchdir.
30986
30987 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
30988
30989         Factor int-properties macros into a single file, except for
30990         glibc-related files.
30991         * lib/intprops.h: New file.
30992         * lib/getloadavg.c: Include it instead of limits.h.
30993         (INT_STRLEN_BOUND): Remove.
30994         * lib/human.c: Include intprops.h.
30995         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
30996         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
30997         302/1000.
30998         * lib/inttostr.h: Include intprops.h instead of limits.h.
30999         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
31000         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
31001         for consistency with intprops.h.
31002         (time_t_is_integer, twos_complement_arithmetic): Use them.
31003         * lib/sig2str.h: Include <signal.h>, intprops.h.
31004         (INT_STRLEN_BOUND): Remove.
31005         * lib/strftime.c (TYPE_SIGNED): Remove.
31006         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
31007         * lib/strtol.c: Adjust comments to match intprops.h.
31008         * lib/userspec.c: Include intprops.h.
31009         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
31010         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
31011         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
31012         instead of rolling our own expressions.
31013         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
31014
31015         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
31016         instead of int.
31017         (my_strftime): Do not mishandle years close to INT_MAX, by doing
31018         the right thing even if adding 1900 would overflow.  Similarly
31019         for tm_mon + 1 and tm_yday + 1.
31020         Make %Y always equivalent to %C%y, and similarly for %G and %g.
31021         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
31022         (DO_SIGNED_NUMBER): New macro.
31023         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
31024
31025 2005-03-07  Bruno Haible  <bruno@clisp.org>
31026
31027         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
31028
31029 2005-03-07  Bruno Haible  <bruno@clisp.org>
31030
31031         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
31032
31033 2005-03-04  Derek R. Price  <derek@ximbiot.com>
31034
31035         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
31036         (func_import): Only replace files via --import when they have actually
31037         changed.
31038
31039 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31040
31041         * m4/mmap-anon.m4: New file.
31042         * m4/pagealign_alloc.m4: New file.
31043
31044 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31045             Bruno Haible  <bruno@clisp.org>
31046
31047         * modules/pagealign_alloc: New file.
31048         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
31049
31050 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31051             Bruno Haible  <bruno@clisp.org>
31052
31053         * lib/pagealign_alloc.h: New file.
31054         * lib/pagealign_alloc.c: New file.
31055
31056 2005-03-03  Bruno Haible  <bruno@clisp.org>
31057
31058         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
31059         Use an all-permissive copyright notice, recommended by RMS.
31060
31061 2005-03-02  Bruno Haible  <bruno@clisp.org>
31062
31063         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
31064         of AIX, the replacement has to be done only after <string.h> is
31065         included, therefore not in config.h. stpncpy.h does the replacement,
31066         and stpncpy.c uses it.
31067
31068 2005-03-02  Bruno Haible  <bruno@clisp.org>
31069
31070         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
31071         stpncpy.c uses it.
31072
31073 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31074
31075         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
31076         The workaround isn't strictly needed for POSIX conformance, and
31077         it's too much of a pain to configure and maintain.  We'll ask
31078         people to fix their kernels instead.
31079         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
31080         (NANOSLEEP_BUG_WORKAROUND): Remove.
31081         (xnanosleep): Remove the workaround.
31082
31083 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
31086         Reported by Derek Price.
31087         (Include): Add "timespec.h".
31088
31089         * modules/xnanosleep (Depends-on): Remove gethrxtime.
31090
31091 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31092
31093         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
31094         to detect nanosleep bug.
31095
31096 2005-03-01  Bruno Haible  <bruno@clisp.org>
31097
31098         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
31099
31100 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31101
31102         * modules/gethrxtime: New file.
31103         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
31104         (Depends-on): Add gethrxtime.
31105         (configure.ac): Add gl_XNANOSLEEP.
31106         (Makefile.am): Remove lib_SOURCES line.
31107
31108 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31109
31110         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
31111         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
31112
31113 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31114
31115         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
31116         * lib/timespec.h (gettime): Return void, since it always
31117         succeeds now.  All uses changed.
31118         * lib/gettime.c (gettime) Likewise.
31119         [HAVE_NANOTIME]: Prefer nanotime.
31120         Assume gettimeofday succeeds, as POSIX requires.
31121         Assime time () succeeds, since other code already does.
31122         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
31123         (timespec_subtract): Remove.
31124         (NANOSLEEP_BUG_WORKAROUND): New constant.
31125         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
31126         things considerably.  Use it only on GNU/Linux hosts, since the
31127         workaround shouldn't be needed elsewhere.
31128
31129 2005-02-24  Bruno Haible  <bruno@clisp.org>
31130
31131         * modules/gettext (Files): Add m4/glibc2.m4.
31132
31133 2005-02-24  Bruno Haible  <bruno@clisp.org>
31134
31135         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
31136         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
31137         * m4/progtest.m4:
31138         Update from GNU gettext 0.14.2.
31139         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
31140
31141 2005-02-24  Bruno Haible  <bruno@clisp.org>
31142
31143         * lib/localcharset.c: Update from GNU gettext 0.14.2.
31144         * lib/config.charset: Update from GNU gettext 0.14.2.
31145
31146 2005-02-24  Bruno Haible  <bruno@clisp.org>
31147
31148         * lib/gettext.h: Update from GNU gettext 0.14.2.
31149
31150 2005-02-23  Simon Josefsson  <jas@extundo.com>
31151
31152         * m4/iconvme.m4: New file.
31153
31154 2005-02-23  Jim Meyering  <jim@meyering.net>
31155
31156         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
31157         change.
31158         Thanks to Bruno Haible for catching it.
31159
31160 2005-02-22  Simon Josefsson  <jas@extundo.com>
31161
31162         * modules/iconvme: New file.
31163
31164         * MODULES.html.sh: Add iconvme.
31165
31166 2005-02-22  Simon Josefsson  <jas@extundo.com>
31167
31168         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
31169
31170 2005-02-22  Simon Josefsson  <jas@extundo.com>
31171
31172         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
31173
31174 2005-02-22  Jim Meyering  <jim@meyering.net>
31175
31176         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
31177         s/ifndef/ifdef/.
31178
31179 2005-02-20  Neil Conway  <neilc@samurai.com>
31180
31181         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
31182         returned by OSX/Darwin if the specified buffer is not large
31183         enough for the hostname.
31184
31185 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31186
31187         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
31188         pass it to _help, otherwise the latter coredumps trying to
31189         dereference state.root_argp.
31190
31191 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31192
31193         * modules/chdir-long (Depends-on): Add memrchr.
31194         * modules/memrchr (Files): Add lib/memrchr.h.
31195         (Include): "memrchr.h".
31196
31197 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31198
31199         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
31200
31201 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31202
31203         * lib/memrchr.h: New file.
31204         * lib/chdir-long.c: Include it.
31205         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
31206         Don't bother including stddef.h.
31207
31208 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
31209
31210         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
31211         inclusion.
31212         Include <sys/types.h>, for dev_t.
31213         (ME_DUMMY, ME_REMOTE): Move from here....
31214         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
31215         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
31216         Dmitry V. Levin.
31217         Include mountlist.h first, to test the interface.
31218
31219 2005-01-29  Bruno Haible  <bruno@clisp.org>
31220
31221         * lib/progname.c (program_name): Initialize.
31222         Needed when linking statically on MacOS X.
31223
31224 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31225
31226         Sync from coreutils.
31227         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
31228         (Depends-on): Add c-strtod.
31229         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
31230
31231 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31232
31233         Sync from coreutils.
31234         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
31235
31236         Remove files that are specific to coreutils.
31237         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
31238
31239 2005-01-28  Bruno Haible  <bruno@clisp.org>
31240
31241         * modules/javacomp: New file.
31242         * MODULES.html.sh (Java): Add javacomp.
31243
31244 2005-01-28  Bruno Haible  <bruno@clisp.org>
31245
31246         * m4/javacomp.m4: New file, from GNU gettext.
31247
31248 2005-01-28  Bruno Haible  <bruno@clisp.org>
31249
31250         * lib/javacomp.sh.in: New file, from GNU gettext.
31251         * lib/javacomp.h: New file, from GNU gettext.
31252         * lib/javacomp.c: New file, from GNU gettext.
31253
31254 2005-01-26  Simon Josefsson  <jas@extundo.com>
31255
31256         * lib/gai_strerror.c: Use GPL in header.
31257
31258 2005-01-26  Bruno Haible  <bruno@clisp.org>
31259
31260         * modules/javaexec: New file.
31261         * MODULES.html.sh (Java): Add javaexec.
31262
31263 2005-01-26  Bruno Haible  <bruno@clisp.org>
31264
31265         * m4/javaexec.m4: New file, from GNU gettext.
31266
31267 2005-01-26  Bruno Haible  <bruno@clisp.org>
31268
31269         * lib/javaexec.sh.in: New file, from GNU gettext.
31270         * lib/javaexec.h: New file, from GNU gettext.
31271         * lib/javaexec.c: New file, from GNU gettext.
31272
31273 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31274
31275         * modules/lchown (Depends-on): Remove lchown.h
31276
31277 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31278
31279         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
31280         must be defined if the header file was not found, in order
31281         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
31282
31283 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31284
31285         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
31286         initializers for struct pentry_state.
31287         (__argp_error): Check return value of __asprintf
31288         (__argp_failure): Translate error message
31289
31290         * lib/argp-parse.c: Removed braces around the expansion of N_()
31291
31292 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31293
31294         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
31295         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
31296         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
31297         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
31298         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
31299         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
31300         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
31301         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
31302         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
31303         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
31304         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
31305         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
31306         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
31307         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
31308         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
31309         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
31310         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
31311         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
31312         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
31313         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
31314         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
31315         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
31316         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
31317         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
31318         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
31319         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
31320         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
31321         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
31322         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
31323         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
31324         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
31325         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
31326         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
31327         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
31328         xstrtol.m4, xstrtoumax.m4, yesno.m4:
31329         Use an all-permissive copyright notice, recommended by RMS.
31330
31331 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
31332
31333         * modules/chdir-long (Depends-on): Remove mempcpy.
31334
31335 2005-01-21  Jim Meyering  <jim@meyering.net>
31336
31337         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
31338         same value as for Solaris 9.
31339
31340         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
31341         component length.  This included changing the parameter to be
31342         of type `char *' rather than `char const *'.
31343         * lib/chdir-long.h (chdir_long): Update prototype.
31344
31345         * lib/openat.c (fdopendir, fstatat): New functions.
31346         * lib/openat.h: Include headers required for use of DIR and struct
31347         stat.
31348         [AT_SYMLINK_NOFOLLOW]: Define.
31349         (fdopendir, fstatat): Add prototypes.
31350
31351 2005-01-21  Bruno Haible  <bruno@clisp.org>
31352
31353         * modules/classpath: New file.
31354         * MODULES.html.sh (Java): Add classpath.
31355
31356 2005-01-21  Bruno Haible  <bruno@clisp.org>
31357
31358         * lib/classpath.h: New file, from GNU gettext.
31359         * lib/classpath.c: New file, from GNU gettext.
31360
31361 2005-01-20  Simon Josefsson  <jas@extundo.com>
31362
31363         * modules/version-etc-fsf: New file.
31364
31365 2005-01-20  Simon Josefsson  <jas@extundo.com>
31366
31367         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
31368         * lib/version-etc.c: Remove version_etc_copyright.
31369         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
31370         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
31371
31372 2005-01-20  Simon Josefsson  <jas@extundo.com>
31373
31374         * lib/base64.h (isbase64): Add.
31375
31376         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
31377         using a unsigned prototype, don't inline.
31378         (base64_decode): Use it.
31379
31380 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31381
31382         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
31383         it.
31384
31385 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31386
31387         * lib/save-cwd.c (save_cwd): Remove code to support the case
31388         where fchdir is missing or flaky.
31389
31390 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31391
31392         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
31393
31394 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
31395
31396         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
31397         AC_LIBSOURCES now does this.
31398         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
31399         with new ullong_max module.
31400
31401 2005-01-19  Bruno Haible  <bruno@clisp.org>
31402
31403         * modules/sh-quote: New file.
31404         * MODULES.html.sh (Executing programs): Add sh-quote.
31405
31406 2005-01-19  Bruno Haible  <bruno@clisp.org>
31407
31408         * lib/sh-quote.h: New file, from GNU gettext.
31409         * lib/sh-quote.c: New file, from GNU gettext.
31410
31411 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31412
31413         Merge from coreutils.
31414         * m4/ullong_max.m4: New file.
31415         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
31416         (gl_MACROS): Assume localeconv exists.
31417
31418 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31419
31420         Merge changes from coreutils, as described below in several
31421         changelogs dated today.
31422
31423         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
31424         (O_DIRECTORY): Remove; not needed here, since "." must be
31425         a directory.  All uses removed.
31426         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
31427         universal on Suns, and we also need to test for IRIX.
31428         Revamp code to use 'if' rather than '#if'.
31429         Avoid unnecessary comparison of cwd->desc to 0.
31430
31431         * lib/utimens.c (futimens): Robustify the previous patch, by checking
31432         for known valid error numbers rather than observed invalid ones.
31433
31434 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31435
31436         * modules/ullong_max: New file.
31437
31438         * modules/chdir-long, modules/openat: New files.
31439         * modules/save-cwd (Depends-on): Depend on chdir-long.
31440         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
31441
31442 2005-01-18  Jim Meyering  <jim@meyering.net>
31443
31444         Merge from coreutils.
31445         * m4/chdir-long.m4, m4/openat.m4: New files.
31446         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
31447         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
31448         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
31449         is sane and DOES follow symlinks.  Besides, testing 20 different
31450         systems found no broken chown implementations.
31451         Prompted by a change in rsync's copy of this macro.
31452         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
31453
31454         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
31455
31456         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
31457         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
31458         NULL-means-set-to-current-time semantics.
31459         Remove temporary file immediately, rather than waiting
31460         for configure's at-exit trap code to do it.
31461
31462 2005-01-18  Jim Meyering  <jim@meyering.net>
31463
31464         * lib/version-etc.c (version_etc_copyright): Update copyright date.
31465
31466         * lib/utimens.c (futimens): Account for the fact that futimes
31467         can also fail with errno == ENOSYS or errno == ENOENT.
31468         Patch from Dmitry V. Levin.
31469
31470         Change the name of the robust chdir function from chdir to chdir_long.
31471         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
31472         (restore_cwd): Use chdir_long, not chdir.
31473         * lib/chdir-long.c: Renamed from chdir.c.
31474         * lib/chdir-long.h: Renamed from chdir.h.
31475         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
31476         Hurd.
31477
31478 2005-01-18  Bruno Haible  <bruno@clisp.org>
31479
31480         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
31481         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
31482         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
31483         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
31484         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
31485         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
31486         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
31487         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
31488         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
31489         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
31490         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
31491         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
31492         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
31493         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
31494         Use an all-permissive copyright notice, recommended by RMS.
31495
31496 2005-01-18  Bob Proulx  <bob@proulx.com>
31497
31498         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
31499         simplify offsetof() macro construct to avoid compile failure with
31500         native HP-UX 11.0 ANSI C compiler.
31501
31502 2005-01-17  Bruno Haible  <bruno@clisp.org>
31503
31504         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
31505         redundant because stpncpy.m4 takes care of it.
31506
31507 2005-01-17  Bruno Haible  <bruno@clisp.org>
31508
31509         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
31510
31511 2005-01-17  Bruno Haible  <bruno@clisp.org>
31512
31513         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
31514         used.
31515
31516 2005-01-17  Bruno Haible  <bruno@clisp.org>
31517
31518         * lib/fwriteerror.h (fwriteerror): Change specification to include
31519         fclose.
31520         * lib/fwriteerror.c: Include <stdbool.h>.
31521         (fwriteerror): At the end, close the file stream. Record whether
31522         stdout was already closed.
31523
31524 2005-01-17  Bruno Haible  <bruno@clisp.org>
31525
31526         * lib/execute.c (environ): Declare if needed.
31527         * lib/pipe.c (environ): Likewise.
31528         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
31529
31530 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31531
31532         * modules/argp: Depend on vsnprintf
31533
31534 2005-01-10  Jim Meyering  <jim@meyering.net>
31535
31536         * modules/closeout (Depends-on): Add atexit.
31537
31538 2005-01-06  Bruno Haible  <bruno@clisp.org>
31539
31540         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
31541
31542 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31543
31544         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
31545         definitions to be after all include files, to avoid collisions.
31546         Problem reported by Bob Proulx.
31547
31548 2005-01-04  Jim Meyering  <jim@meyering.net>
31549
31550         Changes imported from coreutils.
31551         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
31552         as the mkstemp template, use a temporary directory and an
31553         8.3-friendly template to avoid trouble on systems like DJGPP.
31554         Reported by Juan M. Guerrero via Stepan Kasal.
31555         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
31556         close. Remove the temporary directory right away, rather than waiting
31557         for configure's at-exit trap code to do it.
31558         Suggestion from Stepan Kasal.
31559
31560 2005-01-01  Simon Josefsson  <jas@extundo.com>
31561
31562         * gnulib-tool: Print #include directives when --import'ing.
31563
31564 2004-12-28  Simon Josefsson  <jas@extundo.com>
31565
31566         * tests/test-base64.c: Include required header files.  Remove
31567         unused variables.
31568
31569 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31570
31571         * modules/error (Depends-on): Remove gettext.
31572
31573 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31574
31575         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
31576         not needed.  This removes a dependency on the gettext module.
31577         [defined _LIBC]: Do not include <libintl.h>; not needed.
31578
31579 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
31580
31581         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
31582         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
31583
31584 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
31585
31586         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
31587         HAVE_DECL_STRTOLD.
31588
31589 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31590
31591         * modules/getdate (Depends-on): Remove alloca-opt.
31592
31593 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31594
31595         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
31596
31597 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31598
31599         * lib/argp-parse.c: Include <stddef.h>.
31600         (alignof, alignto): New macros.
31601         (parser_init): Don't assume that void * is aligned sufficiently
31602         for struct option.
31603
31604         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
31605         need to extend the stack.
31606         (YYINITDEPTH): New macro, so that the initial stack isn't overly
31607         large.
31608
31609 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31610
31611         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
31612
31613 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
31614
31615         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
31616         (2004-10-24) change.  Apparently this was a false alarm.
31617
31618         * modules/getdate: Depend on alloca-opt, not alloca.
31619
31620 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
31621
31622         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
31623         Remove now-obsolete comment about AIX.
31624         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
31625         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
31626         (YYMAXDEPTH): New macro.
31627
31628 2004-12-18  Simon Josefsson  <jas@extundo.com>
31629
31630         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
31631
31632 2004-12-18  Bruno Haible  <bruno@clisp.org>
31633
31634         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
31635
31636 2004-12-18  Bruno Haible  <bruno@clisp.org>
31637
31638         * lib/fatal-signal.c (fatal_signals): Make non-const.
31639         (init_fatal_signals): New function.
31640         (uninstall_handlers, install_handlers): Ignore signals that were set to
31641         SIG_IGN.
31642         (at_fatal_signal): Call init_fatal_signals.
31643         (init_fatal_signal_set): Likewise. Ignore signals that were set to
31644         SIG_IGN.
31645         Reported by Paul Eggert.
31646
31647 2004-12-18  Bruno Haible  <bruno@clisp.org>
31648
31649         * doc/alloca.texi: New file.
31650         * doc/alloca-opt.texi: New file.
31651
31652 2004-12-17  Jim Meyering  <jim@meyering.net>
31653
31654         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
31655         Otherwise, install-sh could exit with improper exit status when
31656         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
31657
31658 2004-12-16  Simon Josefsson  <jas@extundo.com>
31659
31660         * tests/test-base64.c: Add license.
31661
31662 2004-12-15  Stepan Kasal  <address@hidden>
31663
31664         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
31665
31666 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
31667
31668         * modules/getcwd (Files): Add m4/d-ino.m4.
31669         Suggested by Mark D. Baushke.
31670
31671 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         * lib/getdate.y (textint): New member "negative".
31674         (time_zone_hhmm): New function.
31675         Expect 14 shift-reduce conflicts, not 13.
31676         (o_colon_minutes): New rule.
31677         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
31678         (yylex): Set the "negative" member of signed numbers.
31679
31680 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
31681
31682         * doc/getdate.texi (Time of day items, Time zone items):
31683         Describe new formats +00:00, UTC+00:00.
31684
31685 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
31686
31687         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
31688         spurious "-l"s.  Problem reported by Stepan Kasal.
31689
31690 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
31691
31692         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
31693         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
31694
31695 2004-12-04  Simon Josefsson  <jas@extundo.com>
31696
31697         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
31698         Vandoorselaere <yoann@prelude-ids.org>.
31699
31700 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
31701
31702         Changes imported from coreutils.
31703         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
31704         exist.
31705         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
31706
31707 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
31708
31709         Changes imported from coreutils.
31710         * lib/hard-locale.c: Assume <locale.h> exists.
31711         Include "strdup.h".
31712         (GLIBC_VERSION): New macro.
31713         (hard_locale): Assume setlocale exists.
31714         Rewrite to avoid #ifdef.
31715         Use strdup rather than malloc + strcpy.
31716         * lib/human.c: Assume <locale.h> exists.
31717         (human_readable): Assume localeconv exists.
31718
31719 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
31720
31721         * modules/hard-locale (Depends-on): Add strdup.
31722
31723 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
31724
31725         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
31726         convert T2, not T.  (Imported from libc.)
31727
31728 2004-11-30  Simon Josefsson  <jas@extundo.com>
31729
31730         * modules/restrict (License): Change to LGPL.
31731
31732 2004-11-30  Simon Josefsson  <jas@extundo.com>
31733
31734         * m4/restrict.m4: Add copyright and copying conditions.
31735
31736 2004-11-30  Simon Josefsson  <jas@extundo.com>
31737
31738         * m4/base64.m4: New file.
31739
31740 2004-11-30  Simon Josefsson  <jas@extundo.com>
31741
31742         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
31743         base64.
31744
31745         * tests/test-base64.c: New file.
31746
31747         * modules/base64: New file.
31748
31749 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
31750
31751         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
31752         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
31753
31754         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
31755
31756 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
31757
31758         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
31759         (__getcwd.c): Don't restore errno; glibc doesn't.
31760         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
31761         first, falling back to our code only if its results look suspicious.
31762         Ensure that the resulting buffer is only as large as necessary.
31763
31764         * lib/readutmp.c: Include readutmp.h first.
31765         Include <errno.h>, since readutmp.h no longer does that.
31766         * lib/readutmp.h: Don't include <errno.h>,
31767         <sys/param.h>, <time.h>; not needed to establish interface.
31768         (errno): Remove decl.
31769         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
31770         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
31771         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
31772
31773 2004-11-28  Simon Josefsson  <jas@extundo.com>
31774
31775         * lib/base64.h, base64.c: New file.
31776
31777 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
31778
31779         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
31780
31781 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
31782
31783         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
31784         (Depends-on): Remove pathmax, same.  Add mempcpy.
31785         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
31786         (Makefile.am): Append getcwd.h to lib_SOURCES.
31787         (Include): Add getcwd.h.
31788         (Maintainer): Change from Jim Meyering to "all, glibc",
31789         since getdate now uses intended-for-glibc code.
31790         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
31791         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
31792
31793 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31794
31795         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
31796         HP's ANSI C compiler.
31797         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
31798         Declaring int functions causes warnings on some modern systems and
31799         shouldn't be needed to compile on ancient ones.
31800         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
31801         defined.
31802
31803         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
31804         with the following changes.
31805         (__set_errno): Parenthesize properly.
31806         Include <stdbool.h>.
31807         (MIN, MAX, MATCHING_INO): New macros.
31808         (__getcwd): Define with prototype, not K&R form.
31809         Use heuristics to allocate default buffer on stack if possible.
31810         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
31811         behavior, and to avoid the PATH_MAX limit when computing
31812         ../../../../...
31813         Use MATCHING_INO to compare inode number to file.
31814         Check for arithmetic overflow in size calculations.
31815         Fix bug in reallocation of dot array that caused getcwd to fail
31816         on directories nested deeper than 75.
31817         Be more careful about saving errno on error.
31818         Do not use realloc; use only free+malloc, as this is a bit
31819         more flexible and avoids a needless copy operation.
31820         Do not inspect st_dev and st_ino for symbolic links; POSIX
31821         doesn't specify the latter.
31822         Check for closedir errors.
31823         Avoid needless casts.
31824         Use "#ifdef weak_alias" around weak_alias, to be like other
31825         glibc code.
31826         The following changes to getcwd.c have effect only when used in
31827         gnulib; they have no effect inside glibc proper.
31828         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
31829         as alloca isn't used.
31830         (alloca, __alloca): Likewise.
31831         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
31832         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
31833         unconditionally, as gnulib assumes C89 or better.
31834         Do not include <sys/param.h>.
31835         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
31836         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
31837         better.
31838         (NULL) [!defined NULL]: Remove; we assume C89 or better.
31839         Include <dirent.h> in a way that is compatible with modern Autoconf.
31840         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
31841         New macros, if not already defined.
31842         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
31843         Use "_LIBC", not "defined _LIBC", for consistency.
31844         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
31845         a mempcpy module.
31846         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
31847         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
31848         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
31849         credit only to Jim Meyering and adjust the copyright dates.
31850         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
31851         <stdlib.h>, <unistd.h>, "pathmax.h".
31852         Instead, include "xgetcwd.h" (first) and "getcwd.h".
31853         (INITIAL_BUFFER_SIZE): Remove.
31854         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
31855
31856 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31857
31858         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
31859         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
31860         Use the _ONCE methods, for efficiency.
31861         Check for fcntl.h.  In test program, include <errno.h>
31862         and <fcntl.h> if available.  Remove old K&R cruft from
31863         test program.  Check for common errors in GNU/Linux,
31864         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
31865         don't do AC_LIBOBJ, as that's getcwd.m4's job.
31866         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
31867         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
31868         name accordingly.
31869         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
31870         accommodate new getcwd.c.
31871         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
31872         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
31873         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
31874         that's all we need now.
31875
31876 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31877
31878         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
31879         argp-parse.c depends on getopt internals, that means we should
31880         always use our getopt, to be on the safe side.
31881         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
31882         order not to spoil the result of an eventual previous invocation
31883         of gl_GETOPT_SUBSTITUTE.
31884
31885 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31886
31887         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
31888         redefinition warnings. To avoid them, include the defines
31889         in `#if !defined __need_getopt ... #endif'. The only place
31890         where __getopt_argv_const is used is in definitions
31891         of getopt_long and getopt_long_only below, which are as well
31892         protected by `#ifndef __need_getopt'.
31893         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
31894         __need_getopt after including <stdio.h> and <unistd.h> These
31895         headers might have defined it.
31896
31897 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
31898
31899         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
31900
31901 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
31902
31903         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
31904         (futimens): New function, which uses futimes if available.
31905         (futimens, utimens): Support timespec==NULL, with same semantics
31906         as utime and utimens.
31907         * lib/utimens.h (futimens): New decl.
31908
31909 2004-11-23  Jim Meyering  <jim@meyering.net>
31910
31911         * lib/getopt_.h: Remove trailing blanks.
31912
31913 2004-11-23  Jim Meyering  <jim@meyering.net>
31914
31915         * lib/__fpending.c: Add comment.
31916
31917 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
31918
31919         * modules/canonicalize (Depends-on): Add xreadlink.
31920         Problem reported by James Youngman.
31921
31922 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
31923
31924         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
31925         New macros.
31926         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
31927         optopt): Use them instead of invoking ## directly; otherwise, the
31928         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
31929
31930 2004-11-19  Bruno Haible  <bruno@clisp.org>
31931
31932         * lib/strtok_r.c: Move comments from here...
31933         * lib/strtok_r.h: ... to here.
31934
31935 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31936
31937         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
31938         implementations that mishandle size_t overflow.
31939
31940 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31941
31942         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
31943         might fail.  Problem reported by Yoann Vandoorselaere.
31944         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
31945         implementations that mishandle size_t overflow.
31946
31947 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31948
31949         * modules/canon-host (Depends-on): Add strdup.
31950
31951 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31952
31953         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
31954
31955 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31956
31957         * lib/canon-host.c: Include "strdup.h".
31958         (canon_host): Use getaddrinfo if available, so that IPv6 works.
31959         Use strdup instead of malloc/strcpy to duplicate strings.
31960
31961         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
31962         (human_space_before_unit): New constant.
31963         * lib/human.c (human_readable): Support it.
31964
31965         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
31966         (xgetcwd): Set errno correctly when failing.
31967         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
31968         the failure is actually due to a PATH_MAX problem.
31969
31970         Further getopt changes to make it more likely that glibc will
31971         buy the changes back.
31972         * lib/getopt.c (POSIXLY_CORRECT): New constant.
31973         (getopt): Use it, so to preserve glibc semantic
31974         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
31975         when compiling for libc.
31976         * lib/getopt_.h (__getopt_argv_const): Bring it back.
31977         (getopt_long, getopt_long_only): Use it.
31978
31979         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
31980         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
31981         (getopt): Argv is now char * const *, as per standard.
31982         (_getopt_internal_r, _getopt_internal): Argv is now char **,
31983         not char *__getopt_argv_const *.
31984         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
31985         _getopt_long_only_r): Likewise.
31986         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
31987         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
31988         _getopt_long_r, _getopt_long_only_r): Likewise.
31989         * lib/getopt_.h (__getopt_argv_const): Remove.
31990         (getopt): Argv is now char * const *, as per standard.
31991
31992         * lib/getdate.y (tORDINAL): New token.
31993         (day, relunit): Allow it for relative times.
31994         (relative_time_table): Use tORDINAL for ordinals.
31995
31996 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31997
31998         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
31999         Document that "second" isn't allowed as an ordinal number.
32000
32001 2004-11-16  Jim Meyering  <jim@meyering.net>
32002
32003         * modules/closeout (Depends-on): Add fpending.
32004
32005 2004-11-15  Jim Meyering  <jim@meyering.net>
32006
32007         * lib/closeout.c: Include "__fpending.h" once again.
32008         Include <stdbool.h>.
32009         (close_stdout): Don't fail just because stdout was closed initially,
32010         since some programs don't write to stdout in the normal course of
32011         operation (other than --version and --help), and we don't want this
32012         function to make e.g. `touch file >&-' fail.
32013         But do fail if it was closed and someone has tried to write to it.
32014         E.g., `printf foo >&-' must fail.
32015
32016 2004-11-13  Jim Meyering  <jim@meyering.net>
32017
32018         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
32019
32020 2004-11-12  Simon Josefsson  <jas@extundo.com>
32021
32022         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
32023         small doc fix is still pending.
32024
32025 2004-11-11  Simon Josefsson  <jas@extundo.com>
32026
32027         * modules/strtok_r: New file.
32028
32029         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32030         strtok_r.
32031
32032 2004-11-11  Simon Josefsson  <jas@extundo.com>
32033
32034         * m4/strtok_r.m4: New file.
32035
32036         * m4/getopt.m4: Replace opterr.
32037
32038 2004-11-11  Simon Josefsson  <jas@extundo.com>
32039
32040         * lib/strtok_r.h, strtok_r.c: New file.
32041
32042 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32043
32044         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
32045         of replacing opterr, getopt, etc.  This should handle the
32046         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
32047
32048 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32049
32050         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
32051         we can stop lying to compilers about the constness of argv when we
32052         are compiled outside glibc.
32053         (getopt, getopt_long, getopt_long_only): Use it.
32054         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32055         _getopt_internal, getopt): Likewise.
32056         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32057         _getopt_long_only_r): Likewise.
32058         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32059         _getopt_long_r, _getopt_long_only_r): Likewise.
32060
32061         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
32062         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
32063         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
32064         the other external symbols.
32065         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
32066         declaration, since the above renaming now works around collisions.
32067
32068 2004-11-11  Jim Meyering  <jim@meyering.net>
32069
32070         * lib/linebreak.c: Remove trailing blanks.
32071         * lib/alloca_.h: Likewise.
32072         * lib/acosl.c: Likewise.
32073         * lib/euidaccess.c: Likewise.
32074         * lib/allocsa.h: Likewise.
32075
32076 2004-11-10  Simon Josefsson  <jas@extundo.com>
32077
32078         * m4/getaddrinfo.m4: New file.
32079
32080 2004-11-10  Simon Josefsson  <jas@extundo.com>
32081
32082         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
32083
32084 2004-11-10  Simon Josefsson  <jas@extundo.com>
32085
32086         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32087         getaddrinfo.
32088
32089         * modules/getaddrinfo: New file.
32090
32091 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32092
32093         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
32094
32095 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32096
32097         * lib/mktime.c (SHR): New macro, which is a portable
32098         substitute for >> that should work even on Crays.
32099         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
32100         Problem reported by Mark D. Baushke in
32101         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
32102         * lib/getdate.y (SHR): Likewise.
32103         (tm_diff): Use it.
32104         * lib/strftime.c (SHR): Likewise.
32105         (tm_diff): Use it.
32106         * lib/quotearg.c (struct quoting_options): Use unsigned int for
32107         quote_these_too, so that right shifts are well defined.  All uses
32108         changed.
32109
32110 2004-11-10  Jim Meyering  <jim@meyering.net>
32111
32112         Ensure that no close failure goes unreported.
32113         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
32114         return early when it seems there's nothing to flush.
32115         Don't include __fpending.h.
32116
32117 2004-11-10  Jim Meyering  <jim@meyering.net>
32118
32119         * modules/closeout (Depends-on): Remove fpending.
32120
32121 2004-11-10  Jim Meyering  <jim@meyering.net>
32122
32123         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
32124
32125 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32126
32127         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
32128         gl_FUNC_STRFTIME.
32129         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
32130         and AC_REQUIRE when possible, to avoid duplicate checks.
32131         Check for <wchar.h>.
32132
32133 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32134
32135         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
32136
32137 2004-11-09  Bruno Haible  <bruno@clisp.org>
32138
32139         * m4/sockpfaf.m4: New file.
32140
32141 2004-11-05  Bruno Haible  <bruno@clisp.org>
32142
32143         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
32144         Reported by Mark D. Baushke <mdb@cvshome.org>.
32145
32146 2004-11-04  Bruno Haible  <bruno@clisp.org>
32147
32148         2004-09-11  Bruno Haible  <bruno@clisp.org>
32149                 * allocsa.valgrind: New file.
32150         2004-02-06  Bruno Haible  <bruno@clisp.org>
32151                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
32152                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
32153                 Reported by Christopher Seip <chris.seip@hp.com>.
32154
32155 2004-11-04  Bruno Haible  <bruno@clisp.org>
32156
32157         * modules/allocsa (Files): Add lib/allocsa.valgrind.
32158         (Makefile.am): Distribute it.
32159
32160 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
32161
32162         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
32163         with errno == ERANGE if the buffer is too small.
32164         Problem reported by Mark D. Baushke.
32165
32166 2004-11-03  Albert Chin  <china@thewrittenword.com>
32167             Paul Eggert  <eggert@cs.ucla.edu>
32168
32169         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
32170         equivalent, substitute $ac_type for equivalent type rather than
32171         blindly using uint32_t *always* which won't work if uint32_t is not
32172         available.  Define _UINT32_T to work around typedef of uint32_t if
32173         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
32174         2.5.1.
32175
32176 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32177
32178         * m4/jm-macros.m4: Sync from coreutils.
32179         (gl_MACROS): Check for mbrlen, for pathchk.
32180         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
32181
32182 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32183
32184         * lib/xreadlink.c (MAXSIZE): New macro.
32185         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
32186         size does not exceed MAXSIZE.  Avoid cast.
32187         As suggested by Mark D. Baushke in
32188         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
32189         if readlink fails with buffer size just under MAXSIZE, try again
32190         with MAXSIZE.
32191
32192 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32193
32194         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
32195
32196 2004-11-02  Derek R. Price  <derek@ximbiot.com>
32197         and  Paul Eggert  <eggert@cs.ucla.edu>
32198
32199         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
32200         (get_date): Overparenthesize to avoid GCC warning.
32201
32202 2004-11-02  Bruno Haible  <bruno@clisp.org>
32203
32204         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
32205         returns void.
32206
32207 2004-11-02  Bruno Haible  <bruno@clisp.org>
32208
32209         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
32210         function returns void.
32211
32212 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32213
32214         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
32215         fflush_unlocked, flockfile, funlockfile, funlockfile,
32216         fputs_unlocked, putc_unlocked.
32217
32218 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32219
32220         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32221         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
32222         already declared.
32223
32224 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32225
32226         * modules/getdate (Files): Add doc/getdate.texi.
32227         (Depends-on): Add setenv, xalloc.
32228
32229 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32230
32231         * lib/getdate.y: Add support for TZ="foo" within a date string.
32232         Fix some bugs near time_t boundaries.  Reject dates with
32233         out-of-range components, e.g., "Sept 31".
32234         Include <stdlib.h>, "setenv.h", "xalloc.h".
32235         (ISDIGIT_LOCALE): Remove; unused.
32236         Note that the TZ and time functions used here are not reentrant.
32237         (mktime_ok, get_tz): New functions.
32238         (TZBUFSIZE): New constant.
32239         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
32240         This requires that we sometimes generate our own TZ="XXX..." setting.
32241
32242 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32243
32244         * doc/getdate.texi: New file, from coreutils with modifications for
32245         the new TZ parsing.
32246
32247 2004-10-27  Derek R. Price  <derek@ximbiot.com>
32248
32249         * lib/mktime.c (not_equal_tm): Remove redundant check.
32250
32251 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32252
32253         * modules/regex (lib_SOURCES): Add regex.c.
32254         Reported by James Youngman in
32255         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
32256
32257 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32258
32259         * lib/getdate.y: Use Bison 1.875 features, and some minor
32260         code cleanups.  This change does not affect semantics.
32261         Don't include <stdlib.h>; no longer needed.
32262         Don't include unlocked-io.h; only the "#if TEST" code uses
32263         stdio, and performance isn't crucial there.
32264         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
32265         Bison 1.875 features as described below.
32266         All uses of "PC." replaced by "pc->".
32267         (YYSTYPE): Add a forward declaration.
32268         (yylex, yyerror): Use full prototypes in forward decls.
32269         Use "%pure-parser" rather than obsolescent "%pure_parser".
32270         Use %parse-param and %lex-param instead of obsolescent
32271         YYPARSE_PARAM and YYLEX_PARAM.
32272         (meridian_table, month_and_day_table, time_units_table,
32273         relative_time_table, time_zone_table, military_table,
32274         lookup_zone, lookup_word, get_date):
32275         Use NULL instead of 0 where appropriate.
32276         (to_hour): Avoid abort (), to avoid a dependency on
32277         stdlib.h.
32278         (yyerror, yylex): Now accepts parser_control * arg.
32279         (main) [TEST]: Use '\0' rather than 0 for char.
32280
32281 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32282
32283         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
32284
32285 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32286
32287         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
32288         It's now the caller's responsibility to handle the case where
32289         !HAVE_GETPAGESIZE && !defined getpagesize.
32290
32291         * lib/mktime.c (leapyear): Arg is long int, not int.
32292
32293 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
32294
32295         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
32296
32297 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
32298
32299         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
32300         missing.  Problem reported by James Youngman.
32301
32302 2004-10-16  Simon Josefsson  <jas@extundo.com>
32303
32304         * gnulib-tool: Fix comments.  Fix parse problem.
32305         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
32306
32307 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
32308
32309         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
32310         implementation of getopt_long.  Problem reported by Alexander Taler in:
32311         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
32312
32313 2004-10-15  Bruno Haible  <bruno@clisp.org>
32314
32315         * gnulib-tool: Untabify. Initialize supplied_libname.
32316         (func_usage): More homogenous output.
32317         (func_modules_transitive_closure, func_modules_to_filelist,
32318         func_emit_lib_Makefile_am): New functions.
32319         (func_import): New function, extracted from big case statement. Use
32320         func_get_license, func_modules_transitive_closure,
32321         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
32322         opt_lgpl. Don't use test -a, as it's not portable.
32323         (func_create_testdir): Use func_modules_transitive_closure,
32324         func_modules_to_filelist, func_emit_lib_Makefile_am.
32325
32326 2004-10-15  Bruno Haible  <bruno@clisp.org>
32327
32328         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
32329
32330 2004-10-15  Bruno Haible  <bruno@clisp.org>
32331
32332         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
32333         the portions belonging to each module.
32334         Suggested by Derek Robert Price <derek@ximbiot.com>.
32335
32336 2004-10-12  Simon Josefsson  <jas@extundo.com>
32337
32338         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32339         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
32340         to real functions.
32341
32342 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32343
32344         * modules/vsnprintf: New file.
32345
32346 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32347
32348         * m4/vsnprintf.m4: New file.
32349
32350 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32351
32352         * lib/vsnprintf.h: New file.
32353         * lib/vsnprintf.c: New file.
32354
32355 2004-10-11  Bruno Haible  <bruno@clisp.org>
32356
32357         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
32358         vsnprintf.
32359
32360 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32361
32362         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
32363
32364 2004-10-07  Bruno Haible  <bruno@clisp.org>
32365
32366         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
32367         fits into the provided buffer.
32368
32369 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32370
32371         * lib/diacrit.c, diacrit.h: Add GPL notice.
32372
32373         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
32374         notice.
32375         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
32376         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
32377         This avoids a potential constant-folding bug.
32378
32379 2004-10-05  Bruno Haible  <bruno@clisp.org>
32380
32381         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
32382         for the declaration of strsep.
32383
32384 2004-10-05  Bruno Haible  <bruno@clisp.org>
32385
32386         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
32387
32388 2004-10-04  Simon Josefsson  <jas@extundo.com>
32389
32390         * modules/memmem: New file.
32391         * tests/test-memmem.c: New file.
32392         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
32393
32394 2004-10-04  Simon Josefsson  <jas@extundo.com>
32395
32396         * m4/memmem.m4: New file.
32397
32398 2004-10-04  Simon Josefsson  <jas@extundo.com>
32399
32400         * lib/memmem.h: New file.
32401         * lib/memmem.c: New file, taken from glibc.
32402
32403 2004-10-04  Simon Josefsson  <jas@extundo.com>
32404
32405         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
32406         '#ifdef USE_UNLOCKED_IO'.
32407
32408 2004-10-04  Simon Josefsson  <jas@extundo.com>
32409
32410         * config/srclist.txt: Add memmem from glibc.
32411
32412 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32413
32414         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
32415
32416         * modules/argmatch, modules/argp, modules/closeout, modules/error,
32417         modules/exclude, modules/getdate, modules/getline,
32418         modules/getndelim2, modules/getpass, modules/getpass-gnu,
32419         modules/getusershell, modules/linebuffer, modules/md5,
32420         modules/mountlist, modules/posixtm, modules/readtokens,
32421         modules/readutmp, modules/regex, modules/sha1,
32422         modules/version-etc, modules/yesno:
32423         Remove dependency on unlocked-io.
32424
32425 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32426
32427         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
32428
32429         * m4/unlocked-io.m4: Add copyright notice.
32430         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
32431
32432 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32433
32434         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
32435         * lib/xmalloc.c (xmemdup): Likewise.
32436         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
32437         XFREE): Remove these long-obsolescent macros.
32438         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
32439         * lib/xstrdup.c: Remove.
32440
32441         * lib/regex.c (re_comp): Cast gettext return value to char *,
32442         Problem reported by Martin Neitzel via Mark D. Baushke.
32443
32444 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32445
32446         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
32447         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
32448         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
32449         regex.c, sha1.c, version-etc.c, yesno.c:
32450         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
32451         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
32452         the includer's responsibility.
32453
32454         Sync from coreutils.
32455
32456         * lib/modechange.c (mode_compile): Don't decrement a pointer that
32457         points to the start of a string, as the C Standard says the
32458         resulting behavior is undefined.
32459
32460         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
32461         simple -> simple_backups, numbered_existing ->
32462         numbered_existing_backups, numbered -> numbered_backups
32463         to avoid shadowing problems.  All uses changed.
32464         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
32465         * lib/backupfile.c (check_extension, numbered_backup):
32466         Rename locals to avoid shadowing 'basename'.
32467         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
32468         once.
32469
32470         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
32471         * lib/.cvsignore: Add getopt.h.
32472
32473 2004-10-04  Bruno Haible  <bruno@clisp.org>
32474
32475         * modules/README: New file.
32476         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
32477         not a module.
32478
32479 2004-10-02  Jim Meyering  <jim@meyering.net>
32480
32481         * lib/dirfd.h, getpagesize.h: Add copyright notice.
32482
32483 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32484
32485         * modules/strsep: New file.
32486
32487 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32488
32489         * m4/strsep.m4: New file.
32490
32491 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32492
32493         * lib/strsep.h: New file.
32494         * lib/strsep.c: New file.
32495
32496 2004-10-01  Simon Josefsson  <jas@extundo.com>
32497
32498         * lib/snprintf.c (snprintf): Handle size==0.
32499
32500 2004-10-01  Simon Josefsson  <jas@extundo.com>
32501             Bruno Haible  <bruno@clisp.org>
32502
32503         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
32504         (snprintf): Declare 'args'.
32505
32506 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
32507
32508         * lib/snprintf.c: Remove comments as to why each header is needed.
32509
32510 2004-10-01  Bruno Haible  <bruno@clisp.org>
32511
32512         * MODULES.html.sh: Add strsep.
32513
32514 2004-09-30  Simon Josefsson  <jas@extundo.com>
32515
32516         * modules/snprintf: New file.
32517
32518 2004-09-30  Simon Josefsson  <jas@extundo.com>
32519
32520         * m4/snprintf.m4: New file.
32521
32522 2004-09-30  Simon Josefsson  <jas@extundo.com>
32523
32524         * lib/snprintf.h, lib/snprintf.c: New files.
32525
32526 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32527
32528         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
32529         (hol_entry_help): Never translate an empty string.
32530         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
32531         * lib/argp.h (OPTION_NO_TRANS): New option.
32532
32533 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32534
32535         * modules/argp (Maintainer): Replace Simon Josefsson
32536         by Sergey Poznyakoff.
32537
32538 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32539
32540         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
32541         changes merged back into glibc.
32542
32543 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32544
32545         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
32546
32547 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32548
32549         * lib/xvasprintf.c: Include xalloc.h.
32550         (xvasprintf): Use xalloc_die, not xmalloc_die.
32551
32552 2004-09-29  Bruno Haible  <bruno@clisp.org>
32553
32554         * modules/alloca-opt: New file, derived from modules/alloca.
32555         * modules/allocsa: Depend on alloca-opt instead of alloca.
32556         * modules/setenv: Likewise.
32557         * modules/vasnprintf: Likewise.
32558         * MODULES.html.sh: Add alloca-opt.
32559
32560 2004-09-28  Simon Josefsson  <jas@extundo.com>
32561
32562         * gnulib-tool: New parameter --lgpl, to asseert that modules are
32563         LGPL, and to replace license template from GPL to LGPL.
32564
32565 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
32566
32567         * modules/dummy: Change license to LGPL.
32568
32569 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
32570
32571         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
32572
32573 2004-09-24  Simon Josefsson  <jas@extundo.com>
32574
32575         * modules/minmax (License): Change from GPL to LGPL.
32576
32577 2004-09-23  Simon Josefsson  <jas@extundo.com>
32578
32579         * gnulib-tool (--import): Typo.
32580
32581 2004-09-23  Simon Josefsson  <jas@extundo.com>
32582
32583         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
32584
32585 2004-09-22  Bruno Haible  <bruno@clisp.org>
32586
32587         * modules/*: Add 'License' field.
32588         * gnulib-tool: Accept --extract-license option.
32589         (func_get_license): New function.
32590
32591 2004-09-21  Bruno Haible  <bruno@clisp.org>
32592
32593         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
32594         Reported by Simon Josefsson.
32595
32596 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32597
32598         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
32599         gl_AC_TYPE_LONG_LONG.
32600
32601 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32602
32603         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
32604
32605 2004-09-18  Simon Josefsson  <jas@extundo.com>
32606         and  Paul Eggert  <eggert@cs.ucla.edu>
32607
32608         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
32609         calls with autoreconf.  Define GL_LIB.
32610
32611 2004-09-14  Karl Berry  <karl@gnu.org>
32612
32613         * config/srclist.txt: unsync setenv.c, sigh.
32614
32615 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32616
32617         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
32618         Problem reported by Bruno Haible in:
32619         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
32620
32621 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32622
32623         * config/srclist.txt: Comment out argp-pvh.c.
32624
32625 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
32626
32627         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
32628         in case some system header has #define'd it.  Problem reported by
32629         Soeren D. Schulze in
32630         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
32631
32632 2004-09-09  Karl Berry  <karl@gnu.org>
32633
32634         * regex.[ch]: delete from the root.  These were supposed to be
32635                 synced with emacs cvs, but this has not happened for about
32636                 a year, and anyway nothing else uses emacs regex.[ch].
32637                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
32638                 lib/regex[.ch] is untouched.
32639
32640 2004-09-09  Bruno Haible  <bruno@clisp.org>
32641
32642         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
32643
32644 2004-09-09  Bruno Haible  <bruno@clisp.org>
32645
32646         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
32647         modifications.
32648         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
32649
32650 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
32651
32652         * modules/xvasprintf: New file.
32653         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
32654
32655 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
32656
32657         * lib/xvasprintf.h: New file.
32658         * lib/xvasprintf.c: New file.
32659         * lib/xasprintf.c: New file.
32660
32661 2004-09-08  Bruno Haible  <bruno@clisp.org>
32662
32663         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
32664
32665 2004-09-08  Bruno Haible  <bruno@clisp.org>
32666
32667         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
32668         length is > INT_MAX.
32669         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
32670         more.
32671
32672 2004-09-08  Bruno Haible  <bruno@clisp.org>
32673
32674         * lib/stdint_.h: New file, taken from GNU clisp.
32675
32676 2004-09-08  Bruno Haible  <bruno@clisp.org>
32677             Oskar Liljeblad  <oskar@osk.mine.nu>
32678
32679         * modules/stdint: New file.
32680         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
32681
32682 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32683
32684         Import from coreutils.
32685         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
32686         strings on unbounded length.  alloca's performance benefits aren't
32687         that important here.
32688         (V_STRDUP): Remove.
32689         (parse_with_separator): New function, with most of the internals
32690         of the old parse_user_spec.  Allow user to omit both user and group,
32691         for compatibility with FreeBSD.
32692         Clone only the user name, not the entire spec.
32693         Do not set *uid, *gid unless entirely successful.
32694         Avoid memory leak in some failing cases.
32695         Fix regression for USER.GROUP reported by Dmitry V. Levin in
32696         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
32697         (parse_user_spec): Rewrite to use parse_with_separator.
32698
32699 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32700
32701         * modules/userspec: Don't depend on alloca.
32702
32703 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32704
32705         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
32706
32707 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32708
32709         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
32710         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
32711         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
32712
32713 2004-08-16  Simon Josefsson  <jas@extundo.com>
32714
32715         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
32716         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
32717         Add --dry-run for --import.
32718         Let user provided command line parameters override configure.ac
32719         settings.
32720
32721 2004-08-12  Simon Josefsson  <jas@extundo.com>
32722
32723         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
32724         as discussed with Paul Eggert in threads rooted at
32725         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
32726         and
32727         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
32728         Before, the test was empty, and relied on ELIDE_CODE in source
32729         code.)
32730         (gl_PREREQ_GETOPT): New macro.
32731         (gl_GETOPT): Use them.
32732
32733 2004-08-12  Simon Josefsson  <jas@extundo.com>
32734
32735         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
32736         * lib/getopt_.h: Renamed from getopt.h.
32737
32738 2004-08-12  Simon Josefsson  <jas@extundo.com>
32739
32740         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
32741         Change default library name from libfoo to libgnu.
32742         Now, if you have a configure.ac that says:
32743                 gl_SOURCE_BASE(gl)
32744                 gl_M4_BASE(gl/m4)
32745                 gl_MODULES(error getopt etcetera)
32746                 gl_INIT
32747         you can import all you need by running:
32748                 ../gnulib/gnulib-tool --import
32749
32750         * modules/getopt (Files): Rename getopt.h to getopt_.h.
32751         (Makefile.am): Rewrite, use logic from argz.
32752         (Include): Use <getopt.h> instead of "getopt.h".
32753
32754 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32755
32756         * modules/argp (Files): Add m4/unlocked-io.m4.
32757         (Depends-on): Add extensions.
32758
32759 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32760
32761         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
32762         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
32763         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
32764         Check for program_invocation_name, program_invocation_short_name,
32765         flockfile, funlockfile, features.h, _getopt_long_only_r.
32766
32767 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32768
32769         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
32770         its complicated substitute.
32771         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
32772         and program_invocation_name.
32773         (__argp_basename) [!_LIBC]: Remove; the only use was
32774         replaced by its body.
32775         (__argp_short_program_name): Change condition from
32776         !defined __argp_short_program_name to
32777         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
32778         to match argp-namefrob.h.
32779         (__argp_failure): Don't assume strerror_r returns char *.
32780         * lib/argp-parse.c (N_): Define unconditionally.
32781         (argp_default_options): Fill out initializers with 0 to avoid
32782         gcc warnings.
32783
32784 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32785
32786         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
32787         getopt1.c.
32788
32789 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32790
32791         Merge from coreutils.
32792
32793         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
32794
32795         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
32796         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
32797
32798 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32799
32800         Merge from coreutils.
32801
32802         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
32803         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
32804         for Reliant Unix 5.43.
32805
32806         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
32807         (union fooround): Use uintmax_t, not long int.
32808         The rest is a merge from libc:
32809         [defined _LIBC]: Include <shlib-compat.h>.
32810         (_obstack) [defined _LIBC]: Remove after 2.3.4.
32811
32812         * lib/settime.c (settime): Recode to avoid warning with
32813         Sun Forte C 6U2.
32814
32815         * lib/strverscmp.c: Convert to UTF-8.
32816
32817 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32818
32819         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
32820         m4/uintmax_t.m4.
32821
32822 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32823
32824         * modules/xalloc-die: New file.
32825         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
32826
32827         * modules/md5 (Files): Add m4/uint32_t.m4.
32828         * modules/sha1: Renamed from modules/sha.
32829         (Files):
32830         Rename lib/sha.h to lib/sha1.h.
32831         Rename lib/sha.c to lib/sha1.c.
32832         Rename m4/sha.m4 to m4/sha1.m4.
32833         (lib_SOURCES): Likewise.
32834         (configure.ac): Rename gl_SHA to gl_SHA1.
32835         (Include): sha.h -> sha1.h.
32836
32837 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32838
32839         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
32840         * m4/sha1.m4: Renamed from sha.m4.
32841         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
32842
32843 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32844
32845         * lib/obstack.h (obstack_empty_p):
32846         Don't assume that chunk->contents is suitably aligned.
32847         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
32848         Likewise. Problem reported by Benno in
32849         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
32850
32851         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
32852         readable.  This could be improved further but it'd take some work.
32853
32854 2004-08-08  Simon Josefsson  <jas@extundo.com>
32855
32856         * modules/xgethostname (Depends-on): Remove exit and error (not
32857         used).
32858
32859         * modules/getpass-gnu: Add getpass.h.
32860         (Depends-on): Add stdbool.
32861         * modules/getpass: Add getpass.h.
32862
32863 2004-08-08  Simon Josefsson  <jas@extundo.com>
32864
32865         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
32866         Check getpass declaration.
32867
32868 2004-08-08  Simon Josefsson  <jas@extundo.com>
32869
32870         * lib/xgethostname.c: Don't include error.h (not used).
32871
32872         * lib/getpass.h: Add.
32873         * lib/getpass.c: Include getpass.h first.
32874
32875 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
32876
32877         * lib/xalloc-die.c: New file.
32878         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
32879         All uses removed.
32880         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
32881         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
32882         xalloc-die.c.
32883         (_, N_, xalloc_die): Move to xalloc-die.c.
32884         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
32885         so that we needn't mess with xalloc_msg_memory_exhausted.
32886
32887         * lib/sha1.h: Renamed from sha.h.
32888         (SHA1_H): Renamed from _SHA_H.
32889         (sha1_ctx): Renamed from sha_ctx.
32890         (sha1_init_ctx): Renamed from sha_init_ctx.
32891         (sha1_process_block): Renamed from sha_process_block.
32892         (sha1_process_bytes): Renamed from sha_process_bytes.
32893         (sha1_finish_ctx): Renamed from sha_finish_ctx.
32894         (sha1_read_ctx): Renamed from sha_read_ctx.
32895         (sha1_stream): Renamed from sha_stream.
32896         (sha1_buffer): Renamed from sha_buffer.
32897         * lib/sha1.c: Likewise; renamed from sha.c.
32898         Do not include <sys/types.h>.
32899         Include <stddef.h> rather than <stdlib.h>.
32900
32901 2004-08-08  Bruno Haible  <bruno@clisp.org>
32902
32903         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
32904         FILESYSTEM_PREFIX_LEN.
32905         * lib/progreloc.c: Likewise.
32906         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
32907
32908 2004-08-06  Simon Josefsson  <jas@extundo.com>
32909
32910         * modules/progname (Depends-on): Don't depend on stdbool.
32911
32912 2004-08-06  Simon Josefsson  <jas@extundo.com>
32913
32914         * modules/getsubopt: New file.
32915         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32916         getsubopt.
32917
32918 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32919
32920         More merge from coreutils.
32921
32922         * m4/utimens.m4, m4/utimecmp.m4: New files.
32923         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
32924         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
32925         prereq.m4, sha.m4: Import changes from coreutils.
32926
32927 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32928
32929         More merge from coreutils.
32930         * modules/raise, modules/readtokens0, modules/utimens:
32931         * modules/utimecmp, module/xnanosleep: New files.
32932         * modules/strftime: Add lib/strftime.h.
32933         Change include from <time.h> to "strftime.h".
32934         * modules/yesno: Add lib/yesno.h.
32935         * modules/backupfile: Remove lib/addext.c.
32936         * modules/euidaccess: Add stat-macros.h.
32937         * modules/canonicalize, modules/euidaccess,
32938         modules/filemode, modules/lchown, modules/makepath,
32939         modules/rmdir, modules/stat: Likewise.
32940
32941 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32942
32943         Merge from tar.
32944         * lib/argp-help.c (make_hol, hol_append): Don't assume that
32945         SIZE_MAX is a valid preprocessor constant.
32946         (__argp_basename): Change from "#ifndef _LIBC"
32947         to "#ifndef __argp_short_program_name", so that
32948         we don't compile these functions for tar.
32949
32950         More merges from coreutils.
32951         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
32952         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
32953         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
32954         * lib/addext.c: Remove; no longer needed.
32955         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
32956         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
32957         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
32958         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
32959         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
32960         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
32961         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
32962         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
32963         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
32964         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32965         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
32966         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
32967         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
32968         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
32969         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
32970         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
32971         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
32972         Import changes from coreutils.
32973
32974 2004-08-05  Simon Josefsson  <jas@extundo.com>
32975
32976         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
32977
32978 2004-08-05  Simon Josefsson  <jas@extundo.com>
32979
32980         * m4/getsubopt.m4: New file.
32981
32982 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32983
32984         Merge from coreutils.
32985
32986         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
32987         * m4/getcwd-path-max.m4: New files.
32988
32989         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
32990         FILESYSTEM_PREFIX_LEN ->
32991         FILE_SYSTEM_PREFIX_LEN.
32992         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
32993         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
32994         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
32995         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
32996
32997         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
32998         prerequisite modules now handle the DOS stuff.
32999         Don't check for unistd.h.
33000
33001 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33002
33003         Merge from coreutils.
33004
33005         * lib/.gdb-history: Remove; this doesn't belong here.
33006
33007         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
33008         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
33009         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
33010         * lib/getcwd.c: New files.
33011
33012         * lib/dirname.h: Include <stdbool.h>.
33013         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
33014         for consistency with POSIX terminology.  All uses changed.
33015         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
33016         (strip_trailing_slashes): Use bool for booleans.
33017         * lib/stripslash.c (strip_trailing_slashes): Likewise.
33018
33019         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
33020         sometimes returns a positive errno value even when it succeeds.
33021         (print_errno_message) [!LIBC]: Fall back on strerror if
33022         __strerror_r fails.
33023
33024         * lib/path-concat.c (mempcpy): Don't define if a system header defines
33025         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
33026         (longest_relative_suffix): New function.
33027         (path_concat): Use it.  Assume first argument is not NULL.
33028         Port to DOS.  Omit redundant separators.
33029         Report an error instead of returning NULL.
33030         Use mempcpy instead of memcpy.
33031         (xpath_concat): Remove: not declared or used.
33032
33033         * lib/same.h: Include <stdbool.h>
33034         (same_name): Return bool, not int.
33035         * lib/same.c (same_name): Likewise.
33036         (errno): Don't declare; we assume C89 or better now.
33037
33038         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
33039         if not already defined.
33040
33041         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
33042         * lib/dup-safer.c (errno): Likewise.
33043
33044 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33045
33046         Merge from coreutils.
33047         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
33048         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
33049         * modules/path-concat: Don't depend on strdup.
33050
33051 2004-08-03  Simon Josefsson  <jas@extundo.com>
33052
33053         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
33054         * lib/progname.h: Don't include stdbool.h.
33055
33056 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33057
33058         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
33059         * MODULES.html.sh (func_all_modules): Remove fatal.
33060
33061 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33062
33063         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
33064
33065 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33066
33067         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
33068         working.
33069
33070 2004-08-02  Simon Josefsson  <jas@extundo.com>
33071
33072         * lib/getsubopt.h: New file, with comments from Bruno Haible.
33073         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
33074         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
33075
33076 2004-08-01  Simon Josefsson  <jas@extundo.com>
33077
33078         * lib/xgetdomainname.c: Include stdlib.h, for free().
33079
33080 2004-07-19  Bruno Haible  <bruno@clisp.org>
33081
33082         * MODULES.html.sh (func_all_modules): Add dummy.
33083
33084 2004-07-16  Simon Josefsson  <jas@extundo.com>
33085
33086         * modules/dummy: New file.
33087
33088 2004-07-16  Simon Josefsson  <jas@extundo.com>
33089
33090         * lib/dummy.c: New file.
33091
33092 2004-07-16  Bruno Haible  <bruno@clisp.org>
33093
33094         * lib/backupfile.h: Add extern "C" for C++.
33095         * lib/closeout.h: Likewise.
33096         * lib/copy-file.h: Likewise.
33097         * lib/findprog.h: Likewise.
33098         * lib/full-write.h: Likewise.
33099         * lib/pathname.h: Likewise.
33100         * lib/progname.h: Likewise.
33101         * lib/stpcpy.h: Likewise.
33102         * lib/stpncpy.h: Likewise.
33103         * lib/strcase.h: Likewise.
33104         * lib/strstr.h: Likewise.
33105         * lib/xalloc.h: Likewise.
33106
33107         * lib/mbswidth.h: Add extern "C" for C++.
33108         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
33109
33110 2004-07-13  Robert Millan  <robertmh@gnu.org>
33111
33112         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
33113
33114 2004-07-09  Simon Josefsson  <jas@extundo.com>
33115
33116         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
33117         failed without this.)
33118
33119 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33120
33121         * modules/chown (Files): Add lib/fchown-stub.c, since
33122         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
33123
33124 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33125
33126         * lib/fchown-stub.c: New file.
33127
33128 2004-06-24  Jim Meyering  <jim@meyering.net>
33129
33130         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
33131
33132 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33133
33134         * modules/argz: Omit "#include".
33135
33136         * MODULES.html.sh (func_all_modules): Add calloc, to match
33137         2004-06-01 addition of calloc module.
33138
33139 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33140
33141         * m4/argz.m4: New file, which is autoupdated from libtool.
33142
33143 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33144
33145         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
33146         libtool.
33147
33148 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33149
33150         * config/srclist-update: Don't insist on "USA." before the
33151         close-comment, as libtool omits the period and puts the */ on a
33152         separate line.
33153         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
33154         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
33155
33156 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
33157
33158         * modules/argz: New file.
33159         * MODULES.html.sh (func_all_modules): Add argz.
33160
33161 2004-06-12  Jim Meyering  <jim@meyering.net>
33162         and  Paul Eggert  <eggert@cs.ucla.edu>
33163
33164         * modules/hash (Files): Add lib/xalloc.h.
33165         * modules/pipe (Depends-on): Add wait-process.
33166         * modules/stat (Depends-on): Add xalloc.
33167         * modules/userspec (Files): Add lib/userspec.h.
33168         * modules/xstrto
33169
33170         Upgrade from gettext-0.13.
33171         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
33172         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
33173         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
33174
33175 2004-06-10  Jim Meyering  <jim@meyering.net>
33176
33177         * lib/calloc.c: New file.
33178
33179 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33180
33181         * lib/getdate.y (yylex): Allow space between sign and number.
33182         Problem reported by Dan Jacobson.
33183
33184 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33185
33186         Merge from coreutils CVS.
33187
33188         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
33189         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
33190         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
33191         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
33192         xstrtol.m4: Fix copyright date and/or serial number.
33193
33194         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
33195         See if we need an fchown replacement.
33196         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
33197         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
33198         and use the replacement function if we detect either defect.
33199
33200         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
33201         gl_UTIMECMP.
33202
33203 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33204         and  Jim Meyering  <jim@meyering.net>
33205
33206         Merge from coreutils CVS.
33207
33208         * lib/stat-macros.h: New file, with contents from file-type.h
33209         and coreutils' system.h.
33210         * lib/file-type.c: Include "stat-macros.h".
33211         * lib/file-type.h (file_type): Move all macro definitions to new file,
33212         stat-macros.h.
33213
33214         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
33215         Wrap old code with this conditional.
33216         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
33217         function that does not dereference symlinks.
33218         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
33219
33220         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
33221         dependency problems.
33222         (xreadlink): Accept new arg SIZE, for efficiency.
33223         All decls and uses changed.
33224         * lib/xreadlink.h: Include <stddef.h>, for size_t.
33225
33226         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
33227         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
33228
33229         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
33230         sysexits.h.
33231
33232 2004-06-01  Jim Meyering  <jim@meyering.net>
33233
33234         * m4/calloc.m4: New file.
33235
33236 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
33237
33238         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
33239         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
33240         Also, fix a typo in a diagnostic.
33241
33242 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33243
33244         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
33245         or AC_FUNC_REALLOC.
33246
33247 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33248
33249         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
33250         macros to be defined.
33251         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
33252         the allocator returns NULL because the requested size is zero.
33253
33254 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33255
33256         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
33257         var.  Add comment explaining why libc still defines it.  This
33258         merges the following patch from glibc:
33259         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
33260
33261 2004-05-20  Andreas Schwab  <schwab@suse.de>
33262
33263         * m4/free.m4: Replace free if it not known to work, not the other
33264         way round.
33265
33266 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33267
33268         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
33269         present in glibc since revision 1.1 of this file.
33270         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
33271         obstack_alignment_mask, obstack_alloc, obstack_base,
33272         obstack_blank, obstack_blank_fast, obstack_chunk_size,
33273         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
33274         obstack_grow0, obstack_init, obstack_int_grow,
33275         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
33276         obstack_next_free, obstack_object_size, obstack_ptr_grow,
33277         obstack_ptr_grow_fast, obstack_room): Remove declarations of
33278         nonexistent functions.
33279
33280 2004-05-18  Karl Berry  <karl@gnu.org>
33281
33282         * config/srclist.txt: break link for vasnprintf.c.
33283
33284 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33285
33286         Port obstack to the AS/400, where pointers are 16 bytes wide and
33287         you cannot cast an integer to a valid pointer.  This patch is
33288         currently waiting to be integrated into glibc; see
33289         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
33290
33291         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
33292         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
33293         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
33294         (struct obstack): temp member is now a union of a pointer and
33295         an integer, instead of an integer.  All integer uses changed.
33296         This does not affect the physical layout of struct obstack,
33297         except on hosts (like the AS/400) where the size or alignment of
33298         void * is greater than that of ptrdiff_t.
33299         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
33300         __STDC__)]: Store temporary in pointer member of union, not
33301         integer member.
33302         * lib/obstack.c: Include <stddef.h>, for offsetof.
33303         (struct fooalign): Remove; it doesn't need a name.
33304         (union fooround): Change double to long double, and add void *.
33305         (DEFAULT_ALIGNMENT): Use offsetof to compute.
33306         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
33307         not a macro.  Hence the values are always int; so remove all
33308         casts-to-int in uses.
33309
33310 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33311
33312         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
33313         we can get this patch merged into glibc.
33314
33315 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33316             Paul Eggert  <eggert@cs.ucla.edu>
33317
33318         * m4/argp: Depend on alloca.
33319
33320 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33321             Paul Eggert  <eggert@cs.ucla.edu>
33322
33323         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
33324         freecoding.
33325
33326 2004-05-17  Bruno Haible  <bruno@clisp.org>
33327
33328         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
33329         precision that consists of a '.' followed by an empty digit string.
33330         Patch by Tor Lillqvist <tml@iki.fi>.
33331
33332 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33333
33334         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
33335         for backward compatibility with older code.  We need our own
33336         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
33337         it under some other name, and our alloca.h will define it.
33338
33339 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33340             Derek Price  <derek@ximbiot.com>
33341
33342         * lib/alloca.c: Include <alloca.h>, to get our interface.
33343         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
33344         include <alloca.h> first.  Use C89 prototype for alloca; this
33345         requires including <stddef.h> for size_t.  Use extern "C" if C++.
33346         Use #elif for simplicity, since we can assume C89 now.
33347         Don't try to source the system alloca.h since it will not be found
33348         and to prevent recursively including its replacement.
33349         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
33350         * lib/regex.c: Likewise.
33351
33352 2004-05-16  Derek Price  <derek@ximbiot.com>
33353             Paul Eggert  <eggert@cs.ucla.edu>
33354
33355         getline cleanup.  This changes the getndelim2 API: both order of
33356         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
33357         no delimiter).
33358
33359         * lib/getline.c: Don't include stddef.h or stdio.h, since our
33360         interface does that.
33361         (getline): Always use getdelim, so that we don't have two
33362         copies of this code.
33363         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
33364         if available.
33365         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
33366         (GETNDELIM2_MAXIMUM): New macro.
33367         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
33368         instead of the old practice of delim2==0.  All callers changed.
33369         Return -1 on overflow, instead of returning junk.
33370         Do not set *linesize unless allocation succeeds.
33371         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
33372         that we include sys/types.h.
33373         * lib/getnline.h: Likewise.
33374         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
33375         (getndelim2): Reorder arguments.
33376         * lib/getnline.c (getnline, getndelim):
33377         Don't discard the NMAX argument.
33378         (getnline): Invoke getndelim, to avoid code duplication.
33379         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
33380         of (size_t) -1 by callers of the getnline family.
33381
33382 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33383
33384         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
33385         Check for gettimeofday.
33386         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
33387         Check for settimeofday, stime.
33388
33389 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33390
33391         * lib/nanosleep.c (suspended): Change its type from int to
33392         sig_atomic_t volatile.
33393         (first_call): Make it private to rpl_nanosleep, and have it
33394         be zero initially as that's a bit faster.
33395         (my_usleep): Round up fractional times instead of truncating them,
33396         as this is the usual meaning for 'sleep'.
33397
33398         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
33399         doesn't work.
33400         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
33401         (ENOSYS): Define if not defined.
33402         (settime): Fall back on stime if it exists and settimeofday fails.
33403         But don't bother with fallbacks if a method fails with errno == EPERM.
33404
33405 2004-05-11  Jim Meyering  <jim@meyering.net>
33406
33407         Prior to this change, the save_cwd caller required read access to the
33408         current directory on most systems (ones with the fchdir function).
33409
33410         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
33411         fails, try write-only, and finally, resort to using xgetcwd.
33412
33413 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33414
33415         * lib/obstack.c, obstack.h: Import changes from libc.
33416
33417 2004-04-28  Bruno Haible  <bruno@clisp.org>
33418
33419         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
33420         also implicitly appends .exe to executables.
33421         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
33422         accepts Windows pathnames.
33423         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
33424         Treat Cygwin like Windows, since it now accepts Windows pathnames.
33425         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
33426         Treat Cygwin like Windows, since it now accepts Windows pathnames.
33427         Reported by Derek Robert Price <derek@ximbiot.com>.
33428
33429 2004-04-21  Karl Berry  <karl@gnu.org>
33430
33431         * config/srclist.txt (localcharset.c): break sync.
33432
33433 2004-04-20  Paul Eggert  <eggert@twinsun.com>
33434
33435         * m4/host-os.m4: Add a copyright notice.
33436
33437 2004-04-20  Jim Meyering  <jim@meyering.net>
33438
33439         Change UTILS_ to gl_ in AC_DEFINE'd names.
33440         Change utils_- and jm_-prefixed variables, too.
33441         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
33442         UTILS_FUNC_MKDIR_TRAILING_SLASH.
33443         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
33444
33445         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
33446         Don't emit trailing blanks.
33447         Also rename jm_-prefixed variables to have gl_ prefix.
33448
33449         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
33450         Also rename jm_-prefixed variables to have gl_ prefix.
33451
33452         * m4/jm-macros.m4: Reflect the renamings.
33453         * m4/prereq.m4: Likewise.
33454
33455 2004-04-20  Jim Meyering  <jim@meyering.net>
33456
33457         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
33458         memory.
33459
33460 2004-04-20  Jim Meyering  <jim@meyering.net>
33461             Bruno Haible  <bruno@clisp.org>
33462
33463         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
33464         memory when realloc fails.
33465
33466 2004-04-19  Jim Meyering  <jim@meyering.net>
33467
33468         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
33469         now that readutmp.c may call `free (0)'.
33470
33471 2004-04-19  Bruno Haible  <bruno@clisp.org>
33472
33473         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
33474         * m4/inttypes_h.m4: Likewise.
33475         * m4/stdint_h.m4: Likewise.
33476         * m4/intmax_t.m4: Likewise.
33477         * m4/uintmax_t.m4: Likewise.
33478
33479 2004-04-18  Jim Meyering  <jim@meyering.net>
33480
33481         * m4/prereq.m4: Don't forbid jm_ prefix.
33482
33483         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
33484         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
33485         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
33486         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
33487         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
33488         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
33489         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
33490         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
33491         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
33492         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
33493         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
33494         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
33495         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
33496         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
33497         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
33498         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
33499         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
33500         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
33501         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
33502
33503 2004-04-18  Jim Meyering  <jim@meyering.net>
33504
33505         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
33506         failure, don't leak memory and do call END_UTMP_ENT.
33507
33508 2004-04-16  Jim Meyering  <jim@meyering.net>
33509
33510         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
33511         coreutils' stat program.
33512         (gl_PREREQ): Don't require jm_PREREQ_STAT.
33513
33514 2004-04-11  Paul Eggert  <eggert@twinsun.com>
33515
33516         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
33517         C89.
33518         (CHAR_BIT): Remove, since we assume C89.
33519         Include <stdint.h> if available, as per current Autoconf CVS advice.
33520
33521 2004-03-31  Jim Meyering  <jim@meyering.net>
33522
33523         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
33524         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
33525         * m4/xalloc.m4: Likewise.
33526
33527 2004-03-30  Paul Eggert  <eggert@twinsun.com>
33528
33529         Merge from coreutils.
33530
33531         * m4/inttostr.m4: New file.
33532         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
33533         Require AM_STDBOOL_H and gl_TIMESPEC instead.
33534         Require gl_CLOCK_TIME.
33535         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
33536
33537 2004-03-30  Paul Eggert  <eggert@twinsun.com>
33538
33539         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
33540         not bool, to be more consistent with Unix conventions.
33541         Suggested by Bruno Haible.
33542
33543         Merge from coreutils.
33544
33545         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
33546         * lib/umaxtostr.c: New files.
33547
33548         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
33549         the usual <time.h> dance.
33550         (get_date): Change signature to support fractional time stamps.
33551         All callers changed.
33552         * lib/getdate.y: Include "getdate.h" first, as we can now
33553         assume C89 and don't need to worry about 'const'.
33554         Similarly, include "unlocked-io.h" near start, not in middle.
33555         Include <limits.h>.
33556         (textint.value): Use long int rather than int.
33557         (textint.digits): Use size_t rather than int.
33558         (BILLION, LOG10_BILLION): New constants.
33559         (parser_control): New member rel_ns.  Members day_ordinal,
33560         time_zone, month, day, hour, minutes, rel_year, rel_month,
33561         rel_day, rel_hour, rel_minutes, rel_seconds
33562         are now long int, not int.  Member seconds is now struct timespec,
33563         not int.  New member timespec_seen.  Members dates_seen, days_seen,
33564         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
33565         not int.
33566         (%union.intval): Now long int, not int.
33567         New member timespec.
33568         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
33569         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
33570         (spec): Now is a timespec or an item list.
33571         (timespec, items): New nonterminals.
33572         (time, rel, relunit, number, get_date):
33573         Add support for fractional seconds.
33574         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
33575         (gmtime, localtime, mktime): Remove decls; not needed with C89.
33576         (to_hour): First arg is now long int, not int.
33577         (to_year): Returns long int, not int.
33578         Don't treat year -70 like 70.
33579         (tm_diff): Returns long int, not int.
33580         (lookup_word): Use bool instead of int when appropriate.
33581         (yylex): Use size_t for count, not int.
33582         Detect overflow when parsing large integer constants.
33583         Add support for fractions.
33584         (get_date): Make pointers 'const' if possible.
33585         Use more-portable code to detect integer overflow.
33586         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
33587         Don't use ctime; it's not reliable if the year has >4 digits.
33588
33589         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
33590         This is for compatibility with BSD.
33591
33592         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
33593         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
33594         From coreutils' system.h.
33595
33596         * lib/userspec.c: Don't include "posixver.h".
33597         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
33598         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
33599         compatible extension.  Simplify code by removing a boolean int
33600         that was always nonzero if a string was nonnull.
33601
33602 2004-03-30  Jim Meyering  <jim@meyering.net>
33603
33604         Merge from coreutils.
33605
33606         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
33607         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
33608         on some systems one must include <grp.h> before it.
33609         Reported by Christian Krackowizer.
33610
33611 2004-03-30  Jim Meyering  <jim@meyering.net>
33612
33613         Merge from coreutils.
33614
33615         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
33616
33617         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
33618         an empty input stream.
33619
33620         * lib/readtokens.c: Include <stdbool.h>.
33621         (readtoken): Use `size_t' rather than int/long.
33622         All callers adjusted.
33623         Use `bool' rather than `int' where appropriate.
33624         Use memset rather than an explicit loop.
33625         Use x2nrealloc rather than xrealloc.
33626         Allow the use of `\0' as a delimiter.
33627         (readtokens): Likewise.
33628         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
33629
33630 2004-03-30  Jim Meyering  <jim@meyering.net>
33631
33632         * m4/realloc.m4: Remove file, since now it does no more than
33633         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
33634         the `configure.ac' section of module/realloc.
33635         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
33636
33637 2004-03-30  Bruno Haible  <bruno@clisp.org>
33638
33639         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
33640         nonnull.
33641
33642 2004-03-29  Paul Eggert  <eggert@twinsun.com>
33643
33644         Merge changes to getloadavg.c from coreutils and Emacs.
33645
33646         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
33647         Define to an expression, not to the empty string.
33648         Include cloexec.h and xalloc.h.
33649         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
33650         Use set_cloexec_flag rather than rolling our own.
33651         * lib/cloexec.c, lib/cloexec.h: New files.
33652
33653 2004-03-29  Paul Eggert  <eggert@twinsun.com>
33654
33655         * m4/cloexec.m4: New file.
33656
33657 2004-03-18  Paul Eggert  <eggert@twinsun.com>
33658
33659         * lib/getopt.h: Sync with libc CVS.
33660
33661 2004-03-18  Paul Eggert  <eggert@twinsun.com>
33662             Bruno Haible  <bruno@clisp.org>
33663
33664         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
33665         mbswidth.
33666
33667 2004-03-18  Paul Eggert  <eggert@twinsun.com>
33668             Bruno Haible  <bruno@clisp.org>
33669
33670         * lib/mbswidth.h: Include <wchar.h> only if
33671         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
33672         <wchar.h>.
33673         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
33674
33675 2004-03-09  Paul Eggert  <eggert@twinsun.com>
33676
33677         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
33678         Sync with libc CVS.
33679         * lib/getopt_int.h: New file, also synced from libc.
33680
33681 2004-03-09  Paul Eggert  <eggert@twinsun.com>
33682
33683         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
33684         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
33685         Bring back getopt.c, getopt.h, getopt1.c.
33686
33687 2004-03-07  Paul Eggert  <eggert@twinsun.com>
33688
33689         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
33690         All uses changed.  Check for sa_sigaction member; this fixes
33691         a bug first reported by Jason Andrade in
33692         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
33693
33694 2004-03-07  Paul Eggert  <eggert@twinsun.com>
33695
33696         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
33697         '#if' expressions.  Unlike the code it replaces, it does not
33698         depend on (defined _SC_PAGESIZE).  However, it does depend on
33699         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
33700         first reported by Jason Andrade in
33701         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
33702
33703 2004-02-25  Simon Josefsson  <jas@extundo.com>
33704
33705         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
33706
33707 2004-02-25  Simon Josefsson  <jas@extundo.com>
33708
33709         * lib/strdup.h: New file.
33710         * lib/strdup.c: Include it.
33711         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
33712         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
33713
33714 2004-02-23  Karl Berry  <karl@gnu.org>
33715
33716         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
33717         (from fencepost.gnu.org:/gd/gnuorg).
33718
33719 2004-02-23  Karl Berry  <karl@gnu.org>
33720
33721         * config/srclistvars.sh (GNUORG) [karl]: redefine.
33722         * config/srclist.txt: add maintain/standards documents.
33723
33724 2004-02-18  Bruno Haible  <bruno@clisp.org>
33725
33726         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
33727         Reported by Derek Robert Price <derek@ximbiot.com>.
33728
33729 2004-02-16  Karl Berry  <karl@gnu.org>
33730
33731         * config/mkinstalldirs, install-sh: update from automake.
33732
33733 2004-02-06  Karl Berry  <karl@gnu.org>
33734
33735         * m4/po.m4: update from gettext 0.14.1.
33736
33737 2004-02-06  Karl Berry  <karl@gnu.org>
33738
33739         * lib/config.charset: update from gettext 0.14.1.
33740
33741 2004-02-05  Paul Eggert  <eggert@twinsun.com>
33742
33743         Add comments and code, prompted by suggestions from Bruno Haible
33744         for sh-quote.
33745         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
33746         describing the enum quoting_style values.
33747         * lib/quotearg.c (quotearg_alloc): New function.
33748         (quotearg_buffer_restyled): Treat lone { and } as special.
33749         Treat = as special.  Work around bug with older shells
33750         that "see" a '\' that is really the 2nd byte of a multibyte char.
33751         Quote empty string with shell_quoting_style.
33752
33753 2004-02-03  Bruno Haible  <bruno@clisp.org>
33754
33755         * m4/pipe.m4: New file, from GNU gettext.
33756
33757 2004-02-03  Bruno Haible  <bruno@clisp.org>
33758
33759         * lib/pipe.h: New file, from GNU gettext.
33760         * lib/pipe.c: New file, from GNU gettext.
33761
33762 2004-01-27  Bruno Haible  <bruno@clisp.org>
33763
33764         * m4/execute.m4: New file, from GNU gettext.
33765
33766 2004-01-27  Bruno Haible  <bruno@clisp.org>
33767
33768         * lib/execute.h: New file, from GNU gettext.
33769         * lib/execute.c: New file, from GNU gettext.
33770         * lib/w32spawn.h: New file, from GNU gettext.
33771
33772 2004-01-24  Paul Eggert  <eggert@twinsun.com>
33773
33774         Merge from diffutils.
33775
33776         * lib/file-type.c (file_type): Add typed memory objects.
33777         * lib/file-type.h (S_TYPEISTMO): New macro.
33778
33779         * lib/c-stack.h (c_stack_action): Remove argv argument.
33780         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
33781         (die): Don't calculate message unless segv_action returns.
33782         (get_stack_location, min_address_from_argv, max_address_from_argv,
33783         volatile stack_base, volatile_stack_size): Remove.
33784         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
33785         that every segmentation violation is a stack overflow.  (Ouch!)
33786         See Debian bug 136249 (still outstanding) for more info about why
33787         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
33788
33789 2004-01-24  Paul Eggert  <eggert@twinsun.com>
33790
33791         Exit-status fix from coreutils.
33792
33793         Use exit_failure consistently in place of EXIT_FAILURE,
33794         so that program exit statuses are consistent on failure.
33795
33796         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
33797         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
33798         * lib/argmatch.h: Comment fix to match the above.
33799         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
33800         Now a macro referring to exit_failure, instead of a separate
33801         variable.  Include "exitfail.h" to get it.
33802         * lib/xstrtol.h: Include "exitfail.h".
33803         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
33804
33805         * lib/long-options.c (parse_long_options): Use prototype
33806         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
33807         for clarity.
33808
33809 2004-01-21  Jim Meyering  <jim@meyering.net>
33810
33811         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
33812         so as not to conflict with a different-sized __mktime_internal
33813         function in GNU libc.
33814         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
33815         Problem building statically-linked `ls' reported by Michael Brunnbauer.
33816
33817 2004-01-20  Karl Berry  <karl@gnu.org>
33818
33819         * config/config.guess: update from config.
33820
33821         * config/srclistvars.sh: GNUWWWLICENSES for karl.
33822
33823 2004-01-20  Bruno Haible  <bruno@clisp.org>
33824
33825         Safer stack allocation.
33826         * lib/setenv.c: Include allocsa.h.
33827         (alloca): Remove fallback definition.
33828         (freea): Remove macro.
33829         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
33830         instead of freea.
33831
33832 2004-01-20  Bruno Haible  <bruno@clisp.org>
33833
33834         * m4/eealloc.m4: New file, from GNU gettext.
33835
33836 2004-01-20  Bruno Haible  <bruno@clisp.org>
33837
33838         * m4/allocsa.m4: New file, from GNU gettext.
33839
33840 2004-01-20  Bruno Haible  <bruno@clisp.org>
33841
33842         * lib/xallocsa.h: New file, from GNU gettext.
33843         * lib/xallocsa.c: New file, from GNU gettext.
33844
33845 2004-01-20  Bruno Haible  <bruno@clisp.org>
33846
33847         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
33848
33849 2004-01-20  Bruno Haible  <bruno@clisp.org>
33850
33851         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
33852         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
33853         specially.
33854
33855 2004-01-20  Bruno Haible  <bruno@clisp.org>
33856
33857         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
33858         patch.
33859
33860 2004-01-20  Bruno Haible  <bruno@clisp.org>
33861
33862         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
33863
33864 2004-01-20  Bruno Haible  <bruno@clisp.org>
33865
33866         * lib/eealloc.h: New file.
33867
33868 2004-01-20  Bruno Haible  <bruno@clisp.org>
33869
33870         * lib/binary-io.h: Avoid warnings on Cygwin.
33871
33872 2004-01-20  Bruno Haible  <bruno@clisp.org>
33873
33874         * lib/allocsa.h: New file, from GNU gettext.
33875         * lib/allocsa.c: New file, from GNU gettext.
33876
33877 2004-01-18  Karl Berry  <karl@gnu.org>
33878
33879         * doc/gpl.texi, doc/lgpl.texi: new files.
33880
33881 2004-01-18  Karl Berry  <karl@gnu.org>
33882
33883         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
33884         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
33885
33886 2004-01-15  Paul Eggert  <eggert@twinsun.com>
33887
33888         Merge from coreutils.
33889
33890         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
33891         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
33892         (gl_DEFAULT_POSIX2_VERSION): Move
33893         the documentation from 'configure' into 'config.hin',
33894         so that 'configure --help' isn't burdened by it and
33895         we don't have to worry about its formatting there.
33896         Reword the documentation so that it's more succinct
33897         and can be run together into a single paragraph.
33898         * m4/same.m4 (gl_SAME): Check for pathconf.
33899
33900 2004-01-15  Paul Eggert  <eggert@twinsun.com>
33901
33902         Merge from coreutils.
33903
33904         * lib/posixver.c: Include posixver.h.
33905
33906         * lib/same.c: Include <stdbool.h>, <limits.h>.
33907         (_POSIX_NAME_MAX): Define if not defined.
33908         (MIN): New macro.
33909         (same_name): If file names are silently truncated, report
33910         that the file names are the same if they are the same after
33911         the silent truncation.
33912
33913         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
33914         conversion function.
33915         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
33916         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
33917         longer needed.
33918
33919 2004-01-15  Jim Meyering  <jim@meyering.net>
33920
33921         Merge from coreutils.
33922
33923         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
33924         if no library is required.
33925         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
33926         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
33927         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
33928         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
33929         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
33930         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
33931         value, $ac_cv_search_crypt, if it's "none required".
33932         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
33933         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
33934         not gl_FUNC_GETLOADAVG.
33935         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
33936         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
33937
33938 2004-01-15  Jim Meyering  <jim@meyering.net>
33939
33940         Merge from coreutils.
33941
33942         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
33943         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
33944         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
33945
33946         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
33947         optional configure-time default.
33948
33949         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33950
33951         * lib/xreadlink.c (xreadlink): Correct outdated comment.
33952
33953 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
33954
33955         Merge from coreutils.
33956
33957         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
33958         value, $ac_cv_search_nanosleep, if it's "none required".
33959
33960 2004-01-14  Paul Eggert  <eggert@twinsun.com>
33961
33962         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
33963         with like-named macro in fnmatch.c.
33964         (EXT): Use an internal constant instead.
33965
33966         Merge fnmatch patches from glibc.
33967         * lib/fnmatch.c (mbsinit): Remove define.
33968         Add libc_hidden_ver (__fnmatch, fnmatch).
33969         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
33970         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
33971
33972 2004-01-14  Karl Berry  <karl@gnu.org>
33973
33974         * config/install-sh: update from automake.
33975
33976 2004-01-13  Karl Berry  <karl@gnu.org>
33977
33978         * config/install-sh: update from automake.
33979
33980 2004-01-09  Karl Berry  <karl@gnu.org>
33981
33982         * config/install-sh: update from automake.
33983
33984 2004-01-05  Karl Berry  <karl@gnu.org>
33985
33986         * config/config.{sub,guess}: update from config.
33987
33988 2003-12-31  Karl Berry  <karl@gnu.org>
33989
33990         * config/depcomp: update from automake.
33991
33992 2003-12-14  Karl Berry  <karl@gnu.org>
33993
33994         * lib/config.charset: update from gettext-runtime.
33995
33996 2003-12-03  Paul Eggert  <eggert@twinsun.com>
33997
33998         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
33999         Bug reported by Alfred M. Szmidt.
34000
34001 2003-12-03  Bruno Haible  <bruno@clisp.org>
34002
34003         * m4/gettext.m4: Upgrade from gettext-0.13.
34004         * m4/po.m4: Upgrade from gettext-0.13.
34005         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
34006         * m4/intmax.m4: New file, from gettext-0.13.
34007         * m4/printf-posix.m4: New file, from gettext-0.13.
34008
34009 2003-11-29  Karl Berry  <karl@gnu.org>
34010
34011         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
34012
34013 2003-11-25  Paul Eggert  <eggert@twinsun.com>
34014             Bruno Haible  <bruno@clisp.org>
34015
34016         * lib/printf-parse.h: Don't include sys/types.h.
34017         (ARG_NONE): New macro.
34018         (char_directive): Change type of *arg_index fields to size_t.
34019         * lib/printf-parse.c: Don't include sys/types.h.
34020         (SSIZE_MAX): Remove macro.
34021         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
34022         Remove unnecessary overflow check.
34023         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
34024         fields.
34025
34026 2003-11-25  Bruno Haible  <bruno@clisp.org>
34027
34028         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
34029
34030 2003-11-25  Bruno Haible  <bruno@clisp.org>
34031
34032         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
34033         gt_TYPE_SSIZE_T.
34034
34035 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34036
34037         * modules/alloca: Remove dependency on xalloc.
34038
34039 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34040
34041         * lib/alloca.c: Remove dependency on xalloc module.
34042         (xalloc_die): Remove.
34043         (memory_full) [!defined emacs]: New macro.
34044         [!defined emacs]: Don't include xalloc.h.
34045         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
34046         address arithmetic overflows.  Change datatypes a bit to avoid
34047         unnecessary casts.
34048
34049 2003-11-22  Jim Meyering  <jim@meyering.net>
34050
34051         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
34052         s/size/size_t/.
34053
34054 2003-11-21  Karl Berry  <karl@gnu.org>
34055
34056         * config/config.{sub,guess}: update from config.
34057
34058 2003-11-18  Karl Berry  <karl@gnu.org>
34059
34060         * config/config.{sub,guess}: update from config.
34061
34062         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
34063
34064 2003-11-17  Paul Eggert  <eggert@twinsun.com>
34065
34066         * README: Mention that S+T cannot overflow if S is the size of
34067         an existing object and T is sufficiently small.
34068
34069 2003-11-17  Jim Meyering  <jim@meyering.net>
34070
34071         On systems without utime and without a utimes function capable of
34072         dealing with a NULL struct utimbuf* argument, this utime replacement
34073         could -- in unusual circumstances -- leak a file descriptor.
34074         * lib/utime.c: Include <unistd.h> and <errno.h>.
34075         (utime_null): Be sure to close `fd' and to preserve errno.
34076         Reported by Geoff Collyer via Arnold Robbins.
34077
34078 2003-11-17  Bruno Haible  <bruno@clisp.org>
34079
34080         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
34081         (Depends-on): Add xsize.
34082
34083 2003-11-17  Bruno Haible  <bruno@clisp.org>
34084
34085         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
34086
34087 2003-11-17  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/vasnprintf.c (alloca): Remove fallback definition.
34090         (freea): Remove definition.
34091         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
34092         Reported by Paul Eggert.
34093
34094 2003-11-16  Paul Eggert  <eggert@twinsun.com>
34095             Bruno Haible  <bruno@clisp.org>
34096
34097         Protect against address arithmetic overflow.
34098         * lib/printf-args.h: Include stddef.h.
34099         (arguments): Change type of field 'count' to size_t.
34100         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
34101         'unsigned int' where appropriate.
34102         * lib/printf-parse.h: Include sys/types.h.
34103         (char_directive): Change type of *arg_index fields to ssize_t.
34104         (char_directives): Change type of fields 'count', max_*_length to
34105         size_t.
34106         * lib/printf-parse.c: Include sys/types.h and xsize.h.
34107         (SSIZE_MAX): Define fallback value.
34108         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
34109         instead of 'int' where appropriate. Check a_allocated, d_allocated
34110         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
34111         * lib/vasnprintf.c: Include xsize.h.
34112         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
34113         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
34114         overflow. Avoid wraparound when converting a width or precision from
34115         decimal to binary.
34116
34117 2003-11-16  Bruno Haible  <bruno@clisp.org>
34118
34119         Update from GNU gettext.
34120         * lib/printf-parse.c: Generalize to it can be compiled for wide
34121         strings.
34122         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
34123         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
34124         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
34125         SNPRINTF): New macros.
34126         Don't include <alloca.h> if the file is used inside libintl.
34127         (local_wcslen): New function, for Solaris 2.5.1.
34128         (VASNPRINTF): Use it instead of wcslen.
34129
34130 2003-11-16  Bruno Haible  <bruno@clisp.org>
34131
34132         * lib/xsize.h (xmax): New function.
34133         (xsum, xsum3, xsum4): Declare as "pure" functions.
34134
34135 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34136
34137         * modules/xalloc (Files): Undo latest change, since xalloc.h
34138         no longer needs SIZE_MAX or PTRDIFF_MAX.
34139
34140 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34141
34142         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
34143         gl_PTRDIFF_MAX.
34144
34145 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34146
34147         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
34148         "return", to pacify some unknown compiler.  Problem reported
34149         by Joerg Schilling.
34150
34151 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34152
34153         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
34154         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
34155         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
34156         heuristic is just as accurate as far as we know, and it removes a
34157         dependency on size_max.m4 and ptrdiff_max.m4.
34158
34159 2003-11-11  Bruno Haible  <bruno@clisp.org>
34160
34161         * modules/xsize (Files): Add m4/size_max.m4.
34162         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
34163
34164 2003-11-11  Bruno Haible  <bruno@clisp.org>
34165
34166         * m4/size_max.m4: New file.
34167         * m4/ptrdiff_max.m4: New file.
34168         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
34169         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
34170         (gl_XALLOC): Invoke it.
34171
34172 2003-11-11  Bruno Haible  <bruno@clisp.org>
34173
34174         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
34175         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
34176         defined.
34177
34178 2003-11-10  Paul Eggert  <eggert@twinsun.com>
34179
34180         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
34181         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
34182         rejected some allocations of exactly SIZE_MAX - 2 bytes.
34183         From Bruno Haible.
34184         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
34185         not (size_t) -1, since it's defined here.
34186
34187 2003-11-09  Karl Berry  <karl@gnu.org>
34188
34189         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
34190
34191 2003-11-06  Paul Eggert  <eggert@twinsun.com>
34192
34193         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
34194         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
34195         Reject sizes of exactly SIZE_MAX bytes.
34196         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
34197         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
34198
34199 2003-11-05  Bruno Haible  <bruno@clisp.org>
34200
34201         * lib/xsize.h: Include limits.h, to avoid a possible collision with
34202         SIZE_MAX defined in <limits.h> on Solaris.
34203
34204 2003-11-04  Jim Meyering  <jim@meyering.net>
34205
34206         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
34207         variable names, rather than @VAR@.
34208         * modules/poll: Likewise.
34209
34210 2003-11-04  Bruno Haible  <bruno@clisp.org>
34211
34212         * modules/xsize: New file.
34213         * modules/linebreak: Depend on xsize.
34214         * MODULES.html.sh (func_all_modules): Add xsize.
34215
34216 2003-11-04  Bruno Haible  <bruno@clisp.org>
34217
34218         * m4/xsize.m4: New file.
34219
34220 2003-11-04  Bruno Haible  <bruno@clisp.org>
34221
34222         * lib/xsize.h: New file.
34223         * lib/linebreak.c: Include xsize.h.
34224         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
34225         argument for overflow.
34226         Suggested by Paul Eggert.
34227
34228 2003-11-03  Karl Berry  <karl@gnu.org>
34229
34230         * config/config.{guess,sub}: update from config.
34231
34232 2003-11-03  Jim Meyering  <jim@meyering.net>
34233
34234         * modules/userspec (lib_SOURCES): Add userspec.h.
34235         (Include): Add "userspec.h".
34236         Improve description.
34237
34238 2003-11-03  Jim Meyering  <jim@meyering.net>
34239
34240         * lib/userspec.c: Include "userspec.h".
34241         * lib/userspec.h: New file.
34242
34243 2003-11-03  Bruno Haible  <bruno@clisp.org>
34244
34245         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
34246
34247 2003-11-03  Bruno Haible  <bruno@clisp.org>
34248
34249         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
34250         available, to avoid (extremely rare) race condition.
34251         Suggested by Paul Eggert.
34252
34253 2003-11-02  Karl Berry  <karl@gnu.org>
34254
34255         * config/srclist.txt (vasprintf.c): sync broken, sigh.
34256
34257 2003-10-31  Paul Eggert  <eggert@twinsun.com>
34258
34259         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
34260         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
34261         (read_filesystem_list): Set and use me_type_malloced.
34262         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
34263         whatever the type happens to be), for brevity and consistency.
34264         Check for size calculation overflow on Alphas running OSF/1.
34265
34266 2003-10-31  Jim Meyering  <jim@meyering.net>
34267
34268         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
34269
34270         * lib/linebuffer.c: Include <string.h> for declaration of memset.
34271
34272 2003-10-30  Paul Eggert  <eggert@twinsun.com>
34273             Bruno Haible  <bruno@clisp.org>
34274
34275         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
34276         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
34277
34278 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34279
34280         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
34281         netbsd*-gnu*.  Suggested by Robert Millan.
34282
34283 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34284
34285         * modules/group-member: Depend on stdbool.
34286
34287 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34288
34289         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
34290
34291 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34292
34293         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
34294         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
34295         after the 'gnu' in these cases.  This fixes some bugs in the
34296         previous change, and is based on suggestions by Robert Millan.
34297
34298 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34299
34300         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
34301         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
34302         no longer needed.
34303         * lib/quotearg.c (quotearg_n_options): Use it.
34304         * lib/group-member.c: Include <stdbool.h>.
34305         (free_group_info): Arg is now const *; don't free arg.
34306         (get_group_info): Now returns bool and accepts struct group_info *,
34307         rather than returning a malloc'ed struct group_info *.
34308         All uses changed.  Check for overflow in internal size calculation.
34309
34310         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
34311         rather than xmalloc/xrealloc.
34312         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
34313         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
34314         conformance bug: the old code used a pointer after freeing the
34315         storage that it addressed.
34316         * lib/hash.c (hash_initialize): Simplify the code by using
34317         xalloc_oversized rather than doing it by hand.
34318         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
34319         the buffer preserved.  Use free and xmalloc instead.
34320         * lib/quotearg.c (quotearg_n_options): Likewise.
34321         Use a simpler test for size overflow.  Don't use xalloc_oversized
34322         because unsigned int might be wider than size_t (!); this suggests
34323         that we should switch from unsigned int to size_t for slot numbers.
34324
34325 2003-10-28  Paul Eggert  <eggert@twinsun.com>
34326
34327         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
34328         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
34329         NetBSD kernels.  Requested by Richard Stallman.
34330
34331 2003-10-27  Paul Eggert  <eggert@twinsun.com>
34332
34333         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
34334         to allocate the returned structure.  Do not allocate a subarray,
34335         as x2nrealloc will do that.
34336         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
34337         instead of xnrealloc.
34338         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
34339
34340 2003-10-27  Bruno Haible  <bruno@clisp.org>
34341
34342         * lib/stdbool_.h: Better support for BeOS.
34343
34344 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34345
34346         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
34347         now uses inline.
34348
34349 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34350
34351         * lib/xalloc.h (xalloc_oversized): New static inline function, for
34352         callers that want to do their own size-overflow checking.  Include
34353         <stdbool.h>, since xalloc_oversized returns bool.
34354         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
34355         to use xalloc_oversized.
34356
34357         Add two functions x2realloc, x2nrealloc, for programs that grow
34358         arrays dynamically by doubling their sizes.
34359         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
34360         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
34361         New functions.
34362
34363         Port to C99 semantics for 'inline' of external functions.
34364         Bug reported by Bruno Haible.
34365         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
34366         with the old contents of xnmalloc.
34367         (xnmalloc, xmalloc): Use it.
34368         (xnrealloc_inline): New static inline function,
34369         with the old contents of xnrealloc.
34370         (xnrealloc, xrealloc): Use it.
34371
34372         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
34373         that.
34374
34375 2003-10-26  Karl Berry  <karl@gnu.org>
34376
34377         * config/srclist.txt (COPYING.DOC): no longer available from
34378         /gd/gnuorg; don't know where the ultimate source is.
34379
34380 2003-10-25  Paul Eggert  <eggert@twinsun.com>
34381
34382         Fix several address-calculation bugs in the hash modules,
34383         plus some minor code cleanup.
34384
34385         * lib/hash.h: Include <stdbool.h>, for bool.
34386         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
34387         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
34388         hash_get_n_entries, hash_get_max_bucket_length,
34389         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
34390         hash_rehash): Use size_t rather than unsigned.
34391         * lib/hash.c (struct hash_table, hash_get_n_buckets,
34392         hash_get_n_buckets_used, hash_get_n_entries,
34393         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
34394         hash_get_entries, hash_do_for_each, hash_string, is_prime,
34395         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
34396         Likewise.
34397         (SIZE_MAX): Define if not defined.
34398         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
34399         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
34400         hash_print):
34401         Use const * when possible.
34402         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
34403         (check_tuning): Fix bug: if tuning parameters were very close to
34404         0 or 1, rounding errors could have caused subscript violations.
34405         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
34406         (hash_initialize): Add 'fail:' label
34407         to free table and return NULL, and use it to simplify code.
34408         Use calloc rather than clearing the storage ourself.
34409         (hash_initialize, hash_rehash): Check for arithmetic overflow in
34410         buffer size calculations.
34411         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
34412         Include <stddef.h>, for size_t.
34413         * lib/hash-pjw.c (hash_pjw): Likewise.
34414         Switch to method described by Bruno Haible.
34415         Include <limits.h>, for CHAR_BIT.
34416         (SIZE_BITS): New macro.
34417
34418 2003-10-23  Paul Eggert  <eggert@twinsun.com>
34419
34420         * m4/getline.m4 (AM_FUNC_GETLINE):
34421         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
34422         hosts.  Problem reported by Derek Robert Price in
34423         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
34424         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
34425         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
34426
34427 2003-10-21  Paul Eggert  <eggert@twinsun.com>
34428
34429         * lib/getndelim2.c (getndelim2): When size calculation overflows,
34430         ceiling the allocation at NMAX bytes rather than silently
34431         discarding input bytes before NMAX is reached.  This makes
34432         a difference only if NMAX exceeds SIZE_MAX / 2.
34433
34434         * lib/obstack.c: Merge from glibc.
34435         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
34436         Add libc_hidden_def (_obstack_newchunk).
34437         (_obstack_free) [! defined _LIBC]: Remove.
34438         [defined _LIBC]: Make a strong alias from obstack_free, rather than
34439         a clone of the function body.
34440         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
34441         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
34442
34443         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
34444         glibc.
34445         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
34446         arg to memcpy.
34447
34448         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
34449         (obstack_ptr_grow_fast, obstack_int_grow_fast):
34450         Don't use lvalue casts, as GCC plans to remove support for them
34451         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
34452         was also present in the non-GCC version, indicating that this
34453         code had always been buggy and had never been widely used.
34454         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
34455         Use the fast variant of each macro, rather than copying the
34456         definiens of the fast variant; that way, we'll be more likely to
34457         catch future bugs in the fast variants.
34458
34459 2003-10-20  Bruno Haible  <bruno@clisp.org>
34460
34461         * modules/wait-process: New file.
34462         * MODULES.html.sh (func_all_modules): Add wait-process.
34463
34464 2003-10-20  Bruno Haible  <bruno@clisp.org>
34465
34466         * m4/wait-process.m4: New file.
34467
34468 2003-10-20  Bruno Haible  <bruno@clisp.org>
34469
34470         * lib/wait-process.h: New file, from GNU gettext.
34471         * lib/wait-process.c: New file, from GNU gettext.
34472
34473 2003-10-19  Jim Meyering  <jim@meyering.net>
34474
34475         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
34476         HPUX 10.20.
34477
34478 2003-10-18  Karl Berry  <karl@gnu.org>
34479
34480         * config/config.guess: update from config.
34481
34482 2003-10-16  Paul Eggert  <eggert@twinsun.com>
34483
34484         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
34485         (getgroups): First arg is int, not size_t.
34486         Don't let 'free' mangle errno.
34487
34488 2003-10-16  Paul Eggert  <eggert@twinsun.com>
34489
34490         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
34491
34492 2003-10-16  Karl Berry  <karl@gnu.org>
34493
34494         * config/config.{guess,sub}: update from config.
34495
34496 2003-10-16  Jim Meyering  <jim@meyering.net>
34497
34498         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
34499         memcpy.
34500
34501 2003-10-15  Paul Eggert  <eggert@twinsun.com>
34502
34503         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
34504         (SIZE_MAX): Remove.
34505         (new_exclude, add_exclude_file): Initial size no longer needs to
34506         be a power of 2.
34507         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
34508         our own address arithmetic overflow checking.
34509
34510         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
34511         (fnmatch): Do not alloca more than 2000 wide characters;
34512         instead, use malloc for large buffers.
34513         Check for address arithmetic overflow, and return -1
34514         with errno set to ENOMEM in that case.
34515         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
34516         (NEW_PATTERN): Do not alloca more than 8000 bytes;
34517         instead, return -1.  Check for address arithmetic overflow.
34518
34519 2003-10-14  Paul Eggert  <eggert@twinsun.com>
34520
34521         Handle invalid suffixes and overflow independently, so that
34522         callers can treat them independently as needed.  Fix some bugs in
34523         suffix handling, e.g., "100k@" was not diagnosed as an invalid
34524         suffix for a human-readable blocksize.  The major caller-visible
34525         change is the addition of a new
34526         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
34527         that both overflow and suffix chars were found.
34528
34529         * lib/human.c (humblock): Don't check separately for invalid suffix
34530         char; that is xstrtoumax's job (now that its bug is fixed).
34531         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
34532         INTMAX_MAX]: New macros.
34533         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
34534         TYPE_MAXIMUM): New macros.
34535         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
34536         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
34537         if overflow occurs, as it's what __strtol does and it's more useful
34538         in practice.
34539         (__xstrtol): If __strtol reports some error other than ERANGE,
34540         reflect it to the caller as LONGINT_INVALID.  If it reports
34541         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
34542         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
34543         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
34544         value.
34545         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
34546         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
34547         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
34548         [defined UINTMAX_MAX]: New macros.
34549
34550 2003-10-14  Bruno Haible  <bruno@clisp.org>
34551
34552         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
34553
34554 2003-10-14  Bruno Haible  <bruno@clisp.org>
34555
34556         * m4/sig_atomic_t: New file, from GNU gettext.
34557         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
34558
34559 2003-10-14  Bruno Haible  <bruno@clisp.org>
34560
34561         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
34562         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
34563         Also use volatile where needed.
34564
34565 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34566
34567         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
34568         Change maintainer from Bruno Haible to 'all'.
34569
34570 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34571
34572         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
34573
34574 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34575
34576         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
34577         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
34578         and define in terms of the other primitives.
34579         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
34580         (SIZE_MAX): Define if not already defined.
34581         (array_size_overflow): New function.
34582         (xalloc_die): Abort instead of exiting if 'error' returns.
34583         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
34584         (xmalloc, xrealloc): Use them.
34585         (xcalloc): Check for address arithmetic overflow.
34586         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
34587         a bit faster than strcpy.
34588
34589 2003-10-10  Simon Josefsson  <jas@extundo.com>
34590
34591         * modules/argp (Depends-on): Add restrict and strcase.
34592
34593 2003-10-10  Simon Josefsson  <jas@extundo.com>
34594
34595         * m4/argp.m4: Add AC_C_INLINE.
34596
34597 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34598
34599         Merge getpass from libc, plus a few fixes.
34600
34601         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
34602         Include <stdbool.h>.
34603         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
34604         __fsetlocking to empty.
34605         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
34606         do include <bits/libc-lock.h>.
34607         Do not include <fcntl.h>; not needed.
34608         [_LIBC]: Include <wchar.h>.
34609         (NOTCANCEL_MODE): New macro.
34610         (flockfile, funlockfile) [_LIBC]: New macros.
34611         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
34612         [!_LIBC]: New macros.
34613         (call_fclose): New function.
34614         (getpass): Use it.  Save tty stream separately; this simplifies the
34615         code and makes it more reliable if stdin happens to equal stdout.
34616         Invoke __fsetlocking on tty.
34617         Handle thread cancellation if needed.
34618         Namespace cleanup (use __tcgetattr, __getline).
34619         Use bool for Booleans.
34620         [USE_IN_LIBIO]: Handle wide streams.
34621         [!_LIBC]: Unconditionally do the fseek, since we don't know what
34622         stream might go where.
34623
34624         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
34625         doesn't have to include <stdio.h> before us.
34626         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
34627         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
34628         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
34629         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
34630         if not declared, so that we can use getpass.c code from libc without
34631         rewriting it.
34632         (flockfile, ftrylockfile, funlockfile): New macros.
34633
34634 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34635
34636         * modules/getpass: Depend on stdbool.
34637
34638 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34639
34640         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
34641
34642 2003-10-07  Karl Berry  <karl@gnu.org>
34643
34644         * config/config.{guess,sub}: update from config.
34645
34646 2003-10-06  Jim Meyering  <jim@meyering.net>
34647             Bruno Haible  <bruno@clisp.org>
34648
34649         This lets translators provide better translations for the
34650         "Written by ..." part of --version output.
34651         * lib/version-etc.h: Include stdarg.h.
34652         (version_etc_copyright): Declare as readonly.
34653         (version_etc): Make this function variadic with a NULL-terminated list
34654         of author name strings.
34655         (version_etc_va): New declaration.
34656         * lib/version-etc.c: Include stdarg.h, stdlib.h.
34657         (version_etc_copyright): Declare as readonly.
34658         (version_etc_va): New function. Provide a different translatable string
34659         for each possible number of authors < 10. Abbreviate when there are 10
34660         authors or more.
34661         (version_etc): Make this function variadic. Call version_etc_va.
34662         Suggestion from Gary V. Vaughan.
34663
34664         * lib/long-options.h (parse_long_options): Change prototype: the
34665         authors string is moved to the end and becomes variadic.
34666         * lib/long-options.c: Include stdarg.h.
34667         (parse_long_options): Make this function variadic, too.
34668         Call version_etc_va, not version_etc.
34669
34670 2003-10-06  Bruno Haible  <bruno@clisp.org>
34671
34672         * modules/version-etc-2: Remove file.
34673         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
34674
34675 2003-10-06  Bruno Haible  <bruno@clisp.org>
34676
34677         * modules/fatal-signal: New file.
34678         * MODULES.html.sh (func_all_modules): Add fatal-signal.
34679
34680 2003-10-06  Bruno Haible  <bruno@clisp.org>
34681
34682         * m4/fatal-signal.m4: New file.
34683         * m4/signalblocking.m4: New file, from GNU gettext.
34684
34685 2003-10-06  Bruno Haible  <bruno@clisp.org>
34686
34687         * lib/version-etc-2.h: Remove file.
34688         * lib/version-etc-2.c: Remove file.
34689
34690 2003-10-06  Bruno Haible  <bruno@clisp.org>
34691
34692         * lib/fatal-signal.h: New file, from GNU gettext.
34693         * lib/fatal-signal.c: New file, from GNU gettext.
34694
34695 2003-10-05  Paul Eggert  <eggert@twinsun.com>
34696
34697         * README: Rework advice for preventing empty .o files.
34698         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
34699         not <sys/types.h>.
34700
34701 2003-10-04  Karl Berry  <karl@gnu.org>
34702
34703         * lib/argp*: update from libc.
34704
34705 2003-10-04  Karl Berry  <karl@gnu.org>
34706
34707         * config/config.{guess,sub}: update from config.
34708
34709 2003-10-02  Bruno Haible  <bruno@clisp.org>
34710
34711         * modules/lchown (Include): Add lchown.h.
34712         * modules/time_r (Include): Use "..." syntax.
34713         * modules/xgetdomainname (Include): Add xgetdomainname.h.
34714
34715 2003-10-01  Simon Josefsson  <jas@extundo.com>
34716
34717         * MODULES.html.sh (func_all_modules): Move gethostname from section
34718         'based on' to section 'lacking' POSIX:2001.
34719
34720 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
34721
34722         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
34723         to output mode on the same stream.
34724
34725 2003-09-29  Paul Eggert  <eggert@twinsun.com>
34726
34727         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
34728         Fix arg typo in previous patch.
34729
34730 2003-09-28  Jim Meyering  <jim@meyering.net>
34731
34732         * lib/error.c: Correct cpp indentation.
34733
34734 2003-09-27  Paul Eggert  <eggert@twinsun.com>
34735
34736         * modules/free: New file.
34737
34738 2003-09-27  Paul Eggert  <eggert@twinsun.com>
34739
34740         * m4/free.m4: New file.
34741
34742 2003-09-27  Paul Eggert  <eggert@twinsun.com>
34743
34744         * lib/minmax.h (MIN, MAX)
34745         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
34746         Omit the special code that used __typeof__, since we worry that
34747         it could be more trouble than it's worth.  See:
34748         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
34749         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
34750
34751         * lib/free.c: New file.
34752
34753 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
34754
34755         Trivial fixes to Makefile.am parts of module listings.
34756         * modules/strstr: Append strstr.h to lib_SOURCES.
34757         * modules/strcase: Likewise, for strcase.h.
34758
34759 2003-09-27  Karl Berry  <karl@gnu.org>
34760
34761         * config/mkinstalldirs: update from automake.
34762
34763 2003-09-26  Paul Eggert  <eggert@twinsun.com>
34764
34765         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
34766         (error_tail): Do not loop, reallocating temporary buffer, since
34767         the output cannot contain more wide characters than the input
34768         contains bytes, the size must be big enough already.  This avoids
34769         one potential size overflow calculation.  Check for size overflow
34770         when calculating temporary buffer size.  Free temporary buffer
34771         when done, if it was allocated with malloc; this plugs a memory
34772         leak.  Remove casts from void * to pointers, that are no longer
34773         needed now that we're assuming C89 or better.
34774
34775         Merge error changes from glibc.
34776
34777         * lib/error.c, error.h: Update copyright notice header to match glibc.
34778         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
34779         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
34780         Disable cancellation while printing error.
34781         * lib/error.h: Prepend __ to parameter names.
34782
34783 2003-09-26  Jim Meyering  <jim@meyering.net>
34784
34785         * lib/error.c (error_tail): Move some declarations
34786         into inner scope where the local variables are used.
34787
34788 2003-09-26  Bruno Haible  <bruno@clisp.org>
34789
34790         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
34791         stpncpy().
34792         Don't define stpncpy through config.h; it's now done through stpncpy.h.
34793
34794 2003-09-26  Bruno Haible  <bruno@clisp.org>
34795
34796         * lib/stpncpy.h (gnu_stpncpy): New declaration.
34797         (stpncpy): Define as alias for gnu_stpncpy.
34798         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
34799
34800 2003-09-25  Simon Josefsson  <jas@extundo.com>
34801
34802         * lib/xgetdomainname.h: New file.
34803         * lib/xgetdomainname.c: New file.
34804
34805 2003-09-25  Simon Josefsson  <jas@extundo.com>
34806             Bruno Haible  <bruno@clisp.org>
34807
34808         * modules/getdomainname: New file.
34809         * modules/xgetdomainname: New file.
34810         * MODULES.html.sh (func_all_modules): Add getdomainname,
34811         xgetdomainname.
34812
34813 2003-09-25  Simon Josefsson  <jas@extundo.com>
34814             Bruno Haible  <bruno@clisp.org>
34815
34816         * m4/getdomainname.m4: New file.
34817
34818 2003-09-25  Simon Josefsson  <jas@extundo.com>
34819             Bruno Haible  <bruno@clisp.org>
34820
34821         * lib/getdomainname.h: New file.
34822         * lib/getdomainname.c: New file.
34823
34824 2003-09-25  Karl Berry  <karl@gnu.org>
34825
34826         * lib/argp-fmtstream.c, argp-help.c: update from libc.
34827
34828 2003-09-25  Karl Berry  <karl@gnu.org>
34829
34830         * config/install-sh: update from automake.
34831
34832 2003-09-25  Bruno Haible  <bruno@clisp.org>
34833
34834         * modules/version-etc-2: New file, from modules/version-etc with
34835         modifications.
34836         * MODULES.html.sh (func_all_modules): Add version-etc-2.
34837
34838 2003-09-25  Bruno Haible  <bruno@clisp.org>
34839
34840         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
34841         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
34842
34843 2003-09-24  Simon Josefsson  <jas@extundo.com>
34844
34845         * modules/xgethostname: Add xgethostname.h.
34846
34847 2003-09-24  Paul Eggert  <eggert@twinsun.com>
34848
34849         * lib/linebuffer.c (freebuffer): Don't free the argument, just
34850         the buffer associated with the argument.  Bug reported by
34851         Simon Josefsson.
34852
34853 2003-09-24  Paul Eggert  <eggert@twinsun.com>
34854
34855         * README: Document assumptions that 'int' is at least 32 bits
34856         wide, that integer arithmetic is 2's complement without overflow,
34857         that there are no holes in integer values, that adding sizes of
34858         two nonoverlapping objects can't overflow, and that all-bits-zero
34859         yields scalar zero.  Fix spelling and capitalization typos.
34860
34861 2003-09-19  Karl Berry  <karl@gnu.org>
34862
34863         * lib/argp.h: update from libc.
34864
34865 2003-09-17  Paul Eggert  <eggert@twinsun.com>
34866
34867         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
34868         to avoid spurious warnings like "AC_RUN_IFELSE was called before
34869         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
34870
34871 2003-09-17  Paul Eggert  <eggert@twinsun.com>
34872
34873         * gnulib-tool: Use "test -h", not "test -L", for portability
34874         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
34875         (tags_regexp): Remove, since \| doesn't conform to POSIX.
34876         (sed_extract_prog): Issue s commands one-by-one, rather than
34877         using \| in one s command.
34878
34879 2003-09-16  Paul Eggert  <eggert@twinsun.com>
34880
34881         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
34882         input error, instead of returning NULL the next time we are called
34883         (and therefore losing track of errno).
34884
34885 2003-09-16  Bruno Haible  <bruno@clisp.org>
34886
34887         * gnulib-tool (func_create_testdir): Warn about duplicated
34888         dependencies.
34889
34890 2003-09-15  Paul Eggert  <eggert@twinsun.com>
34891
34892         * modules/argmatch, modules/fatal, modules/obstack,
34893         modules/xalloc, modules/xgethostname: Sort dependencies by
34894         importance, not alphabetically.
34895
34896 2003-09-15  Paul Eggert  <eggert@twinsun.com>
34897
34898         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
34899         fails, so that the caller gets the proper errno.
34900
34901         * lib/readutmp.c (read_utmp): Likewise.
34902         Check for fstat error.  Close stream and free storage
34903         when failing.
34904
34905 2003-09-14  Karl Berry  <karl@gnu.org>
34906
34907         * config/srclist.txt (strdup.c): disable for c89 changes.
34908
34909 2003-09-14  Jim Meyering  <jim@meyering.net>
34910
34911         * lib/getloadavg.c: Correct cpp indentation.
34912         * lib/strdup.c: Likewise.
34913         * lib/vasnprintf.c: Likewise.
34914
34915 2003-09-14  Bruno Haible  <bruno@clisp.org>
34916
34917         * modules/fwriteerror: New file.
34918         * MODULES.html.sh (func_all_modules): Add fwriteerror.
34919
34920 2003-09-14  Bruno Haible  <bruno@clisp.org>
34921
34922         * lib/fwriteerror.h: New file.
34923         * lib/fwriteerror.c: New file.
34924
34925 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34926
34927         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
34928         modules/xgethostname, modules/xalloc: Depend on exit.
34929
34930 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34931
34932         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
34933
34934         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
34935         and AC_MINIX, too, so that their extensions are available.
34936
34937         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
34938         This macro has been superseded by gl_BACKUPFILE.
34939
34940         More patches to assume C89 or better.
34941
34942         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
34943
34944         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
34945         unconditionally.
34946         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
34947         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
34948         Include <string.h>, <stdlib.h> unconditionally.
34949         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
34950         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
34951         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
34952         headers or for string.h.
34953         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
34954         or strtoul.
34955
34956         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
34957         headers.
34958         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
34959         * m4/userspec.m4 (gl_USERSPEC): Likewise.
34960         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
34961         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
34962         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34963         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
34964         memcpy, memset.
34965         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
34966         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
34967         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
34968         strtol.
34969         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
34970         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
34971         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
34972         strtoul.
34973
34974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34975
34976         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
34977         * lib/obstack.c [!defined _LIBC]: Likewise.
34978         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
34979         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
34980         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
34981
34982         More changes to assume C89 or better.
34983
34984         * lib/error.c (error_tail): Assume vprintf.
34985
34986         * lib/argmatch.c (getenv): Remove decl.
34987         * lib/progreloc.c (get_full_program_name): Define via prototype.
34988         * lib/setenv.c (clearenv): Likewise.
34989         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
34990         needed.
34991         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
34992         (malloc, memcpy): Remove decls.
34993         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
34994         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
34995         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
34996         (memcpy): Remove macro.
34997         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
34998         (__P): Remove.  All uses removed.
34999         (PTR): Remove.  All uses changed to void *.
35000         (CHAR_BIT, NULL): Remove.
35001         (spaces, zeros, memset_space, memset_zero)
35002         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
35003         Remove.
35004         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
35005         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
35006         Define with prototype.
35007         Remove now-unnecessary prototype decl.
35008         (extra_args_spec): Assume ANSI C.  All uses changed.
35009         (extra_args_spec_iso): Remove.
35010         (my_strftime, emacs_strftimeu): Define via prototype.
35011         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
35012         unconditionally.
35013         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
35014         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
35015         (strtoul, strtol): Remove decls.
35016         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
35017         LONG_MAX): Remove.
35018         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35019         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
35020         (LOCALE_PARAM_PROTO): New macro.
35021         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
35022         (INTERNAL (strtol), strtol): Define with a prototype.
35023         (PARAMS): Remove.  All uses removed.
35024         * lib/tempname.c: Include <string.h> unconditionally.
35025         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
35026         * lib/xgethostname.c (main): Define with a prototype.
35027         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
35028         Include <stdlib.h> unconditionally.
35029         (calloc, malloc, realloc, free): Remove decls.
35030         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
35031         Include <stdlib.h> unconditionally.  Sort include file names.
35032         (strtod): Remove.
35033         (xstrtod): Define with a prototype.
35034         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
35035         (strtol, strtoul): Remove decls.
35036
35037 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35038
35039         More patches to assume C89 or better.
35040         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
35041         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
35042         string.h, memchr, STDC_HEADERS.
35043
35044 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35045
35046         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
35047         Include <stdlib.h>, <string.h> unconditionally.
35048         Remove now-unnecessary cast to char *.
35049         * lib/strnlen.c: Include <string.h> unconditionally.
35050         * lib/yesno.c (yesno): Define with a prototype.
35051
35052 2003-09-11  Bruno Haible  <bruno@clisp.org>
35053
35054         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
35055
35056 2003-09-10  Jim Meyering  <jim@meyering.net>
35057
35058         * lib/error.c: Correct indentation of cpp directives.
35059
35060 2003-09-10  Bruno Haible  <bruno@clisp.org>
35061
35062         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
35063         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
35064         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
35065         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
35066         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
35067         <stdlib.h> and <string.h> checks.
35068         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
35069         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
35070
35071 2003-09-10  Bruno Haible  <bruno@clisp.org>
35072
35073         * lib/strcspn.c: Include <string.h> unconditionally.
35074         * lib/strpbrk.c: Include <string.h> unconditionally.
35075         * lib/strstr.c: Include <string.h> unconditionally.
35076         * lib/unicodeio.c: Include <string.h> unconditionally.
35077         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
35078         * lib/unsetenv.c: Likewise.
35079         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
35080         * lib/yesno.c: Include <stdlib.h> unconditionally.
35081         (rpmatch): Add prototype.
35082
35083 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35084
35085         More patches to assume C89 or better.
35086         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
35087         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
35088         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
35089         or for string.h.
35090         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
35091         stdlib.h.
35092         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
35093         C headers.
35094         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
35095         string.h.
35096         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
35097         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
35098         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
35099         or for string.h.
35100         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
35101         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
35102         C headers.
35103         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
35104         memcpy.
35105         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
35106         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
35107         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
35108         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
35109         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
35110         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
35111         string.h, free.
35112         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
35113         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
35114         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
35115         C headers, or for string.h.
35116         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
35117         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
35118         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
35119         headers, memory.h, stdlib.h, string.h, strings.h.
35120         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
35121         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
35122         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
35123         strchr.
35124         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
35125         headers, memory.h, string.h.
35126         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
35127         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
35128         free.
35129         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
35130         headers.
35131         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
35132         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
35133         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
35134         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
35135         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
35136
35137 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35138
35139         More K&R removal.
35140
35141         * lib/acosl.c (main): Use a prototype.
35142         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
35143         tanl.c: Likewise.
35144
35145         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
35146
35147         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
35148         (getopt, etopt_long, getopt_long_only, _getopt_internal)
35149         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
35150         with a prototype.
35151         * lib/getopt.c (const): Remove macro.
35152         Include <string.h> unconditionally.
35153         (my_index): Remove; all uses changed to strchr.
35154         (strlen): Remove decl.
35155         (exchange): Remove forward decl; no longer needed.
35156         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
35157         Define with prototype.
35158         * lib/getopt1.c (const): Remove macro.
35159         (getopt_long, getopt_long_only, main): Define with prototype.
35160
35161         * lib/getugroups.c: Include <string.h> unconditionally.
35162
35163         * lib/getusershell.c: Include <stdlib.h> unconditionally.
35164         (getusershell, setusershell, endusershell, readname, main):
35165         Define with prototypes.
35166
35167         * lib/group-member.c: Include group-member.h first.
35168         Include <stdlib.h> unconditionally.
35169
35170         * lib/hard-locale.c: Include hard-locale.h first.
35171         Include <stdlib.h>, <string.h> unconditionally.
35172
35173         * lib/hash.c (free, malloc): Remove decls.
35174         Include <stdlib.h> unconditionally.
35175
35176         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
35177         (getenv): Do not declare.
35178
35179         * lib/idcache.c: Include <string.h> unconditionally.
35180
35181         * lib/long-options.c: Include long-options.h first, to test interface.
35182         Include <stdlib.h> unconditionally.
35183
35184         * lib/makepath.c: Include makepath.h first, to test interface.
35185         Include <stdlib.h> and <string.h> unconditionally.
35186
35187         * lib/linebuffer.c: Include <stdlib.h>.
35188         (free): Remove decl.
35189
35190         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
35191         stddef.h. rpl_malloc returns void *, not char *.
35192         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
35193         prototype.
35194
35195         * lib/md5.h: Include <limits.h> unconditionally.
35196         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
35197         (__P): Remove; all uses removed.
35198         * lib/md5.c: Include "md5.h" first.
35199         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
35200         md5_buffer, md5_process_bytes, md5_process_block):
35201         Define with prototypes.
35202         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
35203         * lib/sha.c: Include "sha.h" first.
35204         Include <stdlib.h>, <string.h> unconditionally.
35205
35206         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
35207         * lib/memcmp.c (__ptr_t): Likewise.
35208         * lib/memrchr.c (__ptr_t): Likewise.
35209         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
35210         Include <string.h> unconditionally.
35211         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
35212         * lib/memchr.c: Include <stdlib.h> unconditionally.
35213         * lib/memchr.c (LONG_MAX): Remove.
35214         * lib/memrchr.c (LONG_MAX): Likewise.
35215         * lib/memchr.c (__memchr): Define via a prototype.
35216         * lib/memrchr.c (__memrchr): Likewise.
35217         * lib/memcmp.c (__P): Remove, and remove all uses.
35218         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
35219         Remove forward decls; no longer needed.
35220         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
35221         Use types required by C89 in prototype.
35222
35223         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
35224         * lib/savedir.c: Likewise.
35225         * lib/mkdir.c (free): Remove decl.
35226         * lib/rmdir.c (rmdir): Define with a prototype.
35227         * lib/savedir.c: Include savedir.h first, to test interface.
35228
35229         * lib/mktime.c (STDC_HEADERS): Remove.
35230         Include <stdlib.h>, <string.h> unconditionally.
35231
35232         * lib/modechange.c: Include <stdlib.h> unconditionally.
35233         (malloc): Remove decl.
35234
35235         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
35236         (free): Remove decl.
35237
35238         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
35239         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
35240         (This type really should be intptr_t, but that's a C99ism.)
35241         (_obstack_memcpy): Remove: all uses changed to memcpy.
35242         Include <string.h> unconditionally.
35243         (struct obstack): Assume __STDC__ for types of members
35244         chunkfun, freefun, extra_arg.
35245         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
35246         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
35247         obstack_begin, obstack_specify_allocation,
35248         obstack_specify_allocation_with_arg, obstack_chunkfun,
35249         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
35250         Remove unprototyped decls and the macros that use them.
35251         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
35252         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
35253         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
35254         (defined __STDC__ && __STDC__)]:
35255         Remove nonprototyped code.
35256         Include <stdlib.h> unconditionally.
35257         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
35258         _obstack_allocated_p, _obstack_free, obstack_free,
35259         _obstack_memory_used, print_and_abort):
35260         Define using prototypes.
35261         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
35262         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
35263         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
35264         obstack_next_free, obstack_object_size, obstack_room) [0]:
35265         Remove unused, unprototyped code.
35266
35267         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
35268
35269         * lib/physmem.c (physmem_total, physmem_available, main): Define
35270         with prototypes.
35271
35272         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
35273         (main): Define with a prototype.
35274
35275         * lib/posixver.c (getenv): Remove decl.
35276
35277         * lib/putenv.c (malloc): Returns void *, not char *.
35278         Include <string.h> unconditionally.
35279         (strchr, memcpy, NULL): Do not define.
35280
35281         * lib/readtokens.c: Include readtokens.h first, to test interface.
35282         Include <stdlib.h>, <string.h> unconditionally.
35283         (init_tokenbuffer): Define with a prototype.
35284
35285         * lib/regex.c (PARAMS): Remove.  All uses removed.
35286         All uses of _RE_ARGS removed, too.
35287         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35288         unconditionally.
35289         (bzero): Assume memset exists.
35290         (memcmp, memcpy, NULL): Remove.
35291         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
35292         char, or assignments to local vars of type signed char.
35293         (init_syntax_once, PREFIX(extract_number_and_incr),
35294         PREFIX(print_partial_compiled_pattern),
35295         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
35296         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
35297         PREFIX(regex_grow_registers), PREFIX(regex_compile),
35298         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
35299         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
35300         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
35301         wcs_compile_range, byte_compile_range, truncate_wchar,
35302         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
35303         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
35304         count_mbs_length, wcs_re_match_2_internal,
35305         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
35306         PREFIX(alt_match_null_string_p),
35307         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
35308         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
35309         regfree, PREFIX(extract_number)): Define with prototype.  Remove
35310         now-unnecessary declaration, if any.
35311         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
35312         regcomp, regexec):
35313         Remove now-unnecessary casts among pointer types.
35314         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
35315
35316         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
35317         (free): Remove decl.
35318
35319         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
35320
35321         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
35322         (free): Remove decl.
35323
35324         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
35325         * lib/xgetcwd.c: Likewise.
35326
35327         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
35328         (free): Remove decl.
35329
35330         * lib/strchrnul.c (strchrnul): Define with a prototype.
35331         Fix bug: c_in was not converted to char before searching.
35332
35333         The following changes are not K&R related:
35334
35335         * lib/group-member.h: Include <sys/types.h>, so that this file is
35336         self-contained.
35337         * lib/makepath.h: Likewise.
35338
35339         * lib/getusershell.c (readname, default_index, line_size, readname):
35340         Use size_t, not int, for sizes.
35341         (readname): If the size overflows, report an error instead of
35342         looping forever.
35343
35344 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35345
35346         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
35347         libc.
35348
35349 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35350
35351         * README: New section: portability guidelines.
35352
35353 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35354
35355         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
35356         C89 spec.
35357
35358 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35359
35360         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
35361
35362 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35363
35364         Assume C89 or better; remove K&R cruft.
35365         A few of these changes were first proposed by Derek Robert Price
35366         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
35367
35368         * lib/addext.c: Include <string.h> unconditionally.
35369         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
35370         Don't declare getenv or malloc.
35371
35372         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
35373         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
35374         (NULL): Remove.
35375         (find_stack_direction, alloca): Use prototypes.
35376
35377         * lib/atexit.c (atexit): Define using a prototype.
35378
35379         * lib/basename.c, dirname.c, stripslash.c:
35380         Include <string.h> unconditionally.
35381
35382         * lib/bcopy.c: Include <stddef.h>.
35383         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
35384
35385         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
35386
35387         * lib/error.h (error, error_at_line, error_print_progname)
35388         [! (defined (__STDC__) && __STDC__)]: Remove decls.
35389         * lib/error.c: Include error.h first, to check interface.
35390         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
35391         (VA_START): Remove; all uses changeed to va_start.
35392         (exit, strerror): Remove decls.
35393         (error_print_progname): Prototype uncondionally.
35394         Don't include <errno.h>; no longer needed.
35395         (private_strerror): Remove.
35396         (error_tail): Always define.
35397         (error, error_at_line): Assume C89 or better; always use prototypes.
35398         * lib/fatal.c: Include "fatal.h" first, to test interface.
35399         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
35400         (VA_START): Remove; all uses changed to va_start.
35401         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
35402         this case.
35403         (exit): Remove decl.
35404         (fatal): Prototype unconditionally.  Assume va_start works.
35405         Abort at end, to pacify gcc.
35406
35407         * lib/euidaccess.c (main): Define with a prototype.
35408
35409         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
35410
35411         * lib/exitfail.c: Include <stdlib.h> unconditionally.
35412
35413         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
35414         prototypes.
35415         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
35416         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
35417         (getenv): Remove decl.
35418         (fnmatch): Define using a prototype.
35419         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
35420         (FCT): Define using a prototype.
35421
35422         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
35423
35424         * lib/gethostname.c: Include <stddef.h>.
35425         (gethostname): Define with prototype.  Length is size_t, not int.
35426
35427 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35428
35429         Assume C89 or better; remove K&R cruft.
35430         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
35431         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
35432         string.h, getenv, malloc.
35433         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
35434         headers.
35435         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
35436         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
35437         do not check for strerror.
35438         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
35439         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
35440         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
35441         do not check for doprnt or vprintf.
35442         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
35443         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
35444
35445 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35446
35447         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
35448         getversion.c should have been removed then, but was accidentally
35449         preserved.
35450
35451         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
35452         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
35453
35454 2003-09-08  Karl Berry  <karl@gnu.org>
35455
35456         * config/config.sub, config.guess, srclistvars.sh: update from savannah
35457                 config, forget about prep.
35458
35459         * config/depcomp, missing: update from automake.
35460
35461 2003-09-07  Paul Eggert  <eggert@twinsun.com>
35462
35463         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
35464         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
35465
35466 2003-09-07  Paul Eggert  <eggert@twinsun.com>
35467
35468         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
35469         copy_tm_result.  Bug reported by Simon Josefsson in
35470         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
35471
35472 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35473
35474         * m4/time_r.m4: New file.
35475         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
35476         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
35477         is. Check for timegm declaration.
35478         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
35479         Do not check for gmtime_r.
35480         Replace mktime if __mktime_internal does not exist and if mktime
35481         hasn't been replaced already.
35482
35483 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35484
35485         * lib/time_r.c, lib/time_r.h: New files.
35486
35487         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
35488         __localtime_r.
35489         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
35490         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
35491
35492         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
35493         __gmtime_r.
35494         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
35495         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
35496         Include <time_r.h>.
35497
35498         * lib/timegm.c: Switch to glibc implementation, with the following
35499         changes:
35500         [defined HAVE_CONFIG_H]: Include <config.h>.
35501         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
35502         (__mktime_internal) [!defined _LIBC]: New decl.
35503         (__gmtime_r) [!defined _LIBC]: New macro and function.
35504         (timegm): Use a prototype, since gnulib assumes C89.
35505         Do not bother declaring tmp to be const, as it's not really usefu.
35506         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
35507         (timegm): Declare only if HAVE_DECL_TIMEGM.
35508
35509 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35510
35511         * MODULES.html.sh (func_all_modules): Add time_r.
35512         * modules/time_r: New file.
35513         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
35514         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
35515
35516 2003-09-03  Paul Eggert  <eggert@twinsun.com>
35517
35518         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
35519         Bug reported by Lute Kamstra in
35520         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
35521
35522         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
35523         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
35524         course with correspondingly smaller numbers for tomorrow and
35525         yesterday.  From Tadayoshi Funaba.  Originally installed into
35526         sh-utils on 1999-08-07, but the patch got lost (I guess during the
35527         coreutils merge?).
35528
35529 2003-08-31  Simon Josefsson  <jas@extundo.com>
35530
35531         * modules/timegm: New file.
35532         * MODULES.html.sh (func_all_modules): Add timegm.
35533
35534 2003-08-31  Simon Josefsson  <jas@extundo.com>
35535
35536         * m4/timegm.m4: New file.
35537
35538 2003-08-31  Simon Josefsson  <jas@extundo.com>
35539
35540         * lib/timegm.h: New file.
35541         * lib/timegm.c: New file.  Based on
35542         wget-1.8.2/src/http.c:mktime_from_utc.
35543
35544 2003-08-31  Karl Berry  <karl@gnu.org>
35545
35546         * lib/argp.h: update from libc.
35547
35548 2003-08-28  Bruno Haible  <bruno@clisp.org>
35549
35550         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
35551         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
35552         followed by '#define fnmatch fnmatch_posix' gives an error.
35553
35554 2003-08-28  Bruno Haible  <bruno@clisp.org>
35555
35556         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
35557         warning on QNX, which defines O_BINARY to 000000.
35558
35559 2003-08-27  Jim Meyering  <jim@meyering.net>
35560
35561         * m4/mkstemp.m4: Require that the system mkstemp be able to create
35562         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
35563         would fail after 32.  Reported by Danny Levinson.  Details here:
35564         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
35565
35566 2003-08-24  Bruno Haible  <bruno@clisp.org>
35567
35568         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
35569         MSVC7 <stdio.h> is included later.
35570
35571 2003-08-22  Simon Josefsson  <jas@extundo.com>
35572
35573         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
35574
35575 2003-08-20  Karl Berry  <karl@gnu.org>
35576
35577         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
35578
35579 2003-08-20  Bruno Haible  <bruno@clisp.org>
35580
35581         * modules/progname: New file.
35582         * MODULES.html.sh (func_all_modules): Add progname.
35583
35584 2003-08-20  Bruno Haible  <bruno@clisp.org>
35585
35586         * lib/progname.h: New file, from GNU gettext.
35587         * lib/progname.c: New file, from GNU gettext.
35588         * lib/progreloc.c: New file, from GNU gettext.
35589
35590 2003-08-19  Jim Meyering  <jim@meyering.net>
35591
35592         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
35593         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
35594
35595 2003-08-19  Bruno Haible  <bruno@clisp.org>
35596
35597         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
35598         more.
35599
35600 2003-08-19  Bruno Haible  <bruno@clisp.org>
35601
35602         * lib/xstrdup.c: Assume <string.h> exists.
35603
35604 2003-08-18  Paul Eggert  <eggert@twinsun.com>
35605
35606         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
35607         in makefile rules.
35608
35609 2003-08-18  Jim Meyering  <jim@meyering.net>
35610
35611         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
35612         * m4/lib-ld.m4: Likewise.
35613
35614 2003-08-18  Jim Meyering  <jim@meyering.net>
35615
35616         * lib/setenv.h: Indent nested cpp directive.
35617         * lib/vasnprintf.c: Remove trailing blanks.
35618
35619 2003-08-17  Simon Josefsson  <jas@extundo.com>
35620
35621         * modules/xstrndup: New file.
35622         * MODULES.html.sh (func_all_modules): Add xstrndup.
35623
35624 2003-08-17  Simon Josefsson  <jas@extundo.com>
35625
35626         * modules/argp: Fix autoconf macro name. Add more dependencies.
35627
35628 2003-08-17  Simon Josefsson  <jas@extundo.com>
35629
35630         * m4/xstrndup.m4: New file.
35631
35632 2003-08-17  Simon Josefsson  <jas@extundo.com>
35633
35634         * m4/argp.m4: New file.
35635
35636 2003-08-17  Simon Josefsson  <jas@extundo.com>
35637             Bruno Haible  <bruno@clisp.org>
35638
35639         * lib/xstrndup.h: New file.
35640         * lib/xstrndup.c: New file.
35641
35642 2003-08-17  Bruno Haible  <bruno@clisp.org>
35643
35644         * modules/strndup (Files, Include): Add lib/strndup.h.
35645
35646 2003-08-17  Bruno Haible  <bruno@clisp.org>
35647
35648         * modules/euidaccess (Files): Add lib/euidaccess.h.
35649
35650 2003-08-17  Bruno Haible  <bruno@clisp.org>
35651
35652         * lib/strndup.h: New file.
35653
35654 2003-08-17  Bruno Haible  <bruno@clisp.org>
35655
35656         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
35657         like AC_GNU_SOURCE.
35658         * modules/extensions (configure.ac): Comment out the invocation of
35659         gl_USE_SYSTEM_EXTENSIONS.
35660
35661 2003-08-16  Paul Eggert  <eggert@twinsun.com>
35662
35663         Merges from coreutils, etc.
35664         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
35665         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
35666         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
35667         fixing a typo.
35668         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
35669         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
35670
35671 2003-08-16  Paul Eggert  <eggert@twinsun.com>
35672
35673         Document merge from coreutils.
35674         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
35675         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
35676         * modules/utime: Add m4/utimes-null.m4.
35677
35678 2003-08-16  Paul Eggert  <eggert@twinsun.com>
35679
35680         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
35681         space, undoing this 2003-08-12 change:
35682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
35683
35684 2003-08-16  Paul Eggert  <eggert@twinsun.com>
35685
35686         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
35687         strtoul.c from libc, undoing this 2003-08-12 change:
35688         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
35689
35690 2003-08-16  Jim Meyering  <jim@meyering.net>
35691
35692         Merges from coreutils.
35693         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
35694         prefix.  Adjust cache variables similarly.  Create 500 rather than
35695         just 300 files, to exercise bug on Darwin6.5, too.
35696         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
35697         $missing_dir.
35698         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
35699         AM_SYS_POSIX_TERMIOS.
35700         Reported by mkc@mathdogs.com.
35701         Also change use of $am_cv_sys_posix_termios
35702         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
35703         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
35704         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
35705         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
35706         in /proc/mounts until it finds one with matching device number.  This
35707         is unnecessary when the FILE argument *is* a mount point.  No stat call
35708         is necessary in that case.  So, disable the statvfs-testing code on
35709         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
35710         as RedHat bug# 84846.
35711         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
35712         to 1MB, so as not to render systems with no stack size limit (e.g.,
35713         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
35714         Include <unistd.h>.  On some systems,
35715         it is required for the definition of _SC_PAGESIZE.
35716
35717 2003-08-16  Jim Meyering  <jim@meyering.net>
35718
35719         Merge from coreutils.
35720         * lib/xstrtoimax.c: #else #if -> #elif.
35721         * lib/xstrtoumax.c: Likewise.
35722
35723 2003-08-16  Jim Meyering  <jim@meyering.net>
35724
35725         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
35726         * m4/utimes.m4: Removed.
35727         * m4/utimes-null.m4: Renamed from utimes.m4.
35728
35729         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
35730         to 1MB, so as not to render systems with no stack size limit (e.g.,
35731         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
35732         Include <unistd.h>.  On some systems,
35733         it is required for the definition of _SC_PAGESIZE.
35734
35735 2003-08-16  Jim Meyering  <jim@meyering.net>
35736         and Paul Eggert  <eggert@cs.ucla.edu>
35737
35738         Merges from coreutils, etc.
35739
35740         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
35741         using the latest version from cvs.  This avoids problems with #line
35742         directives using a vendor (Sun) compiler.
35743         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
35744         Don't set GETGROUPS_LIB here; now it's
35745         done via getgroups.m4's wrapper function.
35746         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
35747         rather than just in sh-util/configure.in, so that the
35748         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
35749         same.
35750         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
35751         AC_FUNC_GETLOADAVG where to find getloadavg.c.
35752         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
35753         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
35754         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
35755         Remove code that is now done by the newly-required macros.
35756         Append $(EXEEXT) to DF_PROG.
35757         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
35758         Do not invoke or require the following here,
35759         since prereq.m4 or some gnulib .m4 now does this for us:
35760         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
35761         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
35762         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
35763         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
35764         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
35765         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
35766         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
35767         AC_FUNC_OBSTACK.
35768         Do not replace the following functions, as this is now the job
35769         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
35770         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
35771         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
35772         atexit getpass, strdup, getpagesize.
35773         Replace 'raise'.
35774         Do not check for the following functions, as this is now the job
35775         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
35776         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
35777         setregid.
35778         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
35779         Check for sys/sysctl.h.
35780         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
35781         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
35782         of checking for ssize_t ourselves.
35783
35784         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
35785         Require every macro that gnulib/modules/* suggests for us.
35786         (jm_PREREQ_ADDEXT): New macro.
35787         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
35788         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
35789
35790         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
35791         (gl_PHYSMEM): Use it.
35792         Also check for `table' function.
35793         Check for new headers and functions.
35794         Add check for sys/sysmp.h.
35795         With suggestions from Kaveh Ghazi.
35796         Ignore headers that are present but cannot be compiled.  This
35797         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
35798         C 5.4.
35799
35800 2003-08-15  Paul Eggert  <eggert@twinsun.com>
35801
35802         Document merge from coreutils.
35803         * modules/userspec: Depend on posixver.
35804         * modules/strftime: Depend on tzset.
35805
35806 2003-08-15  Paul Eggert  <eggert@twinsun.com>
35807
35808         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
35809         rather than tab, after '#' in shell-script copyright notices.
35810         Suggested by Bruno Haible.
35811
35812 2003-08-15  Paul Eggert  <eggert@twinsun.com>
35813
35814         * config/srclist-update: Use three spaces, rather than tab, after '#'
35815         in shell-script copyright notices.  Suggested by Bruno Haible.
35816         Remove unnecessary parenthesization in regular expression.
35817
35818 2003-08-15  Jim Meyering  <jim@meyering.net>
35819
35820         Merge from coreutils.
35821         * lib/xgethostname.c: Include <stdlib.h>.
35822         (xghostname): Don't exit for anything other than memory-related
35823         failure; just return NULL.
35824         * lib/userspec.c: Include "posixver.h".
35825         (parse_user_spec): Accept `.' as a separator only
35826         in pre-POSIX-200112 mode.
35827         * lib/strtoimax.c: Use #elif rather than #else #if.
35828         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
35829         Remove function, now that we can rely on a working tzset function.
35830         [!_LIBC]: Ensure that the required autoconf test has been run.
35831         [!defined _NL_CURRENT && HAVE_STRFTIME]:
35832         Use underlying_strftime for %r.
35833         * lib/sha.c: Merge in some clean-up and optimization changes from
35834         glibc.
35835         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
35836         Ensure that it is a multiple of 64.
35837         Rearrange loop exit tests so as to avoid performing an
35838         additional fread after encountering an error or EOF.
35839         * lib/realloc.c: Update copyright date.
35840
35841 2003-08-15  Jim Meyering  <jim@meyering.net>
35842         and Paul Eggert  <eggert@twinsun.com>
35843
35844         Merge from coreutils.
35845         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
35846         member but strut utmpx does not.  Needed for AIX 4.3.3.
35847         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
35848
35849 2003-08-15  Jim Meyering  <jim@meyering.net>
35850         and Paul Eggert  <eggert@cs.ucla.edu>
35851
35852         Merges from coreutils, etc.
35853         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
35854         Require gl_FUNC_TZSET_CLOBBER.
35855         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
35856         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
35857         members.
35858
35859 2003-08-14  Paul Eggert  <eggert@twinsun.com>
35860
35861         Help the merge from coreutils.
35862         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
35863         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
35864         * m4/tzset.m4: Use it too.
35865
35866 2003-08-14  Paul Eggert  <eggert@twinsun.com>
35867
35868         * modules/tzset: New file.
35869
35870 2003-08-14  Jim Meyering  <jim@meyering.net>
35871
35872         Merges from coreutils.
35873         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
35874         variable names, rather than @FNMATCH_H@.
35875         * modules/alloca: Likewise for $(ALLOCA_H).
35876
35877         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
35878         the three copies of the literal target, `fnmatch.h'.
35879         * modules/alloca (alloca.h): Likewise.
35880
35881 2003-08-14  Jim Meyering  <jim@meyering.net>
35882
35883         Merge from coreutils.
35884         * m4/tzset.m4: New file.
35885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
35886         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
35887         otherwise, AIX 5.1 systems would end up using the latter.
35888         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
35889         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
35890         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
35891         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
35892
35893 2003-08-14  Jim Meyering  <jim@meyering.net>
35894
35895         Merge from coreutils.
35896         * lib/obstack.h: Whitespace changes.
35897         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
35898         and xcalloc return values.
35899         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
35900         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
35901         hang on OSF/1 5.1 for DIR on both local and remote file systems.
35902         Reported by (and fix confirmed by) Nelson H. F. Beebe.
35903         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35904         error from mntctl.
35905         Use mntctl's return value to drive the entry-processing loop, since
35906         we can't rely on the value of the vmt_length member in the last
35907         entry.  On some systems doing so could result in exhausting
35908         virtual memory.  Based in part on a patch from Mike Jetzer.
35909
35910 2003-08-14  Jim Meyering  <jim@meyering.net>
35911         and Paul Eggert  <eggert@twinsun.com>
35912
35913         Merges from coreutils, plus other fixes.
35914         * lib/physmem.c: Merge in portability changes from gcc/libiberty
35915         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
35916         for credits and details.  Thanks to Kaveh Ghazi for helping
35917         to keep these files in sync.
35918         (ARRAY_SIZE): Define it.
35919         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
35920         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
35921         (memcasecmp): Don't assume size_t fits in unsigned int.
35922         Remove casts and duplicate code.
35923         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
35924         (memcpy): Remove definition.
35925         Merge in some clean-up and optimization changes from glibc.
35926         [BLOCKSIZE]: Move definition to top of file.
35927         Ensure that it is a multiple of 64.
35928         Rearrange loop exit tests so as to avoid performing an
35929         additional fread after encountering an error or EOF.
35930         * lib/md5.h (md5_uintptr): Define.
35931         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
35932         return to the initial working directory.  Preserve errno
35933         for caller.
35934         * lib/idcache.c: Include "xalloc.h".
35935         (xmalloc, xrealloc): Remove decls.
35936         (getuser): Remove casts no longer required in C89.
35937         * lib/human.c: Include stdio.h, for sprintf.
35938         * lib/group-member.c: Include "xalloc.h".
35939         (xmalloc, xrealloc): Remove decls.
35940         (get_group_info): Remove casts no longer required in C89.
35941         * lib/getusershell.c (readname): Remove casts no longer required in
35942         C89.
35943         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
35944         * lib/getline.c: Whitespace fix, from coreutils.
35945
35946 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35947
35948         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
35949         Check for isascii.
35950
35951         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
35952         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
35953         Undo previous (whitespace-only) change.
35954
35955 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35956
35957         * lib/exclude.c: Include <ctype.h>
35958         (IN_CTYPE_DOMAIN): New macro.
35959         (is_space): New fn.
35960         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
35961         and empty lines.
35962
35963         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
35964         Undo previous (whitespace-only) change.
35965
35966 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35967
35968         * config/srclist-update: Change update back to the old behavior,
35969         leaving whitespace alone.  Use one 'sed' command rather than a
35970         pipeline.
35971         (fixlicense): Now a variable, not a function.
35972         (remove_trailing_blanks): Remove.
35973         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
35974         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
35975         Undo previous (whitespace-only) change.
35976
35977 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35978
35979         Merge from coreutils.
35980         * modules/euidaccess: Add lib_SOURCES, include for new
35981         file euidaccess.h
35982
35983 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35984
35985         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
35986         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
35987         Normalize leading white space and remove trailing white space.
35988
35989         Merge from coreutils
35990         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
35991
35992         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
35993         0.12.1.  These files are now being upgraded automatically by
35994         ../config/srclist-update.
35995
35996 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35997
35998         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
35999         Normalize leading white space and remove trailing white space.
36000         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
36001         notice, as per ../config/srclist-update.
36002
36003         Merge from coreutils.
36004         * lib/euidaccess.h: New file.
36005         * lib/euidaccess.c: Include it.
36006         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
36007         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
36008         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
36009
36010 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36011
36012         * config/srclist-update: Add copyright notice.
36013         (remove_id_lines, remove_trailing_blanks): New constants.
36014         (fixfile): Use them to normalize spacing a bit in copied files.
36015         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36016         Normalize leading white space and remove trailing white space.
36017
36018         * config/texinfo.tex: Sync with texinfo.
36019
36020         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
36021         strtoul.c from libc, to merge coreutils whitespace changes.
36022
36023         * config/srclist.txt: Get the following m4 files from gettext:
36024         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
36025         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
36026         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
36027         wint_t.m4.
36028
36029 2003-08-12  Karl Berry  <karl@gnu.org>
36030
36031         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
36032         been made.
36033
36034 2003-08-11  Paul Eggert  <eggert@twinsun.com>
36035
36036         * modules/gnu-source, m4/gnu-source.m4:
36037         Remove; we're assuming Autoconf 2.54 or later now.
36038         Suggested by Bruno Haible.
36039         * MODULES.html.sh (func_all_modules): Remove gnu-source.
36040
36041 2003-08-11  Bruno Haible  <bruno@clisp.org>
36042
36043         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
36044
36045 2003-08-11  Bruno Haible  <bruno@clisp.org>
36046
36047         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
36048         (vasnprintf): Use it instead of wcslen.
36049
36050 2003-08-11  Bruno Haible  <bruno@clisp.org>
36051
36052         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
36053         value to ensure that _Bool promotes to int. Use #define for _Bool when
36054         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
36055
36056 2003-08-10  Karl Berry  <karl@gnu.org>
36057
36058         * lib/regex.h: update from libc (whitespace fix).
36059
36060 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36061
36062         Merge some files from coreutils.  These changes were
36063         originally made by Jim Meyering.
36064         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
36065         many older Unixes require this.
36066         * lib/alloca.c (alloca): Remove cast to argument of free;
36067         no longer needed in C89.
36068         * lib/alloca_.h, regex.h: Fix white space to match
36069         what GNU indent does.
36070
36071 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36072
36073         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
36074         apparently Emacs's Unicode mode got confused before my 2003-08-05
36075         checkin.
36076
36077 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36078
36079         * m4/extensions.m4: New file.
36080         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
36081         Require gl_USE_SYSTEM_EXTENSIONS.
36082         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
36083         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
36084
36085 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36086
36087         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
36088         * modules/extensions, modules/gnu-source: New files.
36089         * modules/timespec, modules/unlocked-io: Depend on extensions.
36090
36091 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36092
36093         * modules/restrict: New file.
36094         * MODULES.html.sh (func_all_modules): Add restrict.
36095         * modules/regex: Depend on restrict.
36096
36097 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36098
36099         * m4/restrict.m4: New file.
36100         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
36101
36102 2003-08-07  Bruno Haible  <bruno@clisp.org>
36103
36104         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
36105         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
36106
36107 2003-08-07  Bruno Haible  <bruno@clisp.org>
36108
36109         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
36110         makes the module 'getndelim2' compatible with the module 'getline'.
36111
36112 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36113
36114         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
36115         byte with "\201" to avoid glitches when editing that source file
36116         with multi-gnome-terminal.
36117
36118 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36119
36120         * lib/bumpalloc.h: Remove.
36121
36122 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36123
36124         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
36125         * modules/bumpalloc: Remove.
36126
36127 2003-08-04  Paul Eggert  <eggert@twinsun.com>
36128
36129         * lib/getloadavg.c: Change copyright notice and spacing to conform to
36130         GNU coding style.
36131
36132         Merge from coreutils.
36133         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
36134         1. From glibc.
36135         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
36136         from Karl Berry, implemented by Jim Meyering.
36137         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
36138         from Dmitry V. Levin.
36139         Remove anachronistic cast of xrealloc.
36140         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
36141         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
36142         type. Otherwise, it wouldn't compile with at least /bin/cc on
36143         ymp-cray-unicos9.0.2.X.
36144         Combine two mostly-identical uses of alloca into one.
36145         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
36146
36147 2003-08-04  Dave Love  <d.love@dl.ac.uk>
36148
36149         [From Emacs.]
36150
36151         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
36152         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
36153         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
36154         obsolete NLIST_NAME_UNION.
36155         [__GNU__]: Undef BSD and FSCALE.
36156         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
36157
36158 2003-08-03  Paul Eggert  <eggert@twinsun.com>
36159
36160         * lib/stdbool_.h (_Bool): Make it signed char, instead of
36161         an enum type, so that it's guaranteed to promote to int.  See:
36162         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
36163
36164 2003-08-03  Karl Berry  <karl@gnu.org>
36165
36166         * config/depcomp: update from automake.
36167
36168 2003-07-31  Paul Eggert  <eggert@twinsun.com>
36169
36170         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
36171         (strerror): Don't assume that a printable int fits in 14 bytes.
36172
36173 2003-07-31  Bruno Haible  <bruno@clisp.org>
36174
36175         * modules/getpass-gnu: New file.
36176         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
36177
36178 2003-07-31  Bruno Haible  <bruno@clisp.org>
36179
36180         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
36181
36182 2003-07-24  Karl Berry  <karl@gnu.org>
36183
36184         * config/missing: update from automake.
36185
36186 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
36187             Bruno Haible  <bruno@clisp.org>
36188
36189         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
36190         * lib/getline.c (getline, getdelim): Likewise.
36191         Remove _GNU_SOURCE define; now it's defined in config.h through
36192         m4/getline.m4.
36193
36194 2003-07-23  Karl Berry  <karl@gnu.org>
36195
36196         * config/config.sub: update from prep.
36197
36198 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36199
36200         * modules/xalloc (Depends-on): Add exitfail.
36201         * modules/xmemcoll: Likewise.
36202
36203 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36204
36205         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
36206         over-parenthesization in macros.
36207
36208         Sync with coreutils.
36209
36210         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
36211         required by C99.
36212
36213         Use `exit_failure' for xalloc and xmemcoll instead of their own
36214         private exit-failure variables.
36215         * lib/xalloc.h (xalloc_exit_failure): Remove.
36216         * lib/xmalloc.c: Likewise.  Include exitfail.h.
36217         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
36218         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
36219         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
36220         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
36221
36222 2003-07-20  Jim Meyering  <jim@meyering.net>
36223
36224         * modules/closeout (Depends-on): Add exitfail.
36225         Suggestion from Bruno Haible.
36226
36227 2003-07-19  Karl Berry  <karl@gnu.org>
36228
36229         * config/config.sub: update from prep.
36230
36231 2003-07-18  Paul Eggert  <eggert@twinsun.com>
36232
36233         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
36234         Remove.
36235         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
36236         to test that it can stand by itself.  Include "exitfail.h".
36237         Clients should set exit_failure instead.
36238         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
36239
36240 2003-07-18  Bruno Haible  <bruno@clisp.org>
36241
36242         * modules/getndelim2: New file.
36243         * modules/getline: Share files with module getndelim2.
36244         * modules/getnline: Depend on getndelim2 instead of sharing files with
36245         it. Add getnline.c to lib_SOURCES.
36246         * MODULES.html.sh (func_all_modules): Add getndelim2.
36247
36248 2003-07-18  Bruno Haible  <bruno@clisp.org>
36249
36250         * m4/getndelim2.m4: New file.
36251         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
36252         invoke gl_PREREQ_GETNDELIM2.
36253         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
36254         gl_PREREQ_GETNDELIM2.
36255         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
36256         gl_GETNDELIM2.
36257
36258 2003-07-18  Bruno Haible  <bruno@clisp.org>
36259
36260         * lib/getndelim2.h: New file.
36261         * lib/getndelim2.c: Make into a module of its own. Include config.h,
36262         getndelim2.h.
36263         (getndelim2): Make non-static. Change return type to ssize_t.
36264         * lib/getline.h: Change argument names.
36265         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
36266         * lib/getnline.c: Include getndelim2.h.
36267
36268 2003-07-18  Andreas Schwab  <schwab@suse.de>
36269
36270         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
36271
36272 2003-07-17  Karl Berry  <karl@gnu.org>
36273
36274         * config/config.sub: update from prep.
36275
36276 2003-07-17  Bruno Haible  <bruno@clisp.org>
36277
36278         * modules/getnline: New file.
36279         * modules/getline: Add lib/getndelim2.c to source file list.
36280         * MODULES.html.sh (func_all_modules): Add getnline.
36281
36282 2003-07-17  Bruno Haible  <bruno@clisp.org>
36283
36284         * m4/getnline.m4: New file.
36285
36286 2003-07-17  Bruno Haible  <bruno@clisp.org>
36287
36288         * m4/Makefile.am.in: Remove file.
36289         * m4/Makefile.am: Remove file.
36290         * m4/Makefile.in: Remove file.
36291
36292 2003-07-17  Bruno Haible  <bruno@clisp.org>
36293
36294         * lib/getnline.h: New file.
36295         * lib/getnline.c: New file.
36296         * lib/getndelim2.c: New file, extracted from getline.c.
36297         (getndelim2): Renamed from getdelim2, with added nmax argument.
36298         * lib/getline.c: Include getndelim2.c.
36299         (getdelim2): Moved out to getndelim2.c.
36300         (getline, getdelim): Update.
36301
36302 2003-07-17  Bruno Haible  <bruno@clisp.org>
36303
36304         * lib/Makefile.am: Remove file.
36305         * lib/Makefile.in: Remove file.
36306
36307 2003-07-17  Bruno Haible  <bruno@clisp.org>
36308
36309         * configure.in: Remove file.
36310         * Makefile.in: Remove file.
36311
36312 2003-07-17  Bruno Haible  <bruno@clisp.org>
36313
36314         * MODULES.html.sh: Put the </BODY> right before </HTML>.
36315
36316 2003-07-16  Karl Berry  <karl@gnu.org>
36317
36318         * config/srclist-update: was running fixlicense twice, which caused
36319                 texinfo.tex to be nullified for some reason.  Simplify,
36320                 $gplsrc is no longer needed as far as I can see?
36321
36322 2003-07-16  Jim Meyering  <jim@meyering.net>
36323
36324         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
36325
36326 2003-07-15  Paul Eggert  <eggert@twinsun.com>
36327
36328         * config/srclist.txt: Get the following files from gettext-runtime/intl
36329         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
36330         ref-del.sin.  From Bruno Haible.
36331         * config/srclist-update (fixfile): Change grep pattern again, since the
36332         previous fix didn't work (there was another trailing $).  Use
36333         '[$]' to escape the $s.
36334
36335 2003-07-15  Karl Berry  <karl@gnu.org>
36336
36337         * lib/vasnprintf.c: update from gettext.
36338
36339 2003-07-15  Karl Berry  <karl@gnu.org>
36340
36341         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
36342         gets expanded when surrounded by '$'.
36343
36344 2003-07-15  Jim Meyering  <jim@meyering.net>
36345
36346         * modules/save-cwd: Don't depend on error.  From Derek Price.
36347
36348 2003-07-15  Jim Meyering  <jim@meyering.net>
36349
36350         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
36351
36352 2003-07-14  Simon Josefsson  <jas@extundo.com>
36353
36354         * modules/mempcpy: New file.
36355         * MODULES.html.sh (func_all_modules): Add mempcpy.
36356
36357 2003-07-14  Simon Josefsson  <jas@extundo.com>
36358
36359         * m4/mempcpy.m4: New file.
36360
36361 2003-07-14  Simon Josefsson  <jas@extundo.com>
36362
36363         * lib/mempcpy.h: New file.
36364         * lib/mempcpy.c: New file.
36365
36366 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36367
36368         * modules/getdate, modules/posixtm: Depend on mktime.
36369
36370 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36371
36372         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
36373         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
36374         unicodeio.c, unicodeio.h, unlocked-io.h:
36375         Switch from LGPL to GPL.
36376
36377 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36378
36379         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
36380         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
36381         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
36382         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
36383         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
36384         updated automatically by ../config/srclist-update.  This changes
36385         their license from LPGL to GPL.
36386
36387 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36388
36389         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
36390         assumed to refer to the root of the most recent stable gettext version.
36391         * config/srclistvars.sh: Add defaults for eggert.
36392         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
36393         Match "This program" as well as "The program".  This is needed
36394         for gettext.
36395
36396 2003-07-14  Jim Meyering  <jim@meyering.net>
36397
36398         Don't emit diagnostics.  Let callers do that.
36399         * lib/save-cwd.c: Don't include "error.h".
36400         (save_cwd): Don't call error.  Ensure that errno is valid
36401         when returning nonzero.
36402
36403         * lib/save-cwd.h (restore_cwd): Update prototype.
36404         * lib/save-cwd.c (restore_cwd): Remove two parameters.
36405         Simplify.  Don't call error upon failure.  Let callers do that.
36406         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
36407         when auditing is enabled.  But don't bother updating the #if.
36408
36409 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
36410
36411         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
36412         it breaks C++ compilation.
36413         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
36414
36415 2003-07-10  Simon Josefsson  <jas@extundo.com>
36416
36417         * modules/strchrnul (Makefile.am): Add strchrnul.h.
36418
36419 2003-07-10  Jim Meyering  <jim@meyering.net>
36420
36421         * m4/clock_time.m4: Remove trailing blank.
36422         * m4/intmax_t.m4: Likewise.
36423
36424 2003-07-10  Jim Meyering  <jim@meyering.net>
36425
36426         * lib/vasnprintf.c: Remove trailing blanks.
36427         Make cpp indentation consistent.
36428
36429 2003-07-09  Paul Eggert  <eggert@twinsun.com>
36430
36431         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
36432         posixver.c, strftime.c, strnlen.c, strverscmp.c:
36433         Switch from LGPL to GPL.
36434
36435 2003-07-09  Paul Eggert  <eggert@twinsun.com>
36436
36437         * config/srclist.txt: Sort sublists.  Add
36438         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
36439         that differ from gnulib for one reason or another; we'd like this list
36440         to be smaller but for now let's document what we have.
36441
36442 2003-07-08  Paul Eggert  <eggert@twinsun.com>
36443
36444         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
36445         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
36446         and sweeter "eval x=$x".
36447         * config/srclist.txt: Get lib/argp* from glibc.
36448
36449 2003-07-07  Paul Eggert  <eggert@twinsun.com>
36450
36451         * lib/mktime.c: Fix some boundary cases and remove need for floating
36452         point.
36453
36454         Issue a compile-time diagnostic if time_t is floating point, or if
36455         two's complement arithmetic is not in effect, or if arithmetic
36456         right shift does not propagate the sign.  These assumptions were
36457         all in the original code but they weren't checked.
36458
36459         (TIME_T_MIDPOINT, verify): New macros.
36460         (__isleap): Remove; it has integer overflow problems.
36461         (leapyear): New function, without those problems.
36462         (ydhms_tm_diff): Remove; splitting into two parts.
36463         (ydhms_diff): New function, containing the arithmetic part of
36464         the old ydhms_tm_diff function.  Issue a compile-time
36465         diagnostic if we are not using C99 integer division.
36466         Avoid casts when possible.
36467         (guess_time_tm): New function, containing the checking part of
36468         the old ydhms_tm_diff function.  Return the new value, rather than
36469         the difference between it and the old.  Accept a new argument T
36470         so that *T specifies the old value.  Check for overflow in the result.
36471
36472         (__mktime_internal): Use a time_t offset, not a long int offset.
36473         This undoes the 2003-06-04 change, which is no longer needed now
36474         that we have better overflow checking.
36475         (localtime_offset): Likewise.
36476
36477         (__mktime_internal): Avoid harmful overflow on hosts where time_t
36478         and long are 64-bit but int is only 32-bit.
36479         (ydhms_diff): Use long int to store year1 and yday1.
36480         Issue a compile-time diagnostic if long int is not wide enough.
36481
36482         (__mktime_internal): Use long int to store adjusted year and yday.
36483         Use plain C rather than preprocessor commands, if that doesn't
36484         affect efficiency.
36485         Check for overflow (and try to repair) after each probe
36486         rather than checking only at the very end.  This avoids some bugs
36487         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
36488         does not equal GMT offset at maximum time).
36489         Use integer to check for overflow rather than floating point; this
36490         is more portable to non-IEEE hosts, and is a tad faster.
36491         When we detect that we are oscillating between two values,
36492         don't check whether tm_isdst has the requested value, since
36493         we already know the answer.  When tm_isdst has the wrong value,
36494         use a different heuristic to find the right one, based on the
36495         extreme values actually observed in practice in tz2003a,
36496         rather than the (overly optimistic) "previous 3 calendar quarters".
36497
36498         (not_equal_tm, print_tm, check_result): Use "const T" rather than
36499         "T const" to accommodate glibc style.
36500         (check_result): Use less-confusing report format.  "long" -> "long int.
36501         (main): Likewise.
36502         Don't loop if the iteration overflows time_t.
36503         Allow a negative step in the iteration.
36504
36505 2003-07-06  Karl Berry  <karl@gnu.org>
36506
36507         * config/depcomp: update from automake.
36508         * config/config.sub: update from prep.
36509
36510 2003-07-03  Karl Berry  <karl@gnu.org>
36511
36512         * config/config.guess: update from prep.
36513
36514 2003-07-01  Paul Eggert  <eggert@twinsun.com>
36515
36516         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
36517         xreadlink.c now includes it unconditionally.
36518
36519 2003-07-01  Paul Eggert  <eggert@twinsun.com>
36520
36521         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
36522         having it depend on HAVE_SYS_TYPES_H.
36523
36524 2003-07-01  Bruno Haible  <bruno@clisp.org>
36525
36526         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
36527         <sys/types.h> should be sufficient.
36528         Reported by Paul Eggert.
36529
36530 2003-06-26  Karl Berry  <karl@gnu.org>
36531
36532         * config/depcomp: update from automake.
36533
36534 2003-06-26  Bruno Haible  <bruno@clisp.org>
36535
36536         * modules/human: Depend on module stdbool.
36537
36538 2003-06-25  Bruno Haible  <bruno@clisp.org>
36539
36540         * modules/readlink: New file.
36541         * modules/xreadlink: Depend on it.
36542         * MODULES.html.sh (func_all_modules): Add readlink.
36543
36544 2003-06-25  Bruno Haible  <bruno@clisp.org>
36545
36546         * m4/readlink.m4: New file.
36547
36548 2003-06-25  Bruno Haible  <bruno@clisp.org>
36549
36550         * lib/readlink.c: New file.
36551
36552 2003-06-22  Karl Berry  <karl@gnu.org>
36553
36554         * config/srclist.txt: update mkinstalldirs from automake.
36555         * config/mkinstalldirs: update.
36556
36557 2003-06-22  Bruno Haible  <bruno@clisp.org>
36558
36559         Portability to mingw32.
36560         * m4/ssize_t.m4: New file, from GNU gettext.
36561         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
36562         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
36563
36564 2003-06-22  Bruno Haible  <bruno@clisp.org>
36565
36566         * modules/safe-read: Add m4/ssize_t.m4.
36567         * modules/xreadlink: Add m4/ssize_t.m4.
36568
36569 2003-06-20  Bruno Haible  <bruno@clisp.org>
36570
36571         Assume C89, so PARAMS isn't needed.
36572         * lib/unicodeio.h (PARAMS): Remove.
36573         * lib/unicodeio.c: Don't use PARAMS.
36574
36575 2003-06-18  Karl Berry  <karl@gnu.org>
36576
36577         * config/config.{guess,sub}: update from prep.
36578
36579 2003-06-18  Jim Meyering  <jim@meyering.net>
36580
36581         Merge changes from coreutils.
36582         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
36583         Remove explicit declarations of xmalloc and realloc.
36584         Include xalloc.h.
36585         (read_utmp): Remove anachronistic cast of xmalloc.
36586
36587 2003-06-17  Paul Eggert  <eggert@twinsun.com>
36588
36589         Assume C89, so PARAMS isn't needed.
36590         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
36591         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
36592         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
36593         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
36594         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
36595         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
36596         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
36597         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
36598         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
36599         lib/xstrtod.h, lib/xstrtol.h: Likewise.
36600         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
36601         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
36602         no longer needed. Anyway, config.h should always be included before any
36603         other file.
36604
36605 2003-06-11  Simon Josefsson  <jas@extundo.com>
36606
36607         * modules/sysexits: New file.
36608         * MODULES.html.sh (func_all_modules): Add sysexits.
36609
36610 2003-06-11  Simon Josefsson  <jas@extundo.com>
36611
36612         * lib/sysexit_.h: New file.
36613
36614 2003-06-11  Derek Price  <derek@ximbiot.com>
36615
36616         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
36617         necessary.
36618
36619 2003-06-11  Bruno Haible  <bruno@clisp.org>
36620
36621         * m4/sysexits.m4: New file.
36622
36623 2003-06-10  Simon Josefsson  <jas@extundo.com>
36624
36625         * lib/argp.h: New file, from glibc.
36626         * lib/argp-ba.c: New file, from glibc.
36627         * lib/argp-eexst.c: New file, from glibc.
36628         * lib/argp-fmtstream.c: New file, from glibc.
36629         * lib/argp-fmtstream.h: New file, from glibc.
36630         * lib/argp-fs-xinl.c: New file, from glibc.
36631         * lib/argp-help.c: New file, from glibc.
36632         * lib/argp-namefrob.h: New file, from glibc.
36633         * lib/argp-parse.c: New file, from glibc.
36634         * lib/argp-pv.c: New file, from glibc.
36635         * lib/argp-pvh.c: New file, from glibc.
36636         * lib/argp-xinl.c: New file, from glibc.
36637
36638 2003-06-10  Simon Josefsson  <jas@extundo.com>
36639
36640         * modules/strchrnul: New file.
36641
36642 2003-06-10  Simon Josefsson  <jas@extundo.com>
36643
36644         * modules/argp: New file.
36645
36646 2003-06-10  Simon Josefsson  <jas@extundo.com>
36647
36648         * m4/strchrnul.m4: New file.
36649
36650 2003-06-10  Simon Josefsson  <jas@extundo.com>
36651
36652         * lib/strchrnul.h: New file.
36653         * lib/strchrnul.c: New file.
36654
36655 2003-06-10  Bruno Haible  <bruno@clisp.org>
36656
36657         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
36658
36659 2003-06-07  Karl Berry  <karl@gnu.org>
36660
36661         * config/config.{guess,sub}: update from prep.
36662
36663 2003-06-07  Jim Meyering  <jim@meyering.net>
36664
36665         * modules/strtod: Use $(...) notation, not @...@ for
36666         AC_REPLACE'd variables.
36667         * modules/localcharset: Likewise.
36668
36669 2003-06-07  Jim Meyering  <jim@meyering.net>
36670
36671         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
36672         in place of my name in the copyright comment.
36673         Remove definition and uses of __P.
36674
36675         From coreutils.
36676         * lib/stat.c: Don't declare xmalloc explicitly.
36677         Instead, include "xalloc.h".
36678         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
36679         xrealloc, and xcalloc return values.
36680         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
36681         Improve comment.
36682         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
36683
36684 2003-06-07  Bruno Haible  <bruno@clisp.org>
36685
36686         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
36687         avoid AC_CONFIG_LINKS.
36688         * modules/fnmatch (Makefile.am): Use explicit creation rule for
36689         fnmatch.h, to avoid AC_CONFIG_LINKS.
36690         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
36691
36692 2003-06-07  Bruno Haible  <bruno@clisp.org>
36693
36694         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
36695         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
36696         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
36697         directory.
36698         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
36699         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
36700         directory.
36701
36702 2003-06-06  Jim Meyering  <jim@meyering.net>
36703
36704         Merge from coreutils.
36705         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
36706         Consolidate declarations and initializations of *_base* locals.
36707
36708         Merge from coreutils.
36709         This avoids a core dump on systems without GNU putenv,
36710         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
36711         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
36712         (unsetenv): New static function, from GNU libc.
36713         (rpl_putenv): Use it.
36714
36715         * lib/modechange.c: Remove trailing blanks.
36716
36717         Merge from coreutils.
36718         * lib/fsusage.c: Remove declaration of statfs.
36719         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
36720
36721         * lib/posixtm.c: Include <stdbool.h> unconditionally.
36722
36723 2003-06-06  Jim Meyering  <jim@meyering.net>
36724
36725         * lib/stdbool_.h: Renamed from stdbool.h.in.
36726
36727 2003-06-06  Jim Meyering  <jim@meyering.net>
36728             Bruno Haible  <bruno@clisp.org>
36729
36730         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
36731         Adjust Makefile.am snippet not to redirect directly to target.
36732         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
36733
36734 2003-06-05  Paul Eggert  <eggert@twinsun.com>
36735
36736         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
36737         mismatch, look in future quarters as well as past.  This fixes a
36738         bug when processing fall-backwards gaps immediately after a long
36739         period of daylight-saving time.
36740
36741         * lib/mktime.c: Assume freestanding C89 or better.
36742         (HAVE_LIMITS_H): Remove.  Assume it's 1.
36743         (__P): Remove; not used.
36744         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
36745         (mktime, not_equal_tm, print_tm, check_result,
36746         main): Use prototypes.  Use const * where appropriate.
36747         (main): Fix typo in testing code that uncovered by above changes.
36748         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
36749
36750 2003-06-04  Paul Eggert  <eggert@twinsun.com>
36751
36752         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
36753         locale.h, localeconv.  This merges changes from coreutils.
36754
36755         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
36756         It can be removed after the next Autoconf is released.
36757         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
36758         needed.
36759
36760 2003-06-04  Paul Eggert  <eggert@twinsun.com>
36761
36762         * lib/mktime.c: Fix Debian bug 177940
36763         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
36764         (localtime_offset): Now long int, not time_t, because we want it
36765         to be guaranteed to be signed.  All uses changed.
36766         (__mktime_internal): If overflow would occur when adding offset,
36767         don't add it.
36768
36769         Merge 'human' changes from coreutils.  Rewrite to support
36770         locale-specific notations like thousands separators.
36771         * lib/human.c: Simplify authorship notice.
36772         Include human.h immediately after config.h.
36773         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
36774         <limits.h>: Do not include, since human.h does.
36775         (SIZE_MAX, UINTMAX_MAX): New macros.
36776         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
36777         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
36778         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
36779         (power_letter): Renamed from suffixes.
36780         (generate_suffix_backwards): Remove.
36781         (adjust_value): Now takes int style (because of human.h changes)
36782         and long double value (for greater precision on some platforms).
36783         (group_number): New function.
36784         (human_readable): Use it.  Use integer options, not enum.
36785         Put the options before the sizes in the arg list.
36786         Support all the new options.
36787         The old human_readable function has been removed;
36788         use inttostr.h instead.
36789         (human_readable, default_block_size, humblock):
36790         Use uintmax_t, not int, for block sizes.
36791         (human_readable_inexact, block_size_types): Remove.
36792         (block_size_opts): New constant.
36793         (human_options): Renamed from human_block_size, with new signature
36794         that allows block sizes up to UINTMAX_MAX.  All callers changed.
36795         * lib/human.h: Add copyright and authorship notice.
36796         Include <limits.h> and <stdbool.h> unconditionally.
36797         (PARAMS): Remove.  All uses removed.
36798         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
36799         (enum human_inexact_style): Remove tag; now a nameless enum.
36800         (human_floor, human_ceiling, human_round_to_even): Now have
36801         values 2, 0, 1 rather than -1, 1, 0.
36802         (human_group_digits, human_suppress_point_zero, human_autoscale,
36803         human_base_1024, human_SI, human_B): New constants.
36804         (human_readable_inexact, human_block_size): Remove.
36805         (human_readable): Size args are now uintmax_t, not int.
36806         (human_options): New decl.
36807
36808         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
36809         unnecessary now that we assume C89 or better.  This change
36810         imported from coreutils.
36811
36812         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
36813         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
36814         in the 2003-05-30 sync from glibc.
36815
36816         .h files should stand alone, but we shouldn't include <sys/types.h>
36817         if we can get away with just <stddef.h>.
36818
36819         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
36820         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
36821         rather than <sys/types.h>, as we merely need size_t.
36822         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
36823         to get size_t.
36824         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
36825         Include <stdio.h>, to get FILE.
36826         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
36827         memcasecmp.h has included <stddef.h> and all we need is size_t.
36828         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
36829         our interface, instead of including <sys/types.h>
36830
36831 2003-06-04  Paul Eggert  <eggert@twinsun.com>
36832
36833         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
36834         now, as glibc mktime is buggy on non-glibc systems.
36835
36836 2003-06-03  Karl Berry  <karl@gnu.org>
36837
36838         * config/config.sub: update from prep.
36839
36840 2003-06-02  Paul Eggert  <eggert@twinsun.com>
36841
36842         [from coreutils]
36843         Fix some minor time-related bugs with POSIX time arguments.
36844         Some valid time stamps were being rejected (notably -1, and
36845         time stamps before 1900 on 64-bit hosts).  And some invalid
36846         time stamps were being accepted, e.g. September 31.
36847
36848         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
36849         that we can return (time_t) -1 successfully.
36850         * lib/posixtm.c: Likewise.
36851         [HAVE_STDBOOL_H]: Include <stdbool.h>.
36852         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
36853         (t): Remove static var.
36854         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
36855         of static var.  All uses changed.
36856         (year): Do not reject years before 1900; they can occur with
36857         64-bit time_t.
36858         (posix_time_parse): Do not check for out-of-range components;
36859         that is now the caller's responsibility, since our checks were
36860         only approximations.
36861         (posixtime): Use mktime to check for out-of-range components,
36862         since it knows them exactly.
36863         If mktime returns (time_t) -1, check whether an error actually occurred
36864         by invoking localtime on -1.
36865         (main) [TEST_POSIXTIME]: Check for input data errors, and report
36866         posixtime failures better.
36867         Improve the test data (in comments only).
36868
36869 2003-06-02  Karl Berry  <karl@gnu.org>
36870
36871         * config/mkinstalldirs (version): new variable.
36872         (--version): new option.
36873         (usage): improve message.
36874
36875 2003-05-30  Karl Berry  <karl@gnu.org>
36876
36877         * lib/mktime.c: update from libc.
36878
36879 2003-05-30  Bruno Haible  <bruno@clisp.org>
36880
36881         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
36882         * config/config.rpath: Upgrade to gettext-0.12.1.
36883
36884 2003-05-30  Bruno Haible  <bruno@clisp.org>
36885
36886         * m4/gettext.m4: Upgrade to gettext-0.12.1.
36887         * m4/nls.m4: New file, from gettext-0.12.1.
36888         * m4/po.m4: New file, from gettext-0.12.1.
36889         * m4/progtest.m4: Upgrade to gettext-0.12.1.
36890
36891 2003-05-30  Bruno Haible  <bruno@clisp.org>
36892
36893         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
36894         * lib/localcharset.h: Likewise.
36895         * lib/localcharset.c: Likewise.
36896
36897 2003-05-29  Karl Berry  <karl@gnu.org>
36898
36899         * config/config.rpath: update from gettext.
36900
36901 2003-05-28  Paul Eggert  <eggert@twinsun.com>
36902
36903         Assume the headers required for C89 freestanding compilers.
36904         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
36905         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
36906         * m4/human.m4 (gl_HUMAN): Likewise.
36907         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
36908         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
36909         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36910         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
36911         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36912         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
36913
36914 2003-05-28  Paul Eggert  <eggert@twinsun.com>
36915
36916         Assume the headers required for C89 freestanding compilers.
36917         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
36918         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
36919         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
36920         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
36921         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
36922         define, since <limits.h> is guaranteed to do that.
36923         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
36924         * lib/exclude.c: Include <stdbool.h> unconditionally.
36925         * lib/tempname.c: Include <stddef.h> unconditionally.
36926         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
36927         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
36928         <stddef.h> does that.
36929         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
36930         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
36931         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
36932         needed.
36933         * lib/xstrtol.c: Likewise.
36934         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
36935         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
36936
36937         * lib/addext.c (addext): Use assignment rather than cast, to avoid
36938         warnings on some platforms.
36939
36940         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
36941         arbitrarily.
36942
36943 2003-05-26  Jim Meyering  <jim@meyering.net>
36944
36945         Merge in a change from coreutils:
36946         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
36947         that is guaranteed to be `no'.  Use `no_such_member' to indicate
36948         that condition, rather than `-1' which is slightly misleading.
36949         Change the name of the cache variable to have the gl_ prefix.
36950         Prompted by a patch from Richard Dawe for DJGPP.
36951
36952 2003-05-24  Karl Berry  <karl@gnu.org>
36953
36954         * config/config.guess: update from prep.
36955
36956 2003-05-22  Karl Berry  <karl@gnu.org>
36957
36958         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
36959
36960 2003-05-20  Karl Berry  <karl@gnu.org>
36961
36962         * config/config.guess: update from prep.
36963
36964 2003-05-18  Karl Berry  <karl@gnu.org>
36965
36966         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
36967         might actually be set by the user.
36968
36969         * config/depcomp, install-sh, mdate-sh: update from automake.
36970
36971 2003-05-17  Bruno Haible  <bruno@clisp.org>
36972
36973         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
36974         invalid expansion for AC_EGREP_CPP.
36975         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
36976         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
36977         Suggested by Akim Demaille <akim@epita.fr> in
36978         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
36979
36980 2003-05-12  Jim Meyering  <jim@meyering.net>
36981
36982         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
36983         the space-padded-by-default conversion specifiers, %e, %k, %l.
36984
36985 2003-05-12  Bruno Haible  <bruno@clisp.org>
36986
36987         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
36988         the string is longer than 4 KB.
36989
36990 2003-05-11  Karl Berry  <karl@gnu.org>
36991
36992         * config/config.{guess,sub}: update from prep.
36993
36994 2003-05-09  Bruno Haible  <bruno@clisp.org>
36995
36996         * modules/error: Add m4/strerror_r.m4 to file list.
36997
36998 2003-05-03  Bruno Haible  <bruno@clisp.org>
36999
37000         Upgrade to Unicode-4.0.
37001         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
37002         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
37003         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
37004         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
37005         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
37006         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
37007         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
37008         Change width of U+E0100..U+E01EF from 1 to 0.
37009
37010 2003-04-25  Jim Meyering  <jim@meyering.net>
37011
37012         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
37013         of type size_t, not int.
37014
37015 2003-04-25  Bruno Haible  <bruno@clisp.org>
37016
37017         * lib/copy-file.c: Include <stddef.h>, for size_t.
37018
37019 2003-04-21  Paul Eggert  <eggert@twinsun.com>
37020
37021         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
37022         code which expansion is under static control.  Patch imported from
37023         Akim Demaille's patch to Bison; see
37024         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
37025
37026 2003-04-14  Bruno Haible  <bruno@clisp.org>
37027
37028         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
37029
37030 2003-04-11  Jim Meyering  <jim@meyering.net>
37031
37032         Merge changes from Coreutils.
37033
37034         2003-03-22  Jim Meyering  <jim@meyering.net>
37035
37036         * lib/strftime.c (widen): Cast alloca return value to proper type.
37037
37038         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
37039
37040         From GNU libc.
37041         * lib/strftime.c (my_strftime): Handle very large width
37042         specifications for numeric values correctly.  Improve checks for
37043         overflow.
37044
37045         2003-01-19  Jim Meyering  <jim@meyering.net>
37046
37047         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
37048         definitions.
37049         (nl_get_alt_digit) [! defined my_strftime]: Define.
37050         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
37051         _nl_get_alt_digit and _nl_get_walt_digit.
37052
37053         * lib/strftime.c (my_strftime): Merge in locale-related changes from
37054         libc. These changes have no effect outside of _LIBC.
37055
37056 2003-04-10  Bruno Haible  <bruno@clisp.org>
37057
37058         * modules/findprog: New file.
37059         * MODULES.html.sh (func_all_modules): Add it.
37060
37061 2003-04-10  Bruno Haible  <bruno@clisp.org>
37062
37063         * m4/findprog.m4: New file.
37064         * m4/eaccess.m4: New file.
37065
37066 2003-04-10  Bruno Haible  <bruno@clisp.org>
37067
37068         * lib/findprog.h: New file, from GNU gettext.
37069         * lib/findprog.c: New file, from GNU gettext.
37070
37071 2003-04-05  Jim Meyering  <jim@meyering.net>
37072
37073         Merge changes from Coreutils.
37074
37075         * lib/exclude.h (PARAMS): Remove definition and uses.
37076         * lib/exclude.c: Remove uses of `PARAMS'.
37077
37078         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
37079         Add test-cases for DOS filenames. Declare program_name.
37080         (main): Set up program_name.  Patch by Rich Dawe.
37081
37082         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37083         error from mntctl.
37084         Use mntctl's return value to drive the entry-processing loop, since
37085         we can't rely on the value of the vmt_length member in the last
37086         entry.  On some systems doing so could result in exhausting
37087         virtual memory.  Based in part on a patch from Mike Jetzer.
37088
37089 2003-04-04  Bruno Haible  <bruno@clisp.org>
37090
37091         * modules/linebreak: New file.
37092         * MODULES.html.sh (func_all_modules): Add it.
37093
37094 2003-04-04  Bruno Haible  <bruno@clisp.org>
37095
37096         * m4/linebreak.m4: New file.
37097
37098 2003-04-04  Bruno Haible  <bruno@clisp.org>
37099
37100         * lib/linebreak.h: New file, from GNU gettext.
37101         * lib/linebreak.c: New file, from GNU gettext with slight
37102         modifications.
37103         * lib/lbrkprop.h: New file, from GNU gettext.
37104
37105 2003-04-03  Bruno Haible  <bruno@clisp.org>
37106
37107         * modules/utf8-ucs4: New file.
37108         * modules/utf16-ucs4: New file.
37109         * modules/ucs4-utf8: New file.
37110         * modules/ucs4-utf16: New file.
37111         * MODULES.html.sh (func_all_modules): Add them.
37112
37113 2003-04-03  Bruno Haible  <bruno@clisp.org>
37114
37115         * m4/utf-ucs4.m4: New file.
37116         * m4/ucs4-utf.m4: New file.
37117
37118 2003-04-03  Bruno Haible  <bruno@clisp.org>
37119
37120         * lib/utf8-ucs4.h: New file, from GNU gettext.
37121         * lib/utf16-ucs4.h: New file, from GNU gettext.
37122         * lib/ucs4-utf8.h: New file, from GNU gettext.
37123         * lib/ucs4-utf16.h: New file, from GNU gettext.
37124
37125 2003-04-02  Bruno Haible  <bruno@clisp.org>
37126
37127         * modules/binary-io: New file.
37128         * MODULES.html.sh (func_all_modules): Add it.
37129
37130 2003-04-02  Bruno Haible  <bruno@clisp.org>
37131
37132         * lib/binary-io.h: New file, from GNU gettext.
37133
37134 2003-04-01  Bruno Haible  <bruno@clisp.org>
37135
37136         * modules/pathname: New file.
37137         * MODULES.html.sh (func_all_modules): Add it.
37138
37139 2003-04-01  Bruno Haible  <bruno@clisp.org>
37140
37141         * lib/pathname.h: New file, from GNU gettext.
37142         * lib/concatpath.c: New file, from GNU gettext.
37143
37144 2003-03-30  Bruno Haible  <bruno@clisp.org>
37145
37146         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
37147
37148 2003-03-30  Bruno Haible  <bruno@clisp.org>
37149
37150         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
37151         function chown() doesn't exist.
37152
37153 2003-03-28  Bruno Haible  <bruno@clisp.org>
37154
37155         * modules/copy-file: New file.
37156         * MODULES.html.sh (func_all_modules): Add it.
37157
37158 2003-03-28  Bruno Haible  <bruno@clisp.org>
37159
37160         * m4/copy-file.m4: New file.
37161
37162 2003-03-28  Bruno Haible  <bruno@clisp.org>
37163
37164         * lib/copy-file.h: New file, from GNU gettext.
37165         * lib/copy-file.c: New file, from GNU gettext.
37166
37167 2003-03-18  Jim Meyering  <jim@meyering.net>
37168
37169         * lib/quote.c (quote_n): Fix typo in comment.
37170
37171 2003-03-18  Bruno Haible  <bruno@clisp.org>
37172
37173         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
37174         checking.
37175         * m4/onceonly_2_57.m4: Likewise.
37176
37177 2003-03-17  Bruno Haible  <bruno@clisp.org>
37178
37179         * m4/onceonly.m4: Require autoconf 2.54 or newer.
37180         (m4_quote): Remove macro.
37181         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
37182
37183 2003-03-14  Jim Meyering  <jim@meyering.net>
37184
37185         Merge changes from Coreutils.
37186         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
37187         to be const, in order to avoid warnings.
37188         (obstack_room): Likewise.
37189         (obstack_empty_p): Likewise.
37190
37191 2003-03-14  Bruno Haible  <bruno@clisp.org>
37192
37193         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
37194         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
37195
37196 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37197
37198         Merge changes from Bison.
37199         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
37200         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
37201         when compiling Bison 1.875's `bitset bset = obstack_alloc
37202         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
37203         * lib/hash.c: Include <stdbool.h> unconditionally.
37204
37205 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37206
37207         * m4/onceonly.m4 (m4_quote): New macro.
37208         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
37209         Quote AC_FOREACH variable-expansions properly.
37210
37211 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37212
37213         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
37214
37215 2003-03-09  Paul Eggert  <eggert@twinsun.com>
37216
37217         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
37218         Reported by Bruce Becker; see:
37219         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
37220
37221 2003-03-03  Paul Eggert  <eggert@twinsun.com>
37222             Bruno Haible  <bruno@clisp.org>
37223
37224         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
37225         Reported by John Hughes, see
37226         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
37227
37228 2003-02-20  Bruno Haible  <bruno@clisp.org>
37229
37230         * MODULES.html.sh (func_all_modules): Add poll.
37231
37232 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37233
37234         * modules/poll: New file.
37235
37236 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37237
37238         * lib/poll_.h: New file.
37239         * lib/poll.c: New file.
37240
37241 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37242
37243         * m4/poll.m4: New file.
37244
37245 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37246
37247         * modules/mathl: New file.
37248
37249 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37250
37251         * lib/mathl.h: New file.
37252         * lib/acosl.c: New file.
37253         * lib/asinl.c: New file.
37254         * lib/atanl.c: New file.
37255         * lib/ceill.c: New file.
37256         * lib/cosl.c: New file.
37257         * lib/expl.c: New file.
37258         * lib/floorl.c: New file.
37259         * lib/frexpl.c: New file.
37260         * lib/ldexpl.c: New file.
37261         * lib/logl.c: New file.
37262         * lib/sincosl.c: New file.
37263         * lib/sinl.c: New file.
37264         * lib/sqrtl.c: New file.
37265         * lib/tanl.c: New file.
37266         * lib/trigl.c: New file.
37267         * lib/trigl.h: New file.
37268
37269 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37270
37271         * m4/mathl.m4: New file.
37272
37273 2003-02-18  Bruno Haible  <bruno@clisp.org>
37274
37275         * MODULES.html.sh (func_all_modules): Add mathl.
37276
37277 2003-02-17  Bruno Haible  <bruno@clisp.org>
37278
37279         * modules/mkdtemp: New module.
37280         * MODULES.html.sh (func_all_modules): Add it.
37281
37282 2003-02-17  Bruno Haible  <bruno@clisp.org>
37283
37284         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
37285
37286 2003-02-17  Bruno Haible  <bruno@clisp.org>
37287
37288         * lib/mkdtemp.h: New file, from GNU gettext.
37289         * lib/mkdtemp.c: New file, from GNU gettext.
37290
37291 2003-02-02  Jim Meyering  <jim@meyering.net>
37292
37293         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
37294         e.g. glibc-2.2.93.
37295
37296 2003-01-31  Bruno Haible  <bruno@clisp.org>
37297
37298         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
37299         'rpl_rename'.
37300         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
37301         'rpl_strnlen'.
37302         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
37303         'rpl_strtod'.
37304         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
37305         'rpl_utime'.
37306
37307 2003-01-31  Bruno Haible  <bruno@clisp.org>
37308
37309         * lib/rename.c: #undef rename before defining rpl_rename.
37310         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
37311
37312 2003-01-30  Bruno Haible  <bruno@clisp.org>
37313
37314         * modules/vasnprintf, modules/vasprintf: New modules.
37315         * MODULES.html.sh (func_all_modules): Add them.
37316
37317 2003-01-30  Bruno Haible  <bruno@clisp.org>
37318
37319         * m4/signed.m4: New file, from GNU gettext.
37320         * m4/longdouble.m4: New file, from GNU gettext.
37321         * m4/wchar_t.m4: New file, from GNU gettext.
37322         * m4/wint_t.m4: New file, from GNU gettext.
37323         * m4/vasnprintf.m4: New file.
37324         * m4/vasprintf.m4: New file.
37325
37326 2003-01-30  Bruno Haible  <bruno@clisp.org>
37327
37328         * lib/printf-args.h: New file, from GNU gettext.
37329         * lib/printf-args.c: New file, from GNU gettext.
37330         * lib/printf-parse.h: New file, from GNU gettext.
37331         * lib/printf-parse.c: New file, from GNU gettext.
37332         * lib/vasnprintf.h: New file, from GNU gettext.
37333         * lib/vasnprintf.c: New file, from GNU gettext.
37334         * lib/asnprintf.c: New file, from GNU gettext.
37335         * lib/vasprintf.h: New file, from GNU gettext with modifications.
37336         * lib/vasprintf.c: New file, from GNU gettext.
37337         * lib/asprintf.c: New file, from GNU gettext.
37338
37339 2003-01-29  Bruno Haible  <bruno@clisp.org>
37340
37341         * modules/stpncpy: New module.
37342         * MODULES.html.sh (func_all_modules): Add it.
37343
37344 2003-01-29  Bruno Haible  <bruno@clisp.org>
37345
37346         * m4/stpncpy.m4: New file.
37347
37348 2003-01-29  Bruno Haible  <bruno@clisp.org>
37349
37350         * lib/stpncpy.h: New file, from GNU gettext with modifications.
37351         * lib/stpncpy.c: New file, from GNU gettext with modifications.
37352
37353 2003-01-28  Bruno Haible  <bruno@clisp.org>
37354
37355         * modules/c-ctype: New module.
37356         * MODULES.html.sh (func_all_modules): Add it.
37357
37358 2003-01-28  Bruno Haible  <bruno@clisp.org>
37359
37360         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
37361         Paul Eggert.
37362         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
37363         Paul Eggert.
37364
37365 2003-01-27  Bruno Haible  <bruno@clisp.org>
37366
37367         * modules/xsetenv: New module.
37368         * MODULES.html.sh (func_all_modules): Add it.
37369
37370 2003-01-27  Bruno Haible  <bruno@clisp.org>
37371
37372         * lib/xsetenv.h: New file, from GNU gettext.
37373         * lib/xsetenv.c: New file, from GNU gettext.
37374
37375 2003-01-23  Jim Meyering  <jim@meyering.net>
37376
37377         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
37378         from working on systems without dirfd (at least Irix and OSF1/Tru64).
37379
37380 2003-01-23  Bruno Haible  <bruno@clisp.org>
37381
37382         * modules/minmax: New module.
37383         * MODULES.html.sh (func_all_modules): Add it.
37384
37385 2003-01-23  Bruno Haible  <bruno@clisp.org>
37386
37387         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
37388         Eggert.
37389
37390 2003-01-22  Bruno Haible  <bruno@clisp.org>
37391
37392         * modules/exit: New module.
37393         * MODULES.html.sh (func_all_modules): Add it.
37394
37395 2003-01-22  Bruno Haible  <bruno@clisp.org>
37396
37397         * lib/exit.h: New file, from GNU gettext.
37398
37399 2003-01-19  Bruno Haible  <bruno@clisp.org>
37400
37401         * gnulib-tool: Recognize option --extract-maintainer.
37402         (func_get_maintainer): New function.
37403         * modules/*: Add Maintainer entry.
37404
37405 2003-01-16  Jim Meyering  <jim@meyering.net>
37406
37407         * m4/regex.m4: The `regex' struct is both input and output.
37408         Initialize it before each use.  Patch by Tim Waugh.
37409
37410 2003-01-16  Bruno Haible  <bruno@clisp.org>
37411
37412         * MODULES.html.sh: Add a table of contents. Add the module name as
37413         leftmost column. Add hyperlinks.
37414
37415 2003-01-15  Bruno Haible  <bruno@clisp.org>
37416
37417         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
37418
37419 2003-01-15  Bruno Haible  <bruno@clisp.org>
37420
37421         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
37422         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
37423         suffix.
37424
37425 2003-01-15  Bruno Haible  <bruno@clisp.org>
37426
37427         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
37428
37429 2003-01-15  Bruno Haible  <bruno@clisp.org>
37430
37431         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
37432         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
37433
37434 2003-01-14  Jim Meyering  <jim@meyering.net>
37435
37436         * lib/same.c (same_name): Tweak a comment.
37437
37438 2003-01-14  Bruno Haible  <bruno@clisp.org>
37439
37440         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
37441         when a string comparison is sufficient.
37442
37443 2003-01-14  Bruno Haible  <bruno@clisp.org>
37444
37445         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
37446         'unsigned int'.
37447
37448 2003-01-14  Bruno Haible  <bruno@clisp.org>
37449
37450         * lib/hash-pjw.c: Add comment about low quality of this function.
37451
37452 2003-01-13  Bruno Haible  <bruno@clisp.org>
37453
37454         * modules/stpcpy: Distribute lib/stpcpy.h.
37455         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
37456
37457 2003-01-13  Bruno Haible  <bruno@clisp.org>
37458
37459         * modules/*: Add a description.
37460         * modules/strpbrk: Fix Makefile.am snippet.
37461         * modules/strtoimax: Fix dependencies.
37462         * modules/strtoumax: Likewise.
37463
37464 2003-01-13  Bruno Haible  <bruno@clisp.org>
37465
37466         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
37467         * modules/alloca (Makefile.am): All object files depend on alloca.h.
37468         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
37469
37470 2003-01-13  Bruno Haible  <bruno@clisp.org>
37471
37472         * gnulib-tool (func_create_testdir): Store config/* files in the main
37473         directory.
37474         * config.rpath: Move to ...
37475         * config/config.rpath: ... here.
37476         * modules/gettext: Contains config/config.rpath, not config.rpath.
37477         * modules/iconv: Likewise.
37478
37479 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37480
37481         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37482         to avoid collisions with libcurses and libreadline.
37483
37484         * m4/getstr.m4: Remove.
37485         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
37486
37487 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37488
37489         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37490         to avoid collisions with libcurses and libreadline.
37491
37492         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
37493         * lib/getstr.h, getstr.c: Remove.
37494         * lib/getline.c: Include "getline.h", to check interface.
37495         Move body of old getstr.c here: this defines MIN_CHUNK and
37496         declares getdelim2, which is renamed from getstr.
37497         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
37498
37499         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
37500         All uses changed.
37501         * lib/linebuffer.h: Likewise.
37502         (readline): Remove backward-compatibility macro.
37503
37504 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37505
37506         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37507         to avoid collisions with libcurses and libreadline.
37508         * getstr: Remove.
37509         * MODULES.html.sh: Remove getstr.
37510         * modules/getline: Depend on unlocked-io, not getstr.
37511
37512 2003-01-12  Jim Meyering  <jim@meyering.net>
37513
37514         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
37515
37516 2003-01-10  Bruno Haible  <bruno@clisp.org>
37517
37518         * modules/alloca: Change Makefile.am requirements. Simplify Include
37519         requirements. Add lib/alloca_.h to file list.
37520
37521 2003-01-10  Bruno Haible  <bruno@clisp.org>
37522
37523         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
37524
37525 2003-01-10  Bruno Haible  <bruno@clisp.org>
37526
37527         * lib/alloca_.h: New file.
37528         * lib/getdate.y: Unconditionally include alloca.h.
37529         * lib/makepath.c: Likewise.
37530         * lib/setenv.c: Likewise.
37531         * lib/userspec.c: Likewise.
37532
37533 2003-01-09  Karl Berry  <karl@gnu.org>
37534
37535         * MODULES.html.sh: include `dirname $0` in PATH, to find
37536         gnulib-tool.
37537
37538 2003-01-09  Bruno Haible  <bruno@clisp.org>
37539
37540         * modules/stdbool: Change configure.ac, Makefile.am requirements.
37541         Simplify Include requirements. Add lib/stdbool.h.in to file list.
37542
37543 2003-01-09  Bruno Haible  <bruno@clisp.org>
37544
37545         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
37546
37547 2003-01-09  Bruno Haible  <bruno@clisp.org>
37548
37549         * lib/stdbool.h.in: New file.
37550
37551 2003-01-09  Bruno Haible  <bruno@clisp.org>
37552
37553         * gnulib-tool (func_all_modules): Ignore files ending in ~.
37554         * MODULES.html.sh: Likewise.
37555
37556 2003-01-08  Jim Meyering  <jim@meyering.net>
37557
37558         * lib/full-write.c: Undefine and define-away `const' after inclusion
37559         of errno.h, not before.  Suggestion from Bruno Haible.
37560
37561 2003-01-08  Bruno Haible  <bruno@clisp.org>
37562
37563         * modules/full-read: Depend on full-write.
37564
37565 2003-01-08  Bruno Haible  <bruno@clisp.org>
37566
37567         * lib/safe-read.c: Include specification header first, to ensure its
37568         selfcontainedness.
37569         * lib/full-write.c: Likewise.
37570
37571 2003-01-07  Jim Meyering  <jim@meyering.net>
37572
37573         * lib/full-write.c: Rework so that it may serve to define full_read,
37574         too.
37575         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
37576
37577 2003-01-07  Bruno Haible  <bruno@clisp.org>
37578
37579         * lib/strtoimax.c: Include <stdint.h> as an alternative to
37580         <inttypes.h>.
37581         * lib/xstrtol.h: Likewise.
37582         * lib/xstrtoimax.c: Likewise.
37583         * lib/xstrtoumax.c: Likewise.
37584         * lib/human.h: Likewise.
37585
37586         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
37587         on systems that have <inttypes.h> but not <stdint.h>.
37588
37589 2003-01-07  Bruno Haible  <bruno@clisp.org>
37590
37591         * MODULES.html.sh: Add copyright notice.
37592         (missed_files): Omit CVS directory entries.
37593         (func_module): Make it work with sed-3.02.
37594         * MODULES.txt: Remove file.
37595
37596 2003-01-06  Jim Meyering  <jim@meyering.net>
37597
37598         * lib/version-etc.c: Update year in translatable copyright string.
37599
37600 2003-01-03  Karl Berry  <karl@gnu.org>
37601
37602         * config/config.{guess,sub}: update from prep.
37603
37604 2003-01-02  Karl Berry  <karl@gnu.org>
37605
37606         * doc/COPYING.DOC: belatedly updated to 1.2.
37607
37608 2003-01-01  Karl Berry  <karl@gnu.org>
37609
37610         * gnulib-tool (func_verify_module): report module name $module in
37611         error message, not $1.
37612         * gnulib-tool (create-testdir): don't complain if destdir couldn't
37613         be created, only if it doesn't exist.
37614         * gnulib-tool (last_checkin_date): don't expand the $Date here.
37615
37616 2002-12-31  Paul Eggert  <eggert@twinsun.com>
37617
37618         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
37619
37620 2002-12-31  Paul Eggert  <eggert@twinsun.com>
37621
37622         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
37623         memcmp if strcoll doesn't work.
37624
37625 2002-12-31  Bruno Haible  <bruno@clisp.org>
37626
37627         * lib/utime.c (utime_null): No need to call ftruncate if the file was
37628         nonempty.
37629
37630 2002-12-31  Bruno Haible  <bruno@clisp.org>
37631
37632         * lib/memcoll.c (STRCOLL): New macro.
37633         (memcoll): Use it.
37634
37635 2002-12-31  Bruno Haible  <bruno@clisp.org>
37636
37637         * lib/localcharset.h: New file.
37638         * lib/localcharset.c: Include it.
37639         * lib/unicodeio.c: Likewise.
37640
37641 2002-12-31  Bruno Haible  <bruno@clisp.org>
37642
37643         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
37644         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
37645
37646 2002-12-31  Bruno Haible  <bruno@clisp.org>
37647
37648         * lib/getline.h: Include <stddef.h>, for size_t.
37649
37650         * lib/unicodeio.h: Include <stddef.h>, for size_t.
37651         * lib/unicodeio.c: Don't include <stddef.h>.
37652
37653 2002-12-31  Bruno Haible  <bruno@clisp.org>
37654
37655         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
37656         HAVE_TM_ZONE.
37657
37658 2002-12-24  Karl Berry  <karl@gnu.org>
37659
37660         * config/config.guess: update from prep.
37661
37662 2002-12-24  Bruno Haible  <bruno@clisp.org>
37663
37664         General infrasructure.
37665         * m4/README: Rewritten.
37666         * m4/onceonly.m4: New file.
37667         * m4/onceonly_2_57.m4: New file.
37668
37669         Module atexit.
37670         * m4/atexit.m4: New file.
37671
37672         Module strtod.
37673         * m4/strtod.m4: New file.
37674
37675         Module strtol.
37676         * m4/strtol.m4: New file.
37677
37678         Module strtoul.
37679         * m4/strtoul.m4: New file.
37680
37681         Module memchr.
37682         * m4/memchr.m4: New file.
37683
37684         Module memcmp.
37685         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
37686         (jm_FUNC_MEMCMP): Invoke it.
37687
37688         Module memcpy.
37689         * m4/memcpy.m4: New file.
37690
37691         Module memmove.
37692         * m4/memmove.m4: New file.
37693
37694         Module memset.
37695         * m4/memset.m4: New file.
37696
37697         Module strcspn.
37698         * m4/strcspn.m4: New file.
37699
37700         Module strpbrk.
37701         * m4/strpbrk.m4: New file.
37702
37703         Module strstr.
37704         * m4/strstr.m4: New file.
37705
37706         Module strerror.
37707         * m4/strerror.m4: New file.
37708
37709         Module mktime.
37710         * m4/mktime.m4: Renamed from jm-mktime.m4.
37711         (gl_PREREQ_MKTIME): New macro.
37712         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
37713
37714         Module malloc.
37715         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
37716         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
37717         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
37718
37719         Module realloc.
37720         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
37721         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
37722         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
37723
37724         Module strftime.
37725         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
37726         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
37727         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
37728         gl_TM_GMTOFF.
37729         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
37730
37731         Module xalloc.
37732         * m4/xalloc.m4: New file.
37733
37734         Module alloca.
37735         * m4/alloca.m4: New file.
37736
37737         Module putenv.
37738         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
37739         (jm_FUNC_PUTENV): Invoke it.
37740
37741         Module setenv.
37742         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
37743         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
37744         when invoked twice.
37745         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
37746         gt_FUNC_SETENV.
37747
37748         Module memrchr.
37749         * m4/memrchr.m4: New file.
37750
37751         Module stpcpy.
37752         * m4/stpcpy.m4: New file.
37753
37754         Module strcase.
37755         * m4/strcase.m4: New file.
37756
37757         Module strdup.
37758         * m4/strdup.m4: New file.
37759
37760         Module strnlen.
37761         * m4/strnlen.m4: New file.
37762
37763         Module strndup.
37764         * m4/strndup.m4: New file.
37765
37766         Module xstrtod.
37767         * m4/xstrtod.m4: New file.
37768
37769         Module xstrtol.
37770         * m4/xstrtol.m4: New file.
37771
37772         Module getdate.
37773         * m4/getdate.m4: New file.
37774
37775         Module unlocked-io.
37776         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
37777         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
37778         * m4/jm-glibc-io.m4n: Remove file.
37779
37780         Module long-options.
37781         * m4/long-options.m4: New file.
37782
37783         Module md5.
37784         * m4/md5.m4: New file.
37785
37786         Module sha.
37787         * m4/sha.m4: New file.
37788
37789         Module getstr.
37790         * m4/getstr.m4: New file.
37791
37792         Module getline.
37793         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
37794         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
37795         <sys/types.h>, for size_t. Use the function name gnu_getline, not
37796         simply getline. Infoke gl_PREREQ_GETLINE.
37797
37798         Module obstack.
37799         * m4/obstack.m4: New file.
37800
37801         Module hash.
37802         * m4/hash.m4: New file.
37803
37804         Module readtokens.
37805         * m4/readtokens.m4: New file.
37806
37807         Module strverscmp.
37808         * m4/strverscmp.m4: New file.
37809
37810         Module stdbool.
37811         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
37812         OSF/1.
37813
37814         Module strtoll.
37815         * m4/strtoll.m4: New file.
37816
37817         Module strtoull.
37818         * m4/strtoull.m4: New file.
37819
37820         Module strtoimax.
37821         * m4/strtoimax.m4: New file.
37822
37823         Module strtoumax.
37824         * m4/strtoumax.m4: New file.
37825
37826         Module xstrtoimax.
37827         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
37828         jm_AC_PREREQ_XSTRTOIMAX.
37829         Moved the strtol prerequisites to strtol.m4.
37830         Moved the strtoll prerequisites to strtoll.m4.
37831         Moved the strtoimax prerequisites to strtoimax.m4.
37832
37833         Module xstrtoumax.
37834         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
37835         jm_AC_PREREQ_XSTRTOUMAX.
37836         Moved the strtoul prerequisites to strtoul.m4.
37837         Moved the strtoull prerequisites to strtoull.m4.
37838         Moved the strtoumax prerequisites to strtoumax.m4.
37839
37840         Module chown.
37841         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
37842         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
37843
37844         Module dup2.
37845         * m4/dup2.m4: New file.
37846
37847         Module ftruncate.
37848         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
37849         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
37850
37851         Module getgroups.
37852         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
37853         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
37854
37855         Module gettimeofday.
37856         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
37857         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
37858         gl_PREREQ_GETTIMEOFDAY.
37859
37860         Module mkdir.
37861         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
37862         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
37863
37864         Module mkstemp.
37865         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
37866         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
37867         jm_AC_TYPE_UINTMAX_T.
37868         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
37869
37870         Module stat.
37871         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
37872         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
37873
37874         Module lstat.
37875         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
37876         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
37877
37878         Module timespec.
37879         * m4/timespec.m4 (gl_TIMESPEC): New macro.
37880         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
37881         * m4/st_mtim.m4: Indentation.
37882
37883         Module nanosleep.
37884         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
37885         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
37886         gl_PREREQ_NANOSLEEP.
37887
37888         Module regex.
37889         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
37890         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
37891         (gl_REGEX): New macro.
37892
37893         Module rename.
37894         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
37895         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
37896
37897         Module rmdir.
37898         * m4/rmdir.m4: New file.
37899
37900         Module utime.
37901         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
37902         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
37903         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
37904
37905         Module dirname.
37906         * m4/dirname.m4: New file.
37907
37908         Module getopt.
37909         * m4/getopt.m4: New file.
37910
37911         Module unistd-safer.
37912         * m4/unistd-safer.m4: New file.
37913
37914         Module fnmatch.
37915         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
37916         declaration.
37917         (gl_PREREQ_FNMATCH_EXTRA): New macro.
37918         (gl_FUNC_FNMATCH_POSIX): New macro.
37919         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
37920         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
37921         simply fnmatch.
37922
37923         Module exclude.
37924         * m4/exclude.m4: New file.
37925
37926         Module human.
37927         * m4/human.m4: New file.
37928
37929         Module acl.
37930         * m4/acl.m4: Nop.
37931
37932         Module backupfile.
37933         * m4/backupfile.m4: New file.
37934         * m4/d-ino.m4: Indentation.
37935
37936         Module fsusage.
37937         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
37938         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
37939         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
37940
37941         Module dirfd.
37942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
37943         requirements.
37944
37945         Module euidaccess.
37946         * m4/euidaccess.m4: New file.
37947
37948         Module file-type.
37949         * m4/file-type.m4: New file.
37950
37951         Module fileblocks.
37952         * m4/fileblocks.m4: New file.
37953
37954         Module filemode.
37955         * m4/filemode.m4: New file.
37956
37957         Module isdir.
37958         * m4/isdir.m4: New file.
37959
37960         Module lchown.
37961         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
37962         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
37963
37964         Module makepath.
37965         * m4/makepath.m4: New file.
37966
37967         Module modechange.
37968         * m4/modechange.m4: New file.
37969
37970         Module mountlist.
37971         * m4/mountlist.m4: New file.
37972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
37973         Indentation.
37974
37975         Module path-concat.
37976         * m4/path-concat.m4: New file.
37977
37978         Module pathmax.
37979         * m4/pathmax.m4: New file.
37980
37981         Module same.
37982         * m4/same.m4: New file.
37983
37984         Module save-cwd.
37985         * m4/save-cwd.m4: New file.
37986
37987         Module savedir.
37988         * m4/savedir.m4: New file.
37989
37990         Module xgetcwd.
37991         * m4/xgetcwd.m4: New file.
37992         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
37993
37994         Module xreadlink.
37995         * m4/xreadlink.m4: New file.
37996
37997         Module safe-read.
37998         * m4/safe-read.m4: New file.
37999
38000         Module safe-write.
38001         * m4/safe-write.m4: New file.
38002
38003         Module closeout.
38004         * m4/closeout.m4: New file.
38005
38006         Module stdio-safer.
38007         * m4/stdio-safer.m4: New file.
38008
38009         Module getpass.
38010         * m4/getpass.m4: New file.
38011
38012         Module getugroups.
38013         * m4/getugroups.m4: New file.
38014
38015         Module group-member.
38016         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
38017         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
38018
38019         Module idcache.
38020         * m4/idcache.m4: New file.
38021
38022         Module userspec.
38023         * m4/userspec.m4: New file.
38024
38025         Module gettime.
38026         * m4/clock_time.m4: New file.
38027         * m4/gettime.m4: New file.
38028
38029         Module settime.
38030         * m4/settime.m4: New file.
38031
38032         Module posixtm.
38033         * m4/posixtm.m4: New file.
38034
38035         Module gethostname.
38036         * m4/gethostname.m4: New file.
38037
38038         Module canon-host.
38039         * m4/canon-host.m4: New file.
38040
38041         Module gettext.
38042         * m4/codeset.m4: New file, from gettext-0.11.5.
38043         * m4/gettext.m4: New file, from gettext-0.11.5.
38044         * m4/glibc21.m4: New file, from gettext-0.11.5.
38045         * m4/iconv.m4: New file, from gettext-0.11.5.
38046         * m4/intdiv0.m4: New file, from gettext-0.11.5.
38047         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
38048         * m4/inttypes.m4: New file, from gettext-0.11.5.
38049         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
38050         * m4/isc-posix.m4: New file, from gettext-0.11.5.
38051         * m4/lcmessage.m4: New file, from gettext-0.11.5.
38052         * m4/lib-ld.m4: New file, from gettext-0.11.5.
38053         * m4/lib-link.m4: New file, from gettext-0.11.5.
38054         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
38055         * m4/progtest.m4: New file, from gettext-0.11.5.
38056         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
38057         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
38058         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
38059
38060         Module localcharset.
38061         * m4/localcharset.m4: New file.
38062
38063         Module hard-locale.
38064         * m4/hard-locale.m4: New file.
38065
38066         Module mbswidth.
38067         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
38068         onceonly macros.
38069         * m4/mbrtowc.m4: Add comment.
38070
38071         Module memcasecmp.
38072         * m4/memcasecmp.m4: New file.
38073
38074         Module memcoll.
38075         * m4/memcoll.m4: New file.
38076
38077         Module unicodeio.
38078         * m4/unicodeio.m4: New file.
38079
38080         Module rpmatch.
38081         * m4/rpmatch.m4: New file.
38082
38083         Module yesno.
38084         * m4/yesno.m4: New file.
38085
38086         Module exitfail.
38087         * m4/exitfail.m4: New file.
38088
38089         Module c-stack.
38090         * m4/c-stack.m4 (gl_C_STACK): New macro.
38091         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
38092
38093         Module error.
38094         * m4/error.m4 (gl_ERROR): New macro.
38095         (jm_PREREQ_ERROR): Use onceonly macros.
38096
38097         Module fatal.
38098         * m4/fatal.m4: New file.
38099
38100         Module getloadavg.
38101         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
38102         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
38103
38104         Module getpagesize.
38105         * m4/getpagesize.m4: New file.
38106
38107         Module getusershell.
38108         * m4/getusershell.m4: New file.
38109
38110         Module physmem.
38111         * m4/physmem.m4: New file.
38112
38113         Module posixver.
38114         * m4/posixver.m4: New file.
38115
38116         Module quotearg.
38117         * m4/quotearg.m4: New file.
38118
38119         Module quote.
38120         * m4/quote.m4: New file.
38121
38122         Module readutmp.
38123         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
38124
38125         Module sig2str.
38126         * m4/sig2str.m4: New file.
38127
38128         Other.
38129         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
38130         ulonglong.m4.
38131         * m4/intmax_t.m4: New file.
38132         * m4/d-type.m4: Indentation.
38133         * m4/jm-macros.m4: Update.
38134         * m4/prereq.m4 (jm_PREREQ): Update.
38135         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
38136         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
38137         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
38138         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
38139         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
38140         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
38141         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
38142         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
38143         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
38144         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
38145         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
38146         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
38147         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
38148         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
38149         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
38150         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
38151         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
38152         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
38153         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
38154
38155 2002-12-24  Bruno Haible  <bruno@clisp.org>
38156
38157         * MODULES.txt: Update according to m4/ changes.
38158
38159         Module gettext.
38160         * config.rpath: New file, from gettext-0.11.5.
38161
38162         * modules/*: New module descriptions.
38163         * gnulib-tool: New file.
38164         * MODULES.html.sh: New file.
38165
38166 2002-12-21  Karl Berry  <karl@gnu.org>
38167
38168         * doc/fdl.texi: update to version 1.2.
38169
38170 2002-12-19  Karl Berry  <karl@gnu.org>
38171
38172         * config/config.guess: update from prep.
38173
38174 2002-12-18  Bruno Haible  <bruno@clisp.org>
38175
38176         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
38177         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
38178
38179 2002-12-17  Bruno Haible  <bruno@clisp.org>
38180
38181         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
38182         stdlib.h, string.h.
38183
38184 2002-12-17  Bruno Haible  <bruno@clisp.org>
38185
38186         * lib/canon-host.c (strdup): Remove unused declaration.
38187
38188         * lib/fsusage.c: Include full_read.h.
38189         (get_fs_usage): Use full_read instead of safe_read.
38190
38191         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
38192
38193 2002-12-12  Karl Berry  <karl@gnu.org>
38194
38195         * config/config.guess: update from prep.
38196
38197 2002-12-11  Bruno Haible  <bruno@clisp.org>
38198
38199         * m4/setenv.m4: New file, from gettext-0.11.5.
38200
38201 2002-12-11  Bruno Haible  <bruno@clisp.org>
38202
38203         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
38204         not unsetenv().
38205         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
38206         modifications:
38207
38208         2002-12-11  Bruno Haible  <bruno@clisp.org>
38209
38210                 * setenv.c (alloca): Fall back to malloc.
38211                 (freea): New macro.
38212                 (setenv): Use freea() to free memory allocated with alloca().
38213
38214         2002-11-13  Bruno Haible  <bruno@clisp.org>
38215
38216                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
38217                 function declarations.
38218                 * unsetenv.c (unsetenv): Likewise.
38219
38220         2002-03-04  Bruno Haible  <bruno@clisp.org>
38221
38222                 Portability to AIX 4.3.3.
38223                 * unsetenv.c: New file, extracted from setenv.c.
38224                 * setenv.c: Move the unsetenv() function to unsetenv.c.
38225
38226         2001-12-20  Bruno Haible  <bruno@clisp.org>
38227
38228                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
38229                 use malloc instead. For SunOS 4.
38230
38231         2001-12-11  Bruno Haible  <bruno@clisp.org>
38232
38233                 * setenv.c: Declare alloca.
38234                 (compar_fn_t): New typedef.
38235                 (KNOWN_VALUE, STORE_VALUE): Use it.
38236
38237         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
38238         setenv.h.
38239
38240 2002-12-10  Paul Eggert  <eggert@twinsun.com>
38241
38242         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
38243         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
38244         Choose values that are less likely to collide with system fnmatch
38245         options.
38246         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
38247         defined (e.g., a pure POSIX system).
38248         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
38249         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
38250
38251 2002-12-06  Paul Eggert  <eggert@twinsun.com>
38252
38253         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
38254         a pain in practice to deal with generated m4 files.  This change
38255         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
38256
38257         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
38258         and jm-glibc-io.m4, as they are no longer a special case.
38259         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
38260         kludge and the auto-generation stuff.  Check only whether the
38261         functions are declared, not whether they exist, since older hosts
38262         that don't declare the functions can't use the optimization anyway.
38263
38264 2002-12-06  Jim Meyering  <jim@meyering.net>
38265
38266         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
38267
38268         Merge in changes from libc's misc/error.c, in preparation
38269         for the merge of gnulib's changes back into libc.
38270
38271         * lib/error.c (_): Define only if not already defined.
38272         Move definition to follow all #include directives.
38273         Include unlocked-io.h only if !_LIBC.
38274         [_LIBC]: Include <libio/libioP.h>.
38275         [USE_IN_LIBIO]: Include <libio/iolibio.h>
38276         (fflush): Tweak definition to use INTUSE.
38277         (putc): Define.
38278
38279 2002-12-05  Paul Eggert  <eggert@twinsun.com>
38280
38281         * lib/alloca.c [defined emacs]: Include "lisp.h".
38282         (xalloc_die) [defined emacs]: New macro.
38283         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
38284         [! defined emacs]: Include <xalloc.h>.
38285         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
38286         (pointer): Typedef to POINTER_TYPE *.
38287         (malloc): Remove decl; we now always use xmalloc.
38288         (alloca): Use old-style definition, since Emacs needs this.
38289         Check for arithmetic overflow when computing combined size.
38290
38291 2002-12-04  Paul Eggert  <eggert@twinsun.com>
38292
38293         Do not generate unlocked-io.h automatically, since it's easier to
38294         maintain it by hand.
38295
38296         * lib/unlocked-io.h: New file, from GNU diffutils,
38297         but with proper copyright notice and attribution.
38298         * lib/gen-uio: Remove.
38299         * lib/Makefile.am: Add copyright notice.
38300         (libfetish_a_SOURCES): Add unlocked-io.h.
38301         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
38302         (DISTCLEANFILES, io_functions): Remove macros.
38303         (EXTRA_DIST): Remove gen_uio.
38304         (unlocked-io.h): Remove rule.
38305
38306 2002-12-04  Jim Meyering  <jim@meyering.net>
38307
38308         Reflect the fact that stat.c and lstat.c are no longer generated.
38309         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
38310         (DISTCLEANFILES): Likewise.
38311         (EXTRA_DIST): Likewise.
38312         (all_local): Don't depend on stat.c or lstat.c.
38313         (stat.c, lstat.c): Remove rules.
38314         (EXTRA_DIST): Remove xstat.in.
38315
38316         * lib/xstat.in: Remove file.  Contents moved into stat.c.
38317         * lib/stat.c: New file.  Contents mostly from xstat.in.
38318         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
38319         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
38320
38321         * lib/safe-read.c: Rework so that it may serve to define safe_write,
38322         too.
38323         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
38324
38325 2002-12-03  Jim Meyering  <jim@meyering.net>
38326
38327         * lib/safe-read.c, safe-write.c: Change variable names and comments,
38328         but not semantics, to minimize the differences between these two files.
38329         (safe_read): Change comment to mention SAFE_READ_ERROR.
38330
38331         * lib/safe-read.c (IS_EINTR): Define.
38332         (safe_read): Use IS_EINTR in place of in-function cpp directives.
38333
38334 2002-12-02  Jim Meyering  <jim@meyering.net>
38335
38336         * lib/safe-read.c (EINTR): Define.
38337         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38338         (INT_MAX): Provide fallback.
38339         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
38340
38341         * lib/safe-read.h (SAFE_READ_ERROR): Define.
38342
38343 2002-12-02  Bruno Haible  <bruno@clisp.org>
38344
38345         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
38346         Define, taken from safe-read.c.
38347         (INT_MAX): Provide fallback.
38348         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
38349         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
38350
38351         * lib/safe-read.c (EINTR): Remove definition.
38352         (safe_read): Don't use EINTR if it is absent.
38353
38354 2002-12-01  Jim Meyering  <jim@meyering.net>
38355
38356         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
38357         zero.
38358         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
38359
38360 2002-11-27  Paul Eggert  <eggert@twinsun.com>
38361
38362         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
38363         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
38364         with `if (! (value < limit)) abort ();', for readability.
38365
38366 2002-11-26  Karl Berry  <karl@gnu.org>
38367
38368         * lib/strdup.c: copy from libc again, with jim's ok.
38369         * lib/.cppi-disable: re-add strdup.c
38370
38371 2002-11-25  Karl Berry  <karl@gnu.org>
38372
38373         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
38374         instead of "strtol.c".
38375
38376 2002-11-25  Karl Berry  <karl@gnu.org>
38377
38378         * config/install-sh: update from automake for variable quoting, $0 in
38379         error msgs, etc.
38380
38381         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
38382         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
38383         entry.
38384
38385 2002-11-25  Jim Meyering  <jim@meyering.net>
38386
38387         * lib/mktime.c: Sync from libc, now that it has the latest fix.
38388
38389 2002-11-24  Karl Berry  <karl@gnu.org>
38390
38391         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
38392         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
38393
38394 2002-11-24  Jim Meyering  <jim@meyering.net>
38395
38396         Update from coreutils:
38397
38398         * lib/mktime.c: Merge in changes from libc.
38399
38400         Avoid a link-time failure on some Linux systems.
38401         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
38402         (otherwise).
38403         (__mon_yday): Declare with the STATIC attribute.
38404         (__mktime_internal): Likewise.
38405         Based on a report from Greg Schafer.
38406
38407 2002-11-23  Jim Meyering  <jim@meyering.net>
38408
38409         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
38410         Use `unsigned', not `int', as type of index.
38411
38412         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
38413
38414         * lib/fsusage.c: Remove unneeded parentheses around operands of
38415         `defined'.
38416
38417 2002-11-22  Paul Eggert  <eggert@twinsun.com>
38418
38419         * lib/quotearg.h: Allow multiple inclusion by surrounding with
38420         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
38421         so that we can be included first.
38422         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
38423         * lib/quotearg.c: Include quotearg.h immediately after config.h.
38424         No need to include stddef.h or sys/types.h any more.
38425         Surround local include files with "", not "<>".
38426         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
38427         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
38428         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
38429         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
38430         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
38431         (ISPRINT): Remove; no longer needed now that we assume C89.
38432
38433         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
38434         Preserve errno.
38435
38436         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
38437         quotearg_char): Use SIZE_MAX rather than
38438         (size_t) -1 when we are talking about "infinity".
38439
38440         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
38441
38442 2002-11-22  Paul Eggert  <eggert@twinsun.com>
38443
38444         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
38445         hint that one should use `if (! x) abort ();' rather than `assert
38446         (x);', and anyway it's one less thing to worry about configuring.
38447         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
38448         hash_rehash, hash_insert): Use abort rather than assert.
38449
38450 2002-11-22  Bruno Haible  <bruno@clisp.org>
38451
38452         * lib/safe-read.h: Assume C89. Add comments.
38453         (safe_read): Change return type to size_t.
38454         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
38455         byte counts > SSIZE_MAX correctly.
38456         * lib/safe-write.h: New file.
38457         * lib/safe-write.c: New file.
38458         * lib/full-read.h: New file.
38459         * lib/full-read.c: New file.
38460         * lib/full-write.h: Assume C89. Add comments.
38461         * lib/full-write.c: Include safe-write.h.
38462         (full_write): Rewritten to use safe_write.
38463         Suggested by Jim Meyering and Paul Eggert.
38464
38465 2002-11-21  Jim Meyering  <jim@meyering.net>
38466
38467         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
38468
38469         Merge in changes from the coreutils.
38470
38471         2002-09-25  Paul Eggert  <eggert@twinsun.com>
38472         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
38473         <stdint.h>.
38474         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
38475         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
38476         int.  Work more efficiently if X is the same width as uintmax_t.
38477         Do not compare X to -1, to avoid bogus compiler warning.
38478         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
38479         Don't assume that f_frsize and f_bsize are the same type.
38480
38481         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
38482         warning on FreeBSD.
38483
38484         * lib/makepath.c (make_path): Restore umask *before* creating the final
38485         component.
38486         (make_path): Minor reformatting.
38487
38488         * lib/xmalloc.c: Adjust to work with new autoconf macros,
38489         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
38490         HAVE_MALLOC/HAVE_REALLOC.
38491
38492         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
38493         dummy ones.  At least on GNU/Linux systems, `auto' means something
38494         else.
38495         From Michael Stone.
38496
38497 2002-11-21  Bruno Haible  <bruno@clisp.org>
38498
38499         Remove case insensitive option matching.
38500         * lib/argmatch.h (argcasematch): Remove declaration.
38501         (ARGCASEMATCH): Remove macro.
38502         (__xargmatch_internal): Remove case_sensitive argument.
38503         (XARGMATCH): Update.
38504         (XARGCASEMATCH): Remove macro.
38505         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
38506         case_sensitive argument.
38507         (argcasematch): Remove function.
38508         (__xargmatch_internal): Remove case_sensitive argument.
38509         (main): Use XARGMATCH instead of XARGCASEMATCH.
38510
38511         * lib/xmalloc.c: Change compile-time error message. Add comment about
38512         required autoconf version.
38513
38514 2002-11-20  Paul Eggert  <eggert@twinsun.com>
38515
38516         Merge argmatch cleanups from Bison.  Assume C89.
38517
38518         * lib/argmatch.c: Include config.h here, not in argmatch.h.
38519         Include stdlib.h, for EXIT_FAILURE.
38520         Always include <string.h>, since we assume C89.
38521         (EXIT_FAILURE): Remove pre-C89 bug workaround.
38522         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
38523         Include <stddef.h> instead, since it's all we need for size_t.
38524         (PARAMS): Remove.  All uses removed.
38525         (ARRAY_CARDINALITY): Do not bother to #undef.
38526         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
38527         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
38528         Remove unnecessary parentheses.
38529         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
38530         Insert necessary parentheses.
38531         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
38532         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
38533
38534 2002-11-19  Bruno Haible  <bruno@clisp.org>
38535
38536         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
38537         * lib/mbswidth.h: Include <stddef.h>, for size_t.
38538
38539         * lib/mbswidth.h (PARAMS): Remove macro.
38540         (mbswidth, mbsnwidth): Use ANSI C function declarations.
38541         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
38542
38543         * lib/gcd.h (PARAMS): Remove macro.
38544         (gcd): Use ANSI C function declarations.
38545         * lib/gcd.c (gcd): Likewise.
38546
38547 2002-11-15  Bruno Haible  <bruno@clisp.org>
38548
38549         * lib/strcspn.c: Include <stddef.h>.
38550         (strcspn): Use ANSI C function declaration. Change return type to
38551         size_t. Use NULL.
38552         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
38553         (strpbrk): Use NULL.
38554         * lib/strpbrk.h (PARAMS): Remove macro.
38555         (strpbrk): Use ANSI C function declaration.
38556         * lib/strstr.c: Don't include <sys/types.h>.
38557         * lib/strstr.h (PARAMS): Remove macro.
38558         (strstr): Use ANSI C function declarations.
38559
38560 2002-11-14  Karl Berry  <karl@gnu.org>
38561
38562         * config/mkinstalldirs: `do' on separate line, instead of
38563         `for var; do'.
38564
38565 2002-11-06  Bruno Haible  <bruno@clisp.org>
38566
38567         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
38568         * lib/gcd.c (gcd): Likewise.
38569
38570 2002-11-05  Bruno Haible  <bruno@clisp.org>
38571
38572         * lib/gcd.h: New file, from gettext-0.11.5.
38573         * lib/gcd.c: New file, from gettext-0.11.5.
38574
38575 2002-11-05  Bruno Haible  <bruno@clisp.org>
38576
38577         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38578         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38579         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38580         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38581
38582         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
38583         <libintl.h>.
38584         * lib/makepath.c: Include gettext.h instead of <locale.h> and
38585         <libintl.h>.
38586
38587         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
38588         * lib/human.c: Include gettext.h instead of <libintl.h>.
38589         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
38590         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
38591         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
38592         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
38593         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
38594         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
38595         (textdomain): Remove definition.
38596         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
38597
38598         * lib/long-options.c: Remove include of <libintl.h> and definition of
38599         _.
38600         * lib/same.c: Remove include of <libintl.h> and definition of _.
38601
38602 2002-11-04  Owen Taylor  <otaylor@redhat.com>
38603
38604         * lib/config.charset: A few additions for Solaris.
38605
38606 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
38607
38608         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
38609         * lib/localcharset.c (locale_charset): Declare as extern "C".
38610
38611 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
38612
38613         * lib/config.charset: msdos in uk_UA uses CP1125.
38614
38615 2002-11-04  Bruno Haible  <bruno@clisp.org>
38616
38617         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
38618         * lib/strcase.h: New file, from GNU gettext-0.11.5.
38619         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
38620         * lib/strstr.h: New file, from GNU gettext-0.11.5.
38621         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
38622
38623 2002-11-04  Bruno Haible  <bruno@clisp.org>
38624
38625         * lib/localcharset.c (locale_charset): Don't return an empty string.
38626
38627 2002-11-04  Bruno Haible  <bruno@clisp.org>
38628
38629         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
38630         aliases.
38631
38632 2002-11-04  Bruno Haible  <bruno@clisp.org>
38633
38634         * lib/config.charset: Update for newest glibc. Add canonical names
38635         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
38636
38637 2002-11-04  Bruno Haible  <bruno@clisp.org>
38638
38639         * lib/config.charset: Add support for NetBSD.
38640
38641 2002-11-04  Bruno Haible  <bruno@clisp.org>
38642
38643         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
38644
38645 2002-11-01  Bruno Haible  <bruno@clisp.org>
38646
38647         * configure.in: Add AC_CONFIG_AUX_DIR call.
38648         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
38649         test/Makefile.
38650         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
38651
38652 2002-09-28  Karl Berry  <karl@gnu.org>
38653
38654         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
38655         installed automake until the next release, since changes have been
38656         made.
38657
38658 2002-09-25  Karl Berry  <karl@gnu.org>
38659
38660         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
38661         * lib/getopt*: copy from libc/posix.
38662         * lib/gettext.h: copy from gettext.
38663         * lib/.cppi-disable: add strdup.c, gettext.h.
38664
38665 2002-09-25  Karl Berry  <karl@gnu.org>
38666
38667         * config/srclist.txt: enable gettext.h check.
38668         * config/config.{guess,sub}: update from prep.
38669         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
38670                 from automake 1.6.3.
38671         See srclist*.
38672
38673 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
38674
38675         * regex.c (PATFETCH): Remove the translating fetch.
38676         (PATFETCH_RAW): Rename to PATFETCH.
38677         (set_image_of_range): New fun.
38678         (SET_RANGE_TABLE_WORK_AREA): Use it.
38679         (regex_compile): Don't translate the pattern chars so eagerly.
38680         Only do it when inserting an `exactn' bytecode or when handling
38681         a char-range.
38682         (mutually_exclusive_p): Avoid empty statement.
38683
38684 2002-07-06  Jim Meyering  <meyering@lucent.com>
38685
38686         * m4/README: Don't mention Makefile.am.in.
38687         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
38688
38689 2002-07-01  Jim Meyering  <meyering@lucent.com>
38690
38691         * lib/c-stack.c: Include sys/time.h.
38692         From Volker Borchert.
38693
38694 2002-06-26  Paul Eggert  <eggert@twinsun.com>
38695
38696         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
38697
38698 2002-06-26  Paul Eggert  <eggert@twinsun.com>
38699
38700         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
38701         New macro.  Use it uniformly instead of
38702         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
38703         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
38704         reported by Vin Shelton.
38705
38706 2002-06-22  Paul Eggert  <eggert@twinsun.com>
38707
38708         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
38709         Do not assume SA_SIGINFO behavior.
38710         Bug reported by Jim Meyering on NetBSD 1.5.2.
38711
38712 2002-06-22  Jim Meyering  <meyering@lucent.com>
38713
38714         * m4/c-stack.m4: New file, from diffutils-2.8.2.
38715         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
38716
38717         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
38718         now that configure.ac uses AC_GNU_SOURCE.
38719         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
38720         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
38721
38722         Update to latest tools.  Suggestions from Paul Eggert.
38723         * m4/stdbool.m4: New file, from diffutils-2.8.2.
38724         * m4/gnu-source.m4: Update from diffutils-2.8.2.
38725         * m4/fnmatch.m4: Likewise.
38726         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
38727         to AC_HEADER_STDBOOL
38728
38729 2002-06-22  Jim Meyering  <meyering@lucent.com>
38730
38731         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
38732         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
38733
38734 2002-06-22  Jim Meyering  <meyering@lucent.com>
38735
38736         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
38737
38738         * lib/exitfail.c, exitfail.h: Likewise.
38739         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
38740
38741         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
38742         of fnmatch.h.
38743         (EXTRA_DIST): Add fnmatch_loop.c.
38744         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
38745
38746         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
38747         * lib/fnmatch.c: Update from diffutils-2.8.2.
38748         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
38749         * lib/fnmatch.h: Remove file.
38750
38751 2002-06-21  Jim Meyering  <meyering@lucent.com>
38752
38753         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
38754         * m4/mbrtowc.m4: Likewise.
38755
38756         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
38757         * m4/mbswidth.m4: Reflect name change:
38758         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
38759         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38760
38761         * m4/lib-link.m4: Update from gettext-0.11.2.
38762         * m4/gettext.m4: Likewise.
38763
38764         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
38765         From Alfred M. Szmidt.
38766
38767 2002-06-18  Paul Eggert  <eggert@twinsun.com>
38768
38769         * lib/file-type.h: Report an error if neither S_ISREG nor
38770         S_IFREG is defined, instead of using a test specific to glibc
38771         2.2.  This should be safe, since POSIX requires S_ISREG and
38772         Unix Version 7 had S_IFREG.  We don't need to check for
38773         <sys/types.h> since we don't use any symbols that it defines.
38774
38775 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
38776
38777         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
38778         $@-t, so that each temporary file name is unique and valid in the first
38779         8 characters, for operation under DOS.
38780
38781 2002-06-15  Paul Eggert  <eggert@twinsun.com>
38782
38783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
38784
38785 2002-06-15  Jim Meyering  <meyering@lucent.com>
38786
38787         Work even with DJGPP 2.03, which lacks support for symlinks.
38788         From Richard Dawe.
38789         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
38790         is defined.
38791         * lib/lchown.c (S_ISLNK): Likewise.
38792
38793 2002-06-15  Jim Meyering  <meyering@lucent.com>
38794
38795         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
38796         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
38797         have been included before this file.
38798
38799 2002-06-14  Jim Meyering  <meyering@lucent.com>
38800
38801         * lib/file-type.h: Use the version from diffutils-2.8.2.
38802         * lib/file-type.c: Likewise.
38803
38804 2002-06-07  Jim Meyering  <meyering@lucent.com>
38805
38806         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
38807         They're needed at least for NetBSD 1.5.2.
38808         ($statxfs_includes): Include those same headers.
38809         ($statxfs_includes): Include sys/vfs.h if available.
38810         ($statxfs_includes): Likewise for sys/statvfs.h.
38811         Check for the following members in both structs statfs and statvfs:
38812         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
38813
38814 2002-06-01  Jim Meyering  <meyering@lucent.com>
38815
38816         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
38817         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
38818
38819 2002-05-28  Jim Meyering  <meyering@lucent.com>
38820
38821         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
38822         Reported by Volker Borchert.
38823
38824 2002-05-27  Jim Meyering  <meyering@lucent.com>
38825
38826         Fix a problem seen only on nonconforming systems whereby ls.c's
38827         use of localtime, and then of gettimeofday would cause trouble:
38828         the localtime call used to initialize rpl_gettimeofday's save
38829         mechanism would clobber ls's current local time information so
38830         that in any long listing the first file would always be listed
38831         with date 1970-01-01.  Analysis by Volker Borchert.
38832
38833         * lib/gettimeofday.c (localtime): Undefine.
38834         (rpl_localtime): New function.
38835
38836 2002-05-27  Jim Meyering  <meyering@lucent.com>
38837
38838         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
38839         localtime.
38840
38841         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
38842         use the replacement function; it wouldn't resolve at link time.
38843         Reported by Volker Borchert.
38844
38845 2002-05-22  Jim Meyering  <meyering@lucent.com>
38846
38847         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
38848         file-type.h.
38849         * lib/file-type.h: New file.
38850         * lib/file-type.c (file_type): New file/function.  Extracted from
38851         diffutils.
38852
38853 2002-04-30  Jim Meyering  <meyering@lucent.com>
38854
38855         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
38856
38857 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38858
38859         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
38860
38861 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38862
38863         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
38864         Do not check for alloca.h (no longer used) or stdbool.h (was never
38865         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
38866
38867 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38868
38869         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
38870
38871 2002-04-29  Jim Meyering  <meyering@lucent.com>
38872
38873         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
38874         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
38875         Use AC_FUNC_STRNLEN here instead.
38876
38877         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
38878         With autoconf-2.53a, it's part of AC_PROG_CC.
38879
38880 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38881
38882         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
38883         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
38884
38885 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38886
38887         * lib/sig2str.h, lib/sig2str.c: New files.
38888         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
38889
38890 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38891
38892         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
38893         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
38894         of 127, since 64 is the largest conceivable number for ancient
38895         nonstandard hosts.
38896         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
38897
38898 2002-04-28  Jim Meyering  <meyering@lucent.com>
38899
38900         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
38901
38902 2002-04-24  Jim Meyering  <meyering@lucent.com>
38903
38904         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
38905         (jm_PREREQ): Use it.
38906
38907         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
38908         mach/mach.h fcntl.h.
38909         Check for this function: setlocale.
38910
38911 2002-04-24  Jim Meyering  <meyering@lucent.com>
38912
38913         * lib/gettext.h: New file, from Gettext.
38914         * lib/Makefile.am (INCLUDES): Remove -I../intl.
38915         (libfetish_a_SOURCES): Add gettext.h.
38916
38917 2002-04-16  Jim Meyering  <meyering@lucent.com>
38918
38919         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
38920         ut_pid, ut_id, ut_exit.
38921
38922 2002-04-16  Jim Meyering  <meyering@lucent.com>
38923
38924         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
38925         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
38926         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
38927
38928 2002-04-12  Jim Meyering  <meyering@lucent.com>
38929
38930         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
38931         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
38932         existence of the getmntinfo function.  Needed for Darwin 5.3.
38933
38934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
38935         This is necessary at least on Darwin 5.3.
38936
38937         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
38938         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
38939         strnlen.o in the library, and that makes some versions of ranlib
38940         object.
38941
38942 2002-04-12  Jim Meyering  <meyering@lucent.com>
38943
38944         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
38945
38946 2002-04-09  Jim Meyering  <meyering@lucent.com>
38947
38948         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
38949         to be more precise.  Rather than saying we're checking whether the
38950         function `works', say what we're testing.
38951         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
38952         Reported by Bruno Haible.
38953
38954 2002-03-10  Jim Meyering  <meyering@lucent.com>
38955
38956         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
38957         Suggestion from Santiago Vila.
38958
38959 2002-03-08  Jim Meyering  <meyering@lucent.com>
38960
38961         * lib/rename.c: Mention that this wrapper is needed also on
38962         mips-dec-ultrix4.4 systems.
38963
38964 2002-03-02  Jim Meyering  <meyering@lucent.com>
38965
38966         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
38967         not HAVE_CLOCK_SETTIME.
38968
38969 2002-02-27  Paul Eggert  <eggert@twinsun.com>
38970
38971         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
38972         Check for clock_settime.
38973
38974 2002-02-27  Paul Eggert  <eggert@twinsun.com>
38975
38976         * lib/nanosleep.h: Rename to....
38977         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
38978
38979         * lib/gettime.c: New file.
38980         * lib/settime.c: New file.
38981         * lib/stime.c: Remove.
38982
38983         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
38984         timespec.h.  Remove nanosleep.h.
38985
38986 2002-02-25  Paul Eggert  <eggert@twinsun.com>
38987
38988         * m4/acl.m4: New file.
38989         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
38990         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
38991
38992 2002-02-25  Paul Eggert  <eggert@twinsun.com>
38993
38994         * lib/acl.c, lib/acl.h: New files.
38995         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
38996
38997 2002-02-24  Jim Meyering  <meyering@lucent.com>
38998
38999         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
39000         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
39001         cause trouble.  Reported by Nelson Beebe.
39002
39003 2002-02-23  Paul Eggert  <eggert@twinsun.com>
39004
39005         * lib/path-concat.c (xpath_concat): Reorder code to pacify
39006         compilers that don't know that xalloc_die never returns.
39007
39008 2002-02-20  Jim Meyering  <meyering@lucent.com>
39009
39010         * lib/getdate.c: Regenerate using bison-1.33.
39011
39012 2002-02-17  Jim Meyering  <meyering@lucent.com>
39013
39014         * config/config.guess (main): Don't use `head -1'; it's no longer
39015         portable. Use `sed 1q' instead.
39016
39017 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
39018
39019         * m4/codeset.m4: Upgrade to gettext-0.11.
39020         * m4/gettext.m4: Upgrade to gettext-0.11.
39021         * m4/glibc21.m4: Upgrade to gettext-0.11.
39022         * m4/iconv.m4: Upgrade to gettext-0.11.
39023         * m4/isc-posix.m4: Upgrade to gettext-0.11.
39024         * m4/lcmessage.m4: Upgrade to gettext-0.11.
39025         * m4/lib-ld.m4: New file, from gettext-0.11.
39026         * m4/lib-link.m4: New file, from gettext-0.11.
39027         * m4/lib-prefix.m4: New file, from gettext-0.11.
39028         * m4/progtest.m4: Upgrade to gettext-0.11.
39029
39030 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39031
39032         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
39033         (jm_PREREQ): Use it.
39034
39035 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39036
39037         * lib/posixver.c, lib/posixver.h: New files.
39038         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39039
39040 2002-02-02  Paul Eggert  <eggert@twinsun.com>
39041             Bruno Haible  <bruno@clisp.org>
39042
39043         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
39044         (fwrite_success_callback): New declaration.
39045         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
39046         print_unicode_char. Call failure callback instead of error.
39047         (fwrite_success_callback): New function.
39048         (exit_failure_callback): New function.
39049         (fallback_failure_callback): New function.
39050         (print_unicode_char): Call unicode_to_mb.
39051
39052 2002-01-26  Jim Meyering  <meyering@lucent.com>
39053
39054         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
39055         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
39056
39057 2002-01-26  Jim Meyering  <meyering@lucent.com>
39058
39059         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
39060
39061 2002-01-22  Paul Eggert  <eggert@twinsun.com>
39062
39063         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
39064
39065 2002-01-22  Jim Meyering  <meyering@lucent.com>
39066
39067         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
39068         Otherwise, some versions of automake would omit the rule that makes
39069         Makefile from Makefile.in.
39070
39071 2002-01-21  Paul Eggert  <eggert@twinsun.com>
39072
39073         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
39074         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39075         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
39076         (memcoll): Set errno to zero if there is no error.
39077
39078         * lib/quotearg.c (quotearg_buffer_restyled):
39079         Fix bug with quoting buffers containing NUL when backslashing escapes.
39080         This bug was exposed by the other changes in this patch.
39081         (quotearg_n_options): New arg ARGSIZE.
39082         All callers changed.
39083         (quoting_options_from_style): New function.
39084         (quotearg_n_style): Use it.
39085         (quotearg_n_style_mem): New function.
39086
39087         * lib/quotearg.h (quotearg_n_style_mem): New function.
39088
39089 2002-01-19  Jim Meyering  <meyering@lucent.com>
39090
39091         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
39092         Remove useless quotes: DF_PROG="df".
39093         * m4/strnlen.m4: New file.
39094
39095 2002-01-16  Paul Eggert  <eggert@twinsun.com>
39096
39097         * lib/backupfile.c (ISDIGIT): Comment fix.
39098         * lib/getdate.y (ISDIGIT): Likewise.
39099         * lib/posixtm.c (ISDIGIT, year): Likewise.
39100         * lib/strverscmp.c (ISDIGIT): Likewise.
39101         * lib/userspec.c (ISDIGIT): Likewise.
39102
39103 2002-01-16  Jim Meyering  <meyering@lucent.com>
39104
39105         * lib/getdate.y: Add three semicolons, each just before a closing
39106         brace. Bison (as of version 1.31) no longer papers over that mistake.
39107
39108 2002-01-05  Jim Meyering  <meyering@lucent.com>
39109
39110         * lib/version-etc.c (version_etc_copyright): Update copyright year.
39111
39112 2001-12-19  Paul Eggert  <eggert@twinsun.com>
39113
39114         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
39115         not silently exit merely because the output buffer happens to
39116         have nothing pending.
39117
39118 2001-12-18  Paul Eggert  <eggert@twinsun.com>
39119
39120         See the big note in ../ChangeLog.
39121         * lib/human.c (suffixes): Prefer K to k for 1024.
39122         (generate_suffix_backwards): New function.
39123         (human_readable_inexact): Use it.
39124         * lib/xstrtol.c (__xstrtol): If there is no number but there
39125         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
39126         Accept 'K' as well as 'k'.
39127
39128 2001-12-15  Jim Meyering  <meyering@lucent.com>
39129
39130         * lib/regex.h (__restrict_arr): Update from libc.
39131
39132         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
39133         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
39134         (STREQ): Define.
39135
39136 2001-12-14  Jim Meyering  <meyering@lucent.com>
39137
39138         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
39139         Suggestion from Bruno Haible.
39140
39141 2001-12-10  Jim Meyering  <meyering@lucent.com>
39142
39143         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
39144         xrealloc, Instead, include "xalloc.h".
39145         (initbuffer): Don't cast xmalloc return value to char*.
39146         (readline): Reword comment.
39147         Don't cast xrealloc return value to char*
39148         Return NULL, not 0.
39149
39150 2001-12-09  Jim Meyering  <meyering@lucent.com>
39151
39152         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
39153         about `signed and unsigned type in conditional expression'.
39154         * lib/posixtm.c (posix_time_parse): Likewise.
39155
39156         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
39157
39158         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
39159         to avoid a pedantic warning.
39160
39161         * lib/getstr.c: Don't include assert.h.
39162         (getstr): Remove warning-evoking assertions.
39163         Return -1 if offset parameter is out of bounds.
39164         Change the type of a local from int to size_t.
39165
39166         * lib/strftime.c (my_strftime_localtime_r): Include this function
39167         definition in the `#if ! HAVE_TM_GMTOFF' block.
39168
39169         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
39170         Include xalloc.h instead.
39171
39172 2001-12-02  Jim Meyering  <meyering@lucent.com>
39173
39174         * lib/tempname.c: Don't declare getenv, thus reverting the change of
39175         2001-11-18.  It's no longer necessary, now that stdlib.h is always
39176         included.
39177
39178         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
39179         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
39180
39181 2001-11-30  Akim Demaille  <akim@epita.fr>
39182
39183         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
39184         before being defined.
39185
39186 2001-11-27  Paul Eggert  <eggert@twinsun.com>
39187
39188         * lib/quotearg.h (quotearg_n, quotearg_n_style):
39189         First arg is int, not unsigned.
39190         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
39191         (SIZE_MAX, UINT_MAX): New macros.
39192         (quotearg_n_options): Abort if N is negative.
39193         Avoid overflow check on hosts where size_t is 64 bits and int
39194         is 32 bits, as overflow is impossible there.
39195         Fix off-by-one typo that caused unnecessary reallocation.
39196
39197 2001-11-27  Jim Meyering  <meyering@lucent.com>
39198
39199         * lib/tempname.c: Merge with version from libc.
39200         * lib/regex.c: Likewise.
39201
39202         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
39203         systems for which STDC_HEADERS is 0, it was not included, resulting in
39204         a warning about an integer-to-pointer conversion problem with getenv.
39205         Reported by Volker Borchert.
39206
39207 2001-11-26  Jim Meyering  <meyering@lucent.com>
39208
39209         * lib/gtod.h: Remove file.
39210         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
39211         * lib/gettimeofday.c: Don't include gtod.h.
39212         (GTOD_init): Remove function.
39213         (rpl_gettimeofday): Do its job here instead, rather than aborting.
39214         Suggestion from Volker Borchert.
39215
39216 2001-11-23  Jim Meyering  <meyering@lucent.com>
39217
39218         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
39219         it.
39220         * lib/hash.c (struct hash_table): Define it here instead.
39221
39222 2001-11-22  Jim Meyering  <meyering@lucent.com>
39223
39224         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
39225
39226 2001-11-20  Jim Meyering  <meyering@lucent.com>
39227
39228         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
39229         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
39230
39231 2001-11-19  Jim Meyering  <meyering@lucent.com>
39232
39233         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
39234         directory.  Use "conftestXXXXXX" as the template.
39235         Suggestion from Paul Eggert.
39236
39237         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
39238         immediately, so the test doesn't mistakenly hit the max-open-files
39239         limit.
39240
39241 2001-11-18  Paul Eggert  <eggert@twinsun.com>
39242
39243         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
39244         (TEMPORARIES): New macro.
39245         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
39246         removes an artificial limitation (e.g. HP-UX 10.20, where
39247         TMP_MAX is 17576).
39248
39249 2001-11-18  Jim Meyering  <meyering@lucent.com>
39250
39251         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
39252
39253 2001-11-18  Jim Meyering  <meyering@lucent.com>
39254
39255         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
39256         on SunOS 4.
39257
39258         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
39259         files will be created before anything else.
39260
39261 2001-11-17  Paul Eggert  <eggert@twinsun.com>
39262
39263         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
39264         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
39265
39266 2001-11-17  Jim Meyering  <meyering@lucent.com>
39267
39268         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
39269         Prompted by a report from Bob Proulx.
39270
39271         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
39272         Instead, require UTILS_FUNC_MKSTEMP.
39273
39274 2001-11-17  Jim Meyering  <meyering@lucent.com>
39275
39276         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
39277         Now, that's done as part of AC_FUNC_STRTOD.
39278
39279 2001-11-17  Jim Meyering  <meyering@lucent.com>
39280
39281         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
39282         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
39283         rather than group writable.  Patch by Juan F. Codagnone.
39284
39285         * lib/readtokens.c: Remove explicit declarations of xmalloc and
39286         xrealloc, Instead, include "xalloc.h".
39287
39288         * lib/mountlist.c: Include unlocked-io.h after all system headers.
39289         Remove explicit declarations of xmalloc, xrealloc,
39290         and xstrdup.  Instead, include "xalloc.h".
39291
39292         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
39293         unlocked-io.h.
39294         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
39295         Likewise.
39296         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
39297
39298         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
39299         Reported by Padraig Brady.
39300
39301         * lib/mkstemp.c: #undef mkstemp.
39302         Include config.h.
39303         (rpl_mkstemp): Rename from mkstemp.
39304         Protoize.
39305
39306 2001-11-16  Jim Meyering  <meyering@lucent.com>
39307
39308         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
39309         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
39310         determine the amount of total physical memory, use pstat_getstatic.
39311         HPUX-11 doesn't define _SC_PHYS_PAGES.
39312         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
39313         If sysconf couldn't be used to determine the amount of available
39314         physical memory, use both pstat_getstatic and pstat_getdynamic.
39315         Based on a patch from Bob Proulx.
39316
39317 2001-11-10  Jim Meyering  <meyering@lucent.com>
39318
39319         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
39320         (jm_PREREQ): Use it.
39321
39322 2001-11-09  Jim Meyering  <meyering@lucent.com>
39323
39324         * m4/jm-macros.m4: Require autoconf-2.52f.
39325         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
39326         Use these AC_-prefixed names, not the AM_-prefixed ones.
39327
39328         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
39329
39330 2001-11-05  Jim Meyering  <meyering@lucent.com>
39331
39332         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
39333
39334 2001-11-04  Jim Meyering  <meyering@lucent.com>
39335
39336         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
39337         $DEFS.
39338
39339 2001-11-03  Jim Meyering  <meyering@lucent.com>
39340
39341         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
39342         of AC_DEFUN.
39343
39344         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
39345         know the name of the variable in the macro definition.
39346
39347 2001-11-03  Jim Meyering  <meyering@lucent.com>
39348
39349         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
39350         in argmatch_to_argument call.
39351
39352         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
39353         argument.
39354
39355         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
39356         e.g., a fault due to an attempt to free a NULL pointer.
39357
39358 2001-11-01  Jim Meyering  <meyering@lucent.com>
39359
39360         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
39361         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
39362
39363 2001-11-01  Jim Meyering  <meyering@lucent.com>
39364
39365         * lib/dirfd.c, lib/dirfd.h: New files.
39366         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
39367
39368         * lib/hash.c (hash_print) [TESTING]: Clean up.
39369
39370 2001-10-22  Paul Eggert  <eggert@twinsun.com>
39371
39372         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
39373         to avoid a warning if -Wall.
39374
39375 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
39376
39377         * README: New file
39378         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
39379         (per RMS's instructions, this is now the canonical source)
39380         * lgpl/, gpl/: New directories.
39381
39382 2001-10-21  Paul Eggert  <eggert@twinsun.com>
39383
39384         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
39385
39386 2001-10-21  Jim Meyering  <meyering@lucent.com>
39387
39388         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
39389         this code would end up calling gettext even in packages built
39390         with --disable-nls.
39391         * lib/getopt.c (_): Likewise.
39392         * lib/regex.c (_): Likewise.
39393
39394 2001-10-20  Paul Eggert  <eggert@twinsun.com>
39395
39396         * m4/error.m4 (jm_PREREQ_ERROR):
39397         Do not invoke AC_CHECK_FUNCS with strerror_r, as
39398         AC_FUNC_STRERROR_R does that.
39399         Check for strerror declaration.
39400
39401         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
39402         are supposed to have them these days.
39403         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
39404         Merge changes from latest Autoconf CVS.
39405         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
39406         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
39407         POSIX decided to standardize on the int flavor of strerror_r.
39408
39409 2001-10-20  Paul Eggert  <eggert@twinsun.com>
39410
39411         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
39412         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
39413         Use strerror_r that is only a macro, even if it is not a function.
39414         (strerror): Check for HAVE_DECL_STRERROR before declaring.
39415         (private_strerror): Use prototypes, not old-style function definition.
39416         (print_errno_message): New function.
39417         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
39418         char*-flavored one.
39419         (error_tail, error, error_at_line): Use it.
39420
39421 2001-10-11  Jim Meyering  <meyering@lucent.com>
39422
39423         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
39424         and quote_n (1, ... to avoid clobbering a buffer.
39425
39426 2001-10-05  Jim Meyering  <meyering@lucent.com>
39427
39428         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
39429         hash-pjw.h.
39430         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
39431         * lib/hash-pjw.h: New file.
39432
39433 2001-09-30  Jim Meyering  <meyering@lucent.com>
39434
39435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
39436         `struct fsstat' has the `f_fstypename' member.
39437         Use that to define FS_TYPE, which is now used to make
39438         the getfsstat link test tighter.
39439
39440 2001-09-30  Jim Meyering  <meyering@lucent.com>
39441
39442         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
39443         Include <sys/ucred.h>, for Apple Darwin.
39444         Include sys/mount.h and sys/fs_types.h only if available.
39445         (FS_TYPE): Define.
39446         (read_filesystem_list): Use FS_TYPE.
39447
39448 2001-09-29  Paul Eggert  <eggert@twinsun.com>
39449
39450         * lib/exclude.c (excluded_filename): 0 -> false, since it's
39451         a boolean context.
39452
39453 2001-09-29  Jim Meyering  <meyering@lucent.com>
39454
39455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
39456         [one-argument getmntent function]): Include stdio.h before mntent.h.
39457         SunOS 4.1.x needs it for the declaration of `FILE'.
39458         Patch by Volker Borchert.
39459
39460         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
39461         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
39462         sys/fs_types.h, and make the link-test for getfsstat guard #include
39463         directives with appropriate #if HAVE_*_H tests so that we can
39464         detect getfsstat on Apple Darwin1.3.7 systems.
39465         Reported by Nelson Beebe.
39466         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
39467
39468 2001-09-28  Paul Eggert  <eggert@twinsun.com>
39469
39470         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
39471         #defines strtoimax.  Also treat the other strto* functions
39472         like strtoimax.
39473
39474         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
39475         Check for strtoul and strtoumax,
39476         as those declarations are made even in the signed case.
39477         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
39478         Likewise, for strtol and strtoimax.
39479
39480 2001-09-28  Paul Eggert  <eggert@twinsun.com>
39481
39482         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
39483         #defines strtoimax.  Also treat the other strto* functions
39484         like strtoimax.
39485
39486         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
39487         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
39488         (strtoimax, strtoumax): Do not declare if already defined as a macro.
39489
39490 2001-09-26  Jim Meyering  <meyering@lucent.com>
39491
39492         Most macros in unlocked-io.h had the wrong number of arguments.
39493         * lib/gen-uio: New script.
39494         (USE_UNLOCKED_IO): Define to 1 if not already defined.
39495         * lib/unlocked-io.hin: Remove file.
39496         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
39497         rather than trying to embed it here.
39498         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
39499         Reported by Padraig Brady.
39500
39501 2001-09-25  Volker Borchert  <bt@teknon.de>
39502
39503         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
39504         `result'.
39505
39506 2001-09-24  Jim Meyering  <meyering@lucent.com>
39507
39508         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
39509
39510 2001-09-23  Jim Meyering  <meyering@lucent.com>
39511
39512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
39513         instead of the mere test for existence of mntent.h.  The latter
39514         would get a false-positive on AIX 3.4 systems.
39515         In the outer getmntent if-block, don't die if neither of the getmntent
39516         tests succeeds.  Instead, just fall through and continue with the
39517         remaining tests.
39518
39519 2001-09-23  Jim Meyering  <meyering@lucent.com>
39520
39521         * lib/mountlist.c: Remove useless parentheses in #if directives.
39522         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
39523         the deprecated MOUNTED symbol is no longer defined in mntent.h.
39524
39525 2001-09-22  Jim Meyering  <meyering@lucent.com>
39526
39527         * m4/gettext.m4: New file.  From gettext.
39528         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
39529         * m4/progtest.m4: Likewise
39530         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
39531         * m4/glibc21.m4: Likewise.
39532
39533         * m4/libintl.m4: Remove.  No longer used.
39534
39535 2001-09-22  Jim Meyering  <meyering@lucent.com>
39536
39537         * lib/localcharset.c: Update from latest gettext.
39538         * lib/config.charset: Likewise.
39539
39540 2001-09-20  Jim Meyering  <meyering@lucent.com>
39541
39542         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
39543         strtoimax.
39544         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
39545         strtoumax.
39546
39547 2001-09-20  Jim Meyering  <meyering@lucent.com>
39548
39549         * lib/xstrtol.c (strtoimax): Guard declaration with
39550         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
39551         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
39552         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
39553         (strtoumax): Likewise, for completeness (it wasn't necessary).
39554
39555 2001-09-17  Paul Eggert  <eggert@twinsun.com>
39556
39557         * lib/strtoimax.c (HAVE_LONG_LONG):
39558         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
39559         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
39560         to work around bug in IBM C compiler.
39561
39562 2001-09-17  Jim Meyering  <meyering@lucent.com>
39563
39564         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
39565         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
39566         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
39567         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
39568         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
39569         whenever the right hand side need not be expanded by the shell.
39570
39571 2001-09-16  Paul Eggert  <eggert@twinsun.com>
39572
39573         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
39574         library.  It's not correct, as some older glibcs are buggy.
39575         fnmatch wasn't fixed until glibc 2.2.
39576
39577         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
39578         special shell magic here.
39579
39580 2001-09-16  Jim Meyering  <meyering@lucent.com>
39581
39582         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
39583         * m4/jm-macros.m4: Require it.
39584
39585 2001-09-16  Jim Meyering  <meyering@lucent.com>
39586
39587         * lib/mkdir.c: New file.
39588
39589 2001-09-15  Jim Meyering  <meyering@lucent.com>
39590
39591         * m4/jm-macros.m4: Check for help2man.
39592
39593 2001-09-11  Jim Meyering  <meyering@lucent.com>
39594
39595         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
39596         The body, by Paul Eggert, was moved here from configure.in.
39597         * m4/jm-macros.m4: Require UTILS_HOST_OS.
39598
39599 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39600
39601         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
39602         (jm_PREREQ): Use it.
39603
39604 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39605
39606         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
39607         Use ssize_t, not int, to store result of readlink.
39608         Check for ssize_t overflow as well as size_t overflow,
39609         as POSIX says the result of readlink is implementation-defined
39610         when ssize_t overflows.
39611         Remove unnecessary cast to char*.
39612         Use free+malloc instead of realloc, as the storage doesn't need
39613         to be preserved and it's clearer and can be more efficient that way.
39614         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
39615         * lib/xreadlink.h (xreadlink): Update prototype.
39616
39617 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39618
39619         * lib/xgetcwd.c: Revert some of the previous change; intead,
39620         fix the HAVE_GETCWD_NULL code to behave more like the
39621         !HAVE_GETCWD_NULL code used to.
39622
39623         Include "xalloc.h".
39624         (xgetcwd): Do not return NULL when memory is exhausted; instead,
39625         invoke xalloc_die.
39626
39627 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39628
39629         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
39630         sys/param.h, as pathmax.h includes them.
39631
39632 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39633
39634         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
39635         (jm_PREREQ_XGETCWD): New macro.
39636
39637         * m4/getcwd.m4: New file.
39638
39639 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39640
39641         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
39642         like the HAVE_GETCWD_NULL code.
39643         Include pathmax.h if not HAVE_GETCWD.
39644         Do not include xalloc.h.
39645         (INITIAL_BUFFER_SIZE): New symbol.
39646         Do not use xmalloc / xrealloc, since the caller is responsible for
39647         handling errors.  Preserve errno around `free' during failure.
39648         Do not overrun buffer when using getwd.
39649
39650 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39651
39652         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
39653         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
39654         getcwd (NULL, 0).
39655
39656 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39657
39658         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
39659         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
39660         spotted by Jim Meyering.
39661
39662 2001-09-03  Jim Meyering  <meyering@lucent.com>
39663
39664         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
39665         failure.
39666
39667 2001-09-02  Jim Meyering  <meyering@lucent.com>
39668
39669         * lib/error.c: Update from GNU libc.
39670
39671 2001-09-01  Jim Meyering  <meyering@lucent.com>
39672
39673         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
39674         Used by df.
39675
39676 2001-09-01  Jim Meyering  <meyering@lucent.com>
39677
39678         * lib/xreadlink.c: New file.
39679         * lib/xreadlink.h: New file.
39680         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
39681         xreadlink.h.
39682
39683         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
39684         doesn't conflict with sparc Solaris 7's definition in
39685         /usr/include/sys/int_types.h.
39686
39687         * lib/exclude.c: Use `""', not `<>' to #include non-system header
39688         files.
39689         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
39690         and strncasecmp as r-values.  Unixware didn't have declarations.
39691
39692 2001-08-31  Paul Eggert  <eggert@twinsun.com>
39693
39694         * lib/xstrtol.h: Add copyright notice.
39695         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
39696         LONGINT_INVALID_SUFFIX_CHAR.
39697
39698 2001-08-31  Paul Eggert  <eggert@twinsun.com>
39699
39700         * lib/xstrtol.c (strtoimax): New decl.
39701
39702 2001-08-31  Paul Eggert  <eggert@twinsun.com>
39703
39704         * lib/xgetcwd.c: Don't include pathmax.h.
39705         Include stdlib.h and unistd.h if available.
39706         Include xalloc.h.
39707         (xmalloc, xstrdup, free): Remove decls.
39708         (xgetcwd): Don't assume sizes fit in unsigned.
39709         Check for overflow when computing sizes.
39710         Simplify reallocation code.
39711
39712 2001-08-31  Paul Eggert  <eggert@twinsun.com>
39713
39714         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
39715         a directory's st_size can have an arbitrary value, so the old
39716         usage could waste an arbitrary amount of memory.  All uses
39717         changed.
39718         * lib/savedir.h: Update prototype.
39719
39720 2001-08-31  Paul Eggert  <eggert@twinsun.com>
39721
39722         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
39723
39724         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
39725         old strtoimax.c.
39726
39727         Also, make the following further changes to make this file's
39728         configuration more similar to that of strtol.c:
39729         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
39730         (strtoumax, uintmax_t, strtoull, strtol): Remove.
39731         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
39732         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
39733         changed to signed values.
39734
39735         And make the following changes as well:
39736         Fix copyright notice, as 1999 was missing.
39737         (verify): New macro.
39738         (strtoimax): Check sizes at compile-time, not run-time.
39739         Prefer strtol to strtoll if both work.
39740         (main): Remove; it was not that useful and was a pain to maintain.
39741
39742         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
39743
39744 2001-08-31  Jim Meyering  <meyering@lucent.com>
39745
39746         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
39747         Use an initial, malloc'd, buffer of length 128 rather than
39748         a statically allocated one of length 1024.
39749
39750 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39751
39752         Simplify code, partly by assuming autoconf 2.52 semantics.
39753
39754         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
39755
39756         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
39757         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
39758         All uses removed.
39759         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
39760         Move AC_REQUIRE to next-to-top level, to avoid confusion.
39761         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
39762         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
39763         jm_AC_HEADER_INTTYPES_H.
39764         * m4/jm-macros.m4 (jm_MACROS): Likewise.
39765
39766         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
39767
39768         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
39769         Quote first arg of AC_DEFUN.
39770         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
39771         since they are needed to parse the include file even if we need
39772         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
39773         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
39774         but with opposite signedness.
39775
39776 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39777
39778         Merge 'exclude' changes from tar 1.13.22.
39779         This fixes one or two unlikely storage allocation overflow bugs,
39780         but doesn't change user-visible behavior otherwise.
39781
39782 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39783
39784         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
39785         (jm_PREREQ_EXCLUDE): New macro.
39786
39787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39788
39789         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
39790         tm to be declared.
39791
39792 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39793
39794         * lib/hash.c: Remove '2001' from copyright notice.
39795
39796 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39797
39798         * lib/full-write.h: New file.
39799         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
39800         * lib/full-write.c: Correct credits, as cccp.c no longer
39801         exists and anyway it was so heavily changed from the old cccp
39802         code as to be unrecognizable.  Include full-write.h.
39803         (full_write) Return size_t, with short writes meaning failure.
39804         All callers changed.  This fixes a bug with large buffers
39805         on 64-bit hosts.
39806         * lib/utime.c: Include full-write.h.
39807
39808 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39809
39810         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
39811         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
39812         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
39813         Include if available.
39814         (<xalloc.h>): Include
39815         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
39816         (verify): New macro.  Use it to verify that EXCLUDE macros do not
39817         collide with FNM macros.
39818         (struct patopts): New struct.
39819         (struct exclude): Use it, as exclude patterns now come with options.
39820         (new_exclude): Support above changes.
39821         (new_exclude, add_exclude_file):
39822         Initial size must now be a power of two to simplify overflow checking.
39823         (free_exclude, fnmatch_no_wildcards): New function.
39824         (excluded_filename): No longer requires options arg, as the options
39825         are determined by add_exclude.  Now returns bool, not int.
39826         (excluded_filename, add_exclude):
39827         Add support for the fancy new exclusion options.
39828         (add_exclude, add_exclude_file): Now takes int options arg.
39829         Check for arithmetic overflow when computing sizes.
39830         (add_exclude_file): xrealloc might modify errno, so don't
39831         realloc until after errno might be used.
39832
39833         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
39834         New macros.
39835         (free_exclude): New decl.
39836         (add_exclude, add_exclude_file): Now takes int options arg.
39837         (excluded_filename): No longer requires options arg, as the options
39838         are determined by add_exclude.  Now returns bool, not int.
39839
39840 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39841
39842         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
39843
39844 2001-08-27  Jim Meyering  <meyering@lucent.com>
39845
39846         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
39847
39848         * lib/version-etc.c (N_): Remove definition.
39849         Revert most of last change.
39850         Instead, simply don't mark the `Copyright...' string for translation.
39851         Based on advice from Paul Eggert.
39852
39853         * lib/strtoxmax.c: Tweak comment.
39854
39855 2001-08-26  Jim Meyering  <meyering@lucent.com>
39856
39857         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
39858
39859         * m4/xstrtoimax.m4: New file.
39860         * m4/xstrtoumax.m4: Add comments explaining why we
39861         AC_REPLACE_FUNCS(strtol).
39862
39863 2001-08-26  Jim Meyering  <meyering@lucent.com>
39864
39865         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
39866         of copyright with `%s' so translators don't get an untranslated
39867         message in 2002.
39868         (COPYRIGHT_YEAR): Define.
39869         (version_etc): Use fprintf rather than fputs.
39870         Suggestion from Ulrich Drepper.
39871
39872         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
39873
39874         * lib/strtoll.c: New file, from GNU libc.
39875         * lib/xstrtoimax.c: New file.
39876
39877         * lib/xstrtol.h: Add xstrtoimax.
39878         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
39879         * lib/strtoimax.c: New file.  Likewise, but first define
39880         STRTOUXMAX_SIGNED.
39881
39882         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
39883         ...
39884         * lib/strtoxmax.c: ... then renamed to this.
39885
39886 2001-08-18  Paul Eggert  <eggert@twinsun.com>
39887
39888         * m4/inttypes.m4: Add AC_PREREQ(2.13).
39889         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
39890         (jm_AC_TYPE_INTMAX_T): New macro.
39891         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
39892
39893         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
39894
39895         * m4/longlong.m4: Renamed from ulonglong.m4.
39896         * m4/inttypes.m4: Renamed from inttypes_h.m4.
39897         * m4/uintmax_t.m4: Removed.
39898
39899 2001-08-13  Paul Eggert  <eggert@twinsun.com>
39900
39901         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
39902         Port to Solaris 8, where 'sed' requires a space after the 'r'
39903         command, and where sh dislikes "$/".  Clean up the spacing a bit.
39904         Redirect output to $tmp just once.
39905
39906 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
39907
39908         * lib/addext.c (<errno.h>): Include.
39909         (errno): Declare if not defined.
39910         (addext): Work correctly when pathconf returns -1 and leaves
39911         errno alone because there is no limit.  Also, work even if
39912         pathconf returns a value greater than SIZE_MAX.
39913
39914 2001-08-12  Jim Meyering  <meyering@lucent.com>
39915
39916         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
39917         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
39918         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
39919         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
39920         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
39921         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
39922         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
39923         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
39924         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
39925         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
39926         utime.m4, utimes.m4, xstrtoumax.m4:
39927         Quote the first argument in each use of AC_DEFUN.
39928
39929 2001-08-12  Jim Meyering  <meyering@lucent.com>
39930
39931         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
39932         Simply `return getcwd (NULL, 0);'.
39933         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
39934         Use 1300 as initial value for length, not PATH_MAX.
39935
39936         * lib/pathmax.h: Clean up cpp syntax.
39937
39938 2001-08-12  Jim Meyering  <meyering@lucent.com>
39939
39940         * lib/gettimeofday.c: New file.
39941         * lib/gtod.h: New file.
39942         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
39943
39944 2001-08-05  Jim Meyering  <meyering@lucent.com>
39945
39946         * m4/jm-macros.m4: Require autoconf-2.52.
39947
39948 2001-08-04  Jim Meyering  <meyering@lucent.com>
39949
39950         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
39951         stmt, to get in sync with glibc.
39952
39953 2001-08-03  Paul Eggert  <eggert@twinsun.com>
39954
39955         The following changes are from gettext 0.10.39 as maintained by
39956         Bruno Haible.
39957
39958         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
39959         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
39960         with inverted sense.  All uses changed.
39961
39962         * lib/mbswidth.c: Don't include <limits.h>.
39963         Include <stdlib.h> and <string.h> unconditionally.
39964         (iswcntrl, mbsinit, ISCNTRL): New macros.
39965         (mbsnwidth): Use K&R style function declarations.
39966         Don't bother checking for MB_LEN_MAX == 1, since the compiler
39967         can optimize it when MB_CUR_MAX == 1.
39968         The width of control characters is zero, not 1.
39969
39970 2001-08-03  Paul Eggert  <eggert@twinsun.com>
39971
39972         The following changes are from gettext 0.10.39 as maintained by
39973         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
39974
39975         * m4/codeset.m4: Upgrade to serial AM1.
39976         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
39977         all uses changed.  Quote first arg of AC_DEFUN.
39978         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
39979
39980         * m4/iconv.m4: Upgrade to serial AM2.
39981         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
39982         Add --with-libconv-prefix.
39983         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
39984         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
39985         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
39986         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
39987         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
39988
39989         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
39990         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
39991         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
39992         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
39993         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
39994         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
39995         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
39996         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
39997         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
39998
39999         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
40000         string.h any more.
40001
40002         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
40003         not the default value.
40004
40005         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
40006         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
40007         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
40008         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
40009         Also check for iswcntrl, used for wcwidth fallback.
40010         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
40011         to Autoconf 2.13.
40012
40013 2001-08-03  Jim Meyering  <meyering@lucent.com>
40014
40015         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
40016         as it was in the original.  Reported by Paul Eggert.
40017
40018 2001-07-16  Jim Meyering  <meyering@lucent.com>
40019
40020         * m4/gettimeofday.m4: New file.
40021         Prompted by a report from Bernhard Baehr.
40022
40023 2001-07-15  Jim Meyering  <meyering@lucent.com>
40024
40025         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
40026         stuff. Now it's in ../Makefile.cfg.
40027
40028 2001-07-15  Jim Meyering  <meyering@lucent.com>
40029
40030         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
40031         (BUILT_SOURCES): Add unlocked-io.h.
40032         (io_functions): Define.
40033         (unlocked-io.h): New rule.
40034         (DISTCLEANFILES): Add unlocked-io.h.
40035         (all-local): Depend on unlocked-io.h, to ensure it is created.
40036
40037         * lib/unlocked-io.hin: New file
40038
40039         * lib/regex.c: Update from glibc.
40040
40041 2001-07-05  Jim Meyering  <meyering@lucent.com>
40042
40043         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
40044         recommendation.
40045         (libfetish_a_SOURCES): Put all .h files here instead.
40046         Remove a thus-exposed (better checks in automake) duplicate and
40047         two unnecessary .h files.
40048
40049 2001-07-04  Jim Meyering  <meyering@lucent.com>
40050
40051         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
40052         that generates jm-glibc-io.m4 so that it doesn't trigger any make
40053         distcheck failure.
40054
40055 2001-07-02  Jim Meyering  <meyering@lucent.com>
40056
40057         The following changes were prompted by suggestions from Bruno Haible.
40058
40059         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
40060         is now generated.
40061         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
40062         definition of EXTRA_DIST.
40063         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
40064         ensure that the generated file is created/updated whenever the list
40065         of $(unlocked_functions) is changed.
40066         (jm-glibc-io.m4): New rule.
40067         (unlocked-io.h): New rule -- currently unused.
40068
40069 2001-06-24  Jim Meyering  <meyering@lucent.com>
40070
40071         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
40072         unmatched right bracket, rather than kludging it with an extra,
40073         falsely-matching quote in a comment.  Patch by Akim Demaille.
40074
40075 2001-06-11  Jim Meyering  <meyering@lucent.com>
40076
40077         * lib/regex.c: Update from GNU libc.
40078
40079 2001-05-27  Jim Meyering  <meyering@lucent.com>
40080
40081         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
40082         Check for ut_type in struct utmp.
40083
40084 2001-05-27  Jim Meyering  <meyering@lucent.com>
40085
40086         * lib/readutmp.h (UT_TYPE): Define.
40087
40088 2001-05-24  Jim Meyering  <meyering@lucent.com>
40089
40090         * lib/argmatch.c: Include "quote.h".
40091         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
40092         quote function.  Reported by Göran Uddeborg.
40093
40094 2001-05-22  Jim Meyering  <meyering@lucent.com>
40095
40096         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
40097         now that we use the package-supplied version unconditionally.
40098         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
40099
40100 2001-05-21  Jim Meyering  <meyering@lucent.com>
40101
40102         * m4/regex.m4: Change a couple backticks to single quotes to avoid
40103         shell syntax errors.
40104
40105 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40106
40107         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
40108
40109 2001-05-20  Paul Eggert  <eggert@twinsun.com>
40110
40111         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
40112         Don't bother to check library strftime, since
40113         we'll be using our own my_strftime function anyway.
40114         Define my_strftime instead of strftime.
40115
40116 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
40117
40118         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
40119         which is not yet declared.
40120
40121 2001-05-15  Jim Meyering  <meyering@lucent.com>
40122
40123         * m4/regex.m4: Use proper quoting so brackets appear in the test
40124         program.
40125         Reported by, and with help from, Bruno Haible.
40126
40127 2001-05-13  Jim Meyering  <meyering@lucent.com>
40128
40129         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
40130         undefined.
40131
40132 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40133
40134         dirname code cleanup.  base_name now behaves more compatibly
40135         with POSIX basename when given file names that have trailing
40136         slashes, and similarly for dir_name.  Add new primitives
40137         base_len and dir_len.  Put the directory-name-related decls
40138         into dirname.h.
40139
40140         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
40141         * lib/backupfile.c (base_name): Likewise.
40142         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
40143         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
40144         * lib/makepath.c (strip_trailing_slashes): Likewise.
40145         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
40146         ISSLASH): Likewise.
40147         * lib/rename.c (strip_trailing_slashes): Likewise.
40148         * lib/same.c (base_name): Likewise.
40149         * lib/stripslash.c (ISSLASH): Likewise.
40150
40151         * lib/addext.c: Include <dirname.h> after size_t is defined.
40152         * lib/backupfile.c: Likewise.
40153
40154         * lib/addext.c (addext): Use base_len to trim redundant
40155         trailing slashes instead of doing it ourselves.
40156         But do not trim the last slash if it is not redundant.
40157
40158         * lib/backupfile.c (find_backup_file_name,
40159         max_backup_version): Use base_len instead of rolling it ourselves.
40160         Handle the case of "" and (on DOS) "C:" correctly.
40161
40162         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
40163         needed. Include <string.h>, <dirname.h>.
40164         (base_name): Allow file names ending in slashes, other than names
40165         that are all slashes.  In this case, return the basename followed
40166         by the slashes.  This is more general, and can be used in places
40167         where the original base_name purposely had an assertion failure.
40168         (base_len): New function.
40169
40170         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
40171         Do not include <assert.h>; no longer needed.
40172         Include xalloc.h.
40173         (memrchr): Remove decl.
40174         (dir_name_r): Remove.
40175         (dir_len): Renamed from dirlen.  All callers changed.
40176         Rewrite in terms of base_name, for simplicity and consistency.
40177         (dir_name): Never return NULL.  All callers changed.
40178         Do not include <stdlib.h> in test program; no longer needed.
40179         return 0; is fine for test program.
40180
40181         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
40182         New macros.
40183         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
40184
40185         * lib/path-concat.c (path_concat): Use base_len to compute
40186         base length, not strlen; this means we cannot rely on memcpy
40187         to null-terminate.
40188
40189         * lib/same.c (STREQ): Remove.
40190         (same_name): Handle the case where the basename ends in trailing '/'.
40191
40192         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
40193         a slash was stripped.  Do not strip the last slash after a
40194         file system prefix.
40195
40196 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40197
40198         * lib/Makefile.am (libfetish_a_SOURCES):
40199         Add strftime.c, since we now compile it on all hosts.
40200
40201         * lib/strftime.c (my_strftime):
40202         Define to nstrftime if emacs, but only if my_strftime is not defined.
40203         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
40204         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
40205         Add one more extra argument: a nanoseconds value.
40206         All uses changed.
40207         (ns): New macro.
40208         (my_strftime function): Add %N format.
40209         (emacs_strftimeu): Renamed from emacs_strftime,
40210         with extra ut argument.
40211
40212 2001-05-09  Paul Eggert  <eggert@twinsun.com>
40213
40214         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
40215
40216 2001-04-21  Jim Meyering  <meyering@lucent.com>
40217
40218         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
40219         doesn't interfere.
40220
40221 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40222
40223         * m4/ftruncate.m4: Check for chsize.
40224         Link with ftruncate.o unconditionally if ftruncate is missing.
40225         This was required when cross-compiling to i586-mingw32msvc.
40226
40227 2001-04-08  Jim Meyering  <meyering@lucent.com>
40228
40229         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
40230         recomputed; that's necessary when the offset spans a DST transition.
40231         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
40232
40233 2001-04-02  Jim Meyering  <meyering@lucent.com>
40234
40235         * lib/regex.h, regex.c: Update from GNU libc.
40236
40237 2001-03-24  Jim Meyering  <meyering@lucent.com>
40238
40239         * m4/jm-macros.m4: Require autoconf-2.49d.
40240
40241 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
40242
40243         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
40244
40245 2001-03-19  Paul Eggert  <eggert@twinsun.com>
40246
40247         * lib/version-etc.c (version_etc_copyright): Update to 2001.
40248
40249 2001-03-17  Jim Meyering  <meyering@lucent.com>
40250
40251         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
40252         now that the version in autoconf is equivalent.
40253         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
40254
40255         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
40256         Suggestion from Akim Demaille.
40257
40258         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
40259         (jm_PREREQ_TEMPNAME): New function.
40260
40261 2001-03-16  Paul Eggert  <eggert@twinsun.com>
40262
40263         * lib/tempname.c (uint64_t): Define to uintmax_t if
40264         not defined, and if UINT64_MAX is not defined.
40265         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
40266         Reported by John David Anglin.
40267
40268 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
40269
40270         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
40271         resolve alias if codeset is empty.
40272         * lib/config.charset (BeOS): Use wildcard syntax.
40273
40274 2001-03-13  Jim Meyering  <meyering@lucent.com>
40275
40276         * lib/path-concat.c (path_concat)
40277         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
40278         concatenating e.g., `C:' and `foo'.
40279         From Bruno Haible.
40280
40281 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40282
40283         * lib/localcharset.c (locale_charset): Don't use
40284         setlocale(LC_CTYPE,NULL). Don't return NULL.
40285         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
40286
40287 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40288
40289         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
40290         support for DOS/DJGPP.
40291
40292 2001-03-01  Paul Eggert  <eggert@twinsun.com>
40293
40294         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
40295         lacks mkstemp.  Compile our own tempname.c if we compile our own
40296         mkstemp.c, as mkstemp relies on tempname.
40297
40298 2001-03-01  Jim Meyering  <meyering@lucent.com>
40299
40300         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
40301         AH_VERBATIM really does output its argument verbatim.
40302
40303 2001-02-28  Paul Eggert  <eggert@twinsun.com>
40304
40305         * lib/Makefile.am (libfetish_a_SOURCES):
40306         Add dup-safer.c, fopen-safer.c.
40307         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
40308
40309         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
40310         * lib/unistd-safer.h: New files.
40311
40312 2001-02-25  Paul Eggert  <eggert@twinsun.com>
40313
40314         The mkstemp replacement is taken from glibc 2.2.2, with some
40315         portability fixes for use outside glibc, as follows:
40316
40317         * lib/tempname.c (struct_stat64): New macro.
40318         (direxists, __gen_tempname): Use it.
40319         This avoids a portability problem with Solaris 8.
40320
40321         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
40322         (<stddef.h>, <stdint.h>, <string.h>):
40323         Include only if STDC_HEADERS || _LIBC.
40324         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
40325         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
40326         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
40327         (__set_errno): Define this macro if <errno.h> doesn't.
40328         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
40329         Define these macros if <stdio.h> doesn't.
40330         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
40331         Define these macros if <sys/stat.h>
40332         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
40333         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
40334         __xstat64): Define if not _LIBC.
40335         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
40336         (__gen_tempname): Invoke gettimeofday only if
40337         HAVE_GETTIMEOFDAY || _LIBC;
40338         otherwise, fall back on plain "time".
40339         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
40340
40341         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
40342
40343         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
40344
40345 2001-02-18  Paul Eggert  <eggert@twinsun.com>
40346
40347         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
40348
40349 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40350
40351         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
40352         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
40353         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
40354         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
40355
40356 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40357
40358         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
40359         Remove workaround macros for hosts that have mbrtowc but not
40360         mbstate_t, as we now insist on proper declarations for both
40361         before using mbrtowc.
40362
40363 2001-02-17  Jim Meyering  <meyering@lucent.com>
40364
40365         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
40366         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
40367         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
40368         UnixWare 7.1.1.
40369
40370         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
40371         rather than AC_CACHE_VAL.
40372
40373 2001-02-17  Jim Meyering  <meyering@lucent.com>
40374
40375         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
40376         around included file name.
40377
40378         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
40379
40380         * lib/strftime.c: Update from GNU libc (the only changes were to
40381         comments).
40382
40383 2001-02-17  Jim Meyering  <meyering@lucent.com>
40384
40385         * lib/regex.c: Update from libc.
40386
40387 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
40388
40389         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
40390         clash.
40391
40392 2001-02-16  Paul Eggert  <eggert@twinsun.com>
40393
40394         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
40395         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
40396         Reported by Mark Hounschell via Paul Eggert.
40397
40398 2001-02-07  Jim Meyering  <meyering@lucent.com>
40399
40400         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
40401
40402 2001-02-05  Jim Meyering  <meyering@lucent.com>
40403
40404         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
40405         it includes the patch required for `large file' support with at least
40406         HP-UX's 10.20 /bin/cc.
40407
40408 2001-02-03  Jim Meyering  <meyering@lucent.com>
40409
40410         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
40411         AS_IF, now that it works once again (mysteriously).
40412         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
40413
40414 2001-01-30  Jim Meyering  <meyering@lucent.com>
40415
40416         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
40417         * m4/chown.m4: Rename conftestchown to conftest.chown.
40418         * m4/rename.m4: s/conftestdir/conftest.d1/ and
40419         s/conftestdir2/conftest.d2/.
40420         * m4/utimes.m4: s/conftestdata/conftest.data/
40421         Inspired by Pavel Roskin's change in autoconf.
40422
40423 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
40424
40425         * lib/config.charset: Update for FreeBSD 4.2.
40426
40427 2001-01-27  Jim Meyering  <meyering@lucent.com>
40428
40429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
40430         a use of AS_IF.
40431         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
40432
40433 2001-01-26  Jim Meyering  <meyering@lucent.com>
40434
40435         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
40436         quotearg.c includes it.
40437
40438 2001-01-26  Jim Meyering  <meyering@lucent.com>
40439
40440         * lib/quotearg.c: Include stddef.h.
40441         * lib/quote.c: Include stddef.h.
40442         Reported by Axel Kittenberger.
40443
40444         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
40445         line in double quotes so that it evokes a better diagnostic.
40446         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
40447         Reported by Axel Kittenberger.
40448
40449 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
40450
40451         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
40452         as if it was a `charset'.
40453
40454 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
40455
40456         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
40457         has const.
40458
40459 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
40460
40461         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
40462         to avoid a warning.  Add back 'const' to inptr.
40463
40464 2001-01-20  Jim Meyering  <meyering@lucent.com>
40465
40466         Be sure that headers are checked before used in code compiled
40467         for the type checks.
40468         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
40469         In place of that, invoke jm_CHECK_ALL_TYPES.
40470         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
40471         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
40472         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
40473         The check for ssize_t was mistakenly run before the test for unistd.h.
40474
40475         The configure-time check for stdbool.h was missing.
40476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
40477         (jm_PREREQ_HASH): New function.
40478
40479 2001-01-17  Jim Meyering  <meyering@lucent.com>
40480
40481         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
40482         for autoconf-2.49c.
40483         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
40484
40485 2001-01-16  Jim Meyering  <meyering@lucent.com>
40486
40487         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
40488         From Bruno Haible.
40489
40490 2001-01-14  Jim Meyering  <meyering@lucent.com>
40491
40492         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
40493         foo and bar.  Create conftestdir/ in the script, not in the C code.
40494         Remove directories in the script, not in the C code.
40495         Remove conftestdir{,2} before trying to create the directory.
40496         Make the entire configure script fail if the mkdir fails.
40497
40498 2001-01-14  Jim Meyering  <meyering@lucent.com>
40499
40500         * lib/rename.c: New file.  From Volker Borchert.
40501         Include stdlib.h, string.h or strings.h, and xalloc.h.
40502         Use strip_trailing_slashes rather than open-coding it.
40503
40504 2001-01-03  Paul Eggert  <eggert@twinsun.com>
40505
40506         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
40507
40508 2001-01-03  Jim Meyering  <meyering@lucent.com>
40509
40510         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
40511         of local `inptr' to avoid warning with some system declarations of
40512         iconv.
40513
40514 2001-01-02  Volker Borchert  <bt@teknon.de>
40515
40516         * m4/rename.m4: New file.
40517         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
40518
40519 2001-01-01  Jim Meyering  <meyering@lucent.com>
40520
40521         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
40522         even on systems with utmpx.h.  It's necessary for the declaration of
40523         utmp's ut_user member.  Reported by Andreas Jaeger.
40524
40525         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
40526         available. They are required for the declarations of getgrgid and
40527         getpwuid resp.
40528         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
40529         Reported by Andreas Jaeger.
40530
40531 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
40532
40533         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
40534         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
40535         so `make install' also works in VPATH builds.
40536
40537 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
40538
40539         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
40540         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
40541         can be used in subdirectories.
40542
40543 2000-12-29  Paul Eggert  <eggert@twinsun.com>
40544
40545         * lib/modechange.c: Do not assume that mode_t uses the
40546         traditional octal encoding.  E.g. "chmod 1 FOO" should set
40547         the other-execute bit of FOO even if S_IXOTH != 1.
40548
40549         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
40550         WOTH, XOTH, ALLM): New macros.
40551         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
40552          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
40553         Use them.
40554         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
40555         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
40556         (mode_compile):
40557         No need to use uintmax_t; unsigned long is long enough.
40558         Don't bother to get suffix since we don't use it.
40559
40560 2000-12-26  Jim Meyering  <meyering@lucent.com>
40561
40562         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
40563         better with autoheader.
40564
40565 2000-12-24  Jim Meyering  <meyering@lucent.com>
40566
40567         * lib/hash.c (is_prime): Return explicit boolean values.
40568         (hash_get_first): Return NULL to appease Irix5.6's 89.
40569         Reported by Nelson Beebe.
40570
40571 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
40572
40573         * lib/localcharset.c (locale_charset): Add support for Win32.
40574
40575 2000-12-18  Paul Eggert  <eggert@twinsun.com>
40576
40577         * lib/physmem.h, lib/physmem.c: New files.
40578
40579         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
40580         (noinst_HEADERS): Add physmem.h.
40581
40582         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
40583         't' for compatibility with Solaris 8 sort.
40584
40585 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
40586
40587         * lib/config.charset: Add support for BeOS.
40588
40589 2000-12-17  Jim Meyering  <meyering@lucent.com>
40590
40591         * m4/dos.m4 (jm_AC_DOS): New file and macro.
40592         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
40593
40594 2000-12-16  Jim Meyering  <meyering@lucent.com>
40595
40596         This bug had a serious impact on chown: `chown N:M FILE' (for integer
40597         N and M) would have treated it like `chown N:N FILE'.
40598
40599         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
40600
40601 2000-12-16  Jim Meyering  <meyering@lucent.com>
40602
40603         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
40604         SHELLS_FILE to a file name that's useful on djgpp systems.
40605         Include stdlib.h.
40606         (ADDITIONAL_DEFAULT_SHELLS): Define.
40607         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
40608         Based mostly on a patch from Prashant TR.
40609
40610 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
40611
40612         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
40613         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
40614         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
40615
40616 2000-12-08  Andreas Schwab  <schwab@suse.de>
40617
40618         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
40619         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
40620
40621 2000-12-07  Jim Meyering  <meyering@lucent.com>
40622
40623         * lib/stripslash.c (ISSLASH): Define.
40624         (strip_trailing_slashes): Use ISSLASH rather than comparing against
40625         `/'.
40626         From Prashant TR.
40627
40628         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
40629         (dir_name_r): Declare this function as static.
40630         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
40631         manifest itself on a name containing a mix of slashes and
40632         backslashes.
40633         Make this function work with names starting with a DOS-style
40634         drive letter and colon prefix.
40635         (dir_name): Append `.' if necessary.
40636         Based mostly on patches from Prashant TR and Eli Zaretskii.
40637
40638         * lib/dirname.h (dir_name_r): Remove prototype.
40639
40640 2000-12-06  Paul Eggert  <eggert@twinsun.com>
40641
40642         * m4/off_t-format.m4: Remove this file.
40643         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
40644
40645 2000-12-06  Jim Meyering  <meyering@lucent.com>
40646
40647         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
40648         replacement strtoull, we may well need the replacement strtoul, too.
40649         Check for declarations of strtoul and strtoull.
40650         Check for strtol.  Mainly as a cue to cause automake to include
40651         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
40652         Check for limits.h -- strtol.c needs it.
40653
40654 2000-12-05  Jim Meyering  <meyering@lucent.com>
40655
40656         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
40657
40658 2000-12-04  Jim Meyering  <meyering@lucent.com>
40659
40660         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
40661         Also include memory.h, stdlib.h, unistd.h if appropriate.
40662         Reported by Andreas Jaeger (conflicting declaration of malloc).
40663
40664 2000-12-02  Jim Meyering  <meyering@lucent.com>
40665
40666         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
40667         * m4/jm-macros.m4 (jm_MACROS): require it.
40668
40669 2000-12-02  Jim Meyering  <meyering@lucent.com>
40670
40671         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
40672
40673 2000-12-01  Paul Eggert  <eggert@twinsun.com>
40674
40675         * lib/memrchr.c: Include <config.h> before any system include file.
40676
40677 2000-11-30  Jim Meyering  <meyering@lucent.com>
40678
40679         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
40680
40681 2000-11-30  Jim Meyering  <meyering@lucent.com>
40682
40683         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
40684
40685 2000-11-29  Paul Eggert  <eggert@twinsun.com>
40686
40687         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
40688
40689 2000-11-26  Jim Meyering  <meyering@lucent.com>
40690
40691         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
40692
40693 2000-11-22  Paul Eggert  <eggert@twinsun.com>
40694
40695         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
40696         size of (size_t) -1; it's not portable.
40697
40698 2000-11-17  Jim Meyering  <meyering@lucent.com>
40699
40700         * lib/strstr.c: Update from GNU libc.
40701
40702 2000-11-17  Akim Demaille  <akim@epita.fr>
40703
40704         * lib/obstack.h: Formatting changes.
40705         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
40706         prevent type checking.
40707         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
40708         cast the value to (void *): assigning a `foo *' to a `void *'
40709         variable is valid.
40710         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
40711
40712 2000-11-16  Jim Meyering  <meyering@lucent.com>
40713
40714         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
40715
40716 2000-11-11  Jim Meyering  <meyering@lucent.com>
40717
40718         * lib/error.c: Add a couple #includes, merging from GNU libc version.
40719
40720 2000-11-10  Jim Meyering  <meyering@lucent.com>
40721
40722         * lib/obstack.h: Update from GNU libc.
40723         * lib/obstack.c: Likewise.
40724
40725 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
40726
40727         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
40728
40729 2000-11-06  Paul Eggert  <eggert@twinsun.com>
40730
40731         * lib/getusershell.c (setusershell): Use rewind rather than
40732         fseek/fseeko, to avoid configuration hassles with fseeko.
40733         Don't bother opening SHELLS_FILE if shellstream is NULL;
40734         it's not necessary.
40735
40736 2000-11-05  Jim Meyering  <meyering@lucent.com>
40737
40738         * lib/makepath.h (make_dir): Declare.
40739         * lib/makepath.c (make_dir): Remove `static' attribute.
40740         Tweak a comment.
40741
40742 2000-11-04  Jim Meyering  <meyering@lucent.com>
40743
40744         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
40745
40746 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
40747
40748         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
40749         last one in a bucket, advance to the next bucket.
40750
40751 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
40752
40753         * lib/fnmatch.c: Do not comment out all the code if we are using
40754         the GNU C library, because in some cases we are replacing buggy
40755         code in the GNU C library itself.
40756
40757 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
40758
40759         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
40760         (regex_compile): Catch bogus \(\1\).
40761
40762 2000-10-30  Paul Eggert  <eggert@twinsun.com>
40763
40764         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
40765         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
40766         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
40767
40768 2000-10-30  Paul Eggert  <eggert@twinsun.com>
40769
40770         * lib/error.h, getline.h, modechange.h:
40771         Remove "2000" from Copyright line, as the file hasn't been
40772         changed this year other than in the copyright notice.
40773
40774         * lib/xalloc.h: Add "2000" to Copyright line, as this file
40775         was changed this year.
40776
40777 2000-10-29  Jim Meyering  <meyering@lucent.com>
40778
40779         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
40780         renaming.
40781         * m4/ls-mntd-fs.m4: Likewise
40782
40783 2000-10-29  Jim Meyering  <meyering@lucent.com>
40784
40785         * lib/xstat.in: Fix grammar in comment.
40786
40787 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
40788
40789         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
40790         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
40791         doesn't define __restrict_arr.
40792
40793 2000-10-28  Jim Meyering  <meyering@lucent.com>
40794
40795         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
40796         (jm_PREREQ_MEMCHR): New function.
40797
40798 2000-10-28  Jim Meyering  <meyering@lucent.com>
40799
40800         * lib/memchr.c: Update from libc.
40801         Adjust for portability:
40802         [HAVE_STDLIB_H]: Include stdlib.h.
40803         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
40804         Undef __memchr, too.
40805         [!weak_alias]: Define __memchr to memchr.
40806
40807         * lib/regex.c: Update from libc.
40808         * lib/regex.h: Likewise.
40809         * lib/getopt1.c: Likewise.
40810         * lib/memcmp.c: Likewise.
40811
40812         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
40813         Avoid using fseek, when possible -- it's broken by design.
40814         Patch by Ulrich Drepper.
40815
40816 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
40817
40818         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
40819         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
40820         Giving in to popular pressure to shut up the compiler with casts.
40821
40822 2000-10-26  Jim Meyering  <meyering@lucent.com>
40823
40824         * lib/strftime.c: Update from libc.
40825
40826 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
40827
40828         * regex.c: More `unsigned char' -> `re_char' changes.
40829         Also change several `int' into `re_wchar_t'.
40830         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
40831         (PUSH_FAILURE_POINTER): Don't cast any more.
40832         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
40833         We want GCC to complain, since this piece of code makes
40834         re_match non-reentrant, which *should* be fixed.
40835         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
40836         (EXTEND_BUFFER): Use RETALLOC.
40837         (SET_LIST_BIT): Don't cast.
40838         (re_wchar_t): New type.
40839         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
40840         that those two functions will always properly return.
40841         (IMMEDIATE_QUIT_CHECK): Cast to void.
40842         (analyse_first): Use recursion rather than an explicit stack.
40843         (re_compile_fastmap): Can't fail anymore.
40844         (re_search_2): Don't check re_compile_fastmap for failure.
40845         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
40846         Now also sets the new value (passed in a new argument).
40847         (re_match_2_internal): Use it.
40848         Also, use a new var `reg' of type size_t when looping through regs
40849         rather than reuse the inappropriate `mcnt'.
40850
40851 2000-10-25  Jim Meyering  <meyering@lucent.com>
40852
40853         * lib/obstack.c: Update from libc.
40854
40855 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
40856
40857         * regex.c (regex_compile): Change the way of handling a range from
40858         a char less than 256 to a char not less than 256.
40859
40860 2000-10-24  Andrew Innes  <andrewi@gnu.org>
40861
40862         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
40863         NT-Emacs only.
40864         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
40865         so that re_search functions only quit when callers expect them to.
40866
40867 2000-10-23  Jim Meyering  <meyering@lucent.com>
40868
40869         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
40870         wrong.  That set_locale call must not have any side effects.
40871         From Paul Eggert.
40872
40873 2000-10-22  Jim Meyering  <meyering@lucent.com>
40874
40875         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
40876         [CYCLIC]: Remove now-unused definition.
40877
40878         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
40879         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
40880         Suggestion from Ulrich Drepper.
40881
40882 2000-10-21  Jim Meyering  <meyering@lucent.com>
40883
40884         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
40885         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
40886         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
40887
40888 2000-10-21  Jim Meyering  <meyering@lucent.com>
40889
40890         * lib/dirname.c (memrchr): Declare if necessary.
40891         (dir_name): Remove the restriction that there be no
40892         trailing slashes.  Now, this code skips past them, effectively
40893         ignoring them.
40894         [TEST_DIRNAME] (main): New unit tests.
40895
40896         * lib/memrchr.c: New file from GNU libc.
40897         Undef __memrchr, too.
40898         [!weak_alias]: Define __memrchr to memrchr.
40899         Guard weak_alias use with `#ifdef weak_alias'.
40900
40901 2000-10-21  Jim Meyering  <meyering@lucent.com>
40902
40903         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
40904         (dir_name): Use dir_name_r.
40905         * lib/dirname.h (dir_name_r): Declare it.
40906
40907 2000-10-17  Jim Meyering  <meyering@lucent.com>
40908
40909         * lib/quote.h (PARAMS): Define and use.
40910         Reported by Akim Demaille.
40911
40912         * lib/getopt.c: Update from libc.
40913
40914 2000-10-16  Jim Meyering  <meyering@lucent.com>
40915
40916         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
40917         setlocale.
40918         From Jan Fedak.
40919
40920 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
40921
40922         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
40923
40924 2000-09-25  Jim Meyering  <meyering@lucent.com>
40925
40926         * lib/md5.h (rol): Define (from GnuPG).
40927
40928         * lib/sha.c: Give credit (GnuPG) where due.
40929         (M): Use rol rather than open-coding it.
40930         Add a FIXME comment.
40931
40932 2000-09-21  Jim Meyering  <meyering@lucent.com>
40933
40934         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
40935         Reported by Michael Stone.
40936
40937 2000-09-20  Jim Meyering  <meyering@lucent.com>
40938
40939         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
40940         (noinst_HEADERS): Add sha.h.
40941         Based on code from Scott G. Miller and from GnuPG.
40942
40943 2000-09-18  Jim Meyering  <meyering@lucent.com>
40944
40945         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
40946         LIBS. Otherwise, everyone ends up linking with -lelf for some
40947         configurations.
40948         Reported by Mike Stone.
40949
40950 2000-09-15  Jim Meyering  <meyering@lucent.com>
40951
40952         * lib/regex.c: Update from libc.
40953
40954 2000-09-10  Jim Meyering  <meyering@lucent.com>
40955
40956         * lib/getopt.c (_getopt_internal): Update from glibc.
40957
40958 2000-09-09  Jim Meyering  <meyering@lucent.com>
40959
40960         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
40961         think it should be used as a general replacement for isascii.
40962         * lib/fnmatch.c: Likewise.
40963         * lib/mbswidth.c: Likewise
40964         * lib/regex.c: Likewise.
40965
40966         Don't use atoi.
40967         * lib/userspec.c: Include sys/param.h and limits.h.
40968         Include xstrtol.h.
40969         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40970         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
40971         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
40972         UID, GID.  Check range.
40973
40974 2000-09-06  Jim Meyering  <meyering@lucent.com>
40975
40976         * lib/getopt.c (_getopt_internal): Update from glibc.
40977
40978 2000-08-30  Jim Meyering  <meyering@lucent.com>
40979
40980         * lib/strftime.c: Merge in changes from GNU libc.
40981
40982 2000-08-26  Jim Meyering  <meyering@lucent.com>
40983
40984         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
40985         * m4/fpending.m4: New file.
40986
40987 2000-08-26  Jim Meyering  <meyering@lucent.com>
40988
40989         * lib/closeout.c: Include "__fpending.h".
40990         (close_stdout_status): Return right away if there's nothing to flush.
40991
40992         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
40993         * lib/__fpending.c: New file.
40994         * lib/__fpending.h: New file.
40995
40996 2000-08-20  Jim Meyering  <meyering@lucent.com>
40997
40998         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
40999         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
41000         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
41001
41002 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
41003
41004         Improve fileutils installation on systems where running
41005         programs (like install) can't be unlinked.
41006         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
41007         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
41008
41009 2000-08-07  Paul Eggert  <eggert@twinsun.com>
41010
41011         Standardize on "memory exhausted" instead of "Memory exhausted"
41012         or "virtual memory exhausted".
41013         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
41014         "virtual memory exhausted".
41015         * lib/same.c (same_name): Invoke xalloc_die instead of printing
41016         our own message.
41017         * lib/userspec.c (parse_user_spec): Likewise.
41018         * lib/bumpalloc.h: comment fix
41019         * lib/same.c, userspec.c: Include xalloc.h.
41020
41021         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
41022         not char *const and pointing to a constant array.
41023         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
41024         (xrealloc): Comment fix.
41025
41026         * lib/userspec.c (parse_user_spec):
41027         Don't translate a message until just before returning,
41028         to avoid unnecessary translation.
41029
41030 2000-08-07  Jim Meyering  <meyering@lucent.com>
41031
41032         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
41033         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
41034         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
41035         getgroups.c, gethostname.c, getopt.h, group-member.c,
41036         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
41037         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
41038         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
41039         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
41040         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
41041         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
41042         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
41043         yesno.c: Back out Copyright date changes for each file with no change
41044         this year.  This eases coordination with other programs using the same
41045         source code modules.  From Paul Eggert.
41046
41047 2000-08-06  Paul Eggert  <eggert@twinsun.com>
41048
41049         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
41050         not char, for compatibility with glibc 2.1.3 strftime.c.
41051
41052 2000-08-03  Greg McGary  <greg@mcgary.org>
41053
41054         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
41055         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
41056         (EXTEND_BUFFER): Use them.
41057
41058 2000-08-01  Jim Meyering  <meyering@lucent.com>
41059
41060         * lib/dirname.c (ISSLASH): Define.
41061         (BACKSLASH_IS_PATH_SEPARATOR): Define.
41062         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
41063         both `\' and `/' may be use as path separators.
41064         Based on a patch from Prashant TR.
41065
41066 2000-07-31  Paul Eggert  <eggert@twinsun.com>
41067
41068         * lib/quotearg.c (quotearg_n_options): Don't make the initial
41069         slot vector a constant, since it might get modified.
41070
41071 2000-07-31  Jim Meyering  <meyering@lucent.com>
41072
41073         * lib/xmalloc.c: Use `virtual memory exhausted', not
41074         `Memory exhausted'.
41075         * lib/obstack.c (print_and_abort): Likewise.
41076
41077 2000-07-30  Paul Eggert  <eggert@twinsun.com>
41078
41079         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
41080         buffer, so that the caller can always quote one small
41081         component of a "memory exhausted" message in slot 0.
41082         From a suggestion by Jim Meyering.
41083
41084 2000-07-30  Jim Meyering  <meyering@lucent.com>
41085
41086         * lib/makepath.c (make_path): Quote the other instance, too.
41087
41088         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
41089         (STATIC_BUF_SIZE): Define.
41090         (quotearg_n_options): Use only statically allocated storage when
41091         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
41092         than STATIC_BUF_SIZE.
41093
41094 2000-07-29  Jim Meyering  <meyering@lucent.com>
41095
41096         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
41097         * lib/dirname.c (dir_name): Likewise.
41098
41099         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
41100         `/'.
41101
41102         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
41103         (dir_name): Assert that there are no trailing slashes.
41104
41105 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
41106
41107         * lib/mbswidth.h (mbswidth): Add a flags argument.
41108         (mbswidth): New declaration.
41109         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
41110         * lib/mbswidth.c (mbswidth): Add a flags argument.
41111         (mbsnwidth): New function.
41112
41113 2000-07-24  Jim Meyering  <meyering@lucent.com>
41114
41115         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
41116
41117 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41118
41119         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
41120
41121 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41122
41123         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
41124         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
41125         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
41126         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
41127         invoke multibyte primitives.
41128
41129 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41130
41131         * lib/quotearg.c:
41132         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
41133         so that mbstate_t is always defined.
41134
41135         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
41136         be 1 in at least one GCC installation, and this configuration
41137         error is likely to be common.  Ignoring MB_LEN_MAX hurts
41138         performance on hosts that have mbrtowc but have only unibyte
41139         locales, but I assume these hosts are rare.
41140
41141 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41142
41143         * lib/mbswidth.c (_XOPEN_SOURCE):
41144         Don't define; this causes problems on Solaris 7.
41145         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
41146
41147 2000-07-23  Jim Meyering  <meyering@lucent.com>
41148
41149         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
41150         too: getgrgid, getpwuid, getuid.
41151
41152 2000-07-23  Jim Meyering  <meyering@lucent.com>
41153
41154         * lib/basename.c (base_name): Add an assertion.
41155
41156 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
41157
41158         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
41159         shadow its mbsinit function.
41160
41161 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41162
41163         * lib/mbswidth.h: New file.
41164         * lib/mbswidth.c: New file.
41165         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
41166         (noinst_HEADERS): Add mbswidth.h.
41167
41168 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41169
41170         * lib/config.charset: Add support for FreeBSD. Improve support for
41171         HP-UX and IRIX 6.
41172
41173 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
41174
41175         * m4/mbswidth.m4: New file.
41176         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
41177
41178 2000-07-15  Jim Meyering  <meyering@lucent.com>
41179
41180         * lib/makepath.c: Include quote.h.
41181         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
41182         corresponding argument in a `quote (...)' call.
41183         Give better diagnostics.
41184
41185         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
41186         (noinst_HEADERS): Add quote.h.
41187
41188         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
41189         from tar's src/misc.c.
41190         * lib/quote.h: New file.  Prototypes for same.
41191
41192 2000-07-14  Paul Eggert  <eggert@twinsun.com>
41193
41194         From a suggestion by Bruno Haible.
41195         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
41196         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
41197         to decide whether to define the BeOS workaround macro;
41198         this adjusts to the change to AC_MBSTATE_T.
41199
41200 2000-07-14  Jim Meyering  <meyering@lucent.com>
41201
41202         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
41203         jm_AC_TYPE_UINTMAX_T.
41204
41205 2000-07-13  Paul Eggert  <eggert@twinsun.com>
41206
41207         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
41208
41209         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
41210         quotearg_buffer_restyled): Add support for
41211         clocale_quoting_style.  Undo previous change to
41212         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
41213         and "{RIGHT QUOTATION MARK}" msgids.
41214
41215 2000-07-10  Paul Eggert  <eggert@twinsun.com>
41216
41217         From a suggestion by Bruno Haible.
41218         * m4/mbstate_t.m4 (AC_MBSTATE_T):
41219         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
41220         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
41221         and mbstate_t, to a single-part test that simply defines mbstate_t.
41222         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
41223         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
41224
41225 2000-07-10  Jim Meyering  <meyering@lucent.com>
41226
41227         * m4/strerror_r.m4: Mirror the correction made in autoconf.
41228
41229         * m4/gnu-source.m4: Output to confdefs.h directly.
41230         Suggestion from Akim Demaille.
41231
41232 2000-07-09  Paul Eggert  <eggert@twinsun.com>
41233
41234         The old behavior of quoting `like this' doesn't look good with
41235         newer, ISO-style fonts.  See:
41236         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
41237
41238         Instead, quote "like this" by default.  Let the translator
41239         tailor the locale-specific quoting behavior by providing
41240         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
41241
41242         * lib/quotearg.c (N_): New macro.
41243         (gettext_default): New function.
41244         (quotearg_buffer_restyled): Use
41245         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
41246         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
41247
41248 2000-07-09  Jim Meyering  <meyering@lucent.com>
41249
41250         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
41251         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
41252
41253         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
41254         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
41255
41256 2000-07-09  Jim Meyering  <meyering@lucent.com>
41257
41258         * lib/Most files: Update copyright dates to include 2000.
41259
41260 2000-07-08  Jim Meyering  <meyering@lucent.com>
41261
41262         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
41263         if not defined.
41264         (xgethostname): Remove now-unnecessary #ifdef.
41265         Move declaration of `err' into loop where it's used.
41266
41267 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41268         and Bruno Haible  <haible@clisp.cons.org>
41269
41270         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
41271         only if the test for an object-type mbstate_t fails.  This
41272         prevents us from mistakenly reporting that mbstate_t is a
41273         system object type after we "#define mbstate_t int" to work
41274         around its lack.
41275
41276 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41277         and Bruno Haible  <haible@clisp.cons.org>
41278
41279         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
41280
41281 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41282
41283         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
41284         to strerror_r.
41285         Include <ctype.h> for use of isalpha.
41286
41287 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41288
41289         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
41290         by allocating a larger buffer. Test the gethostname return value for
41291         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
41292         returns an error and ENAMETOOLONG isn't defined.
41293
41294 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41295
41296         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
41297         dimension.
41298
41299 2000-07-04  Jim Meyering  <meyering@lucent.com>
41300
41301         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
41302         of the deprecated AC_CHECKING.
41303
41304 2000-07-04  Jim Meyering  <meyering@lucent.com>
41305
41306         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
41307         Reported by Bruno Haible.
41308
41309 2000-07-04  Jim Meyering  <meyering@lucent.com>
41310
41311         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
41312         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
41313         lacks mbrtowc.
41314
41315 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41316
41317         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
41318         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
41319
41320 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41321         and Bruno Haible  <haible@clisp.cons.org>
41322
41323         * lib/quotearg.c (mbrtowc):
41324         Assign to *pwc, and return 1 only if result is nonzero.
41325         (iswprint): Use ISPRINT when substituting our own mbrtowc.
41326
41327 2000-07-03  Jim Meyering  <meyering@lucent.com>
41328
41329         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
41330
41331 2000-07-03  Jim Meyering  <meyering@lucent.com>
41332
41333         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
41334         This is necessary to get a definition of e.g., UTMP_FILE on
41335         HP-UX 10.20.
41336         From Bob Proulx.
41337
41338 2000-07-02  Jim Meyering  <meyering@lucent.com>
41339
41340         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
41341
41342         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
41343         AC_LIBOBJ(function_name).
41344         * m4/chown.m4: Likewise.
41345         * m4/fnmatch.m4: Likewise.
41346         * m4/ftruncate.m4: Likewise.
41347         * m4/getgroups.m4: Likewise.
41348         * m4/getline.m4: Likewise.
41349         * m4/group-member.m4: Likewise.
41350         * m4/jm-macros.m4: Likewise.
41351         * m4/lstat.m4: Likewise.
41352         * m4/malloc.m4: Likewise.
41353         * m4/memcmp.m4: Likewise.
41354         * m4/nanosleep.m4: Likewise.
41355         * m4/putenv.m4: Likewise.
41356         * m4/realloc.m4: Likewise.
41357         * m4/regex.m4: Likewise.
41358         * m4/stat.m4: Likewise.
41359         * m4/strftime.m4: Likewise.
41360
41361 2000-07-02  Jim Meyering  <meyering@lucent.com>
41362
41363         * lib/quotearg.c (mbstate_t): Don't define here.
41364
41365 2000-07-02  Jim Meyering  <meyering@lucent.com>
41366
41367         * lib/nanosleep.c (SIGCONT): Define if not already defined.
41368
41369 2000-07-01  Jim Meyering  <meyering@lucent.com>
41370
41371         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
41372
41373 2000-07-01  Jim Meyering  <meyering@lucent.com>
41374
41375         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
41376         problem.
41377
41378 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41379
41380         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
41381         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
41382
41383 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41384
41385         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
41386         per change in ../m4/ls-mntd-fs.m4.
41387         (read_filesystem_list): Ignore symbolic links.
41388
41389 2000-06-29  Jim Meyering  <meyering@lucent.com>
41390
41391         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
41392         for declaration of strcmp.
41393
41394         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
41395
41396         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
41397         Avoid warning by casting result to `char *' to remove `const'.
41398
41399 2000-06-28  Jim Meyering  <meyering@lucent.com>
41400
41401         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
41402         included by quotearg.c, for which we perform this test.  From
41403         Bruno Haible.
41404
41405 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
41406
41407         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
41408         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
41409         <utmpx.h> exists, put readutmp.o into LIBOBJS.
41410
41411 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
41412
41413         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
41414
41415 2000-06-26  Paul Eggert  <eggert@twinsun.com>
41416
41417         savedir now sets errno on failure and invokes xmalloc to get memory.
41418         Fix a couple of other minor bugs while we're at it.
41419
41420         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
41421         (NAMLEN): Remove macro.
41422         (malloc, realloc): Remove decls.
41423         (stpcpy): Likewise.
41424         ("xalloc.h"): Include.
41425         (NAME_SIZE_DEFAULT): New macro.
41426         (savedir): Use xmalloc / xrealloc to allocate memory.
41427         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
41428         Skip "" directory entries.
41429         Use strlen to calculate directory entry length, since the old method
41430         is rarely used these days and isn't worth supporting.
41431         Don't use a pointer after freeing it.
41432         Check for integer overflow when calculating allocation size.
41433         Use memcpy to copy entries, instead of stpcpy.
41434         Set errno properly when returning NULL.
41435         Check for readdir error.
41436
41437 2000-06-26  Jim Meyering  <meyering@lucent.com>
41438
41439         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
41440
41441 2000-06-25  Jim Meyering  <meyering@lucent.com>
41442
41443         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
41444         Linux header bug when _XOPEN_SOURCE is defined to 500.
41445
41446 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
41447
41448         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
41449         deficiency.
41450
41451 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
41452
41453         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
41454         Include xalloc.h.
41455         Don't include <stdlib.h>.  Don't declare malloc, realloc.
41456
41457 2000-06-24  Jim Meyering  <meyering@lucent.com>
41458
41459         * m4/strerror_r.m4: Revive this file -- to try out an experimental
41460         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
41461         for which strerror does return char*, but which lacks a conveniently
41462         accessible declaration of the function.  If the compile-test says
41463         strerror_r doesn't work, then resort to a `run'-test that works on
41464         BeOS and segfaults on DEC Unix.
41465
41466 2000-06-24  Jim Meyering  <meyering@lucent.com>
41467
41468         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
41469
41470 2000-06-23  Paul Eggert  <eggert@twinsun.com>
41471
41472         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
41473         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
41474
41475 2000-06-23  Paul Eggert  <eggert@twinsun.com>
41476
41477         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
41478         (mbrtowc, mbstate_t): Define substitutes if
41479         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
41480         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
41481         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
41482
41483 2000-06-23  Jim Meyering  <meyering@lucent.com>
41484
41485         * m4/afs.m4: Add missing AC_MSG_RESULT.
41486         Reported by Bruno Haible.
41487
41488         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
41489         Suggestion from Bruno Haible.
41490
41491 2000-06-23  Jim Meyering  <meyering@lucent.com>
41492
41493         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
41494
41495 2000-06-21  Jim Meyering  <meyering@lucent.com>
41496
41497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
41498
41499 2000-06-21  Jim Meyering  <meyering@lucent.com>
41500
41501         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
41502         (noinst_HEADERS): Add getstr.h.
41503
41504         * lib/getline.c (getstr): Move into a separate file.
41505         * lib/getstr.c (getstr): New file, extracted from getline.c, with
41506         the following changes: new parameter, delim2; both delim[12]
41507         parameters have type `int', not `char'.  The latter would lose
41508         with 8-bit delimiters.
41509         * lib/getstr.h: New file.
41510
41511 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41512
41513         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
41514         than 1024, return a memory chunk of least possible size, instead
41515         of size PATH_MAX + 2. In the loop, increment the size proportionally.
41516         Use free/xmalloc instead of xrealloc to avoid copying for very long
41517         paths.
41518
41519 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41520
41521         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
41522         the empty string.
41523
41524 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41525
41526         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
41527         address, not strdup.  Include <stdlib.h> and don't declare free().
41528
41529 2000-06-19  Jim Meyering  <meyering@lucent.com>
41530
41531         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
41532
41533 2000-06-18  Jim Meyering  <meyering@lucent.com>
41534
41535         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
41536
41537         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
41538         `checking whether...' message to be consistent with that of the
41539         lstat test.
41540
41541 2000-06-18  Jim Meyering  <meyering@lucent.com>
41542
41543         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
41544         Besides, these days every porting target provides a mkdir function.
41545
41546         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
41547         needed. (this snippet comes from src/system.h).
41548
41549 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
41550
41551         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
41552
41553 2000-06-15  Paul Eggert  <eggert@twinsun.com>
41554
41555         * lib/human.c (adjust_value): New function.
41556         (human_readable_inexact): Apply rounding style even when
41557         printing approximate values.
41558
41559 2000-06-14  Paul Eggert  <eggert@twinsun.com>
41560
41561         * lib/human.c (human_readable_inexact): Allow an input block
41562         size that is not a multiple of the output block size, and vice versa.
41563         Reported by Piergiorgio Sartor.
41564
41565 2000-06-14  Paul Eggert  <eggert@twinsun.com>
41566
41567         * lib/getdate.y (get_date): Apply relative times after time
41568         zone indicator, not before.  Reported by Todd A. Jacobs.
41569
41570 2000-06-13  Jim Meyering  <meyering@lucent.com>
41571
41572         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
41573
41574         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
41575
41576 2000-06-12  Paul Eggert  <eggert@twinsun.com>
41577
41578         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
41579
41580 2000-06-12  Jim Meyering  <meyering@lucent.com>
41581
41582         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
41583         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
41584         optional argument.
41585         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
41586         the optional argument, `lib'.
41587
41588 2000-06-08  Jim Meyering  <meyering@lucent.com>
41589
41590         * m4/largefile.m4: Remove file (now that it's part of autoconf).
41591
41592 2000-06-04  Paul Eggert  <eggert@twinsun.com>
41593
41594         Rewrite largefile configuration so that we don't need to run
41595         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
41596         AC_CANONICAL_HOST in configure.in -- jmm]
41597
41598         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
41599         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
41600         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
41601         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
41602         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
41603         All uses changed.
41604         Instead of inspecting the output of getconf, try to compile the
41605         test program without and with the macro definition.
41606         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
41607         for getconf.  Instead, check for the needed flags by compiling
41608         test programs.
41609
41610 2000-06-04  Paul Eggert  <eggert@twinsun.com>
41611
41612         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
41613
41614 2000-06-04  Jim Meyering  <meyering@lucent.com>
41615
41616         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
41617         SunOS 4.1.4 for which gid_t is an unsigned type.
41618
41619 2000-06-03  Jim Meyering  <meyering@lucent.com>
41620
41621         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
41622         now that autoconf requires that.
41623
41624         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
41625         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
41626         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
41627
41628 2000-06-03  Jim Meyering  <meyering@lucent.com>
41629
41630         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
41631
41632 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
41633
41634         * m4/glibc21.m4: New file.
41635         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
41636
41637 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
41638
41639         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
41640         newer, don't install charset.alias.
41641         * lib/config.charset: Change the Linux/glibc rules so they become empty
41642         on glibc-2.1 or newer.
41643
41644 2000-06-02  Jim Meyering  <meyering@lucent.com>
41645
41646         * lib/mountlist.c: Back out last change.  Instead, do this...
41647         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
41648         me_dummy member using the same `ignore'-testing code.
41649         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
41650         fs_type strings.
41651         From Mark D. Roth.
41652
41653 2000-05-29  Jim Meyering  <meyering@lucent.com>
41654
41655         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
41656         mounts with the `ignore' attribute.  Based on a patch from
41657         Mark D. Roth.
41658
41659 2000-05-28  Jim Meyering  <meyering@lucent.com>
41660
41661         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
41662         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41663         * m4/stat.m4: Likewise.
41664         * m4/lstat.m4: Likewise.
41665         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
41666
41667         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
41668         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
41669
41670 2000-05-26  Jim Meyering  <meyering@lucent.com>
41671
41672         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
41673
41674 2000-05-24  Jim Meyering  <meyering@lucent.com>
41675
41676         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
41677         autoconf requires that.
41678         * m4/lib-check.m4: Likewise.
41679         * m4/jm-macros.m4: Likewise.
41680         * m4/strftime.m4: Likewise.
41681
41682         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
41683         AC_CHECK_DECLS, now that autoconf requires that.
41684
41685 2000-05-22  Jim Meyering  <meyering@lucent.com>
41686
41687         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41688         * m4/lstat.m4: Likewise.
41689
41690 2000-05-22  Jim Meyering  <meyering@lucent.com>
41691
41692         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
41693
41694 2000-05-20  Jim Meyering  <meyering@lucent.com>
41695
41696         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
41697         (jm_PREREQ): Use it.
41698
41699 2000-05-18  Jim Meyering  <meyering@lucent.com>
41700
41701         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
41702         back, too, since it may have been modified by allocate_entry.
41703         (hash_delete): Rewrite to use neither the assignment operator
41704         nor the comma operator in an if-expression.
41705
41706 2000-05-15  Paul Eggert  <eggert@twinsun.com>
41707
41708         * lib/closeout.c:
41709         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
41710         Remove; no longer needed.
41711         "quotearg.h": Add include.
41712         (file_name): Do not bother to explicitly initialize to NULL; it's less
41713         efficient on some hosts.
41714         (close_stdout_status): Remove test as to whether stdout was already
41715         closed; it breaks for the case "echo x | sort >&-".
41716         Quote file name colons.
41717         Do not assume that _("write error") lacks format strings.
41718
41719 2000-05-15  Jim Meyering  <meyering@lucent.com>
41720
41721         * lib/version-etc.c (version_etc_copyright): Update the copyright
41722         string used in all --version output.
41723
41724 2000-05-14  Jim Meyering  <meyering@lucent.com>
41725
41726         * lib/closeout.c (close_stdout_set_file_name): New function.
41727         (close_stdout_status): Use new file-scoped global.
41728         Return right away if fstat says the stdout file descriptor is invalid.
41729         * lib/closeout.h (close_stdout_set_file_name): Declare.
41730
41731 2000-05-10  Jim Meyering  <meyering@lucent.com>
41732
41733         * lib/closeout.c [default_exit_status]: New file-scoped variable.
41734         (close_stdout_set_status): New function.
41735         * lib/closeout.h (close_stdout_set_status): Declare.
41736
41737 2000-05-09  Jim Meyering  <meyering@lucent.com>
41738
41739         * m4/gettext.m4: Rename this...
41740         * m4/libintl.m4: ...to this.
41741
41742 2000-05-08  Jim Meyering  <meyering@lucent.com>
41743
41744         * lib/long-options.c: Don't include closeout.h.
41745         (parse_long_options): Don't call close_stdout for --version.
41746
41747 2000-05-06  Paul Eggert  <eggert@twinsun.com>
41748
41749         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
41750         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
41751         2.1.3 bug.  This avoids a clash when files like regex.c define
41752         _GNU_SOURCE.
41753
41754 2000-05-06  Jim Meyering  <meyering@lucent.com>
41755
41756         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
41757         (AC_REPLACE_FUNCS): Add strnlen.
41758
41759         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
41760         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
41761
41762         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
41763         AC_SEARCH_LIBS call for nanosleep.
41764         (LIB_NANOSLEEP): Set and AC_SUBST.
41765
41766 2000-05-06  Jim Meyering  <meyering@lucent.com>
41767
41768         * lib/strnlen.c: Undefine __strnlen and strnlen.
41769         [!weak_alias]: Define __strnlen to strnlen.
41770
41771         * lib/atexit.c: New file, from libiberty.
41772
41773 2000-05-06  Jim Meyering  <meyering@lucent.com>
41774
41775         * lib/closeout.c (close_stdout_status): Also check for errors on the
41776         stderr stream.
41777
41778 2000-05-05  Jim Meyering  <meyering@lucent.com>
41779
41780         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
41781         AC_SEARCH_LIBS call for clock_gettime.
41782         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
41783
41784         * m4/search-libs.m4: Update from autoconf.
41785
41786         su doesn't work on Solaris 2.6.
41787         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
41788         <shadow.h>.  Reported by Dragos Harabor.
41789
41790 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
41791
41792         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
41793         memcpy instead of xmalloc, xrealloc, path_concat.
41794         (locale_charset): Treat empty environment variables as absent.
41795         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
41796
41797 2000-05-04  Jim Meyering  <meyering@lucent.com>
41798
41799         * lib/getopt.c: Update from glibc.
41800         * lib/obstack.c: Likewise.
41801         * lib/obstack.h: Likewise.
41802         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
41803         file
41804
41805         * lib/regex.h: Likewise.
41806         * lib/strndup.c: Likewise.
41807         * lib/strnlen.c: New file, from glibc.
41808
41809 2000-05-03  Jim Meyering  <meyering@lucent.com>
41810
41811         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
41812
41813 2000-05-02  Paul Eggert  <eggert@twinsun.com>
41814
41815         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
41816         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
41817         compile-time test, rather than inspecting host and OS, to
41818         decide whether to define _LARGEFILE_SOURCE.
41819
41820 2000-05-01  Jim Meyering  <meyering@lucent.com>
41821
41822         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
41823
41824         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
41825         Based on a patch from Bruno Haible.
41826
41827 2000-05-01  Jim Meyering  <meyering@lucent.com>
41828
41829         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
41830
41831 2000-04-29  Jim Meyering  <meyering@lucent.com>
41832
41833         * lib/path-concat.c: Declare strdup only if it's not defined.
41834         * lib/canon-host.c: Likewise.
41835
41836 2000-04-28  Jim Meyering  <meyering@lucent.com>
41837
41838         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
41839         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
41840         is included first, then limits.h is included by locale.h by libintl.h.
41841         From John David Anglin.
41842
41843 2000-04-25  Jim Meyering  <meyering@lucent.com>
41844
41845         * lib/makepath.c (S_IRWXUGO): Define.
41846         (make_path): Always perform explicit chmod if MODE specifies any
41847         of the `special' permission bits.  Prompted by a bug report against
41848         install from Mate Wierdl and Joost van Baal.
41849
41850 2000-04-18  Jim Meyering  <meyering@lucent.com>
41851
41852         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
41853         (jm_PREREQ): Use it.
41854
41855 2000-04-18  Jim Meyering  <meyering@lucent.com>
41856
41857         * lib/README: New file.
41858
41859         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
41860         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
41861
41862 2000-04-17  Jim Meyering  <meyering@lucent.com>
41863
41864         Get it right :-)
41865         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
41866         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
41867         Suggestion from Akim Demaille.
41868
41869 2000-04-17  Jim Meyering  <meyering@lucent.com>
41870
41871         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
41872         the definition of it to rpl_strftime also defined-away the system's
41873         declaration.
41874
41875 2000-04-15  Jim Meyering  <meyering@lucent.com>
41876
41877         Use `C' to denote so-called `contiguous' files, the same way
41878         that tar does.
41879         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
41880         (ftypelet): Use S_ISCTG.
41881         From Michael Deutschmann.
41882
41883 2000-04-14  Jim Meyering  <meyering@lucent.com>
41884
41885         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
41886         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
41887         clobbered.
41888
41889 2000-04-14  Jim Meyering  <meyering@lucent.com>
41890
41891         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
41892
41893 2000-04-13  Jim Meyering  <meyering@lucent.com>
41894
41895         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
41896         AH_VERBATIM to insert required #ifndef into config.h.in.
41897         Suggestion from Akim Demaille.
41898
41899 2000-04-12  Jim Meyering  <meyering@lucent.com>
41900
41901         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
41902         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
41903         Christian Krackowizer.
41904
41905         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
41906         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
41907         (AC_SYS_LARGEFILE): Require.
41908         (AM_C_PROTOTYPES): Require.
41909
41910 2000-04-08  Jim Meyering  <meyering@lucent.com>
41911
41912         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
41913         names don't conflict.  Reported by Eli Zaretskii.
41914
41915 2000-04-07  Jim Meyering  <meyering@lucent.com>
41916
41917         * lib/putenv.c: Move inclusion of errno.h so it follows that of
41918         sys/types.h, to work around system header problems on AIX 3.2.5.
41919         From Bruno Haible.
41920
41921 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
41922
41923         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
41924         bug.  Deal with the different error behavior of Irix iconv.
41925
41926 2000-04-05  Paul Eggert  <eggert@twinsun.com>
41927
41928         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
41929         IRIX if the installer said otherwise.
41930
41931 2000-04-05  Jim Meyering  <meyering@lucent.com>
41932
41933         Portability tweaks required for ultrix4.3.
41934         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
41935         (jm_CHECK_DECLS): Add getutent to the list of functions.
41936         (_jm_DECL_HEADERS): Add utmpx.h.
41937         From John David Anglin.
41938
41939         * m4/strftime.m4: Back out the 2000-04-02 change.
41940         Instead of that change, simply undefine putenv in the test program.
41941
41942 2000-04-05  Jim Meyering  <meyering@lucent.com>
41943
41944         Portability tweaks required for ultrix4.3.
41945         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
41946         getutent.
41947         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
41948         * lib/canon-host.c: Declare strdup.
41949         * lib/path-concat.c: Likewise.
41950         From John David Anglin.
41951
41952 2000-04-04  Jim Meyering  <meyering@lucent.com>
41953
41954         Be more DOS 8.3-friendly.
41955         * lib/ref-add.sin: Renamed from ref-add.sed.in.
41956         * lib/ref-del.sin: Renamed from ref-del.sed.in.
41957         * lib/Makefile.am: Reflect renaming.
41958         Reported by Eli Zaretskii.
41959
41960         Use a temporary file name that won't clash with `charset.alias'
41961         in the DOS 8.3 name space.
41962         * lib/Makefile.am (charset_tmp): Define.
41963         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
41964         (uninstall-local): Likewise.
41965         Reported by Eli Zaretskii.
41966
41967 2000-04-03  Jim Meyering  <meyering@lucent.com>
41968
41969         * m4/gettext.m4: Fix typo in comment.
41970
41971         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
41972         textutils/configure.in).  Suggestion from Paul Eggert.
41973         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
41974
41975 2000-04-02  Paul Eggert  <eggert@twinsun.com>
41976
41977         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
41978         variable in the shell rather than using putenv, which isn't
41979         portable.  This avoids the configure-time inter-test dependency
41980         on the potentially-renamed putenv function.
41981
41982 2000-03-30  Paul Eggert  <eggert@twinsun.com>
41983
41984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
41985         before checking struct stat.st_blksize, so that
41986         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
41987
41988 2000-03-29  Paul Eggert  <eggert@twinsun.com>
41989
41990         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
41991         since strftime.c uses HAVE_STRFTIME to decide whether to use
41992         the underlying strftime.
41993
41994 2000-03-29  Paul Eggert  <eggert@twinsun.com>
41995
41996         * lib/time/strftime.c (my_strftime): Make sure we call the system
41997         strftime, not ourselves, when invoking the underlying strftime.
41998
41999 2000-03-24  Jim Meyering  <meyering@lucent.com>
42000
42001         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
42002         (charset_alias): Define.
42003         (install-exec-local): Factor out common code.
42004         (uninstall-local): Split lines longer than 80.
42005         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
42006         (SUFFIXES): Define.
42007         (.sed.in.sed): New rule.  Don't redirect directly to $@.
42008         (CLEANFILES): Add ref-add.sed and ref-del.sed.
42009
42010 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
42011
42012         * lib/config.charset: Output a line containing "Packages using this
42013         file".
42014         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
42015         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
42016         ref-del.sed): New rules.
42017
42018 2000-03-17  Jim Meyering  <meyering@lucent.com>
42019
42020         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
42021         Otherwise, include <strings.h>
42022
42023 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
42024
42025         * lib/unicodeio.c (utf8_wctomb): New function.
42026         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
42027         format instead of in UCS-4 with platform dependent endianness.
42028
42029 2000-03-10  Jim Meyering  <meyering@lucent.com>
42030
42031         * m4/lib-check.m4: Look for getspnam in -lgen, too.
42032         From Marco Franzen.
42033
42034 2000-03-07  Paul Eggert  <eggert@twinsun.com>
42035
42036         * lib/savedir.c (savedir): Work even if directory size is
42037         negative; this can happen with some screwy NFS configurations.
42038
42039 2000-03-06  Jim Meyering  <meyering@lucent.com>
42040
42041         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
42042         if it's NULL (because we ran out of memory).  From Bruno Haible.
42043
42044 2000-03-05  Jim Meyering  <meyering@lucent.com>
42045
42046         * lib/localcharset.c ("path-concat.h"): Include.
42047         (get_charset_aliases): Use path_concat instead of ANSI string
42048         concatenation.
42049
42050         * lib/unicodeio.h (PARAMS): Define.
42051         Use it to guard prototype.
42052
42053 2000-03-04  Jim Meyering  <meyering@lucent.com>
42054
42055         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
42056         for lib/localcharset.c.
42057
42058 2000-03-04  Jim Meyering  <meyering@lucent.com>
42059
42060         * lib/Makefile.am (install-exec-local): Create $(libdir) before
42061         installing into it.
42062         (uninstall-local): Uncomment this rule so `make distcheck' works
42063         once again.
42064
42065         * lib/unicodeio.c (<errno.h>): Include it.
42066         (errno): Declare if not defined.
42067
42068         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
42069
42070         * lib/config.charset: New version, incorporating remarks from a linux
42071         i18n mailing list.  From Bruno Haible.
42072
42073 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
42074
42075         * m4/codeset.m4: New file.
42076         * m4/iconv.m4: New file.
42077         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
42078
42079 2000-03-03  Jim Meyering  <meyering@lucent.com>
42080
42081         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
42082
42083 2000-03-02  Jim Meyering  <meyering@lucent.com>
42084
42085         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
42086         the messages come out on separate lines.
42087
42088         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
42089         rather than jm_CHECK_DECLARATIONS.
42090         * m4/decl.m4: Remove now-unused file.
42091
42092         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
42093         geteuid.
42094
42095 2000-03-02  Jim Meyering  <meyering@lucent.com>
42096
42097         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
42098
42099 2000-03-01  Jim Meyering  <meyering@lucent.com>
42100
42101         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
42102         * lib/unicodeio.c: Likewise.
42103
42104 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
42105
42106         * lib/config.charset: New file.
42107         * lib/localcharset.c: New file.
42108         * lib/unicodeio.h, lib/unicodeio.c: New files.
42109         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
42110         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
42111         (noinst_HEADERS): Add unicodeio.h.
42112         (all-local, install-exec-local, charset.alias): New targets.
42113
42114 2000-02-28  Paul Eggert  <eggert@twinsun.com>
42115
42116         * lib/quotearg.c (ALERT_CHAR): New macro.
42117         (quotearg_buffer_restyled): Use it.
42118
42119 2000-02-27  Jim Meyering  <meyering@lucent.com>
42120
42121         * m4/check-decl.m4: Add getenv to the list.
42122
42123 2000-02-27  Jim Meyering  <meyering@lucent.com>
42124
42125         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
42126         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
42127
42128         * lib/backupfile.c: Guard inclusion of stdlib.h with
42129         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
42130         Declare malloc if needed.
42131
42132         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
42133         `#ifndef HAVE_DECL..'
42134         now that autoconf always defines the HAVE_DECL_ symbols.
42135         * lib/human.c: Likewise.
42136         * lib/same.c: Likewise.
42137         * lib/strtoumax.c: Likewise.
42138
42139         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
42140         declaration check was not run.
42141         * lib/hash.c: Likewise.
42142         * lib/human.c: Likewise.
42143         * lib/same.c: Likewise.
42144         * lib/strtoumax.c: Likewise.
42145
42146         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
42147         `.', then first look up the entire `.'-containing string as a login
42148         name.
42149
42150 2000-02-23  Jim Meyering  <meyering@lucent.com>
42151
42152         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
42153         in place of my hack.
42154
42155 2000-02-18  Paul Eggert  <eggert@twinsun.com>
42156
42157         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
42158         (textint): New typedef.
42159         (parser_control): Member year changed from int to textint.
42160         All uses changed.
42161         (YYSTYPE): Removed; replaced by %union with int and textint members.
42162         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
42163         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
42164         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
42165         (tSNUMBER, tUNUMBER): Now of type <textintval>.
42166         (date, number, to_year): Use width of number in digits, not its value,
42167         to determine whether it's a 2-digit year, or a 2-digit time.
42168         (yylex): Store number of digits of numeric tokens.
42169         Reported by John Kendall.
42170
42171         (parser_control): Changed from struct parser_control to typedef (for
42172         consistency).  All uses changed.
42173
42174         (tID): Removed; not used.
42175         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
42176
42177 2000-02-14  Paul Eggert  <eggert@twinsun.com>
42178
42179         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
42180         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
42181
42182 2000-02-12  Jim Meyering  <meyering@lucent.com>
42183
42184         * lib/userspec.c (ISDIGIT): Define it.
42185         (isdigit): Remove definition.
42186         (is_number): Use ISDIGIT, not isdigit.
42187         <libintl.h>: Include.
42188         (_ and N_): Define.
42189         (parse_user_spec): Mark translatable strings.
42190
42191 2000-02-10  Jim Meyering  <meyering@lucent.com>
42192
42193         With these changes, nanosleep.[ch] are finally enough like the other
42194         lib/* replacement files to compile on a few more losing systems.
42195
42196         * lib/nanosleep.h: Don't include config.h.
42197         Remove prototype from declaration of nanosleep.
42198         (PARAMS): Remove now-unneeded definition.
42199         * lib/nanosleep.c: #undef nanosleep.
42200         (rpl_nanosleep): Rename from nanosleep.
42201
42202 2000-02-10  Jim Meyering  <meyering@lucent.com>
42203
42204         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
42205         gnu_nanosleep to rpl_nanosleep.
42206
42207 2000-02-09  Jim Meyering  <meyering@lucent.com>
42208
42209         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
42210         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
42211
42212 2000-02-08  Akim Demaille  <akim@epita.fr>
42213
42214         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
42215         `[' and `]' and remove uses of `changequote'.
42216         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
42217         (AC_SYS_LARGEFILE): Likewise.
42218         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
42219         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
42220         of changequote.
42221         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
42222         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
42223         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
42224         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
42225
42226 2000-02-05  Jim Meyering  <meyering@lucent.com>
42227
42228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
42229         Remove explicit use of AC_HEADER_TIME.  It is required by
42230         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
42231         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
42232         in autoconf whereby the expansion of the latter ended up preceding
42233         the expansion of its prerequisite, AC_HEADER_TIME.
42234         Reported by Volker Borchert.
42235
42236 2000-02-03  Jim Meyering  <meyering@lucent.com>
42237
42238         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
42239
42240 2000-02-03  Jim Meyering  <meyering@lucent.com>
42241
42242         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
42243         rather than with `#if HAVE_UTMPNAME'.
42244
42245 2000-02-02  Jim Meyering  <meyering@lucent.com>
42246
42247         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
42248         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
42249         Reported by Eli Zaretskii.
42250
42251 2000-02-01  Jim Meyering  <meyering@lucent.com>
42252
42253         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
42254
42255 2000-01-31  Jim Meyering  <meyering@lucent.com>
42256
42257         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
42258         functions.  Add the time.h and sys/time.h headers along with the
42259         AC_REQUIRE'ment of AC_HEADER_TIME.
42260
42261 2000-01-31  Jim Meyering  <meyering@lucent.com>
42262
42263         * lib/nanosleep.h (nanosleep): Guard declaration with
42264         `#if ! HAVE_DECL_NANOSLEEP'.
42265         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
42266         the declaration in that vendor's sys/timers.h.
42267         Reported by Christian Krackowizer.
42268
42269         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
42270         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
42271         (ISPRINT): Likewise.
42272         Reported by Tom Tromey.
42273
42274 2000-01-30  Jim Meyering  <meyering@lucent.com>
42275
42276         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
42277
42278         * m4/prereq.m4 (utmp_includes): Define.
42279         Check for ut_user and ut_name members in both struct utmpx
42280         and struct utmp.
42281
42282 2000-01-30  Jim Meyering  <meyering@lucent.com>
42283
42284         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
42285         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
42286         header files where only utmpx.ut_user is declared.
42287
42288         * lib/readutmp.h (UT_USER): Define.
42289
42290 2000-01-29  Jim Meyering  <meyering@lucent.com>
42291
42292         * m4/lib-check.m4: New file containing library-related checks from
42293         fileutils and sh-utils (textutils had none).
42294
42295 2000-01-28  Jim Meyering  <meyering@lucent.com>
42296
42297         * m4/perl.m4: Change format of warning message to look more like that
42298         from the missing script.  Suggestion from François Pinard.
42299
42300 2000-01-25  Jim Meyering  <meyering@lucent.com>
42301
42302         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
42303         well as time.h in the compile check.
42304         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
42305         Fix typo in cross-compiling case: s/yes/no/.
42306
42307 2000-01-23  Jim Meyering  <meyering@lucent.com>
42308
42309         * m4/jm-macros.m4: Move df-related tests here from
42310         fileutils/configure.in
42311
42312         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
42313         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
42314
42315         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
42316         s/space/ac_fsusage_space/.
42317         (jm_FILE_SYSTEM_USAGE): Take two parameters.
42318
42319         * m4/ftruncate.m4: New file (derived from part of
42320         fileutils/configure.in).
42321         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
42322         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
42323
42324         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
42325         AC_SUBST these here, rather than just in sh-util/configure.in, so
42326         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
42327         all the same.
42328         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
42329         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
42330         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
42331         (AC_SUBST(POW_LIBM)): Likewise.
42332         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
42333
42334 2000-01-23  Jim Meyering  <meyering@lucent.com>
42335
42336         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
42337         obstack.c.
42338
42339 2000-01-22  Jim Meyering  <meyering@lucent.com>
42340
42341         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
42342
42343         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
42344
42345         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
42346         configure.in
42347         (AC_CHECK_HEADERS): Likewise for sh-utils.
42348         (AC_CHECK_HEADERS): Likewise for textutils.
42349         Merge the three lists of headers.
42350
42351         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
42352         from fileutils' configure.in.
42353
42354         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
42355         code. Moved tests into their own function (_jm_DECL_HEADERS) in
42356         check-decl.m4.
42357
42358         * m4/check-decl.m4: Use #if rather than #ifdef.
42359         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
42360         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
42361         (_jm_DECL_HEADERS): Define new function.
42362         (jm_CHECK_DECLARATIONS): Require it.
42363
42364 2000-01-22  Jim Meyering  <meyering@lucent.com>
42365
42366         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
42367         [! HAVE_DECL_STRTOULL]: Declare strtoull.
42368         Required for some AIX systems.  Reported by Christian Krackowizer.
42369         [TESTING] (main): New function.
42370
42371         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
42372         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
42373         letters.
42374
42375         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
42376         iswprint.
42377
42378         * lib/strverscmp.c (ISDIGIT): Define.
42379         (strverscmp): Use ISDIGIT, not isdigit.
42380
42381 2000-01-19  Jim Meyering  <meyering@lucent.com>
42382
42383         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
42384         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
42385         defines `struct timespec' in <sys/time.h>
42386
42387         * m4/c-bs-a.m4: Remove uses of changequote altogether.
42388         Thanks to Akim for explaining.
42389
42390 2000-01-17  Paul Eggert  <eggert@twinsun.com>
42391
42392         * lib/nanosleep.c (nanosleep):
42393         Don't use SA_INTERRUPT to decide whether to call sigaction, as
42394         POSIX.1 doesn't require SA_INTERRUPT and some systems
42395         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
42396         it's been part of POSIX.1 since day 1 (in 1988).
42397
42398 2000-01-17  Jim Meyering  <meyering@lucent.com>
42399
42400         * lib/interlock: Remove unused file.  Reported by François Pinard.
42401
42402 2000-01-16  Paul Eggert  <eggert@twinsun.com>
42403
42404         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
42405         alert, backslash, formfeed, and vertical tab unnecessarily in
42406         shell quoting style.
42407
42408 2000-01-16  Jim Meyering  <meyering@lucent.com>
42409
42410         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
42411         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
42412         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
42413         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
42414
42415 2000-01-16  Jim Meyering  <meyering@lucent.com>
42416
42417         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
42418         because the latter didn't work.
42419
42420 2000-01-15  Jim Meyering  <meyering@lucent.com>
42421
42422         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
42423         (AC_REPLACE_FUNCS): Add memcpy and memset.
42424         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
42425         Add strpbrk.
42426         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
42427
42428 2000-01-12  Jim Meyering  <meyering@lucent.com>
42429
42430         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
42431         (jm_PREREQ): Use it.
42432         (jm_PREREQ_READUTMP): New macro.
42433         (jm_PREREQ): Use it.
42434
42435 2000-01-11  Paul Eggert  <eggert@twinsun.com>
42436
42437         Quote multibyte characters correctly.
42438         * m4/c-bs-a.m4: New file.
42439         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
42440         (jm_PREREQ): Use it.
42441
42442 2000-01-11  Paul Eggert  <eggert@twinsun.com>
42443
42444         * m4/uintmax_t.m4: Port to autoconf 2.13.
42445
42446 2000-01-08  Jim Meyering  <meyering@ascend.com>
42447
42448         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
42449         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
42450
42451 2000-01-04  Jim Meyering  <meyering@ascend.com>
42452
42453         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
42454         jm_STRUCT_DIRENT_D_TYPE.
42455         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
42456         jm_STRUCT_DIRENT_D_INO.
42457         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
42458         jm_STRUCT_UTIMBUF.
42459         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
42460         renamings.
42461         * m4/utime.m4: Likewise.
42462
42463         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
42464         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
42465
42466 2000-01-03  Paul Eggert  <eggert@twinsun.com>
42467
42468         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
42469         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
42470
42471 2000-01-02  Jim Meyering  <meyering@ascend.com>
42472
42473         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
42474         remember if this is necessary.
42475
42476 1999-12-26  Jim Meyering  <meyering@ascend.com>
42477
42478         * m4/jm-macros.m4: Use it here.
42479         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
42480
42481 1999-12-23  Jim Meyering  <meyering@ascend.com>
42482
42483         * m4/jm-macros.m4: Check for clock_gettime (moved from
42484         fileutils/configure.in)
42485         Check for gettimeofday.
42486
42487 1999-12-20  Jim Meyering  <meyering@ascend.com>
42488
42489         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
42490         autoconf-2.14a-1999-12-20.
42491
42492 1999-12-19  Jim Meyering  <meyering@ascend.com>
42493
42494         * m4/lstat-slash.m4: New file.
42495         * m4/jm-macros.m4: Use the new macro:
42496         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42497
42498 1999-12-07  Jim Meyering  <meyering@ascend.com>
42499
42500         * m4/perl.m4: Require that File::Compare be available, too.
42501         Too many systems seem to lack it.
42502
42503         * m4/strftime.m4: Add checks for most of the cpp macros tested in
42504         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
42505
42506 1999-11-18  Paul Eggert  <eggert@twinsun.com>
42507
42508         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
42509         problem with the QNX 4.25 shell, which doesn't propagate exit
42510         status of failed commands inside shell assignments.
42511
42512 1999-11-17  Jim Meyering  <meyering@ascend.com>
42513
42514         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
42515
42516 1999-11-07  Jim Meyering  <meyering@ascend.com>
42517
42518         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
42519
42520 1999-11-06  Jim Meyering  <meyering@ascend.com>
42521
42522         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
42523         * m4/jm-macros.m4 (jm_MACROS): Use it here.
42524
42525 1999-11-05  Jim Meyering  <meyering@ascend.com>
42526
42527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
42528         configure.in of textutils, fileutils, and sh-utils into this one
42529         (shared between those packages) file.
42530         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
42531         AC_STRUCT_ST_BLKSIZE.
42532
42533 1999-11-03  Jim Meyering  <meyering@ascend.com>
42534
42535         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
42536         of AC_CHECK_TYPE checks includes unistd.h.
42537         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
42538         Suggestion from Akim Demaille.
42539
42540 1999-10-30  Jim Meyering  <meyering@ascend.com>
42541
42542         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
42543         m4-quoted string.
42544         * m4/ls-mntd-fs.m4: Likewise.
42545         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
42546         * m4/jm-winsz1.m4: Likewise.
42547
42548         * m4/const.m4: Remove file, since the fix made it into the experimental
42549         version of autoconf.
42550         * m4/mktime.m4: Likewise.
42551
42552         * m4/check-type.m4: Remove file, now that the latest version of
42553         AC_CHECK_TYPE takes a third arg to specify additional #includes.
42554
42555         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
42556         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
42557         AC_CHECK_TYPE.
42558
42559 1999-10-04  Jim Meyering  <meyering@ascend.com>
42560
42561         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
42562
42563 1999-09-22  Paul Eggert  <eggert@twinsun.com>
42564
42565         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
42566         2.95.1 bug with HP-UX 10.20.
42567
42568 1999-09-17  Jim Meyering  <meyering@ascend.com>
42569
42570         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
42571         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
42572         due to missing strdup (against sh-utils-2.0).
42573
42574 1999-08-29  Jim Meyering  <meyering@ascend.com>
42575
42576         * m4/jm-macros.m4: Require jm_BISON.
42577         * m4/bison.m4: New file.
42578
42579 1999-08-17  Paul Eggert  <eggert@twinsun.com>
42580
42581         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
42582         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
42583
42584 1999-08-05  Jim Meyering  <meyering@ascend.com>
42585
42586         * m4/getline.m4: Rename test file from conftestdata to conftest.data
42587         to avoid conflicts with `conftest' on 8+3 filesystems.
42588         Suggestion from Eli Zaretskii.
42589
42590 1999-08-04  Jim Meyering  <meyering@ascend.com>
42591
42592         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
42593         fileutils and sh-utils (textutils's getline test was inadequate).
42594         (AM_FUNC_GETLINE): Run this test.
42595         (AC_CHECK_FUNCS): Check for getdelim.
42596         Reported by Bob Proulx.
42597
42598 1999-08-02  Jim Meyering  <meyering@ascend.com>
42599
42600         * m4/jm-macros.m4: Add a comment.
42601
42602 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42603
42604         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
42605         <inttypes.h> defines strtoumax as a macro (and not as a
42606         function).
42607
42608 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42609
42610         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
42611         that we can shift, multiply and divide unsigned long long
42612         values; Ultrix cc can't do it.
42613
42614 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42615
42616         * m4/mktime.m4: New file, which is a preview of what should appear
42617         in the next public autoconf release.
42618
42619 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42620
42621         * m4/lfs.m4: Remove this file.
42622         * m4/largefile.m4: New file.  It contains the old contents of
42623         lfs.m4, except that all names with prefix AC_LFS have been
42624         changed to use the prefix AC_SYS_LARGEFILE instead, to be
42625         compatible with future autoconf versions.  Also, some minor m4
42626         quoting problems have been fixed.
42627
42628 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42629
42630         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
42631         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
42632         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
42633         and simplify the shell code.
42634
42635 1999-08-01  Jim Meyering  <meyering@ascend.com>
42636
42637         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
42638         m4.
42639
42640 1999-07-20  Jim Meyering  <meyering@ascend.com>
42641
42642         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
42643
42644 1999-07-15  Jim Meyering  <meyering@ascend.com>
42645
42646         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
42647
42648 1999-05-22  Jim Meyering  <meyering@ascend.com>
42649
42650         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
42651
42652 1999-05-20  Jim Meyering  <meyering@ascend.com>
42653
42654         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
42655         Add a colon after each `then' in case $4 is empty.
42656
42657 1999-05-16  Jim Meyering  <meyering@ascend.com>
42658
42659         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
42660
42661 1999-05-10  Jim Meyering  <meyering@ascend.com>
42662
42663         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
42664
42665         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
42666         AC_FUNC_MKTIME.
42667
42668 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
42669
42670         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
42671
42672 1999-05-04  Paul Eggert  <eggert@twinsun.com>
42673
42674         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
42675         not CPPFLAGS, so that linking works correctly in IRIX.
42676
42677 1999-04-30  Paul Eggert  <eggert@twinsun.com>
42678
42679         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
42680
42681 1999-04-20  Paul Eggert  <eggert@twinsun.com>
42682
42683         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
42684         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
42685         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
42686         jm_AC_TYPE_UNSIGNED_LONG_LONG.
42687         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
42688
42689         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
42690
42691 1999-04-20  Jim Meyering  <meyering@ascend.com>
42692
42693         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
42694         AC_REPLACE xstroull if necessary.  From Paul Eggert.
42695         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
42696
42697 1999-04-18  Jim Meyering  <meyering@ascend.com>
42698
42699         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
42700         * m4/jm-macros.m4: Use it.
42701
42702 1999-04-06  Jim Meyering  <meyering@ascend.com>
42703
42704         * m4/strftime.m4: Remove test for %f.
42705
42706 1999-03-29  Jim Meyering  <meyering@ascend.com>
42707
42708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
42709         superset of the AC_TYPE_* checks in the textutils, fileutils,
42710         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
42711         AC_TYPE_PID_T.
42712
42713 1999-03-28  Jim Meyering  <meyering@ascend.com>
42714
42715         * m4/jm-macros.m4: Define GNU_PACKAGE here.
42716         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
42717         replaced e.g., in the *.sh files of the sh-utils.
42718
42719 1999-03-20  Jim Meyering  <meyering@ascend.com>
42720
42721         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
42722         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
42723         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
42724
42725 1999-03-19  Jim Meyering  <meyering@ascend.com>
42726
42727         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
42728
42729 1999-03-12  Jim Meyering  <meyering@ascend.com>
42730
42731         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
42732
42733 1999-03-07  Jim Meyering  <meyering@ascend.com>
42734
42735         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
42736         declared.
42737
42738 1999-02-17  Jim Meyering  <meyering@ascend.com>
42739
42740         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
42741         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
42742
42743 1999-02-07  Jim Meyering  <meyering@ascend.com>
42744
42745         * m4/group-member.m4: New file -- extracted from sh-utils'
42746         configure.in.
42747
42748         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
42749         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
42750
42751 1999-02-06  Jim Meyering  <meyering@ascend.com>
42752
42753         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
42754         * m4/fnmatch.m4: Likewise.
42755         * m4/getgroups.m4: Likewise.
42756         * m4/lstat.m4: Likewise.
42757         * m4/malloc.m4: Likewise.
42758         * m4/putenv.m4: Likewise.
42759         * m4/realloc.m4: Likewise.
42760         * m4/regex.m4: Likewise.
42761         * m4/stat.m4: Likewise.
42762         * m4/strftime.m4: Likewise.
42763         Suggestion from Alain Magloire.
42764
42765         * m4/chown.m4: Use `.$ac_objext', not `.o'.
42766         * m4/fnmatch.m4: Likewise.
42767         * m4/getgroups.m4: Likewise.
42768         * m4/getline.m4: Likewise.
42769         * m4/lstat.m4: Likewise.
42770         * m4/malloc.m4: Likewise.
42771         * m4/memcmp.m4: Likewise.
42772         * m4/putenv.m4: Likewise.
42773         * m4/realloc.m4: Likewise.
42774         * m4/regex.m4: Likewise.
42775         * m4/stat.m4: Likewise.
42776         * m4/strftime.m4: Likewise.
42777         Suggestion from Alain Magloire.
42778
42779         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
42780         an argument.
42781
42782         * m4/regex.m4: Add a run-time Test for proper operation of
42783         re_compile_pattern.
42784
42785 1999-01-31  Jim Meyering  <meyering@ascend.com>
42786
42787         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
42788
42789 1999-01-30  Jim Meyering  <meyering@ascend.com>
42790
42791         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
42792
42793         * m4/jm-mktime.m4: Make this a wrapper around the official
42794         AM_FUNC_MKTIME rather than my private copy, now that the official one
42795         is up to date.
42796         * m4/mktime.m4: Remove file.
42797
42798         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
42799         * m4/uptime.m4: Likewise.
42800         * m4/uintmax_t.m4: Likewise.
42801
42802 1999-01-28  Jim Meyering  <meyering@ascend.com>
42803
42804         * m4/jm-macros.m4: Use jm_AFS.
42805         * m4/afs.m4: New file (from fileutils' configure.in).
42806
42807         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
42808         * m4/chown.m4: Likewise.
42809         * m4/d-ino.m4: Likewise.
42810         * m4/d-type.m4: Likewise.
42811         * m4/fnmatch.m4: Likewise.
42812         * m4/getgroups.m4: Likewise.
42813         * m4/gettext.m4: Likewise.
42814         * m4/jm-mktime.m4: Likewise.
42815         * m4/jm-winsz2.m4: Likewise.
42816         * m4/lcmessage.m4: Likewise.
42817         * m4/ls-mntd-fs.m4: Likewise.
42818         * m4/malloc.m4: Likewise.
42819         * m4/memcmp.m4: Likewise.
42820         * m4/putenv.m4: Likewise.
42821         * m4/realloc.m4: Likewise.
42822         * m4/st_mtim.m4: Likewise.
42823         * m4/strftime.m4: Likewise.
42824
42825 1999-01-16  Jim Meyering  <meyering@ascend.com>
42826
42827         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
42828         (ARGMATCH_DIE_DECL): Define.
42829
42830 1999-01-12  Jim Meyering  <meyering@ascend.com>
42831
42832         * m4/Makefile.am.in: Rewrite to avoid using fmt.
42833         Reported by Lars Hecking.
42834
42835 1999-01-10  Jim Meyering  <meyering@ascend.com>
42836
42837         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
42838         gross kludge.
42839         * m4/inttypes_h.m4: Likewise.
42840         * m4/lstat.m4: Likewise.
42841         * m4/malloc.m4: Likewise.
42842         * m4/readdir.m4: Likewise.
42843         * m4/realloc.m4: Likewise.
42844         * m4/st_dm_mode.m4: Likewise.
42845         * m4/stat.m4: Likewise.
42846         * m4/utimbuf.m4: Likewise.
42847         * m4/utimes.m4: Likewise.
42848
42849         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
42850         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
42851         comments in config.h.in are meaningful.
42852
42853         * m4/jm-macros.m4: Require autoconf-2.13 here.
42854
42855         * m4/regex.m4: By default, don't use the included regex.c on systems
42856         with glibc 2.  Suggestion from Uli Drepper.
42857
42858 1999-01-02  Jim Meyering  <meyering@ascend.com>
42859
42860         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
42861
42862 1998-12-18  Jim Meyering  <meyering@ascend.com>
42863
42864         * m4/Makefile.am.in (Makefile.am): Simplify rule.
42865         Based on a suggestion from Lars Hecking.
42866
42867 1998-11-16  Paul Eggert  <eggert@twinsun.com>
42868
42869         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
42870
42871 1998-11-16  Jim Meyering  <meyering@ascend.com>
42872
42873         * m4/lfs.m4: Double-quote the `uname...` expression.
42874
42875 1998-11-14  Jim Meyering  <meyering@ascend.com>
42876
42877         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
42878         * m4/stat.m4: Likewise.
42879
42880 1998-11-03  Jim Meyering  <meyering@ascend.com>
42881
42882         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
42883         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
42884
42885 1998-10-18  Jim Meyering  <meyering@ascend.com>
42886
42887         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
42888
42889 1998-10-17  Jim Meyering  <meyering@ascend.com>
42890
42891         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
42892         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
42893         calls for those previously hard-coded headers.  Instead, take a new
42894         parameter.
42895         (jm_CHECK_DECLARATIONS): Reflect interface change.
42896         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
42897         (jm_CHECK_DECL_LOCALTIME_R): New macro.
42898
42899         * m4/mktime.m4: Test for spring-forward gap before long-running test.
42900
42901 1998-10-14  Jim Meyering  <meyering@ascend.com>
42902
42903         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
42904         instead of "TZ=America/Vancouver".  From Paul Eggert.
42905
42906 1998-10-11  Jim Meyering  <meyering@ascend.com>
42907
42908         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
42909         This adds a test for a recently added compatibility fix for mktime.c.
42910         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
42911
42912 1998-09-27  Jim Meyering  <meyering@ascend.com>
42913
42914         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
42915
42916         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
42917         ../configure.in, including a change from Gordon Matzigkeit to allow
42918         cross-compiling for the Hurd.
42919
42920         * m4/glibc.m4: New file/macro to test for the GNU C Library
42921         versions 1 and 2.  From Gordon Matzigkeit.
42922         Indent.
42923
42924 1998-09-21  Jim Meyering  <meyering@ascend.com>
42925
42926         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
42927
42928 1998-08-18  Paul Eggert  <eggert@twinsun.com>
42929
42930         Port nanosecond-resolution times to UnixWare 2.1.2 and
42931         pedantic Solaris 2.6.
42932
42933         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
42934         AC_STRUCT_ST_MTIM.
42935         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
42936         Generate name of ns member, instead of just 1 or undef.
42937         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
42938
42939 1998-08-15  Jim Meyering  <meyering@ascend.com>
42940
42941         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
42942         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
42943         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
42944         instead of jm_TYPE_SSIZE_T.
42945
42946 1998-08-12  Jim Meyering  <meyering@ascend.com>
42947
42948         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
42949
42950 1998-08-02  Jim Meyering  <meyering@ascend.com>
42951
42952         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
42953         in acconfig.h manually.
42954
42955 1998-07-31  Paul Eggert  <eggert@twinsun.com>
42956
42957         * m4/st_mtim.m4: New file.
42958
42959 1998-07-28  Jim Meyering  <meyering@ascend.com>
42960
42961         * m4/utimes.m4: Undef stat.
42962
42963 1998-07-25  Jim Meyering  <meyering@ascend.com>
42964
42965         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
42966         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
42967
42968 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
42969
42970         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
42971         uid and gid actually remain unchanged.
42972
42973 1998-07-07  Jim Meyering  <meyering@ascend.com>
42974
42975         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
42976
42977 1998-07-04  Jim Meyering  <meyering@ascend.com>
42978
42979         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
42980         to prove that this macro can be used in packages without regex.c.
42981
42982 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
42983
42984         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
42985         is to be used.
42986
42987 1998-07-03  Jim Meyering  <meyering@ascend.com>
42988
42989         * m4/gettext.m4: Add -lintl if it's found to be necessary.
42990
42991         * m4/gettext.m4: New file -- from gettext-0.10.35.
42992         * m4/lcmessage.m4: Likewise.
42993         * m4/progtest.m4: Likewise.
42994
42995         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
42996         * m4/jm-macros.m4: Require the new macro.
42997
42998 1998-06-29  Jim Meyering  <meyering@ascend.com>
42999
43000         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
43001         for the definition of NGROUPS (used in a system header included
43002         by sys/mount.h).
43003
43004 1998-06-28  Jim Meyering  <meyering@ascend.com>
43005
43006         * m4/ls-mntd-fs.m4: New file.
43007         * m4/fstypename.m4: New file.
43008
43009         * m4/jm-macros.m4: Require the new macro.
43010         * m4/jm-glibc-io.m4: New file.
43011
43012 1998-05-19  Jim Meyering  <meyering@ascend.com>
43013
43014         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
43015         * m4/lchown.m4: New file.
43016
43017         * m4/Makefile.am.in: New file.
43018         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
43019
43020 1998-05-14  Jim Meyering  <meyering@ascend.com>
43021
43022         * m4/Makefile.am (EXTRA_DIST): Add them.
43023         * m4/jm-macros.m4: New file.
43024         * m4/utimbuf.m4: New file.
43025
43026 1998-05-12  Jim Meyering  <meyering@ascend.com>
43027
43028         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
43029
43030 1998-05-11  Jim Meyering  <meyering@ascend.com>
43031
43032         * m4/isc-posix.m4: New file.
43033
43034 1998-05-10  Jim Meyering  <meyering@ascend.com>
43035
43036         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
43037
43038 1998-05-09  Jim Meyering  <meyering@ascend.com>
43039
43040         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
43041         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
43042         with automake.
43043
43044         * m4/ssize_t.m4: New file.
43045         * m4/mktime.m4: Remove file -- the new automake has this now.
43046
43047 1998-04-26  Jim Meyering  <meyering@ascend.com>
43048
43049         * m4/assert.m4: New file.
43050         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
43051
43052 1998-04-05  Jim Meyering  <meyering@ascend.com>
43053
43054         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
43055         (jm_PREREQ): Use it here.
43056
43057 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
43058
43059         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
43060         in acconfig.h.
43061
43062 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
43063
43064         * m4/prereq.m4: New file.
43065         * m4/error.m4: New file.
43066         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
43067
43068 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
43069
43070         * m4/getline.m4: Don't set am_cv_func_working_getline before the
43071         cache-check for the same variable -- that defeated the purpose of
43072         the test; the test program was never run.  This was a problem only
43073         on systems with losing getline functions -- HP-UX 10.20 is one.
43074         Reported by Bjorn Helgaas.
43075
43076 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
43077
43078         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
43079
43080 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
43081
43082         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
43083
43084         * m4/const.m4: New file.  Use an initializer in this declaration
43085         typedef int charset[2]; const charset x;
43086         Reported by Bob Glickstein.
43087
43088 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
43089
43090         * m4/chown.m4: Fix reversed types on -1 args to chown.
43091         From Kaveh Ghazi.
43092
43093 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
43094
43095         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
43096         Add lseek and memchr.
43097
43098         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
43099         T.E.Dickey <dickey@clark.net> said that some older preprocessors
43100         have a 20-character limit on names.
43101
43102 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
43103
43104         * m4/inttypes_h.m4: New file.
43105         * m4/uintmax_t.m4: New file.
43106         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
43107
43108
43109         -----
43110
43111         Local Variables:
43112         coding: utf-8
43113         End:
43114
43115         Copyright (C) 1997-2008 Free Software Foundation, Inc.
43116
43117         Copying and distribution of this file, with or without
43118         modification, are permitted provided the copyright notice
43119         and this notice are preserved.